/* pc 首页 */
body {
  width: 100%;
  margin: 0;
  background: #ffffff !important;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
  overflow-x: hidden;
}

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.4rem;
  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: #00000099;
  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 div {
  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: #00000099;
  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 {
  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: #00000099;
  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.2rem;
  color: #00000099;
  line-height: 0.24rem;
  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: #00000099;
  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;
  display: none;
}

.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: #00000099;
  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: #00000099;
}

.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: #00000099;
  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: #00000099;
  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: #00000099;
  margin-top: 0.16rem;
}

.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: #00000099;
}

.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: #00000099;
}

.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: #00000099;
  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: #00000099;
  border-bottom: 0.02rem solid #00000099;
  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: #00000099;
  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: #00000099;
  border: 1px solid #00000099;
  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;
}

.search-panel {
  display: none;
}

.list-header-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: .5rem
}

.path-title:last-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  margin-right: 0
}

.path-title {
  margin-right: .1rem
}

.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: #00000099;
  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 #00000099;
  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;
}

div {
  overflow: visible
}

body {
  width: 100%;
  margin: 0;
  background: #fff;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: .14rem
}

img {
  object-fit: cover;
  display: flex;
  max-width: 100%
}

a {
  text-decoration: none
}

ul {
  padding: 0;
  list-style: none
}

/* 面包屑-pc */
.path-box {
  width: 10.4rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  height: 0.24rem;
  font-size: 0.2rem;
}
.top-first-icon {
  color: #00000099;
  margin-right: 0.16rem;

}

.path-title {
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0.16rem !important;
  color: #00000099;
}

/* app-pc */
.games-title-apps {
  height: 0.56rem;
  width: 10.4rem;
  line-height: 0.56rem;
  text-align: left;
  margin-top: 0.25rem;
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.24rem;
}

.games-box-apps {
  width: 10.4rem;
  height: auto;
  background-color: #ffffff;
  border-radius: 0.08rem;
  padding-bottom: 0.36rem;
}

.games-item-box-apps {
  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-apps:nth-child(3n + 1) {
  margin-left: 0.16rem;
}

.games-item-apps {
  margin-left: 0.12rem;
  width: 3.28rem;
  height: 1.4rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 0.24rem;
  position: relative;
  flex-direction: row;
}

.games-image-apps {
  width: 1rem;
  height: 1rem;
  border-radius: 0.12rem;
}

.games-name-apps {
  font-weight: bold;
  height: 0.28rem;
  width: 2.2rem;
  line-height: 0.24rem;
  color: #00000099;
  font-size: 0.2rem;
  margin-top: 0.04rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.games-btn-apps {
  width: 0.7rem;
  height: 0.28rem;
  border-radius: 0.2rem;
  border: 1px solid #00000099;
  line-height: 0.28rem;
  font-size: 0.13rem;
  text-align: center;
}

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

.games-type-apps {
  width: 2.14rem;
  height: 0.2rem;
  line-height: 0.2rem;
  font-size: 0.14rem;
  margin-left: 1.14rem;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.04rem 0 0.02rem;
}

.games-label-apps {
  width: 2.14rem;
  line-height: 0.2rem;
  font-size: 0.12rem;
  margin-top: 0.08rem;
  margin-bottom: 0.06rem;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.games-right-line-apps {
  width: 2.24rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* 文章-pc */
.article-des-box {
  width: 10.4rem;
  margin-top: 0.24rem;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.article-des-item {
  width: 5.02rem;
  height: 3.7rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 0.16rem;
}

.article-image {
  width: 5.02rem;
  height: 2.58rem;
  border-radius: 0.08rem;
  object-fit: cover;
  object-position: center;
}

.article-title {
  width: 4.8rem;
  height: 1.6rem;
  line-height: 0.36rem;
  font-size: 0.26rem;
  color: #00000099;
  font-weight: bold;
  margin-top: 0.1rem;
}

.article-more {
  position: absolute;
  right: 0.16rem;
  bottom: 0.12rem;
  font-size: 0.14rem;
  color: #296df4;
  font-weight: bold;
}

.recommend-article-box {
  width: 10.4rem;
  margin-top: 0.24rem;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.recommend-article-item {
  width: 5.02rem;
  height: 1.27rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0.17rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.recommend-article-image {
  width: 0.97rem;
  height: 0.97rem;
  border-radius: 0.16rem;
}

.recommend-article-title {
  width: 3.57rem;
  height: 0.97rem;
  margin-right: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.24rem;
  color: #00000099;
  font-size: 0.16rem;
}

.recommend-article-more {
  position: absolute;
  bottom: 0.18rem;
  left: 1.21rem;
  font-size: 0.14rem;
  color: #296df4;
  height: 0.2rem;
  line-height: 0.2rem;
}

.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;
}

/* 分页 */

.pagination ul {
  display: flex;
  justify-content: flex-start;
  padding-inline-start: 0px;
}

.pagination li {
  list-style: none;
  margin-right: 0.16rem;
}

.pagination a {
  min-width: 0.48rem;
  height: 0.48rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 0.2rem;
  border-radius: 0.04rem;
  text-align: center;
  padding: 0 0.08rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination a:hover,
.pagination a:active,
.pagination a:visited,
.pagination a:link,
.pagination a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  color: black;
}

.pagination a.pagination-current {
  background: #444;
  color: white;
  cursor: default;
}

.pagination a.pagination-endpoint {
  cursor: default;
  visibility: hidden;
}
