.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;
    width: 8.54rem;
    height: 5.12rem;
    padding: 1.2rem 1.4rem 1.3rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/liebian/shanhai/dialog-medium-bg.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
  }

  /* 关闭按钮 */
  .press__dialog .press__close {
    position: absolute;
    right: .35rem;
    top: .46rem;
    width: .42rem;
    height: .42rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/liebian/shanhai/dialog-medium-close.png) no-repeat center;
    background-size: contain;
  }

  /* 标题 */
  .press__title--prompt {
    position: absolute;
    left: .56rem;
    top: .48rem;
    font-size: .26rem;
    color: #fff;
    text-shadow: 0 0 .04rem #fff;
  }

  .press__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 2.4rem;
    margin-bottom: 1.2rem;
    color: #000;
    font-size: .22rem;
  }

  /* 商户图 */
  .press__pic-wrap {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .26rem;
    font-weight: 600;
  }
  
  .press__pic-wrap img {
    width: 1.2rem;
    height: 1.2rem;
    object-fit: contain;
    margin: 0 auto;
  }
  
  .press__pic-wrap p {
    margin-top: .05rem;
    text-align: center;
  }

  .press__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    text-align: center;
    width: 5.08rem;
  }

  /* 提示标题 */
  .press__notice {
    margin-bottom: .2rem;
    color: #000;
    font-size: .22rem;
    font-weight: 600;
    word-wrap: break-word;
    word-break: normal;
  }

  /* 提示内容 */
  .press__text {
    box-sizing: content-box;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 1.6rem;
    margin: 0 auto;
    color: #000;
    font-size: .22rem;
    font-weight: 400;
    line-height: .34rem;
    text-align: center;
    word-break: break-all;
  }

  /* 按钮 --- start */
  .press__dialog--prompt .press__button-wrap {
    position: absolute;
    right: 0;
    bottom: .3rem;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 5.08rem;
    padding: 0;
    margin: .2rem auto .48rem;
  }

  .press__dialog--prompt
  .press__btn--cancel,
  .press__btn--medium-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.69rem;
    height: .56rem;
    font-size: .23rem;
    margin: auto;
    text-align: center;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/liebian/shanhai/medium-btn-gray.png) no-repeat center;
    background-size: 100% 100%;
    color: #fffdfa;
  }

  .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: 1.69rem;
    height: .56rem;
    font-size: .23rem;
    margin: auto;
    text-align: center;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/liebian/shanhai/medium-btn.png) no-repeat center;
    background-size: 100% 100%;
    color: #fffdfa;
  }

  /* 按钮 --- end */
}
