html,
body {
	padding: 0;
	margin: 0 auto;
	position: relative;
	height: 100%;
	background-color: #f5f5f5;
	font-size: 16px;
	max-width: 800px;
	
}

ul {
	padding: 0;
}

ul,
p,
h3,
h4 {
	margin: 0;
	font-weight: 400;
}

li {
	list-style-type: none;
}

a {
	color: #000000;
	text-decoration: none;
}

input {
	outline: none;
}

.header-top {
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
}

.logo img {
	height: 30px;
}

.headnav {
	width: 100%;
	background: #ffffff;
	overflow-x: scroll;
	white-space: nowrap;
	overflow-y: hidden;
}

.headnav ul {
	display: inline-block;
	padding: 0 12px;
	overflow: hidden;
}

.headnav ul li {
	display: inline-block;
	padding: 10px 10px;
	text-align: center;
}

.nav-active a {
	color: #4cc9b6;
	font-weight: bold;
}

.menu-pop {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	left: 0;
	top: 40px;
	display: none;
	z-index: 5;
}

.menu-list {
	background-color: #ffffff;
	padding: 15px;
}

.search {
	width: 70%;
	padding: 0 10px;
	border: 1px solid #4cc9b6;
	border-radius: 50px;
	height: 40px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search input {
	border: 0;
	width: 80%;
}

.search a {
	display: flex;
	align-items: center;
}

.search img {
	height: 30px;
}

.menu-li {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

.menu-li div {
	background-color: #7d7d7d;
	margin: 5px 5px;
	padding: 5px 10px;
	border-radius: 5px;
}

.menu-li div a {
	color: #ffffff;
}

.menu-active {
	background-color: #4cc9b6 !important;
}

.content {
	width: calc(100% - 30px);
	min-height: 78vh;
	padding: 0 15px;
}

/* 底部 */
.footer {
	background-color: #4cc9b6;
	padding: 30px 15px;
	color: #ffffff;
	text-align: center;
}

.search button{
	background: transparent;
	border: none;
}

#page{
	margin: 40px auto 0;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
#page select{
	display: none;
}
#page li {
	display: inline-block;
	margin: 0 5px;
}
#page li a,#page li span{
	display: block;
	padding: 0 10px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #4cc9b6;
	background: #4cc9b6;
	color: #fff;
}

ul.s_nav {
	display: -moz-box;
	display: -webkit-box;
	display: box;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

ul.s_nav li {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1
}

ul.s_nav li a {
	display: block;
	padding: 10px 0;
	font-size: 16px
}

ul.s_nav li a.on {
	border-bottom: 2px solid #4cc9b6;
	position: relative;
	top: 1px
}
body {  
    font-family: Arial, sans-serif;  
}  
  
.gallery {  
    display: flex;  
    flex-direction: column;  
    align-items: center;  
    gap: 20px;
}  
  
.gallery-row {  
    display: flex;  
    gap: 20px;
    width: 100%;  
    max-width: 800px;
}  
  
.gallery-item {  
    flex: 1 1 0; 
    text-align: center;  
    position: relative;  
}  
  
.gallery-item img {  
    width: 100%; 
    display: block;
	height: 6rem;
}  
  
.gallery-item h3 {  
    margin-top: 10px;
	font-size: 1.1rem;
    color: #333;  
}
 ::-webkit-scrollbar {  
      width: 0;
      height: 0; 
  }
  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
  	text-align: right;
  	padding-right: 20px;
  }
  
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
  	right: 0px !important;
  	background-image: url(./img/arrow-next.png) !important;
  }
  
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
  	left: 0px !important;
  	background-image: url(./img/arrow-prev.png) !important;
  }
  
  .swiper .img_wrap .tt-swiper01 {
  	width: 100%;
  	height: 215px;
  }
  
  .swiper .img_wrap .tt-itm {
  	width: 100%;
  	height: 220px;
  }
  
  .swiper .img_wrap .tt-itm img {
  	width: 100%;
  	height: 100%;
  }
  
  .swiper .img_wrap .tt-itm h3 {
  	position: relative;;
  	width: 80%;
  	padding: 0px 1%;
  	padding-right: 20%;
  	height: 40px;
  	line-height: 40px;
  	color: #fff;
  	bottom: 0px;
  	font-size: 20px;
  	background: rgba(0, 0, 0, .5);
  	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
  }
  
  .swiper_right .swiper-button-next,
  .swiper_right .swiper-button-prev {
  	width: 30px;
  	height: 25px;
  }
  
  
  .swiper .img_wrap .tt-swiper01 .swiper-active-switch {
  	background-color: #C10D0C;
  }
  
  .swiper .img_wrap .tt-swiper01 .swiper-active-switch {
  	background-color: #f94742;
  }
  
  .swiper-slide {
  	width: 100% !important;
  }
  
  .tt-itm a h3 {
  	background-color: rgba(0, 0, 0, .5);
  	position: relative;
  	top: -49px;
  	font-size: 0.5rem;
  	color: #fff;
  	line-height: 35px;
  	width: 80%;
  	overflow: hidden;
  	padding-right: 20%;
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	display: inline-block;
  }
  .swiper{width: 100%;}
  
  .view-list {display: flex;flex-wrap: wrap;}
  .view-list a{display: block;padding: 10px;}
  .view-list .active{color:#4cc9b6;}
  .header{background-color:#4cc9b6;}
  /* 热门游戏 */
  .view {
  	background-color: #ffffff;
  	border-radius: 10px;
  	margin: 10px 0;
  	padding: 10px;
  }
  
  .view-h,
  .view-h-news,
  .view-h-game {
  	border-bottom: 1px solid #ccc;
  	font-size: 17px;
  	margin-bottom: 10px;
  	display: flex;
  	position: relative;
  }
  
  .more {
  	position: absolute;
  	right: 0;
  	color: #7d7d7d;
  	font-size: 14px;
  	top: 4px;
  	bottom: 0;
  }
  
  .view-h div,
  .view-h-news div,
  .view-h-game div {
  	width: max-content;
  	padding: 0 15px;
  	padding-bottom: 10px;
  	text-align: center;
  }
  
  .active-view {
  	color: #4cc9b6;
  	font-weight: bold;
  	border-bottom: 2px solid #4cc9b6;
  }
.active-view b{color: #0e7e6e
}
  
  .game-list,
  .game-list-down {
  	display: none;
  	flex-wrap: wrap;
  }
  
  .game-li {
  	margin-right: 2.2vw;
  	margin-bottom: 5px;
  }
  
  .game-li:nth-child(4n) {
  	margin-right: 0;
  }
  
  .game-img {
  	width: 20vw;
  	height: 20vw;
  	border-radius: 15px;
  	overflow: hidden;
  }
  
  .game-img img {
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
  }
  
  .game-title {
  	width: 20vw;
  	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
  	text-align: center;
  }
  
  /* 新闻 */
  .news-li li a {
  	display: flex;
  	justify-content: space-between;
  	padding-bottom: 10px;
  }
  
  .news-li li a p:first-child {
  	width: calc(100% - 100px);
  	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
  }
  
  .news-img {
  	width: 40vw;
  	height: 25vw;
  	border-radius: 10px;
  	overflow: hidden;
  }
  
  .news-img img {
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
  }
  
  .hj-li {
  	display: none;
  }
  
  .hj-li li a {
  	display: flex;
  	justify-content: flex-start;
  	padding-bottom: 10px;
  }
  
  .news-info {
  	margin-left: 10px;
  	width: calc(100% - 40vw);
  }
  
  /* 排行榜 */
  
  .headnav {
  	width: 100%;
  	background: #ffffff;
  	overflow-x: scroll;
  	white-space: nowrap;
  	overflow-y: hidden;
  }
  
  .headnav ul {
  	display: inline-block;
  	padding: 0 12px;
  	overflow: hidden;
  }
  
  .headnav ul li {
  	display: inline-block;
  	padding: 10px 10px;
  	text-align: center;
  }
  
  .view-h-rank {
  	width: 100%;
  	background: #ffffff;
  	overflow-x: scroll;
  	white-space: nowrap;
  	overflow-y: hidden;
  }
  
  .view-h-rank ul {
  	display: inline-block;
  	overflow: hidden;
  }
  
  .view-h-rank li {
  	font-size: 18px;
  	display: inline-block;
  	padding: 10px 10px;
  	text-align: center;
  }
  
  .ranking {
  	display: none;
  }
  
  .ranking-li {
  	width: 100%;
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	margin-bottom: 15px;
  }
  
  .ranking-li .ranking-list{
  	width: 82%;
  }
  
  .ranking-list a {
  	display: flex;
  	align-items: center;
  }
  
  .rank-num {
  	width: 25px;
  	height: 25px;
  	line-height: 25px;
  	background-color: #7d7d7d;
  	color: #ffffff;
  	text-align: center;
  	border-radius: 50%;
  }
  
  .rank-img {
  	width: 20vw;
  	height: 20vw;
  	overflow: hidden;
  	border-radius: 15px;
  	margin: 0 5px;
  }
  
  .rank-img img {
  	width: 100%;
  	height: 100%;
  }
  
  .rank-info {
  	color: #7d7d7d;
  	width: 42vw;
  }
  
  .deta-cont .rank-info{
  	width: 48vw;
  }
  
  .rank-title {
  	color: #000;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  }
  
  .down-btn {
  	background-color: #4cc9b6;
  	padding: 5px 10px;
  	border-radius: 5px;
  }
  
  .down-btn a {
  	color: #ffffff;
  }
  
  .ranking-li:nth-child(1) .rank-num {
  	background-color: #fa4e57;
  }
  
  .ranking-li:nth-child(2) .rank-num {
  	background-color: #ff9000;
  }
  
  .ranking-li:nth-child(3) .rank-num {
  	background-color: #ffc000;
  }
  
  /* 下载列表 */
  .gamedown-list {
  	margin-top: 15px;
  }
  
  .gamedown-list .ranking-li {
  	width: calc(100% - 20px);
  	background-color: #fff;
  	border-radius: 10px;
  	padding: 10px;
  }
  
  .gamedown-list .rank-info p {
  	font-size: 14px;
  }
  
  .game-type {
  	margin-top: 15px;
  	display: flex;
  	flex-wrap: ;
  }
  
  .game-type div {
  	width: max-content;
  	padding: 5px 10px;
  	background-color: #ffffff;
  	color: #4cc9b6;
  	margin-right: 10px;
  	border-radius: 5px;
  }
  
  .active-type {
  	background-color: #4cc9b6 !important;
  	color: #fff !important;
  }
  
  /* 下载页 */
  .game-deta-info {
  	background-color: #ffffff;
  	padding: 10px;
  	margin-top: 15px;
  	border-radius: 10px;
  }
  
  .deta-info {
  	display: flex;
  }
  
  .deta-img {
  	width: 20vw;
  	height: 20vw;
  	overflow: hidden;
  	border-radius: 15px;
  	margin-right: 10px;
  }
  
  .deta-img img {
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
  }
  
  .deta-title {
  	width: calc(100% - 23vw);
  }
  
  .deta-title h3 {
  	font-size: 18px;
  }
  
  .deta-t {
  	display: flex;
  	flex-wrap: wrap;
  }
  
  .deta-t p {
  	font-size: 15px;
  	width: 100%;
  	color: #7d7d7d;
  }
  
  /*.deta-t p:nth-child(2n) {*/
  /*	width: 40%;*/
  /*}*/
  
  .deta-down {
  	display: none;
  	margin-top: 15px;
  	color: #fff;
  	text-align: center;
  	height: 40px;
  	line-height: 40px;
  	font-size: 18px;
  	border-radius: 5px;
  	background-color: #4cc9b6;
  }
  
  .deta-down.disabled {
      background: #e3e0e0;
      color: #999;
      cursor: default;
  }
  
  .deta-down a{
  	display: block;
  	color: #fff;
  }
  
  .deta-cont {
  	background-color: #ffffff;
  	border-radius: 10px;
  	margin-top: 15px;
  	padding: 10px;
  }
  
  .deta-cont img{
  	max-width: 100%;
  }
  
  .deta-cont:last-child{
  	margin-bottom: 15px;
  }
  
  .cont-title {
  	border-bottom: solid 1px #ccc;
  	margin-bottom: 10px;
  }
  
  .cont-h {
  	color: #4cc9b6;
  	font-weight: bold;
  	padding-bottom: 10px;
  	font-size: 18px;
  }
  
  /* 攻略 */
  .intro-li a {
  	display: flex;
  	background-color: #fff;
  	padding: 10px;
  	margin-top: 15px;
  }
  
  .intro-img {
  	width: 34vw;
  	height: 20vw;
  	overflow: hidden;
  	border-radius: 10px;
  	margin-right: 10px;
  	max-width: 14rem;
  	max-height: 11rem;
  }
  
  .intro-img img {
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
  }
  
  .info-title {
  	width: 48vw;
  	/* min-width:12rem; */
  	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
  }
  
  .info-title h3 {
  	font-size: 16px;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
  }
.info-title h3 .highlight{color: #4bc7b6
}
  .info-title p {
  	color: #7d7d7d;
  	font-size: 14px;
  	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
  }
  
  .time {
  	color: #7d7d7d;
  }
  
  /* 文章详情页 */
  .detail-cont {
  	margin-top: 10px;
  	border-radius: 10px;
  	background-color: #fff;
  	padding: 10px;
  }
  
  .detail-h {
  	text-align: center;
  	font-size: 18px;
  	font-weight: bold;
  	padding: 10px 0;
  }
  
  .detail-p {
  	display: table;
  	margin: 0 auto;
  }
  
  .detail-p p {
  	display: inline;
  	margin: 0 3px;
  	color: #7d7d7d;
  	font-size: 14px;
  }
  
  .detail-p p:first-child{
  	margin-left: 0;
  }
  
  .detail-p p:last-child{
  	margin-right: 0;
  }
  
  .detail-content {
  	margin-top: 20px;
  	line-height: 30px;
  }
  
  .detail-content img{
  	max-width: 100%;
  }
  
  /* 排行榜 */
  .ranking-header {
  	display: flex;
  	align-items: center;
  }
  
  .ranking-header div {
  	width: 50%;
  	padding: 10px 0;
  	border-top: 1px solid #ccc;
  	background-color: #ffffff;
  	font-weight: bold;
  }
  
  .ranking-header div a {
  	display: flex;
  	color: #4cc9b6;
  	justify-content: center;
  	align-items: center;
  }
  
  .ranking-active {
  	background-color: #d3ece8 !important;
  }
  
  .ranking-header img {
  	width: 30px;
  	margin-right: 10px;
  }
  
  .rank_list {
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	position: relative;
  	background-color: #fff;
  	margin-top: 15px;
  	border-radius: 10px;
  	padding: 30px 10px 10px 10px;
  }
  
  .rankdetail-num {
  	position: absolute;
  	top: 0;
  	left: 0;
  	background-color: #7d7d7d;
  	border-radius: 10px 0 10px 0;
  	padding: 2px 10px;
  	color: #ffffff;
  }
  
  .rank_info {
  	display: flex;
  	align-items: center;
  }
  
  .rank_image {
  	width: 18vw;
  	height: 18vw;
  	border-radius: 15px;
  	overflow: hidden;
  	margin-right: 10px;
  }
  
  .rank_image img {
  	width: 100%;
  	height: 100%;
  }
  
  .rank_title {
  	display: flex;
  	flex-direction: column;
  	width: 46vw;
  }
  
  .rank_title h3 {
  	font-size: 16px;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  }
  
  .rank_title p {
  	font-size: 14px;
  	color: #7d7d7d;
  }
  
  .see a {
  	background-color: #4cc9b6;
  	color: #fff;
  	padding: 5px;
  	border-radius: 5px;
  }
  
  .rank_list:nth-child(1) .rankdetail-num {
  	background-color: #fa4e57;
  }
  
  .rank_list:nth-child(2) .rankdetail-num {
  	background-color: #ff9000;
  }
  
  .rank_list:nth-child(3) .rankdetail-num {
  	background-color: #ffc000;
  }
  
  /* 合集 */
  .coll-header {
  	margin-top: 15px;
  	background-color: #ffffff;
  	border-radius: 10px;
  }
  
  .coll-banner {
  	width: 100%;
  	height: 180px;
  	overflow: hidden;
  	position: relative;
  }
  
  .coll-banner img {
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
  	border-radius: 10px 10px 0 0;
  }
  
  .coll-banner div {
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  	color: #ffffff;
  	font-size: 16px;
  	padding: 5px 10px;
  	background-color: rgba(0, 0, 0, 0.6);
  }
  
  .coll-banner div h3 {
  	margin-bottom: 5px;
  	text-align: center;
  }
  
  .banner-list {
  	display: flex;
  	justify-content: space-between;
  	padding: 15px;
  }
  
  .banner-game-img {
  	width: 20vw;
  	height: 20vw;
  	overflow: hidden;
  }
  
  .banner-game-img img {
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
  }
  
  .banner-game {
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;
  }
  
  .banner-game div:nth-child(2) {
  	width: 100px;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
  }
  
  .coll-con {
  	background-color: #ffffff;
  	margin-top: 15px;
  	border-radius: 10px;
  	padding: 10px;
  }
  
  .coll-tab {
  	display: flex;
  	justify-content: space-around;
  	font-size: 18px;
  	margin-bottom: 15px;
  }
  
  .coll-tab div {
  	padding-bottom: 5px;
  }
  
  .coll-active a {
  	font-weight: bold;
  	color: #4cc9b6;
  	padding-bottom: 5px;
  	border-bottom: solid 2px #4cc9b6;
  }
  
  .coll-list div {
  	width: 42vw;
  	margin-bottom: 5px;
  }
  
  .coll-iamge {
  	width: 42vw;
  	height: 27vw;
  	overflow: hidden;
  }
  
  .coll-iamge img {
  	width: 100%;
  	height: 100%;
  	object-fit: fill;
  }
  
  .colle-tit {
  	width: 42vw;
  	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
  }
  
  .coll-list {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
  }
  
  .coll-header .ranking {
  	padding: 15px 10px;
  }
  
  .search {
  	background-color: #fff;
  }
  
  .location{
  	margin-top: 15px;
  	font-size: 15px;
  	color: #7d7d7d;
  }
  
  .location a{
  	color: #7d7d7d;
  }
  .location > a + a:before {
	  content: "/\00a0";
	  padding: 0 5px;
	  color: #ccc;
  }
/*
 Pagination B
*/

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 17px 0;
	border-radius: 3px;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #2c3e50;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.pagination > li:first-child > a,.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.pagination > li:last-child > a,.pagination > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus {
	z-index: 2;
	color: #11181f;
	background-color: #eeeeee;
	border-color: #ddd;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #4bc7b6;
	border-color: #4bc7b6;
	cursor: default;
}

.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.pagination-lg > li > a,.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.pagination-lg > li:last-child > a,.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.pagination-sm > li > a,.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
}

.pagination-sm > li:first-child > a,.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}

.pagination-sm > li:last-child > a,.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}
.pagination_center{text-align: center}
/*
   Pagination E
*/
.runk {display: flex;flex-wrap: wrap}
.runk a{padding:10px 24px;display: block}