body {
  width: 100%;
  margin: 0;
  background: #ffffff !important;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
}

img {
  object-fit: cover;
  display: flex;
}

a {
  text-decoration: none;
}

.top-nav-open {
  display: none;
}

.top-nav-box {
  display: none;
}

.page-center {
  width: 19.2rem;
  margin: 0 auto;
  min-height: 100vh;
  height: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.page-box {
  width: 10.4rem;
  margin-top: 1.16rem;
  margin-left: 2.74rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  height: auto;
}

.top-header {
  width: auto;
  height: 0.8rem;
  position: fixed;
  left: 50%;
  margin-left: -9.66rem;
  top: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  z-index: 999;
}

.top-logo {
  height: 0.8rem;
  /*max-height: 40px;*/
  margin-left: 2.8rem;
}

.swiper-container {
  width: 10.4rem;
  height: 4rem;
  margin-top: 0;
  position: relative;
  margin-bottom: 0;
}

.swiper-img {
  width: 10.4rem;
  height: 4rem;
}

.swiper-item {
  border-radius: 0.16rem;
  width: 10.4rem !important;
  height: 4rem !important;
}

.swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 10.4rem;
  position: relative;
  border-radius: 0.08rem;
  overflow: hidden;
}

.swiper-bottom {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  background: linear-gradient(transparent, rgba(0, 0, 0));
  color: #ffffff;
  padding: 0 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-pagination {
  width: auto !important;
  height: 0.64rem !important;
  right: 0.54rem !important;
  bottom: 0 !important;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  z-index: 100;
}

.swiper-pagination-bullet {
  width: 0.12rem !important;
  height: 0.12rem !important;
  display: block !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.69) !important;
}

.swiper-pagination-bullet-active {
  background: #ffffff !important;
}

.bottom-tag-box {
  width: 19.2rem;
  height: 0.8rem;
  position: fixed;
  left: 50%;
  margin-left: -10.6rem;
  top: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  z-index: 999;
}

.bottom-tag-item {
  width: auto;
  height: 0.48rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.18rem;
  font-weight: bold;
  margin-left: 0.32rem;
}

.bottom-tag-item>img {
  width: 0.3rem;
  margin-right: 0.1rem;
}

.bottom-tag-item:last-child {
  margin-right: 2.8rem;
}

.bottom-tag-item-s {
  /* width: 2.36rem;
	height: 0.48rem;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	color: #296df4;
	font-size: 0.24rem;
	margin-bottom: 0.32rem;
	background-color: #FFFFFF;
	border-radius: 0.28rem; */
  width: auto;
  height: 0.48rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  color: #333333;
  font-size: 0.18rem;
  font-weight: bold;
  margin-left: 0.32rem;
}

.bottom-tag-icon {
  width: 0.24rem;
  height: 0.24rem;
  margin: 0 0.16rem;
}

.bottom-search form {
  margin-left: 0.32rem;
  display: flex;
  height: 0.5rem;
  border: solid 1px lightgray;
  border-radius: 4px;
  padding: 0 0.12rem; 
}

.bottom-search .search-btn {
  padding: 0.06rem;
} 


.bottom-search input {
  border:none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
}

.bottom-search .bottom-tag-item {
  display: none;
}

.list-header-box {
  height: 0.8rem;
  line-height: 0.54rem;
  width: 10.4rem;
  margin-top: 0.36rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.list-header-line {
  width: 0.02rem;
  height: 0.4rem;
  margin-right: 0.16rem;
  background-color: #296df4;
}

.list-header-title {
  flex: 1;
  height: 0.26rem;
  line-height: 0.26rem;
  color: #333333;
  font-weight: bold;
  font-size: 0.26rem;
}

.list-header-more {
  height: 0.24rem;
  font-size: 0.5rem;
  color: #296df4;
  line-height: 0rem;
  margin-right: 0.12rem;
}

.list-header-bottom-line {
  width: 10.22rem;
  height: 0.01rem;
  background-color: #d7d9da;
  position: absolute;
  bottom: 0;
  right: 0;
}

.icon1-box {
  height: auto;
  width: 10.4rem;
}

.icon1-a-box {
  height: auto;
  width: 10.4rem;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.icon1-a {
  width: 1.28rem;
  height: 1.28rem;
  margin-right: 0.183rem;
  border-radius: 0.16rem;
  border: 1px solid #dedede;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: 0.2rem;
}

.icon1-img {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 0.16rem;
  margin: 0 auto;
}

.icon1-a-title-box {
  position: absolute;
  bottom: 0rem;
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 0.16rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
}

.icon1-a:hover {
  box-shadow: 0px 0px 0.08rem 0px rgba(0, 0, 0, 0.12);
}

.icon1-a-title {
  padding: 0 0.08rem;
  line-height: 0.2rem;
  color: #ffffff;
  font-size: 0.18rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: center;
  overflow: hidden;
}

.icon1-a:hover .icon1-a-title-box {
  visibility: visible;
}

.icon1-a:nth-child(7n) {
  margin-right: 0rem;
}

.line-gray {
  width: 10.4rem;
  height: 1px;
  background: #d7d9da;
  margin-top: 0.24rem;
  margin-bottom: 0.24rem;
}

.card1-item-box {
  height: auto;
  width: 10.4rem;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.card1-item-box {}

.card1-item {
  width: 5.1rem;
  height: 2.4rem;
  border-radius: 0.08rem;
  margin-bottom: 0.2rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #DEDEDE;
}

.card1-item:nth-last-of-type(1) {
  margin-bottom: 0;
}

.card1-item:nth-last-of-type(2) {
  margin-bottom: 0;
}

.card1-tag {
  width: auto;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.2rem;
  color: #296df4;
  font-weight: 900;
  position: absolute;
  left: 0.25rem;
  top: 0.28rem;
  font-style: italic;
}

.card1-title {
  width: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 0.26rem;
  font-weight: bold;
  color: #3d3d3d;
  line-height: 0.28rem;
  margin-left: 0.25rem;
  margin-top: 0.8rem;
}

.card1-text {
  width: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.16rem;
  color: #3D3D3D;
  line-height: 0.2rem;
  margin-left: 0.25rem;
  margin-top: 0.24rem;
}

.card1-img {
  position: absolute;
  top: 0.44rem;
  right: 0.24rem;
  width: 1.52rem;
  height: 1.52rem;
  border-radius: 0.1rem;
}

.articles-box {
  width: 10.4rem;
  height: auto;
  margin: 0 auto;
}

.articles-a-box {
  width: 10.4rem;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.articles-a {
  width: 5.04rem;
  height: 3rem;
  border-radius: 0.08rem;
  position: relative;
  margin-bottom: 0.5rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
}

.articles-img {
  width: 5.04rem;
  height: 2.52rem;
  border-radius: 0.1rem;
}

.articles-text {
  width: 4.72rem;
  line-height: 0.46rem;
  color: #000000;
  white-space: nowrap;
  font-size: 0.26rem;
  margin-top: 0.1rem;
  margin-left: -0.3rem;
  font-weight: 500;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ad-box-mobile-1,
.ad-box-mobile-2,
.ad-box-pad-1,
.ad-box-pad-2 {
  width: 0;
  left: 0;
  overflow: hidden;
}

.ad-box-pc-1,
.ad-box-pc-2 {
  width: 100%;
  min-width: 728px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
  color: rgba(0, 0, 0, 0.6);
  line-height: 0.14rem;
  font-size: 0.14rem;
  margin-top: 0.16rem;
}

.ad-pc-1,
.ad-pc-2 {
  width: 100%;
  height: 0.9rem;
  /*background: rgba(0, 0, 0, 0.08);*/
  margin-top: 0.02rem;
  display: block;
}

.card2-box {
  width: 10.4rem;
  height: auto;
}

.card2-item-box {
  width: 10.4rem;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.card2-item {
  width: 2.42rem;
  height: 2.22rem;
  border-radius: 0.08rem;
  border: 1px solid #DEDEDE;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.16rem;
  background-color: #ffffff;
}

/* .card2-item:first-child{
	margin-left: 0.34rem;
} */
.card2-img {
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 0.16rem;
  margin-top: 0.15rem;
  margin-bottom: 0.16rem;
}

.card2-title {
  width: 2.1rem;
  height: 0.26rem;
  line-height: 0.2rem;
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: 0.04rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.card2-text {
  width: 2.08rem;
  height: 0.27rem;
  line-height: 0.17rem;
  font-size: 0.12rem;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin-top: 0.08rem;
  margin-bottom: 0.06rem;
}

.card2-star-box {
  width: 0.6rem;
  height: 0.1rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-evenly;
  margin-right: 0.04rem;
}

.card2-star-box>img {
  height: 0.2rem;
  margin: 0;
}

.card2-star-sum {
  font-size: 0.1rem;
  color: #3d3d3d;
}

.video-box {
  height: auto;
  width: 10.4rem;
  margin-bottom: 0.04rem;
  padding-bottom: 0.08rem;
}

.video-item-box {
  height: auto;
  width: 10.4rem;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

.video-item {
  width: 3.3rem;
  height: 1.38rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  background-color: #ffffff;
  border-radius: 0.08rem;
  margin-bottom: 0.16rem;
  border: 1px solid #DEDEDE;
}

.video-item:nth-child(n + 16) {
  display: none;
}

.video-image {
  position: absolute;
  width: 0.88rem;
  height: 0.88rem;
  top: 0.25rem;
  left: 0.24rem;
  border-radius: 0.16rem;
}

.video-title {
  width: 1.7rem;
  height: 0.3rem;
  line-height: 0.22rem;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  margin-left: 1.36rem;
  margin-top: 0.34rem;
  font-weight: bold;
}

.video-text {
  width: 1.7rem;
  height: 0.4rem;
  line-height: 0.3rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  margin-left: 1.36rem;
  margin-top: 0.04rem;
  margin-bottom: 0.04rem;
}

.video-sum {
  font-size: 0.16rem;
  color: #3d3d3d;
  text-align: center;
}

.video-star-box {
  width: 0.6rem;
  height: 0.22rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  margin-left: 1.3rem;
}

.tag-item-box {
  width: 10.4rem;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
}

.tag-item {
  width: 5.04rem;
  height: 3rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 0.3rem;
}

.tag-title {
  width: 5.04rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  font-weight: 500;
  margin-top: 0.05rem;
  color: rgba(0, 0, 0, 1);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tag-image {
  width: 5.04rem;
  height: 2.52rem;
  border-radius: 0.08rem;
}

.card3-box {
  width: 10.4rem;
  height: auto;
  margin-bottom: 0.04rem;
}

.card3-item-box {
  width: 10.4rem;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
}

.card3-item {
  width: 3.32rem;
  height: 2.4rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.36rem;
  font-weight: 500;
}

.card3-image {
  width: 3.32rem;
  height: 1.66rem;
  border-radius: 0.08rem;
}

.card3-title {
  width: 3.32rem;
  line-height: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.24rem;
  color: #000000;
  margin-top: 0.16rem;
}

.games-box {
  width: 10.4rem;
  height: auto;
}

.games-item-box {
  width: 10.4rem;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
}

.games-item:nth-child(3n + 1) {
  margin-left: 0;
}

.games-item {
  width: 3.28rem;
  height: 1.2rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  /* justify-content: space-between; */
  margin-bottom: 0.24rem;
  margin-left: 0.27rem;
}

.games-image {
  width: 1rem;
  height: 1rem;
  border-radius: 0.12rem;
  margin-right: 0.16rem;

}

.games-right {
  width: 2.24rem;
  height: 1.2rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.games-name {
  height: 0.24rem;
  width: 2.2rem;
  line-height: 0.24rem;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.2rem;
  margin-top: 0.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.games-type {
  width: 2.24rem;
  height: 0.18rem;
  line-height: 0.18rem;
  font-size: 0.14rem;
  color: #296df4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0.02rem 0;
}

.games-text {
  width: 2.24rem;
  height: 0.18rem;
  line-height: 0.18rem;
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.games-btn {
  width: 0.6rem;
  height: 0.24rem;
  border-radius: 0.2rem;
  border: 1px solid #333333;
  line-height: 0.24rem;
  font-size: 0.13rem;
  position: absolute;
  bottom: 0.28rem;
  text-align: center;
}

.games-btn-img {
  height: 0.16rem;
  margin: 0 auto;
  margin-top: 0.03rem;
}

.categories-box {
  width: 10.4rem;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto 0.08rem;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
}

.categories-item {
  width: 2.48rem;
  height: 0.72rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  margin-bottom: 0.16rem;
}

.categories-image {
  max-width: 0.42rem;
  max-width: 0.42rem;
  margin-left: 0.26rem;
}

.categories-right {
  width: 1.44rem;
  margin-right: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.6);
  max-height: 0.5rem;
}

.rated-games-box {
  width: 10.4rem;
  height: auto;
}

.rated-games-item-box {
  width: 10.4rem;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.rated-games-item {
  margin-left: 0.24rem;
  height: 1.74rem;
  width: 1.28rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.18rem;
}

.rated-games-item:nth-child(7n + 1) {
  margin-left: 0 !important;
}

.rated-games-image {
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 0.16rem;
}

.rated-games-name {
  font-size: 0.14rem;
  max-width: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.2rem;
  line-height: 0.2rem;
  margin-top: 0.08rem;
  color: #000000;
}

.rated-games-star-box {
  width: 0.9rem;
  height: 0.18rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.rated-games-star-box>img {
  height: 0.2rem;
  margin-right: 0.1rem;
}

.rated-games-sum {
  font-size: 0.1rem;
  color: #3d3d3d;
}

.popular-apps-box {
  width: 10.4rem;
  height: auto;
}

.popular-apps-item-box {
  width: 10.4rem;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.popular-apps-item {
  margin-left: 0.24rem;
  height: 1.28rem;
  width: 1.28rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.12rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.16rem;
}

.popular-apps-item:nth-child(7n + 1) {
  margin-left: 0 !important;
}

.popular-apps-image {
  width: 1.28rem;
  height: 1.28rem;
}

.popular-apps-item:hover .popular-apps-title {
  bottom: 0;
  transition: bottom 0.25s;
  -moz-transition: bottom 0.25s;
  /* Firefox 4 */
  -webkit-transition: bottom 0.25s;
  /* Safari 和 Chrome */
  -o-transition: bottom 0.25s;
  /* Opera */
}

.popular-apps-title {
  position: absolute;
  bottom: -0.24rem;
  width: 1.12rem;
  padding: 0 0.08rem;
  height: 0.24rem;
  line-height: 0.24rem;
  background-color: #296df4;
  color: #ffffff;
  font-size: 0.14rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-bottom-box {
  width: 100%;
  height: 1.74rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.32rem;
  background: #ffffff;
}

.page-bottom-logo {

  height: 0.5rem;
  margin-top: 0.5rem;
}

.page-bottom-links {
  height: 0.2rem;
  line-height: 0.2rem;
  width: 10.4rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  margin-top: 0.06rem;
}

.page-bottom-link {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0.02rem;
}

/* 
css sprite 
 */
:root {
  /* IconSpriteRemWidth */
  --isrw: 0.24rem;
  /* StarSpriteRemWidth */
  --ssrw: 0.13rem;
}

.sprite-icon {
  background: url(/images/img.png) no-repeat;
  background-size: 0.39rem auto;
}

.bottom-tag-item-s>div:nth-child(1) {
  /* height: var(--isrw);
	width: var(--isrw);
	margin: 0 0.16rem; */
  height: var(--isrw);
  width: var(--isrw);
  margin: 0 0.16rem;
}

.bottom-tag-item>div:nth-child(1) {
  height: var(--isrw);
  width: var(--isrw);
  margin: 0 0.16rem;
}

.icon-home {
  /* background-position: 0 calc(var(--isrw)*-4); */
  background-position: 0 calc(var(--isrw) * -3);
}

.icon-home-s {
  background-position: 0 calc(var(--isrw) * -3);
}

.icon-app {
  /* background-position: 0 calc(var(--isrw)*-5); */
  background-position: 0 calc(var(--isrw) * -7);
}

.icon-app-s {
  background-position: 0 calc(var(--isrw) * -7);
}

.icon-game {
  /* background-position: 0 0; */
  background-position: 0 calc(var(--isrw) * -2);
}

.icon-game-s {
  background-position: 0 calc(var(--isrw) * -2);
}

.icon-article {
  /* background-position: 0 calc(var(--isrw)*-6); */
  background-position: 0 calc(var(--isrw) * -1);
}

.icon-article-s {
  background-position: 0 calc(var(--isrw) * -1);
}


.icon_star {
  background-position: calc(-1 * var(--isrw)) 0;
}

.icon_star_0 {
  background-position: calc(-1 * var(--isrw)) calc(-1 * var(--ssrw));
}

.icon_star_1 {
  background-position: calc(-1 * var(--isrw)) calc(-2 * var(--ssrw));
}

.icon_star_2 {
  background-position: calc(-1 * var(--isrw)) calc(-3 * var(--ssrw));
}

.icon_star_3 {
  background-position: calc(-1 * var(--isrw)) calc(-4 * var(--ssrw));
}

.icon_star_4 {
  background-position: calc(-1 * var(--isrw)) calc(-5 * var(--ssrw));
}

.icon_star_5 {
  background-position: calc(-1 * var(--isrw)) calc(-6 * var(--ssrw));
}

.icon_star_6 {
  background-position: calc(-1 * var(--isrw)) calc(-7 * var(--ssrw));
}

.icon_star_7 {
  background-position: calc(-1 * var(--isrw)) calc(-8 * var(--ssrw));
}

.icon_star_8 {
  background-position: calc(-1 * var(--isrw)) calc(-9 * var(--ssrw));
}

.icon_star_9 {
  background-position: calc(-1 * var(--isrw)) calc(-10 * var(--ssrw));
}

.top-bg-pc {
  width: 100% !important;
  height: 0.8rem !important;
  background-color: #ffffff;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #EDEDED;
}

/* 
右侧边栏，PC端专用 
 */
.right-box-pc {
  width: 3.03rem !important;
  height: auto !important;
  position: sticky;
  top: -29.84rem;
  margin-left: 0.24rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 1.16rem;
}

.right-box-container {
  width: 3.03rem;
  height: auto;
  padding-bottom: 0.36rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 0.08rem;
  overflow: hidden;
  margin-bottom: 0.36rem;
}

.right-top-title {
  width: 2.87rem;
  height: 0.54rem;
  line-height: 0.54rem;
  font-weight: bold;
  color: #333333;
  font-size: 0.2rem;
}

.right-tag-box {
  width: 3.03rem;
  height: 0.48rem;
  margin-top: 0.06rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
}

.right-tag-item {
  flex: 1;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border-bottom: 0.02rem solid #ffffff;
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  font-weight: bold;
}

.right-tag-item-s {
  color: #333333;
  border-bottom: 0.02rem solid #333333;
  height: 0.41rem;
  margin-bottom: -0.01rem;
}

.right-categories-box {
  width: 3.03rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
}

.right-categories-item {
  width: 3.03rem;
  height: 0.72rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}

.right-categories-image {
  width: 0.42rem;
  height: 0.42rem;
  margin-left: 0.1rem;
  margin-right: 0.29rem;
}

.right-categories-right {
  flex: 1;
  margin-right: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.6);
  max-height: 0.56rem;
  line-height: 0.28rem;
  font-weight: bold;
}

.right-rated-games-item {
  width: 2.71rem;
  height: 1.36rem;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: center;
  align-content: flex-start;
}

.right-rated-games-image {
  width: 0.88rem;
  height: 0.88rem;
  margin: 0.24rem 0.16rem 0.24rem 0;
  border-radius: 0.16rem;
}

.right-rated-games-name {
  width: 1.67rem;
  height: 0.22rem;
  margin-bottom: 0.16rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: rgba(0, 0, 0, 0.87);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.right-link-more {
  width: 1.6rem;
  height: 0.4rem;
  text-align: center;
  font-size: 0.16rem;
  color: #333333;
  border: 1px solid #3d3d3d;
  border-radius: 0.3rem;
  line-height: 0.4rem;
  font-weight: bold;
  display: block;
  margin-top: 0.1rem;
}

.right-popular-box {
  width: 3.03rem;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-around;
  align-content: flex-start;
  margin-top: 0.16rem;
}

.right-popular-apps-item {
  height: 1.28rem;
  width: 1.28rem;
  border: 1px solid #dedede;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0.24rem;
  position: relative;
  border-radius: 0.16rem;
}

.right-popular-apps-title-box {
  position: absolute;
  bottom: 0rem;
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 0.16rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
}

.right-popular-apps-item:nth-child(2n) {
  margin-left: 0.15rem;
}

.right-popular-apps-image {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 0.16rem;
  margin: 0 auto;
}

.right-popular-apps-item:hover {
  box-shadow: 0px 0px 0.08rem 0px rgba(0, 0, 0, 0.12);
}

.right-popular-apps-item:hover .right-popular-apps-title-box {
  visibility: visible;
  /* bottom: 0; */
  /* transition: bottom 0.25s; */
  /* -moz-transition: bottom 0.25s; */
  /* Firefox 4 */
  /* -webkit-transition: bottom 0.25s; */
  /* Safari 和 Chrome */
  /* -o-transition: bottom 0.25s; */
  /* Opera */
}

.right-popular-apps-title {
  padding: 0 0.08rem;
  line-height: 0.2rem;
  color: #ffffff;
  font-size: 0.18rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: center;
  overflow: hidden;
}

.pc-hide {
  display: none;
}

.card1-label-box {
  width: 2.78rem;
  height: 0.6rem;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start;
  margin-left: 0.23rem;
  margin-top: 0.22rem;
  overflow: hidden;
}

.card1-label {
  border-radius: 0.16rem;
  border: 1px solid #296df4;
  padding: 0 0.12rem;
  font-size: 0.12rem;
  font-weight: bold;
  color: #296df4;
  line-height: 0.2rem;
  height: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.12rem;
  margin-right: 0.12rem;
}

.card1-label:last-child {
  margin-right: 0;
}

/* 
 
 <div class="card1-label-box">
 	<%
 	for(label in app.labels){
 	%>
 	<div class="card1-label">
 		${label}
 	</div>
 	<%
 	}
 	%>
 </div>
 */
.search-panel {
  display:none;
}/* ==========================================================================
   1. PC 端侧边栏 (aside) 美化样式
   ========================================================================== */
/* @media screen and (min-width: 1025px) { */
    aside {
        width: 3.2rem;
        margin-top: 1.16rem;
        margin-left: 0.3rem;
        flex-shrink: 0;
        position: sticky;
        top: 1rem; /* 随滚动悬停 */
    }

    .category-container {
        background: #fdfdfd;
        border: 1px solid #f0f0f0;
        border-radius: 0.16rem;
        padding: 0.2rem;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
        margin-bottom: 0.3rem;
    }

    .category-header h5 {
        font-size: 0.24rem;
        color: #1a1a1a;
        margin: 0 0 0.16rem 0;
        padding-left: 0.12rem;
        border-left: 4px solid #296df4;
        font-weight: 700;
    }

    /* 选项卡 (Trending / Editor Choice) */
    .category-tab {
        display: flex;
        gap: 0.1rem;
        border-bottom: 1px solid #eee;
        margin-bottom: 0.15rem;
    }

    .tab-item {
        flex: 1;
        text-align: center;
        padding: 0.08rem 0;
        font-size: 0.16rem;
        color: #666;
        cursor: pointer;
        transition: all 0.2s;
        border-bottom: 2px solid transparent;
    }

    .tab-item:hover {
        color: #296df4;
    }

    /* 选项卡切换逻辑 (利用 HTML 中的 input:checked) */
    #cate-0-tab-1:checked ~ .category-tab label[for="cate-0-tab-1"],
    #cate-0-tab-2:checked ~ .category-tab label[for="cate-0-tab-2"],
    #cate-1-tab-1:checked ~ .category-tab label[for="cate-1-tab-1"],
    #cate-1-tab-2:checked ~ .category-tab label[for="cate-1-tab-2"] {
        color: #296df4;
        border-bottom-color: #296df4;
        font-weight: bold;
    }

    /* 列表项美化 */
    .category-list {
        display: none;
        flex-direction: column;
        gap: 0.08rem;
        padding: 0;
    }

    /* 列表显示隐藏控制 */
    #cate-0-tab-1:checked ~ .category-list:nth-of-type(1),
    #cate-0-tab-2:checked ~ .category-list:nth-of-type(2),
    #cate-1-tab-1:checked ~ .category-list:nth-of-type(1),
    #cate-1-tab-2:checked ~ .category-list:nth-of-type(2) {
        display: flex;
    }

    .simple-card {
        display: flex;
        align-items: center;
        padding: 0.1rem;
        border-radius: 0.12rem;
        transition: background 0.3s;
    }

    .simple-card:hover {
        background: #f0f5ff;
    }

    .simple-card .avatar {
        width: 0.44rem;
        height: 0.44rem;
        margin-right: 0.12rem;
        border-radius: 0.1rem;
        overflow: hidden;
        border: 1px solid #eee;
    }

    .simple-card span {
        font-size: 0.16rem;
        color: #444;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
/* } */

/* ==========================================================================
   2. 移动端适配 (1024px 以下)
   ========================================================================== */
@media screen and (max-width: 1024px) {
    /* 重置 HTML 根字号以适配移动端 rem */
    html {
        font-size: 50px !important; 
    }

    /* 容器改为纵向排列 */
    .page-center {
        width: 100% !important;
        flex-direction: column !important;
        padding-top: 48px; /* 给移动端固定导航留位 */
    }

    /* 隐藏 PC 端导航，显示移动端导航 */
    /* .top-bg-pc, .bottom-tag-box, .top-header {
        display: none !important;
    } */

    /* .top-nav-box {
        display: flex !important;
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 1000;
        box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    } */

    /* 主内容区 100% 宽度 */
    /* .page-box {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 0.2rem !important;
        padding: 0 0.2rem;
        box-sizing: border-box;
    } */

    /* 侧边栏在移动端堆叠在下方 */
    aside {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 0.2rem;
        box-sizing: border-box;
    }

    /* 调整移动端卡片大小 */
    .card1-item {
        /* display: flex; */
        /* width: 100vw; */
        height: auto !important;
        margin-right: 0 !important;
        flex-flow: nowrap;
        justify-content: space-between;
    }

    .simple-card span {
        font-size: 0.32rem; /* 针对移动端调大字号 */
    }
    
    .category-header h5 {
        font-size: 0.4rem;
    }
    
    /* 移动端列表强制一行一个或两个 */
    .video-item-box, .games-item-box {
        justify-content: space-around;
    }
    
    .video-item, .games-item {
        /* width: 48% !important; */
        margin-left: 0 !important;
    }
	.page-box {
    width: 10.4rem;
    margin: 0 auto;
    margin-top: 0rem;
    padding-left: 0.5rem;
    /* display: flex; */
    /* flex-flow: column nowrap; */
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* overflow: hidden; */
    /* height: auto; */
}
	.card1-item-box {
    height: auto;
    /* width: 100vw; */
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
	.games-item {
    width: 3.28rem;
    height: 1.2rem;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: auto;
    margin-bottom: 0.24rem;
    margin-left: 0.27rem;
}
	.card1-title {
    width: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 0.26rem;
    font-weight: bold;
    color: #3d3d3d;
    line-height: 0.29rem;
    margin-left: 0.25rem;
    margin-top: 0.1rem;
}
	.card1-img {
    position: relative;
    top: 0rem;
    right: 0rem;
    width: auto;
    height: 1.aauto;
    border-radius: 0.1rem;
}
	.card1-text {font-size: 0.18rem;}
	.video-title,.video-sum {

    font-size: 0.2rem;

}.games-btn {
    width: 0.6rem;
    height: 0.26rem;
   
}
	.top-logo {
		
    height: 0.8rem;
    max-height: 40px;
    margin-left: 0px;
}
}