/* #ifdef H5 */
.press-act:not(.press-act--hidden-tip) {
  &.press__cover {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/bg.jpg) no-repeat center center / cover;
  }

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

  /* 免责声明弹窗 */
  .press__dialog--tip {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 8.94rem;
    height: 5.06rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/bg-dialog-s.png) no-repeat center center;
    background-size: contain;
  }

  .press__close {
    position: absolute;
    right: .3rem;
    top: .3rem;
    width: .42rem;
    height: .42rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/icon-close.png) no-repeat center center / 100%;
  }

  .press__title--explain {
    height: .9rem;
    line-height: .9rem;
    font-size: .32rem;
    text-align: center;
    color: #f9f3c3;
  }

  .press__buttons {
    position: relative;
    top: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: .82rem;
    line-height: normal;
    font-size: .32rem;
    color: #fcf6de;
    background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/primary_large_btn_icon_bg.png) no-repeat center center;
    background-size: contain;
  }

  .press__detail {
    font-size: .2rem;
    color: #fcf6de;
    max-height: 2.4rem;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
    white-space: pre-wrap;
    padding: 0 .15rem;
    margin-top: .4rem;
  }
}

/* #endif */
