.press-act:not(.press-act--hidden-tip) {
  .press__box {
    width: 100%;
    min-height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: 2rem 2rem;
    justify-content: center;
  }

  .press__empty {
    width: 100%;
    height: auto;
    padding: 1.28rem 0 0;
    text-align: center;
    font-size: .2rem;
    color: rgba(255, 239, 239, .5);
    line-height: .32rem;
  }

  .press__empty .press__image {
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/lgame/ingame-lolm/ingame-404.png) center center no-repeat;
    background-size: 100% auto;
    width: 1.46rem;
    height: 1.38rem;
    margin: 0 auto .2rem;
  }

  &.press__goods-list {
    flex: 1;
    overflow-y: auto;
    padding: 0 .5rem;
    padding-left: calc(.3rem + env(safe-area-inset-left));
    padding-right: calc(.3rem + env(safe-area-inset-right));
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 1.04rem - .85rem);
  }

}