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

  &.press__box {
    order: -1;
  }

  // 复制数字兑换码
  .press__copy-code {
    position: relative;
    padding: .2rem 0rem;

    &::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__copy-num {
    height: .64rem;
    line-height: .64rem;
    text-align: center;
    font-size: .24rem;
    color: #f9f3c3;
    background: #2a2117;
    border-radius: .04rem;
    border: .02rem solid #82714d;
  }

  .press__copy-tip {
    font-size: .2rem;
    color: #f9f3c3;
    line-height: .5rem;

    span {
      display: block;
      line-height: .5rem;
    }

    a {
      color: #fcf6de;
    }
  }

  .press__copy-tip--num {
  }
}