/* #ifdef H5 */
.press-act:not(.press-act--hidden-tip) {
  /* 遮罩层 */
  &.press__cover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 95;
    background-color: rgba(0, 0, 0, .5);
  }

  /* 背景 */
  .press__dialog {
    position: relative;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 99;
    box-sizing: border-box;
    overflow: hidden;
    width: 7.94rem;
    height: 5.14rem;
    padding: .52rem .55rem .4rem .54rem;
    margin: auto;
    text-align: center;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/liebian/dnf/popup-bg.png) no-repeat center;
    background-size: 100% auto;
    transform: translate3d(0px, 0px, 10px);
    transform: translateY(-50%);
  }

  /* 关闭按钮 */
  .press__dialog .press__close {
    position: absolute;
    top: .54rem;
    right: .6rem;
    z-index: 10;
    display: inline-block;
    width: .36rem;
    height: .36rem;
    text-indent: -1000rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/liebian/dnf/popup-close.png) no-repeat center;
    background-size: 100% auto;
  }

  /* 标题 */
  .press__title--prompt {
    position: relative;
    height: .4rem;
    color: #fff;
    font-size: .36rem;
    line-height: .45rem;
    text-align: left;
  }

  .press__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 3rem;
    margin-top: .2rem;
  }

  .press__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 1.8rem;
    margin: auto;
    text-align: center;
  }

  /* 提示标题 */
  .press__notice {
    padding: 0 .32rem;
    margin-bottom: .2rem;
    color: rgba(0, 0, 0, .9);
    font-size: .4rem;
    font-weight: 600;
    word-wrap: break-word;
    word-break: normal;
  }

  /* 提示内容 */
  .press__text {
    box-sizing: content-box;
    overflow-x: hidden;
    overflow-y: auto;
    width: 6.02rem;
    max-height: 2.4rem;
    padding: 0 .32rem;
    margin: 0 auto;
    color: rgba(0, 0, 0, .9);
    font-size: .24rem;
    font-weight: 400;
    line-height: .34rem;
    text-align: center;
    word-break: break-all;
  }

  /* 按钮 --- start */
  .press__button-wrap a {
    margin: auto;
  }

  .press__dialog--prompt .press__button-wrap {
    position: absolute;
    right: 0;
    bottom: .7rem;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 6.6rem;
    padding: 0;
    margin: .2rem auto;
  }

  .press__dialog--prompt
  .press__btn--cancel,
  .press__btn--medium-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.54rem;
    height: .7rem;
    font-size: .32rem;
    font-weight: 900;
    line-height: .7rem;
    text-align: center;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/liebian/dnf/secondary.png)
    no-repeat center center;
    background-size: contain;

    .press__btn-text {
      background-image: -webkit-linear-gradient(bottom, #5f2801, #c55402);

      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  .press__dialog--prompt
  .press__btn--sure,
  .press__btn--back,
  .press__btn--enter,
  .press__btn--form,
  .press__btn--medium-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.54rem;
    height: .7rem;
    font-size: .32rem;
    font-weight: 900;
    line-height: .7rem;
    text-align: center;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/liebian/dnf/primary-btn.png)
    no-repeat center center;
    background-size: contain;

    .press__btn-text {
      background-image: -webkit-linear-gradient(bottom, #5f2801, #c55402);

      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }

  /* 按钮 --- end */

  /* 商圈 */
  .press__pic-wrap {
    display: none;
  }
}

/* #endif */
