.press-act:not(.press-act--hidden-tip) {
  &.press__cover {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 99;
  }

  .press__dialog--prompt {
    width: 6.3rem;
    height: auto;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
  }

  .press__title--prompt {
    margin-top: .48rem;
    color: #303030;
    font-size: .36rem;
    line-height: .44rem;
    text-align: center;
  }

  .press__notice {
    width: 4.6rem;
    font-size: .24rem;
    word-wrap: break-word;
    word-break: normal;
    font-weight: normal;
    text-align: center;
  }

  .press__text {
    color: #4a4a4a;
    font-size: .24rem;
    line-height: .26rem;
    text-align: center;
  }

  .press__box {
    margin: .32rem .8rem;
    color: #303030;
    font-size: .32rem;
    line-height: .44rem;
    text-align: center;
    font-weight: bold;
  }

  .press__button-wrap {
    position: relative;
    margin-top: .24rem;
    display: flex;
    border-top: 1px solid rgba(246, 246, 246, .5);
  }

  .press__button-wrap {
    .press__btn--medium-primary,
    .press__btn--medium-secondary,
    .press__btn--cancel {
      display: block;
      flex: 1;
      height: 1.08rem;
      line-height: 1.08rem;
      text-align: center;
      font-size: .32rem;
    }

    .press__btn--medium-secondary,
    .press__btn--cancel {
      border-right: 1px solid rgba(246, 246, 246, .5);
    }
  }

  .press__btn--cancel {
    color: #757e7f;
  }

  .press__btn--sure {
    color: #1c1c1c;
  }

  .press__close {
    position: absolute;
    top: .32rem;
    right: .32rem;
    width: .48rem;
    height: .48rem;
    background: url(https://image-1251917893.file.myqcloud.com/igame/common/image/close-icon.png) center/100% 100%;
  }

  .tip-qqhongbao-prompt {
    .press__text {
      width: 4.6rem;
      min-height: 2.2rem;
      line-height: 1.2;
      white-space: pre-line;
      text-align: left;
      font-weight: normal;
    }

    .press__notice {
      position: absolute;
      color: #d2792a;
      margin: 1.96rem auto 0;
    }
  }
}