body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td,
span,
a,
b,
i,
strong,
::before,
::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

table {
	border-collapse: collapse;
}

input {
	border: none;
	/*在移动端浏览器默认的外观在iOS上加上这个属性才能给按钮和输入框自定义样式*/
	-webkit-appearance: none;
}

a,
a:hover {
	text-decoration: none;
}

ul,
li,
ol {
	list-style: none;
}

:focus {
	outline: none;
}

* {
	-webkit-tap-highlight-color: transparent;
}

img,
a {
	-webkit-touch-callout: none;
}

::-webkit-scrollbar {
	display: none
}

::-webkit-scrollbar-track {
	/* -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);*/
	border-radius: .1rem;
}

::-webkit-scrollbar-thumb {
	border-radius: .1rem;
	background: rgba(0, 0, 0, 0.1);
	/* -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);*/
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 0, 0, 0.4);
}

.rank-nav li:last-child {
	margin-right: 0px;
}

::-webkit-scrollbar {
	width: .12rem;
}

:root {
	--pm-c: #8674D3;
}

/*隐藏类*/
.hide {
	display: none !important;
}

/*隐藏遮罩*/
#aq-model {
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff url(/themes/default/404.png) no-repeat center;
}

/*应用信息样式*/
#app_info {
	margin: 20px 0
}

#app_info li {
	display: inline-block;
	width: 33.33%;
}

#app_info li b {
	cursor: pointer;
}

#app_info_cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	text-align: center;
	z-index: 9999
}

#app_info_cover .app_info_main {
	background: #fff;
	width: 520px;
	margin: auto;
	margin-top: 100px;
	border-radius: 8px;
	overflow: hidden;
}

#app_info_cover .app_info_title {
	background: #5CA8F6;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

#app_info_cover .app_info_body {
	padding: 20px;
	height: 320px;
	overflow-y: scroll;
	text-align: left;
}

#app_info_cover .app_info_close {
	margin: 20px;
	font-size: 17px;
	color: #fff;
	background: #5CA8F6;
	line-height: 48px;
	border-radius: 20px;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-top: 30px;
}

@media (max-width: 760px) {
	#app_info li {
		width: 100%;
		margin-top: 10px;
	}

	#app_info_cover .app_info_main {
		width: 98%;
	}

	#app_info_cover .app_info_close {
		font-size: 16px;
		line-height: 42px;
	}
}

body {
	font-size: .24rem;
	line-height: 1.3;
	color: #333;
	background: #F7F7F7;
	width: 7.5rem;
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	letter-spacing: .01rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
}

/*溢出*/
.line1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.line2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.line3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.line4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.line5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.module {
	padding: .24rem;
	background: #fff;
	margin-bottom: .2rem;
}

.bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

a.icon {
	display: block;
	overflow: hidden;
}

a.thum {
	display: block;
	overflow: hidden;
}

a.title {
	display: block;
}

.bgc-fff {
	background-color: #fff;
}

/* 评分图标 */
.star {
	height: 0.24rem;
	width: 1.2rem;
	background: url('../images/star.png') repeat-x center/0.24rem;
	display: inline-block;
	margin: .1rem 0;
}

.star:before {
	content: "";
	display: block;
	background: url('../images/star_curr.png') repeat-x 0/0.24rem;
	height: 0.24rem;
}

.star-1:before {
	width: 0.24rem;
}

.star-2:before {
	width: 0.48rem;
}

.star-3:before {
	width: 0.72rem;
}

.star-4:before {
	width: .96rem;
}

.star-5:before {
	width: 1.2rem;
}

/* 分页多次使用 */
.pagination {
	padding: .6rem 0 .4rem 0;
	text-align: center;
	color: #999;
}

.pagination .page-item {
	display: inline-block;
	margin: .05rem;
	font-size: .26rem;
	border: .02rem solid #E6E6E6;
	color: #999;
	background: #fff;
	border-radius: .04rem;
}

.pagination .active span {
	background: var(--pm-c);
	color: #fff;
}

.pagination .page-item:hover {
	background: var(--pm-c);
	color: #fff;
}

.pagination .page-item .page-link {
	display: block;
	padding: .06rem .18rem;
	border: .02rem solid transparent;
}

.pagination li a {
	display: inline-block;
	color: #999;
}

.pagination li a:hover {
	background: var(--pm-c);
	color: #fff;
}

.pagination li:last-child {
	display: inline-block;
}

.none {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
	opacity: .6;
}

.p-l-r-30 {
	padding: 0 .3rem;
}

.p-l-r-24 {
	padding: 0 .24rem;
}

.m-l-r-30 {
	margin: 0 .3rem;
}

.m-l-r-24 {
	margin: 0 .24rem;
}

.m-t-80 {
	margin-top: 0.8rem;
}

.m-t-60 {
	margin-top: 0.6rem;
}

.m-t-40 {
	margin-top: 0.4rem !important;
}

.m-t-20 {
	margin-top: 0.2rem;
}

.m-b-80 {
	margin-bottom: 0.8rem;
}

.m-b-60 {
	margin-bottom: 0.6rem;
}

.m-b-40 {
	margin-bottom: 0.4rem;
}

.m-b-20 {
	margin-bottom: 0.2rem;
}
.m-b-0{
	margin-bottom: 0 !important;
}
/* 可复用 */
.list {
	width: 100%;
}

.list li {
	padding-left: .28rem;
	position: relative;
	margin-bottom: .32rem;
}

.list li:last-child {
	margin-bottom: 0 !important;
}

.list li::before {
	content: "";
	display: block;
	width: .08rem;
	height: .08rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #d9d9d9;
	border-radius: 50%;
}

.list li .title {
	font-size: .28rem;
	color: #1a1a1a;
	padding-right: .2rem;
}

.list li .title a {
	color: #1a1a1a;
}

.list li .time {
	font-size: .24rem;
	color: #999;
}

/* 公共标题 */
.public_title {
	width: 100%;
	margin-bottom: .36rem;
}

.public_title .title {
	font-size: .36rem;
	color: #1a1a1a;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

.public_title .title::before {
	content: '';
	display: inline-block;
	width: .32rem;
	height: .32rem;
	margin-right: .12rem;
	background: url('../images/title_before.png') no-repeat center/contain;
}

.public_title .title::after {
	content: '';
	display: inline-block;
	width: .2rem;
	height: .2rem;
	margin-left: .12rem;
	background: url('../images/title_after.png') no-repeat center/contain;
}

.public_title .more {
	position: relative;
	font-size: .24rem;
	color: var(--pm-c);
}

.bgc-ht {
	position: relative;
	padding-top: 0.8rem;
}

.bgc-ht::before {
	position: absolute;
	left: 0;
	top: 0.4rem;
	content: "";
	width: 100%;
	height: 0.2rem;
	background-color: #f7f7f7;
}

/* 底部 */
.footer {
	background: #1A1A1A;
	font-size: .24rem;
	color: #999;
	padding: 0.36rem .24rem;
	box-sizing: border-box;
}

.footer .title {
	color: #999;
}

.footer .aBox {
	line-height: .48rem;
	text-align: left;
	margin: 0 auto .4rem;
}

.footer a,
.footer .aBox a {
	font-size: .26rem;
	color: #999;
}

.footer .aBox a::before {
	display: inline-block;
	content: "|";
	margin: 0 .1rem;
}

.footer .aBox a:first-child::before {
	display: none;
}

.footer .name {
	margin: .34rem 0;
	font-size: .24rem;
	color: #999;
}

.footer .txt {
	line-height: .5rem;
	text-align: left;
	text-align: left;
}

/* 友情链接 */
.index_link {
	padding-bottom: .3rem;
}

.index_link .aBox a {
	display: inline-block;
	height: .5rem;
	line-height: .5rem;
	border-radius: .08rem;
	padding: 0 .16rem;
	border: .02rem solid #E6E6E6;
	font-size: .24rem;
	color: #666;
	position: relative;
	margin-bottom: .24rem;
	margin-right: .24rem;
}

/* 首页 */
.header {
	width: 100%;
	background: url('../images/header_bg.png') no-repeat top/cover;
	box-sizing: border-box;
}

.logoBox {
	padding: .3rem .24rem .4rem;
}

.logo {
	display: block;
	width: 2.32rem;
	position: relative;
	overflow: hidden;
}

.searchBox {
	position: relative;
	width: auto;
}

.searchBox .search_icon {
	width: .36rem;
	height: .36rem;
	text-align: center;
	position: absolute;
	right: .2rem;
	top: 50%;
	transform: translateY(-50%);
	background-size: .24rem;
	background: url(../images/search.png) no-repeat center/contain;
	background-size: .36rem;
	z-index: 6;
}

.searchBox .search_ipt {
	display: block;
	width: 2.8rem;
	height: .6rem;
	line-height: .6rem;
	background: transparent;
	padding: 0 .2rem 0 .2rem;
	font-size: .24rem;
	color: #fff;
	border-radius: .12rem;
	position: relative;
	z-index: 3;
	border: .02rem solid #FFFFFF;
}

.searchBox .search_ipt::placeholder {
	color: #fff;
	font-size: .24rem;
}

.navBar {
	position: relative;
	z-index: 10;
	overflow: scroll;
	white-space: nowrap;
	padding-left: .24rem;
	height: .8rem;
	line-height: .8rem;
}

.navBar li {
	display: inline-block;
}

.navBar li a {
	font-size: .28rem;
	color: #fff;
	text-align: center;
	position: relative;
	display: block;
	padding: 0 .36rem;
	height: .8rem;
	line-height: .8rem;
}

.navBar :last-child {
	margin-right: 0;
}

.navBar li.active a {
	background: rgba(255,255,255,0.2);
	border-radius: .24rem .24rem 0 0;
}

/* 轮播图 */
.index_slider {
	width: auto;
	position: relative;
}

.index_slider .slider {
	width: 100%;
}

.index_slider .slider li .thum {
	width: 100%;
	height: 3.8rem;
	overflow: hidden;
	position: relative;
}
.index_slider .slider li .title{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0px;
	height: .76rem;
	line-height: .76rem;
	background: rgba(0, 0, 0, 0.6);
	padding: 0 .24rem;
	padding-right: 1.2rem;
	box-sizing: border-box;
	font-size: .3rem;
	color: #FFFFFF;
	text-align: left;
}
.index_slider .slider_nav {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: .3rem;
	right: .24rem;
	margin-left: 0;
}

.index_slider .slider_nav li {
	padding-left: 0;
	margin-right: 0.08rem;
}

.index_slider .slider_nav li:last-child {
	margin-right: 0;
}

.index_slider .slider_nav li a {
	background: rgba(255, 255, 255, 0.4);
	width: 0.16rem;
	height: 0.16rem;
}

.index_slider .slider_nav li.uk-active a {
	background-color: var(--pm-c);
}

/* 分类 */
.index_type{
	padding: .24rem;
	background: #fff;
}
.index_type a {
	display: block;
	height: 1.44rem;
	background: url('../images/syalbum.png') no-repeat center/contain;
}

.index_type .uk-width-1-2:nth-child(2) a {
	background: url('../images/hotzx_bg.png') no-repeat center/contain;
}

.index_type .uk-width-1-2:nth-child(3) a {
	background: url('../images/tjgame_bg.png') no-repeat center/contain;
}

.index_type .uk-width-1-2:nth-child(4) a {
	background: url('../images/sygl_bg.png') no-repeat center/contain;
}

/* 今日推荐 */
.index_jr_recom{
	padding-top: .4rem;
}
.index_jr_recom .name{
	background: url("../images/title_tj.png") no-repeat center / contain;
	width: 3.88rem;
	height: .68rem;
	margin-bottom: 20px;
}

.index_jr_recom .recom_game_item .item{
	background: url('../images/bg_jrtj.png') no-repeat bottom/contain;
	padding: .2rem;
}
.index_jr_recom .recom_game_item .icon{
	width: 1.6rem;
	height: 1.6rem;
	border-radius: .4rem;
	overflow: visible;
	margin: 0 auto;
	position: relative;
}
.index_jr_recom .recom_game_item .icon img{
	border-radius: .4rem;
}
.index_jr_recom .recom_game_item .icon::before{
	content: '';
	display: block;
	width: .76rem;
	height: .4rem;
	background: url('../images/icon_hot.png') no-repeat center/contain;
	position: absolute;
	top: .1rem;
	right: -.3rem;
	z-index: 111;
}
.index_jr_recom .recom_game_item .title{
	font-size: .28rem;
	color: #1a1a1a;
	margin: .16rem auto 0;
	text-align: center;
}
.index_jr_recom .recom_game_item .title a{
	color: #1a1a1a;
}
.index_jr_recom .recom_game_list{
	
}
.index_jr_recom .recom_game_list .title{
	border: .02rem solid var(--pm-c);
	border-radius: 99rem;
	height: .46rem;
	line-height: .46rem;
	font-size: .24rem;
	color: var(--pm-c);
	padding: 0 .24rem;
	text-align: center;
}
.index_jr_recom .recom_game_list .title a{
	color: var(--pm-c);
}

/* 资讯推荐 */
.index_zx_recom .item {
	position: relative;
	margin-bottom: .6rem;
}
.index_zx_recom .item:last-child{
	margin-bottom: .3rem;
}

.index_zx_recom .item .thum {
	width: 2rem;
	height: 1.48rem;
	overflow: hidden;
	margin-left: .3rem;
}

.index_zx_recom .item .title {
	font-size: .28rem;
	color: #1a1a1a;
}

.index_zx_recom .item .title a {
	color: #1a1a1a;
}

.index_zx_recom .item .desc {
	font-size: .24rem;
	color: #999;
	margin: .2rem 0;
}

.index_zx_recom .item .title::before {
	content: '推荐';
	display: inline-block;
	width: .94rem;
	height: .44rem;
	line-height: .44rem;
	background: var(--pm-c) url('../images/icon_tj_.png') no-repeat .08rem/contain;
	background-size: .24rem;
	border-radius: .08rem;
	padding-left: .38rem;
	box-sizing: border-box;
	font-size: .24rem;
	color: #fff;
	margin-right: .16rem;
}

.index_zx_recom .item .time {
	font-size: .24rem;
	color: #999;
}

.index_zx_recom .item .hits {
	font-size: .24rem;
	color: #999;
	background: url('../images/icon_hits.png') no-repeat left center;
	background-size: .28rem;
	margin-left: .3rem;
	padding-left: .4rem;
}

/* 游戏礼包 */
.index_game_gift .gift_item {
	background: url('../images/lb_bg.png') no-repeat center/contain;
	padding: .3rem;
	margin-bottom: .36rem;
}

.index_game_gift .gift_item .icon {
	width: 1.6rem;
	height: 1.6rem;
	border: .06rem solid rgba(164, 151, 217, 1);
	/* border-image: linear-gradient(180deg, rgba(164, 151, 217, 1), rgba(222, 217, 244, 1)) 3 3; */
	margin-right: .3rem;
	border-radius: 1.98rem;
}

.index_game_gift .gift_item .title {
	font-weight: bold;
	font-size: .28rem;
	color: #1a1a1a;
}

.index_game_gift .gift_item .title a {
	color: #1a1a1a;
}

.index_game_gift .gift_item .desc {
	font-size: .24rem;
	color: #999999;
	line-height: .44rem;
	margin-top: .2rem;
}

.index_game_gift .item {
	margin-bottom: .56rem;
}

.index_game_gift .item:last-child {
	margin-bottom: .2rem;
}

.index_game_gift .item::before {
	content: '';
	display: inline-block;
	width: .92rem;
	height: .92rem;
	background: url('../images/icon_lb.png') no-repeat center/contain;
	margin-right: .24rem;
}

.index_game_gift .item .title {
	font-size: .28rem;
	color: #1a1a1a;
}

.index_game_gift .item .title a {
	color: #1a1a1a;
}

.index_game_gift .item .desc {
	font-size: .24rem;
	color: #999999;
	margin-top: .22rem;
}

.index_game_gift .item .get {
	display: inline-block;
	width: 1.2rem;
	height: .56rem;
	line-height: .56rem;
	background: var(--pm-c);
	border-radius: 1.98rem;
	color: #fff;
	font-size: .28rem;
	text-align: center;
	margin-left: .2rem;
}

/* 热门视频 */
.index_video {
	min-height: 7.52rem;
	padding: .36rem .24rem;
	margin-top: -.2rem;
	box-sizing: border-box;
	background: url('../images/video_bg.png') no-repeat top/contain;
}

.index_video .item {
	position: relative;
}

.index_video .item .thum {
	width: 3.36rem;
	height: 1.8rem;
	overflow: hidden;
}

.index_video .item .info {
	width: 3.04rem;
	height: 1.08rem;
	background: rgba(255, 255, 255, 0.9);
	border-radius: .16rem;
	margin-left: .16rem;
	margin-right: .16rem;
	position: relative;
	top: -.48rem;
	text-align: center;
	padding: .1rem .16rem;
	box-sizing: border-box;
}

.index_video .item .time {
	font-size: .2rem;
	color: var(--pm-c);
}

.index_video .item .time::before {
	content: '';
	display: inline-block;
	width: .28rem;
	height: .28rem;
	vertical-align: text-bottom;
	margin-right: .12rem;
	background: url('../images/time_.png') no-repeat left/contain;
}

.index_video .item .title {
	font-size: .28rem;
	color: #333333;
	margin-top: .12rem;
}

.index_video .item .title a {
	color: #333333;
}

.index_video .item .down {
	display: block;
	width: .34rem;
	height: .34rem;
	line-height: .34rem;
	background: var(--pm-c) url('../images/icon_video.png') no-repeat center/contain;
	background-size: .2rem;
	border-radius: .32rem;
	margin: .08rem auto 0rem;
}

/* 游戏分类 */
.index_game {
	margin-top: -.2rem;
}

.index_game .game_channel {
	margin-bottom: .48rem;
}

.index_game .game_channel .item{
	background: #f7f7f7 url('../images/icon_jspy.png') no-repeat 1.44rem bottom/contain;	
	background-size: .5rem;
	padding: .2rem .24rem;;
}

.index_game .game_channel .box:nth-child(2) .item{
  background: #f7f7f7 url('../images/icon_kpyx.png') no-repeat 1.44rem bottom/contain;	
  background-size: .5rem;
}
.index_game .game_channel .box:nth-child(3) .item{
	background: #f7f7f7 url('../images/icon_xxyz.png') no-repeat 1.44rem bottom/contain;	
	background-size: .5rem;
}
.index_game .game_channel .box:nth-child(4) .item{
	background: #f7f7f7 url('../images/icon_fxsj.png') no-repeat 1.44rem bottom/contain;	
	background-size: .5rem;
}
.index_game .game_channel .box:nth-child(5) .item{
	background: #f7f7f7 url('../images/icon_mxjm.png') no-repeat 1.44rem bottom/contain;	
	background-size: .5rem;
}
.index_game .game_channel .box:nth-child(6) .item{
	background: #f7f7f7 url('../images/icon_cltf.png') no-repeat 1.44rem bottom/contain;	
	background-size: .5rem;
}
.index_game .game_channel .title{
	position: relative;
}
.index_game .game_channel .title::after{
	content: '';
	display: inline-block;
	width: .24rem;
	height: .24rem;
	background: url('../images/icon_game_type.png') no-repeat center/contain;
}
.index_game .game_channel .title a {
	font-size: .26rem;
	color: #1a1a1a;
}

.index_game .game_channel .num {
   font-size: .2rem;
   color: #999;
   margin-top: .1rem;
}

.index_game .item {
	border-bottom: .02rem solid #F2F2F2;
	padding-bottom: .32rem;
	margin-bottom: .32rem;
}

.index_game .item:last-child {
	margin-bottom: 0;
	border: none;
}

.index_game .item .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	overflow: hidden;
	margin-right: .3rem;
}

.index_game .item .title a {
	font-size: .28rem;
	color: #1a1a1a;
}

.index_game .item .type {
	font-size: .24rem;
	color: #999;
	margin-top: .2rem;
}

.index_game .item .desc {
	font-size: .24rem;
	color: #999999;
	margin-top: .2rem;
}

.index_game .item .score{
	font-size: .24rem;
	color: #F48319;
	background: url(../images/icon_score.png) no-repeat left / contain;
	background-size: .28rem;
	margin-top: .2rem;
	vertical-align: middle;
	padding-left: .36rem;
	margin-left: .1rem;
}
.index_game .item .down {
	display: block;
	height: .64rem;
	line-height: .64rem;
	border-radius: 198rem;
	text-align: center;
	font-size: .28rem;
	color: var(--pm-c);
	padding: 0 .4rem;
	box-sizing: border-box;
	border: .02rem solid var(--pm-c);
}

/* 应用软件 */
.index_app{
	margin-top: 0;
}
.index_app .game_channel .item{
	background: #f7f7f7 url('../images/icon_yybf.png') no-repeat 1.44rem bottom/contain;	
	background-size: .5rem;
	padding: .2rem .24rem;;
}

.index_app .game_channel .box:nth-child(2) .item{
  background: #f7f7f7 url('../images/icon_sjlt.png') no-repeat 1.44rem bottom/contain;	
  background-size: .5rem;
}
.index_app .game_channel .box:nth-child(3) .item{
	background: #f7f7f7 url('../images/icon_xwyd.png') no-repeat 1.44rem bottom/contain;	
	background-size: .5rem;
}
.index_app .game_channel .box:nth-child(4) .item{
	background: #f7f7f7 url('../images/icon_symh.png') no-repeat 1.44rem bottom/contain;	
	background-size: .5rem;
}
.index_app .game_channel .box:nth-child(5) .item{
	background: #f7f7f7 url('../images/icon_jrlc.png') no-repeat 1.44rem bottom/contain;	
	background-size: .5rem;
}
.index_app .game_channel .box:nth-child(6) .item{
	background: #f7f7f7 url('../images/icon_gwzf.png') no-repeat 1.44rem bottom/contain;	
	background-size: .5rem;
}

/* 精选攻略 */
.index_jx_gl ul li {
	padding-left: 0;
	margin-bottom: .36rem;
}

.index_jx_gl ul li::before {
	display: none;
}

.index_jx_gl .jx_gl_list {
	width: 100%;
}

.index_jx_gl .jx_gl_list .order {
	width: .36rem;
	height: .36rem;
	line-height: .36rem;
	text-align: center;
	background: #f5f5f5;
	border-radius: .36rem;
	font-size: .24rem;
	color: #666;
	margin-right: .3rem;
}

.index_jx_gl .jx_gl_item {
	display: none;
	position: relative;
	width: 100%;
}

.index_jx_gl .jx_gl_item .order {
	position: absolute;
	top: .1rem;
	left: .1rem;
	width: .44rem;
	height: .48rem;
	line-height: .36rem;
	text-align: center;
	z-index: 111;
	font-size: .24rem;
	color: #fff;
	background: url('../images/dot_gl_.png') no-repeat center/contain;
}

.index_jx_gl .jx_gl_item .thum {
	width: 2.6rem;
	height: 1.52rem;
}

.index_jx_gl .jx_gl_item .title {
	font-size: .28rem;
	color: #1a1a1a;
}

.index_jx_gl .jx_gl_item .title a {
	color: #1a1a1a;
}

.index_jx_gl .jx_gl_item .desc {
	font-size: .24rem;
	color: #999;
	margin-top: .24rem;
}

.index_jx_gl .jx_gl_item .info {
	background: #fafafa;
	padding: .3rem;
}

.index_jx_gl ul li:nth-child(-n+3) .jx_gl_list {
	display: none;
}

.index_jx_gl ul li:nth-child(-n+3) .jx_gl_item {
	display: flex;
	align-items: center;
}

/* 高分推荐 */
.index_game_pc ul li::before {
	display: none;
}

.index_game_pc ul li {
	padding-bottom: .3rem;
	border-bottom: .02rem dashed #E6E6E6;
}

.index_game_pc ul li .game_pc_list {
	width: 100%;
}

.index_game_pc ul li .game_pc_list::before {
	content: '';
	width: .08rem;
	height: .08rem;
	background: #E6E6E6;
	border-radius: .08rem;
	margin-right: .2rem;
	vertical-align: text-bottom;
}

.index_game_pc ul li .game_pc_list .score {
	font-size: .28rem;
	color: var(--pm-c);
	padding-left: .4rem;
	background: url('../images/icon_pf.png') no-repeat left/contain;
	background-size: .32rem;
}

.index_game_pc ul li .game_pc_item {
	display: none;
	position: relative;
	width: 100%;
}

.index_game_pc ul li .game_pc_item .score {
	position: absolute;
	top: .18rem;
	left: -0.04rem;
	z-index: 111;
	width: .8rem;
	height: .48rem;
	line-height: .48rem;
	text-align: center;
	font-size: .24rem;
	color: #fff;
	background: url('../images/gl_hot_bg.png') no-repeat center/contain;
}

.index_game_pc ul li .game_pc_item .thum {
	width: 2.4rem;
	height: 1.48rem;
	margin-right: .3rem;
}

.index_game_pc ul li .game_pc_item .title {
	font-size: .28rem;
	color: #333;
	margin-bottom: .2rem;
}

.index_game_pc ul li .game_pc_item .title a {
	color: #333;
}

.index_game_pc ul li .game_pc_item .time {
	font-size: .24rem;
	color: #999999;
	padding-left: .4rem;
	background: url('../images/time.png') no-repeat left/contain;
	background-size: .28rem;
}

.index_game_pc ul li .game_pc_item .desc {
	font-size: .24rem;
	color: #999999;
	margin-top: .24rem;
}

.index_game_pc ul li:nth-child(1) .game_pc_list {
	display: none;
}

.index_game_pc ul li:nth-child(1) .game_pc_item {
	display: flex;
	align-items: center;
}



/* 手游排行榜 */
.index_rank .public_title .more{
	color: #999999;
}
.index_rank .slider {
	margin-left: 0;
}

.index_rank .rank_list {
	width: 5.8rem;
	margin-right: 0.2rem;
}

.index_rank .itemBox .item {
	margin-bottom: 0.32rem;
}

.index_rank .big_title span{
	display: block;
	width: 2.46rem;
	height: .48rem;
	margin-bottom: .24rem;
	flex: 1;
	overflow: hidden;
	background: url('../images/rank_title_1.png') no-repeat left/contain;
}

.index_rank .rank_list:nth-child(2) .big_title span{
	background: url('../images/rank_title_2.png') no-repeat left/contain;
}

.index_rank .rank_list:nth-child(3) .big_title span{
	background: url('../images/rank_title_3.png') no-repeat left/contain;
}

.index_rank .rank_list .big_title .more {
	display: inline-block;
	width: .36rem;
	height: .36rem;
	border-radius: .36rem;
	background: var(--pm-c) url('../images/rank_more_.png') no-repeat center/contain;
	background-size: .16rem;
}

.index_rank .rank_list:nth-child(2) .big_title .more {
	background: #F68F3B  url('../images/rank_more_.png') no-repeat center/contain;
	background-size: .16rem;
}

.index_rank .rank_list:nth-child(3) .big_title .more {
	background: #53B9E4 url('../images/rank_more_.png') no-repeat center/contain;
	background-size: .16rem;
}

.index_rank .rank_list .item {
	margin-bottom: .2rem;
	background: url('../images/rank_bg.png') no-repeat center/cover;
	padding: .36rem .3rem;
}
.index_rank .rank_list:nth-child(2) .item {
	background: url('../images/rank_bg_2.png') no-repeat center/cover;
}
.index_rank .rank_list:nth-child(3) .item {
	background: url('../images/rank_bg_3.png') no-repeat center/cover;
}
.index_rank .rank_list .item:last-child {
	margin-bottom: 0;
}

.index_rank .rank_list .item .order {
	margin-right: .3rem;
	font-size: .4rem;
	font-style: italic;
	font-weight: bold;
	color: var(--pm-c);
}

.index_rank .rank_list:nth-child(2) .item .order {
	color: #F68F3B ;
}

.index_rank .rank_list:nth-child(3) .item .order {
	color: #5EE4FF;
}

.index_rank .rank_list .item .icon {
	width: 1.12rem;
	height: 1.12rem;
	position: relative;
	border-radius: .3rem;
	margin: 0 .3rem;
}

.index_rank .rank_list .item .title {
	font-size: .28rem;
	color: #1a1a1a;
}

.index_rank .rank_list .item .title a {
	color: #1a1a1a;
}

.index_rank .rank_list .item .tag {
	display: inline-block;
	font-size: .24rem;
	color: #999;
	margin-top: .24rem;
}

.index_rank .rank_list .item .down {
	position: relative;
	height: .56rem;
	width: .56rem;
	background: url('../images/rank_down_1.png') no-repeat center/contain;
}

.index_rank .rank_list:nth-child(2) .item .down {
	background: url('../images/rank_down_2.png') no-repeat center/contain;
}

.index_rank .rank_list:nth-child(3) .item .down {
	background: url('../images/rank_down_3.png') no-repeat center/contain;
}

/* 新游动态   */
.index_xy_dt {}

.index_xy_dt .item {
	border-bottom: .02rem solid #F2F2F2;
	padding-bottom: .32rem;
	margin-bottom: .32rem;
}

.index_xy_dt .item .title {
	font-size: .28rem;
	color: #1A1A1A;
	max-width: 6rem;
}

.index_xy_dt .item .title a {
	color: #1A1A1A;
}

.index_xy_dt .item .new {
	width: .76rem;
	height: .4rem;
	background: url('../images/icon_new.png') no-repeat center/contain;
	margin-left: .12rem;
}

.index_xy_dt .item .thum {
	width: 2rem;
	height: 1.2rem;
	margin-right: .3rem;
}

.index_xy_dt .item .desc {
	font-size: .24rem;
	color: #999999;
	margin-bottom: .3rem;
}

.index_xy_dt .item .time {
	font-size: .24rem;
	color: #999999;
	padding-left: .4rem;
	background: url("../images/time.png") no-repeat left / contain;
	background-size: .28rem;
}

.index_xy_dt ul {
	margin-left: .1rem;
}

.index_xy_dt ul li {
	padding-left: .2rem;
	margin-bottom: 0rem;
}

/* 公共分类 */
.game_nav {
	padding-bottom: 0;
	padding-top: .4rem;
}

.game_nav ul {
	margin-left: -0.2rem;
}

.game_nav li {
	padding-left: 0.2rem;
	width: 25%;
}

.game_nav li.uk-grid-margin {
	margin-top: 0.2rem;
}

.game_nav li a {
	display: block;
	padding: 0 .1rem;
	height: .62rem;
	line-height: .58rem;
	text-align: center;
	font-size: .26rem;
	color: #4d4d4d;
	border-radius: 1.98rem;
	border: .02rem solid #E0E0E0;
}

.game_nav li:last-child {
	margin-right: 0;
}

.game_nav li.active a {
	border-color: var(--pm-c);
	background-color: var(--pm-c);
	color: #fff;
}

/* 游戏列表 */
.list_game .game_nav{
	margin-bottom: 0;
	padding-bottom: .4rem;
}
.list_game .itemBox{
	padding-top: .4rem;
	padding-bottom: .4rem;
	background: #fff url('../images/list_game_bg.png') no-repeat top/contain;
}
.list_game .item {
	padding-bottom: .32rem;
	border-bottom: .02rem solid #F2F2F2;
	margin: 0 .24rem .32rem;
}

.list_game .item:last-child {
	margin-bottom: 0;
}

.list_game .item .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	overflow: hidden;
	margin-right: .3rem;
}

.list_game .item .title a {
	font-size: .28rem;
	color: #1A1A1A;
}

.list_game .item .type {
	font-size: .24rem;
	color: #999999;
	margin-top: .2rem;
}

.list_game .item .score{
	font-size: .24rem;
	color: #F48319;
	padding-left: .36rem;
	background: url("../images/icon_score.png") no-repeat left / contain;
	background-size: .28rem;
	margin-left: .06rem;
}

.list_game .item .desc {
	font-size: .24rem;
	color: #999999;
	margin-top: .2rem;
}

.list_game .item .down {
	padding: 0 .28rem;
	height: .64rem;
	line-height: .64rem;
	border-radius: 1.98rem;
	border: .02rem solid var(--pm-c);
	text-align: center;
	font-size: .28rem;
	color: var(--pm-c);
	margin-left: .16rem;
	box-sizing: border-box;
}

/* 游戏详情 */
.single_game {
	position: relative;
	overflow: hidden;
}

.single_game .single_header {
	min-height: 4.7rem;
	margin-top: .8rem;
	padding-top: 1rem;
	box-sizing: border-box;
	position: relative;
	background: url('../images/single_header_game_.png') no-repeat bottom/contain;
}

.single_game .single_header .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: absolute;
	top: -.55rem;
	left: 50%;
	transform: translateX(-50%);
}

.single_game .single_header h1 {
	position: relative;
	margin-bottom: 0.36rem;
	font-size: .32rem;
	color: #1a1a1a;
	font-weight: bold;
	text-align: center;
}

.single_game .single_header .tagBox {
	font-size: .24rem;
	color: #808080;
	margin-left: 0rem;
}

.single_game .single_header .tagBox .tag {
	display: flex;
	align-items: center;
}

.single_game .single_header .tagBox .tag::before {
	content: "";
	display: inline-block;
	width: .16rem;
	height: .16rem;
	background: url('../images/single_tag.png') no-repeat center/contain;
	margin-right: .12rem;
}

.single_game .single_header .tagBox .uk-width-1-2 {
	padding-left: 0.26rem;
}

.single_game .single_header .tagBox .uk-width-1-2.uk-grid-margin {
	margin-top: 0.2rem;
}

/* 下载 */
.single .single_header .down a.ajax-btn,
.single .single_header .down a {
	position: relative;
	display: block;
	height: .9rem;
	line-height: .86rem;
	text-align: center;
	font-size: .32rem;
	color: #fff;
	margin-top: 0.42rem;
	border-radius: 1.98rem;
	background: linear-gradient( 90deg, #89BE55 0%, #B2CA43 100%);
	box-shadow: inset 0px -8px 0px 0px rgba(0,0,0,0.12);
	margin: .36rem 0 .2rem;
}

.single_game .single_header .down a.ajax-btn,
.single_game .single_header .down a{
	margin: .36rem .4rem .2rem;
}

.single .single_header .down:last-child a {
	margin-bottom: 0;
}

.single .single_header .down a.ajax-btn.xz::before,
.single .single_header .down a.xz::before {
	background: linear-gradient( 90deg, var(--pm-c) 0%, #B074D3 100%);
}

.single .single_header .down a.ajax-btn.get::before,
.single .single_header .down a.get {
	background: linear-gradient( 90deg, #FF7549 0%, #FFA449 100%);
}

/* 游戏截图 */
.single_game .sliderBox {
	overflow: hidden;
}

.single_game .item:last-child {
	margin-bottom: 0;
}

.single_game .sliderBox .slider {
	height: 100%;
}

.single_game .sliderBox .slider li {
	padding-right: .28rem;
}

.show_game .sliderBox .slider li:last-child {
	padding-right: 0;
}

.single_game .sliderBox .slider li .img {
	position: relative;
	display: block;
	width: 3.2rem;
	border-radius: .1rem;
	overflow: hidden;
}

.single_content p {
	font-size: .28rem;
	color: #666;
	line-height: .58rem;
	text-indent: 2em;
}
.single_content .title{
	position: relative;
	width: 3.16rem;
	height: .96rem;
	line-height: .96rem;
	font-size: .36rem;
	color: #1a1a1a;
	font-weight: bold;
	background: url('../images/single_h2.png') no-repeat center/contain;
	text-align: center;
	margin: .1rem auto .3rem;
	display: flex;
    justify-content: center;
}

.single_content h2,
.single_content h3 {
	display: inline-block;
	font-weight: bold;
	font-size: .32rem;
	color: var(--pm-c);
	position: relative;
	padding-left: .04rem;
	margin-bottom: .4rem;
	margin-top: .2rem;
}

.single_content h2::before,
.single_content h3::before {
	content: '';
	display: inline-block;
	width: 1.44rem;
	height: .14rem;
	border-radius: 1.98rem;
	background: rgba(134, 116, 211, 0.16);
	position: absolute;
	bottom: -0.02rem;
	left: -0.02rem;
}

/* 资讯列表 */
.list_news {
	margin-bottom: 0;
}
.list_news .game_nav{
	padding-top: .2rem;
}
.list_news .itemBox{
	margin-top: .4rem;
}
.list_news .itemBox .item {
	position: relative;
	margin-bottom: .32rem;
	padding-bottom: .32rem;
	border-bottom: .02rem solid #F2F2F2;
}

.list_news .itemBox .item:last-child {
	margin-bottom: 0;
}

.list_news .itemBox .item .thum {
	position: relative;
	width: 2.6rem;
	height: 1.88rem;
	margin-right: .3rem;
}

.list_news .itemBox .item .title {
	font-weight: bold;
	font-size: .28rem;
	color: #1a1a1a;
	margin-top: .14rem;
}

.list_news .itemBox .item .title a {
	color: #1a1a1a;
}

.list_news .itemBox .item .time {
	display: block;
	height: .4rem;
	line-height: .36rem;
	background: linear-gradient(90deg, rgba(134, 116, 211, 0.18) 0%, rgba(134, 116, 211, 0) 100%);
	border-radius: 1.98rem;
	font-size: .24rem;
	color: var(--pm-c);
	padding-left: .1rem;
}

.list_news .itemBox .item .time::before {
	content: '';
	display: inline-block;
	width: .28rem;
	height: .28rem;
	vertical-align: text-bottom;
	margin-right: .08rem;
	background: url("../images/time_.png") no-repeat left / contain;
}

.list_news .itemBox .item .desc {
	font-size: .24rem;
	color: #999;
	margin-top: .16rem;
}

.list_news .itemBox .item .down {
	margin-top: .22rem;
	font-size: .24rem;
	color: #ABABAB;
	display: block;
}

/* 资讯详情 */
.single_news {}

.single_news .single_header {
	padding: .4rem .24rem .32rem;
	text-align: center;
	border-bottom: .02rem solid #F2F2F2;
	background: #fff url('../images/single_header_news.png') no-repeat top/cover;
}

.single_news .single_header h1 {
	font-size: .36rem;
	color: #1A1A1A;
	line-height: .72rem;
	font-weight: bold;
	margin-bottom: .8rem;
}

.single_news .single_header .tagBox {
	font-size: .24rem;
	color: #999;
}

.single_content p {
	text-indent: 2em;
	font-size: .28rem;
	color: #666;
	line-height: .72rem;
}

.single_content p iframe,
.single_content p img {
	display: block;
	width: 6.32rem;
	max-width: 100%;
	height: auto;
	margin: .36rem auto;
}

.single_content .index_slider .slider_nav {
	bottom: .3rem;
}

.single_content .index_slider .slider li .thum {
	width: 100%;
	/* height: auto; */
}

/* 专辑列表 */
.list_collection{
	margin: 0 .24rem;
}

.list_collection .game_nav{
	width: 3.5rem;
	height: .74rem;
	padding: .04rem .05rem;
	border: .02rem solid var(--pm-c);
	border-radius: 1.98rem;
	margin: .4rem auto;
	box-sizing: border-box;
}

.list_collection .game_nav li{
	width: 1.76rem;
  height: .62rem;
}

.list_collection .game_nav li a{
	border: none
}

.list_collection .item {
	position: relative;
	margin-bottom: 0.4rem;
	padding: 0 .3rem;
    background: url("../images/list_album.png") no-repeat bottom / contain;
}

.list_collection .item:last-child {
	margin-bottom: 0;
}

.list_collection .itemBox .item .top {
	margin-bottom: .3rem;
}

.list_collection .itemBox .item .top .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	overflow: hidden;
	margin-right: .3rem;
}

.list_collection .itemBox .item .top .title {
	font-size: .3rem;
	color: #1a1a1a;
	margin-bottom: .2rem;
	font-weight: bold;
	margin-top: .22rem;
}

.list_collection .itemBox .item .top .title a {
	color: #1a1a1a;
}

.list_collection .itemBox .item .top .type {
	position: relative;
	font-size: .24rem;
	color: var(--pm-c);
	display: block;
	
}
.list_collection .itemBox .item .top .type .tag{
	margin-right: .28rem;
	position: relative;
}
.list_collection .itemBox .item .top .type .tag::after {
	content: '';
	display: inline-block;
	width: 104%;
	height: .12rem;
	background: rgba(134, 116, 211, 0.15);
	border-radius: 1.98rem;
	position: absolute;
	bottom: -0.06rem;
	left: -0.08rem;
  }

.list_collection .itemBox .item .btm {
	margin-top: .4rem;
	padding-bottom: .4rem;
	margin-left: 0;
}

.list_collection .itemBox .item .btm .uk-width-auto {
	padding-left: .24rem;
}

.list_collection .itemBox .item .btm .box .thum {
	width: 1rem;
	height: 1rem;
	position: relative;
	border-radius: 1.98rem;
	margin: 0 auto .14rem;
}

.list_collection .itemBox .item .btm .box .title {
	font-size: .24rem;
	color: #888;
	text-align: center;
	width: 1.3rem;
}

.list_collection .itemBox .item .btm .box .title a {
	color: #888;
}

.list_collection .itemBox .item .btm .more {
	display: block;
	width: 1.12rem;
	height: 1.12rem;
	padding: .24rem .22rem;
	box-sizing: border-box;
	background: var(--pm-c) url(../images/icon_album_more.png) .8rem center no-repeat;
    background-size: .16rem;
	box-shadow: 0 .2rem .2rem 0 rgba(134,116,211,0.25);
	border-radius: .28rem;
	font-size: .24rem;
	color: #fff;
	text-align: left;
	margin-left: .4rem;
}

/* 专辑详情 */
.single_collection {}

.single_collection .single_header {
	padding: .32rem .4rem 0;
	position: relative;
	background: #FEFEFE url('../images/single_header_news.png') no-repeat top/contain;
}

.single_collection .single_header h1 {
	position: relative;
	font-size: .32rem;
	color: #1A1A1A;
	font-weight: bold;
	margin-bottom: 0.24rem;
}

.single_collection .single_header .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .22rem;
	overflow: visible;
	position: relative;
	z-index: 1;
}

.single_collection .single_header .icon img{
    border-radius: .3rem;
}
.single_collection .single_header .icon::before {
	content: '';
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	background: var(--pm-c);
	position: absolute;
	right: -0.1rem;
	bottom: -0.1rem;
	z-index: -1;
}

.single_collection .single_header .icon .num {
	position: absolute;
	bottom: 0;
	right: 0;
	min-width: .8rem;
	height: .36rem;
	line-height: .4rem;
	background: var(--pm-c);
	font-size: .24rem;
	color: #fff;
	text-align: center;
	border-top-left-radius: .24rem;
}

.single_collection .single_header .tag {
	position: relative;
	font-size: .24rem;
	color: #808080;
}
.single_collection .single_header .tag::before {
	content: "";
	display: inline-block;
	width: .16rem;
	height: .16rem;
	background: url(../images/single_tag.png) no-repeat center / contain;
	margin-right: .12rem;
  }
/* 更多相关专辑 */
.single_collection .moreBox {
	font-size: .24rem;
	color: #1A1A1A;
	margin-top: .28rem;
	margin-bottom: .2rem;
}

.single_collection .moreBox span {
	display: block;
	margin-bottom: 0.16rem;
}

.single_collection .moreBox ul {
	margin-left: -0.22rem;
}

.single_collection .moreBox ul li {
	padding-left: 0.22rem;
}

.single_collection .moreBox ul li.uk-grid-margin {
	margin-top: 0.16rem;
}

.single_collection .moreBox ul li .title {
	position: relative;
}

.single_collection .moreBox ul li .title a {
	display: block;
	width: 100%;
	height: .56rem;
	line-height: .56rem;
	padding: 0 .2rem;
	box-sizing: border-box;
	font-size: .24rem;
	color: var(--pm-c);
	border-radius: 1.98rem;
	border: .02rem solid rgba(134,116,211,0.3);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 专辑推荐 */
.single_collection .tj_box {
	position: relative;
	width: 100%;
	padding: .4rem .4rem .28rem;
	box-sizing: border-box;
	background: #fff url('../images/icon_tj.png') no-repeat top right/contain;
    background-size: 1.2rem;
}

.single_collection .tj_box .icon {
	position: relative;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: 0.3rem;
	overflow: hidden;
}

.single_collection .tj_box .title {
	font-size: .28rem;
	color: #404040;
}

.single_collection .tj_box .title a {
	color: #404040;
}

.single_collection .tj_box .tag {
	margin-top: .2rem;
	font-size: .24rem;
	color: #999;
}
.single_collection .tj_box .score{
	font-size: .24rem;
	color: #F48319;
	background: url(../images/icon_score.png) no-repeat left / contain;
	background-size: .28rem;
	margin-top: .2rem;
	vertical-align: middle;
	padding-left: .36rem;
}
.single_collection .tj_box .desc {
	font-size: .24rem;
	color: #999;
	margin: .28rem 0;
}
.single_collection .tj_box .desc span{
	font-size: .24rem;
	color: var(--pm-c);
	font-weight: bold;
}

.single_collection .tj_box .down {
	position: relative;
	display: block;
	height: .8rem;
	line-height: .8rem;
	font-size: .3rem;
	color: #fff;
	text-align: center;
	border-radius: 1.98rem;
	background: linear-gradient( 90deg, var(--pm-c) 0%, #B074D3 100%);
}

.show_collection_item .itemBox .item {
	position: relative;
	border: .02rem solid #EBEBEB;
	border-radius: .24rem;
	margin-bottom: 0.24rem;
}

.show_collection_item .itemBox .box{
	padding: .3rem;
}

.show_collection_item .itemBox .item .title {
	color: #1A1A1A;
	font-size: .28rem;
}

.show_collection_item .itemBox .item .title a {
	color: #1A1A1A;
}

.show_collection_item .item .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .36rem;
	position: relative;
	margin-right: .3rem;
}

.show_collection_item .itemBox .item .tag {
	font-size: .24rem;
	color: #999;
	margin-top: .2rem;
}

.show_collection_item .itemBox .item .score{
	font-size: .24rem;
	color: #F48319;
	background: url("../images/icon_score.png") no-repeat left / contain;
	background-size: .28rem;
	margin-top: .2rem;
	vertical-align: middle;
	padding-left: .36rem;
}
.show_collection_item .itemBox .item .desc {
	font-size: .24rem;
	color: #999;
	position: relative;
	height: .72rem;
	line-height: .72rem;
    background: #F9F9F9;
    border-radius: 0 0 .24rem .24rem;
	padding: 0 .3rem;
}

.show_collection_item .itemBox .item .desc span{
	font-size: .24rem;
	color: var(--pm-c);
	font-weight: bold;
}

.show_collection_item .itemBox .item .down {
	display: block;
	width: 1.36rem;
	height: .64rem;
	line-height: .64rem;
	border-radius: 1.98rem;
	text-align: center;
	font-size: .28rem;
	color: var(--pm-c);
	border: .02rem solid var(--pm-c);
	box-sizing: border-box;
	margin-left: .12rem;
}

/* 礼包列表 */
.list_game_package {
}

.list_game_package .itemBox{
	padding-top: .4rem;
	margin-bottom: 0;
}
.list_game_package .itemBox .item {
	margin-bottom: .32rem;
	padding-bottom: .32rem;
	border-bottom: .02rem solid #F2F2F2;
}

.list_game_package .itemBox .item .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
}

.list_game_package .itemBox .item:nth-last-child(2) {
	margin-bottom: 0;
	border: none;
}

.list_game_package .itemBox .item .title {
	font-size: .28rem;
	color: #1A1A1A;
	margin-bottom: .2rem;
}

.list_game_package .itemBox .item .title a {
	color: #1A1A1A;
}

.list_game_package .itemBox .item .title::before {
	content: '';
	display: inline-block;
	width: .44rem;
	height: .44rem;
	background: url("../images/icon_lb.png") no-repeat center / contain;
	margin-right: .12rem;
	vertical-align: middle;
  }

.list_game_package .itemBox .item .desc {
	font-size: .24rem;
	color: #999;
	position: relative;
	margin-bottom: .2rem;
}
.list_game_package .itemBox .item .time {
	font-size: .24rem;
	color: #999;
}
.list_game_package .itemBox .item .get {
	display: block;
	width: 1.36rem;
	height: .66rem;
	border-radius: 1.98rem;
	line-height: .64rem;
	text-align: center;
	font-size: .28rem;
	color: var(--pm-c);
	margin-left: .22rem;
	border: .02rem solid var(--pm-c)
}

/* 礼包详情 */
.single_game_package {}

.single_game_package .single_header {
	padding: .3rem .24rem;
	background: #fff url('../images/single_header_news.png') no-repeat center/cover;
}
.single_game_package .single_header .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	overflow: visible;
	margin-right: .3rem;
	position: relative;
    z-index: 1;
}
.single_game_package .single_header .icon img{
	border-radius: .3rem;
}
.single_game_package .single_header .icon::before {
	content: '';
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	background: var(--pm-c);
	position: absolute;
	right: -0.12rem;
	bottom: -0.12rem;
	z-index: -1;
}
.single_game_package .single_header .icon::after{
	content: '';
	display: block;
	width: .4rem;
	height: .36rem;
	background: var(--pm-c) url('../images/dot_lb_.png') no-repeat center/contain;
	background-size: .28rem;
	position: absolute;
	right: -0.12rem;
	bottom: -0.12rem;
	z-index: 3;
	border-radius: .15rem 0 .15rem 0;
}
.single_game_package .single_header h1 {
	font-size: .32rem;
	font-weight: bold;
	color: #1A1A1A;
}
.single_game_package .single_header .tag{
	font-size: .22rem;
	color: #808080;
	margin-top: .2rem;
	margin-right: .12rem;
}
.single_game_package .single_header .progress {
	width: 2rem;
	height: .16rem;
	border-radius: 1.98rem;
	border: .02rem solid var(--pm-c);
	padding: .04rem .03rem;
	margin: .1rem 0;
}

.single_game_package .single_header .progress::-webkit-progress-value {
	background: var(--pm-c);
	border-radius: 1.98rem;
}

.single_game_package .single_header .num_bfb {
	font-size: .28rem;
	color: var(--pm-c);
	margin-left: .12rem;
}
/* 排行榜 */
.list_rank {}

.list_rank_banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 3.44rem;
	background: url("../images/list_rank_bg.png") no-repeat center/cover;
}


.list_rank .game_nav {
	/* margin-bottom: .3rem; */
	padding-top: .2rem;
}
.list_rank .game_nav ul{
	margin-left: 0rem;
}
.list_rank .game_nav ul li {
	position: relative;
	padding-left: 0rem;
	width: auto;
}

.list_rank .game_nav ul li a {
	height: 1.2rem;
	border: none;
	border-radius: 0;
	font-size: .24rem;
	color: #1A1A1A;
	position: relative;
	padding-top: .5rem;
	box-sizing: border-box;
	margin-top: -0.24rem;
	padding-left: .2rem;
}

.list_rank .game_nav li.active a{
  background: transparent;
  color: var(--pm-c);
}

.list_rank .game_nav ul li a::before {
	content: '';
	display: inline-block;
	width: .36rem;
	height: .36rem;
	background: url('../images/rank_ios.png') no-repeat center/contain;
	position: absolute;
	top: .16rem;
	left: 50%;
	transform: translateX(-50%);
	margin-left: .1rem;
}

.list_rank .game_nav ul li:nth-child(2) a::before {
	background: url('../images/rank_az.png') no-repeat center/contain;
}

.list_rank .game_nav ul li:nth-child(3) a::before {
	background: url('../images/rank_ss.png') no-repeat center/contain;
}

.list_rank .game_nav ul li:nth-child(4) a::before {
	background: url('../images/rank_all.png') no-repeat center/contain;
}

.list_rank .game_nav ul li a::after {
	content: '';
	display: inline-block;
	width: .6rem;
	height: .04rem;
	background: #CCC;
	position: absolute;
	bottom: 0rem;
	left: 50%;
	transform: translateX(-50%);
	margin-left: .1rem;
}

.list_rank .game_nav ul li.active a::after {
	background: var(--pm-c);
}

.list_rank .game_nav ul li.active a::before {
	background: url('../images/rank_ios_.png') no-repeat center/contain;
}

.list_rank .game_nav ul li:nth-child(2).active a::before {
	background: url('../images/rank_az_.png') no-repeat center/contain;
}

.list_rank .game_nav ul li:nth-child(3).active a::before {
	background: url('../images/rank_ss_.png') no-repeat center/contain;
}

.list_rank .game_nav ul li:nth-child(4).active a::before {
	background: url('../images/rank_all_.png') no-repeat center/contain;
}

.list_rank .rank_lists{
  padding-top: .4rem;
}

.list_rank .rank_lists .item {
	position: relative;
	margin-bottom: .32rem;
	padding-bottom: .32rem;
	border-bottom: .02rem solid #F1F1F1;
}

.list_rank .rank_lists .item:last-child {
	margin-bottom: 0;
	border: none;
}

.list_rank .rank_lists .item .thum {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
}

.list_rank .rank_lists .item .title {
	font-size: .28rem;
	color: #1A1A1A;
	margin-bottom: .2rem;
	max-width: 2.8rem;
}

.list_rank .rank_lists .item .title a {
	color: #1A1A1A;
}

.list_rank .rank_lists .item .score{
	font-size: .24rem;
	color: #F48319;
	padding-left: .36rem;
	background: url(../images/icon_score.png) no-repeat left / contain;
	background-size: .28rem;
	margin-left: .1rem;
	margin-bottom: .2rem;
}

.list_rank .rank_lists .item .order {
	display: block;
	width: .52rem;
	height: .52rem;
	line-height: .58rem;
	text-align: center;
	font-size: .24rem;
	color: #c2c2c2;
	margin-right: .2rem;
	background: url('../images/list_rank_n.png') no-repeat center/contain;
}

.list_rank .rank_lists .item:nth-child(1) .order {
	background: url('../images/list_rank_1.png') no-repeat center/cover;
}

.list_rank .rank_lists .item:nth-child(2) .order {
	background: url('../images/list_rank_2.png') no-repeat center/cover;
}

.list_rank .rank_lists .item:nth-child(3) .order {
	background: url('../images/list_rank_3.png') no-repeat center/cover;
}

.list_rank .rank_lists .item:nth-child(-n+3) .order {
	color: transparent;
}

.list_rank .rank_lists .item .tagBox {
	font-size: .24rem;
	color: #999;
	margin-bottom: .2rem;
}

.list_rank .rank_lists .item .tagBox .tag {
	display: flex;
	align-items: center;
}

.list_rank .rank_lists .item .text {
	font-size: .24rem;
	color: #999;
}
.list_rank .rank_lists .item .text span{
	font-size: .24rem;
	font-weight: bold;
	color: var(--pm-c);
}
.list_rank .rank_lists .item .down {
	position: relative;
	display: block;
	margin-left: .12rem;
	padding: 0 .4rem;
	height: .64rem;
	line-height: .64rem;
	border-radius: 1.98rem;
	font-size: .28rem;
	color: var(--pm-c);
	text-align: center;
	border: .02rem solid var(--pm-c);
}

/* 排行榜大全 */
.list_rank_news {}

.list_rank_news .item {
	border: .02rem solid #EBEBEB;
	border-radius: .24rem;
	padding: .3rem;
	margin-bottom: .24rem;
	background: url('../images/list_rank_bg_icon.png') no-repeat .16rem top/contain;
	background-size: 1.28rem;
}

.list_rank_news .top {
	position: relative;
}

.list_rank_news .top .time {
	font-size: .24rem;
	color: #999;
	margin-top: .2rem;
}

.list_rank_news .topTitle {
	font-size: .3rem;
	color: #1A1A1A;
	font-weight: bold;
}

.list_rank_news .topTitle a {
	color: #1A1A1A;
}

.list_rank_news  .item .icon {
	width:1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
	overflow: hidden;
	margin-left: .2rem;
}
.list_rank_news  .item .title{
    margin-top:.24rem;
	font-size: .24rem;
	color: #4D4D4D;
	margin-right: .24rem;
}
.list_rank_news  .item .title a{
	color: #4D4D4D;
}
/* 排行榜详情 */
.single_rank {
	position: relative;
}

.single_rank .list_rank_banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 3.44rem;
	background: url("../images/list_rank_bg.png") no-repeat center/cover;
}

.single_rank_title {
   margin-bottom: 0;
   padding-bottom: 0;
   text-align: center;
}

.single_rank_title .title {
	font-weight: bold;
	font-size: .32rem;
	color: #1A1A1A;
	margin-bottom: 0.24rem;
	margin-top: .16rem;
}

.single_rank_title .time {
	font-size: .28rem;
	color: #999;
	padding-bottom: .36rem;
	border-bottom: .02rem solid #EBEBEB;
}
.single_rank .rank_lists {
	padding-top: .2rem;
  }
/* 详情底部板块 */
/* 相关攻略 */
.single_xg_gl .item {
	margin-bottom: .44rem;
}

.single_xg_gl .item .thum {
	width: 2.4rem;
	height: 1.48rem;
	margin-right: .3rem;
}

.single_xg_gl .item .title {
	font-size: .28rem;
	color: #1a1a1a;
}

.single_xg_gl .item .title a {
	color: #1a1a1a;
}

.single_xg_gl .item .desc {
	margin: .24rem 0;
	font-size: .24rem;
	color: #999;
}

.single_xg_gl .item .time {
	font-size: .24rem;
	color: #999999;
	padding-left: .4rem;
	background: url("../images/time.png") no-repeat left / contain;
	background-size: .28rem;
}

.single_xg_gl .list li {
	padding-left: 0;
	line-height: .48rem;
	margin-bottom: .24rem;
}

.single_xg_gl .list li::before {
	display: none;
}
.single_xg_gl .list li .tag {
	width: .84rem;
	height: .48rem;
	line-height: .48rem;
	font-size: .24rem;
	color: #999999;
	text-align: center;
	margin-right: .2rem;
	background: url("../images/gl_bg.png") no-repeat center / contain;
}
/* 相关游戏 */
.single_xg_game {
	margin-top: .4rem !important;
}

.single_xg_game .game_lists {
	margin-left: -0.22rem;
}

.single_xg_game .game_lists .uk-width-1-3 {
	padding-left: .22rem;
}

.single_xg_game .game_lists .uk-width-1-3.uk-grid-margin {
	margin-top: .22rem;
}

.single_xg_game .game_lists .item {
	width: 2.04rem;
	padding: .24rem;
	box-sizing: border-box;
	margin-left: 0;
	background: #F7F7F7;
	border-radius: .24rem;
}

.single_xg_game .game_lists .item .icon {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
	overflow: hidden;
	margin: 0 auto .2rem;
}

.single_xg_game .game_lists .item .title {
	color: #1a1a1a;
	font-size: .28rem;
	text-align: center;
}
.single_xg_game .game_lists .item .title a{
	color: #1a1a1a;
}
.single_xg_game .game_lists .item .tag {
	font-size: .24rem;
	color: #999;
	margin-top: .16rem;
	text-align: center;
}

/* 手游榜单 */
.single_game_rank .item {
	margin-top: .32rem;
}

.single_game_rank .item .icon {
	width: 1.64rem;
	height: 1.6rem;
	position: relative;
}

.single_game_rank .item .icon::before {
	content: "";
	display: inline-block;
	width: 1.64rem;
	height: 1.6rem;
	background: url('../images/rank_1.png') no-repeat center/contain;
	position: absolute;
	left: 0rem;
	top: 0;
	z-index: 11;
}

.single_game_rank .item:nth-child(3) .icon::before {
	background: url('../images/rank_2.png') no-repeat center/contain;
}

.single_game_rank .item:nth-child(4) .icon::before {
	background: url('../images/rank_3.png') no-repeat center/contain;
}

.single_game_rank .item .icon img {
	width: 1.32rem !important;
	height: 1.32rem !important;
	border-radius: 50%;
	margin-left: -0.1rem;
}

.single_game_rank .item .info {
	margin-left: .26rem;
}

.single_game_rank .item .title {
	font-size: .28rem;
	color: #1a1a1a;
}

.single_game_rank .item .title a {
	color: #1a1a1a;
}

.single_game_rank .item .type {
	font-size: .24rem;
	color: #999;
	margin-top: .28rem;
}

.single_game_rank .item .down {
	width: 1.36rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	border-radius: 1.98rem;
	border: .02rem solid var(--pm-c);
	font-size: .28rem;
	color: var(--pm-c);
	margin-left: .2rem;
}

.single_game_rank .item .down:hover {
	background: var(--pm-c);
	color: #fff;
}

.single_game_rank .item .size {
	font-size: .24rem;
	color: #999;
}

.single_game_rank .item .order {
	width: .48rem;
	height: .48rem;
	line-height: .48rem;
	font-size: .24rem;
	color: #999;
	text-align: center;
	background: url('../images/rank_n.png') no-repeat center/contain;
}

.single_game_rank .item:nth-child(-n+4) .order {
	display: none;
}

.single_game_rank .item:nth-child(-n+4) .size {
	display: none;
}

.single_game_rank .item:nth-child(n+5) .icon {
	display: none;
}

.single_game_rank .item:nth-child(n+5) .type {
	display: none;
}

.single_game_rank .item:nth-child(n+5) .down {
	display: none;
}

/* 精选手游 */
.single_jx_game{
	/* margin-bottom: 0; */
	padding-bottom: .4rem;
}
.single_jx_game .item .icon {
	width: 1.48rem;
	height: 1.48rem;
	border-radius: .3rem;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.single_jx_game .item .icon::before {
	content: '';
	display: inline-block;
	width: 1rem;
	height: 1rem;
	position: absolute;
	left: -0.04rem;
	top: -0.04rem;
	z-index: 11;
	background: url('../images/icon_jx.png') no-repeat center/contain;
}

.single_jx_game .item .title {
	font-size: .28rem;
	color: #333333;
	text-align: center;
	margin-top: .2rem;
}

.single_jx_game .item .title a {
	color: #333333;
}

/* 同类推荐 */
.single_game_type .game_type{
   display: flex;
   overflow-x: scroll;
}
.single_game_type .game_type_list{
	margin-right: .24rem;
}
.single_game_type .game_type_list .item{
	background: #F7F7F7;
	border-radius: .2rem;
	padding:.24rem .3rem;
	margin-bottom: .24rem;
	max-width: 5rem;
	box-sizing: border-box;
}

.single_game_type .item .icon {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .2rem;
	overflow: hidden;
}

.single_game_type .item .type {
	margin-top: .16rem;
	font-size: .24rem;
	color: var(--pm-c);
	width: 1.2rem;
	height: .44rem;
	line-height: .44rem;
	background: url('../images/game_type.png') no-repeat center/contain;
	padding-left: .06rem;
	box-sizing: border-box;
}

.single_game_type .item .info {
	margin-left: .24rem;
}

.single_game_type .item .title {
	font-size: .28rem;
	color: #1A1A1A;
	margin-top: .1rem;
}

.single_game_type .item .title a {
	color: #1A1A1A;
}

.single_game_type .item .tag {
	font-size: .24rem;
	color: #999;
	margin-top: .24rem;
}

.single_game_type .item .desc {
	font-size: .24rem;
	color: #999;
	margin-top: .36rem;
}

.single_game_type .item .down {
	display: block;
	width: .56rem;
	height: .56rem;
	background: url('../images/rank_down.png') no-repeat center/contain;
}

/* 最新资讯 */
.single_xg_news{
   margin-bottom: .2rem;
}
.single_xg_news .item-box{
    padding-bottom: .3rem;
	border-bottom: .02rem dashed #E6E6E6;
	margin-bottom: .32rem;
}
.single_xg_news .item-box .thum{
	width: 100%;
	height: 3.6rem;
	overflow: hidden;
}
.single_xg_news .item-box .time{
	display: block;
	width: 2rem;
	height: .4rem;
	line-height: .36rem;
	background: linear-gradient(90deg, rgba(134, 116, 211, 0.18) 0%, rgba(134, 116, 211, 0) 100%);
	border-radius: 1.98rem;
	font-size: .24rem;
	color: var(--pm-c);
	padding-left: .1rem;
	margin-top: .28rem;
}
.single_xg_news .item-box .time::before {
	content: '';
	display: inline-block;
	width: .28rem;
	height: .28rem;
	vertical-align: text-bottom;
	margin-right: .08rem;
	background: url(../images/time_.png) no-repeat left / contain;
  }
.single_xg_news .item-box .title{
	font-size: .32rem;
	color: #1A1A1A;
	font-weight: bold;
	margin-top: .22rem;
}
.single_xg_news .item-box .title a{
	color: #1A1A1A;
}
.single_xg_news .item-box .desc{
	font-size: .24rem;
	color: #999;
	line-height: .52rem;
	margin-top: .2rem
}
.single_xg_news .item{
	margin-bottom: .64rem;
}
.single_xg_news .item{
	margin-bottom: .34rem;
}
.single_xg_news .item .thum{
	margin-left: .3rem;
	width: 2.2rem;
	height: 1.48rem;
	overflow: hidden;
}
.single_xg_news .item .time{
	display: block;
	width: 2rem;
	height: .4rem;
	line-height: .36rem;
	background: linear-gradient(90deg, rgba(134, 116, 211, 0.18) 0%, rgba(134, 116, 211, 0) 100%);
	border-radius: 1.98rem;
	font-size: .24rem;
	color: var(--pm-c);
	padding-left: .1rem;
}
.single_xg_news .item .time::before {
	content: '';
	display: inline-block;
	width: .28rem;
	height: .28rem;
	vertical-align: text-bottom;
	margin-right: .08rem;
	background: url(../images/time_.png) no-repeat left / contain;
  }
.single_xg_news .item .title{
	font-size: .28rem;
	color: #1A1A1A;
	margin-top: .24rem;
}
.single_xg_news .item .title a{
	color: #1A1A1A;
}
.single_xg_news .item .desc{
	font-size: .24rem;
	color: #999;
	margin-top: .22rem
}
/* 手游攻略 */
.single_game_gl .list li {
	padding-left: 0;
	line-height: .48rem;
	margin-bottom: .24rem;
}

.single_game_gl .list li::before {
	display: none;
}
.single_game_gl .list li .tag {
	width: .84rem;
	height: .48rem;
	line-height: .48rem;
	font-size: .24rem;
	color: #999999;
	text-align: center;
	margin-right: .2rem;
	background: url("../images/gl_bg.png") no-repeat center / contain;
}
/* 最新专辑 */
.single_new_album .item {
	margin-bottom: .36rem;
}

.single_new_album .album_item {
	background: #F7F7F7;
	border-radius: .24rem;
	padding: .3rem;
}

.single_new_album .album_item .items-top .title {
	font-weight: bold;
	font-size: .32rem;
	font-weight: bold;
	color: #1A1A1A;
}

.single_new_album .album_item .items-top .title a {
	color: #1A1A1A;
}

.single_new_album .album_item .items-top .num {
	font-size: .24rem;
	color: #999999;
}

.single_new_album .album_item .items-btm {
	margin-top: .36rem;
}

.single_new_album .album_item .items-btm .thum {
	width: 1.12rem;
	height: 1.12rem;
	border-radius: 1.98rem;
	overflow: hidden;
}

.single_new_album .album_item .items-btm .more {
	display: block;
	width: .6rem;
	height: 1.12rem;
	padding: .1rem .16rem;
	box-sizing: border-box;
	text-align: center;
	background: rgba(134, 116, 211, 0.2);
	border-radius: .2rem;
	font-size: .24rem;
	color: #1A1A1A;
}
.single_new_album .album_list .list{
	margin-top: .2rem;
}
.single_new_album .album_list .list li {
	padding-left: 0;
}

.single_new_album .album_list .list li::before {
	display: none;
}

.single_new_album .album_list .tag {
	width: .84rem;
	height: .48rem;
	line-height: .48rem;
	font-size: .24rem;
	color: #999999;
	text-align: center;
	margin-right: .2rem;
	background: url("../images/gl_bg.png") no-repeat center / contain;
}
/* 精选礼包 */
.single_jx_gift .item {
	background: #FFFFFF url('../images/jxlb_bg.png') no-repeat right bottom;
	background-size: 3rem 2.52rem;
	border-radius: .2rem;
	padding: .24rem .3rem;
	border: .02rem solid #EBEBEB;
	text-align: center;
	margin-bottom: .36rem;
}

.single_jx_gift .item .icon {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .36rem;
	overflow: hidden;
	margin: 0 auto .2rem;
}

.single_jx_gift .item .title {
	font-weight: bold;
	font-size: .28rem;
	color: #1A1A1A;
	line-height: .44rem;
	margin: 0 auto .2rem;
}

.single_jx_gift .item .title a {
	color: #1A1A1A;
}

.single_jx_gift .item .get {
	display: block;
	width: 1.2rem;
	height: .56rem;
	line-height: .56rem;
	background: var(--pm-c);
	border-radius: 1.98rem;
	color: #fff;
	font-size: .28rem;
	text-align: center;
	margin: 0 auto;
}
.single_jx_gift .list li{
	padding-left: 0;
}
.single_jx_gift .list li::before{
	display: none;
}
.single_jx_gift .list li .tag {
	width: 42px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #999999;
	text-align: center;
	margin-right: 10px;
	background: url('../images/gl_bg.png') no-repeat center/contain;
}
.single_jx_gift .list .get {
	font-size: .28rem;
	color: var(--pm-c);
	margin-left: .2rem;
}

/* 更多礼包 */
.single_more_gift .item{
	border-bottom: .02rem dashed #E6E6E6;
	padding-bottom: .2rem;
	margin-bottom: .2rem;
}
.single_more_gift .item:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.single_more_gift .item .icon{
	width: .6rem;
	height: .6rem;
	border-radius: .12rem;
	overflow: hidden;
}
.single_more_gift .item .title{
	font-size: .28rem;
	color: #1A1A1A;
}
.single_more_gift .item .title a{
    color: #1A1A1A;
}
.single_more_gift .item .get{
	font-size: .28rem;
	color: var(--pm-c);
}

/* 相关礼包 */
.single_game_gift .itemBox{
	padding-top: 0rem;
}
.single_game_gift .itemBox .item:nth-last-child(2){
	margin-bottom: .32rem;
	padding-bottom: .32rem;
	border-bottom: .02rem solid #F2F2F2;
}
.single_game_gift .itemBox .item:last-child{
	border: none;
	padding-bottom: 0;
}
/* 相关资讯 */
.single_xg_zx .itembox{
	margin-bottom: .2rem;
    overflow-x: scroll;
}
.single_xg_zx .item {
	position: relative;
	overflow: hidden;
	min-width: 3.6rem;
	background: #F7F7F7;
	border-radius: .2rem;
	padding: .24rem;
	box-sizing: border-box;
	margin-right: .4rem;
}

.single_xg_zx .item .thum {
	width: 3.12rem;
	height: 1.6rem;
	overflow: hidden;
}

.single_xg_zx .item .title {
	font-size: .28rem;
	color: #1A1A1A;
	margin: .2rem auto .16rem;
	text-align: center;
}

.single_xg_zx .item .title a {
	color: #1A1A1A;
}

.single_xg_zx .item .desc {
	font-size: .24rem;
	color: #999;
	text-align: center;
}

.single_xg_zx .item .time {
	display: inline-block;
	height: .44rem;
	line-height: .44rem;
	background: var(--pm-c);
	padding: 0 .14rem;
	border-radius: .2rem 0 .2rem 0rem;
	text-align: center;
	color: #fff;
	font-size: .24rem;
	position: absolute;
	left: 0;
	top: 0;
}
/* 更多排行 */
.single_more_rank ul li {
	padding-left: 0;
}

.single_more_rank ul li::before {
	display: none;
}

.single_more_rank ul li .tag {
	width: .84rem;
	height: .48rem;
	line-height: .48rem;
	font-size: .24rem;
	color: #999999;
	text-align: center;
	margin-right: .2rem;
	background: url("../images/gl_bg.png") no-repeat center / contain;
}

.single_more_rank ul li .title {
	font-size: .28rem;
	color: #1A1A1A;
}

.single_more_rank ul li .title a {
	color: #1A1A1A;
}

.single_more_rank ul li .hits {
	font-size: .24rem;
	color: #999999;
	margin-left: .2rem;
	padding-left: .36rem;
	background: url('../images/icon_hits.png') no-repeat left/contain;
	background-size: .28rem;
}


/* 产业资讯 */
.single_cy_zx ul li {
	margin-bottom: .56rem;
	padding-left: 1.1rem;
}
.single_cy_zx ul li:last-child{
	margin-bottom: .3rem !important;
}
.single_cy_zx ul li::before {
	content: '产业资讯';
	display: inline-block;
	width: .92rem;
	height: .92rem;
	font-size: .24rem;
	color: #999999;
	padding: .16rem .2rem;
	box-sizing: border-box;
	margin-right: .16rem;
	border-radius: 0;
	background: url('../images/cyzx_bg.png') no-repeat center/cover;
}

.single_cy_zx ul li .title {
	font-size: .28rem;
	color: #1A1A1A;
}

.single_cy_zx ul li .desc {
	font-size: .24rem;
	color: #999999;
	margin-top: .24rem;
}

.single_cy_zx ul li .time {
	font-size: .24rem;
	color: #999999;
	height: .6rem;
	line-height: .6rem;
	border-left: .02rem solid #f2f2f2;
	padding-left: .3rem;
	margin-left: .3rem;
}

/* 热门手游 */
.single_hot_game .item {
	margin-top: .4rem;
}

.single_hot_game .item .icon {
	width: 1.28rem;
	height: 1.28rem;
	border-radius: .24rem;
	overflow: hidden;
	margin-right: .24rem;
}

.single_hot_game .item .title {
	font-size: .28rem;
	color: #1A1A1A;
	max-width: 4rem;
}

.single_hot_game .item .title a {
	color: #1A1A1A;
}

.single_hot_game .item .tag {
	font-size: .24rem;
	color: var(--pm-c);
	margin-left: .2rem;
	min-width: 1.2rem;
	height: .44rem;
	line-height: .44rem;
	background: url("../images/game_type.png") no-repeat right / cover;
	padding-left: .06rem;
	box-sizing: border-box;
}

.single_hot_game .item .score {
	font-size: .24rem;
	color: #F48319;
	padding-left: .36rem;
	background: url("../images/icon_score.png") no-repeat left / contain;
	background-size: .28rem;
	margin-right: .06rem;
}

.single_hot_game .item .desc {
	font-size: .24rem;
	color: #999;
}
/* 热门攻略 */
.single_hot_gl .item .thum {
	width: 3.28rem;
	height: 1.8rem;
}

.single_hot_gl .uk-width-1-2 {
	position: relative;
	margin-left: .02rem;
	width: 49.5%;
}

.single_hot_gl .uk-width-1-2::before {
	content: 'Hot';
	display: inline-block;
	width: .8rem;
	height: .48rem;
	line-height: .48rem;
	text-align: center;
	font-size: .24rem;
	color: #fff;
	position: absolute;
	top: .08rem;
	left: .22rem;
	z-index: 11;
	background: url('../images/gl_hot_bg.png') no-repeat center/contain;
}

.single_hot_gl .item .title {
	font-size: .28rem;
	color: #1A1A1A;
	text-align: center;
	margin-top: .24rem;
}

.single_hot_gl .item .title a {
	color: #1A1A1A;
}

.single_hot_gl ul {
	border-top: .02rem dashed #E6E6E6;
	padding-top: .28rem;
	margin-top: .28rem;
}
/* 搜索结果 */
.search_result .result .title {
	font-size: .32rem;
	color: #4D4D4D;
	margin-bottom: .36rem;
	padding-top: .2rem;
}
.search_result .list_game .itemBox{
  background: none;
  padding-top: 0;
}
.search_result .list_game .itemBox .item{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.search_result .list_game .itemBox .item:last-child{
	border: none;
	padding-bottom: 0;
}
/* 404、500 */
.error {
	padding: 1.86rem 0;
	box-sizing: border-box;
}

.error .img {
	width: 4rem;
	height: 4rem;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.error .text {
	font-size: .28rem;
	color: #999;
	text-align: center;
	margin: .2rem 0 .38rem;
}

.error .goHome {
	display: block;
	font-size: .28rem;
	color: #fff;
	width: 2.2rem;
	height: .8rem;
	line-height: .78rem;
	background: var(--pm-c);
	border-radius: 1.98rem;
	text-align: center;
	margin: 0 auto;
}

/* 关于我们 */
.page {
	overflow: hidden;
}

.page .game_nav {
	position: relative;
	padding-bottom: .4rem;
}

.page .game_nav ul {
	margin-left: 0rem;
}

.page .game_nav ul li {
	position: relative;
	border: none;
}

.page .game_nav ul li a {
	border: none;
	line-height: .62rem;
}

.page .game_nav ul li.active a{
	border-radius: 0;
	border: none;
	color: var(--pm-c);
	background-color: none;
	background: url('../images/nav_active.png') no-repeat center/contain;
}

.page .page_content {
	margin-bottom: .3rem;
}

.page_content h2,
.page_content h3 {
	font-size: .28rem;
	color: #1A1A1A;
	font-weight: bold;
	margin-bottom: .2rem;
}

.page .page_content p {
	font-size: .28rem;
	color: #666;
	line-height: .56rem;
	text-indent: 2em;
}

/* 网站地图 */
.page_sitemap .page_content .content .uk-width-1-4.uk-grid-margin {
	margin-top: 0.2rem;
}

.page_sitemap .page_content .content .title {
	font-size: .24rem;
	color: #4D4D4D;
}

.page_sitemap .page_content .content .title a {
	display: block;
	font-size: .24rem;
	color: #4D4D4D;
	min-width: 1.6rem;
	height: .6rem;
	line-height: .6rem;
	background: #f7f7f7;
	border-radius: .06rem;
	text-align: center;
	padding: 0 .1rem;
}

.page_sitemap .page_content .item {
	margin-bottom: .6rem;
}

/* 开服表 */
.kaifu {}

.kaifu_dropdown {
	margin-left: -.24rem;
	margin: .32rem 0;
} 

.kaifu_dropdown li {
	padding-left: .24rem;
}

.kaifu_dropdown li .item {
	height: .64rem;
	line-height: .64rem;
}

.kaifu_dropdown .btn {
	position: relative;
	display: inline-block;
	font-size: .28rem;
	color: #999;
	width: 100%;
	padding-right: .3rem;
	border: none;
	background-color: transparent;
	box-sizing: border-box;
	text-align: center;
}

.kaifu_dropdown .btn::after {
	position: absolute;
	display: block;
	content: "";
	width: .32rem;
	height: .32rem;
	background: url("../images/kf_down_select.png") no-repeat center/contain;
	right: .24rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}

.kaifu_dropdown li.active .item {
	border-color: var(--pm-c);
}

.kaifu_dropdown li.active .item .btn {
	color: var(--pm-c);
}

.kaifu_dropdown li.active .btn::after {
	background: url("../images/kf_down_select.png") no-repeat center/contain;
}

.kaifu_dropdown .uk-dropdown {
	padding: .1rem
}

.kaifu_dropdown li a {
	font-size: .26rem;
	color: #666;
}

.kaifu_dropdown .uk-dropdown-nav>li.uk-active>a,
.kaifu_dropdown .uk-dropdown-nav>li>a:hover {
	color: var(--pm-c);
}

.kaifu .kaifu_warp .item {
	position: relative;
	margin-bottom: 0.32rem;
	padding-bottom: .32rem;
	border-bottom: .02rem solid #F2F2F2;
}

.kaifu .kaifu_warp .item:last-child {
	margin-bottom: 0;
	border: none;
}

.kaifu_warp .item .thum {
	position: relative;
	width: 1.24rem;
	height: 1.24rem;
	border-radius: .3rem;
	margin-right: .2rem;
}

.kaifu .kaifu_warp .item .titleBox {
	margin-bottom: .12rem;
}

.kaifu_warp .item .txtBox .titleBox .title {
	font-size: .28rem;
	color: #1a1a1a;
	max-width: 3.5rem;
}

.kaifu_warp .item .txtBox .titleBox .title a {
	color: #1a1a1a;
}

.kaifu .kaifu_warp .item .txtBox .titleBox .tag {
	margin-left: 0.12rem;
}

.kaifu .kaifu_warp .item .txtBox .titleBox span {
	position: relative;
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	border-radius: .06rem;
	margin-right: .1rem;
}

.kaifu .kaifu_warp .item .txtBox .titleBox .pg {
	background: #BFBFBF url("../images/kf_ios.png") no-repeat center/contain;
	background-size: .24rem;
}

.kaifu .kaifu_warp .item .txtBox .titleBox .az {
	background: #BFBFBF url("../images/kf_az.png") no-repeat center/contain;
	background-size: .24rem;
}

.kaifu .kaifu_warp .item .txtBox .titleBox .pg_ {
	background: var(--pm-c) url("../images/kf_ios.png") no-repeat center/contain;
	background-size: .24rem;
}

.kaifu .kaifu_warp .item .txtBox .titleBox .az_ {
	background: #89BE55  url("../images/kf_az.png") no-repeat center/contain;
	background-size: .24rem;
}

.kaifu .kaifu_warp .item .name {
	font-size: .24rem;
	color: #999;
}

.kaifu .kaifu_warp .item .startTime {
	font-size: .24rem;
	color: #999;
	margin-top: 0.12rem;
}

.kaifu .kaifu_warp .item .startTime span {
	color: var(--pm-c);
}

.kaifu_warp .itemBox .item .down {
	position: relative;
	display: block;
	width: 1.36rem;
	height: .64rem;
	line-height: .64rem;
	font-size: .28rem;
	color: var(--pm-c);
	border-radius: 1.98rem;
    border: .02rem solid var(--pm-c);
	text-align: center;
}