/* #ifdef H5 */
@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: 1000;
    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__title {
    text-shadow: 0 .02rem 0 #fff7b3;
    font-size: .52rem;
    color: #c87634;
    font-family: 'FZCKJW';
    height: .72rem;
    line-height: .78rem;
    text-align: center;
    margin-top: .06rem;
    text-indent: 0;
  }
  
  // 内容 [[
  .press__detail {
    text-align: left;
    padding: 0 .5rem;
    margin: .3rem auto .2rem;
    height: 3rem;
    line-height: .32rem;
    font-size: .24rem;
    color: #3b437f;
    overflow-y: auto;
    white-space: pre-wrap;
  }

  // 内容 ]]

  // 按钮 [[
  .press__buttons {
    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 .3rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 1rem;
    justify-content: space-around;
  }

  .press__close {
    background: url(https://image-1251917893.file.myqcloud.com/igame/component/dialog-task-award/majiang/close-icon-majiang.png) no-repeat;
    background-size: 100%;
    width: .36rem;
    height: .36rem;
    position: absolute;
    top: .26rem;
    right: .32rem;
  }
}

/* #endif */
