.reward-list {
  position: relative;
  height: 100%;
  overflow: hidden;
  .go-back-icon {
    position: absolute;
    top: 30rpx;
    left: 20rpx;
    width: 36rpx;
    height: 36rpx;
  }
  .title-box {
    display: flex;
    justify-content: center;
    padding-bottom: 10rpx;
    .title {
      width: 250rpx;
      height: 100rpx;
    }
  }
  .prompt {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 30rpx 30rpx 30rpx;
    .left {
      color: #fff;
      font-size: 24rpx;
      font-weight: 500;
    }
    .right {
      display: flex;
      align-items: center;
      color: #fff;
      font-size: 24rpx;
      font-weight: 500;
      .right-arrow-icon {
        width: 32rpx;
        height: 32rpx;
      }
    }
  }
  .reward-list-box {
    padding: 0 30rpx;
  }
  .reward-empty {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 180rpx);
    .empty-icon {
      width: 200rpx;
      height: 200rpx;
    }
    .desc {
      padding-top: 40rpx;
      color: #ffbd67;
      font-size: 28rpx;
    }
  }
}
