@import '../../common/style/act/mixin/mixin.scss';
// @import "../../common/style/act/layout/_layout-majiang.scss";
@import '../../common/style/act/button/_button-majiang.scss';

.press-act:not(.press-act--hidden-tip) {
  .press__dialog {
    width: 8.14rem;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    color: $color-blue-6;
    margin: auto;
    text-align: center;
    min-height: 5rem;
    padding: 0 .34rem .34rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://image-1251917893.file.myqcloud.com/2020/a20200423mahjong/pop-bg1.png) no-repeat top center;
    background-size: contain;
  }

  .press__close {
    display: none;
  }

  .press__title {
    height: .7rem;
    line-height: .7rem;
    margin: .05rem auto 0;
    text-indent: -10000px;
  }

  // 3兑换至QQ账号start
  .press__title--qq {
    background: url(https://image-1251917893.file.myqcloud.com/2020/a20200423mahjong/sprites-pop-title.png) no-repeat;
    background-size: 8.08rem 8.64rem;
    background-position: 50% -2.95rem;
  }

  .press__content {
    width: 80%;
    margin: auto;
    min-height: 4rem;
    padding-top: $font-xs;
    text-align: center;
  }

  .press__box input {
    display: block;
    width: 5rem;
    height: .7rem;
    border: 0;
    background: rgba(66, 126, 220, .2);
    font-size: $font-m;
    color: #a1b6d5;
    margin: .5rem auto$font-xs;
    letter-spacing: 0;
    text-align: center;
  }

  // 3兑换至QQ账号end

  .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;
    margin: .34rem auto .4rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    z-index: 2;
    padding: 0 1rem;
    justify-content: space-around;
  }

  .press__btn--medium-primary {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  // .press__btn--medium-secondary {
  //   display: inline-block;
  //   width: 2.12rem;
  //   height: .64rem;
  //   background: url(https://image-1251917893.file.myqcloud.com/2020/a20200423mahjong/btn/btn-g-106.png) no-repeat center center;
  //   background-size: contain;
  //   color: #285d6d;
  //   text-align: center;
  //   text-shadow: 0 0.5px 0 rgba(146, 255, 197, 0.5);
  //   font-weight: 700;
  //   font-size: .28rem;
  //   line-height: .6rem;
  // }

  // .press__btn--medium-primary {
  //   display: inline-block;
  //   width: 2.12rem;
  //   height: .64rem;
  //   background: url(https://image-1251917893.file.myqcloud.com/2020/a20200423mahjong/btn/btn-y-106.png) no-repeat center center;
  //   background-size: contain;
  //   color: #9b6214;
  //   text-align: center;
  //   text-shadow: 0 0.5px 0 rgba(255, 245, 133, 0.5);
  //   font-weight: 700;
  //   font-size: .28rem;
  //   line-height: .6rem;
  // }
}