:root {
	--pm-c: #FA6087;
}

/*隐藏类*/
.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 */
	margin-top: .4rem;
}

#app_info li {
	display: inline-block;
	width: 100%;
	color: #666666;
    font-size: .26rem;
    /* margin: .2rem 0; */
	margin-bottom: .2rem;
}
#app_info li:nth-of-type(-n + 2){
	width: 49%;
}

#app_info li b {
	cursor: pointer;
    color: #666666;
    font-size: .26rem;
    font-weight: normal;
}
#app_info li .quanxian{
	border-bottom: 1px solid #666666;
    line-height: 16px;
	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;
}

/* 内下边距 */
.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-b-40 {
	padding-bottom: .8rem !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_icon.png) no-repeat left / contain; */
	background-size: .28rem .28rem;
	margin-left: .1rem;
	padding-left: .32rem;
}
.score_{
	font-size: .32rem;
	color: #F8B524;
	font-weight: bold;
	/* background: url(../images/score_icon_.png) no-repeat left / contain; */
	background-size: .32rem .32rem;
	margin-left: .1rem;
	padding-left: .36rem;
}

.down {
	display: block;
	text-align: center;
	letter-spacing: .02rem;
}
/* 平台 安卓 苹果 图标显示 */
.platform{
	display: inline-block;
	width: .32rem;
	height: .32rem;
	border-radius: .06rem;
	padding: .04rem;
	box-sizing: border-box;
	vertical-align: bottom;
}
.platform:first-of-type{
	margin-right: .08rem;
}
.platform.az{
	background: #D9D9D9 url(../images/az.png) no-repeat center/contain;
	background-size: .24rem;
	margin-right: .08rem;
}
.platform.az_{
	background: #96CF4E url(../images/az.png) no-repeat center/contain;
	background-size: .24rem;
}
.platform.ios{
	background: #D9D9D9 url(../images/ios.png) no-repeat center/contain;
	background-size: .24rem;
}
.platform.ios_{
	background: #5B77EA url(../images/ios.png) no-repeat center/contain;
	background-size: .24rem;
}


/*分页*/
.pagination {
	padding: 1.2rem 0 .3rem;
	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: .32rem;
}

.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: .12rem;
	height: .12rem;
	margin-right: .2rem;
	background: url('../images/list_dot.png') no-repeat center/contain;
	background-size: .12rem;
}

/* 圆点 */
.list-container li .dot_ {
	display: block;
	width: .12rem;
	height: .12rem;
	background-color: var(--pm-c);
	/* 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;
}
/* 数字 */
.list-container li .num{
	width: .2rem;
	height: .4rem;
	line-height: .4rem;
	text-align: center;
	font-weight: bold;
	font-size: .32rem;
	color: var(--pm-c);
}

/* 评分图标 */
/* 评分 */
.star {
	height: .26rem;
	width: 1rem;
	display: inline-block;
	/* background: url(../images/home_hot_.png) repeat-x left / contain; */
	vertical-align: text-top;
}

.star:before {
	content: "";
	display: block;
	/* background: url(../images/home_hot.png) repeat-x left / contain; */
	height: .26rem;
}

.star-1:before {
	width: .2rem;
}

.star-2:before {
	width: .4rem;
}

.star-3:before {
	width: .6rem;
}

.star-4:before {
	width: .8rem;
}

.star-5:before {
	width: 1rem;
}
/* 公共标题 */
.module-title {
	position: relative;
	height: .48rem;
    line-height: .48rem;
	box-sizing: border-box;
}

.module-title .title {
	font-weight: bold;
	font-size: .36rem;
	color: #1A1A1A;
	padding-left: .48rem;
	background: url('../images/module_icon.png') no-repeat left/contain;
	background-size: .28rem;
}

.module-title .more {
	display: flex;
    align-items: center;
	font-size: .24rem;
	color: #999999;
}
.module-title .more::after{
	display: inline-block;
    content: "";
	flex-shrink: 0;
    width: .24rem;
    height: .24rem;
    background: var(--pm-c) url(../images/module_more.png) no-repeat center/contain;
	background-size: .16rem;
	margin-left: .12rem;
	padding: .04rem;
}

/* .module-title .title::before {
	display: inline-block;
	width: 5px;
	height: 17px;
	background-color: var(--pm-c);
	border-radius: 10px;
	left: 0;
} */

/* 列表页公共样式 */
/* 菜单栏 */
.menu_nav{
	border-radius: .12rem;
	border: .04rem solid #FFE3EA;
	padding: 0 .2rem .16rem 0rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.menu_nav li{
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	background: #F9F9F9;
	border-radius: .12rem;
	display: inline-block;
	margin-top: .2rem;	
	box-sizing: border-box;
	margin-left: .16rem;
}
.menu_nav li a{
	font-size: .24rem;
	color: #595959;
	display: inline-block;
    width: 100%;
	padding: 0 .26rem;
	box-sizing: border-box;
	border-radius: .12rem;
}
.menu_nav li.active a{
	color: #FFFFFF;
	background: var(--pm-c);
}
.menu_nav_{
	padding: 0;
	border: none;
	margin-left: -.16rem;
}
.menu_nav_ li:nth-of-type(-n + 4){
	margin-top: 0;
}


/* 头尾 */
.header {
	width: 100%;
}
.header .header_top{
	height: 1.28rem;
	padding: .34rem .24rem;
	box-sizing: border-box;
	background: url('../images/header_bg.png') no-repeat center/contain;
	background-size: 100% 100%;
}
.header .logo {
	width: auto;
	height: .6rem;
}

.search {
	width: 2.8rem;
	height: .6rem;
	background: #FFFFFF;
	border-radius: .16rem;
	border: .02rem solid var(--pm-c);

	overflow: hidden;
	display: flex;
	margin-left: .2rem;
	background: #fff;
	padding: 0 .26rem;
	box-sizing: border-box;
	position: relative;
}

.search .search_input {
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: .24rem;
	color: #888;
	box-sizing: border-box;
	padding-left: .3rem;
}
.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;
	box-sizing: border-box;
	background: var(--pm-c);
	/* margin-top: .3rem; */
}

.header .nav li{
	flex-shrink: 0;
	text-align: center;
    box-sizing: border-box;
    width: 1.72rem;
	height: .8rem;
	line-height: .8rem;
}
.header .nav li.active{
	background-color: #E4577B;
}
.header .nav li.active a{
	border: none;
}
.header .nav li a{
	display: inline-block;
	width: 100%;
	font-size: .28rem;
	color: #FFFFFF;
}

.footer {
	background-color: #333;
	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;
}
 .company{
	font-weight: 400;
	font-size: .24rem;
	color: #CCCCCC;
 }
.footer span:last-child,
.footer a:last-child {
	margin-right: 0;
}

.footer .name {
	color: #ccc;
}

.footer .aBox span,
.footer .aBox a {
	margin-right: .1rem;
	margin-bottom: .2rem;
	display: inline-block;
}

.footer .aBox a::after {
	content: '|';
	display: inline-block;
	color: #666;
	margin-left: .1rem;
}

.footer .aBox a:last-child::after {
	content: "";
}

.footer .footer_p {
	line-height: .68rem;
}
/* 友情链接 */
.index_link ul {
	margin-left: -0.3rem;
	margin-top: .2rem;
}

.index_link ul li {
	display: inline-block;
	margin-top: .2rem;
	margin-left: .24rem;
	border-radius: .08rem;
	border: .02rem solid #E6E6E6;
	padding: .1rem .16rem;
	box-sizing: border-box;
}

.index_link ul li a {
	font-size: .24rem;
	color: #666666;
	/* letter-spacing: .02rem; */
}


/* .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_content h2,
.single .single_content h3 {
	font-weight: bold;
	font-size: .32rem;
	color: #1A1A1A;
	/* letter-spacing: .02rem; */
	background: url(../images/single_content_icon.png) no-repeat left / contain;
	background-size: .28rem;
	padding-left: .44rem;
	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: 80% !important;
	margin: .6rem auto;
}

.single_content_title {	
	font-weight: bold;
	font-size: .36rem;
	color: #333333;
	margin: .4rem auto 0;
	text-align: center;
}
.single_content_title::before{
	width: .56rem;
	height: .36rem;
	background: url('../images/single_content_title_l.png') no-repeat center/contain;
	background-size: .56rem .36rem;
	left: 2rem;
}
.single_content_title::after{
	width: .56rem;
	height: .36rem;
	background: url('../images/single_content_title_r.png') no-repeat center/contain;
	background-size: .56rem .36rem;
	right: 2rem;
}
.single_content_title span{
	position: relative;
}
.single_content_title span::before{
	content: '';
	display: inline-block;
	width: 100%;
	height: .1rem;
	background: linear-gradient( 90deg, #FA6087 0%, #FFA7CA 100%);
	border-radius: 1.98rem;
	position: absolute;
	left: 0rem;
	bottom: -0.06rem;
}
/* 详情下载按钮 */
.single .down-btn .btn {
	position: relative;
	display: block;
	font-size: .32rem;
	color: #fff;
	height: .9rem;
	line-height: .9rem;
	text-align: center;
	width: 100%;
}

.single .down-btn .sy,
.single .down-btn .ios,
.single .down-btn .mob,
.single .down-btn .xz {
	background: url('../images/game_xz_bg.png') no-repeat center/contain;
	background-size: 100% 100%;
}
.single .down-btn .lb {
	background: url('../images/gift_bg.png') no-repeat center/contain;
	background-size: 100% 100%;
}
.single .down-btn .az {
	background: url('../images/az_xz_bg.png') no-repeat center/contain;
	background-size: 100% 100%;
}

/* .single .down-btn .az a,
.single .down-btn .az span {
	background-image: url('../images/az.png');
}

.single .down-btn .ios a,
.single .down-btn .ios span {
	background-image: url('../images/ios.png');
}

.single .down-btn .pc a,
.single .down-btn .pc span {
	background-image: url('../images/pc.png');
}

.single .down-btn .mob a,
.single .down-btn .mob span {
	background-image: url('../images/play.png');
}

.single .down-btn .sy a,
.single .down-btn .sy span {
	background-image: url('../images/album_btn.png');
} */

.single .down-btn .lb a,
.single .down-btn .lb span{
	/* background: url('../images/gift_btn_icon.png') no-repeat left/cover; */
	/* background-size: .32rem; */
	/* padding-left: .58rem; */
}

.single .down-btn .xz a,
.single .down-btn .xz span {
	/* background: url('../images/gift_game_icon.png') no-repeat left/cover; */
	/* background-size: .32rem; */
	/* padding-left: .58rem; */
}

/* 单页  关于我们 */
.page{
	background-color: #fff;
}
.page-content{
	/* margin-bottom: .4rem; */
}
.page-nav {
	overflow: hidden;
	margin-left: -0.1rem;
	/* background: #FBFDF8; */
	/* border: .02rem solid #EBF1E1; */
	/* padding: .2rem .3rem 0; */
}
.page-nav li{
	width: 1.68rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	border-radius: .12rem;
	border: .02rem solid #EBEBEB;
	margin-bottom: .1rem;
	margin-left: .1rem;
}
.page-nav li a{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	font-size: .24rem;
	color: #8C8C8C;
	border-radius: .12rem;
}
.page-nav li.active{
	background: linear-gradient( 90deg, #FA6086 0%, #FF8AA7 100%);
	border: none;
}
.page-nav li.active a{
	color: #FFFFFF;
}
.page .page-title {
	font-weight: bold;
	font-size: .28rem;
	color: #1A1A1A;
	margin: .24rem 0;
	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: .08rem;
	border: .02rem solid #EBEBEB;
	margin-left: .2rem;
	letter-spacing: .02rem;
	display: inline-block;
	margin-bottom: .2rem;
	padding: 0 .08rem;
}
.page-content ul li a{
	color: #4D4D4D;
	display: inline-block;
	font-size: .24rem;
}
.page-content p{
	font-size: .28rem;
	line-height: .6rem;
	letter-spacing: .01rem;
	color: #666666;
	/* text-indent: 2em;	 */
	margin-top: .4rem;
}
.page-content p:first-of-type{
	margin-top: .26rem;
}
.page-content .page-rank li{
	max-width: initial;
}

/* 搜索页 */
.search_total{
	display: block;
	font-size: .32rem;
	color: #4D4D4D;
	/* letter-spacing: .02rem; */
	margin-bottom: .56rem;
}

/* 404 500 错误页面 */
.page-error {
	min-height: 11.22rem;
	padding-bottom: 3.16rem;
	padding-top:  .8rem;
	box-sizing: border-box;
}

.page-error img {
	width: 50%;
	margin: 2.45rem auto 1rem;
}
.page-error .page-404 {
	width: 4.4rem;
	height: 4.4rem;
	margin: 0 auto;
	background: url(../images/404.png) no-repeat center/contain;
	margin-top: .5rem;
}

.page-error .page-500 {
	width: 4.4rem;
	height: 4.4rem;
	margin: 0 auto;
	background: url(../images/500.png) no-repeat center/contain;
	margin-top: .5rem;
}

.page-error p {
	font-size: .28rem;
	color: #999;
	/* letter-spacing: .02rem; */
	margin-bottom: .3rem;
}

.page-error a.go-home {
	width: 2.2rem;
	height: .8rem;
	border-radius: .16rem;
	border: .02rem solid var(--pm-c);
	line-height: .8rem;
	text-align: center;
	font-size: .28rem;
	color: var(--pm-c);
	display: inline-block;
}


/* 首页 */
/* 模块 */
.module{
	padding: .4rem .24rem .5rem;
	box-sizing: border-box;
	background: #FFFFFF;
	margin-top: .2rem;
}
.module:first-of-type{
	margin-top: 0;
}
/* 首页轮播图 */
.index_slide .slider {
	width: 100%;
	height: 3.8rem;
}

.index_slide .slider .slide {
	width: 100%;
	height: 100%;
	margin-left: 0;
}

.index_slide .slider li {
	padding-left: 0;
}

.index_slide .slider li .img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.index_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;
}

.index_slide .slider .slideNav {
	position: absolute;
	bottom: .28rem;
	right: .32rem;
}

.index_slide .slider .slideNav li {
	margin-right: .1rem;
	padding-left: 0;
}

.index_slide .slider .slideNav li:last-child {
	margin-right: 0;
}

.index_slide .slider .slideNav li a {
	width: .16rem;
	height: .16rem;
	background: #999;
	display: block;
	border-radius: 50%;
	border: none;
}

.index_slide .slider .slideNav li.uk-active a {
	background-color: var(--pm-c);
}


.index .module:nth-of-type(2){
	margin-top: 0rem;
}
.index_tj_game .uk-flex-wrap{
	margin-top: .4rem;
}
.index_tj_game .item{
	width: 33.3%;
	padding: .32rem .3rem;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.index_tj_game .item:nth-of-type(1){
	background: url(../images/tj_bg1.png) no-repeat top / cover;
}
.index_tj_game .item:nth-of-type(2){
	background: url(../images/tj_bg2.png) no-repeat top / cover;
}
.index_tj_game .item:nth-of-type(3){
	background: url(../images/tj_bg3.png) no-repeat top / cover;
}
.index_tj_game .item:nth-of-type(4){
	background: url(../images/tj_bg4.png) no-repeat top / cover;
}
.index_tj_game .item:nth-of-type(5){
	background: url(../images/tj_bg5.png) no-repeat top / cover;
}
.index_tj_game .item:nth-of-type(6){
	background: url(../images/tj_bg6.png) no-repeat top / cover;
}
.index_tj_game .item:nth-of-type(7){
	background: url(../images/tj_bg7.png) no-repeat top / cover;
}
.index_tj_game .item:nth-of-type(8){
	background: url(../images/tj_bg8.png) no-repeat top / cover;
}
.index_tj_game .item:nth-of-type(9){
	background: url(../images/tj_bg9.png) no-repeat top / cover;
}
.index_tj_game .item:nth-of-type(-n + 3)::before{
	content: '';
	display: inline-block;
	width: .56rem;
	height: .56rem;	
	position: absolute;
	top: 0rem;
	left: .48rem;
}
.index_tj_game .item:nth-of-type(1)::before{
	background: url(../images/tj_No1.png) no-repeat center / contain;
}
.index_tj_game .item:nth-of-type(2)::before{
	background: url(../images/tj_No2.png) no-repeat center / contain;
}
.index_tj_game .item:nth-of-type(3)::before{
	background: url(../images/tj_No3.png) no-repeat center / contain;
}
.index_tj_game .item:nth-of-type(1) .icon{
	border: .06rem solid transparent;
	background-image: linear-gradient(to bottom, #FFE600, #FFB007);
}
.index_tj_game .item:nth-of-type(2) .icon{
	border: .06rem solid transparent;
	background-image: linear-gradient(to bottom, #9ED9FF, #2BABFF);
}
.index_tj_game .item:nth-of-type(3) .icon{
	border: .06rem solid transparent;
	background-image: linear-gradient(to bottom, #FFBAA0, #FF8254);
}
.index_tj_game .item .icon{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	margin: 0 auto .12rem;
}
.index_tj_game .item .title{
	color: #333333;
}


.index_ht_tl li{
	margin-top: .3rem;
	padding-bottom: .28rem;
	border-bottom: .02rem solid #F2F2F2;
	padding-left: .32rem;
	box-sizing: border-box;
	position: relative;
}
.index_ht_tl li:last-of-type{
	border-bottom: none;
	padding-bottom: 0rem;
}
.index_ht_tl li::before {
	content: '';
	position: absolute;
	top: .12rem;
    left: .04rem;
	display: block;
	width: .12rem;
	height: .12rem;
	margin-right: .2rem;
	background: url('../images/list_dot.png') no-repeat center/contain;
	background-size: .12rem;
}
.index_ht_tl li .title{
	max-width: calc(100% - .4rem);
	color: #333333;
}
.index_ht_tl li .desc{
	margin-top: .24rem;
}
.index_ht_tl li span{
	display: inline-block;
	width: .4rem;
	height: .4rem;
	background: url('../images/home_ht_dot.png') no-repeat center/contain;
	margin-left: .08rem;
}


.index_new_news .item{
	margin-top: .64rem;
}
.index_new_news .item:nth-of-type(2){
	margin-top: .4rem;
}
.index_new_news .item .thumb{
	width: 2rem;
	height: 1.28rem;
	margin-right: .3rem;
}
.index_new_news .item .title{
	color: #333333;
}
.index_new_news .item .desc{
	height: .52rem;
	line-height: .52rem;
	background: #F5F5F5;
	border-radius: .1rem;
	margin-top: .3rem;
	padding-right: .24rem;
}
.index_new_news .item .desc .time{
	display: inline-block;
	width: 1.16rem;
	height: .52rem;
	text-indent: .2rem;
	font-weight: bold;
	font-size: .24rem;
	color: #FFFFFF;
	background: url(../images/album_date_bg.png) no-repeat center / contain;
	background-size: 1.16rem .52rem;
	box-sizing: border-box;
	text-indent: .1rem;
}
.index_new_news .item .desc p{
	margin-left: .1rem;
}


.index_game_down .item{
	margin-top: .4rem;
}
.index_game_down .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.index_game_down .item .title{
	margin-bottom: .16rem;
}
.index_game_down .item .time{
	padding-left: .36rem;
	background: url('../images/home_time_icon.png') no-repeat left/contain;
	background-size: .28rem;
	margin-top: .1rem;
}
.index_game_down .item .desc{
	height: .84rem;
	padding: .32rem .6rem .2rem;
	box-sizing: border-box;
	position: relative;
	margin-top: .12rem;
	background: url('../images/game_desc_bg.png') no-repeat center/contain;
}
.index_game_down .item .desc::before,
.index_game_down .item .desc::after{
	content: '';
	display: inline-block;
	width: .28rem;
	height: .2rem;
	position: absolute;	
}
.index_game_down .item .desc::before{
	top: .28rem;
	left: .16rem;
	background: url('../images/game_desc_l.png') no-repeat left/contain;
}
.index_game_down .item .desc::after{
	bottom: .16rem;
	right: .16rem;
	background: url('../images/game_desc_r.png') no-repeat left/contain;
}
.index_game_down .item .down{
	display: inline-block;
	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;
}


.index_gl_rank .item{
	margin-top: .4rem;
	position: relative;
}
.index_gl_rank .item:nth-of-type(-n + 4) .order{
	position: absolute;
	top: 0rem;
	left: 0rem;
	z-index: 1;
}
.index_gl_rank li{
	margin-top: .44rem;
}
.index_gl_rank .item .order,
.index_gl_rank li .order{
	background: url('../images/gl_rank_bg1.png') no-repeat center/cover;
	display: inline-block;
	width: .36rem;
	height: .36rem;	
	text-align: center;
	line-height: .32rem;
	font-weight: bold;
	font-size: .24rem;
	color: #FFFFFF;
}
.index_gl_rank .item:nth-of-type(3) .order{
	background: url('../images/gl_rank_bg2.png') no-repeat center/cover;
}
.index_gl_rank .item:nth-of-type(4) .order{
	background: url('../images/gl_rank_bg3.png') no-repeat center/cover;
}
.index_gl_rank .item .desc{
	margin: .16rem 0;
}
.index_gl_rank .item .thumb{
	width: 2.4rem;
	height: 1.48rem;
	margin-right: .3rem;
}
.index_gl_rank li .title,
.index_gl_rank .item .title{
	color: #333333;
}
.index_gl_rank li .order{
	background: url('../images/gl_rank_bgn.png') no-repeat center/contain;
	color: #333333;
	margin-right: .2rem;
}


.index_app .item{
	margin-top: .4rem;
}
.index_app .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.index_app .item .title{
	margin-bottom: .16rem;
}
.index_app .item .time{
	padding-left: .36rem;
	background: url('../images/home_time_icon.png') no-repeat left/contain;
	background-size: .28rem;
	margin-top: .1rem;
}
.index_app .item .desc{
	height: .84rem;
	padding: .32rem .6rem .2rem;
	box-sizing: border-box;
	position: relative;
	margin-top: .12rem;
	background: url('../images/game_desc_bg.png') no-repeat center/contain;
}
.index_app .item .desc::before,
.index_app .item .desc::after{
	content: '';
	display: inline-block;
	width: .28rem;
	height: .2rem;
	position: absolute;	
}
.index_app .item .desc::before{
	top: .28rem;
	left: .16rem;
	background: url('../images/game_desc_l.png') no-repeat left/contain;
}
.index_app .item .desc::after{
	bottom: .16rem;
	right: .16rem;
	background: url('../images/game_desc_r.png') no-repeat left/contain;
}
.index_app .item .down{
	display: inline-block;
	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;
}


.index_video .row{
	overflow: auto;	
}
.index_video .item{
	background: #FAFAFA;
	width: 5.44rem;
	flex-shrink: 0;
}
.index_video .item:not(:first-of-type){
	margin-left: .48rem;
}
.index_video .item .thumb{
	width: 100%;
	height: 2.86rem;
	position: relative;
}
.index_video .item .video_box{	
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0rem;
	left: 0rem;
	display: none;
}
.index_video .item .video_box::before{
	content: '';
	display: inline-block;
	width: 1.12rem;
	height: 1.12rem;
	background: url('../images/video_btn.png') no-repeat center/contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.index_video .item .item_wrap{
	padding: .24rem .3rem;
}
.index_video .item .title{
	margin-bottom: .3rem;
	color: #333333;
}
.index_video .item .text{
	padding-left: .36rem;
	background: url('../images/avatar.png') no-repeat left/contain;
	background-size: .28rem;
}
.index_video .item .size{
	padding-left: .36rem;
	background: url('../images/video.png') no-repeat left/contain;
	background-size: .28rem;
}


.index_game_gift .thumb{
	width: 100%;
	height: 3.2rem;
	margin-top: .4rem;
}
.index_game_gift li{
	height: .76rem;
	line-height: .76rem;
	background: #FFFFFF;
	border-radius: .1rem;
	border: .02rem solid #EBEBEB;
	margin-top: .24rem;
	padding: 0 .24rem;
	box-sizing: border-box;
}
.index_game_gift li:first-of-type{
	margin-top: .36rem;
}
.index_game_gift li .title{
	color: #333333;
}
.index_game_gift li .text{
	margin-left: .2rem;
}


.index_rank .rank_wrap{
	display: none;
}
.index_rank .rank_wrap.active{
	display: block;
}
.index_rank .rank_wrap:nth-of-type(3n - 2) .rank_title{
	color: var(--pm-c);
	border-bottom: .02rem solid var(--pm-c);
}
.index_rank .rank_wrap:nth-of-type(3n - 2) .rank_title::before{
	background: url('../images/rank_title_icon1.png') no-repeat left/contain;
}
.index_rank .rank_wrap:nth-of-type(3n - 2) ul{
	background: linear-gradient( 180deg, #FFF2F5 0%, rgba(255,242,245,0) 100%);
	border-top: .02rem solid #FED5DF;
}
.index_rank .rank_wrap:nth-of-type(3n - 2) .score{
	background: url('../images/rank_star1.png') no-repeat left/contain;
	background-size: .28rem;
	color: var(--pm-c);
}
.index_rank .rank_wrap:nth-of-type(3n - 2) .down{
	border: .02rem solid var(--pm-c);
	color: var(--pm-c);
}

.index_rank .rank_wrap:nth-of-type(3n - 1) .rank_title{
	color: #2D80E9;
	border-bottom: .02rem solid #2D80E9;
}
.index_rank .rank_wrap:nth-of-type(3n - 1) .rank_title::before{
	background: url('../images/rank_title_icon2.png') no-repeat left/contain;
}
.index_rank .rank_wrap:nth-of-type(3n - 1) ul{
	background: linear-gradient( 180deg, #EAF3FF 0%, rgba(234,243,255,0) 100%);
	border-top: .02rem solid #C4DCFB;
}
.index_rank .rank_wrap:nth-of-type(3n - 1) .score{
	background: url('../images/rank_star2.png') no-repeat left/contain;
	background-size: .28rem;
	color: #2D80E9;
}
.index_rank .rank_wrap:nth-of-type(3n - 1) .down{
	border: .02rem solid #2D80E9;
	color: #2D80E9;
}

.index_rank .rank_wrap:nth-of-type(3n) .rank_title{
	color: #FF8737;
	border-bottom: .02rem solid #FF8737;
}
.index_rank .rank_wrap:nth-of-type(3n) .rank_title::before{
	background: url('../images/rank_title_icon3.png') no-repeat left/contain;
}
.index_rank .rank_wrap:nth-of-type(3n) ul{
	background: linear-gradient( 180deg, #FFF2F5 0%, rgba(255,242,245,0) 100%);
	border-top: .02rem solid #FED5DF;
}
.index_rank .rank_wrap:nth-of-type(3n) .score{
	background: url('../images/rank_star3.png') no-repeat left/contain;
	background-size: .28rem;
	color: #FF8737;
}
.index_rank .rank_wrap:nth-of-type(3n) .down{
	border: .02rem solid #FF8737;
	color: #FF8737;
}

.index_rank .tab_rank{
	width: 90%;
	height: .64rem;
	line-height: .64rem;
	background: #F7F7F7;
	border-radius: .12rem;
	margin: .4rem auto .4rem;
}
.index_rank .tab_rank li{	
	border-radius: .12rem;
	width: 33.3%;
	text-align: center;
	font-size: .28rem;
	color: #595959;
}
.index_rank .tab_rank li.active{
	background: var(--pm-c);
	color: #FFFFFF;
}
.index_rank .rank_wrap{
	border-radius: .24rem;
	border: .02rem solid #EBEBEB;
}
.index_rank .rank_wrap .rank_title{
	font-weight: bold;
	font-size: .32rem;
	padding: .2rem .4rem .2rem 1.04rem;
	box-sizing: border-box;	
	display: inline-block;	
}
.index_rank .rank_wrap .rank_title::before{
	background: url('../images/rank_title_icon1.png') no-repeat left/contain;
	width: .44rem;
	height: .44rem;
	left: .4rem;
}
.index_rank .rank_wrap ul{
	background: linear-gradient( 180deg, #FFF2F5 0%, rgba(255,242,245,0) 100%);
	border-top: .02rem solid #FED5DF;
	padding-bottom: .6rem;
	box-sizing: border-box;
}
.index_rank .rank_wrap li{
	padding: 0 .4rem;
	margin-top: .64rem;
}
.index_rank .rank_wrap li:first-of-type{
	margin-top: .48rem;
}
.index_rank .rank_wrap li .order{
	background-color: transparent;
	width: .56rem;
	height: .56rem;
	margin-right: .24rem;
	font-weight: bold;
	font-size: .32rem;
	line-height: .56rem;
	text-align: center;
}
.index_rank .rank_wrap li .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.index_rank .rank_wrap li .title{
	color: #333333;
}
.index_rank .rank_wrap li .type{
	margin: .1rem 0;
}
.index_rank .rank_wrap li .score{
	font-size: .24rem;
	padding-left: .3rem;
}
.index_rank .rank_wrap li .down{
	width: 1.36rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	border-radius: .12rem;
	font-size: .28rem;
	margin-left: .2rem;
}
.index_rank .rank_wrap li:nth-of-type(1) .order{
	background: url('../images/rank_order1.png') no-repeat center/contain;
	color: transparent !important;
}
.index_rank .rank_wrap li:nth-of-type(2) .order{
	background: url('../images/rank_order2.png') no-repeat center/contain;
	color: transparent !important;
}
.index_rank .rank_wrap li:nth-of-type(3) .order{
	background: url('../images/rank_order3.png') no-repeat center/contain;
	color: transparent !important;
}
.index_rank .rank_wrap:nth-of-type(3n - 2) .order{
	color: var(--pm-c);
}
.index_rank .rank_wrap:nth-of-type(3n - 1) .order{
	color: #2D80E9;
}
.index_rank .rank_wrap:nth-of-type(3n) .order{
	color: #FF8737;
}

/* 首页 end*/

/* 手游专辑 */
.zj_menu_nav{
	margin-bottom: .3rem;
	display: flex;
	justify-content: center;
}
.zj_menu_nav li{
	width: 2.08rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	margin-right: .28rem;
	background: url('../images/zj_menu_nav.png') no-repeat center/contain;
}
.zj_menu_nav li a{
	display: inline-block;
	width: 100%;
	font-size: .28rem;
	color: #808080;
}
.zj_menu_nav li.active{
	background: url('../images/zj_menu_nav_.png') no-repeat center/contain;
	height: .76rem;
}
.zj_menu_nav li.active a{
	color: #fff;
}

.list_zj_wrap{
	border-radius: .1rem;
}
.list_zj_wrap .top_wrap{
	height: 1.4rem;
	padding: .26rem .36rem;
	background: linear-gradient( 90deg, #FFE2E5 0%, #FEF2F0 100%);
	border-radius: .1rem .1rem 0rem 0rem;
	box-sizing: border-box;
}
.list_zj_wrap .top_wrap .wrap_title{
	font-weight: bold;
	font-size: .28rem;
	color: #1A1A1A;
	display: inline-block;
}
.list_zj_wrap .top_wrap .num{
	width: .88rem;
	height: .88rem;
	line-height: .8rem;
	text-align: center;
	color: var(--pm-c);	
	font-size: .24rem;
	background: url('../images/collection_num_bg.png') no-repeat center/cover;
	background-size: .88rem;
	margin-left: .2rem;
	
}
.list_zj_wrap .top_wrap .num span{
	font-weight: bold;
}
.list_zj_wrap .top_wrap .time{
	background: url('../images/album_time.png') no-repeat left/contain;
	background-size: .28rem;
	padding-left: .36rem;
	margin-top: .18rem;
}
.list_zj_wrap .album_wrap{
	padding: .34rem .5rem;
	box-sizing: border-box;
	border: .02rem solid #EEEEEE;
	border-radius: 0 0 .1rem .1rem;
	border-top: none;
}
.list_zj_wrap .album_wrap .item{
	width: 1.4rem;
	text-align: center;
}
.list_zj_wrap .album_wrap .item:not(:first-of-type){
	margin-left: .88rem;
}
.list_zj_wrap .album_wrap .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	margin-bottom: .2rem;
}
.list_zj_wrap .album_wrap .item .title{
	font-size: .28rem;
	color: #4D4D4D;
}
/* 手游专辑 end*/

/* 游戏礼包 */
.game_package_list .item{
	padding-bottom: .32rem;
	margin-bottom: .32rem;
	border-bottom: .02rem solid #F2F2F2;
}
.game_package_list .item:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.game_package_list .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.game_package_list .item .title{
	font-weight: bold;
	font-size: .28rem;
	color: #1A1A1A;
	margin-bottom: .14rem;
}
.game_package_list .item .desc{
	margin-top: .1rem;
}
.game_package_list .item .get{
	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;
}
/* 游戏礼包 end*/

/* 游戏列表 */
.list_game_warp .item{
	margin-top: .4rem;
}
.list_game_warp .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.list_game_warp .item .title{
	margin-bottom: .16rem;
}
.list_game_warp .item .time{
	padding-left: .36rem;
	background: url('../images/home_time_icon.png') no-repeat left/contain;
	background-size: .28rem;
	margin-top: .1rem;
}
.list_game_warp .item .desc{
	height: .84rem;
	padding: .32rem .6rem .2rem;
	box-sizing: border-box;
	position: relative;
	margin-top: .12rem;
	background: url('../images/game_desc_bg.png') no-repeat center/contain;
}
.list_game_warp .item .desc::before,
.list_game_warp .item .desc::after{
	content: '';
	display: inline-block;
	width: .28rem;
	height: .2rem;
	position: absolute;	
}
.list_game_warp .item .desc::before{
	top: .28rem;
	left: .16rem;
	background: url('../images/game_desc_l.png') no-repeat left/contain;
}
.list_game_warp .item .desc::after{
	bottom: .16rem;
	right: .16rem;
	background: url('../images/game_desc_r.png') no-repeat left/contain;
}
.list_game_warp .item .down{
	display: inline-block;
	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;
}
/* 游戏列表 end*/

/* 资讯列表 */
.list_news_wrap .item{
	margin-top: .52rem;
}
.list_news_wrap .item:first-of-type{
	margin-top: .4rem;
}
.list_news_wrap .item .thumb{
	width: 2.2rem;
	height: 1.6rem;
	margin-right: .3rem;
}
.list_news_wrap .item .title{
	font-size: .28rem;
	color: #1A1A1A;
	margin-bottom: .08rem;
}
.list_news_wrap .item .item_wrap{
	/* height: 1.16rem; */
	background: #FAFAFA;
	border-radius: .16rem;
	padding: .14rem .24rem;
	box-sizing: border-box;
	position: relative;
}
.list_news_wrap .item .item_wrap::before{
	content: '';
	display: inline-block;
	width: .16rem;
	height: .16rem;
	background: #FAFAFA;
	position: absolute;
	top: -0.08rem;
    left: .68rem;
    transform: rotate(45deg);
    z-index: 1;
}
.list_news_wrap .item .desc{
	margin-bottom: .1rem;
}
.list_news_wrap .item .btn{
	font-weight: 400;
	font-size: .24rem;
	color: var(--pm-c);
	background: url('../images/get.png') no-repeat right/contain;
	background-size: .24rem;
	padding-right: .32rem;
}
/* 资讯列表 end*/

/* 排行榜大全 */
.rank_banner{
	width: 100%;
	height: 1.8rem;
	background: url('../images/rank_banner.png') no-repeat center/contain;
	background-size: 100% 1.8rem;
}
.rank_list_warp .module,
.rank_list .module{
	margin-top: 0;
}
.rank_news_warp{
	border-radius: .1rem;
	border: .02rem solid #EBEBEB;
	padding: .28rem .3rem;
	box-sizing: border-box;
	margin-top: .32rem;
}
.rank_news_warp:first-of-type{
	margin-top: 0;
}
.rank_news_warp .rank_title{
	font-weight: bold;
	font-size: .28rem;
	color: #1A1A1A;
}
.rank_news_warp .time{
	margin-left: .2rem;
}
.rank_news_warp .item{
	width: 33.3%;
	padding: .32rem .2rem;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.rank_news_warp .item:nth-of-type(1){
	background: url(../images/tj_bg1.png) no-repeat center / cover;
}
.rank_news_warp .item:nth-of-type(2){
	background: url(../images/tj_bg2.png) no-repeat center / cover;
}
.rank_news_warp .item:nth-of-type(3){
	background: url(../images/tj_bg3.png) no-repeat center / cover;
}
.rank_news_warp .item::before{
	content: '';
	display: inline-block;
	width: .56rem;
	height: .56rem;	
	position: absolute;
	top: 0rem;
	left: .48rem;
}
.rank_news_warp .item:nth-of-type(1)::before{
	background: url(../images/tj_No1.png) no-repeat center / contain;
}
.rank_news_warp .item:nth-of-type(2)::before{
	background: url(../images/tj_No2.png) no-repeat center / contain;
}
.rank_news_warp .item:nth-of-type(3)::before{
	background: url(../images/tj_No3.png) no-repeat center / contain;
}
.rank_news_warp .item:nth-of-type(1) .icon{
	border: .06rem solid transparent;
	background-image: linear-gradient(to bottom, #FFE600, #FFB007);
}
.rank_news_warp .item:nth-of-type(2) .icon{
	border: .06rem solid transparent;
	background-image: linear-gradient(to bottom, #9ED9FF, #2BABFF);
}
.rank_news_warp .item:nth-of-type(3) .icon{
	border: .06rem solid transparent;
	background-image: linear-gradient(to bottom, #FFBAA0, #FF8254);
}
.rank_news_warp .item .icon{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	margin: 0 auto .12rem;
}
.rank_news_warp .item .title{
	color: #333333;
}
/* 排行榜大全 end*/

/* 排行榜列表 */
.rank_list .menu{
	margin-left: -0.14rem;
	flex-wrap: wrap;
}
.rank_list .menu li{
	width: 31.3%;
	padding: 0 .1rem;
	margin-left: .14rem;
	margin-bottom: .16rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	background: rgba(250,96,135,0.08);
	border-radius: .12rem;
	box-sizing: border-box;
}
.rank_list .menu li.active{
	background: var(--pm-c);
}
.rank_list .menu li.active a{
	color: #FFFFFF;
}
.rank_list .menu li a{
	font-size: .28rem;
	color: var(--pm-c);
	display: inline-block;
	width: 100%;
}

.game_rank_list .item{
	padding-bottom: .32rem;
	border-bottom: .02rem solid #F2F2F2;
	margin-bottom: .32rem;
}
.game_rank_list .item:first-of-type{
	margin-top: .48rem;
}
.game_rank_list .item:last-of-type{
	padding-bottom: 0rem;
	border-bottom: none;
}
.game_rank_list .item .order{
	display: inline-block;
	width: .48rem;
	height: .48rem;
	text-align: center;
	line-height: .48rem;
	margin-right: .24rem;
	font-size: .28rem;
	color: #999999;
	font-style: italic;
	font-weight: bold;
}
.game_rank_list .item:nth-of-type(1) .order{
	background: url('../images/rank_order1.png') no-repeat center/contain;
	color: transparent;
}
.game_rank_list .item:nth-of-type(2) .order{
	background: url('../images/rank_order2.png') no-repeat center/contain;
	color: transparent;
}
.game_rank_list .item:nth-of-type(3) .order{
	background: url('../images/rank_order3.png') no-repeat center/contain;
	color: transparent;
}
.game_rank_list .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.game_rank_list .item .title{
	margin-bottom: .1rem;
}
.game_rank_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);
	box-sizing: border-box;
	margin-left: .2rem;
}
.game_rank_list .item .score{
	background: url('../images/rank_star1.png') no-repeat left/contain;
	background-size: .28rem;
	color: var(--pm-c);
}
.game_rank_list .item .desc{
	margin-top: .1rem;
}
/* 排行榜列表 end*/

/* 专辑详情 */
.single_album .single_header h1{
	font-weight: bold;
	font-size: .32rem;
	color: #1A1A1A;
	margin-bottom: .24rem;
}
.single_album .single_header .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.single_album .single_header .text:nth-of-type(-n + 2){
	margin-top: 0;
}
.single_album .single_header .text{
	font-size: .24rem;
	color: #666666;
	margin-top: .2rem;
}
.single_album .single_header .text span{
	display: inline-block;
	width: 1.16rem;
	height: .44rem;
	line-height: .44rem;
	text-align: center;
	font-size: .24rem;
	color: var(--pm-c);
	background: rgba(250,96,135,0.08);
	border-radius: .1rem;
	margin-right: .1rem;
}
.single_album .more_xg{
	margin-top: .32rem;
}
.single_album .more_xg span{
	font-weight: bold;
	font-size: .28rem;
	color: #333333;
	background: url(../images/album_more_icon.png) no-repeat top / contain;
	background-size: .2rem;
	padding-right: .24rem;
	background-position: top right;
	border-bottom: .14rem solid var(--pm-c);
	border-radius: .04rem;
	line-height: .4rem;
    height: .4rem;
    display: inline-block;
}
.single_album .more_xg .title{
	display: inline-block;
	width: 48%;
	height: .56rem;
	line-height: .56rem;
	border-radius: .12rem;
	border: .02rem solid var(--pm-c);
	padding: 0 .2rem 0 .6rem;
	background: url(../images/more_xg_icon.png) no-repeat .24rem / contain;
	background-size: .28rem;
	box-sizing: border-box;
	font-size: .24rem;
	color: var(--pm-c);
	margin-top: .24rem;
}
.single_album .more_xg .title:nth-of-type(odd){
	margin-right: 2%;
}

.single_album .album_recom{
	border-radius: .24rem;
	background: rgba(250,96,134,0.05) url(../images/single_album_tj.png) no-repeat top / contain;
	background-size: 100% 1.2rem;
	padding: 1.14rem .4rem .4rem;
	margin-top: .4rem;
	box-sizing: border-box;
}
.single_album .album_recom .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.single_album .album_recom .title{
	font-weight: bold;
	font-size: .28rem;
	color: #404040;
}
.single_album .album_recom .text{
	display: inline-block;
	margin: .08rem 0;
}
.single_album .album_recom .score{
	font-size: .36rem;
	color: #FFFFFF;
	background: url(../images/show_score_bg.png) no-repeat center / cover;
	width: 1rem;
	height: 1rem;
	text-align: center;
	line-height: 1rem;
	padding: 0;
}
.single_album .album_recom .down{
	display: inline-block;
	height: .8rem;
	width: 100%;
	line-height: .8rem;
	background: linear-gradient( 90deg, #FA6086 0%, #FF8AA7 100%);
	border-radius: .16rem;
	font-size: .28rem;
	color: #FFFFFF;
	margin-top: .32rem;
}


.new_album .wrap{
	margin-top: .4rem;
}
.new_album .wrap_header{
	height: 3.54rem;
	border: .02rem solid #EEEEEE;
	border-radius: .1rem;
	box-sizing: border-box;
}
.new_album .wrap_header .wrap_title{
	font-weight: bold;
	font-size: .28rem;
	color: #333333;
}
.new_album .wrap_header .text{
	margin-left: .2rem;
}
.new_album .top_wrap{
	height: .88rem;
	background: #F8F8F8;
	line-height: .88rem;
	padding: .24rem .3rem;
	box-sizing: border-box;
	border-radius: .1rem;
	box-sizing: border-box;
}
.new_album .wrap_header .score{
	font-weight: bold;
	margin: 0 .1rem;
	box-sizing: border-box;
	padding: 0;
}
.new_album .album_wrap{
	padding: .36rem .5rem;
	box-sizing: border-box;
}
.new_album .album_wrap .item{
	width: 1.68rem;
	text-align: center;
	box-sizing: border-box;
}
.new_album .album_wrap .item:not(:first-of-type){
	margin-left: .6rem;
}
.new_album .album_wrap .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	margin-bottom: .18rem;
	border-radius: .3rem;
}
.new_album .size{
	margin-left: .2rem;
}
/* 专辑详情 end*/

/* 礼包详情 */
.single_gift .single_header{
	border-radius: .24rem;
	border: .02rem solid rgba(250,96,134,0.4);
	padding: .3rem;
}
.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{
	font-size: .24rem;
	color: #666666;
	width: 43%;
	margin-top: .2rem;
}
.single_gift .single_header .text:nth-of-type(-n + 2){
	margin-top: 0;
}
.single_gift .single_header .text:nth-of-type(odd){
	width: 55%;
	margin-right: 2%;
}
.single_gift .single_header .text span{
	display: inline-block;
	width: 1.16rem;
	height: .44rem;
	line-height: .44rem;
	text-align: center;
	background: rgba(250,96,135,0.08);
	border-radius: .1rem;
	font-size: .24rem;
	color: var(--pm-c);
	margin-right: .1rem;
}

.single_gift .game_package_list .module-title{
	margin-bottom: .4rem;
}

.xg_news .row{
	margin-top: .4rem;
	padding-bottom: .36rem;
	border-bottom: .02rem dashed #E6E6E6;
}
.xg_news .item{
	width: calc(50% - .24rem);
	text-align: center;
	position: relative;
}
.xg_news .item:first-of-type{
	margin-right: .48rem;
}
.xg_news .item .time{
	width: .94rem;
	height: .48rem;
	background: url(../images/xg_news_time_bg.png) no-repeat center / contain;
	line-height: .4rem;
	text-align: center;
	font-weight: bold;
	font-size: .24rem;
	color: #FFFFFF;
	position: absolute;
	top: -0.04rem;
	left: -0.04rem;
	z-index: 1;
}
.xg_news .item .thumb{
	width: 100%;
	height: 1.92rem;
	margin-bottom: .2rem;
}


.hot_game .item{
	position: relative;
}
.hot_game .item::before{
	content: '';
	display: inline-block;
	width: .4rem;
	height: .4rem;
	position: absolute;
	top: -0.06rem;
    left: .86rem;
	background: url('../images/hot_icon.png') no-repeat center/contain;
	z-index: 1;
}
.hot_game .item .icon{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .24rem;
	margin-right: .24rem;
}
.hot_game .item .title{
	margin-bottom: .2rem;
}
/* 礼包详情 end*/


/* 手游详情 */
.single_game .single_header{
	background: url(../images/single_game_header_bg.png) no-repeat top / cover;
	background-size: 100%;
	padding: .3rem .4rem .4rem;
	box-sizing: border-box;
	margin-top: .6rem;
	position: relative;
}
.single_game .single_header::before{
	content: '';
	display: inline-block;
	width: .68rem;
	height: .68rem;
	position: absolute;
	top: -.03rem;
	right: .3rem;
	background: url('../images/single_game_header_icon.png') no-repeat center/contain;
}
.single_game .single_header .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: absolute;
	top: -0.56rem;
}
.single_game .single_header h1{
	font-weight: bold;
	font-size: .32rem;
	color: #1A1A1A;
	margin-bottom: .4rem;
	padding: 0 .62rem 0 1.7rem;
	box-sizing: border-box;
}
.single_game .single_header .text:nth-of-type(-n + 2){
	margin-top: 0;
}
.single_game .single_header .text{
	font-size: .24rem;
	color: #666666;
}
.single_game .single_header .text span{
	display: inline-block;
	width: 1.16rem;
	height: .44rem;
	line-height: .44rem;
	text-align: center;
	font-size: .24rem;
	color: var(--pm-c);
	background: rgba(250,96,135,0.08);
	border-radius: .1rem;
	margin-right: .1rem;
}
.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.2rem;
	margin-right: .28rem;	
}

.single_game .sliderBox .slide li img {
    width: 3.2rem;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: auto;
	border-radius: .1rem;
}
.game_info{
	margin-top: .4rem;
}
.game_info .uk-width-1-2:nth-of-type(2) p{
	text-align: right;
}
.game_info p{
	font-size: .28rem;
	color: #666666;
}
.game_info p a{
	border-bottom: .02rem solid #666666;
	display: inline-block;
    line-height: .24rem;
}
.game_info .uk-width-1-2:last-of-type{
	width: 100%;
}

.correlation_gl ul li:first-of-type{
	margin-top: .52rem;
}

.game_type_tj .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-bottom: .16rem;
}

.index_game_rank li .item{
	display: none;
}
.index_game_rank li.active .item{
	display: flex;
}
.index_game_rank li.active .li{
	display: none;
}
.index_game_rank .li{
	margin-top: .3rem;
	padding-bottom: .3rem;
	border-bottom: .02rem dashed #E6E6E6;
	/* padding-left: .08rem; */
	box-sizing: border-box;
}
.index_game_rank .li .icon{
	width: .4rem;
	height: .4rem;
	border-radius: .08rem;
	margin-right: .16rem;
}
.index_game_rank .li .num{
	width: .38rem;
	margin-right: .2rem;
	font-style: italic;
	font-size: .32rem;
	color: #999999;
}
.index_game_rank .li .type{
	margin-left: .2rem;
}
.index_game_rank .item{
	background: url('../images/game_rank_bg.png') no-repeat center/cover;
	padding: .3rem .2rem;
	box-sizing: border-box;
	position: relative;
	border-radius: .1rem;
}
.index_game_rank .item::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: .24rem;
	left: 2.2rem;
	background: url(../images/hot_icon.png) no-repeat left / contain;
	width: .4rem;
	height: .4rem;
	z-index: 1;
}
.index_game_rank .item .num{
	width: .7rem;
	font-size: .56rem;
    color: #FFFFFF;
    margin-right: 0rem;
    text-align: center;
    height: .5rem;
    line-height: .5rem;
	box-sizing: border-box;
	font-style: italic;
}
.index_game_rank .item .icon{
	width: 1.28rem;
	height: 1.28rem;
	border-radius: .3rem;
	margin-right: .34rem;
	margin-left: .28rem;
}
.index_game_rank .item .title{
	font-weight: bold;
	font-size: .32rem;
	color: #FFFFFF;
}
.index_game_rank .item p{
	color: #fff;
}
.index_game_rank .item .text{
	margin: .04rem 0;
}
/* 手游详情 end*/

/* 资讯详情 */
.single_news .single_header{
	text-align: center;
	height: 3.04rem;
	background: url('../images/single_news_header_bg.png') no-repeat center/contain;
	background-size: 100%;
	padding: .4rem .48rem;
}
.single_news .single_header h1{
	font-weight: bold;
	font-size: .36rem;
	color: #1A1A1A;
	line-height: .56rem;
	margin-bottom: .72rem;
}
.single_news .single_header .text{
	font-size: .24rem;
	color: #999999;
}
.single_news .module:nth-of-type(2){
	margin-top: 0;
}
.single_news .single_content p{
	text-indent: 2em;
}

.correlation_game .row{
	overflow: auto;
	margin-top: .2rem;
}
.correlation_game .item{
	width: 5.2rem;
	background: #FAFAFA;
	border-radius: .1rem;
	padding: .3rem;
	flex-shrink: 0;
	margin-left: .2rem;
	margin-top: .2rem;
	box-sizing: border-box;
}
.correlation_game .item:first-of-type{
	margin-left: 0;
}
.correlation_game .item .icon{
	width: 1.32rem;
	height: 1.32rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.correlation_game .item .title{
	margin-bottom: .08rem;
}
.correlation_game .item .text{
	margin-bottom: .1rem;
}
.correlation_game .item .down{
	display: inline-block;
	width: 1.36rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	border-radius: .12rem;
	border: .02rem solid #E6E6E6;
	font-size: .28rem;
	color: #666666;
}
/* 资讯详情 end*/

/* 排行榜详情 */
.single_rank .single_header{
	padding: .28rem 0;
	border-bottom: .02rem solid #EBEBEB;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
}
.single_rank .single_header h1{
	font-weight: bold;
	font-size: .32rem;
	color: #1A1A1A;
	margin-bottom: .2rem;
}
.single_rank .game_rank_list{
	padding: 0 .24rem;
	background-color: #fff;
	padding-top: .4rem;
	padding-bottom: .6rem;
}
.single_rank .game_rank_list .item:first-of-type{
	margin-top: 0;
}

.more_rank li{
	height: .76rem;
	background: #FFFFFF;
	border-radius: .1rem;
	border: .02rem solid #EBEBEB;
	line-height: .76rem;
	padding: 0 .2rem;
	box-sizing: border-box;
	margin-top: .24rem;
}
.more_rank li:first-of-type{
	margin-top: .32rem;
}
.more_rank li:hover{
	border-color: var(--pm-c);
}
.more_rank li .icon{
	width: .44rem;
	height: .44rem;
	border-radius: 50%;
	border: .02rem solid #fff;
}
.more_rank li .icon:nth-of-type(2){
	transform: translateX(.16rem);
}
.more_rank li .icon:nth-of-type(1){
	transform: translateX(.32rem);
}


.index_score_tj .item{
	height: 1.18rem;
	padding-left: 1.4rem;
	box-sizing: border-box;
	margin-top: .4rem;
	background: url('../images/score_tj_icon.png') no-repeat left/contain;
	background-size: 1.16rem 1.08rem;
}
.index_score_tj .item .title{
	margin-bottom: .24rem;
}

.hot_gl .item{
	margin-top: .4rem;
}
.hot_gl .item .tag{
	width: .86rem;
	height: .44rem;
	line-height: .44rem;
	text-align: center;
	font-size: .24rem;
	color: #FFFFFF;
	background: url('../images/tag_bg.png') no-repeat center/contain;
	text-indent: -4px;
}
.hot_gl .item .thumb{
	width: 2rem;
	height: 1.52rem;
	margin: 0 .3rem 0 .18rem;
}
.hot_gl .item .title{
	margin-bottom: .18rem;
}
.hot_gl li {
	margin-top: .4rem;
}
.hot_gl li .tag{
	width: .8rem;
	height: .44rem;
	line-height: .44rem;
	text-align: center;
	background: rgba(250,96,135,0.1);
	border-radius: .08rem;
	font-size: .24rem;
	color: var(--pm-c);
	margin-right: .24rem;
}


.score_game .icon{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .24rem;
}
.score_game .item .title{
	margin-top: .16rem;
}
.score_game .item .info{
	margin-left: .3rem;
}
.score_game .item .info .score{
	margin-right: .2rem;
	padding-left: .32rem;
	background: url(../images/rank_star1.png) no-repeat left / contain;
	background-size: .28rem;
}
.score_game .item .info .title{
	margin-bottom: .2rem;
	margin-top: 0;
}


.index_new_game .item{
	padding-bottom: .32rem;
    border-bottom: .02rem solid #F2F2F2;
    margin-bottom: .32rem;
}
.index_new_game .item:nth-of-type(2){
	margin-top: .4rem;
}
.index_new_game .item:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.index_new_game .item .title{
	margin-bottom: .24rem;
}
.index_new_game .item .thumb{
	width: 2.4rem;
	height: 1.52rem;
	margin-right: .3rem;
}
.index_new_game .item .desc{
	line-height: .48rem;
	margin-bottom: .04rem;
}
.index_new_game .item b{
	position: relative;
	font-weight: bold;
	font-size: .24rem;
	color: var(--pm-c);
	padding-left: .34rem;
	box-sizing: border-box;
	background: url('../images/trends_icon.png') no-repeat left/contain;
	background-size: .28rem;
	margin-right: .24rem;
}
.index_new_game .item b::before{
	content: '';
	width: 100%;
	height: .14rem;
	background-color: rgba(250,96,135,0.14);
	position: absolute;
	bottom: -0.02rem;
	left: 0;
	border-radius: .04rem;
}

.tj_album .item .thumb{
	width: 2.4rem;
	height: 1.4rem;
	margin-right: .3rem;
}
.tj_album .item{
	margin-bottom: .48rem;
}
.tj_album .item:nth-of-type(2){
	margin-top: .4rem;
}
.tj_album li .text{
	margin-left: .2rem;
}
.tj_album li:first-of-type{
	margin-top: 0;
}
.tj_album .item .text:first-of-type{
	margin-top: .1rem;
	margin-bottom: .1rem;
}
.tj_album .score{
	font-weight: bold;
	padding-left: 0;
	margin-right: .1rem;
}


.index_jx_gl .item{
	padding-bottom: .32rem;
	border-bottom: .02rem dashed #E6E6E6;
}
.index_jx_gl .item:not(:first-of-type){
	margin-top: .34rem;
}
.index_jx_gl .item:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
}
.index_jx_gl .item:not(:nth-of-type(2)) .thumb{
	display: none;
}
.index_jx_gl .item .thumb{
	width: 2.4rem;
	height: 1.52rem;
	margin-right: .3rem;
}
.index_jx_gl .item .title{
	padding-left: .48rem;
	background: url('../images/gl_dot.png') no-repeat left/contain;
	background-size: .32rem;
}
.index_jx_gl .item .desc{
	margin: .16rem 0;
}
.index_jx_gl .item .text{
	padding-left: .36rem;
	background: url('../images/avatar.png') no-repeat left/contain;
	background-size: .28rem;
	margin-right: .6rem;
}
.index_jx_gl .item .time{
	padding-left: .36rem;
	background: url('../images/home_time_icon.png') no-repeat left/contain;
	background-size: .28rem;
}
/* 排行榜详情 end*/


/* 开服 */
.kaifu{
	padding-bottom: .8rem;
	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{
	padding: .4rem .24rem 0;
}
.kaifu_warp .item{
	padding-bottom: .32rem;
	margin-bottom: .32rem;
	border-bottom: .02rem solid #F2F2F2;
}
.kaifu_warp .item:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.kaifu_warp .item .icon{
	width: 1.24rem;
	height: 1.24rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.kaifu_warp .item .title{
	max-width: calc(100% - .72rem);
	padding-right: .1rem;
	box-sizing: border-box;
}
.kaifu_warp .item .time{
	margin: .1rem 0;
}
.kaifu_warp .item .down{
	display: inline-block;
	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;
}
/* 开服 end*/
