.share-reward-list {
  background: whitesmoke;
  width: 100%;
  height: 100%;
}

.share-reward-list .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12.8vmin;
  color: #333333;
  font-size: 4.26667vmin;
  font-weight: 500;
  font-family: "PingFang SC";
}

.share-reward-list .title .close-icon {
  width: 4.26667vmin;
  height: 4.26667vmin;
  position: absolute;
  top: 4.26667vmin;
  right: 4.26667vmin;
}

.share-reward-list .title .close-icon image {
  width: 4.26667vmin;
  height: 4.26667vmin;
}

.share-reward-list .detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: calc(100% - 48px);
  overflow-y: scroll;
  padding: 0 2.66667vmin;
}

.share-reward-list .detail .empty-detail {
  margin-top: 32vmin;
}

.share-reward-list .detail .empty-detail image {
  height: 23.46667vmin;
  width: 23.46667vmin;
}

.share-reward-list .detail .empty-detail view {
  margin-top: 4.26667vmin;
  color: #999999;
  font-size: 3.73333vmin;
  font-weight: 400;
  font-family: "PingFang SC";
  text-align: center;
}

.share-reward-list .detail .item {
  display: inline-block;
  border-radius: 2.13333vmin;
  background: white;
  padding: 2.13333vmin;
  width: 100%;
  margin-bottom: 3.2vmin;
  box-sizing: border-box;
}

.share-reward-list .detail .item .item-title {
  display: flex;
  align-items: center;
}

.share-reward-list .detail .item .item-title .status {
  width: 10.13333vmin;
  height: 4.26667vmin;
  border-radius: 0.53333vmin;
  opacity: 1;
  background: #EBF3FF;
  color: #1472ff;
  font-size: 2.66667vmin;
  font-weight: 500;
  font-family: "PingFang SC";
  text-align: center;
}

.share-reward-list .detail .item .item-title .status.over {
  background: #F5F5F5;
  color: #b2b2b2;
}

.share-reward-list .detail .item .item-title .name {
  height: 5.33333vmin;
  line-height: 5.33333vmin;
  color: #333333;
  font-size: 3.73333vmin;
  font-weight: 500;
  font-family: "PingFang SC";
  margin-left: 1.06667vmin;
}

.share-reward-list .detail .item .rules-number {
  color: #666666;
  font-size: 3.2vmin;
  font-weight: 400;
  font-family: "PingFang SC";
  display: flex;
  justify-content: space-between;
  margin-top: 1.06667vmin;
}

.share-reward-list .detail .item .rules-number .text text {
  font-weight: 500;
  margin: 0 1.06667vmin;
}

.share-reward-list .detail .item .rules-number .number .now-num {
  color: #ff781f;
  font-size: 3.2vmin;
  font-weight: 400;
  font-family: "PingFang SC";
}

.share-reward-list .detail .item .time-btn {
  font-weight: 400;
  font-family: "PingFang SC";
  font-size: 3.33333vmin;
  display: flex;
  margin-top: 2.13333vmin;
  justify-content: space-between;
  align-items: flex-end;
}

.share-reward-list .detail .item .time-btn .end-time {
  font-weight: 400;
  font-family: "PingFang SC";
  zoom: 0.9;
  color: #666666;
}

.share-reward-list .detail .item .time-btn .status-btn {
  width: 14.93333vmin;
  height: 5.33333vmin;
  border-radius: 3.73333vmin;
  background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.66667vmin;
  font-weight: 500;
  font-family: "PingFang SC";
}

.share-reward-list .detail .item .time-btn .status-btn.no-rewards {
  opacity: 0.4;
}

.share-reward-list .detail .item .time-btn .status-btn.check-rewards {
  border-radius: 3.73333vmin;
  background: transparent;
  border: 0.13333vmin solid #FF781F;
  color: #FF781F;
}

.share-reward-list-popup {
  height: 149.33333vmin;
  border-radius: 3.2vmin 3.2vmin 0 0;
  overflow-y: hidden !important;
  background: whitesmoke !important;
}

@media screen and (min-width: 768px) and (orientation: portrait) {
  .share-reward-list {
    background: whitesmoke;
    width: 100%;
    height: 100%;
  }
  .share-reward-list .title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.25vmin;
    color: #333333;
    font-size: 2.08333vmin;
    font-weight: 500;
    font-family: "PingFang SC";
  }
  .share-reward-list .title .close-icon {
    width: 2.08333vmin;
    height: 2.08333vmin;
    position: absolute;
    top: 2.08333vmin;
    right: 2.08333vmin;
  }
  .share-reward-list .title .close-icon image {
    width: 2.08333vmin;
    height: 2.08333vmin;
  }
  .share-reward-list .detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: calc(100% - 48px);
    overflow-y: scroll;
    padding: 0 1.30208vmin;
  }
  .share-reward-list .detail .empty-detail {
    margin-top: 15.625vmin;
  }
  .share-reward-list .detail .empty-detail image {
    height: 11.45833vmin;
    width: 11.45833vmin;
  }
  .share-reward-list .detail .empty-detail view {
    margin-top: 2.08333vmin;
    color: #999999;
    font-size: 1.82292vmin;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: center;
  }
  .share-reward-list .detail .item {
    display: inline-block;
    border-radius: 1.04167vmin;
    background: white;
    padding: 1.04167vmin;
    width: 100%;
    margin-bottom: 1.5625vmin;
    box-sizing: border-box;
  }
  .share-reward-list .detail .item .item-title {
    display: flex;
    align-items: center;
  }
  .share-reward-list .detail .item .item-title .status {
    width: 4.94792vmin;
    height: 2.08333vmin;
    border-radius: 0.26042vmin;
    opacity: 1;
    background: #EBF3FF;
    color: #1472ff;
    font-size: 1.30208vmin;
    font-weight: 500;
    font-family: "PingFang SC";
    text-align: center;
  }
  .share-reward-list .detail .item .item-title .status.over {
    background: #F5F5F5;
    color: #b2b2b2;
  }
  .share-reward-list .detail .item .item-title .name {
    height: 2.60417vmin;
    line-height: 2.60417vmin;
    color: #333333;
    font-size: 1.82292vmin;
    font-weight: 500;
    font-family: "PingFang SC";
    margin-left: 0.52083vmin;
  }
  .share-reward-list .detail .item .rules-number {
    color: #666666;
    font-size: 1.5625vmin;
    font-weight: 400;
    font-family: "PingFang SC";
    display: flex;
    justify-content: space-between;
    margin-top: 0.52083vmin;
  }
  .share-reward-list .detail .item .rules-number .text text {
    font-weight: 500;
    margin: 0 0.52083vmin;
  }
  .share-reward-list .detail .item .rules-number .number .now-num {
    color: #ff781f;
    font-size: 1.5625vmin;
    font-weight: 400;
    font-family: "PingFang SC";
  }
  .share-reward-list .detail .item .time-btn {
    font-weight: 400;
    font-family: "PingFang SC";
    font-size: 1.6276vmin;
    display: flex;
    margin-top: 1.04167vmin;
    justify-content: space-between;
    align-items: flex-end;
  }
  .share-reward-list .detail .item .time-btn .end-time {
    font-weight: 400;
    font-family: "PingFang SC";
    zoom: 0.9;
    color: #666666;
  }
  .share-reward-list .detail .item .time-btn .status-btn {
    width: 7.29167vmin;
    height: 2.60417vmin;
    border-radius: 1.82292vmin;
    background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.30208vmin;
    font-weight: 500;
    font-family: "PingFang SC";
  }
  .share-reward-list .detail .item .time-btn .status-btn.no-rewards {
    opacity: 0.4;
  }
  .share-reward-list .detail .item .time-btn .status-btn.check-rewards {
    border-radius: 1.82292vmin;
    background: transparent;
    border: 0.0651vmin solid #FF781F;
    color: #FF781F;
  }
  .share-reward-list-popup {
    height: 72.91667vmin;
    border-radius: 1.5625vmin 1.5625vmin 0 0;
    overflow-y: hidden !important;
    background: whitesmoke !important;
  }
}

@media screen and (min-height: 768px) and (orientation: landscape) {
  .share-reward-list {
    background: whitesmoke;
    width: 100%;
    height: 100%;
  }
  .share-reward-list .title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.25vmin;
    color: #333333;
    font-size: 2.08333vmin;
    font-weight: 500;
    font-family: "PingFang SC";
  }
  .share-reward-list .title .close-icon {
    width: 2.08333vmin;
    height: 2.08333vmin;
    position: absolute;
    top: 2.08333vmin;
    right: 2.08333vmin;
  }
  .share-reward-list .title .close-icon image {
    width: 2.08333vmin;
    height: 2.08333vmin;
  }
  .share-reward-list .detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: calc(100% - 48px);
    overflow-y: scroll;
    padding: 0 1.30208vmin;
  }
  .share-reward-list .detail .empty-detail {
    margin-top: 15.625vmin;
  }
  .share-reward-list .detail .empty-detail image {
    height: 11.45833vmin;
    width: 11.45833vmin;
  }
  .share-reward-list .detail .empty-detail view {
    margin-top: 2.08333vmin;
    color: #999999;
    font-size: 1.82292vmin;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: center;
  }
  .share-reward-list .detail .item {
    display: inline-block;
    border-radius: 1.04167vmin;
    background: white;
    padding: 1.04167vmin;
    width: 100%;
    margin-bottom: 1.5625vmin;
    box-sizing: border-box;
  }
  .share-reward-list .detail .item .item-title {
    display: flex;
    align-items: center;
  }
  .share-reward-list .detail .item .item-title .status {
    width: 4.94792vmin;
    height: 2.08333vmin;
    border-radius: 0.26042vmin;
    opacity: 1;
    background: #EBF3FF;
    color: #1472ff;
    font-size: 1.30208vmin;
    font-weight: 500;
    font-family: "PingFang SC";
    text-align: center;
  }
  .share-reward-list .detail .item .item-title .status.over {
    background: #F5F5F5;
    color: #b2b2b2;
  }
  .share-reward-list .detail .item .item-title .name {
    height: 2.60417vmin;
    line-height: 2.60417vmin;
    color: #333333;
    font-size: 1.82292vmin;
    font-weight: 500;
    font-family: "PingFang SC";
    margin-left: 0.52083vmin;
  }
  .share-reward-list .detail .item .rules-number {
    color: #666666;
    font-size: 1.5625vmin;
    font-weight: 400;
    font-family: "PingFang SC";
    display: flex;
    justify-content: space-between;
    margin-top: 0.52083vmin;
  }
  .share-reward-list .detail .item .rules-number .text text {
    font-weight: 500;
    margin: 0 0.52083vmin;
  }
  .share-reward-list .detail .item .rules-number .number .now-num {
    color: #ff781f;
    font-size: 1.5625vmin;
    font-weight: 400;
    font-family: "PingFang SC";
  }
  .share-reward-list .detail .item .time-btn {
    font-weight: 400;
    font-family: "PingFang SC";
    font-size: 1.6276vmin;
    display: flex;
    margin-top: 1.04167vmin;
    justify-content: space-between;
    align-items: flex-end;
  }
  .share-reward-list .detail .item .time-btn .end-time {
    font-weight: 400;
    font-family: "PingFang SC";
    zoom: 0.9;
    color: #666666;
  }
  .share-reward-list .detail .item .time-btn .status-btn {
    width: 7.29167vmin;
    height: 2.60417vmin;
    border-radius: 1.82292vmin;
    background: linear-gradient(270deg, #fe6500 0%, #ff4102 100%);
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.30208vmin;
    font-weight: 500;
    font-family: "PingFang SC";
  }
  .share-reward-list .detail .item .time-btn .status-btn.no-rewards {
    opacity: 0.4;
  }
  .share-reward-list .detail .item .time-btn .status-btn.check-rewards {
    border-radius: 1.82292vmin;
    background: transparent;
    border: 0.0651vmin solid #FF781F;
    color: #FF781F;
  }
  .share-reward-list-popup {
    height: 72.91667vmin;
    border-radius: 1.5625vmin 1.5625vmin 0 0;
    overflow-y: hidden !important;
    background: whitesmoke !important;
  }
}
