.press-act:not(.press-act--hidden-tip) {
  &.press__goods-list {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }

  .press__empty {
    height: 100%;
    width: 100%;
    flex: 1;
    // background: rgba(0, 0, 0, 0.3);
    color: #3d90a3;
    font-size: .24rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .press__empty .press__image {}

}