:root {
	--pm-c: #6153C3;
}

/*隐藏类*/
.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 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 {
	display: inline-block;
	height: .32rem;
	border-bottom: .02rem solid #4D4D4D;
}

#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.3;
	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/index_score.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 i {
	display: inline-block;
	width: .32rem;
	height: .32rem;
	/* background-repeat: no-repeat; */
	border-radius: .06rem;
	vertical-align: middle;
	padding: .04rem;
}

.platform .az_ {
	background: #BFBFBF url(../images/az.png) no-repeat center/contain;
}

.platform .az {
	background: #89BE55 url(../images/az.png) no-repeat center/contain;
}

.platform .ios_ {
	background: #BFBFBF url(../images/ios.png) no-repeat center/contain;
}

.platform .ios {
	background: var(--pm-c) url(../images/ios.png) no-repeat center/contain;
}

/*分页*/
.pagination {
	padding: 1.2rem 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: .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: .52rem;
	height: .56rem;
	background: url('../images/hot_news_icon.png') no-repeat center/contain;
	margin-right: .2rem;
}

.list-container li.dot_::before {
	display: inline-block;
	content: "";
	left: 0;
	width: .08rem;
	height: .08rem;
	background-color: #E6E6E6;
	border-radius: 50%;
	position: absolute;
}

/* 圆点 */
.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 {
	font-size: .28rem;
	color: #999999;
	width: .24rem;
	height: .34rem;
	font-weight: bold;
}

/* 评分图标 */
/* 评分 */
.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; */
	/* padding-bottom: .26rem; */
	margin-bottom: .4rem;
}

.module-title .title {
	font-size: .36rem;
	font-weight: bold;
	color: #333333;
	/* letter-spacing: .04rem; */
	height: .52rem;
	line-height: .52rem;
	padding: 0 .22rem 0 .3rem;
	position: relative;
	z-index: 1;
	background: linear-gradient(270deg, rgba(97, 83, 195, 0.2) 0%, rgba(97, 83, 195, 0) 100%);
}

.module-title .title::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: "";
	width: 0.24rem;
	height: 0.24rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/public_title_before.png);
	z-index: -1;
}

.module-title .more {
	font-size: .24rem;
	color: var(--pm-c);
	position: relative;
	padding-right: .36rem;
}

.module-title .more::after {
	display: block;
	content: "";
	background: var(--pm-c);
	width: .28rem;
	height: .28rem;
	background: var(--pm-c) url(../images/public_title_more.png) no-repeat center/contain;
	background-size: .24rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .28rem;
	height: .28rem;
	border-radius: .08rem;
}

/* .module-title .title::before {
	display: inline-block;
	width: .1rem;
	height: .34rem;
	background-color: var(--pm-c);
	border-radius: .2rem;
	left: 0;
} */

/* 列表页公共样式 */
/* 菜单栏 */
.menu_nav {
	background: rgba(97,83,195,0.05);
	border-radius: .12rem;
	padding-bottom: .2rem;
	/* padding-right: .48rem; */
	/* padding-left: .04rem; */
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.menu_nav li {
	margin-left: .12rem;
	background: rgba(255, 255, 255, 0.8);
	border-radius: .12rem;
	border: .02rem solid rgba(224, 83, 87, 0.14);
	/* width: 2.08rem; */
	height: .56rem;
	text-align: center;
	line-height: .56rem;
	display: inline-block;
	margin-top: .2rem;
	box-sizing: border-box;
}

.menu_nav li.active {
	background: linear-gradient( 0deg, #B587EB 0%, #6153C3 100%);
}

.menu_nav li a {
	font-size: .28rem;
	color: #808080;
	display: inline-block;
	width: 100%;
	padding: 0 .2rem;
	box-sizing: border-box;
}

.menu_nav li.active a {
	color: #FFFFFF;
}


/* 头尾 */
.header {
	width: 100%;
	background: url('../images/header_bg.png') no-repeat center/contain;
	background-size: 100% 100%;
	padding: 1.2rem 0 0 0;
	box-sizing: border-box;
}

.header .logo {
	width: auto;
	height: .6rem;
}

.header .header_top {
	padding: 0 .24rem;
}

.search {
	width: 2.8rem;
	height: .6rem;
	border-radius: .08rem;
	overflow: hidden;
	display: flex;
	margin-left: .2rem;
	background: #fff;
	padding: 0 .26rem;
	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;
	padding-left: .3rem;
}

.search .search_btn {
	display: inline-block;
	width: .26rem;
	height: .26rem;
	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;
	margin-top: .3rem;
	padding: .12rem .24rem;
	height: .8rem;
	background: #F1F1FF;
}

.header .nav li {
	flex-shrink: 0;
	/* min-width: 1.5rem; */
	/* text-align: center; */
	/* height: .6rem; */
	/* line-height: .6rem; */
	padding: 0 .3rem;
	height: .56rem;
	line-height: .56rem;
	box-sizing: border-box;
}

.header .nav li.active {
	background: #E7DDFF;
	border-radius: 0px 20px 0px 20px;
}

.header .nav li a {
	width: 100%;
	font-size: .28rem;
	color: var(--pm-c);
	display: inline-block;
}


/* .header .nav li.active a::before{
	background: url(../images/nav_icon.png) no-repeat center/contain;
	width: .18rem;
	height: .18rem;
	position: absolute;
	content: "";
	display: inline-block;
	bottom: -0.04rem;
    left: 50%;
    transform: translateX(-50%);
} */

.footer {
	background-color: #333;
	padding: .4rem .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;
}

/* 友情链接 */
.home_link ul {
	margin-left: -0.3rem;
	margin-top: .2rem;
}

.home_link ul li {
	display: inline-block;
	margin-top: .2rem;
	margin-left: .24rem;
	border-radius: .08rem;
	border: .02rem solid #E6E6E6;
	padding: .1rem .16rem;
}

.home_link ul li a {
	font-size: .24rem;
	color: #666666;
	letter-spacing: .02rem;
}


/* .home_link ul li::after {
	content: '|';
	display: inline-block;
	color: #999;
	margin-left: .2rem;
}

.home_link ul li:last-child::after {
	display: none;
}

.home_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: .36rem;
	color: var(--pm-c);
	letter-spacing: .02rem;
	/* background: url(../images/gift_show_icon.png) no-repeat left / contain; */
	margin: .3rem 0;
	display: inline-block;
	padding: 0 .32rem;
	position: relative;
}

.single .single_content h2::before,
.single .single_content h3::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .12rem;
	height: .12rem;
	background: var(--pm-c);
}

.single .single_content h2::after,
.single .single_content h3::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .12rem;
	height: .12rem;
	background: var(--pm-c);
}

.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%;
	margin: .6rem auto;
}

.single_content_title {
	width: 2.96rem;
	height: .8rem;
	line-height: .8rem;
	background: url('../images/show_gift_h2bg.png') no-repeat center/contain;
	font-weight: bold;
	font-size: .36rem;
	color: #1A1A1A;
	margin: .36rem auto 0;
	text-align: center;
}

/* .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 .btn,
.single .down-href .ajax-btn {
	position: relative;
	display: block;
	font-size: .32rem;
	color: #fff;
	height: .9rem;
	line-height: .9rem;
	text-align: center;
	width: 100%;
}

.single .down-href .sy,
.single .down-href .ios,
.single .down-href .mob,
.single .down-href .xz,
.single .down-href .ajax-btn {
	background: url('../images/xz_bg.png') no-repeat center/contain;
	background-size: 100% 100%;
}

.single .down-href .az,
.single .down-btn .lb {
	background: url('../images/lb_bg.png') no-repeat center/contain;
	background-size: 100% 100%;
}

/* .single .down-href .az a,
.single .down-href .az span {
	background-image: url('../images/az.png');
}

.single .down-href .ios a,
.single .down-href .ios span {
	background-image: url('../images/ios.png');
}

.single .down-href .pc a,
.single .down-href .pc span {
	background-image: url('../images/pc.png');
}

.single .down-href .mob a,
.single .down-href .mob span {
	background-image: url('../images/play.png');
}

.single .down-href .sy a,
.single .down-href .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-href .xz a,
.single .down-href .xz span {
	/* background: url('../images/gift_game_icon.png') no-repeat left/cover; */
	/* background-size: .32rem; */
	/* padding-left: .58rem; */
}

.single .down-btn .none,
.single .down-href .none {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
	opacity: .6;
}

/* 单页  关于我们 */
.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 {
	background: #F7F7F7;
	margin-left: .1rem;
	margin-bottom: .1rem;
}

.page-nav li a {
	display: inline-block;
	width: 1.68rem;
	height: .62rem;
	text-align: center;
	line-height: .62rem;
	padding: 0 .1rem;
	box-sizing: border-box;
	font-size: .28rem;
	color: #8C8C8C;
	border-radius: .08rem;
}

.page-nav li.active a {
	background: linear-gradient(90deg, #E05357 0%, #FB817C 100%);
	color: #FFFFFF;
}

.page .page-title {
	font-weight: bold;
	font-size: .28rem;
	color: #1A1A1A;
	margin: .4rem 0 .24rem;
	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;
}

.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;	 */
}

.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: 7.76rem;
	padding-bottom: 3.16rem;
	padding-top: .38rem;
	box-sizing: border-box;
}

.page-error img {
	width: 50%;
	margin: 2.45rem auto 1rem;
}

.page-error .page-404 {
	width: 4.6rem;
	height: 4.6rem;
	margin: 0 auto;
	background: url(../images/404.png) no-repeat center/contain;
	margin-top: .5rem;
}

.page-error .page-500 {
	width: 4.6rem;
	height: 4.6rem;
	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;
	line-height: .6rem;
	transform: translateY(-0.36rem);
}

.page-error a.go-home {
	width: 2.2rem;
	height: .8rem;
	border: .02rem solid var(--pm-c);
	line-height: .8rem;
	text-align: center;
	font-size: .28rem;
	color: var(--pm-c);
	display: inline-block;
	border-radius: .16rem;
	transform: translateY(-0.36rem);
}


/* 首页 */
/* 模块 */
.module {
	padding: .4rem .24rem;
	box-sizing: border-box;
	background: #FFFFFF;
	margin-top: .2rem;
}

.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_hotGame {
	padding: .24rem .3rem .24rem .36rem;
	position: relative;
	z-index: 1;
}

.home_hotGame::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: "";
	width: 3.7rem;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/index_l.png);
	z-index: -1;
}

.home_hotGame::after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	content: "";
	width: 3.7rem;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/index_r.png);
	z-index: -1;
}

.home_hotGame .box {
	margin-right: 0.46rem;
	position: relative;
}

.home_hotGame .hot {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/hot.png);
}

.home_hotGame .box:last-child {
	margin-left: 0.46rem;
	margin-right: 0;
}

.home_hotGame .itemBox {
	margin-left: -0.32rem;
}

.home_hotGame .itemBox .uk-width-1-2 {
	padding-left: 0.32rem;
}

.home_hotGame .itemBox .item {
	text-align: center;
}

.home_hotGame .itemBox .item .thum {
	width: 1.2rem;
	height: 1.2rem;
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: .3rem;
	margin: 0 auto .12rem;
}

.home_hotGame .itemBox .item .title {
	font-size: .24rem;
	color: #333;
}

.home_hotGame .itemBox .item .title a {
	color: #333;
}

.bg {
	padding: .24rem;
	box-sizing: border-box;
	background: #FFFFFF;
}

.index_jxzj {
	margin-top: 0.2rem;
}

.index_jxzj .itemBox {
	flex-wrap: wrap;
}

.index_jxzj .itemBox .item {
	height: .48rem;
	line-height: .48rem;
	padding: 0 .2rem;
	background: #FFBC58;
	border-radius: 1.98rem;
	margin-right: 0.24rem;
	max-width: 48%;
	margin-bottom: 0.2rem;
}

.index_jxzj .itemBox .item:last-child {
	margin-bottom: 0;
}

.index_jxzj .itemBox .item:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.index_jxzj .itemBox .item:nth-child(2n) {
	margin-right: 0;
}

.index_jxzj .itemBox .item:nth-child(2) {
	background-color: #67A2FF;
}

.index_jxzj .itemBox .item:nth-child(3) {
	background-color: #FFB3A8;
}

.index_jxzj .itemBox .item:nth-child(4) {
	background-color: #61E09A;
}

.index_jxzj .itemBox .item:nth-child(5) {
	background-color: #B09AE0;
}

.index_jxzj .itemBox .item:nth-child(6) {
	background-color: #61E0D3;
}

.index_jxzj .itemBox .item .title {
	font-size: .24rem;
	color: #fff;
}

.index_jxzj .itemBox .item .title a {
	color: #fff;
}


/* 新发现 */
.home_discover {}

/* 
.home_discover p {
	height: 1.12rem;
	background: url(../images/game_bg.png) no-repeat top / contain;
	padding: .22rem .4rem .42rem .4rem;
	box-sizing: border-box;
	font-weight: bold;
	font-size: .36rem;
	color: var(--pm-c);
} */


.home_discover .itemBox {
	margin-left: -0.48rem;
}

.home_discover .itemBox .uk-width-1-4 {
	padding-left: 0.48rem;
}

.home_discover .itemBox .uk-width-1-4.uk-grid-margin {
	margin-top: 0.44rem;
}

.home_discover .item {
	text-align: center;
	box-sizing: border-box;
}

.home_discover .item .title {
	font-size: .26rem;
}

.home_discover .item .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin: 0 auto .16rem;
}

/* 新发现 end*/

/* 最新资讯 */
.home_new_xz .itemBox .item {
	margin-bottom: .32rem;
	padding-bottom: .3rem;
	border-bottom: .02rem solid #F2F2F2;
}

.home_new_xz .itemBox .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.home_new_xz .itemBox .item .text {
	margin: .2rem 0;
}

.home_new_xz .itemBox .item .time {
	padding-left: .32rem;
	position: relative;
	font-size: .24rem;
	color: #999;
}

.home_new_xz .itemBox .item .time::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .28rem;
	height: .28rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/time_icon.png);
}

.home_new_xz .item .before-middle {
	font-weight: bold;
	font-size: .24rem;
	color: var(--pm-c);
	padding-left: .2rem;
	box-sizing: border-box;
}

.home_new_xz .item .before-middle::before {
	content: "";
	width: .08rem;
	height: .08rem;
	background: var(--pm-c);
	margin-right: .12rem;
	left: 0;
}

.home_new_xz .item .thumb {
	width: 2rem;
	height: 1.4rem;
	margin-right: .3rem;
}

/* 最新资讯 end*/

/* 头条资讯 */
.home_big_news .module-title {
	margin-bottom: .4rem;
}

.home_big_news .item {
	margin-bottom: .32rem;
	padding-bottom: .3rem;
	border-bottom: .02rem solid #F2F2F2;
}

.home_big_news .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.home_big_news .item .time {
	width: 1.08rem;
	background: url(../images/index_time_bgi.png) no-repeat top / contain;
	background-size: 1.08rem;
	padding-top: 1.24rem;
	box-sizing: border-box;
	margin-left: .32rem;
	text-align: center;
	font-size: .28rem;
	color: #ccc;
}

.home_big_news .item .title {
	font-weight: bold;
	font-size: .32rem;
}

.home_big_news .item .desc {
	line-height: .48rem;
	margin-top: .24rem;
	text-wrap: wrap;
}

/* 头条资讯 end*/

/* 手游下载 */
.home_app .item:first-of-type {
	margin-top: .4rem;
}

.home_app .item {
	padding-bottom: .32rem;
	border-bottom: .02rem solid #F2F2F2;
	box-sizing: border-box;
	margin-top: .32rem;
}

.home_app .item:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.home_app .item .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .36rem;
	margin-right: .3rem;
}

.home_app .item .text {
	margin-top: .24rem;
}

.home_app .item .type {
	margin: .2rem 0;
	display: inline-block;
}

.home_app .item .down {
	display: block;
	width: 1.36rem;
	height: .64rem;
	background: rgba(97, 83, 195, 0.1);
	border-radius: .12rem;
	text-align: center;
	line-height: .64rem;
	margin-left: .1rem;
	font-size: .28rem;
	color: var(--pm-c);
}

/* 手游下载 end*/

/* 热门资讯 */
.home_hot_news .thumb {
	width: 47%;
	height: 1.8rem;
}

.home_hot_news .list-container li .dot {
	background-image: url(../images/index_book.png);
}

.home_hot_news .thumb:first-of-type {
	margin-right: .36rem;
}

.home_hot_news li:first-of-type {
	margin-top: .36rem;
}

.home_hot_news li {
	margin-top: .48rem;
}

.home_hot_news li .get {
	width: 1.28rem;
	height: .6rem;
	background: #F2F2F2;
	border-radius: .12rem;
	font-size: .28rem;
	color: #999999;
	text-align: center;
	line-height: .6rem;
	margin-left: .2rem;
}

.home_hot_news li .time {
	margin-left: 0;
	margin-top: .2rem;
	display: inline-block;
}

/* 热门资讯 end*/

/* 热门攻略 */
.home_hot_gl .itemBox .item {
	position: relative;
	margin-bottom: .6rem;
}

.home_hot_gl .itemBox .item:last-child {
	margin-bottom: 0;
}

.home_hot_gl .itemBox .item .desc::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .24rem;
	height: .24rem;
	background-color: rgba(97, 83, 195, 0.2);
	z-index: 1;
}

.home_hot_gl .itemBox .item .desc::after {
	position: absolute;
	left: .06rem;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: .12rem;
	height: .12rem;
	background-color: var(--pm-c);
	z-index: 2;
}

.home_hot_gl .itemBox .item::before {
	position: absolute;
	left: .12rem;
	bottom: 0;
	display: block;
	content: "";
	width: 0rem;
	height: .52rem;
	border-left: .02rem dashed #D9D9D9;
	z-index: 1;
}

.home_hot_gl .item .title {
	padding-left: .54rem;
}

.home_hot_gl .item .time {
	font-size: .24rem;
	color: #999;
	padding-left: .54rem;
}

.home_hot_gl .item .desc {
	margin: .24rem 0;
	padding-left: .54rem;
	padding-left: .54rem;
	position: relative;
	font-size: .24rem;
	color: #999;
}

/* 热门攻略 end*/

/* 排行榜 */
.home_rank .tab_trigger {
	background: rgba(97, 83, 195, 0.05);
	border-radius: .12rem;
	padding: .2rem 0 .2rem;
	display: flex;
	margin: .4rem 0 .6rem;
}

.home_rank .tab_trigger li {
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	border-radius: .12rem;
	border: .02rem solid rgba(97, 83, 195, 0.14);
	font-size: .28rem;
	color: #999999;
	padding: 0 .26rem;
	box-sizing: border-box;
}

.home_rank .tab_trigger li.active {
	background: linear-gradient(180deg, #B587EB 0%, #6153C3 100%);
	color: #fff;
}

.rank_content {
	display: none;
}

.rank_content.active {
	display: block;
}

.home_rank .item {
	width: 2.2rem;
	height: 2.8rem;
	position: relative;
	text-align: center;
	padding: .24rem;
	box-sizing: border-box;
}

.home_rank .item:nth-of-type(2) {
	margin: 0 .2rem;
}

.home_rank .item:nth-of-type(1) {
	background: url(../images/rank_bg2.png) no-repeat left / contain;
}

.home_rank .item:nth-of-type(2) {
	transform: translateY(-0.2rem);
	background: url(../images/rank_bg1.png) no-repeat left / contain;
}

.home_rank .item:nth-of-type(3) {
	background: url(../images/rank_bg3.png) no-repeat left / contain;
}

.rank_content .item .num {
	width: .48rem;
	height: .48rem;
	line-height: .48rem;
	text-align: center;
	font-size: .24rem;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 1.28rem;
	z-index: 1;
}

.rank_content .item:nth-of-type(1) .num {
	background: url(../images/rank_icon2.png) no-repeat left / contain;
}

.rank_content .item:nth-of-type(2) .num {
	background: url(../images/rank_icon1.png) no-repeat left / contain;
}

.rank_content .item:nth-of-type(3) .num {
	background: url(../images/rank_icon3.png) no-repeat left / contain;
}

.rank_content .item .icon {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
}

.rank_content .item .title {
	margin: .32rem 0 .12rem;
}

.rank_content li {
	margin-top: .64rem;
}

.rank_content li:first-of-type {
	margin-top: .46rem;
}

.rank_content li .icon {
	width: .92rem;
	height: .92rem;
	border-radius: 50%;
	margin-left: .36rem;
	margin-right: .3rem;
}

.rank_content li .down {
	width: 1.36rem;
	height: .64rem;
	background: rgba(97,83,195,0.1);
	border-radius: .12rem;
	text-align: center;
	line-height: .64rem;
	font-size: .28rem;
	color: var(--pm-c);
}

.rank_content li .num {
	font-style: italic;
}

.rank_content li .score {
	margin-left: 0rem;
	margin-right: .16rem;
}

/* 排行榜 end*/

/* 手游专辑 */
.list_zj {
	background-color: #fff;
	padding-top: .4rem;
	padding: .4rem .24rem 0;
}

.list_zj .zj_menu_nav {
	margin: 0 auto .4rem;
	background: rgba(224, 83, 87, 0.05);
	border-radius: .12rem;
	padding: .2rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	width: 3.96rem;
}

.list_zj .zj_menu_nav li {
	margin-left: .2rem;
	width: 1.68rem;
	height: .6rem;
	background: rgba(255, 255, 255, 0.8);
	border-radius: .12rem;
	text-align: center;
	line-height: .6rem;
	padding: 0 .1rem;
	box-sizing: border-box;
}

.list_zj .zj_menu_nav li:first-of-type {
	margin-left: 0;
}

.list_zj .zj_menu_nav li.active {
	background: linear-gradient(180deg, #E05357 0%, #C41F24 100%);
}

.list_zj .zj_menu_nav li.active a {
	color: #fff;
}

.list_zj .zj_menu_nav li a {
	font-size: .28rem;
	color: #8C8C8C;
	display: inline-block;
	width: 100%;
}

.list_zj_warp {
	background: #FFFFFF;
	border-radius: .24rem;
	border: .02rem solid #EBEBEB;
	text-align: center;
	padding: .3rem;
	margin-top: .28rem;
}

.list_zj_warp:first-of-type {
	margin-top: 0;
}

.list_zj_warp .warp_title {
	font-weight: bold;
	font-size: .32rem;
	color: #1A1A1A;
	position: relative;
	display: inline-block;
	margin-bottom: .1rem;
}

.list_zj_warp .warp_title::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: .1rem;
	background-color: rgba(224, 83, 87, 0.4);
	position: absolute;
	left: 0rem;
	bottom: .08rem;
}

.list_zj_warp .text {
	font-size: .24rem;
	color: #999999;
}

.list_zj_warp .num {
	font-weight: bold;
	font-size: .24rem;
	color: var(--pm-c);
}

.list_zj_warp .time {
	background: url(../images/zj_time_icon.png) no-repeat left / contain;
	background-size: .32rem;
	padding-left: .32rem;
	font-size: .24rem;
	color: #999999;
}

.list_zj_warp .item {
	width: 2rem;
	height: 1.8rem;
	background: #F7F7F7;
	border-radius: .28rem .28rem .16rem .52rem;
	text-align: center;
	margin-left: .2rem;
	margin-top: .8rem;
}

.list_zj_warp .item:first-of-type {
	margin-left: 0rem;
}

.list_zj_warp .item .icon {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
}

.list_zj_warp .item .icon,
.list_zj_warp .item .title,
.list_zj_warp .item .size {
	transform: translateY(-0.44rem);
}

.list_zj_warp .item .title {
	margin: .1rem 0;
	padding: 0 .1rem;
	box-sizing: border-box;
}

/* 手游专辑 end*/

/* 游戏礼包 */
.game_package_list .item {
	border-radius: .24rem;
	border: .02rem solid #EBEBEB;
	padding: .24rem;
	box-sizing: border-box;
	position: relative;
	height: 2.06rem;
	margin-top: .48rem;
}

.game_package_list .item:first-of-type {
	margin-top: .24rem;
}

.game_package_list .item .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
	transform: translateY(-0.48rem);
}

.game_package_list .item .title {
	font-weight: bold;
	font-size: .32rem;
	margin-bottom: .1rem;
}

.game_package_list .item .desc {
	margin-top: .24rem;
	padding-right: 1.42rem;
	box-sizing: border-box;
	transform: translateY(-0.48rem);
}

.game_package_list .item .get {
	content: "";
	display: inline-block;
	text-align: center;
	width: 1.56rem;
	line-height: .64rem;
	text-align: center;
	border-radius: .24rem 0rem .24rem 0rem;
	position: absolute;
	right: 0rem;
	bottom: 0rem;
	font-size: .28rem;
	color: #fff;
	background: var(--pm-c) url(../images/gift_icon.png) no-repeat .32rem / contain;
	background-size: .32rem;
	/* padding: .18rem .32rem; */
	padding-left: .36rem;
	box-sizing: border-box;
}

/* 游戏礼包 end*/


/* 游戏列表 */
.list_game {
	padding: .24rem;
	box-sizing: border-box;
	background-color: #fff;
}

.list_game .menu_nav {
	margin-bottom: .4rem;
}

.list_game_warp .item {
	border-bottom: .02rem solid #EBEBEB;
	padding-bottom: .32rem;
	box-sizing: border-box;
	margin-top: .32rem;
}

.list_game_warp .item:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}

.list_game_warp .item .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
}

.list_game_warp .item .type {
	margin: .08rem 0;
	display: inline-block;
}

.list_game_warp .item .down {
	display: block;
	width: 1.36rem;
	height: .64rem;
	background: rgba(224, 83, 87, .1);
	border-radius: .12rem;
	text-align: center;
	line-height: .64rem;
	margin: .32rem 0 .24rem;
	font-size: .28rem;
	color: var(--pm-c);
}

.list_game_warp .item .text {
	margin-top: .24rem;
}

/* 游戏列表 end*/

/* 资讯列表 */
.list_news {
	padding: .4rem .24rem .24rem .24rem;
	box-sizing: border-box;
	background-color: #fff;
}

.list_news_warp .item {
	border-bottom: .02rem solid #F2F2F2;
	padding-bottom: .32rem;
	margin-top: .32rem;
}

.list_news_warp .item:first-of-type {
	margin-top: .4rem;
}

.list_news_warp .item:last-of-type {
	border: none;
	padding-bottom: 0rem;
}

.list_news_warp .item .thumb {
	width: 2.2rem;
	height: 1.48rem;
	margin-right: .3rem;
	border-bottom: .02rem solid #F2F2F2;
	padding-bottom: .4rem;
}

.list_news_warp .item .desc {
	margin-top: .12rem;
	margin-bottom: .2rem;
}

.list_news_warp .item .text {
	background: url(../images/website.png) no-repeat left / contain;
	background-size: .28rem;
	padding-left: .36rem;
	margin-right: .3rem;
}

.list_news_warp .item .time {
	background: url(../images/time_icon.png) no-repeat left / contain;
	background-size: .28rem;
	padding-left: .36rem;
}

.list_news_warp .item .get {
	background: rgba(97,83,195,0.1) url(../images/more2.png) no-repeat center / contain;
	background-size: .28rem;
	width: .36rem;
	height: .36rem;
	border-radius: 50%;
}

/* 资讯列表 end*/

/* 排行榜大全 */
.rank_list_warp {
	background-color: #fff;
}

.rank_banner {
	background: url(../images/rank_banner.png) no-repeat center / contain;
	width: 100%;
	height: 2.2rem;
}

.rank_news_warp {
	padding: 0 .24rem;
	box-sizing: border-box;
}

.rank_news_warp .item {
	border-radius: .24rem;
	/* border: .02rem solid #EBEBEB; */
	padding: .4rem .46rem .4rem;
	box-sizing: border-box;
	margin-top: .28rem;
	/* background: linear-gradient( 180deg, #EFF8FF 0%, rgba(239,248,255,0) 100%); */
}

.rank_news_warp .item:first-of-type {
	margin-top: .36rem;
}

.rank_news_warp .item .rank_title {
	text-align: center;
	font-weight: bold;
	position: relative;
}

.rank_news_warp .item .rank_title::before,
.rank_news_warp .item .rank_title::after {
	content: "";
	display: inline-block;
	width: .44rem;
	height: 1rem;
	position: absolute;
	top: -0.1rem;
}

.rank_news_warp .item .rank_title::before {
	left: 0rem;
}

.rank_news_warp .item .rank_title::after {
	right: 0rem;
}

.rank_news_warp .item:nth-of-type(3n - 2) .rank_title::before {
	background: url(../images/rank1_l.png) no-repeat center / cover;
}

.rank_news_warp .item:nth-of-type(3n - 1) .rank_title::before {
	background: url(../images/rank2_l.png) no-repeat center / cover;
}

.rank_news_warp .item:nth-of-type(3n) .rank_title::before {
	background: url(../images/rank3_l.png) no-repeat center / cover;
}

.rank_news_warp .item:nth-of-type(3n - 2) .rank_title::after {
	background: url(../images/rank1_r.png) no-repeat center / cover;
}

.rank_news_warp .item:nth-of-type(3n - 1) .rank_title::after {
	background: url(../images/rank2_r.png) no-repeat center / cover;
}

.rank_news_warp .item:nth-of-type(3n) .rank_title::after {
	background: url(../images/rank3_r.png) no-repeat center / cover;
}

.rank_news_warp .item .rank_title p {
	font-weight: bold;
	font-size: .32rem;
}

.rank_news_warp .item .rank_title .time {
	font-weight: bold;
	font-size: .24rem;
}

.rank_news_warp .item:nth-of-type(3n - 2) .rank_title p {
	color: #6FB6EA;
}

.rank_news_warp .item:nth-of-type(3n - 1) .rank_title p {
	color: #DBB225;
}

.rank_news_warp .item:nth-of-type(3n) .rank_title p {
	color: #C78F64;
}

.rank_news_warp .item:nth-of-type(3n - 2) {
	background: url(../images/rank_news_bg1.png) no-repeat top / cover;
	background-size: 100% 100%;
}

.rank_news_warp .item:nth-of-type(3n - 1) {
	background: url(../images/rank_news_bg2.png) no-repeat top / contain;
	background-size: 100% 100%;
}

.rank_news_warp .item:nth-of-type(3n) {
	background: url(../images/rank_news_bg3.png) no-repeat top / contain;
	background-size: 100% 100%;
}

.rank_news_warp .item .tab_box {
	margin-top: .4rem;
}

.rank_news_warp .item .tab_box .text:nth-of-type(2) {
	margin-left: 1.1rem;
	margin-right: 3.3rem;
}

.rank_news_warp .item .li .num {
	display: inline-block;
	width: .24rem;
	text-align: center;
	font-weight: bold;
	font-size: .36rem;
}

.rank_news_warp .item .li .icon {
	width: .92rem;
	height: .92rem;
	margin-right: .22rem;
	margin-left: .3rem;
	border-radius: 1.98rem;
}

.rank_news_warp .item .li .title {
	margin-bottom: .16rem;
}

.rank_news_warp .item .li .text {
	margin-left: .2rem;
}

.rank_news_warp .item .get {
	font-size: .28rem;
	width: 100%;
	text-align: center;
	margin-top: .4rem;
	display: inline-block;
}

.rank_news_warp .item:nth-of-type(3n - 2) .get {
	color: #6FB6EA;
}

.rank_news_warp .item:nth-of-type(3n - 1) .get {
	color: #DBB225;
}

.rank_news_warp .item:nth-of-type(3n) .get {
	color: #C78F64;
}

.rank_news_warp .item .li {
	margin-top: .4rem;
}

.rank_news_warp .item .li:first-of-type {
	margin-top: .24rem;
}

.rank_news_warp .item .li:nth-of-type(3) .num {
	color: #F8D352;
}

.rank_news_warp .item .li:nth-of-type(4) .num {
	color: #9FCDEF;
}

.rank_news_warp .item .li:nth-of-type(5) .num {
	color: #D8AA86;
}

/* 排行榜大全 end*/

/* 排行榜列表 */
.rank_list {
	background-color: #fff;
	padding-bottom: .4rem;
}

.rank_list .menu {
	background: var(--pm-c);
	padding: .24rem .24rem .3rem;
	box-sizing: border-box;
	flex-wrap: wrap;
}

.rank_list .menu li:first-of-type {
	margin-left: 0rem;
}

.rank_list .menu li a {
	padding: .1rem;
	width: 2.34rem;
	text-align: center;
	box-sizing: border-box;
	font-size: .28rem;
	color: #FFFFFF;
	display: inline-block;
	line-height: .44rem;
}

.rank_list .menu li.active a {
	background: #FFFFFF;
	box-shadow: 0rem .08rem .16rem 0rem var(--pm-c);
	border-radius: 1.98rem;
	color: var(--pm-c);

}

.game_rank_list {
	padding: 0 .24rem;
	box-sizing: border-box;
}

.game_rank_list .item {
	padding-bottom: .32rem;
	border-bottom: .02rem solid #F2F2F2;
	box-sizing: border-box;
	margin-top: .32rem;
}

.game_rank_list .item:last-of-type {
	border-bottom: none;
}

.game_rank_list .item .order {
	background: url(../images/rank_iconn.png) no-repeat center / contain;
	width: .48rem;
	height: .48rem;
	text-align: center;
	line-height: .48rem;
	font-size: .24rem;
	color: #FFFFFF;
}

.game_rank_list .item .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 1.98rem;
}

.game_rank_list .item:nth-of-type(1) .icon {
	border: .08rem solid #F7EFBE;
}

.game_rank_list .item:nth-of-type(2) .icon {
	border: .08rem solid #D0EBFB;
}

.game_rank_list .item:nth-of-type(3) .icon {
	border: .08rem solid #F3E1D3;
}

.game_rank_list .item:nth-of-type(1) .order {
	background: url(../images/rank_icon1.png) no-repeat center / contain;
	width: .48rem;
	height: .48rem;
}

.game_rank_list .item:nth-of-type(2) .order {
	background: url(../images/rank_icon2.png) no-repeat center / contain;
	width: .48rem;
	height: .48rem;
}

.game_rank_list .item:nth-of-type(3) .order {
	background: url(../images/rank_icon3.png) no-repeat center / contain;
	width: .48rem;
	height: .48rem;
}

.game_rank_list .item .platform {
	margin: .34rem 0;
}

.game_rank_list .item .down {
	width: 1.36rem;
	height: .64rem;
	border-radius: .16rem;
	border: .02rem solid var(--pm-c);
	text-align: center;
	line-height: .64rem;
	font-weight: 400;
	font-size: .28rem;
	color: var(--pm-c);
	margin-left: .2rem;
	box-sizing: border-box;
}

.game_rank_list .item .icon_box {
	position: relative;
	width: 1.84rem;
}

.game_rank_list .item .icon_box::before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: .1rem;
	left: 0rem;
	background: url(../images/list_rank_bg1.png) no-repeat center / contain;
	width: 1.84rem;
	height: 1.2rem;
}

.game_rank_list .item:nth-of-type(2) .icon_box::before {
	background: url(../images/list_rank_bg2.png) no-repeat center / contain;
}

.game_rank_list .item:nth-of-type(3) .icon_box::before {
	background: url(../images/list_rank_bg3.png) no-repeat center / contain;
}

.game_rank_list .item:not(:nth-of-type(-n + 3)) .icon_box::before {
	background-image: none;
}

.game_rank_list .item .type {
	margin: .06rem 0;
	display: inline-block;
}

/* 排行榜列表 end*/

/* 专辑详情 */
.single_album .single_header .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
}

.single_album .single_header h1 {
	font-weight: bold;
	font-size: .3rem;
	color: #1A1A1A;
	margin-bottom: .12rem;
}

.single_album .single_header .text_box {
	margin-top: .2rem;
}

.single_album .single_header .text_box.uk-grid-small>.uk-grid-margin {
	margin-top: .1rem;
}

.single_album .single_header .info .label {
	display: inline-block;
	width: 100%;
	font-size: .24rem;
	color: #666666;
	padding-left: .2rem;
	box-sizing: border-box;
}

.single_album .single_header .info .label::before {
	width: .08rem;
	height: .08rem;
	background-color: var(--pm-c);
	border-radius: 50%;
	left: 0rem;
	border: .04rem solid rgba(224, 83, 87, 0.2);
	/* margin-right: .24rem; */
}

.single_album .single_header .more_box {
	margin-bottom: .26rem;
}

.single_album .single_header .name {
	height: .52rem;
	font-size: .24rem;
	color: #1A1A1A;
	background: url(../images/show_more_icon.png) no-repeat left / contain;
	background-size: .52rem .52rem;
	padding-left: .24rem;
	margin-top: .16rem;
	margin-bottom: .16rem;
	line-height: .58rem;
}

.single_album .single_header li {
	width: 48%;
	height: .56rem;
	line-height: .56rem;
	background: #F7F7F7;
	border-radius: .12rem .12rem .12rem .12rem;
	padding: .12rem .16rem;
	box-sizing: border-box;
	margin-bottom: .14rem;
}

.single_album .single_header li:nth-of-type(even) {
	margin-left: .1rem;
}

.single_album .single_header li .icon {
	width: .32rem;
	height: .32rem;
	border-radius: 50%;
	margin-right: .1rem;
}

.single_album .single_header li .title {
	font-weight: 400;
	font-size: .24rem;
	color: #999999;
}

.album_recom {
	width: 100%;
	height: 3.64rem;
	padding: .4rem;
	box-sizing: border-box;
	background: url(../images/show_tj_bg.png) no-repeat center / contain;
	position: relative;
}

.album_recom .tj {
	position: absolute;
	top: .16rem;
	right: .06rem;
	transform: rotateZ(45deg);
	font-weight: 400;
	font-size: .28rem;
	color: #BA393D;
}

.album_recom .icon {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .24rem;
	margin-right: .24rem;
}

.album_recom .title {
	font-weight: bold;
	font-size: .32rem;
	color: #404040;
	margin-bottom: .24rem;
}

.album_recom .score {
	margin-right: .16rem;
	margin-left: 0;
}

.album_recom .desc {
	margin: .24rem 0 .28rem;
}

.album_recom .down {
	display: inline-block;
	width: 100%;
	height: .8rem;
	line-height: .8rem;
	text-align: center;
	background: linear-gradient(90deg, #E05357 0%, #FB817C 100%);
	border-radius: .16rem;
	font-size: .28rem;
	color: #FFFFFF;
}

.show_game_package .item:first-of-type {
	margin-top: .84rem;
}

.show_game_package .item .title {
	padding-right: 1.3rem;
	font-size: .28rem;
}

.show_game_package .item .desc {
	padding-right: 0;
}

.show_game_package .item .down {
	display: inline-block;
	text-align: center;
	width: 1.56rem;
	line-height: .64rem;
	text-align: center;
	border-radius: 0rem .24rem 0rem .24rem;
	position: absolute;
	right: 0rem;
	top: 0rem;
	font-size: .28rem;
	color: #fff;
	background: var(--pm-c) url(../images/down_icon_.png) no-repeat .32rem / contain;
	background-size: .32rem;
	padding-left: .36rem;
	box-sizing: border-box;
}

.show_game_package .item .score {
	margin-left: 0;
}


.new_zj .zj_box {
	border-radius: .24rem;
	border: .02rem solid #EBEBEB;
	padding: .3rem;
	box-sizing: border-box;
	text-align: center;
	margin-top: .4rem;
}

.new_zj .zj_box .zj_title {
	font-weight: bold;
	font-size: .32rem;
	display: inline-block;
	position: relative;
	color: #333333;
}

.new_zj .zj_box .zj_title::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: .1rem;
	background-color: rgba(224, 83, 87, 0.4);
	position: absolute;
	bottom: .08rem;
}

.new_zj .zj_box .zj_text {
	margin-bottom: .82rem;
}

.new_zj .zj_box .zj_text .num {
	font-weight: bold;
	font-size: .24rem;
	color: var(--pm-c);
}

.new_zj .zj_box .zj_text .time {
	background: url(../images/zj_time_icon.png) no-repeat left / contain;
	padding-left: .32rem;
}

.new_zj .zj_box .item {
	width: 2rem;
	height: 1.4rem;
	border-radius: .28rem .28rem .16rem .52rem;
	background-color: #F7F7F7;
	text-align: center;
	margin-left: .3rem;
}

.new_zj .zj_box .item:first-of-type {
	margin-left: 0;
}

.new_zj .zj_box .item .icon {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
	margin-bottom: .1rem;
	transform: translateY(-0.36rem);
}

.new_zj .zj_box .item .title {
	padding: 0 .1rem;
	box-sizing: border-box;
	transform: translateY(-0.36rem);
	font-size: .24rem;
}

.new_zj .dot_ {
	display: flex;
	align-items: center;
	padding-left: .22rem;
}

.new_zj .dot_ .num {
	font-weight: 400;
	font-size: .24rem;
	margin-left: .1rem;
	width: auto;
}

/* 专辑详情 end*/

/* 礼包详情 */
.single_gift .single_header {
	background: url(../images/show_header_bg.png) no-repeat top / cover;
	padding: .28rem .4rem .4rem;
	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.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
}

.single_gift .single_header .info .label {
	font-size: .24rem;
	color: #666666;
	padding-left: .2rem;
	margin-top: .1rem;
	display: block;
}

.single_gift .single_header .info .label::before {
	width: .08rem;
	height: .08rem;
	background-color: var(--pm-c);
	border-radius: 50%;
	left: 0rem;
	border: .04rem solid rgba(224, 83, 87, 0.2);
}

.related_zx .module-title {
	margin-bottom: .4rem;
}

/* .related_zx .item:nth-of-type(even){
	margin-left: .46rem;
} */
.related_zx .item .thumb {
	width: 100%;
	height: 1.92rem;
}

.related_zx .item .title {
	margin-top: .2rem;
}

.related_zx .item .desc {
	background: url(../images/zx_desc_bg.png) no-repeat left / contain;
	width: 100%;
	height: 1.36rem;
	padding: .32rem .24rem .16rem;
	box-sizing: border-box;
}

.related_zx .item .desc .text {
	margin-bottom: .2rem;
}

.related_zx .item .desc .num {
	background: url(../images/gl_icon.png) no-repeat left / contain;
	background-size: .28rem .28rem;
	padding-left: .36rem;
}

.game_gift {
	background: linear-gradient(180deg, rgba(253, 240, 234, 0) 0%, #FDF0EA 100%);
	border-radius: .16rem;
	position: relative;
	padding-bottom: .36rem;
	box-sizing: border-box;
}

.game_gift::after {
	content: "";
	display: inline-block;
	width: 2.8rem;
	height: 2.8rem;
	background: url(../images/game_gift_icon.png) no-repeat left / contain;
	position: absolute;
	right: .3rem;
	bottom: .68rem;
}

.game_gift .item {
	margin-top: .52rem;
	padding: 0 .3rem;
	box-sizing: border-box;
}

.game_gift .item:nth-of-type(2) {
	margin-top: .4rem;
}

.game_gift .item .icon {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .24rem;
	margin-right: .24rem;
}

.game_gift .item .get {
	width: .96rem;
	height: .52rem;
	text-align: center;
	line-height: .52rem;
	background: linear-gradient(180deg, #E05357 0%, #C41F24 100%);
	border-radius: .12rem;
	font-size: .24rem;
	color: #FFFFFF;
	margin-left: .1rem;
}

.tj_gift li {
	padding-left: .22rem;
	padding-bottom: .26rem;
	border-bottom: .02rem dashed #E3E3E3;
	margin-top: .26rem;
}

.tj_gift li:first-of-type {
	margin-top: .4rem;
}

.tj_gift li.dot_::before {
	top: .2rem;
}

/* 礼包详情 end*/

/* 手游详情 */
.single_game .single_header {
	background: url(../images/show_header_bg.png) no-repeat top / cover;
	background-size: 100% 100%;
	padding: .22rem .4rem .4rem;
	box-sizing: border-box;
	margin-top: .56rem;
	position: relative;
}

.single_game .single_header .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .26rem;
	position: absolute;
	top: -0.56rem;
}

.single_game .single_header h1 {
	font-weight: bold;
	font-size: .32rem;
	padding-bottom: .2rem;
	margin-left: 1.7rem;
	display: flex;
	align-items: center;
}

.single_game .single_header h1.title p {
	max-width: calc(100% - .72rem);
}

.single_game .single_header .score {
	margin-left: .18rem;
	width: .72rem;
}

.single_game .single_header .label {
	font-size: .24rem;
	color: #666666;
	padding-left: .28rem;
	/* margin-bottom: .22rem; */
	display: block;
	width: 100%;
	display: inline-block;
	padding-right: .1rem;
	box-sizing: border-box;
}

.single_game .single_header .label::before {
	width: .12rem;
	height: .12rem;
	background-color: var(--pm-c);
	border-radius: 0;
	border: .04rem solid #DFDDF3;
	left: 0;
}

.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;
}

.list_news_warp .dot_ {
	display: flex;
	align-items: center;
	padding-left: .22rem;
	margin-top: .32rem;
}

.list_news_warp .dot_:first-of-type {
	margin-top: .44rem;
}

.list_news_warp .dot_ .num {
	/* font-weight: 400; */
	font-size: .24rem;
	margin-left: .1rem;
	/* width: auto; */
}

.game_tj_box {
	display: flex;
	padding-top: .36rem;
	overflow-y: auto;
}

.game_tj_box .item {
	width: 5.08rem;
	height: 1.9rem;
	border-radius: .24rem;
	border: .02rem solid #EBEBEB;
	padding: .16rem .3rem .3rem;
	box-sizing: border-box;
	position: relative;
	margin-right: .3rem;
}

.game_tj_box .item .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
	transform: translateY(-0.52rem);
}

.game_tj_box .item .title {
	margin-bottom: .1rem;
	padding-right: .44rem;
	box-sizing: border-box;
}

.game_tj_box .item .desc {
	margin-top: .24rem;
	transform: translateY(-0.52rem);
}

.game_tj_box .item .down {
	width: .72rem;
	height: .6rem;
	border-radius: 0rem .24rem 0rem .24rem;
	background: var(--pm-c) url(../images/down_icon_.png) no-repeat center / contain;
	background-size: .32rem .32rem;
	display: inline-block;
	position: absolute;
	top: 0rem;
	right: 0rem;
}

/* 手游榜单 */
.home_game_rank ul {
	/* background: url(../images/game_rank_bg.png) no-repeat top / cover;
	border-radius: .16rem;
	padding: 1.36rem .3rem 0;
	box-sizing: border-box; */
}
.home_game_rank ul {
	box-sizing: border-box;
	padding-bottom: 0;
}

.home_game_rank li {
	margin: 0;
	margin-bottom: .2rem;
	padding: .3rem;
	background: linear-gradient(90deg, #F7F7F7 0%, rgba(250, 250, 250, 0) 100%);
	border-radius: .16rem;
	position: relative;
}

.home_game_rank li:nth-child(-n+3)::before {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/index_order1_bgi.png);
}

.home_game_rank li:nth-child(1)::before {
	background-image: url(../images/index_order1_bgi.png);
}

.home_game_rank li:nth-child(2)::before {
	background-image: url(../images/index_order2_bgi.png);
}

.home_game_rank li:nth-child(3)::before {
	background-image: url(../images/index_order3_bgi.png);
}
.home_game_rank li:nth-child(1) {
	background: linear-gradient( 90deg, #FFF9E6 0%, rgba(255,249,230,0) 100%);
}

.home_game_rank li:nth-child(2) {
	background: linear-gradient( 90deg, #F0F5FF 0%, rgba(240,245,255,0) 100%);
}

.home_game_rank li:nth-child(3) {
	background: linear-gradient( 90deg, #FAF2EB 0%, rgba(250,242,235,0) 100%);
}

.home_game_rank li:last-child {
	margin-bottom: 0;
}

.home_game_rank li .order {
	width: .44rem;
	height: .56rem;
	margin-right: .3rem;
	font-weight: bold;
	background: transparent;
	font-size: .28rem;
	text-align: center;
	line-height: .56rem;
	background-repeat: no-repeat;
	background-size: cover;
}

.home_game_rank li .icon {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
	margin-right: .3rem;
}

.home_game_rank li .score {
	text-align: right;
	font-size: .24rem;
	color: #999;
	background: none;
}


.home_game_rank li .score span {
	display: block;
}

.home_game_rank li .score span:first-child {
	font-weight: bold;
	font-size: .28rem;
	color: var(--pm-c);
	background: url(../images/index_score.png) no-repeat left / contain;
	background-size: .28rem;
	padding-left: .32rem;
	margin-bottom: .2rem;
}

.home_game_rank li:nth-child(-n+3) .order {
	color: transparent;
	background-color: transparent;
}

.home_game_rank li:nth-child(1) .order {
	background-image: url(../images/index_top1.png);
}

.home_game_rank li:nth-child(2) .order {
	background-image: url(../images/index_top2.png);
}

.home_game_rank li:nth-child(3) .order {
	background-image: url(../images/index_top3.png);
}

/* 手游榜单 end*/

.new_game .itemBox {
	margin-left: -0.4rem;
}

.new_game .itemBox .uk-width-1-2 {
	padding-left: .4rem;
}

.new_game .itemBox .uk-width-1-2.uk-grid-margin {
	margin-top: .28rem;
}

.new_game .item {
	text-align: center;
	position: relative;
	padding: 0 .36rem .8rem;
	z-index: 1;
}

.new_game .item::after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: "";
	width: 100%;
	height: calc(100% - .7rem);
	background: linear-gradient(180deg, rgba(97, 83, 195, 0.14), rgba(97, 83, 195, 0));
	border-radius: .28rem .28rem .16rem .52rem;
	z-index: -2;
}

.new_game .item::before {
	content: "";
	display: inline-block;
	background: url(../images/news_icon.png) no-repeat center / contain;
	width: .64rem;
	height: .36rem;
	position: absolute;
	top: .66rem;
	right: 0;
	z-index: -1;
}

.new_game .item .icon {
	height: 1.4rem;
	width: 1.4rem;
	border-radius: .3rem;
	margin: 0 auto .2rem;
}

.new_game .item .tagBox {
	padding: 0 .2rem;
	font-size: .24rem;
	width: 100%;
	color: #999;
	position: absolute;
	left: 0;
	bottom: 0;
	height: .56rem;
	line-height: .56rem;
	background: linear-gradient(90deg, rgba(97, 83, 195, 0) 0%, rgba(97, 83, 195, 0.14) 50%, rgba(97, 83, 195, 0) 100%);
	border-radius: 0rem 0rem .16rem .52rem;
}

.new_game .item .tagBox .tag::after {
	content: "/";
	margin: 0 .08rem;
}

.new_game .item .tagBox .tag:last-child::after {
	display: none;
}


/* 手游详情 end*/

/* 资讯详情 */
.single_news .single_header {
	background: #FAFAFA;
	padding: .4rem .24rem;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: .3rem;
}

.single_news .single_header h1 {
	margin-bottom: .72rem;
	font-weight: bold;
	font-size: .36rem;
	color: #1A1A1A;
}

.single_news .single_header span {
	font-size: .24rem;
	color: #999999;
}

.single_news .single_content p {
	text-indent: 2em;
}

.related_game .uk-grid .uk-width-1-2:nth-of-type(odd) .item {
	margin-left: .3rem;
	box-sizing: border-box;
}

.related_game .uk-grid .uk-width-1-2:nth-of-type(even) .item {
	margin-right: .3rem;
	box-sizing: border-box;
}

.related_game .item {
	height: 2.56rem;
	background: #F7F7F7;
	border-radius: .28rem .28rem .16rem .52rem;
	text-align: center;
	margin-top: .94rem;
}

.related_game .item .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
}

.related_game .item .icon,
.related_game .item .title,
.related_game .item .text,
.related_game .item .score {
	transform: translateY(-0.6rem);
}

.related_game .item .score {
	display: inline-block;
}

.related_game .item .title {
	margin: .1rem 0;
	padding: 0 .1rem;
	box-sizing: border-box;
}

.related_game .item .text {
	margin: .1rem 0;
}

.single_news .home_new_xz .item:nth-last-child(2) {
	border-bottom: none;
}

/* 资讯详情 end*/

/* 排行榜详情 */
.single_rank .title_box {
	padding: .32rem 0;
	box-sizing: border-box;
	border-bottom: .02rem solid #EBEBEB;
	text-align: center;
	background-color: #fff;
}

.single_rank .title_box h1 {
	font-weight: bold;
	font-size: .32rem;
	color: #1A1A1A;
	margin-bottom: .24rem;
}

.single_rank .title_box .time {
	font-size: .28rem;
	color: #999999;
}

.single_rank .game_rank_list {
	padding-top: .01rem;
	margin-top: 0;
}

.more_rank ul {
	margin-top: .4rem;
}

.more_rank li {
	padding: .18rem;
	box-sizing: border-box;
	border-radius: .12rem;
	margin-top: 0;
}

.more_rank li:nth-of-type(odd) {
	background: #F7F7F7;
}

.more_rank li .tag {
	width: .84rem;
	height: .44rem;
	display: inline-block;
	text-align: center;
	line-height: .44rem;
}

.more_rank li:nth-of-type(odd) .tag {
	background: url(../images/tab_bg.png) no-repeat left / contain;
	color: #FFFFFF;
}

.more_rank li:nth-of-type(even) .tag {
	color: var(--pm-c);
}

.more_rank li .num {
	background: url(../images/heart_icon.png) no-repeat left / contain;
	background-size: .28rem;
	padding-left: .32rem;
	font-weight: 400;
	font-size: .24rem;
	color: #999999;
	margin-left: .1rem;
	display: inline-block;
	width: auto;
}

/* 精选攻略 */
.home_jxgl>.thumb {
	width: 100%;
	height: 2.8rem;
	margin: .4rem 0 .46rem;
}

.home_jxgl .gl_thumb {
	position: relative;
}

.home_jxgl .gl_thumb::before {
	content: "";
	display: inline-block;
	width: .4rem;
	height: .44rem;
	position: absolute;
	background: url(../images/jxgl_icon.png) no-repeat left / contain;
	top: .1rem;
	left: .1rem;
	z-index: 1;
}

.home_jxgl .item {
	/* margin-top: .28rem; */
	width: 100%;
}

.home_jxgl .item:nth-of-type(even) {
	/* margin-left: .6rem; */
}

.home_jxgl .item .thumb {
	width: 100%;
	height: 1.92rem;
}

.home_jxgl .item .title {
	margin: .12rem 0 .2rem;
}

.home_jxgl .item .size {
	background: url(../images/gl_icon.png) no-repeat left / contain;
	background-size: .28rem;
	padding-left: .3rem;
}

/* 精选攻略 end*/

/* 资讯排行 */
.home_zx_rank .zx_thumb {
	width: 100%;
	height: 3.2rem;
	position: relative;
	margin-top: .4rem;
}

.home_zx_rank .zx_thumb .item1 {
	position: absolute;
	width: 100%;
	height: .8rem;
	background: rgba(0, 0, 0, .7);
	padding: .18rem .3rem;
	box-sizing: border-box;
	bottom: 0rem;
	left: 0rem;
}

.home_zx_rank .zx_thumb .item1 .title {
	font-size: .32rem;
	color: #FFFFFF;
}

.home_zx_rank .order {
	width: .36rem;
	height: .44rem;
	text-align: center;
	line-height: .44rem;
	background: #F0F0F0;
	border-radius: .08rem;
	font-weight: bold;
	font-size: .24rem;
	color: #333333;
}

.home_zx_rank .zx_thumb .item1 .order {
	background: var(--pm-c);
	margin-right: .16rem;
	color: #fff;
}

.home_zx_rank .item {
	margin-top: .4rem;
}

.home_zx_rank .item .thumb {
	width: 2rem;
	height: 1.2rem;
	margin-right: .3rem;
}

.home_zx_rank .item .order {
	margin-right: .16rem;
}

/* 资讯排行 end*/

.hot_game .item {
	border-bottom: .02rem solid #F2F2F2;
	padding-bottom: .32rem;
	margin-top: .32rem;
	position: relative;
}

.hot_game .item::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0rem;
	left: 0rem;
	background: url(../images/hot_icon.png) no-repeat left / contain;
	width: .64rem;
	height: .36rem;
	z-index: 1;
}

.hot_game .item:nth-of-type(2) {
	margin-top: .4rem;
}

.hot_game .item:last-of-type {
	border-bottom: none;
}

.hot_game .item .icon {
	width: 1.4rem;
	height: 1.4rem;
	margin-right: .3rem;
}

.hot_game .item .desc {
	margin: .06rem 0;
}

.hot_game .item span::before {
	content: "";
	display: inline-block;
	width: .1rem;
	height: .1rem;
	background-color: var(--pm-c);
	border-radius: .28rem;
	border: .02rem solid #F6CBCD;
	left: 0;
}

.hot_game .item span {
	padding-left: .28rem;
	display: inline-block;
}

.hot_game .item span:first-of-type {
	margin-right: .5rem;
}

/* 新游动态 */
.home_new_news .item {
	border-bottom: .02rem solid #F2F2F2;
	margin-bottom: .32rem;
	padding-bottom: .32rem;
	box-sizing: border-box;
}

.home_new_news .item:nth-of-type(2) {
	margin-top: .4rem;
}

.home_new_news .item:last-of-type {
	margin-bottom: 0;
}

.home_new_news .item .title {
	margin-bottom: .2rem;
}

.home_new_news .item .thumb {
	width: 2.8rem;
	height: 1.8rem;
	margin-right: .3rem;
}

.home_new_news .item .time {
	background: url(../images/time_icon.png) no-repeat left / contain;
	background-size: .28rem;
	padding-left: .36rem;
	box-sizing: border-box;
}

.home_new_news .item .desc {
	background: #F7F7F7;
	border-radius: .16rem;
	padding: .14rem .3rem;
	box-sizing: border-box;
	margin-bottom: .24rem;
	line-height: .48rem;
}

.home_new_news li {
	padding-left: .22rem;
	margin-top: .32rem;
}

/* 新游动态 end*/
/* 排行榜详情 end*/

/* 开服 */
.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*/