.press-exchange-pwd {
  width: 9.32rem;
  height: 5.8rem;
  background-image: url(https://image-1251917893.file.myqcloud.com/tip-project/fission-password/convert/convert_bg_latest.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: .4rem .7rem;
}


::v-deep .press-point {
  padding: .2rem .15rem 0;

  &__icon {
    width: .32rem;
    height: .32rem;
    object-fit: contain;
  }

  &__refresh {
    height: .36rem;
    font-size: .2rem;
  }

  &__refresh-text {
    order: 2;
  }

  &__refresh-icon {
    width: .22rem;
    height: .22rem;
    order: 1;
    margin-right: .04rem;
  }
}


::v-deep .press-exchange {
  width: 100%;
  height: 4rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow-x: hidden;
  overflow-y: auto;
  gap: .32rem;
  padding-top: 0;
  margin-top: .16rem;

  &__item {
    width: 1.04rem;
    height: 2.12rem;
    margin-right: 0;
    margin-bottom: 0;

    &:nth-child(4n) {
      margin-right: auto;
    }
  }

  &__info {
    background-image: url(https://image-1251917893.file.myqcloud.com/tip-project/fission-password/convert/convert_prize_bg.png);
  }

  &__img {
    border-radius: .12rem;
  }

  &__btn {
    width: 1.08rem;
    height: .4rem;
    background-image: url(https://image-1251917893.file.myqcloud.com/tip-project/fission-password/convert/convert_btn_bg.png);
    color: #966018;
  }
}
