﻿/*
 *全局颜色变量
 */

:root {
	--primary-color: #30BDA7;
	--border-color: #E5E5E5;
}

.b-r-4 {
	border-radius: 4px;
}

.b-r-20 {
	border-radius: 20px;
}

@media only screen and (max-width: 359px) {
	html {
		font-size: 16px
	}
}

@media only screen and (min-width: 360px) {
	html {
		font-size: 18px
	}
}

*,
p,
ul,
li {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*
 *全局样式
 */

body {
	min-width: 320px;
	max-width: 750px;
	color: #f3f3f3;
}

button {
	padding: 0;
	margin: 0;
	border: 0;
}

.p30 {
	padding: 30px;
}

.b-t {
	border-top: 1px solid var(--border-color);
}

.b-b {
	border-bottom: 1px solid var(--border-color);
}

.b-a {
	border: 1px solid var(--border-color);
}

.b-n {
	border: none !important
}

.primary-color {
	color: var(--primary-color);
}

main {
	overflow: hidden;
}

li {
	list-style: none;
}

.p-oh {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav ul::-webkit-scrollbar,
.rankList ul::-webkit-scrollbar {
	display: none;
}

iframe {
	width: 100% !important;
	height: auto !important;
}


/*
 * 头部样式
 */

.head {
	padding: 10px 20px;
	background-color: #ffffff;
	display: flex;
}

.headersearch {
	width: 60%;
	margin-left: 20px;
	position: relative;
	align-self: center;
}

.headersearch form {
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
}

.headersearch input {
	width: 100%;
	height: 36px;
	border-radius: 18px;
	border: none;
	background-color: #fff;
	color: #333;
	padding-left: 15px;
	padding-right: 50px;
	font-size: 14px;
	box-shadow: 0px 0px 29px 3px rgba(38, 38, 38, 0.2);
	box-sizing: border-box;
}

.headersearch button {
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border: none;
	background: transparent url(../image/search.png) no-repeat center;
	background-size: 50%;
	cursor: pointer;
	padding: 0;
}

.logo {
	width: 163px;
}

.logo a {
	display: inline-block;
	height: 100%;
}

.logo a img {
	object-fit: contain;
	border-radius: 0;
	height: 37px;
}

.nav ul {
	padding: 13px 10px;
	white-space: nowrap;
	overflow-x: scroll;
}

.nav ul li {
	display: inline-block;
	position: relative;
}

.nav ul li a {
	margin: 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #343434;
	line-height: 35px;
}

.nav .active a {
	color: var(--primary-color);
}

.nav .active:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 0;
	border-bottom: 2px solid var(--primary-color);
}

/* 首页轮播图 */
.navBanner {
	margin: 0 10px;
}

.navBanner img {
	width: 100%;
	height: 230px;
}

.navBanner .swiper-container {
	width: 100%;
	height: 100%;
	margin-top: 20px;
	border-radius: 20px;
}

.navBanner .swiper-container-horizontal>.swiper-pagination-bullets,
.navBanner .swiper-pagination-custom,
.navBanner .swiper-pagination-fraction {
	bottom: 12px;
}

.rank,
.zry {
	margin-top: 20px;
}

.zry-title,
.rank-title {
	display: flex;
	justify-content: center;
	font-size: 15px;
	font-weight: 500;
	color: #666666;
	line-height: 35px;
}

.zry-title>div,
.rank-title>div {
	padding: 0 15px;
	border-bottom: 1px solid #30BDA7;
}

.zry-title>div.on,
.rank-title>div.on {
	font-size: 15px;
	font-weight: bold;
	color: #30BEA8;
	line-height: 35px;
	position: relative;
}

.zry-title>div.on::before,
.rank-title>div.on::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../image/ranktitle.png);
	width: 15px;
	height: 8px;
}

.zry-con {
	margin-top: 14px;
	overflow: hidden;
}

.zry-con-swiper {
	display: none;
}

.zry-con-swiper.current {
	display: block;
}

.rankList ul {
	white-space: nowrap;
	overflow-x: scroll;
	padding: 15px 10px 10px;
}

.rankList li {
	display: inline-block;
	margin-right: 15px;
}

.rankList img {
	width: 74px;
}

.rankList li p {
	width: 74px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 500;
	color: #343434;
}

.rankList {
	display: none;
}

.rankList.current {
	display: block;
}

.todayHot {
	margin: 20px 15px;
	margin-top: 0;
	height: 43px;
	line-height: 43px;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 1px rgba(102, 102, 102, 0.08);
	border-radius: 15px;
}

.todayHot .uk-text-left:nth-child(1) {
	padding-left: 15px;
	margin-right: 46px;
	position: relative;
	font-size: 18px;
	font-weight: normal;
	color: #E65052;
	display: inline-block;
}

.todayHot .uk-text-left:nth-child(1)::before {
	content: '';
	position: absolute;
	left: 108px;
	top: 15px;
	width: 4px;
	height: 13px;
	background: #E5E5E5;
	border-radius: 2px;
}

.todayHot .uk-text-left:nth-child(2) {
	flex: 1;
	overflow: hidden;
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	display: inline-block;
}

.ggift {
	border-bottom: 0.31rem solid #EEE;
}

.links,
.info,
.ranking,
.recommend,
.hotdl,
.ggift {
	padding: 0 15px;
}

.infoTitle h3,
.rankingTitle h3,
.recommendTitle h3,
.linksTitle,
.hotdlTitle,
.ggiftTitle {
	border-radius: 0 20px 20px 0;
	margin-top: 30px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #282828;
	height: 30px;
	line-height: 30px;
}

.infoTitle h3::before,
.rankingTitle h3::before,
.recommendTitle h3::before,
.linksTitle::before,
.hotdlTitle::before,
.ggiftTitle::before {
	content: '';
	position: absolute;
	width: 27px;
	height: 33px;
	left: 65px;
	top: -2px;
	transform: scale(0.5);
	background-image: url(../image/hotdltitle.png);
}

.ggiftTitle::before {
	width: 33px;
	height: 31px;
	background-image: url(../image/gift.png);
}

.recommendTitle h3::before {
	width: 37px;
	height: 37px;
	top: -3px;
	background-image: url(../image/recommend.png);
}

.home-rank .rankingTitle h3:before {
	width: 37px;
	height: 32px;
	left: 79px;
	background-image: url(../image/ranking.png);
}

.infoTitle h3::before {
	width: 28px;
	height: 33px;
	background-image: url(../image/infotitle.png);
}

.linksTitle::before {
	width: 43px;
	height: 31px;
	background-image: url(../image/links.png);
}

.hotdlContent {
	text-align: center;
}

.hotdlContent ul {
	padding: 0;
	margin: 0;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.hotdlContent li {
	width: 28%;
	background-color: #fff;
	padding: 5px;
	display: inline-block;
	position: relative;
	box-shadow: 0px 0px 29px 3px rgba(38, 38, 38, 0.15);
}

.hotdlContent i {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 44px;
	font-size: 1.5rem;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	background-image: url(../image/hotdlcontent.png);
	transform: translate(-27%, -24%) scale(0.5);
}

.hotdlContent img {
	width: 4.5rem;
	text-align: center;
}

.hotdlContent .title {
	display: block;
	text-align: center;
	margin-top: .1rem;
	margin-bottom: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.hotdlContent span {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #999999;
}

.hotdlContent button {
	display: block;
	width: 100%;
	height: 30px;
	margin-top: 10px;
	border: 1px solid var(--primary-color);
	background-color: #fff;
	font-size: 12px;
	font-weight: 500;
	color: #30BDA7;
}

.bd {
	margin-top: 20px;
}

.list-csb {
	overflow: hidden;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list-csb li {
	width: 47%;
	display: flex;
	justify-items: space-around;
	margin-bottom: 0.6rem;
}

.list-csb li img {
	width: 55px;
	height: 55px;
	margin: auto;
	margin-right: 0.5rem;
}

.list-csb .list-csb-info {
	flex: 1;
	text-align: center;
	overflow: hidden;
}

.list-csb-info>span:first-child {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.list-csb-info>.status-hao {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
}

.list-csb-info a {
	display: block;
	margin: auto;
	font-size: 12px;
	font-weight: 500;
	color: #30BDA7;
	width: 68px;
	border: 1px solid #30BDA7;
	border-radius: 11px;
}

.info .status-game {
	color: #333;
	font-size: 0.85rem;
}

.zry {
	background: #fff;
	margin-top: 20px;
	overflow: hidden;
	text-align: center;
	border-bottom: 0.31rem solid #EEE;
}

.rankingTitle,
.recommendTitle,
.infoTitle {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.rankingTitle>a,
.recommendTitle>a,
.infoTitle>a {
	line-height: 80px;
	font-size: 11px;
	font-weight: 500;
	color: #666666;
}

.mod-own-channel {
	display: table;
	width: 100%;
	table-layout: fixed;
	text-align: center;
}

.mod-own-channel .art-item {
	display: table-cell;
	width: 25%;
	padding-right: .4rem;
	box-sizing: border-box;
	padding-bottom: 0.8rem;
}

.mod-own-channel .img-box {
	margin-bottom: 0;
}

.mod-own-channel .art-item img {
	width: 78%;
	max-width: 100px;
	border-radius: 10px;
}

.mod-own-channel .art-item>p {
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	margin-top: 0.6rem;
}

.mod-own-channel .art-item>p:nth-child(3) {
	font-size: 12px;
	margin-top: 0.6rem;
	font-weight: 400;
	color: #999;
}

.art-item>button {
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	width: 100%;
	height: 1.5rem;
	border-radius: 20px;
	margin-top: 0.4rem;
	background-color: #fff;
	font-size: 12px;
}

.infoContent {
	padding: 0 15px;
	margin-bottom: 35px;
}

.list-news li {
	padding: .8rem 0;
	min-height: 72px;
	border-bottom: 0.12rem dashed #DCDCDC;
}

.list-news .img-box {
	overflow: hidden;
	float: left;
	width: 35%;
	width: 160px;
	height: 4.2rem;
	margin-right: .8rem;
}

.list-news .img-box img {
	width: 100%;
	height: 100%;
}

.list-news .txt-box .tit {
	overflow: hidden;
	max-height: 3em;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	font-weight: 500;
	color: #333333;
	line-height: 16px;
	margin-top: 10px;
}

.list-news .img-box~.txt-box .tit {
	white-space: normal
}

.list-news .art-item:visited .tit {
	color: #999
}

.list-news .txt-box>p>span {
	font-size: 11px;
	font-weight: 400;
	color: #999999;
}

.list-news .txt-box>p>span:nth-child(2):before {
	content: '';
	top: 7px;
	left: 0;
	width: 12px;
	height: 12px;
	position: absolute;
	transform: translateX(-170%);
	background-size: 12px;
	background-image: url(../image/timer.png);
}

.list-news .txt-box>p>span:nth-child(2) {
	position: relative;
	float: right;
	padding-top: 0.25rem;
	font-size: 11px;
	font-weight: 400;
	color: #999999;
}

.rank-page .tab-rank a,
.home-rank .tab-rank a {
	display: inline-block;
	box-sizing: border-box;
	width: 32%;
	text-align: center;
	padding: 0.5rem;
	color: #666;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #666666;
}

.home-rank .tab-rank a.active {
	background-color: var(--primary-color);
	color: #fff;
}

.home-rank .list-rank {
	padding: .4rem 0 .8rem;
}

.home-rank .list-rank li {
	padding: 1px 0;
}

.home-rank .list-rank .art-item {
	display: flex;
	width: 100%;
}

.home-rank .list-rank .num,
.home-rank .list-rank .img-box,
.home-rank .list-rank .txt-box {
	display: table-cell;
	vertical-align: middle
}

.rank-page .list-rank i,
.home-rank .list-rank i {
	background-image: url(../image/num1.png);
	width: 42px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	transform: scale(0.5);
	text-align: center;
	font-style: normal;
	color: #fff;
	position: absolute;
	top: -10px;
	left: -10px;
}

.home-rank .list-rank li:nth-child(1) i,
.home-rank .list-rank li:nth-child(2) i,
.home-rank .list-rank li:nth-child(3) i {
	background-image: url(../image/num.png);
}

.home-rank .list-rank .img-box {
	width: 15%;
	max-width: 120px;
	position: relative;
	padding: 0.5rem;
}

.home-rank .list-rank .img-box>img {
	width: 100%;
	height: 100%;
}

.rank-page .list-rank .txt-box,
.home-rank .list-rank .txt-box {
	width: 50%;
	padding: .4rem 0;
	line-height: 1.8;
	font-size: 12px;
	font-weight: 500;
	color: #666666;
	flex: 1;
	overflow: hidden;
}

.home-rank .list-rank .txt-box>p:first-child {
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 15px;
}

.home-rank .list-rank .txt-box>p:last-child {
	font-size: 80%;
	color: #999;
}

.rankingContent .art-item button {
	width: 20%;
	margin-top: 1.8rem;
	border: 0.1rem solid var(--primary-color);
	font-size: 12px;
	font-weight: 500;
	color: #30BDA7;
}

.linksContent {
	margin-top: 15px;
}

.linksContent>a {
	font-size: 12px;
	color: #999999;
	line-height: 24px;
	margin-right: 10px;
}

.foot {
	margin-top: 15px;
	background: #333;
	padding: 35px 10px;
	text-align: center;
}

.foot-menu a {
	position: relative;
	padding-right: 10px;
	margin-right: 5px;
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 10px;
	opacity: 0.4;
}

.foot-menu a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background: #999;
}

.foot-menu a:last-child {
	padding: 0;
}

.foot-menu a:last-child:after {
	display: none;
}

.foot p {
	font-size: 11px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	opacity: 0.4;
}

.foot p a {
	font-size: 11px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	/* padding: 0; */
}

/* .icon-icp a {
    padding: 15px 5px;
}

.icon-icp a {
    color: #999;
    font-size: 13px;
} */

.footerLogo {
	text-align: center;
	padding-top: 1rem;
}

.footerLogo img {
	border-radius: 0;
	height: 33px;
}

.footer {
	position: relative;
}

.footerLess {
	position: absolute;
	bottom: 0;
}

.gotop {
	bottom: 0;
	right: 0;
	margin-right: 18px;
	margin-bottom: 100px;
	display: none;
	z-index: 999;
}

.gotop svg {
	display: none;
}

.gotop a {
	height: 40px;
	width: 40px;
}

.gotop a img {
	height: 100%;
}


/* 轮播图 */

.swiper-container {
	--swiper-pagination-color: #30BDA7;
}

.swiper-slide a {
	display: block;
	position: relative;
}

.swiper-slide a>p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	font-size: 12px;
	background-color: rgba(0, 0, 0, 0.1);
	overflow: hidden;
	color: #fff;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
}

.swiper-pagination-bullet-active {
	background-color: #30BDA7;
}


/* 搜索 */

.searchTitle {
	width: 100%;
	display: flex;
	height: 44px;
	border-bottom: 1px solid #E5E5E5;
	box-sizing: border-box;
	padding: 5px 13px;
	position: relative;
}

.searchTitle>div {
	width: 9px;
	height: 15px;
	margin-right: 18px;
}

.searchTitle>form {
	flex: 1;
}

.searchTitle input[type=text] {
	text-align: center;
	font-size: 11px;
	font-weight: 400;
	color: #9A9A9A;
	height: 100%;
	border: none;
	border-radius: 20px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.14);
	background: url(../image/search.png) no-repeat;
	background-position: 23% 50%;
	background-size: 18px, 18px;
}

.searchTitle input[type=submit] {
	font-size: 13px;
	font-weight: 500;
	color: #666666;
	position: absolute;
	top: 13px;
	right: 20px;
	border: none;
	background-color: #fff;
}

.searchContent {
	padding: 0px 13px;
}

.tabs {
	display: flex;
	justify-content: center;
}

.tab {
	width: 20%;
	font-size: 13px;
	font-weight: bold;
	color: #343434;
	line-height: 30px;
	text-align: center;
}

.tab:first-child {
	margin-right: 30px;
}

.tab.current {
	border-bottom: 1px solid #00BAB8;
}

.tabs-con {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin-top: 14px;
}

.tabs-con a {
	width: 25%;
	margin-bottom: 10px;
}

.tabs-con a>img {
	width: 70%;
}

.tabs-con span {
	display: block;
	width: 100%;
	font-size: 11px;
	font-weight: 500;
	color: #343434;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tabsDiv {
	display: none;
}

.tabsDiv.current {
	display: block;
}

.search-news {
	padding: 0 15px;
}

.search-news-title {
	font-size: 13px;
	font-weight: bold;
	color: #343434;
	line-height: 30px;
	text-align: center;
}

:focus {
	outline: none;
}

.zry-con .swiper-container {
	width: 100%;
	height: 100%;
	display: none;
}

.zry-con .swiper-container.current {
	display: block;
}

.zry-con .swiper-slide {
	font-size: 18px;
	background: #fff;
	color: #000;
	width: 60%;
	/* 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;
}

.zry-con {
	height: 130px;
}

.zry-con .swiper-slide-active,
.zry-con .swiper-slide-duplicate-active {
	transform: scale(1);
}

.zry-con .swiper-slide a,
.zry-con .swiper-slide a img {
	width: 100%;
	height: 100%;
}

.zry>a {
	font-size: 11px;
	font-weight: 400;
	color: #666666;
	line-height: 35px;
}

.bigImg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.24);
}

.bigImg img {
	width: 80%;
	margin: auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 10%;
	cursor: pointer;
	z-index: 999;
}

img {
	object-fit: cover;
	border-radius: 20px;
}

/* 404 500 */
.notFound>div {
	text-align: center;
	font-size: 160px;
	color: #30BEA8;
	margin-top: 92px;
	margin-bottom: 50px;
}

.notFound>p {
	color: rgba(78, 76, 76, 0.479);
	text-align: center;
}

.notFound {
	text-align: center;
}

.notFound a {
	color: #30BEA8;
	text-decoration: none;
	text-align: center;
}

.notFound>a {
	display: inline-block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	border-radius: 20px;
	border: 1px solid #30BEA8;
	margin-top: 30px;
}

/* 分页 */
.tcdPageCode {
	padding: 15px 20px;
	color: #ccc;
	text-align: center;
}

.tcdPageCode .tcdNumber,
.tcdPageCode span,
.tcdPageCode span.current {
	display: none;
}

.tcdPageCode div:hover {
	text-decoration: none;
	border: 1px solid #30BDA7;
}

.tcdPageCode .disabled {
	display: inline-block;
	margin-right: 14px;
	width: 42px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #999999;
	padding: 5px 4px;
	font-size: 11px;
	font-weight: 400;
	color: #999999;
	cursor: pointer;
}

.tcdPageCode .prevPage,
.tcdPageCode .nextPage {
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	color: #30BDA7;
	width: 42px;
	height: 18px;
	line-height: 18px;
	padding: 5px 4px;
	border: 1px solid #30BDA7;
	cursor: pointer;
	margin-right: 14px;
}

/* 游戏专辑 */
.zjContent {
	width: 100%;
	margin-top: 15px;
	position: relative;
	display: block;
}

.zjContent img {
	width: 100%;
	z-index: 999;
	position: absolute;
	top: 4px;
	border-radius: 100% 100% 100% 100% / 0% 0% 100% 100%;
	height: 30px;
	width: 30px;
	left: 30px;
}

.txt-box {
	height: 75px;
}

.img-box {
	margin-bottom: 5px;
}

.top {
	border-bottom: 1px solid #DCDCDC;
}

.zj-text {
	padding: 0 15px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
}

.zj-text>div {
	width: 100%;
	height: 100%;
	border: 1px solid var(--primary-color);
}

.zj-text h3 {
	color: #343434;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.zj-text p {
	color: #666;
	font-size: 0.75rem;
	padding: 0 15px 15px;
	line-height: 1.8;
}

/* 排行榜 */
.rank-page .rankingTitle h3 {
	border: none;
	padding-left: 10px;
	margin: 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 35px;
}

.rank-page .rankingTitle h3:before {
	left: 0;
	top: 4px;
	background-image: none;
	width: 3px;
	height: 28px;
	background: #30BDA7;
	border-radius: 2px;
}

.rank-page .ranking {
	border-top: 0.22rem solid #E5E5E5;
}

.rank-page .rankingTitle>a {
	line-height: 50px;
	position: relative;
}

.informationContent>a::before {
	content: '';
	top: 19px;
	right: 5px;
	width: 6px;
	height: 9px;
	position: absolute;
	background: url(../image/right.png) no-repeat;
	background-size: 6px;
}

.informationContent>a {
	display: block;
	border-bottom: 1px dashed #DCDCDC;
	position: relative;
}

.informationContent>a:last-child {
	border: none;
}

.informationContent>a>p {
	width: 90%;
	display: flex;
	margin: 0.5rem 0;
	font-size: 11px;
	font-weight: 500;
	color: #9A9A9A;
}

.informationContent>a span:first-child {
	background: linear-gradient(-3deg, #FFBA00, #FC8582);
	border-radius: 1rem;
	padding: 2px 5px;
	margin-right: 0.2rem;
	font-size: 11px;
	font-weight: 500;
	color: #FFFFFF;
}

.informationContent>a span:nth-child(2) {
	display: inline-block;
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 13px;
	font-weight: 500;
	color: #343434;
}

.giftDescription1 {
	position: relative;
	border-top: 0.22rem solid #E5E5E5;
	padding: 0 15px;
	box-sizing: border-box;
}

.giftDescription1_bgc {
	width: 100%;
	margin-top: 30px;
	/* z-index: -999; */
	position: absolute;
	left: 0;
	padding: 0 15px;
	box-sizing: border-box;
	max-width: 750px;
	height: 90px;
}

.giftDescription1_bgc>img {
	width: 100%;
	height: 100%;
}

.giftDescription1_txt {
	margin-top: 13px;
	display: flex;
	padding: 0 10px;
	position: absolute;
	width: 92%;
	box-sizing: border-box;
}

.giftDescription1_txt>img {
	width: 84px;
	height: 84px;
	border-radius: 20px;
	border: 2px solid #fff;
	margin-right: 11px;
}

.giftDescription1_txt>div {
	flex: 1;
}

.giftDescription1_txt>div>div {
	display: flex;
	justify-content: space-between;
}

.giftDescription1_txt span {
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 15px;
	margin-top: 36px;
	/* width: 82px; */
}

.giftDescription1_txt h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 35px;
	margin-top: 23px;
	margin-bottom: 2%;
	flex: 1;
	padding-right: 10px;
}

.giftDescription1_txt a {
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	font-weight: 500;
	color: #00BAB7;
	background: linear-gradient(0deg, #FCE9CD, #FFFFFF);
	box-shadow: 0px 2px 0px 0px rgba(129, 68, 58, 0.32), 0px 3px 18px 1px rgba(216, 131, 8, 0.26);
	border-radius: 15px;
}

.giftDescription1_time {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80%;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	font-weight: 500;
	color: #666666;
	height: 35px;
	line-height: 35px;
	background-color: #fff;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	box-shadow: 0px 0px 29px 3px #86766e5e;
	transform: translateY(100%);
	box-sizing: border-box;
	margin-left: 10%;
}

.newGame_con {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.newGame_con>a {
	width: 22%;
	display: inline-block;
	margin-bottom: 20px;
}

.newGame_con>a>img {
	width: 80%;
	margin-left: 10%;
	border-radius: 20px;
}

.newGame_con>a>p {
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	color: #343434;
	text-align: center;
}

.desImg {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 48px;
	left: 10px;
}

.desImg img {
	width: 100%;
	border-radius: 20px;
}

.desContent {
	width: 90%;
	float: right;
	border: 1px solid #30BEA8;
	border-radius: 5px;
	margin-top: 1rem;
}

.desContentTest {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem;
	padding-left: 3.5rem;
	line-height: 2;
}

.desContentTest h3 {
	width: 79px;
	height: 72px;
	line-height: 79px;
	overflow: hidden;
	font-size: 12px;
	color: #343434;
	font-weight: bold;
	margin-bottom: 0;
}

.desContentTest>div {
	margin-left: 10px;
	color: #666666;
	font-size: 11px;
	padding-right: 0.5rem;
}

.desContentBtn {
	display: flex;
	padding-left: 3rem;
}

.desContentBtn a {
	flex: 1;
	text-align: center;
	margin: 0.5rem 1rem 1rem;
	padding: 0.4rem 0;
	border-radius: 20px;
	color: #fff;
	font-size: 0.6rem;
	background-color: var(--primary-color);
}

.gift-txt {
	padding: 0 15px;
	margin-top: 50px;
	margin-bottom: 15px;
}

.gift-txt>h3 {
	padding-bottom: 0.5rem;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	line-height: 21px;
}

.gift-txt>p {
	margin-bottom: 0.5rem;
	font-size: 11px;
	font-weight: 400;
	color: #666666;
	line-height: 16px;
}

.gift-txt>p>strong>span {
	font-size: 13px !important;
}

.txt-box {
	height: 75px;
}

.img-box {
	margin-bottom: 5px;
}

.top {
	border-bottom: 1px solid #DCDCDC;
	margin-top: 5px;
}

.popularStrategy {
	padding: 0 15px;
	border-top: 0.22rem solid #E5E5E5;
}

.popularStrategy_con_img {
	display: flex;
	justify-content: space-between;
}

.popularStrategy_con_img>a {
	width: 48%;
	margin-bottom: 15px;
	position: relative;
}

.popularStrategy_con_img>a>img {
	width: 100%;
	height: 100px;
}

.popularStrategy_con_img>a>p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	font-size: 12px;
	background-color: rgba(0, 0, 0, 0.1);
	overflow: hidden;
	color: #fff;
	text-align: center;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

/* 排行榜 */
.rank-page .mgrankingContent {
	width: 100%;
	margin-top: 15px;
	display: block;
	background: url(../image/mgr.png) no-repeat;
	background-size: 100%;
}

.rank-page .rankingContent {
	width: 100%;
	box-sizing: border-box;
	padding-top: 5%;
}

.rank-page .swiper-wrapper .swiper-slide {
	width: 100%;
}

.rank-page .swiper-slide .swiper-slide-active {
	width: 100%;
}

.rank-page .tab-rank a.active {
	background-color: transparent;
	border-bottom: 2px solid #fff;
	border-radius: 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.rank-page .tab-rank {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.rank-page .tab-rank a {
	width: 33%;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
}

.rank-page .rankSwiper {
	margin: 0 15px;
}

.rank-page .list-rank {
	background-color: #fff;
	padding: 10px;
	margin-top: 1rem;
	position: relative;
}

.rank-page .list-rank::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 75px;
	height: 55px;
	transform: scale(0.5) translate(-100%, -100%);
	background-image: url(../image/king.png);
}

.rank-page .list-rank li:nth-child(-n+3) {
	padding-right: 5px;
	margin-bottom: 20px;
	width: 31%;
	height: 148px;
	margin-right: 1%;
	box-sizing: border-box;
	float: left;
	background: linear-gradient(0deg, #F9C153, #FC8582);
	border-radius: 10px;
	margin-top: 8px;
}

.rank-page .list-rank li:nth-child(-n+3)>a>div {
	width: 100%;
	height: 41px;
	box-shadow: 0px 2px 4px 0px rgba(129, 79, 69, 0.48);
	border-radius: 0px 0px 10px 10px;
}

.rank-page .list-rank li:nth-child(2)>a>div {
	height: 43px;
	background: #fc8d7c46;
	box-shadow: 0px 2px 4px 0px rgba(129, 79, 69, 0.48);
}

.rank-page .list-rank li:nth-child(2) {
	width: 35%;
	height: 161px;
	margin-top: 0;
	background: linear-gradient(0deg, #F9C053, #FC8581);
}

.rank-page .list-rank li:nth-child(3) {
	padding-right: 0;
	margin-right: 0;
}

.rank-page .list-rank li:nth-child(-n+3) .art-item {
	text-align: center;
	display: block;
	padding-top: 15px;
	border-radius: 10px;
	position: relative;
	background: linear-gradient(0deg, #F9C153, #FC8582);
}

.rank-page .list-rank li:nth-child(2) .art-item {
	background: linear-gradient(0deg, #F9C053, #FC8581);
}

.rank-page .list-rank li:nth-child(-n+3) .art-item i {
	top: 48px;
	transform: scale(1.6);
}

.rank-page .list-rank li:nth-child(2) .art-item i {
	top: 55px;
}

.rank-page .list-rank li:nth-child(1) i,
.rank-page .list-rank li:nth-child(2) i,
.rank-page .list-rank li:nth-child(3) i {
	background-image: none;
}

.rank-page .list-rank li:nth-child(-n+3) .art-item img {
	width: 60px;
	height: 60px;
}

.rank-page .list-rank li:nth-child(2) .art-item img {
	width: 70px;
	height: 70px;
}

.rank-page .list-rank li:nth-child(-n+3) button {
	width: 80%;
	margin-top: 7px;
	margin-bottom: 7px;
	height: 30px;
	background: linear-gradient(0deg, #FCE9CD, #FFFFFF);
	box-shadow: 1px 2px 0px 0px rgba(129, 69, 59, 0.32), 1px 3px 18px 2px rgba(216, 131, 8, 0.26);
	border-radius: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #60D2CC;
	border: none
}

.rank-page .list-rank li:nth-child(-n+3) .art-item p {
	font-size: 12px;
	font-weight: 500;
	color: #343434;
	margin: 5px auto;
}

.rank-page .list-rank li:nth-child(-n+3) .art-item span {
	display: block;
	font-weight: 500;
	padding: 3px;
	border-radius: 0 0 10px 10px;
	font-size: 15px;
	color: #343434;
}

.rank-page .swiper-slide a>p {
	background-color: transparent;
}

.rank-page .list-rank .art-item {
	display: flex;
	width: 100%;
}

/* 关于我们 */
.aboutUs {
	border-top: 0.22rem solid #E5E5E5;
	padding: 0 15px;
	position: relative;
}

.aboutUsTitle {
	padding: 1rem 0;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}

.aboutUsTitle a {
	box-sizing: border-box;
	width: 24%;
	margin-right: 3.8px;
	font-size: 14px;
	position: relative;
	padding: 5px 5px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #9A9A9A;
	border-radius: 20px;
	overflow: hidden;
	height: 33px;
	color: #666;
}

.aboutUsTitle a:nth-child(4n) {
	margin-right: 0;
}

.aboutUsTitle>a.active {
	color: #fff;
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.aboutUsContent {
	color: #666;
	font-size: 0.85rem;
	text-indent: 2em;
	line-height: 1.8;
}

.aboutUsContent>p {
	margin-bottom: 15px;
}

.list-game .list-rank .img-box {
	width: 20%;
	max-width: 160px;
	position: relative;
	padding: 0.5rem;
}

.list-game .list-rank .art-item {
	align-items: center;
}

.list-game .list-rank .txt-box {
	height: 100%;
}
.rank-page .list-rank .txt-box .title,
.home-rank .list-rank .txt-box .title {
	margin-bottom: 5px !important;
	font-size: 14px;
	font-weight: 500;
	color: #333333;
}

.list-game .list-rank .txt-box .time {
	font-size: 12px;
	color: #333333;
	margin-top: 3px;
}

.list-game .list-rank .art-item button {
	margin-top: 0;
}


.gift-txt p {
	text-indent: 2em;
}

.gameIntroImg {
	display: flex;
	margin-top: 1rem;
}

.gameIntroImg img {
	width: 33%;
	box-sizing: border-box;
	padding-right: 10px;
}

.gameIntroImg .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.gameIntroImg img:nth-child(3n) {
	padding-right: 0;
}


.gameVideoContent {
	border-top: 0.22rem solid #E5E5E5;
	padding: 1.5rem 15px;
	/* height: 500px; */
	overflow: hidden;
}

.gameVideoContent h3 {
	font-size: 0.9rem;
	font-weight: bold;
	color: #343434;
	margin-bottom: 10px;
	text-align: center;
}

.gameVideoContent .gameVideoContentHeight>p {
	display: flex;
	font-size: 0.75rem;
	color: #9A9A9A;
	justify-content: space-between;
	padding-bottom: 0.6rem;
	border-bottom: 1px dashed #DCDCDC;
}

.videoTime {
	position: relative;
}

.videoTime::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 23px;
	color: #9A9A9A;
	transform: translate(-104%, -8%) scale(0.7);
	background-image: url(../image/timer.png);
}

.gameVideoContent p span {
	position: relative;
}


/* .gameVideoContent p span:first-child::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 37%;
    width: 2px;
    height: 70%;
    background-color: #9A9A9A;
} */

.gv-txt {
	padding: 20px 0 0;
	color: #666;
	font-size: 11px;
}

.gv-txt img {
	width: 100%;
	margin-bottom: 9px;
}

.gv-txt p {
	margin-bottom: 9px;
}

.mgzjContent {
	padding: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 0.22rem solid #E5E5E5;
}

.mgzjContent a {
	display: inline-block;
	width: 48%;
	margin-bottom: 15px;
	position: relative;
}
.mgzjContent a img {
    width: 100%;
    height: 100%
}
.mgzjContent a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 86px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	font-size: 22px;
	color: #fff;
	transform: scale(0.5) translate(-50%, -50%);
	background-image: url(../image/circular.png);
}

.mgzjContent a::after {
	content: '>';
	position: absolute;
	bottom: 3px;
	right: 0;
	width: 15px;
	height: 23px;
	color: #fff;
}

.mgzjContent a:nth-child(odd) {
	margin-right: 4%;
}

.mgzjContent p {
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;
	position: absolute;
	border-radius: 0 0 10px 10px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	box-sizing: border-box;
	padding-right: 15px;
	background-color: rgba(0, 0, 0, 0.384);
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.mMapContent {
	padding: 0 15px;
}

.zxzx-title {
	font-size: 14px;
	font-weight: bold;
	color: #343434;
	line-height: 30px;
}

.zxzx-con {
	margin-top: 10px;
	width: 100%;
}

.zxzx-con>a {
	display: inline-block;
	box-sizing: border-box;
	font-size: 12px;
	margin-right: 5px;
	color: #00BAB8;
}

.zxzx {
	margin-bottom: 10px;
}
.none {
    display: none !important
}