:root {
	--pm-c: #5B77EA;
}

/*隐藏类*/
.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: .4rem 0
}

#app_info li {
	display: inline-block;
    width: 100%;
    color: #4D4D4D;
    font-size: .26rem;
    /* margin: .2rem 0; */
}
#app_info li:nth-of-type(-n + 2){
	width: 49%;
}

#app_info li b {
	cursor: pointer;
    color: #4D4D4D;
    font-size: .26rem;
    font-weight: normal;
}
#app_info li .quanxian{
	border-bottom: .02rem solid #4D4D4D;
	height: .32rem;
    display: inline-block;
}

#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: 10.4rem;
	margin: auto;
	margin-top: 2rem;
	border-radius: .16rem;
	overflow: hidden;
}

#app_info_cover .app_info_title {
	background: #5CA8F6;
	font-size: .4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1rem;
}

#app_info_cover .app_info_body {
	padding: .4rem;
	height: 6.4rem;
	overflow-y: scroll;
	text-align: left;
}

#app_info_cover .app_info_close {
	margin: .4rem;
	font-size: .34rem;
	color: #fff;
	background: #5CA8F6;
	line-height: .96rem;
	border-radius: .4rem;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-top: .6rem;
}

@media (max-width: 15.2rem) {
	#app_info li {
		width: 100%;
		margin-top: .2rem;
	}

	#app_info_cover .app_info_main {
		width: 98%;
	}

	#app_info_cover .app_info_close {
		font-size: .32rem;
		line-height: .84rem;
	}
}

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 {
	text-decoration: none;
	background: none;
	font-size: inherit;
	color: inherit;
	transition: all .2s ease-out;
}

a:hover {
	color: var(--pm-c);
	text-decoration: none;
}

ul,
li,
ol {
	list-style: none;
}

:focus {
	outline: none;
}

/*点击高亮我们需要清除  设置为transparent 完成透明*/
* {
	-webkit-tap-highlight-color: transparent;
}

/*禁用长按页面时的弹出菜单*/
img,
a {
	-webkit-touch-callout: none;
}

/* 去掉滑动条 */
::-webkit-scrollbar {
	display: none
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset.12remrgba(0, 0, 0, 0.3); */
	border-radius: .2rem;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: .2rem;
	background: rgba(0, 0, 0, 0.1);
	/* -webkit-box-shadow: inset.12remrgba(0, 0, 0, 0.5); */
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 0, 0, 0.4);
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: 6px;
}

.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;
}

body {
	font-size: .24rem;
	line-height: 1.5;
	color: #333;
	background-color: #F7F7F7;
	width: 7.5rem;
	min-width: 6.4rem;
	max-width: 15rem;
	margin: 0 auto;
	letter-spacing: .5px;
}

/*图片高清*/
img {
	border: 0;
	display: block;
	width: 100%;
	height: 100%;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	object-fit: cover;
	transition: all .3s ease-out;
}

a.title {
	display: block;
}

/*边框样式*/
.b-a {
	border: .02rem solid #E5E5E5 !important;
}

.b-b {
	border-bottom: .02rem solid #E5E5E5 !important;
}

.b-t {
	border-top: .02rem solid #E5E5E5 !important;
}

.b-l {
	border-left: .02rem solid #E5E5E5 !important;
}

.b-r {
	border-right: .02rem solid #E5E5E5 !important;
}

/* 虚线上边框 */
.b-t-dashed {
	border-top: .02rem dashed #E5E5E5 !important;
}

/* 虚线下边框 */
.b-b-dashed {
	border-bottom: .02rem dashed #E5E5E5 !important;
}

/* 内边距  */
.p-a-0 {
	padding: 0rem;
}

.p-a-5 {
	padding: .1rem;
}

.p-a-10 {
	padding: .2rem;
}

.p-a-15 {
	padding: .3rem;
}

.p-a-20 {
	padding: .4rem;
}

.p-a-25 {
	padding: .5rem;
}

.p-a-30 {
	padding: .6rem;
}

/* 内上边距 */
.p-t-0 {
	padding-top: 0rem !important;
}

.p-t-5 {
	padding-top: .1rem;
}

.p-t-10 {
	padding-top: .2rem;
}

.p-t-15 {
	padding-top: .3rem;
}

.p-t-20 {
	padding-top: .4rem;
}

.p-t-30 {
	padding-top: .6rem !important;
}

/* 内下边距 */
.p-b-0 {
	padding-bottom: 0rem !important;
}

.p-b-5 {
	padding-bottom: .1rem;
}

.p-b-10 {
	padding-bottom: .2rem;
}

.p-b-15 {
	padding-bottom: .3rem;
}

.p-b-20 {
	padding-bottom: .4rem;
}

.p-b-30 {
	padding-bottom: .6rem !important;
}

/* 内右边距 */
.p-r-0 {
	padding-right: 0rem;
}

.p-r-5 {
	padding-right: .1rem;
}

.p-r-10 {
	padding-right: .2rem;
}

.p-r-15 {
	padding-right: .3rem;
}

.p-r-20 {
	padding-right: .4rem;
}

.p-r-30 {
	padding-right: .6rem;
}

/* 内左边距 */
.p-l-0 {
	padding-left: 0rem;
}

.p-l-5 {
	padding-left: .1rem;
}

.p-l-10 {
	padding-left: .2rem;
}

.p-l-15 {
	padding-left: .3rem;
}

.p-l-20 {
	padding-left: .4rem;
}

.p-l-30 {
	padding-left: .6rem;
}

/*圆角样式*/
.b-r-4 {
	border-radius: .08rem !important;
}

.b-r-6 {
	border-radius: .12rem !important;
}

.b-r-8 {
	border-radius: .16rem !important;
}

.b-r-10 {
	border-radius: .2rem !important;
}

.b-r-12 {
	border-radius: .24rem !important;
}

.b-r-24 {
	border-radius: .48rem !important;
}

/* 上外边距 */
.m-t-0 {
	margin-top: 0rem !important;
}

.m-t-5 {
	margin-top: .1rem !important;
}

.m-t-10 {
	margin-top: .2rem !important;
}

.m-t-15 {
	margin-top: .3rem !important;
}

.m-t-20 {
	margin-top: .4rem !important;
}

.m-t-25 {
	margin-top: .5rem !important;
}

.m-t-30 {
	margin-top: .6rem !important;
}

.m-t-35 {
	margin-top: .7rem !important;
}
.m-t-40 {
	margin-top: .8rem !important;
}

/* 下外边距 */
.m-b-0 {
	margin-bottom: 0rem !important;
}

.m-b-5 {
	margin-bottom: .1rem !important;
}

.m-b-10 {
	margin-bottom: .2rem !important;
}

.m-b-15 {
	margin-bottom: .3rem !important;
}

.m-b-20 {
	margin-bottom: .4rem !important;
}

.m-b-25 {
	margin-bottom: .5rem !important;
}

.m-b-30 {
	margin-bottom: .6rem !important;
}
.m-b-35 {
	margin-bottom: .7rem !important;
}
.m-b-40 {
	margin-bottom: .8rem !important;
}

/* 左外边距 */
.m-l-0 {
	margin-left: 0rem !important;
}

.m-l-5 {
	margin-left: .1rem !important;
}

.m-l-10 {
	margin-left: .2rem !important;
}

.m-l-15 {
	margin-left: .3rem !important;
}

.m-l-20 {
	margin-left: .4rem !important;
}

.m-l-25 {
	margin-left: .5rem !important;
}

.m-l-30 {
	margin-left: .6rem !important;
}

/* 右外边距 */
.m-r-0 {
	margin-right: 0rem !important;
}

.m-r-5 {
	margin-right: .1rem !important;
}

.m-r-10 {
	margin-right: .2rem !important;
}

.m-r-15 {
	margin-right: .3rem !important;
}

.m-r-20 {
	margin-right: .4rem !important;
}

.m-r-30 {
	margin-right: .6rem !important;
}
.m-r-40 {
	margin-right: .8rem !important;
}

/* 溢出2行省略号 */
.line-2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

/* 溢出3行省略号 */
.line-3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

/* 溢出4行省略号 */
.line-4 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
}

/*伪类居中*/
/* 增加伪类 前置 */
.before-middle {
	position: relative;
}

.before-middle::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

/* 增加伪类 后置 */
.after-middle {
	position: relative;
}

.after-middle::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.after-center {
	position: relative;
}

.after-center::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

/*默认图标尺寸*/
.item .icon {
	margin: 0 auto;
	overflow: hidden;
}

.item .icon img {
	width: 100%;
	height: 100%;
}

/* 默认缩略图尺寸 */
.item .thumb img {
	width: 100%;
	height: 100%;
}

.item .thumb a,
.item .icon a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

/* .item:hover .title, */
.list:hover .title,
ul li:hover .title {
	color: var(--pm-c);
}

.item .title:hover {
	color: var(--pm-c);
}

/* 默认的一些文字大小和颜色 */
.info {
	flex: 1;
	overflow: hidden;
}

.info .title {
	font-size: .28rem;
	color: #1A1A1A;
	display: block;
}

.info .text,
.info .time {
	font-size: .24rem;
	color: #999;
}

.title {
	display: block;
	font-size: .28rem;
	color: #1A1A1A;
}
.title_{
	color: #666;
	display: block;
	font-size: .28rem;
}

.text,
.time,
.type,
.desc,
.size,
.num {
	font-size: .24rem;
	color: #999;
}
/* 评分 */
.score {
	font-size: .24rem;
	color: var(--pm-c);
	background: url(../images/score.png) no-repeat left / contain;
	background-size: .27rem;
	padding-left: .32rem;
}

.down {
	display: block;
	text-align: center;
	letter-spacing: .02rem;
}

/*分页*/
.pagination {
	padding: 1.1rem 0 .8rem;
	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 .page-link {
	display: block;
	padding: .06rem .18rem;
	border: .02rem solid transparent;
}

.pagination li a {
	display: inline-block;
	color: #999;
}

.pagination li:last-child {
	display: inline-block;
}

/* 公共列表样式 */
.list-container {
	overflow: hidden;
}

.list-container li {
	margin-top: .28rem;
}

.list-container li .title {
	font-size: .28rem;
	color: #1A1A1A;
}

.list-container li .time {
	font-size: .24rem;
	color: #999;
	margin-left: .1rem;
}

/* 图标 */
.list-container li .dot {
	display: block;
	width: .4rem;
	height: .4rem;
	background: url('../images/home_gift.png') no-repeat center/contain;
	margin-right: .2rem;
}

/* 圆点 */
.list-container li .dot_ {
	display: block;
	width: .08rem;
	height: .08rem;
	background-color: #E6E6E6;
	border-radius: 50%;
	margin-right: .2rem;
}

/* 类别 */
.list-container li .tag {
	font-size: .24rem;
	letter-spacing: .02rem;
	color: #999999;
	margin-right: .2rem;
}

/* 序号 */
.list-container li .order{
	width: .4rem;
	height: .4rem;
	background: #E3E3E3;
	text-align: center;
	line-height: .4rem;
	margin-right: .2rem;
}

/* 评分图标 */
/* 评分 */
.star {
	height: .28rem;
	width: 1.36rem;
	display: inline-block;
	background: url(../images/star_.png) repeat-x left / contain;
	vertical-align: text-top;
}

.star:before {
	content: "";
	display: block;
	background: url(../images/score.png) repeat-x left / contain;
	height: .28rem;
}

.star-1:before {
	width: .3rem;
}

.star-2:before {
	width: .56rem;
}

.star-3:before {
	width: .84rem;
}

.star-4:before {
	width: 1.12rem;
}

.star-5:before {
	width: 1.36rem;
}
/* 平台 安卓 苹果 图标显示 */
.platform i{
	display: inline-block;
	width: .32rem;
	height: .32rem;
	border-radius: .06rem;
	padding: .04rem;
	box-sizing: border-box;
	margin: 0;
}
.platform .az{
	background: #1DC86A url(../images/az.png) no-repeat center / contain;
	background-size: .24rem;
}
.platform .az_{
	background: #BFBFBF url(../images/az.png) no-repeat center / contain;
	background-size: .24rem;
}
.platform .ios{
	background: var(--pm-c) url(../images/ios.png) no-repeat center / contain;
	background-size: .24rem;
}
.platform .ios_{
	background: #BFBFBF url(../images/ios.png) no-repeat center / contain;
	background-size: .24rem;
}
/* 公共标题 */
.module-title {
	position: relative;
}

.module-title .title {
	font-weight: bold;
	font-size: .4rem;
	color: #1A1A1A;
	padding-left: .48rem;
	background: url('../images/module_title_icon.png') no-repeat left/contain;
	background-size: .44rem .44rem;
}

.module-title .more {
	display: block;
	color: #999999;
	font-size: .24rem;
	margin-left: .1rem;
	padding-right: .42rem;
	background: url('../images/more_icon.png') no-repeat right/contain;
	background-size: .32rem .32rem;
}

/* .module-title .title::before {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url('../images/module_title_icon.png') no-repeat left/contain;
	left: 0;
} */

/* 列表页公共样式 */
/* 菜单栏 */
.menu_nav{
	border-radius: .12rem;
	border: .02rem solid rgba(91,119,234,0.5);
	padding: 0 .2rem .2rem .08rem;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.menu_nav li{
	height: .58rem;
	line-height: .58rem;
	text-align: center;
	background: #F6F8FA;
	border-radius: .12rem;
	box-sizing: border-box;
	margin-left: .12rem;
	margin-top: .2rem;
}
.menu_nav li a{
	width: 100%;
	display: inline-block;
	font-size: .28rem;
	color: #595959;
	padding: 0 .19rem;
}
.menu_nav_ li{
	width: 1.56rem;
}
.menu_nav_ li a{
	padding: 0;
}
.menu_nav li.active{
	background-color: var(--pm-c);
}
.menu_nav li.active a{
	color: #fff;
}
.menu_nav_ li{
	margin-left: .1rem;
}


/* 头尾 */
.header {
	width: 100%;
	background: url('../images/header_bg.png') no-repeat center/cover;
	padding: .3rem .24rem .2rem;
	box-sizing: border-box;
}
.header .logo {
	width: auto;
	height: .6rem;
}

.search {
	width: 2.8rem;
	height: .6rem;	
	border-radius: .08rem;
	overflow: hidden;
	display: flex;
	margin-left: .2rem;
	background: #fff;
	padding: 0 .26rem 0 .6rem;
	box-sizing: border-box;
	border: .02rem solid #fff;
	position: relative;
}

.search .search_input {
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: .24rem;
	color: #888;
	box-sizing: border-box;
}
.search .search_btn {
	display: inline-block;
	width: .32rem;
	height: .32rem;
	cursor: pointer;
	border: 0;
	background: url('../images/search.png') no-repeat center/contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: .2rem;
}

input::-webkit-input-placeholder {
	font-size: .24rem;
	color: #999;
}

input::-moz-placeholder {
	font-size: .24rem;
	color: #999;
}

.header .nav {
	width: 100%;
	overflow: auto hidden;
	margin-top: .3rem;
}

.header .nav li {
	flex-shrink: 0;
	/* min-width: 1.5rem; */
	/* text-align: center; */
	height: .56rem;
	line-height: .56rem;
	padding: 0 .3rem;
	box-sizing: border-box;
}
/* .header .nav li.active{
	border-bottom: 3px solid #fff;
} */
.header .nav li a {
	font-size: .28rem;
	color: #FFFFFF;
	display: inline-block;	
}

.header .nav li.active{
	background-color: #fff;
	border-radius: 1.98rem;
}
.header .nav li.active a {
	color: var(--pm-c);
}

.footer {
	background-color: #1A1A1A;
	padding: .36rem .24rem;
	font-size: .24rem;
	color: #999;
	box-sizing: border-box;
	text-align: left;
}

.footer span,
.footer a {
	font-size: .24rem;
	color: #999;
}

.footer p {
	margin-top: .2rem;
}

.footer span:last-child,
.footer a:last-child {
	margin-right: 0;
}

.footer .name {
	color: #ccc;
}

.footer .aBox span,
.footer .aBox a {
	margin-right: .24rem;
	margin-bottom: .2rem;
	display: inline-block;
}

.footer .aBox a::after {
	content: '|';
	display: inline-block;
	color: #666;
	margin-left: .24rem;
}

.footer .aBox a:last-child::after {
	content: "";
}

.footer .footer_p {
	line-height: .68rem;
}
.company{
	font-weight: 400;
	font-size: .24rem;
	color: #CCCCCC;
}
/* 友情链接 */
.index-link ul {
	margin-left: -.24rem;
	margin-top: .16rem;
}

.index-link ul li {
	display: inline-block;
	margin-top: .24rem;
	margin-left: .24rem;
}

.index-link ul li a {
	display: inline-block;
	height: .5rem;
	line-height: .5rem;
	background: #FFFFFF;
	border-radius: .08rem;
	border: .02rem solid #E6E6E6;
	font-size: .24rem;
	color: #666666;
	letter-spacing: .02rem;
	padding: 0 .1rem;
	box-sizing: border-box;
}


/* .index-link ul li::after {
	content: '|';
	display: inline-block;
	color: #999;
	margin-left: .2rem;
}

.index-link ul li:last-child::after {
	display: none;
}

.index-link ul li:last-child::after {
	display: none;
} */

/* 公共菜单栏 */
.menu-nav{
	flex-wrap: wrap;
	margin-left: -0.18rem;
}
.menu-nav li{
	width: 3.36rem;
	height: .64rem;
	background: #F8F8F8;
	text-align: left;
	line-height: .64rem;
	border-radius: .6rem;	
	margin-bottom: .2rem;
	padding: 0 .28rem;
	box-sizing: border-box;
	margin-left: .18rem;
}
.menu-nav li.active{
	background: #F0FBFF;
}
.menu-nav .dot{
	width: .36rem;
	height: .36rem;
	background: var(--pm-c);
	border-radius: 50%;
	margin-right: .16rem;
}
.menu-nav .dot::before{
	width: .18rem;
	height: .18rem;
	display: inline-block;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/rank_icon.png) no-repeat left / contain;
}

/* 公共详情样式 */
.single-content {
	overflow: hidden;
}
.single .single_title {
	background: url(../images/single_title_bg.png) no-repeat center / contain;
	font-weight: bold;
	font-size: .36rem;
	color: var(--pm-c);
	width: 2.52rem;
	height: .88rem;
	line-height: 1.08rem;
	letter-spacing: .02rem;
	text-align: center;
	margin: .36rem auto .4rem;
	text-indent: .3rem;
}
.single .single_content h2,
.single .single_content h3 {
	background: url(../images/single_h1_icon.png) no-repeat left / contain;
	background-size: .28rem;
	padding-left: .36rem;
	font-weight: bold;
	font-size: .32rem;
	color: #1A1A1A;
	margin: .4rem 0 .24rem;
}

.single_content p {
	/* text-indent: 2em; */
	font-size: .28rem;
	line-height: .6rem;
	letter-spacing: .01rem;
	color: #666666;
}

.single_content img {
	display: block;
	max-width: 90%;
	margin: .1rem auto;
}

.single_content title {
	height: .8rem;
	line-height: .8rem;
	background: #FDF1F1 url('../images/single_content_title.png') no-repeat .2rem/contain;
	border-radius: .16rem;
	padding-left: .56rem;
	font-size: .36rem;
	font-weight: bold;
	line-height: .8rem;
	letter-spacing: .01rem;
	color: #1A1A1A;
	margin-bottom: .3rem;
}

/* .single-news .single-header .title {
	font-weight: bold;
	font-size: .32rem;
	line-height: .4rem;
	color: #333333;
	overflow: visible;
	text-overflow: inherit;
	white-space: wrap;
	margin-top: .6rem;
	text-align: center;
}

.single-news .single-header .info {
	display: flex;
	justify-content: space-between;
	border-bottom: .02rem solid #eeeeee;
	padding-bottom: .36rem;
	margin-bottom: .36rem;
	margin-top: .5rem;
}

.single-news .info span {
	font-size: .24rem;
	line-height: .6rem;
	color: #999999;
	margin-right: .1rem;
}

.single-news .info span:nth-child(2) {
	margin-left: .1rem;
	margin-right: .1rem;
} */
/* 详情下载按钮 */
.single .down-btn {
	margin-top: .36rem;
}
.single .down-btn .ajax-btn {
	position: relative;
	display: block;
	font-size: .32rem;
	color: #fff;
	/* font-weight: bold; */
	/* border-radius: .8rem; */
	height: .9rem;
	line-height: .8rem;
	text-align: center;
	background: url('../images/game_xz_bg.png') no-repeat center/cover;
}

.single .down-btn .sy,
.single .down-btn .ios,
.single .down-btn .mob,
.single .down-btn .xz {
	background: url('../images/xz_bg.png') no-repeat center/cover;
}

.single .down-btn .lb {
	background: url('../images/lb_bg.png') no-repeat center/cover;
	margin-bottom: .28rem;
}

/* 单页  关于我们 */
.page{
	/* padding: 0 .3rem; */
}
.page_content{
	/* margin-bottom: .7rem; */
}
.page_nav{
	border-radius: .12rem;
	border: .02rem solid rgba(91,119,234,0.5);
	padding: 0 .2rem .2rem .08rem;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.page_nav li{
	width: 1.55rem;
	height: .58rem;
	line-height: .58rem;
	text-align: center;
	background: #F6F8FA;
	border-radius: .12rem;
	box-sizing: border-box;
	margin-left: .12rem;
	margin-top: .2rem;
}
.page_nav li a{
	width: 100%;
	display: inline-block;
	font-size: .28rem;
	color: #595959;
	padding: 0 .19rem;
}
.page_nav li.active{
	background-color: var(--pm-c);
}
.page_nav li.active a{
	color: #fff;
}
.page .page_title {
	font-weight: bold;
	font-size: .28rem;
	color: #1A1A1A;
	margin-top: .4rem;
	display: inline-block;
}
.page_content ul{
	margin-left: -0.2rem;
}
.page_content ul li{
	width: 1.6rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	border-radius: .12rem;
	border: .02rem solid #EBEBEB;
	margin-left: .2rem;
	margin-top: .12rem;
}
.page_content ul li a{
	width: 100%;
	font-size: .24rem;
	color: #4D4D4D;
	display: inline-block;
}
.page_content p{
	font-size: .28rem;
	color: #666666;
	line-height: .56rem;
	letter-spacing: .01rem;
	margin-top: .4rem;
	/* text-indent: 2em;	 */
}
/* .page_content p:first-of-type{
	margin-top: .26rem;
} */
.page_content .page-rank li{
	max-width: initial;
}

/* 搜索页 */
.search_total{
	font-size: .32rem;
	color: #4D4D4D;
}

/* 404 500 错误页面 */
.page-error {
	min-height: 11.32rem;
	background-color: #fff;
	padding: 2.2rem 0;
}

.page-error img {
	width: 50%;
	margin: 2.45rem auto 1rem;
}
.page-error .page-404 {
	width: 3.4rem;
	height: 3.4rem;
	margin: 0 auto;
	background: url(../images/404.png) no-repeat center/contain;
}

.page-error .page-500 {
	width: 3.4rem;
	height: 3.4rem;
	margin: 0 auto;
	background: url(../images/500.png) no-repeat center/contain;
}

.page-error p {
	font-size: .28rem;
	color: #999;
	letter-spacing: .02rem;
	margin: .4rem 0 .3rem;
	line-height: .6rem;
}

.page-error a.go-home {
	width: 2.2rem;
	height: .8rem;
	line-height: .8rem;
	text-align: center;
	border-radius: .16rem;
	border: .02rem solid var(--pm-c);
	display: inline-block;
	font-size: .28rem;
	color: var(--pm-c);
}

/* 开服 */
.kaifu{
	padding: .24rem .4rem;
	box-sizing: border-box;
	background-color: #fff;
}
.kaifu_menu{
	padding: .3rem .4rem;
	background: #F7F7F7;
	box-sizing: border-box;
}

.kaifu_menu button{
	width: 2.16rem;
	height: .32rem;
	line-height: .32rem;
	font-size: .28rem;
	color: #999999;
	/* letter-spacing: .01rem; */
	background: url('../images/kaifu_drop.png') no-repeat 1.72rem/contain;
	background-size: .32rem;
	padding: 0 .24rem;
	box-sizing: border-box;
	/* text-align: left; */
	padding-right: .44rem;
	border: none;
}
.kaifu_menu .uk-dropdown{
	padding: .2rem;
}
.kaifu_menu ul li{
	padding-left: .2rem;
}
.kaifu_menu ul li a{
	font-size: .26rem;
	color: #333333;
}
.kaifu_menu ul li.uk-active{
	background: var(--pm-c);
}
.kaifu_menu ul li.uk-active a{
	color: #fff;
}
.kaifu_warp .item{
	border-bottom: .02rem solid #F2F2F2;
	padding-bottom: .32rem;
	box-sizing: border-box;
	padding-top: .32rem;
}
.kaifu_warp .item:last-of-type{
	border-bottom: none;
}
.kaifu_warp .item .icon{
	width: 1.24rem;
	height: 1.24rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.kaifu_warp .item .platform_box{
	padding-right: 0.9rem;
	box-sizing: border-box;
	position: relative;
	height: .4rem;
}
.kaifu_warp .item .title{	
	display: inline-block;
	box-sizing: border-box;
}
.kaifu_warp .item .down{
	width: 1.36rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	border-radius: .12rem;
	border: .02rem solid var(--pm-c);
	font-size: .28rem;
	color: var(--pm-c);
	margin-left: .2rem;	
}
.kaifu_warp .item .platform{
	width: .32rem;
    height: .32rem;
    display: inline-block;
    border-radius: .06rem;
    text-align: center;
    line-height: .32rem;
    vertical-align: bottom;
	position: absolute;
}
.kaifu_warp .item .name{
	margin: .06rem 0;
}
/* 开服 end*/


/* 首页 */
.module{
	padding: .38rem .24rem .56rem;
	margin-top: .2rem;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
.module:first-of-type{
	margin-top: 0;
}
/* 首页轮播图 */
.home_slide .slider {
	width: 100%;
	height: 3.8rem;
}

.home_slide .slider .slide {
	width: 100%;
	height: 100%;
	margin-left: 0;
}

.home_slide .slider li {
	padding-left: 0;
}

.home_slide .slider li .img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.home_slide .slider li .img span {
	position: absolute;
	left: 0;
	bottom: 0;
	height: .76rem;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	padding: 0 1.4rem 0 .24rem;
	display: block;
	width: 100%;
	line-height: .76rem;
	text-align: left;
	box-sizing: border-box;
	font-size: .28rem;
}

.home_slide .slider .slideNav {
	position: absolute;
	bottom: .28rem;
	right: .32rem;
}

.home_slide .slider .slideNav li {
	margin-right: .1rem;
	padding-left: 0;
}

.home_slide .slider .slideNav li:last-child {
	margin-right: 0;
}

.home_slide .slider .slideNav li a {
	width: .16rem;
	height: .16rem;
	background: #999;
	display: block;
	border-radius: 50%;
	border: none;
}

.home_slide .slider .slideNav li.uk-active a {
	background-color: var(--pm-c);
}

/* 每日推荐 */
.home_daily_tj{
	background: url(../images/tj_game_bg.png) no-repeat top / contain;
	background-size: 100% 100%;
	padding: 1.4rem .4rem .4rem;
	box-sizing: border-box;
	position: relative;
}
.home_daily_tj::before{
	content: "";
	display: inline-block;
	width: 1.44rem;
	height: 1.44rem;
	background: url(../images/tj_game_icon.png) no-repeat top / contain;
	position: absolute;
	left: .14rem;
	top: -0.28rem;
}
.home_daily_tj .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-bottom: .12rem;
}
.home_daily_tj .item .title{
	text-align: center;
}
/* 每日推荐 end*/

/* 最新资讯 */
.home_news_new li{
	margin-top: .4rem;
}
.home_news_new li .time{
	background: url(../images/home_time_icon.png) no-repeat left / contain;
	background-size: .28rem .28rem;
	padding-left: .32rem;
	margin-bottom: .22rem;
	margin-left: 0;
	display: inline-block;
}
.home_news_new li .thumb{
	width: 1.8rem;
	height: 1.08rem;
	margin-right: .3rem;
}
.home_news_new li .title{
	margin-bottom: .16rem;
}
.home_news_new li .desc{
	display: inline-block;
}
/* 最新资讯 end*/

/* 话题探讨 */
.home_ht_tt li{
	background: url(../images/httt_icon.png) no-repeat left / contain;
	background-position: left top;
	background-size: .36rem .36rem;
	padding-left: .52rem;
	margin-top: .5rem;
}
.home_ht_tt li{
	margin-top: .44rem;
}
.home_ht_tt li .text{
	padding: .12rem 0rem .12rem .2rem;
	box-sizing: border-box;
	background: linear-gradient( 90deg, #F6F5F5 0%, rgba(246,245,245,0) 100%);
	border-radius: .14rem;
	margin-top: .2rem;
}
/* 话题探讨 end*/

/* 手游下载 */
.home_game_down .item{
	border-bottom: .02rem solid #F2F2F2;
	padding-bottom: .32rem;
	margin-top: .32rem;
}
.home_game_down .item:first-of-type{
	margin-top: .4rem;
}
.home_game_down .item:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
}
.home_game_down .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.home_game_down .item .time{
	background: url(../images/home_time_icon_.png) no-repeat left / contain;
	background-size: .28rem;
	padding-left: .36rem;
}
.home_game_down .item .down{
	width: 1.36rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	border-radius: .12rem;
	border: .02rem solid var(--pm-c);
	font-size: .28rem;
	color: var(--pm-c);
	display: block;
	margin-left: .1rem;
	box-sizing: border-box;
}
/* 手游下载 end*/

/* 高分推荐 */
.home_tj .item{
	border-bottom: .02rem solid #F2F2F2;
	padding-bottom: .32rem;
	margin-top: .32rem;
}
.home_tj .item:nth-of-type(2){
	margin-top: .4rem;
}
.home_tj .item .thumb{
	width: 1.4rem;
	height: 1rem;
	margin-right: .3rem;
}
.home_tj .item .title{
	margin-bottom: .2rem;
}
.home_tj .item .score{
	font-weight: bold;
	font-size: .44rem;
	color: var(--pm-c);
	padding-left: .4rem;
	background: url(../images/tj_score.png) no-repeat left / contain;
	background-size: .32rem .32rem;
	margin-left: .2rem;
}
.home_tj li{
	height: .48rem;
	line-height: .48rem;
}
.home_tj li .tag{
	font-weight: 400;
	font-size: .28rem;
	color: var(--pm-c);
	padding-right: .24rem;
}
.home_tj li .tag::before{
	width: .08rem;
	height: .08rem;
	background: var(--pm-c);
	right: .02rem;
	border-radius: 50%;
}
.home_tj li .btn{
	display: inline-block;
	width: 1rem;
	height: .48rem;
	line-height: .48rem;
	text-align: center;
	background: #F2F2F2;
	border-radius: .12rem;
	font-size: .24rem;
	color: #999999;
	margin-left: .1rem;
}
/* 高分推荐 end*/

/* 应用软件 */
.home_app_down .item{
	border-bottom: .02rem solid #F2F2F2;
	padding-bottom: .32rem;
	margin-top: .32rem;
}
.home_app_down .item:first-of-type{
	margin-top: .4rem;
}
.home_app_down .item:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
}
.home_app_down .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.home_app_down .item .time{
	background: url(../images/home_time_icon_.png) no-repeat left / contain;
	background-size: .28rem;
	padding-left: .36rem;
}
.home_app_down .item .down{
	width: 1.36rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	border-radius: .12rem;
	border: .02rem solid var(--pm-c);
	font-size: .28rem;
	color: var(--pm-c);
	display: block;
	margin-left: .1rem;
	box-sizing: border-box;
}
/* 应用软件 end*/

/* 精选攻略 */
.home_gl_rank{
	position: relative;
	background: url(../images/home_gl_rank_bg.png) no-repeat top / cover;
	padding: .4rem;
	box-sizing: border-box;
	width: 100%;
    display: inline-block;
	box-shadow: 0rem .08rem .08rem 0rem rgba(0, 0, 0, 0.02);
}
.home_gl_rank::after{
	content: "";
	display: inline-block;
	background: url(../images/home_gl_rank_icon.png) no-repeat top / contain;
	width: 1.72rem;
	height: 1.72rem;
	position: absolute;
	right: 0rem;
	top: -0.2rem;
}
.home_gl_rank .h1{
	font-weight: bold;
	font-size: .4rem;
	color: #333333;
	padding-right: 1.32rem;
    box-sizing: border-box;
}
.home_gl_rank .text{
	font-size: .24rem;
	color: #8C8C8C;
	margin-top: .1rem;
	padding-right: 1.32rem;
    box-sizing: border-box;
}
.home_gl_rank ul li:first-of-type{
	margin-top: .48rem;
}
.home_gl_rank ul li{
	margin-top: .4rem;
}
.home_gl_rank ul li .gl_order{
	width: .36rem;
	height: .36rem;
	background: #D9D9D9;
	border-radius: .08rem;
	font-weight: bold;
	font-size: .24rem;
	color: #FFFFFF;
	text-align: center;
	line-height: .36rem;
	margin-right: .16rem;
}
.home_gl_rank ul li:nth-of-type(-n + 3) .gl_order{
	color: #fff;
}
.home_gl_rank ul li:nth-of-type(1) .gl_order{
	background: #FF5555;
}
.home_gl_rank ul li:nth-of-type(2) .gl_order{
	background: #FF8147;
}
.home_gl_rank ul li:nth-of-type(3) .gl_order{
	background: #FFA321;
}
/* 精选攻略 end*/

/* 排行榜 */
.home_rank .tab_trigger{
	display: flex;
	margin: .4rem 0;
}
.home_rank .tab_trigger li{
	width: 1.92rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	background: #F6F8FA;
	border-radius: .12rem;
	font-size: .28rem;
	color: #595959;
}
.home_rank .tab_trigger li.active{
	background: var(--pm-c);
	color: #FFFFFF;
}
.rank_content{
	display: none;
}
.rank_content.active{
	display: block;
}
.home_rank .rank_content ul{
	/* width: 7.4rem; */
	border-radius: .24rem;
	border: .02rem solid #EBEBEB;
	padding: .44rem;
	box-sizing: border-box;
	border-top: none;
	background: url(../images/home_rank_top1.png) no-repeat top / contain;
	background-size: 100% 1.6rem;
	padding-top: 2.04rem;
}
.home_rank #rank ul{
	background: url(../images/home_rank_top1.png) no-repeat top / contain;
}
.home_rank #comment ul{
	background: url(../images/home_rank_top2.png) no-repeat top / contain;
}
.home_rank #surge ul{
	background: url(../images/home_rank_top3.png) no-repeat top / contain;
}
.home_rank .rank_content ul li:first-of-type{
	margin-top: 0rem;
}
.home_rank .rank_content ul li{
	margin-top: .48rem;
}
.home_rank .rank_content li .icon{
	width: 1.08rem;
	height: 1.08rem;
	border-radius: .3rem;
}
.home_rank .rank_content li .num{
	margin: 0 .28rem;
	font-size: .32rem;
	color: #1A1A1A;
	font-weight: bold;
	font-style: italic;
}
.home_rank .rank_content li .text{
	margin-top: .2rem;
}
.home_rank .rank_content li .score{
	font-weight: bold;
	font-size: .32rem;
	margin-left: .2rem;
	padding-left: .4rem;
}
.home_rank #rank ul li .score{
	color: #915DDA;
	background: url(../images/score1.png) no-repeat left / contain;
	background-size: .32rem;
}
.home_rank #comment ul li .score{
	color: #2D80E9;
	background: url(../images/score2.png) no-repeat left / contain;
	background-size: .32rem;
}
.home_rank #surge ul li .score{
	color: #F2A618;
	background: url(../images/score3.png) no-repeat left / contain;
	background-size: .32rem;
}
/* 排行榜 end*/

/* 手游专辑 */
.list_zj{
	padding-bottom: 0;
}
.zj_menu_nav{
	width: 4.16rem;
	height: .64rem;
	background: #FFFFFF;
	border-radius: .12rem;
	border: .02rem solid var(--pm-c);
	line-height: .64rem;
	box-sizing: border-box;
	margin: 0 auto;
}
.zj_menu_nav li{
	width: 50%;	
	text-align: center;
}
.zj_menu_nav li a{
	font-size: .28rem;
	color: var(--pm-c);
	position: relative;
}
.zj_menu_nav li.active{	
	background-color: var(--pm-c);
	border-radius: .12rem;
	box-sizing: border-box;
}
.zj_menu_nav li.active a{
	color: #fff;
}
.zj_menu_nav li.active a::before,
.zj_menu_nav li.active a::after{
	background: url(../images/menu_nav_icon.png) no-repeat center / contain;
	width: .16rem;
	height: .16rem;
}
.zj_menu_nav li a::before{
	left: -0.32rem;
}
.zj_menu_nav li a::after{
	right: -0.32rem;
}
.zj_warp{
	background: url(../images/zj_item_bg.png) no-repeat center / cover;
	width: 100%;
	border-radius: .2rem;
	margin-top: .28rem;
}
.zj_warp:first-of-type{
	margin-top: .4rem;
}
.zj_warp .warp_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .2rem .3rem;
	box-sizing: border-box;
}
.zj_warp .title{
	font-weight: bold;
	font-size: .3rem;
}
.zj_warp .num{
	text-align: center;
	font-weight: bold;
	font-size: .24rem;
	color: var(--pm-c);
}
.zj_warp .list_item_warp{
	background-color: #fff;	
	border-radius: .2rem;
	border: .02rem solid rgba(107,133,236,0.2);
}
.zj_warp .list_item_warp .list_item{
	border-bottom: .02rem solid #F2F2F2;
	padding: .44rem 0 .3rem;
	box-sizing: border-box;
	margin: 0 .5rem;
}
.zj_warp .list_item .item{
	margin-left: .9rem;
	width: 1.4rem;
	text-align: center;
}
.zj_warp .list_item .item:first-of-type{
	margin-left: 0;
}
.zj_warp .list_item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-bottom: .2rem;
}
.zj_warp .list_item .title{
	font-weight: 400;
	font-size: .28rem;
	color: #4D4D4D;
}
.zj_warp .list_item_warp .get{
	width: 1.35rem;
	height: .58rem;
	line-height: .58rem;
	text-align: center;
	background: var(--pm-c);
	border-radius: .16rem;
	font-size: .24rem;
	color: #FFFFFF;
}
.zj_warp .list_item_warp .time{
	background: url(../images/home_time_icon.png) no-repeat left / contain;
	background-size: .32rem;
	padding-left: .4rem;
	box-sizing: border-box;
}
.zj_warp .list_item_warp .list_bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .2rem .44rem .3rem;
	box-sizing: border-box;
}
/* 手游专辑 end*/

/* 游戏礼包 */
.list_game_package{
	padding-bottom: 0;
}
.list_game_package .item{
	margin-top: .56rem;
}
.list_game_package .item:first-of-type{
	margin-top: 0;
}
.list_game_package .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
} 
.list_game_package .item .title{
	font-weight: bold;
}
.list_game_package .item .time{
	margin-top: .1rem;
	margin-bottom: .04rem;
	display: inline-block;
}
.list_game_package .item .desc{
	background: linear-gradient( 90deg, #F6F5F5 0%, rgba(246,245,245,0) 100%);
	border-radius: .14rem;
	padding: .06rem .16rem;
	box-sizing: border-box;
}
.list_game_package .item .btn{
	width: 1.36rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	border-radius: .12rem .12rem .12rem .12rem;
	border: .02rem solid var(--pm-c);
	margin-left: .2rem;
	box-sizing: border-box;
	font-size: .28rem;
	color: var(--pm-c);
}
/* 游戏礼包 end*/

/* 游戏列表 */
.list_game_warp .item{
	margin-top: .32rem;
	padding-bottom: .32rem;
	border-bottom: .02rem solid #F2F2F2;
	box-sizing: border-box;
}
.list_game_warp .item:first-of-type{
	margin-top: .4rem;
}
.list_game_warp .item:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
}
.list_game_warp .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.list_game_warp .item .type{
	margin: .1rem 0;
}
.list_game_warp .item .time{
	background: url(../images/home_time_icon_.png) no-repeat left / contain;
	background-size: .28rem;
	padding-left: .36rem;
}
.list_game_warp .item .down{
	width: 1.36rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	border-radius: .12rem;
	border: .02rem solid var(--pm-c);
	display: block;
	margin-left: .1rem;
	font-size: .28rem;
	color: var(--pm-c);
}
/* 游戏列表 end*/

/* 资讯列表 */
.list_news{
	padding-bottom: 0;
}
.list_news_warp .item{
	padding-bottom: .32rem;
	margin-top: .32rem;
	border-bottom: .02rem solid #F2F2F2;
}
.list_news_warp .item:first-of-type{
	margin-top: .4rem;
}
.list_news_warp .item:last-of-type{
	padding-bottom: 0rem;
	border-bottom: none;
}
.list_news_warp .item .thumb{
	width: 2rem;
	height: 1.4rem;
	margin-right: .3rem;
}
.list_news_warp .item .desc{
	margin: .12rem 0;
}
.list_news_warp .item .text{
	background: url(../images/avatar.png) no-repeat left / contain;
	background-size: .28rem;
	padding-left: .36rem;
}
.list_news_warp .item .time{
	background: url(../images/home_time_icon_.png) no-repeat left / contain;
	background-size: .28rem;
	padding-left: .36rem;
}
.list_news_warp .item .btn{
	font-size: .24rem;
	color: var(--pm-c);
	margin-left: .2rem;
}
/* 资讯列表 end*/

/* 排行榜大全 */
.rank_banner{
	width: 100%;
	height: 2rem;
	background: url(../images/rank_banner.png) no-repeat center / cover;
}
.list_rank_news .module{
	margin-top: 0;
	padding-bottom: 0;
}
.rank_news_warp .item{
	margin-top: .52rem;
}
.rank_news_warp .item:first-of-type{
	margin-top: 0;
}
.rank_news_warp .item .rank_title{
	font-weight: bold;
	font-size: .32rem;
}
.rank_news_warp .list-container{
	background-size: 100% 1.6rem;
	border-radius: .24rem;
	border: .02rem solid #EBEBEB;
	padding: .26rem .3rem;
	box-sizing: border-box;
	margin-top: .24rem;
}
.rank_news_warp .item:nth-of-type(3n - 2) .list-container{
	background: url(../images/rank_news_bg1.png) no-repeat top / contain;
}
.rank_news_warp .item:nth-of-type(3n - 1) .list-container{
	background: url(../images/rank_news_bg2.png) no-repeat top / contain;
}
.rank_news_warp .item:nth-of-type(3n) .list-container{
	background: url(../images/rank_news_bg3.png) no-repeat top / contain;
}
.rank_news_warp .list-container li:first-of-type{
	margin-top: 0rem;
}
.rank_news_warp .list-container li{
	margin-top: .52rem;
}
.rank_news_warp .list-container li .icon{
	width: 1.08rem;
	height: 1.08rem;
	border-radius: .3rem;
}
.rank_news_warp .list-container li .num{
	margin: 0 .26rem;
	font-size: .32rem;
	color: #1A1A1A;
	font-style: italic;
	font-weight: bold;
}
.rank_news_warp .list-container li .text{
	margin-top: .2rem;
}
.rank_news_warp .list-container li .score{
	font-size: .24rem;
	color: #999999;
	margin-left: .2rem;
	background: url(../images/star1.png) no-repeat left / contain;
	background-size: .28rem;
	padding-left: .36rem;
}
/* 排行榜大全 end*/

/* 排行榜列表 */
.rank_list .module{
	margin-top: 0rem;
}
.rank_list .menu_nav_{
	background: var(--pm-c);
	flex-wrap: wrap;
	padding: .2rem .24rem;
}
.rank_list .menu_nav_ li{
	width: 2.24rem;
}
.rank_list .menu_nav_ a{
	font-size: .28rem;
	color: #FFFFFF;
	width: 2.24rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	font-size: .28rem;
	color: #FFFFFF;
	/* padding: 0 .2rem; */
	display: inline-block;	
}
.rank_list .menu_nav_ li.active a{
	background: #FFFFFF;
	color: var(--pm-c);
	border-radius: 1.98rem;
}
.rank_warp .item{
	padding-bottom: .32rem;
	margin-top: .32rem;
	box-sizing: border-box;
	border-bottom: .02rem solid #F2F2F2;
	position: relative;
}
.rank_warp .item .order{
	display: inline-block;
	width: .56rem;
	height: .36rem;
	text-align: center;
	line-height: .36rem;
	position: absolute;
	top: -0.06rem;
	left: -0.06rem;
	font-size: .24rem;
	color: #333333;
	font-style: italic;
	z-index: 1;
	background: url(../images/list_rank_iconn.png) no-repeat center / contain;
	text-indent: -0.04rem;
	font-weight: bold;
}
.rank_warp .item:nth-of-type(-n + 3) .order{
	color: #fff;
}
.rank_warp .item:nth-of-type(1) .order{
	background: url(../images/list_rank_icon1.png) no-repeat center / contain;
}
.rank_warp .item:nth-of-type(2) .order{
	background: url(../images/list_rank_icon2.png) no-repeat center / contain;
}
.rank_warp .item:nth-of-type(3) .order{
	background: url(../images/list_rank_icon3.png) no-repeat center / contain;
}
.rank_warp .item:nth-of-type(1) .icon{
	border: .04rem solid #FABB55;
}
.rank_warp .item:nth-of-type(2) .icon{
	border: .04rem solid #8EC9FF;
}
.rank_warp .item:nth-of-type(3) .icon{
	border: .04rem solid #F59C60;
}
.rank_warp .item:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}
.rank_warp .item:first-of-type{
	margin-top: 0;
}
.rank_warp .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
	box-sizing: border-box;
}
.rank_warp .item .text{
	margin: .12rem 0;
	display: inline-block;
}
.rank_warp .item .down{
	width: 1.36rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	border-radius: .12rem;
	border: .02rem solid var(--pm-c);
	font-size: .28rem;
	color: var(--pm-c);
	display: inline-block;
	margin-left: .1rem;
}
/* 排行榜列表 end*/

/* 搜索结果 */
.search_warp .home_game_down{
	margin-top: .56rem;
}
.search_warp .home_app_down,
.search_warp .list_news_warp{
	margin-top: .76rem;
}
/* 搜索结果 end*/

/* 专辑详情 */
.single_album .single_header{
	background: url(../images/single_album_header_bg.png) no-repeat top / cover;
	background-size: 100%;	
}
.single_album .single_header_top {
	padding: .3rem;
	box-sizing: border-box;
}
.single_album .single_header_top .title{
	font-weight: bold;
	font-size: .32rem;
	color: #1A1A1A;
	margin-bottom: .2rem;
}
.single_album .single_header_top .thumb{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.single_album .single_header_top .label{
	width: 1.16rem;
	height: .44rem;
	line-height: .44rem;
	text-align: center;
	border-radius: .1rem;
	border: .02rem solid var(--pm-c);
	margin-right: .16rem;
	font-size: .24rem;
	color: var(--pm-c);
	display: inline-block;
}
.single_album .single_header_top .num{
	background: url(../images/single_album_num_bg.png) no-repeat center / contain;
	width: .8rem;
	height: .8rem;
	display: inline-block;
	line-height: .8rem;
	text-align: center;
	font-weight: bold;
	font-size: .24rem;
	color: var(--pm-c);
}
.single_album .single_header_top .text{
	font-size: .24rem;
	color: #666666;
}
.more_box{
	background: #FFFFFF;
	border-radius: .2rem;
	border: .02rem solid rgba(107,133,236,0.2);
	padding: .24rem .24rem .64rem;
	box-sizing: border-box;
	position: relative;
}
.more_box::before{
	content: "";
	display: inline-block;
	width: .32rem;
	height: .24rem;
	background: url(../images/single_album_icon1.png) no-repeat center / contain;
	position: absolute;
	left: .16rem;
	top: .16rem;
}
.more_box::after{
	content: "";
	display: inline-block;
	width: .32rem;
	height: .24rem;
	background: url(../images/single_album_icon2.png) no-repeat center / contain;
	position: absolute;
	right: .16rem;
	bottom: .16rem;
}
.more_box p{
	font-size: .28rem;
	color: #999999;
	margin-bottom: .1rem;
	padding-left: .16rem;
}
.more_box a{
	display: inline-block;
	width: 48%;
	height: .56rem;
	line-height: .56rem;
	text-align: center;
	border-radius: 1.98rem;
	font-size: .24rem;
	color: #999999;
	margin-top: .14rem;
	background: #F6F8FA url(../images/single_album_label_icon.png) no-repeat 2.72rem / contain;
	background-size: .28rem;
	padding-right: .48rem;
	box-sizing: border-box;
	padding-left: .1rem;
}
.more_box a:nth-of-type(even){
	margin-left: .14rem;
}

.show_tj{
	background: #FFFFFF;
	box-shadow: 0rem 0rem .16rem 0rem rgba(0,0,0,0.1);
	border-radius: .1rem;
	padding: .4rem;
	box-sizing: border-box;
	position: relative;
	margin-top: .4rem;
}
.show_tj::before{
	content: "";
	display: inline-block;
	width: 1.52rem;
	height: .76rem;
	position: absolute;
	top: 0rem;
	right: -0.03rem;
	background: url(../images/show_tj_icon.png) no-repeat center / contain;
}
.show_tj .icon{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
	margin-right: .24rem;
}
.show_tj .title{
	font-weight: bold;
	font-size: .32rem;
	color: #404040;
	margin-bottom: .2rem;
	padding-right: .8rem;
	box-sizing: border-box;
}
.show_tj .down{
	width: 6.22rem;
	height: .8rem;
	background: linear-gradient( 90deg, #5B77EA 0%, #849BFB 100%);
	border-radius: .16rem;
	text-align: center;
	line-height: .8rem;
	font-size: .32rem;
	color: #FFFFFF;
	margin: .28rem 0;
	display: inline-block;
}

.album_game_list .item{
	padding-bottom: .32rem;
	margin-top: .32rem;
	box-sizing: border-box;
	position: relative;
	border-bottom: .02rem solid #F2F2F2;
}
.album_game_list .item:first-of-type{
	margin-top: .6rem;
}
.album_game_list .item:last-of-type{
	padding-bottom: 0rem;
	border-bottom: none;
}
.album_game_list .item .order{
	position: absolute;
	display: inline-block;
	width: .56rem;
	height: .36rem;
	background: url(../images/single_album_gamen.png) no-repeat center / contain;
	text-align: center;
	top: -0.06rem;
	left: -0.06rem;
	z-index: 1;
	font-size: .24rem;
	color: #FFFFFF;
	font-style: italic;
	text-indent: -0.1rem;
}
.album_game_list .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.album_game_list .item .title{
	font-weight: bold;
	font-size: .28rem;
}
.album_game_list .item .desc{
	margin: .1rem 0;
}
.album_game_list .item .score{
	text-align: center;
	background-position: .4rem;
	margin-bottom: .12rem;
}
.album_game_list .item .type{
	margin-right: .4rem;
	padding-left: .24rem;
	box-sizing: border-box;
}
.album_game_list .item .type::before{
	display: inline-block;
	width: .08rem;
	height: .08rem;
	background-color: var(--pm-c);
	border-radius: .28rem;
	border: .04rem solid rgba(91,119,234,0.2);
	left: 0;	
	box-sizing: border-box;
}
.album_game_list .item .score{
	font-weight: bold;
	font-size: .28rem;
}
.album_game_list .item .down{
	width: 1.36rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	border-radius: .12rem;
	border: .02rem solid var(--pm-c);
	font-size: .28rem;
	color: var(--pm-c);
	margin-left: .1rem;
}

.album_jx .warp{
	background: url(../images/single_album_header_bg.png) no-repeat top / contain;
	background-size: 100%;
	border-radius: .2rem;
	margin-top: .4rem;
}
.album_jx .warp .warp_top{
	padding: .24rem .36rem;
	box-sizing: border-box;
}
.album_jx .warp .warp_top .title{
	font-weight: 400;
	font-size: .24rem;
	color: #999999;
	display: inline-block;
}
.album_jx .warp .warp_top .title_{
	font-weight: bold;
	font-size: .32rem;
	color: #1A1A1A;
	margin-bottom: .1rem;
}
.album_jx .warp .warp_top .num{
	display: inline-block;
	background: url(../images/single_album_num_bg.png) no-repeat center / contain;
	width: .8rem;
	height: .8rem;
	line-height: .8rem;
	text-align: center;
	font-weight: bold;
	font-size: .24rem;
	color: var(--pm-c);
	margin-left: .1rem;
}
.album_jx .warp .warp_list{
	background: #FFFFFF;
	border-radius: .2rem;
	border: .02rem solid rgba(107,133,236,0.2);
	padding: .3rem;
	box-sizing: border-box;
	height: 1.8rem;
}
.album_jx .warp .warp_list .icon{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
	margin-left: .54rem;
}
.album_jx li .size{
	margin-left: .1rem;
}
.album_jx .warp .warp_list .icon:first-of-type{
	margin-left: 0;
}

.home_game_video .video1{
	width: 100%;
	height: 3.4rem;
	margin-bottom: .3rem;
	margin-top: .4rem;
}
.home_game_video .video img,
.home_game_video .video a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.home_game_video .video a{
	position: relative;
}
.home_game_video .video1 .title{
	width: 100%;
	height: .64rem;
	line-height: .64rem;
	background: rgba(0,0,0,0.6);
	padding: 0 .3rem;
	font-size: .28rem;
	color: #FFFFFF;
	position: absolute;
	bottom: 0rem;
	left: 0rem;
	box-sizing: border-box;
}
.home_game_video .video2 .title{
	width: 100%;
	height: .52rem;
	line-height: .52rem;
	background: rgba(0,0,0,0.6);
	padding: 0 .24rem;
	font-size: .24rem;
	color: #FFFFFF;
	position: absolute;
	bottom: 0rem;
	left: 0rem;
	box-sizing: border-box;
}
.home_game_video .video a::before{
	content: "";
	display: inline-block;
	position: absolute;
    left: 50%;
	z-index: 1;
}
.home_game_video .video1 a::before{	
	background: url(../images/home_video1.png) no-repeat center / contain;
	width: 1.2rem;
	height: 1.2rem;	
	transform: translate(-50%, .78rem);
}
.home_game_video .video2{
	width: 100%;
	height: 2rem;
}
.home_game_video .video2 a::before{	
	background: url(../images/home_video2.png) no-repeat center / contain;
	width: .72rem;
	height: .72rem;
	transform: translate(-50%, .34rem);	
}
/* 专辑详情 end*/

/* 礼包详情 */
.single_gift .single_header{
	border-radius: .12rem;
	background-color: #EEF2FF;
	padding: .3rem;
	box-sizing: border-box;
}
.single_gift .single_header h1{
	font-weight: bold;
	font-size: .32rem;
	color: #1A1A1A;
	margin-bottom: .2rem;
}
.single_gift .single_header .icon{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.single_gift .single_header .text{
	margin-top: .15rem;
	display: inline-block;
}
.single_gift .single_header .text:nth-of-type(even){
	margin-left: .2rem;	
}
.single_gift .single_header .text:nth-of-type(2){
	max-width: 2rem;
}
.single_gift .single_header .label{
	width: 1.16rem;
	height: .44rem;
	line-height: .44rem;
	text-align: center;
	border-radius: .1rem;
	border: .02rem solid var(--pm-c);
	font-size: .24rem;
	color: var(--pm-c);
	margin-right: .16rem;
	display: inline-block;
}
.single_gift .list_game_package{
	padding-bottom: .6rem;
}

.xg_news .item{
	background: rgba(91,119,234,0.05);
	border-radius: .1rem;
	padding: .3rem;
	box-sizing: border-box;
	margin-top: .24rem;
}
.xg_news .item:first-of-type{
	margin-top: .4rem;
}
.xg_news .item:hover .tag{
	background-color: var(--pm-c);
	color: #FFFFFF;
}
.xg_news .item:hover .title{
	color: var(--pm-c);
}
.xg_news .item .tag{
	width: .68rem;
	height: .4rem;
	line-height: .4rem;
	text-align: center;
	border-radius: .1rem;
	border: .02rem solid var(--pm-c);
	font-size: .24rem;
	color: var(--pm-c);
	margin-right: .12rem;
}
.xg_news .item .desc{
	margin: .28rem 0 .48rem;
}

.home_game_gift .gift_banner{
	width: 100%;
	height: 2.8rem;
	margin-top: .4rem;
	background: url(../images/gift_banner.png) no-repeat center / contain;
}
.home_game_gift li:nth-of-type(1){
	margin-top: .36rem;
}
.home_game_gift li .get{
	width: .32rem;
	height: .32rem;
	background: url(../images/get_icon.png) no-repeat center / contain;
}

.h_score_game li{
	border-bottom: .02rem dashed #E6E6E6;
	padding-bottom: .32rem;
	box-sizing: border-box;
}
.h_score_game li:first-of-type{
	margin-top: .4rem;
}
.h_score_game li:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}
.h_score_game li .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.h_score_game li .down{
	width: 1.36rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	border-radius: .12rem;
	border: .02rem solid var(--pm-c);
	margin-left: .2rem;
	font-size: .28rem;
	color: var(--pm-c);
}
.h_score_game li .size{
	margin-left: .1rem;
}
/* 礼包详情 end*/

/* 手游详情 */
.single_game .single_header{
	margin-top: .7rem;
	background: url(../images/single_game_header_bg.png) no-repeat center / cover;
	padding: .86rem .4rem .4rem;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.single_game .single_header .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: -0.7rem;
    transform: translateX(-50%);
}
.single_game .single_header h1{
	font-weight: bold;
	font-size: .32rem;
	margin-bottom: .36rem;
}
.single_game .single_header .text_box{
	margin-bottom: .32rem;
}
.single_game .single_header .text{
	font-size: .24rem;
	color: #666666;
	display: inline-block;
	text-align: left;
}
.single_game .single_header .label{
	width: 1.16rem;
	height: .44rem;
	border-radius: .1rem;
	border: .02rem solid var(--pm-c);
	line-height: .44rem;
	text-align: center;
	margin-right: .16rem;
	display: inline-block;
	font-size: .24rem;
	color: var(--pm-c);
}

.single_game .sliderBox {
    height: auto;
    margin: 0;
    overflow: hidden;
	/* margin-top: .4rem; */
	/* margin-bottom: .72rem; */
}

.single_game .sliderBox .slide {
    height: auto;
}
.single_game .sliderBox .slide li:first-child{
	margin-left: 0;
}
.single_game .sliderBox .slide li {
    width: 3.08rem;
	margin-right: .28rem;	
}

.single_game .sliderBox .slide li img {
    width: 3.08rem;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: auto;
	border-radius: .1rem;
}

.sidebar_xggl_warp .item .thumb{
	width: 2.4rem;
	height: 1.48rem;
}
.game_type_tj .item{
	width: 100%;
	text-align: center;
}
.game_type_tj .item .icon{
	width: 74px;
	height: 74px;
	border-radius: 15px;
}
.game_type_tj .item .title{
	margin: 8px 0;
}

.home_game_rank .rank_item{
	padding: 0 .32rem;
}
.home_game_rank .item{
	padding: 0 .28rem;
	margin-left: .16rem;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.home_game_rank .item::before{
	position: absolute;
	content: "";
	display: inline-block;	
	width: .52rem;
	height: .36rem;
    z-index: 1;
	left: .3rem;
}
.home_game_rank .item:nth-of-type(1)::before,
.home_game_rank .item:nth-of-type(3)::before{
	top: -0.28rem;    
}
.home_game_rank .item:nth-of-type(2)::before{
	top: -0.2rem;
}
.home_game_rank .item:first-of-type{
	margin-left: 0;
}
.home_game_rank .item:nth-of-type(1),
.home_game_rank .item:nth-of-type(3){
	width: 1.96rem;
	height: 2.32rem;
	margin-top: .84rem;	
}
.home_game_rank .item:nth-of-type(1){	
	background: url(../images/home_rank_item_bg2.png) no-repeat top / contain;
	background-size: 100% 100%;		
}
.home_game_rank .item:nth-of-type(2){
	width: 2.16rem;
	height: 2.6rem;
	background: url(../images/home_rank_item_bg1.png) no-repeat top / contain;
	background-size: 100% 100%;	
	margin-top: .56rem;
}
.home_game_rank .item:nth-of-type(3){
	background: url(../images/home_rank_item_bg3.png) no-repeat top / contain;
	background-size: 100% 100%;
}
.home_game_rank .item:nth-of-type(1) .icon{
	border: .04rem solid #8EC9FF;
}
.home_game_rank .item:nth-of-type(2) .icon{
	border: .04rem solid #FABB55;
}
.home_game_rank .item:nth-of-type(3) .icon{
	border: .04rem solid #F59C60;
}
.home_game_rank .item:nth-of-type(1) .icon,
.home_game_rank .item:nth-of-type(3) .icon{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
	transform: translateY(-0.24rem);
}
.home_game_rank .item:nth-of-type(2) .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	transform: translateY(-0.16rem);
}
.home_game_rank .item:nth-of-type(1)::before{
	background: url(../images/home_rank_item_icon2.png) no-repeat left / contain;
	background-size: .52rem .36rem;
}
.home_game_rank .item:nth-of-type(2)::before{
	background: url(../images/home_rank_item_icon1.png) no-repeat left / contain;
	background-size: .52rem .36rem;
}
.home_game_rank .item:nth-of-type(3)::before{
	background: url(../images/home_rank_item_icon3.png) no-repeat left / contain;
	background-size: .52rem .36rem;
}
.home_game_rank li{
	border-bottom: .02rem dashed #E6E6E6;
	padding-bottom: .32rem;
}
.home_game_rank li:first-of-type{
	margin-top: .2rem;
}
.home_game_rank li .down{
	width: 1.36rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	border-radius: .12rem;
	border: .02rem solid var(--pm-c);
	margin-left: .2rem;
	box-sizing: border-box;
	font-size: 14px;
	color: var(--pm-c);
}
.home_game_rank li .order{
	width: .36rem;
	height: .44rem;
	background: #F0F0F0;
	border-radius: .08rem;
	font-size: .24rem;
	color: #333333;
	font-weight: bold;
	text-align: center;
	line-height: .44rem;
	margin-right: .2rem;
}
.home_game_rank li .type{
	margin-top: .1rem;
	display: inline-block;
}

.jx_game .item{
	width: 100%;
	text-align: center;
	position: relative;
}
.jx_game .item::before{
	content: "";
	display: inline-block;
	background: url(../images/jx_news_icon.png) no-repeat left / contain;
	width: .48rem;
	height: .48rem;
	position: absolute;
	top: -0.04rem;
	left: .11rem;
	z-index: 1;
}
.jx_game .item .icon{
	width: 1.48rem;
	height: 1.48rem;
	border-radius: .3rem;
}
.jx_game .item .title{
	margin: .1rem 0 .15rem;
    line-height: .36rem;
}
.jx_game .item .down{
	display: inline-block;
	font-size: .24rem;
	color: #999999;
	width: 1.4rem;
	text-align: center;
	border-radius: .12rem;
	border: .02rem solid #EBEBEB;
	box-sizing: border-box;
	height: .56rem;
	line-height: .56rem;
	display: inline-block;
}
.jx_game .uk-grid-small{
	margin-left: -0.76rem;
}
.jx_game .uk-grid-small>*{
	margin-top: .44rem;
	padding-left: .76rem;
}

.home_jx_gl li{
	padding-left: 1.24rem;
	background: url(../images/home_jxgl_icon.png) no-repeat left / contain;
	background-size: 1rem 1rem;
	margin-top: .46rem;
}
.home_jx_gl li:first-of-type{
	margin-top: .4rem;
}
.home_jx_gl li .desc{
	margin-top: .22rem;
}
/* 手游详情 end*/

/* 资讯详情 */
.single_news .single_header{
	background: #fff url(../images/single_news_header_bg.png) no-repeat center / cover;
	padding: .4rem .48rem;
	box-sizing: border-box;
	text-align: center;
}
.single_news .single_header h1{
	font-weight: bold;
	font-size: .36rem;
	color: #1A1A1A;
	margin-bottom: .7rem;	
}
.single_news .single_content{
	padding: .4rem .24rem;
	box-sizing: border-box;
	background-color: #fff;	
}
.single_news .single_content p{
	text-indent: 2em;
}
.single_news .single_content p img{
	margin: .4rem auto;
}

.xg_game .xg_game_list{
	overflow-x: auto;
}
.xg_game .row{
	margin-top: .4rem;
}
.xg_game .item{
	width: 68%;
	flex-shrink: 0;
	margin-right: .4rem;
}
.xg_game .item .icon{
	width: 1.28rem;
	height: 1.28rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.xg_game .item .title{
	margin-bottom: .2rem;
}
/* 资讯详情 end*/

/* 排行榜详情 */
.single_rank .title_box{
	border-bottom: .02rem solid #EBEBEB;
	padding: .24rem 0;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
}
.single_rank .title_box h1{
	font-weight: bold;
	font-size: .32rem;
	margin-bottom: .2rem;
}
.single_rank .rank_warp{
	background-color: #fff;
	padding-top: .24rem;
	box-sizing: border-box;
}

.more_rank li{
	height: .8rem;
	border-radius: .14rem;
	border: .02rem solid #EBEBEB;
	margin-top: .24rem;
	padding-right: .24rem;
	box-sizing: border-box;
}
.more_rank li:nth-of-type(1){
	margin-top: .4rem;
}
.more_rank li:hover{
	border-color: var(--pm-c);
}
.more_rank li .tag{
	width: 1.2rem;
	height: .76rem;
	line-height: .8rem;
	text-align: center;
	border-radius: .1rem;
	background: url(../images/more_rank_bg.png) no-repeat center / contain;
	font-size: .28rem;
	color: #999999;
	text-indent: -0.12rem;
	margin-right: .1rem;
}
.more_rank li .tag::after{
	content: "";
	display: none;
}
.more_rank li .title{
	color: #333333;
}
.more_rank li .num{
	background: url(../images/more_rank_icon.png) no-repeat left / contain;
	background-size: .28rem;
	padding-left: .36rem;
	font-weight: 400;
	font-size: .24rem;
	color: #999999;
	font-style: normal;
	margin-left: .1rem;
}

.home_hot_gl .item{
	border-bottom: .02rem solid #F2F2F2;
	padding-bottom: .32rem;
	margin-top: .32rem;
	box-sizing: border-box;
}
.home_hot_gl .item:nth-of-type(2){
	margin-top: .4rem;
}
.home_hot_gl .item .thumb{
	width: 2.2rem;
	height: 1.4rem;
	margin-right: .3rem;
}
.home_hot_gl .info .tag,
.home_hot_gl li .tag {
	font-weight: 400;
	font-size: .28rem;
	color: var(--pm-c);
	margin-right: .34rem;
}
.home_hot_gl .item .tag::after,
.home_hot_gl li .tag::after{
	content: "";
	display: inline-block;
	width: .08rem;
	height: .08rem;
	background: var(--pm-c);
	border-radius: 50%;
	margin-left: .1rem;
    margin-right: .16rem;
	transform: translateY(-50%);
}
.home_hot_gl .item .info .desc{
	margin: .06rem 0;
}
.home_hot_gl li{
	padding-bottom: .32rem;
	border-bottom: .02rem solid #F2F2F2;
}
.home_hot_gl li:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}

.hot_game .item .icon{
	width: 1.2rem;
	height: 1.2rem;
	margin-right: .24rem;
}
.hot_game .item .label{
	display: inline-block;
	width: 1.28rem;
	height: .52rem;
	line-height: .52rem;
	text-align: center;
	border-radius: .1rem .1rem .1rem .1rem;
	border: .02rem solid var(--pm-c);
	font-size: .24rem;
	color: var(--pm-c);
	margin-right: .16rem;
	box-sizing: border-box;
}

.jx_news li{
	padding-bottom: .32rem;
	border-bottom: .02rem solid #F2F2F2;
	position: relative;
}
.jx_news li::before{
	content: "";
	display: inline-block;
	width: .48rem;
	height: .48rem;
	position: absolute;
	top: .62rem;
	left: -0.04rem;
	background: url(../images/jx_news_icon.png) no-repeat center / contain;
	z-index: 1;
}
.jx_news li:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}
.jx_news li .title{
	margin-bottom: .24rem;
}
.jx_news li .thumb{
	width: 1.8rem;
	height: 1rem;
	margin-right: .3rem;
	border-radius: .4rem 0 0 0;	
}
.jx_news li .time{
	margin-left: 0;
	margin-top: .2rem;
	display: inline-block;
}
/* 排行榜详情 end*/
