.press-act:not(.press-act--hidden-tip) {
  .press__tabs {
    position: relative;
    display: flex;
    text-align: center;

    &::before {
      content: '';
      position: absolute;
      bottom: .08rem;
      left: 0;
      width: 100%;
      height: .02rem;
      background: #403830;
    }
  }

  &.press__goods-tab {
    position: relative;
    flex: 1;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }

  .press__tabs p {
    position: relative;
    width: 1.48rem;
    height: .48rem;
    font-size: .24rem;
    color: #aa9a89;
    letter-spacing: 0;
    line-height: .36rem;

    &.current {
      font-weight: 500;
      color: #f9f3c3;
      background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/dnf/img/tab-act.png) no-repeat center center / 100%;
      background-size: contain;
    }
  }

  .press__content {
    flex: 1;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }

  .press__inner {
    flex: 1;
    overflow-y: scroll;
  }

  .press__invalid-link {
    display: none;
  }

  .press__content--empty {}

  .press__invalid-link-top {
    position: absolute;
    right: 0;
    top: 0;
    font-size: .2rem;
    color: #aa9a89;
    line-height: .36rem;
  }

  .press__empty-tip {
    width: 100%;
    height: .48rem;
    line-height: .48rem;
    font-size: .18rem;
    color: #e79640;
    letter-spacing: 0;
    text-align: center;
  }

}