
.press-act:not(.press-act--hidden-tip) {
  &.press__cover {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/bg.jpg) no-repeat center center / cover;

    ::v-deep {
      .uni-input-placeholder,
      .uni-input-input,
      .uni-textarea-textarea {
        font-size: .24rem;
        color: #aa9a89;
      }
    }
  }


  .press__dialog {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    margin: auto;
    text-align: center;
  }

  .press__close {
    position: absolute;
    right: .3rem;
    top: .3rem;
    width: .42rem;
    height: .42rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/icon-close.png) no-repeat center center / 100%;
  }


  .press__title {
    height: .86rem;
    line-height: .86rem;
    font-size: .32rem;
    text-align: center;
    color: #f9f3c3;
  }

  %dialog-small-bg {
    width: 8.94rem;
    height: 5.06rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/bg-dialog-s.png) no-repeat center center;
    background-size: contain;
  }

  // 3兑换至QQ账号[

  .press__content {
    margin: auto;
    text-align: center;
  }

  .press__box input {
    display: block;
    width: 5.38rem;
    height: .6rem;
    font-size: .24rem;
    padding: 0 .24rem;
    margin: 1.2rem auto .16rem;
    color: #aa9a89;
    border-radius: .04rem;
    border: .5px solid #8f7944;
    background: #120b01;
  }

  .press__box input::-webkit-input-placeholder {
    color: #aa9a89;
  }

  // 3兑换至QQ账号]
  .press__button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .32rem;
    z-index: 2;
  }

  .press__qqtips {
    color: #aa9a89;
    text-align: left;
    font-size: .24rem;
    max-height: .64rem;
    line-height: .32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 5.5rem;
    margin: 0 auto;
  }


  //  按钮覆盖
  .press__dialog--qq {
    @extend %dialog-small-bg;

    .press__button-wrap {
      &::after {
        content: '';
        position: absolute;
        top: -.2rem;
        left: 0;
        right: 0;
        margin: auto;
        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%;
      }

      a {
        display: block;
        margin-right: .16rem;

        &:last-child {
          margin-right: 0;
        }
      }

      .press__btn--cancel {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.7rem;
        height: .82rem;
        line-height: normal;
        font-size: .32rem;
        color: #fcf6de;
        background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/secondary_large_btn_icon_bg.png) no-repeat center center;
        background-size: contain;
      }

      .press__btn--sure {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.7rem;
        height: .82rem;
        line-height: normal;
        font-size: .32rem;
        color: #fcf6de;
        background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/primary_large_btn_icon_bg.png) no-repeat center center;
        background-size: contain;
      }
    }
  }

  // 2填写手机号]
}