@charset "UTF-8";
html {
  background: #122940;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  border: none;
}

a {
  text-decoration: none;
}

.pcBox {
  display: block;
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/bg.jpg") no-repeat center -36px/100% auto;
}
.pcBox .mid .title {
  text-align: center;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pcBox .mid .title span {
  display: none;
}
.pcBox .mid .title.title-cha {
  background-image: url("//image.gamersky.com/webimg13/zhuanti/steamsale/超值好价推荐.png");
  height: 74px;
}
.pcBox .mid .title.title-ju {
  background-image: url("//image.gamersky.com/webimg13/zhuanti/steamsale/巨划算特惠.png");
  height: 74px;
}
.pcBox .mid .title.title-you {
  background-image: url("//image.gamersky.com/webimg13/zhuanti/steamsale/游戏列表.png");
  height: 74px;
}
.pcBox .mid .title.title-jing {
  background-image: url("//image.gamersky.com/webimg13/zhuanti/steamsale/精选好物.png");
  height: 74px;
}
.pcBox .mid .title.title-shi {
  background-image: url("//image.gamersky.com/webimg13/zhuanti/steamsale/试玩精选.png");
  height: 74px;
}
.pcBox .mid .title.title-xin {
  background-image: url("//image.gamersky.com/webimg13/zhuanti/steamsale/新品首曝.png");
  height: 74px;
}
.pcBox .mid .SuperValueRecommendationBox,
.pcBox .mid .HugeValueSpecialOfferBox,
.pcBox .mid .NewGameExposureBox,
.pcBox .mid .DemoFeaturedBox {
  overflow: visible;
  position: relative;
  width: 1200px;
}
.pcBox .mid .SuperValueRecommendationBox .swiper-button-next,
.pcBox .mid .SuperValueRecommendationBox .swiper-button-prev,
.pcBox .mid .HugeValueSpecialOfferBox .swiper-button-next,
.pcBox .mid .HugeValueSpecialOfferBox .swiper-button-prev,
.pcBox .mid .NewGameExposureBox .swiper-button-next,
.pcBox .mid .NewGameExposureBox .swiper-button-prev,
.pcBox .mid .DemoFeaturedBox .swiper-button-next,
.pcBox .mid .DemoFeaturedBox .swiper-button-prev {
  width: 37px;
  height: 67px;
  margin-top: 0;
}
.pcBox .mid .SuperValueRecommendationBox .swiper-button-next::after,
.pcBox .mid .SuperValueRecommendationBox .swiper-button-prev::after,
.pcBox .mid .HugeValueSpecialOfferBox .swiper-button-next::after,
.pcBox .mid .HugeValueSpecialOfferBox .swiper-button-prev::after,
.pcBox .mid .NewGameExposureBox .swiper-button-next::after,
.pcBox .mid .NewGameExposureBox .swiper-button-prev::after,
.pcBox .mid .DemoFeaturedBox .swiper-button-next::after,
.pcBox .mid .DemoFeaturedBox .swiper-button-prev::after {
  display: none;
}
.pcBox .mid .SuperValueRecommendationBox .swiper-button-next,
.pcBox .mid .HugeValueSpecialOfferBox .swiper-button-next,
.pcBox .mid .NewGameExposureBox .swiper-button-next,
.pcBox .mid .DemoFeaturedBox .swiper-button-next {
  right: -67px;
  top: 50%;
  transform: translateY(-50%);
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/pc_r.png") no-repeat center top/100% 100%;
}
.pcBox .mid .SuperValueRecommendationBox .swiper-button-prev,
.pcBox .mid .HugeValueSpecialOfferBox .swiper-button-prev,
.pcBox .mid .NewGameExposureBox .swiper-button-prev,
.pcBox .mid .DemoFeaturedBox .swiper-button-prev {
  left: -67px;
  top: 50%;
  transform: translateY(-50%);
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/pc_l.png") no-repeat center top/100% 100%;
}
.pcBox .mid .SuperValueRecommendationBox .swiper-pagination,
.pcBox .mid .HugeValueSpecialOfferBox .swiper-pagination,
.pcBox .mid .NewGameExposureBox .swiper-pagination,
.pcBox .mid .DemoFeaturedBox .swiper-pagination {
  bottom: 66px;
  height: 6px;
}
.pcBox .mid .SuperValueRecommendationBox .swiper-pagination .swiper-pagination-bullet,
.pcBox .mid .HugeValueSpecialOfferBox .swiper-pagination .swiper-pagination-bullet,
.pcBox .mid .NewGameExposureBox .swiper-pagination .swiper-pagination-bullet,
.pcBox .mid .DemoFeaturedBox .swiper-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 6px;
  opacity: 0.33;
  background: #829eb1;
  border-radius: 2px;
}
.pcBox .mid .SuperValueRecommendationBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pcBox .mid .HugeValueSpecialOfferBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pcBox .mid .NewGameExposureBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pcBox .mid .DemoFeaturedBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.pcBox .mid .GamePrice {
  height: 38px;
  background: #152c40;
  border-radius: 6px;
  width: auto;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
}
.pcBox .mid .GamePrice .Discount {
  display: flex;
  align-items: center;
  gap: 0;
  border-radius: 6px;
  overflow: hidden;
}
.pcBox .mid .GamePrice .Discount .DiscountPercent {
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  background: #a1cd44;
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #000000;
}
.pcBox .mid .GamePrice .Discount .DiscountTag {
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  background: #8a51ff;
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}
.pcBox .mid .GamePrice .Price {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
}
.pcBox .mid .GamePrice .Price span {
  height: 38px;
  line-height: 38px;
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: rgba(198, 232, 255, 0.33);
}
.pcBox .mid .GamePrice .Price .originalPrice {
  text-decoration: line-through;
}
.pcBox .mid .GamePrice .Price .DiscountPrice {
  height: 38px;
  line-height: 38px;
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #f8f2a8;
}
.pcBox .mid .GamePrice.Small {
  height: 30px;
  background: transparent;
}
.pcBox .mid .GamePrice.Small .Discount {
  height: 30px;
  line-height: 30px;
}
.pcBox .mid .GamePrice.Small .Discount .DiscountPercent {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}
.pcBox .mid .GamePrice.Small .Discount .DiscountTag {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.pcBox .mid .GamePrice.Small .Price span {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}
.pcBox .mid .GamePrice.Small .Price .DiscountPrice {
  height: 30px;
  line-height: 30px;
  font-size: 22px;
}
.pcBox .mid.mid1 {
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/top.png") no-repeat center top/1920px 1080px;
  width: 100%;
  height: 848px;
  padding-top: 382px;
}
.pcBox .mid.mid1 .content {
  width: 1345px;
  margin: 0 auto;
}
.pcBox .mid.mid1 .content .SuperValueRecommendationBox {
  transform: scale(0.9);
}
.pcBox .mid.mid1 .content .SuperValueRecommendationBox .swiper-button-next,
.pcBox .mid.mid1 .content .HugeValueSpecialOfferBox .swiper-button-next {
  right: -211px !important;
}
.pcBox .mid.mid1 .content .swiper-pagination {
  width: 1345px;
}
.pcBox .mid.mid1 .btn {
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/btn.png") no-repeat center top/100% 100%;
  width: 370px;
  height: 100px;
  position: relative;
  margin: 0 auto 95px;
  cursor: pointer;
}
.pcBox .mid.mid1 .SuperValueRecommendationBox {
  height: 427px;
}
.pcBox .mid.mid1 .SuperValueRecommendationBox .SuperValueRecommendation {
  width: 1345px;
  height: 427px;
  background: rgba(110, 210, 255, 0.1);
  border-radius: 12px;
}
.pcBox .mid.mid1 .SuperValueRecommendationBox .SuperValueRecommendationItem {
  padding: 25px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 21px;
  cursor: pointer;
}
.pcBox .mid.mid1 .SuperValueRecommendationBox .SuperValueRecommendationItem .showImg {
  width: 806px;
  height: 377px;
  background: rgba(0, 0, 0, 0);
  border-radius: 12px;
}
.pcBox .mid.mid1 .SuperValueRecommendationBox .SuperValueRecommendationItem .showImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pcBox .mid.mid1 .SuperValueRecommendationBox .SuperValueRecommendationItem .GameInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}
.pcBox .mid.mid1 .SuperValueRecommendationBox .SuperValueRecommendationItem .GameInfo .GameTitle {
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
.pcBox .mid.mid1 .SuperValueRecommendationBox .SuperValueRecommendationItem .GameInfo .GameImgList {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.pcBox .mid.mid1 .SuperValueRecommendationBox .SuperValueRecommendationItem .GameInfo .GameImgList img {
  width: 223px;
  height: 125px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #152c40;
  border-radius: 6px;
  box-sizing: border-box;
}
.pcBox .mid.mid2 {
  height: 729px;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox,
.pcBox .mid.mid2 .NewGameExposureBox,
.pcBox .mid.mid2 .DemoFeaturedBox {
  height: 524px;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem .bigBox,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem .bigBox,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem .bigBox,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem .bigBox,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem .bigBox,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem .bigBox,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem .bigBox,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem .bigBox,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem .bigBox {
  width: 424px;
  height: 474px;
  box-sizing: border-box;
  background: #1b3b54;
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem .bigBox::after,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem .bigBox::after,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem .bigBox::after,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem .bigBox::after,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem .bigBox::after,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem .bigBox::after,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem .bigBox::after,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem .bigBox::after,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem .bigBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 424px;
  box-sizing: border-box;
  height: 474px;
  border: 2px solid transparent;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem .bigBox:hover::after,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem .bigBox:hover::after,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem .bigBox:hover::after,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem .bigBox:hover::after,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem .bigBox:hover::after,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem .bigBox:hover::after,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem .bigBox:hover::after,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem .bigBox:hover::after,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem .bigBox:hover::after {
  border: 2px solid #216d85;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem .bigBox img,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem .bigBox img,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem .bigBox img,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem .bigBox img,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem .bigBox img,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem .bigBox img,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem .bigBox img,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem .bigBox img,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem .bigBox img {
  width: 424px;
  height: 315px;
  border-radius: 12px 12px 0 0;
  object-fit: cover;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem .bigBox .GameInfo,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem .bigBox .GameInfo,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem .bigBox .GameInfo,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem .bigBox .GameInfo,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem .bigBox .GameInfo,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem .bigBox .GameInfo,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem .bigBox .GameInfo,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem .bigBox .GameInfo,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem .bigBox .GameInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem .bigBox .GameInfo .GameName,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem .bigBox .GameInfo .GameName,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem .bigBox .GameInfo .GameName,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem .bigBox .GameInfo .GameName,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem .bigBox .GameInfo .GameName,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem .bigBox .GameInfo .GameName,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem .bigBox .GameInfo .GameName,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem .bigBox .GameInfo .GameName,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem .bigBox .GameInfo .GameName {
  height: 32px;
  line-height: 1;
  font-size: 30px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem .bigBox .GameInfo .DiscountBox,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem .bigBox .GameInfo .DiscountBox,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem .bigBox .GameInfo .DiscountBox,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem .bigBox .GameInfo .DiscountBox,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem .bigBox .GameInfo .DiscountBox,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem .bigBox .GameInfo .DiscountBox,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem .bigBox .GameInfo .DiscountBox,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem .bigBox .GameInfo .DiscountBox,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem .bigBox .GameInfo .DiscountBox {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem .bigBox .GameInfo .DiscountBox .DiscountText,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem .bigBox .GameInfo .DiscountBox .DiscountText,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem .bigBox .GameInfo .DiscountBox .DiscountText,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem .bigBox .GameInfo .DiscountBox .DiscountText,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem .bigBox .GameInfo .DiscountBox .DiscountText,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem .bigBox .GameInfo .DiscountBox .DiscountText,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem .bigBox .GameInfo .DiscountBox .DiscountText,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem .bigBox .GameInfo .DiscountBox .DiscountText,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem .bigBox .GameInfo .DiscountBox .DiscountText {
  height: 16px;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #829eb1;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem .SmallBox,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem .SmallBox,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem .SmallBox,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem .SmallBox,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem .SmallBox,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem .SmallBox,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem .SmallBox,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem .SmallBox,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem .SmallBox {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem .SmallBox .item,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem .SmallBox .item,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem .SmallBox .item,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem .SmallBox .item,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem .SmallBox .item,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem .SmallBox .item,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem .SmallBox .item,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem .SmallBox .item,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem .SmallBox .item {
  width: 380px;
  height: 247px;
  background: #1b3b54;
  cursor: pointer;
  border-radius: 12px;
  position: relative;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem .SmallBox .item::after,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem .SmallBox .item::after,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem .SmallBox .item::after,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem .SmallBox .item::after,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem .SmallBox .item::after,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem .SmallBox .item::after,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem .SmallBox .item::after,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem .SmallBox .item::after,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem .SmallBox .item::after {
  z-index: 110;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 380px;
  height: 247px;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem .SmallBox .item:hover::after,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem .SmallBox .item:hover::after,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem .SmallBox .item:hover::after,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem .SmallBox .item:hover::after,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem .SmallBox .item:hover::after,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem .SmallBox .item:hover::after,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem .SmallBox .item:hover::after,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem .SmallBox .item:hover::after,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem .SmallBox .item:hover::after {
  border: 2px solid #216d85;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem .SmallBox .item .imgbox,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem .SmallBox .item .imgbox,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem .SmallBox .item .imgbox,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem .SmallBox .item .imgbox,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem .SmallBox .item .imgbox,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem .SmallBox .item .imgbox,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem .SmallBox .item .imgbox,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem .SmallBox .item .imgbox,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem .SmallBox .item .imgbox {
  width: 380px;
  height: 177px;
  position: relative;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem .SmallBox .item .imgbox img,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem .SmallBox .item .imgbox img,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem .SmallBox .item .imgbox img,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem .SmallBox .item .imgbox img,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem .SmallBox .item .imgbox img,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem .SmallBox .item .imgbox img,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem .SmallBox .item .imgbox img,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem .SmallBox .item .imgbox img,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem .SmallBox .item .imgbox img {
  width: 380px;
  height: 177px;
  border-radius: 12px 12px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem .SmallBox .item .imgbox .gameNameBox,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem .SmallBox .item .imgbox .gameNameBox,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem .SmallBox .item .imgbox .gameNameBox,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem .SmallBox .item .imgbox .gameNameBox,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem .SmallBox .item .imgbox .gameNameBox,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem .SmallBox .item .imgbox .gameNameBox,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem .SmallBox .item .imgbox .gameNameBox,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem .SmallBox .item .imgbox .gameNameBox,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem .SmallBox .item .imgbox .gameNameBox {
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/zz.png") no-repeat center/100% 100%;
  width: 380px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 24px 20px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem .SmallBox .item .imgbox .gameNameBox .name,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem .SmallBox .item .imgbox .gameNameBox .name,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem .SmallBox .item .imgbox .gameNameBox .name,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem .SmallBox .item .imgbox .gameNameBox .name,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem .SmallBox .item .imgbox .gameNameBox .name,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem .SmallBox .item .imgbox .gameNameBox .name,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem .SmallBox .item .imgbox .gameNameBox .name,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem .SmallBox .item .imgbox .gameNameBox .name,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem .SmallBox .item .imgbox .gameNameBox .name {
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem .SmallBox .item .DiscountBox,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem .SmallBox .item .DiscountBox,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem .SmallBox .item .DiscountBox,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem .SmallBox .item .DiscountBox,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem .SmallBox .item .DiscountBox,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem .SmallBox .item .DiscountBox,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem .SmallBox .item .DiscountBox,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem .SmallBox .item .DiscountBox,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem .SmallBox .item .DiscountBox {
  padding: 20px;
  height: 70px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem .SmallBox .item .DiscountBox .TagBox,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem .SmallBox .item .DiscountBox .TagBox,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem .SmallBox .item .DiscountBox .TagBox,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem .SmallBox .item .DiscountBox .TagBox,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem .SmallBox .item .DiscountBox .TagBox,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem .SmallBox .item .DiscountBox .TagBox,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem .SmallBox .item .DiscountBox .TagBox,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem .SmallBox .item .DiscountBox .TagBox,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem .SmallBox .item .DiscountBox .TagBox {
  display: flex;
  align-items: center;
}
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem .SmallBox .item .DiscountBox .TagBox .NewTag,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .HugeValueSpecialOfferItem .SmallBox .item .DiscountBox .TagBox .DemoTag,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem .SmallBox .item .DiscountBox .TagBox .NewTag,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .NewGameExposureItem .SmallBox .item .DiscountBox .TagBox .DemoTag,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem .SmallBox .item .DiscountBox .TagBox .NewTag,
.pcBox .mid.mid2 .HugeValueSpecialOfferBox .DemoFeaturedItem .SmallBox .item .DiscountBox .TagBox .DemoTag,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem .SmallBox .item .DiscountBox .TagBox .NewTag,
.pcBox .mid.mid2 .NewGameExposureBox .HugeValueSpecialOfferItem .SmallBox .item .DiscountBox .TagBox .DemoTag,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem .SmallBox .item .DiscountBox .TagBox .NewTag,
.pcBox .mid.mid2 .NewGameExposureBox .NewGameExposureItem .SmallBox .item .DiscountBox .TagBox .DemoTag,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem .SmallBox .item .DiscountBox .TagBox .NewTag,
.pcBox .mid.mid2 .NewGameExposureBox .DemoFeaturedItem .SmallBox .item .DiscountBox .TagBox .DemoTag,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem .SmallBox .item .DiscountBox .TagBox .NewTag,
.pcBox .mid.mid2 .DemoFeaturedBox .HugeValueSpecialOfferItem .SmallBox .item .DiscountBox .TagBox .DemoTag,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem .SmallBox .item .DiscountBox .TagBox .NewTag,
.pcBox .mid.mid2 .DemoFeaturedBox .NewGameExposureItem .SmallBox .item .DiscountBox .TagBox .DemoTag,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem .SmallBox .item .DiscountBox .TagBox .NewTag,
.pcBox .mid.mid2 .DemoFeaturedBox .DemoFeaturedItem .SmallBox .item .DiscountBox .TagBox .DemoTag {
  width: 59px;
  height: 30px;
  background: #759e13;
  border-radius: 6px;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pcBox .mid.mid3 .FilterBox {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.pcBox .mid.mid3 .FilterBox .Filter {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.pcBox .mid.mid3 .FilterBox .Filter:first-child {
  display: none;
}
.pcBox .mid.mid3 .FilterBox .Filter .name {
  width: 64px;
  flex-shrink: 0;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
.pcBox .mid.mid3 .FilterBox .Filter .typelist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2px;
}
.pcBox .mid.mid3 .FilterBox .Filter .typelist .item {
  height: 32px;
  line-height: 1;
  padding: 8px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  border-radius: 6px;
  color: #829eb1;
}
.pcBox .mid.mid3 .FilterBox .Filter .typelist .item.active, .pcBox .mid.mid3 .FilterBox .Filter .typelist .item:hover {
  background: rgba(110, 210, 255, 0.2);
  cursor: pointer;
  color: #ffffff;
}
.pcBox .mid.mid3 .GameList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 38px;
  margin-bottom: 52px;
}
.pcBox .mid.mid3 .GameList .GameItem {
  padding: 16px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 581px;
  height: 111px;
  background: rgba(110, 210, 255, 0.1);
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px rgba(0, 194, 255, 0.2) inset;
  position: relative;
}
.pcBox .mid.mid3 .GameList .GameItem .GamePrice {
  align-self: flex-end;
}
.pcBox .mid.mid3 .GameList .GameItem::after {
  content: "";
  width: 581px;
  height: 111px;
  position: absolute;
  top: 0;
  left: 0;
}
.pcBox .mid.mid3 .GameList .GameItem:hover {
  cursor: pointer;
}
.pcBox .mid.mid3 .GameList .GameItem:hover::after {
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/hover.png") no-repeat center/100% 100%;
}
.pcBox .mid.mid3 .GameList .GameItem img {
  width: 155px;
  height: 78px;
  background: rgba(0, 0, 0, 0);
  border-radius: 6px;
}
.pcBox .mid.mid3 .GameList .GameItem .info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 23px;
}
.pcBox .mid.mid3 .GameList .GameItem .info .name {
  height: 22px;
  font-size: 22px;
  line-height: 22px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: right;
  color: #ffffff;
}
.pcBox .mid.mid3 .Pagination {
  display: flex;
  gap: 10px;
  margin-bottom: 52px;
  justify-content: center;
}
.pcBox .mid.mid3 .Pagination .PageItem {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #a0c6df;
  border-radius: 6px;
  background: rgba(110, 210, 255, 0.1);
  cursor: pointer;
}
.pcBox .mid.mid3 .Pagination .PageItem.Active {
  background: #a1cd44;
  color: #152c40;
}
.pcBox .mid.mid3 .Pagination .PageItem:hover {
  background: rgba(110, 210, 255, 0.2);
  color: #ffffff;
}
.pcBox .mid.mid4 .newsbox {
  display: flex;
  gap: 25px;
}
.pcBox .mid.mid4 .newsbox .l_newsbox {
  width: 587px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 25px;
}
.pcBox .mid.mid4 .newsbox .item {
  display: block;
  width: 281px;
  height: 216px;
  border-radius: 6px;
  background: rgba(110, 210, 255, 0.1);
  position: relative;
}
.pcBox .mid.mid4 .newsbox .item:hover::after {
  content: "";
  width: 281px;
  height: 216px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/newshover.png") no-repeat center/100% 100%;
}
.pcBox .mid.mid4 .newsbox .item .Game_img {
  width: 281px;
  height: 141px;
  border-radius: 6px 6px 0 0;
  background: rgba(0, 0, 0, 0);
}
.pcBox .mid.mid4 .newsbox .item .Game_img img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pcBox .mid.mid4 .newsbox .item .Game_title {
  width: 281px;
  height: 75px;
  box-sizing: border-box;
  padding: 15px 17px;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #b4d5eb;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pcBox .mid .content {
  margin: 0 auto;
  width: 1200px;
  height: auto;
}
@media screen and (max-width: 1600px) {
  .pcBox .ad {
    display: none;
  }
}
.pcBox .ad .left_item {
  position: fixed;
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/adtt_l.png") no-repeat center center/100% auto;
  width: 232px;
  height: 549px;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  cursor: pointer;
}
.pcBox .ad .right_item {
  position: fixed;
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/adtt_r.png") no-repeat center center/100% auto;
  width: 232px;
  height: 549px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  cursor: pointer;
}

.wapBox {
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/wapbg.jpg") no-repeat center 0/7.5rem 14.4rem;
  width: 7.5rem;
  height: 14.4rem;
  display: none;
}
.wapBox .mid .title {
  text-align: center;
  margin-bottom: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.wapBox .mid .title span {
  display: none;
}
.wapBox .mid .title.title-cha {
  background-image: url("//image.gamersky.com/webimg13/zhuanti/steamsale/超值好价推荐.png");
  height: 0.74rem;
}
.wapBox .mid .title.title-ju {
  background-image: url("//image.gamersky.com/webimg13/zhuanti/steamsale/巨划算特惠.png");
  height: 0.74rem;
}
.wapBox .mid .title.title-you {
  background-image: url("//image.gamersky.com/webimg13/zhuanti/steamsale/游戏列表.png");
  height: 0.74rem;
}
.wapBox .mid .title.title-jing {
  background-image: url("//image.gamersky.com/webimg13/zhuanti/steamsale/精选好物.png");
  height: 0.74rem;
}
.wapBox .mid .title.title-shi {
  background-image: url("//image.gamersky.com/webimg13/zhuanti/steamsale/试玩精选.png");
  height: 0.74rem;
}
.wapBox .mid .title.title-xin {
  background-image: url("//image.gamersky.com/webimg13/zhuanti/steamsale/新品首曝.png");
  height: 0.74rem;
}
.wapBox .mid.mid1 {
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/waptop.png") no-repeat center top/7.94rem 9.39rem;
  padding-top: 3.5rem;
}
.wapBox .mid.mid1 .btn {
  margin: 0 auto 0.71rem;
  width: 3.4rem;
  height: 1rem;
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/btn.png") no-repeat center/100% 100%;
}
.wapBox .mid.mid1 .SuperValueRecommendationBox {
  width: 7.02rem;
  height: 3.8rem;
  margin: 0 auto 1.08rem;
  position: relative;
}
.wapBox .mid.mid1 .SuperValueRecommendationBox .WapSuperValueRecommendationItem {
  width: 7.02rem;
  height: 3.8rem;
}
.wapBox .mid.mid1 .SuperValueRecommendationBox .WapSuperValueRecommendationItem .imgbox {
  width: 7.02rem;
  height: 3.8rem;
  background: rgba(0, 0, 0, 0);
  border-radius: 0.12rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.wapBox .mid.mid1 .SuperValueRecommendationBox .WapSuperValueRecommendationItem .imgbox img {
  width: 7.02rem;
  height: 3.8rem;
}
.wapBox .mid.mid1 .SuperValueRecommendationBox .WapSuperValueRecommendationItem .nrBox {
  position: absolute;
  z-index: 2;
  height: 1.2rem;
  bottom: 0;
  width: 7.02rem;
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/zz.png") no-repeat center bottom/7.02rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wapBox .mid.mid1 .SuperValueRecommendationBox .WapSuperValueRecommendationItem .nrBox .gamename {
  height: 0.36rem;
  font-size: 0.36rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0.16rem;
  text-shadow: 0 0 0.06rem #000000;
}
.wapBox .mid.mid1 .SuperValueRecommendationBox .WapSuperValueRecommendationItem .nrBox .GamePrice {
  height: 0.44rem;
  background: #152c40;
  border-radius: 0.06rem;
  width: auto;
  display: inline-flex;
  align-items: center;
}
.wapBox .mid.mid1 .SuperValueRecommendationBox .WapSuperValueRecommendationItem .nrBox .GamePrice .Discount {
  display: flex;
  align-items: center;
  gap: 0;
  border-radius: 0.06rem;
  overflow: hidden;
}
.wapBox .mid.mid1 .SuperValueRecommendationBox .WapSuperValueRecommendationItem .nrBox .GamePrice .Discount .DiscountPercent {
  padding: 0 0.2rem;
  height: 0.44rem;
  line-height: 0.44rem;
  background: #a1cd44;
  font-size: 0.26rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #000000;
}
.wapBox .mid.mid1 .SuperValueRecommendationBox .WapSuperValueRecommendationItem .nrBox .GamePrice .Discount .DiscountTag {
  padding: 0 0.2rem;
  height: 0.44rem;
  line-height: 0.44rem;
  background: #8a51ff;
  font-size: 0.26rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}
.wapBox .mid.mid1 .SuperValueRecommendationBox .WapSuperValueRecommendationItem .nrBox .GamePrice .Price {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  padding: 0 0.15rem;
}
.wapBox .mid.mid1 .SuperValueRecommendationBox .WapSuperValueRecommendationItem .nrBox .GamePrice .Price span {
  height: 0.44rem;
  line-height: 0.44rem;
  font-size: 0.26rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: rgba(198, 232, 255, 0.33);
}
.wapBox .mid.mid1 .SuperValueRecommendationBox .WapSuperValueRecommendationItem .nrBox .GamePrice .Price .originalPrice {
  text-decoration: line-through;
}
.wapBox .mid.mid1 .SuperValueRecommendationBox .WapSuperValueRecommendationItem .nrBox .GamePrice .Price .DiscountPrice {
  height: 0.44rem;
  line-height: 0.44rem;
  font-size: 0.26rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #f8f2a8;
}
.wapBox .mid.mid1 .SuperValueRecommendationBox .swiper-button-next,
.wapBox .mid.mid1 .SuperValueRecommendationBox .swiper-button-prev {
  width: 0.38rem;
  height: 0.67rem;
  margin-top: 0;
}
.wapBox .mid.mid1 .SuperValueRecommendationBox .swiper-button-next::after,
.wapBox .mid.mid1 .SuperValueRecommendationBox .swiper-button-prev::after {
  display: none;
}
.wapBox .mid.mid1 .SuperValueRecommendationBox .swiper-button-next {
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/WAPR.png") no-repeat center top/100% 100%;
}
.wapBox .mid.mid1 .SuperValueRecommendationBox .swiper-button-prev {
  left: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/WAPL.png") no-repeat center top/100% 100%;
}
.wapBox .mid.mid1 .SuperValueRecommendationBox .swiper-pagination {
  bottom: 0.66rem;
  height: 0.06rem;
}
.wapBox .mid.mid1 .SuperValueRecommendationBox .swiper-pagination .swiper-pagination-bullet {
  width: 0.28rem;
  height: 0.06rem;
  opacity: 0.33;
  background: #829eb1;
  border-radius: 2px;
}
.wapBox .mid.mid1 .SuperValueRecommendationBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.wapBox .mid.mid2 {
  box-sizing: border-box;
  padding-bottom: 0.8rem;
}
.wapBox .mid.mid2 .gamelist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.18rem 0.12rem;
  width: 7.02rem;
  margin: 0 auto 0.31rem;
}
.wapBox .mid.mid2 .gamelist .item {
  width: 3.45rem;
  height: 2.85rem;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  border-radius: 0.12rem;
  display: flex;
  flex-direction: column;
}
.wapBox .mid.mid2 .gamelist .item.hidden {
  display: none;
}
.wapBox .mid.mid2 .gamelist .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 3.45rem;
  height: 2.85rem;
  border: 0.02rem solid #216d85;
  border-radius: 0.12rem;
  pointer-events: none;
}
.wapBox .mid.mid2 .gamelist .item img {
  width: 3.45rem;
  height: 1.72rem;
  border-radius: 0.12rem 0.12rem 0 0;
}
.wapBox .mid.mid2 .gamelist .item .GameInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.16rem;
  padding: 0.2rem 0.16rem;
}
.wapBox .mid.mid2 .gamelist .item .GameInfo .GameName {
  height: 0.28rem;
  line-height: 1;
  font-size: 0.28rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wapBox .mid.mid2 .gamelist .item .GameInfo .DiscountBox {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.wapBox .mid.mid2 .gamelist .item .GameInfo .DiscountBox .TagBox {
  display: flex;
  align-items: center;
}
.wapBox .mid.mid2 .gamelist .item .GameInfo .DiscountBox .TagBox .NewTag,
.wapBox .mid.mid2 .gamelist .item .GameInfo .DiscountBox .TagBox .DemoTag {
  padding: 0 0.1rem;
  height: 0.3rem;
  background: #759e13;
  border-radius: 0.06rem;
  font-size: 0.18rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wapBox .mid.mid2 .gamelist .item .GameInfo .DiscountBox .DiscountText {
  text-wrap: nowrap;
  height: 0.19rem;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #829eb1;
}
.wapBox .mid.mid2 .gamelist .item .GameInfo .DiscountBox .GamePrice {
  height: 0.34rem;
  background: #152c40;
  border-radius: 0.06rem;
  width: auto;
  display: inline-flex;
  justify-content: space-between;
}
.wapBox .mid.mid2 .gamelist .item .GameInfo .DiscountBox .GamePrice .Discount {
  display: flex;
  align-items: center;
  gap: 0;
  border-radius: 0.06rem;
  overflow: hidden;
  flex-shrink: 0;
}
.wapBox .mid.mid2 .gamelist .item .GameInfo .DiscountBox .GamePrice .Discount .DiscountPercent {
  padding: 0 0.1rem;
  height: 0.34rem;
  line-height: 0.34rem;
  background: #a1cd44;
  font-size: 0.2rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #000000;
}
.wapBox .mid.mid2 .gamelist .item .GameInfo .DiscountBox .GamePrice .Discount .DiscountTag {
  padding: 0 0.1rem;
  height: 0.34rem;
  line-height: 0.34rem;
  background: #8a51ff;
  font-size: 0.2rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}
.wapBox .mid.mid2 .gamelist .item .GameInfo .DiscountBox .GamePrice .Price {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.wapBox .mid.mid2 .gamelist .item .GameInfo .DiscountBox .GamePrice .Price span {
  height: 0.34rem;
  line-height: 0.34rem;
  font-size: 0.2rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: rgba(198, 232, 255, 0.33);
}
.wapBox .mid.mid2 .gamelist .item .GameInfo .DiscountBox .GamePrice .Price .originalPrice {
  text-decoration: line-through;
}
.wapBox .mid.mid2 .gamelist .item .GameInfo .DiscountBox .GamePrice .Price .DiscountPrice {
  height: 0.34rem;
  line-height: 0.34rem;
  font-size: 0.28rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #f8f2a8;
}
.wapBox .mid.mid3 {
  width: 7.02rem;
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
.wapBox .mid.mid3 .FilterBox {
  height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.22rem;
}
.wapBox .mid.mid3 .FilterBox .radio {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.24rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #829eb1;
}
.wapBox .mid.mid3 .FilterBox .radio .item {
  display: flex;
  align-items: center;
  gap: 2px;
}
.wapBox .mid.mid3 .FilterBox .radio .item .radioBtn {
  width: 0.28rem;
  height: 0.28rem;
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/2.png") no-repeat center center/0.28rem 0.28rem;
}
.wapBox .mid.mid3 .FilterBox .radio .item.active .radioBtn {
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/3.png") no-repeat center center/0.28rem 0.28rem;
}
.wapBox .mid.mid3 .FilterBox .filter {
  display: none;
  align-items: center;
  gap: 0.07rem;
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.24rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #829eb1;
}
.wapBox .mid.mid3 .FilterBox .filter .filterText {
  height: 0.28rem;
  font-size: 0.24rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
.wapBox .mid.mid3 .FilterBox .filter .filterBtn {
  width: 0.28rem;
  height: 0.28rem;
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/1.png") no-repeat center center/0.28rem 0.28rem;
}
.wapBox .mid.mid3 .gamelist {
  margin-top: 0.36rem;
}
.wapBox .mid.mid3 .gamelist .item {
  margin-bottom: 0.56rem;
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  position: relative;
}
.wapBox .mid.mid3 .gamelist .item .imgbox {
  position: absolute;
  width: 3.21rem;
  height: 1.6rem;
  border: 0.02rem solid #216d85;
  border-radius: 0.06rem;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 194, 255, 0.33) inset;
  flex-shrink: 0;
  box-sizing: border-box;
}
.wapBox .mid.mid3 .gamelist .item .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wapBox .mid.mid3 .gamelist .item .gameinfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 0.24rem;
  gap: 0.16rem;
  border-radius: 0.06rem;
  height: 1.24rem;
  background: linear-gradient(90deg, rgba(110, 210, 255, 0) 12%, rgba(110, 210, 255, 0.15));
  flex: 1;
}
.wapBox .mid.mid3 .gamelist .item .gameinfo .GameName {
  height: 0.26rem;
  line-height: 0.26rem;
  font-size: 0.26rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: right;
  color: #ffffff;
}
.wapBox .mid.mid3 .gamelist .item .gameinfo .GamePrice {
  height: 0.34rem;
  border-radius: 0.06rem;
  width: auto;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.08rem;
}
.wapBox .mid.mid3 .gamelist .item .gameinfo .GamePrice .Discount {
  display: flex;
  align-items: center;
  gap: 0;
  border-radius: 0.06rem;
  overflow: hidden;
  flex-shrink: 0;
}
.wapBox .mid.mid3 .gamelist .item .gameinfo .GamePrice .Discount .DiscountPercent {
  padding: 0 0.1rem;
  height: 0.34rem;
  line-height: 0.34rem;
  background: #a1cd44;
  font-size: 0.2rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #000000;
}
.wapBox .mid.mid3 .gamelist .item .gameinfo .GamePrice .Discount .DiscountTag {
  padding: 0 0.1rem;
  height: 0.34rem;
  line-height: 0.34rem;
  background: #8a51ff;
  font-size: 0.2rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}
.wapBox .mid.mid3 .gamelist .item .gameinfo .GamePrice .Price {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.wapBox .mid.mid3 .gamelist .item .gameinfo .GamePrice .Price span {
  height: 0.34rem;
  line-height: 0.34rem;
  font-size: 0.2rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: rgba(198, 232, 255, 0.33);
}
.wapBox .mid.mid3 .gamelist .item .gameinfo .GamePrice .Price .originalPrice {
  text-decoration: line-through;
}
.wapBox .mid.mid3 .gamelist .item .gameinfo .GamePrice .Price .DiscountPrice {
  height: 0.34rem;
  line-height: 0.34rem;
  font-size: 0.28rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #f8f2a8;
}
.wapBox .mid.mid4 {
  width: 7.02rem;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.wapBox .mid.mid4 .newsbox {
  display: flex;
  gap: 0.12rem;
}
.wapBox .mid.mid4 .newsbox .l_newsbox {
  width: 3.45rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.18rem;
  flex-direction: column;
}
.wapBox .mid.mid4 .newsbox .item {
  display: block;
  width: 3.45rem;
  height: 2.65rem;
  border-radius: 0.06rem;
  background: rgba(110, 210, 255, 0.1);
  position: relative;
}
.wapBox .mid.mid4 .newsbox .item .Game_img {
  width: 3.45rem;
  height: 1.72rem;
  border-radius: 0.06rem 0.06rem 0 0;
  background: rgba(0, 0, 0, 0);
}
.wapBox .mid.mid4 .newsbox .item .Game_img img {
  border-radius: 0.06rem 0.06rem 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wapBox .mid.mid4 .newsbox .item .Game_title {
  width: 3.45rem;
  height: 0.93rem;
  box-sizing: border-box;
  padding: 0.15rem;
  font-size: 0.24rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #b4d5eb;
  line-height: 0.34rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wapBox .mid .moreBtn {
  width: 7.02rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background: rgba(110, 210, 255, 0.1);
  border-radius: 0.06rem;
  font-size: 0.28rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}
.wapBox .xfan {
  width: 4.84rem;
  height: 0.98rem;
  position: fixed;
  bottom: 0.74rem;
  left: 50%;
  transform: translateX(-50%);
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/xfan.png") no-repeat center/100% 100%;
  z-index: 1;
}
.wapBox .filterList {
  width: 7.5rem;
  height: 8rem;
  background: url("//image.gamersky.com/webimg13/zhuanti/steamsale/sx.png") no-repeat center top/100% 100%;
  position: fixed;
  bottom: 0;
  z-index: 999;
  padding-top: 2.84rem;
  box-sizing: border-box;
  display: none;
}
.wapBox .filterList .title {
  height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.28rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  width: 6.8rem;
  margin: 0 auto 0.26rem;
}
.wapBox .filterList .filterbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.18rem 0.24rem;
  width: 6.8rem;
  margin: 0 auto;
}
.wapBox .filterList .filterbox .item {
  width: 1.52rem;
  height: 0.42rem;
  font-size: 0.22rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a0c6df;
  background: rgba(110, 210, 255, 0.1);
  border-radius: 0.06rem;
  text-wrap: nowrap;
}
.wapBox .filterList .filterbox .item.active {
  background: #ffffff;
  color: #152c40;
}
.wapBox .filterList .filterBtn {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.26rem;
  height: 0.71rem;
  background: #ffffff;
  border-radius: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.31rem;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #152c40;
}

@media screen and (max-width: 750px) {
  .pcBox,
  .QZnav,
  .Bot {
    display: none;
  }
  .wapBox {
    display: block;
  }
}
/*底部信息*/
.Bot {
  margin: 0 auto;
  width: 100%;
  min-width: 1300px;
  height: auto;
  background-color: #122940;
}
.Bot p.email {
  position: relative;
  top: 20px;
  font-size: 13px;
  margin: 0 5px;
  color: #fff;
  text-align: center;
}
.Bot .Copyright {
  margin: 0 auto;
  padding: 32px 0;
  width: 1300px;
  height: auto;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  font-family: SimSun;
  text-align: center;
}
.Bot .Copyright a {
  margin: 0 5px;
  color: #fff;
}
.Bot .Copyright a:hover {
  color: #fff;
  text-decoration: none;
}

.bottomFavorite {
  position: fixed;
  padding: 0 20px;
  border-radius: 30px;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  bottom: 40px;
  display: none;
  align-items: center;
  width: 750px;
  background: rgba(0, 0, 0, 0.7);
}
.bottomFavorite img {
  margin-right: 4px;
}
.bottomFavorite p {
  color: #fff;
  font-size: 15px;
}
.bottomFavorite .btn {
  margin-left: auto;
  width: 114px;
  height: 34px;
  background: #5478b4;
  color: #fff;
  font-weight: bold;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 15px;
}

.ju,
.xin,
.shi {
  display: none;
}