.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: 5.8rem;
    background: #fff;
    border-radius: .04rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
  }

  .press__title--prompt {
    margin: .5rem 0 .18rem;
    color: #4a4a4a;
    font-size: .32rem;
    line-height: .44rem;
    text-align: center;
    font-weight: bold;
  }

  .press__box {
    position: relative;
    margin: 0 .64rem .64rem;
    color: #9b9b9b;
    font-size: .28rem;
    line-height: .44rem;
    text-align: center;

    .press__text--gold {
      color: #007aff;
    }
  }

  .press__notice {
    word-wrap: break-word;
    word-break: normal;
    text-align: center;
  }

  .press__button-wrap {
    display: flex;
    justify-content: space-around;
    border-top: .02rem solid #d8d8d8;
  }

  .press__button-wrap {
    .press__btn--medium-primary,
    .press__btn--medium-secondary,
    .press__btn--cancel {
      display: block;
      flex: 1;
      height: .8rem;
      line-height: .8rem;
      text-align: center;
      font-size: .28rem;
      border-radius: .04rem;
    }

    .press__btn--medium-secondary,
    .press__btn--cancel {
      color: #333;
      border-right: 1px solid #d8d8d8;
    }
  }

  .press__btn--sure,
  .press__btn--medium-primary {
    color: #007aff;
  }

  .press__pic-wrap {
    .press__store-pic {
      display: block;
      width: 1rem;
      height: 1rem;
      border-radius: .08rem;
      margin: 0 auto;
    }

    .press__store-name {
      font-size: .24rem;
      color: #425365;
      padding: .08rem 0 .16rem;
    }
  }
}
