
.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%;
    transform: translateY(-50%);
    z-index: 99;
    margin: auto;
    min-height: unset;
  }

  .press__close {
    position: absolute;
    right: .3rem;
    top: .4rem;
    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-medium-bg {
    padding-top: .16rem;
    width: 9.07rem;
    height: 6.04rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/bg-dialog-m.png) no-repeat center center;
    background-size: contain;
  }

  .press-act__container {
    display: flex;
    justify-content: center;
    padding-top: .42rem;
  }

  // 2填写手机号[

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

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

  .press__message {
    margin-bottom: .16rem;
    padding: 0;
    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;
  }

  .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: .52rem;
    z-index: 2;
  }

  .press__dialog-phone {
    @extend %dialog-medium-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填写手机号]

  /* 协议 */
  .press__treaty-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: .3rem;
  }

  ::v-deep {
    .press__treaty-check {
      display: block;
      -webkit-appearance: none;
      width: .34rem;
      height: .34rem;
      margin-right: .1rem;
      flex-shrink: 0;
      outline: none;
      border: 0;
      margin-left: 0;
      background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/icon-uncheck.png) no-repeat center center;
      background-size: contain;
      cursor: pointer;
      visibility: visible;

      &:checked,
      &.press__act-checkbox--checked {
        background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/icon-check.png) no-repeat center center;
        background-size: contain;
      }
    }
  }

  .press__treaty-terms {
    text-align: left;
    font-size: .24rem;
    color: #fcf6de;
    line-height: .34rem;
  }

  .press__treaty-desc {
  }

  /* 验证码 */
  .press__box {
    position: relative;
    width: 100%;

    .press__phone-number {
      width: 100%;
      height: .6rem;
      font-size: .24rem;
      color: #aa9a89;
      padding: 0 .24rem;

      &::placeholder {
        color: #aa9a89;
      }
    }

    .press__code-wrap {
      display: flex;
      align-items: center;
      width: 100%;
      margin-bottom: .16rem;
    }

    .press-act-input-wrap {
      flex: 1;
      height: .6rem;
      border-radius: .04rem;
      border: .5px solid #8f7944;
      background: #120b01;
    }

    .press__code-number {
      width: 100%;
      height: 100%;
      font-size: .24rem;
      color: #aa9a89;
      padding: 0 .24rem;

      &::placeholder {
        color: #aa9a89;
      }
    }

    .press__code-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      height: .6rem;
      font-size: .24rem;
      color: #aa9a89;
      text-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
      padding: 0 .24rem;
      margin-left: .22rem;
      white-space: nowrap;
      border-radius: .02rem;
      width: 1.72rem;
      height: .6rem;
      background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/btn-code.png) no-repeat center / 100%;
    }

    .press__code-btn--disabled {
      color: gray;
    }
  }

  &.press__cover {
    .press__button-wrap {
      margin: auto;
      padding: 0;
    }

    .press__box input {
      margin: auto;
      text-align: left;
    }
  }
}