/* #ifdef H5 */
@import '../../common/style/act/mixin/mixin.scss';
@import '../../common/style/act/layout/_layout-lolm.scss';
@import '../../common/style/act/button/_button-lolm.scss';

.press-act:not(.press-act--hidden-tip) {
  &.press__cover {
    // background-color: rgba(13, 19, 32, 0.8);
    // background-image: linear-gradient(
    //   180deg,
    //   rgba(25, 48, 91, 0) 73%,
    //   #19305b 100%
    // );
  }

  .press__dialog {
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    overflow: hidden;
    margin: auto;
  }

  /* 免责声明弹窗 */
  .press__dialog--tip {
    width: 8.54rem;
    height: 5.12rem;
    padding: 0;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/lgame/ingame-lolm/ingame-dialog--big.png) no-repeat 50%;
    background-size: 100% 100%;
  }

  .press__close {
    position: absolute;
    right: 0;
    top: 0;
    width: .25rem;
    height: .25rem;
    background: url(https://image-1251917893.cos.ap-guangzhou.myqcloud.com/tip-project/lgame/ingame-lolm/dialogicon-close.png) no-repeat 50%;
    background-size: 100% auto;
    z-index: 10;
    margin: .25rem;
  }

  .press__title--explain {
    padding-top: .30rem;
    padding-bottom: .24rem;
    padding-left: .3rem;
    font-size: .32rem;
    color: #f0e6d2;
    text-align: left;
    text-shadow: 0 0 .04rem #3967b3;
    position: relative;

    &::after {
      content: '';
      position: absolute;
      bottom: 0;
      border-bottom: 1px solid #5d4f33;
      width: 90%;
      left: .3rem;
    }
  }

  .press__buttons {
    margin-top: .1rem;
    display: flex;
    justify-content: center;
  }

  .press__detail {
    color: #85817c;
    margin: .1rem 0 0;
    text-align: left;
    // padding-bottom: 0.45rem;
    position: relative;
    font-size: .2rem;
    white-space: pre-wrap;
    width: 92%;
    margin: .2rem auto 0;
    overflow: auto;
    height: 3rem;
    word-break: break-all;
  }
}

/* #endif */
