
.press-act:not(.press-act--hidden-tip) {
  .press__title {
    display: none;
  }

  &.press__box {
    order: -1;
  }

  // start条形码二维码兑换
  .press__exchange-code {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: .22rem;

    &::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 7.16rem;
      height: .02rem;
      background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/extrainfo-line.png) no-repeat center center / 100% 100%;
    }
  }

  .press__exchange-box {
    width: 6.36rem;
    height: 1.92rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/bg-barcode.png) no-repeat center center;
    background-size: contain;
  }

  .press__barcode {
    min-width: 3.9rem;
    position: relative;
    text-align: center;
    border-radius: 2px 0px 0px 2px;
    overflow: hidden;
    margin-right: .5rem;

  }

  .press__qr {
    width: 1.8rem;
    height: 1.8rem;
  }

  .press__exchange-tips {
    margin-top: .3rem;
    width: 100%;
    text-align: left;
    font-size: .2rem;
    color: #fcf6de;

    .press__qr-text {
      color: #f9f3c3;
    }
  }

  // end条形码二维码兑换
}