.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-list__error-text,
    .press-list__finished-text,
    .press-list__loading {
      font-size: .2rem;
      background: #f0f3f7;
      color: #a0acb5;
    }
  }

  .press__empty {
    width: 100%;
    height: auto;
    padding: 1.28rem 0 0;
    text-align: center;
    font-size: .2rem;
    color: #4d616c;
    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;
    -webkit-overflow-scrolling: touch;
    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);
  }

  .ingame-container {
    &.ingame-container--lunar {
      .press__empty {
        color: rgba(255, 239, 239, .5);
      }
    }
  }
}