.press-act:not(.press-act--hidden-tip) {
  &.press__main {
    position: relative;
    width: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    flex: 1;
    height: auto;
    z-index: 6;
    padding-bottom: .2rem;
    box-sizing: border-box;
  }

  .press__info {
    color: #212124;
    font-size: .24rem;
    line-height: .34rem;
    letter-spacing: 0;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    background: linear-gradient(89deg, rgba(230, 234, 239, .95) 10.72%, rgba(252, 252, 252, .95) 94.4%);
    filter: drop-shadow(0 .12rem .2rem rgba(89, 84, 102, .25));
    padding: .15rem .2rem .2rem;
    box-sizing: border-box;
    height: 4.5rem;
    margin-bottom: .2rem;
  }

  // 额外信息+声明
  .press__extra {
    padding: .15rem .4rem 0rem;
    color: rgba(33, 33, 36, .60);
    overflow: hidden;
    border-top: 1px solid #dddfe1;
  }

  .press__extra p {
    margin: .2rem 0rem;
    text-align: left;
  }

  .press__button-wrap {
    padding: .1rem 0 0;
    border-top: unset;
    height: .8rem;
    flex-basis: .8rem;
  }

  .press__buttons {
    display: flex;
    justify-content: space-around;

    .press__btn--long-primary {
      &:last-child {
        flex: none;
        width: 4.24rem;
        margin-right: 0;
      }
    }
  }
}