.press-act:not(.press-act--hidden-tip) {
  .press__copy-code {
    padding: .2rem 0rem;
    border-bottom: 1px solid rgba(48, 48, 48, .1);
  }

  /* 用户微信账号、手机号、兑换码，都用此结构 */
  .press__copy-num {
    width: 6rem;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    background: rgba(173, 163, 237, .39);
    margin: 0 auto .22rem;
    font-size: .24rem;
    color: #303030
  }

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

    a,
    navigator {
      color: #ed7b2f;
      text-decoration: underline;
      text-underline-offset: .04rem;
    }
  }

  /* 提示 */
  .press__copy-tip .press-copy-text {
    font-size: .24rem;
    color: #212124;
    display: block;
    font-weight: 600;
    line-height: .5rem
  }

  /* 跳转a标签-现金红包 */
  .press__copy-tip .press-copy-btn {
    color: #ed7b2f
  }

  .press-unbundle-btn {
    position: relative;
    margin-left: .4rem;

    &::before {
      position: absolute;
      left: -.22rem;
      top: 0;
      content: '';
      width: .02rem;
      height: 100%;
      background-color: currentColor;
    }
  }
}
