@import 'press-plus/common/style/gp-match/palette.scss';


.press-cert {
  // position: fixed;
  // z-index: 999;
  // height: 100%;
  // width: 100%;
  // left: 0;
  // top: 0;
  // background: rgba(0, 0, 0, .7);


  &__main {
    // position: fixed;
    // z-index: 1000;
    // top: 50%;
    // left: 50%;
    // transform: translate(-50%, -50%);

    width: 6.4rem;
    background: #fff;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/picker-bottom--bg.jpg) center top;
    background-size: cover;
    background-repeat: no-repeat;
  }

  &__main-text {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: .24rem;
    text-align: center;
    padding: 0 .48rem;
    color: rgba(0, 0, 0, .5);
    line-height: .4rem;
  }

  &__main-title {
    position: relative;
    width: 100%;
    height: .4rem;
    padding: .32rem 0;
    box-sizing: content-box;
    text-align: center;
    font-size: $font-l;
    font-weight: normal;
    line-height: .36rem;
    background: url(https://image-1251917893.cos.ap-guangzhou.myqcloud.com/HPJY_Gamesystem_2020/DZS_2C/dialog/tipsdialog-title-bg.png) no-repeat;
    background-size: 100% 100%;
  }

  &__main-close {
    top: .32rem;

    &::before {
      font-family: 'iconfont' !important;
      font-style: normal;
      font-size: .32rem;
    }
  }

  &__main-content {
    padding-bottom: .12rem;
  }

  &__form {
    width: 5.8rem;
    display: block;
    margin: .2rem auto -.2rem;
  }

  &__form-prefix {
    display: block;
    width: 1.2rem;
    font-size: .28rem;
    line-height: .72rem;
    color: rgba(33, 33, 36, .6);
  }

  &__button-wrap {
    margin: .16rem auto .4rem;
  }

  &__button {
    display: block;
    width: 3.96rem;
    height: .72rem;
    line-height: .72rem;
    font-size: .4rem;
    margin: 0 auto;
    letter-spacing: 1px;
    text-align: center;

    color: #212124;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/bg-btn.png) no-repeat;
    background-size: 100% 100%;
    font-family: 'PEACE';
  }

  &__input {
    width: 2.96rem;
    height: .72rem;
    font-size: .28rem;
    line-height: .72rem;
    color: #212124;
    text-align: right;

    &::placeholder {
      color: rgba(33, 33, 36, .3);
    }
  }

  &__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 .24rem;
    margin-bottom: .32rem;
    background: rgba(255, 255, 255, .05);
    border: .02rem solid rgba(33, 33, 36, .65);
  }

  &__main-close {
    width: .32rem;
    height: .32rem;
    line-height: .32rem;
    display: block;
    position: absolute;
    right: .32rem;
    top: .32rem;
    z-index: 10;
    text-align: center;
    font-size: 0;


    &::before {
      content: '\e008';
    }
  }
}
