@import '../../common/style/act/mixin/mixin.scss';

.press-act:not(.press-act--hidden-tip) {
  &.press__cover {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 99;
  }

  .press__dialog {
    width: 5.6rem;
    min-height: 4.6rem;
    background: #2a3c4c;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
  }

  //  关闭X按钮的图片
  $dialog-close_bg: 'https://image-1251917893.file.myqcloud.com/2020/Tip-wsq/V3.0/img/dialog/dialog_close.png';

  .press__close {
    display: none;
  }

  .press__title {
    color: #fff;
    font-size: .32rem;
    line-height: .76rem;
    text-align: left;
    padding-left: .48rem;
    width: 100%;
    height: .76rem;
    background: url(https://image-1251917893.file.myqcloud.com/2022/TIP-igame-H5/igame-gp/title_280.png);
    background-size: 100% 100%;
  }

  // 2填写手机号[

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

  .press__box input {
    width: 4.64rem;
    margin: .8rem auto .2rem;
    display: block;
    height: .72rem;
    padding: 0 .2rem;
    background-color: rgba(255, 255, 255, .05);
    ;
    color: rgba(255, 255, 255, .35);
    font-size: .28rem;
    line-height: .72rem;
  }

  .press__message {
    font-size: .24rem;
    line-height: .34rem;
    padding: 0 .48rem;
    color: #999;
  }

  .press__button-wrap {
    display: flex;
  }

  .press__dialog-phone {
    .press__button-wrap {
      a {
        display: block;
        text-align: center;
      }

      .press__btn--cancel {
        color: #999;
      }
    }
  }

  // 2填写手机号]

  /* 协议 */
  .press__treaty-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: .24rem;
    line-height: .34rem;
    padding: 0 .48rem;
    color: rgba(255, 255, 255, .55);
    margin-top: .1rem;
  }

  .press__treaty-check {
    width: .3rem !important;
    height: .3rem !important;
    flex-shrink: 0;
    margin-right: .08rem;

    ::v-deep .van-checkbox__icon {
      width: .3rem !important;
      height: .3rem !important;
      border: 0 none !important;
      background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/img/choose-on-white.png) center top no-repeat !important;
      background-size: .26rem .27rem !important;

      ::v-deep .van-icon {
        width: .3rem !important;
        height: .3rem !important;
        border: 0 none !important;
      }
    }

    ::v-deep .van-checkbox__icon--checked {
      width: .3rem !important;
      height: .3rem !important;
      border: 0 none !important;
    }

    ::v-deep .van-checkbox__icon--checked .van-icon {
      width: .3rem !important;
      height: .3rem !important;
      border: 0 none !important;
      background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/gp2.0/img/choose_on_white.png) center top no-repeat !important;
      background-size: .26rem .27rem !important;
    }

    ::v-deep .van-checkbox__icon--checked .van-icon-success:before {
      content: '';
    }
  }






  .press__treaty-terms {
    text-align: left;
  }

  .press__button-wrap .press__btn--medium-secondary {
    position: absolute;
    top: .2rem;
    right: .2rem;
    width: .32rem;
    height: .32rem;
    color: rgba(255, 255, 255, .75);
    text-indent: -1000rem;
    background: url(https://image-1251917893.file.myqcloud.com/2022/TIP-igame-H5/igame-gp/m_white.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .press__button-wrap .press__btn--medium-primary {
    display: inline-block;
    margin: .32rem auto;
    width: 3.34rem;
    height: .64rem;
    line-height: .64rem;
    font-size: .24rem;
    color: #5a350a;
    text-align: center;
    background: url(https://image-1251917893.file.myqcloud.com/2022/TIP-igame-H5/igame-gp/gp-btn-1.png);
    background-size: 100% 100%;
  }

  /* 验证码 */
  .press__box {
    .press__code-btn {
      display: none;
    }
  }
}