:root {
	--pm-c: #6AD6FF;
}

/*隐藏类*/
.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-bottom: .4rem;
}

#app_info li {
	display: inline-block;
    width: 100%;
    color: #333;
    font-size: .26rem;
    margin: .2rem 0;
}
#app_info li:nth-of-type(-n+2){
	width: 49%;
}

#app_info li b {
	cursor: pointer;
    color: #333;
    font-size: .26rem;
    font-weight: normal;
}
#app_info li .quanxian{
	color: #6AD6FF;
	font-size: .28rem;
}

#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: #fff;
	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-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-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: #333;
	display: block;
}

.info .text,
.info .time {
	font-size: .24rem;
	color: #999;
}

.title {
	display: block;
	font-size: .28rem;
	color: #333333;
}

.text,
.time,
.type,
.desc,
.size {
	font-size: .24rem;
	color: #999;
}
/* 评分 */
.score {
	font-size: .24rem;
	color: var(--pm-c);
}

.down {
	display: block;
	text-align: center;
	letter-spacing: .02rem;
}

/*分页*/
.pagination {
	padding: 1.2rem 0;
	text-align: center;
	color: #999;
}

.pagination .page-item {
	display: inline-block;
	margin: .05rem;
	font-size: .26rem;
	border: .02rem solid #E6E6E6;
	color: #999;
	background: #fff;
	border-radius: .04rem;
}

.pagination .active span {
	background: var(--pm-c);
	color: #fff;
}

.pagination .page-item .page-link {
	display: block;
	padding: .06rem .18rem;
	border: .02rem solid transparent;
}

.pagination li a {
	display: inline-block;
	color: #999;
}

.pagination li:last-child {
	display: inline-block;
}

/* 公共列表样式 */
.list-container {
	overflow: hidden;
}

.list-container li {
	margin-top: .28rem;
}

.list-container li .title {
	font-size: .28rem;
	color: #333333;
}

.list-container li .time {
	font-size: .24rem;
	color: #999;
	margin-left: .1rem;
}

/* 图标 */
.list-container li .dot {
	display: block;
	width: .4rem;
	height: .4rem;
	background: url('../images/home_gift.png') no-repeat center/contain;
	margin-right: .2rem;
}

/* 圆点 */
.list-container li .dot_ {
	display: block;
	width: .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;
}

/* 评分图标 */
.star {
	height: .3rem;
	width: 1.5rem;
	display: inline-block;
	background: url(../images/home_star_.png) repeat-x .3rem / contain;
	vertical-align: text-top;
}

.star:before {
	content: "";
	display: block;
	background: url(../images/home_star.png) repeat-x .3rem / contain;
	height: .3rem;
}

.star-1:before {
	width: .3rem;
}

.star-2:before {
	width: .6rem;
}

.star-3:before {
	width: .9rem;
}

.star-4:before {
	width: 1.2rem;
}

.star-5:before {
	width: 1.5rem;
}
/* 公共标题 */
.module-title {
	position: relative;
	height: .4rem;
	line-height: .4rem;
}

.module-title .title {
	font-weight: bold;
	font-size: .32rem;
	color: #222222;
	line-height: .4rem;
	padding-left: .3rem;
}

.module-title .more {
	display: block;
	/* line-height: .48rem; */
	/* letter-spacing: .02rem; */
	/* color: #999999;
	font-size: .24rem; */
	width: .44rem;
	height: .38rem;
	background: url('../images/more.png') no-repeat center/contain;
}

.module-title .title::before {
	display: inline-block;
	width: .1rem;
	height: .34rem;
	background-color: var(--pm-c);
	border-radius: .2rem;
	left: 0;
}

/* 头尾 */
.header {
	width: 100%;
}
.header .header-top{
	padding: .2rem .3rem;
	box-sizing: border-box;
}
.header .logo {
	width: auto;
	height: .7rem;
}

.search {
	width: 3.68rem;
	height: .54rem;
	border-radius: .4rem;
	overflow: hidden;
	display: flex;
	margin-left: .2rem;
	background: #fff;
	padding-left: .26rem;
	box-sizing: border-box;
	border: .02rem solid var(--pm-c);
}

.search .search_input {
	width: calc(100% - .84rem);
	height: 100%;
	background: #fff;
	font-size: .24rem;
	color: #888;
	box-sizing: border-box;
}
.search .search_btn {
	display: inline-block;
	border-radius: 0rem .4rem .4rem 0rem;
	width: .84rem;
	height: 100%;
	color: #fff;
	cursor: pointer;
	border: 0;
	background: var(--pm-c) url('../images/home_search.png') no-repeat center/contain;
	background-size: .24rem;
}

input::-webkit-input-placeholder {
	font-size: .24rem;
	color: #999;
}

input::-moz-placeholder {
	font-size: .24rem;
	color: #999;
}

.header .nav {
	width: 100%;
	overflow: auto hidden;
	/* margin-top: .2rem; */
	background: linear-gradient( 180deg, #75E3FF 0%, #3D9BFF 100%);
	padding: .16rem .3rem;
	box-sizing: border-box;
}

.header .nav li {
	flex-shrink: 0;
	min-width: 1.5rem;
	text-align: center;
	height: .6rem;
	line-height: .6rem;
	padding: 0 .44rem;
	box-sizing: border-box;
}
.header .nav li.active{
	background: #FFFFFF;
	border-radius: .6rem;
}
.header .nav li a {
	font-size: .28rem;
	color: #FFFFFF;
}

.header .nav li.active a {
	color: var(--pm-c);
	font-weight: bold;
}

.footer {
	background-color: #333;
	padding: .36rem .24rem;
	font-size: .24rem;
	color: #999;
	box-sizing: border-box;
	text-align: center;
}

.footer span,
.footer a {
	font-size: .24rem;
	color: #999;
}

.footer p {
	margin-top: .2rem;
}

.footer span:last-child,
.footer a:last-child {
	margin-right: 0;
}

.footer .name {
	color: #ccc;
}

.footer .aBox span,
.footer .aBox a {
	margin-right: .24rem;
	margin-bottom: .2rem;
	display: inline-block;
}

.footer .aBox a::after {
	content: '|';
	display: inline-block;
	color: #666;
	margin-left: .24rem;
}

.footer .aBox a:last-child::after {
	content: "";
}

.footer .footer_p {
	line-height: .68rem;
}
/* 友情链接 */
.index-link{
	margin-bottom: .36rem !important;
}
.index-link ul {
	margin-left: -0.3rem;
	margin-top: .2rem;
}

.index-link ul li {
	display: inline-block;
	margin-top: .2rem;
	margin-left: .24rem;
}

.index-link ul li a {
	font-size: .24rem;
	color: #999;
	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-content h3 {
	width: 100%;
	height: .64rem;
	line-height: .64rem;
	background: linear-gradient( 90deg, #E6F6FF 0%, rgba(255,255,255,0) 100%);
	font-weight: bold;
	font-size: .28rem;
	color: var(--pm-c);
	letter-spacing: .02rem;
	padding-left: .3rem;
	margin: .4rem 0;
}

.single-content p {
	text-indent: 2em;
	font-size: .28rem;
	line-height: .6rem;
	letter-spacing: .01rem;
	color: #666666;
}

.single-content img {
	display: block;
	max-width: 100%;
	margin: .1rem auto;
}

.single-content-title {
	height: .8rem;
	line-height: .8rem;
	background: #FDF1F1 url('../images/single_content_title.png') no-repeat .2rem/contain;
	border-radius: .16rem;
	padding-left: .56rem;
	font-size: .36rem;
	font-weight: bold;
	line-height: .8rem;
	letter-spacing: .01rem;
	color: #1A1A1A;
	margin-bottom: .3rem;
}

.single-news .single-header .title {
	font-weight: bold;
	font-size: .32rem;
	line-height: .4rem;
	color: #333333;
	overflow: visible;
	text-overflow: inherit;
	white-space: wrap;
	margin-top: .6rem;
	text-align: center;
}

.single-news .single-header .info {
	display: flex;
	justify-content: space-between;
	border-bottom: .02rem solid #eeeeee;
	padding-bottom: .36rem;
	margin-bottom: .36rem;
	margin-top: .5rem;
}

.single-news .info span {
	font-size: .24rem;
	line-height: .6rem;
	color: #999999;
	margin-right: .1rem;
}

.single-news .info span:nth-child(2) {
	margin-left: .1rem;
	margin-right: .1rem;
}
/* 详情下载按钮 */
.single .down-btn .btn {
	position: relative;
	display: block;
	font-size: .28rem;
	color: #fff;
	font-weight: bold;
	border-radius: .8rem;
	height: .9rem;
	line-height: .9rem;
	text-align: center;
}

.single .down-btn .sy,
.single .down-btn .ios,
.single .down-btn .mob,
.single .down-btn .xz {
	background: linear-gradient( 90deg, #FFCF70 0%, #FF8645 100%);
}
.single .down-btn .az,
.single .down-btn .lb {
	background: linear-gradient( 90deg, #70DCFF 0%, #45A4FF 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 a,
.single .down-btn .lb{
	background: url('../images/gift_btn_icon.png') no-repeat 41%/cover;
	background-size: .32rem;
	padding-left: .58rem;
}

.single .down-btn a,
.single .down-btn .xz {
	background: url('../images/gift_game_icon.png') no-repeat 41%/cover;
	background-size: .32rem;
	padding-left: .58rem;
}
.single .down-btn .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 .module-title{
	margin-top: .2rem;
}
.page-content{
	margin: .2rem 0 .38rem;
}
.page-nav {
	overflow: hidden;
	margin-left: -.18rem;

}

.page-nav li{
	width: 3.36rem;
	height: .64rem;
	background: #F8F8F8;
	text-align: left;
	line-height: .64rem;
	border-radius: .6rem;
	margin-bottom: .2rem;
	padding: 0 .24rem;
	box-sizing: border-box;
	position: relative;
	margin-left: .18rem;
}
.page-nav li.active{
	background: #F0FBFF;
}
.page-nav .dot{
	width: .36rem;
	height: .36rem;
	background: var(--pm-c);
	border-radius: 50%;
	margin-right: .14rem;
}
.page-nav .dot::before{
	width: .18rem;
	height: .18rem;
	display: inline-block;
	left: 50%;
	transform: translate(-50%, -50%);
}
.page-nav li:nth-of-type(1) .dot::before{
	background: url(../images/page_icon1.png) no-repeat left / contain;
}

.page-nav li:nth-of-type(2) .dot::before{
	background: url(../images/page_icon2.png) no-repeat left / contain;
}

.page-nav li:nth-of-type(3) .dot::before{
	background: url(../images/page_icon3.png) no-repeat left / contain;
}

.page-nav li:nth-of-type(4) .dot::before{
	background: url(../images/page_icon4.png) no-repeat left / contain;
}

.page-nav li:nth-of-type(5) .dot::before{
	background: url(../images/page_icon5.png) no-repeat left / contain;
}

.page-nav li:nth-of-type(6) .dot::before{
	background: url(../images/page_icon6.png) no-repeat left / contain;
}

.page-nav li:nth-of-type(7) .dot::before{
	background: url(../images/page_icon7.png) no-repeat left / contain;
}

.page-nav li a{
	font-size: .28rem;
	color: #333333;
}
.page-nav li.active .btn_{
	background: url(../images/page_icon.png) no-repeat left / contain;
}
.page-nav li .btn_{
	width: .18rem;
	height: .28rem;
	background: url(../images/page_icon_.png) no-repeat left / contain;
}

.page-content .title{
	height: .64rem;
	line-height: .64rem;
	background: linear-gradient( 90deg, #E6F6FF 0%, rgba(255,255,255,0) 100%);
	padding: 0 .3rem;
	box-sizing: border-box;
	font-weight: bold;
	font-size: .28rem;
	color: var(--pm-c);
	display: block;
	margin: .5rem 0 .4rem;
}
.page-content .title:first-of-type{
	margin-top: 0;
}
.page-content ul{
	margin-left: -0.16rem;
}
.page-content ul li{
	border-radius: .6rem;
	border: .02rem solid #EBEBEB;	
	letter-spacing: .02rem;	
	text-align: center;
	line-height: .6rem;
	height: .6rem;
	width: 1.6rem;
	margin-left: .16rem;
	margin-bottom: .18rem;
}
.page-content ul li a{
	color: #666666;
	font-size: .24rem;
	display: inline-block;
}
.page-content p{
	font-size: .28rem;
	line-height: .6rem;
	letter-spacing: .01rem;
	color: #666666;
	text-indent: 2em;	
}

/* 搜索页 */
.search-total{
	display: block;
	margin: .3rem 0;
	font-size: .24rem;
	letter-spacing: .02rem;
	color: #999;
}

/* 404 500 错误页面 */
.page-error {
	min-height: 7.76rem;
	margin-top: .96rem;
	margin-bottom: 1.98rem;
	margin-top: 2.2rem;
}

.page-error img {
	width: 50%;
	margin: 2.45rem auto 1rem;
}
.page-error .page-404 {
	width: 3.44rem;
	height: 2.96rem;
	margin: 0 auto;
	background: url(../images/404.png) no-repeat center/contain;
}

.page-error .page-500 {
	width: 3.44rem;
	height: 2.96rem;
	margin: 0 auto;
	background: url(../images/500.png) no-repeat center/contain;
}

.page-error p {
	font-size: .26rem;
	color: #999;
	letter-spacing: .02rem;
	margin: .9rem 0 .52rem;
}

.page-error a.go-home {
	width: 2rem;
	height: .72rem;
	border-radius: .08rem;
	border: .02rem solid #E5E5E5;
	line-height: .72rem;
	text-align: center;
	font-size: .24rem;
	color: #666666;
	display: inline-block;
}


/* 首页 */
.module{
	padding: 0 .3rem;
	margin-top: .5rem;
	box-sizing: border-box;
}
.module:first-of-type{
	margin-top: 0;
}
/* 首页轮播图 */
.home_slide{
	margin-top: .3rem !important;
}
.home_slide .slider {
	width: 100%;
	height: 3.54rem;
}

.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_jxgl_list{
	background: #F0F6F9;
	position: relative;
	padding: .32rem .22rem;
	box-sizing: border-box;
}
.home_jxgl_list .more{
	position: absolute;
	top: -0.32rem;
	right: -0.29rem;
	width: .96rem;
	height: .64rem;
}
.home_jxgl_list .list-container li:first-child{
	margin-top: .4rem;
}
/* 精选攻略 end*/

/* 小编推荐 */
.home_tj .thumb{
	height: 1.94rem;
	margin: .5rem 0 .4rem;
}
.home_tj .item{
	text-align: center;
}
.home_tj .item .icon{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
}
.home_tj .item .title{
	margin: .16rem 0 .24rem;
}
.home_tj .item .down{
	display: inline-block;
	width: 1.2rem;
	height: .52rem;
	border-radius: .6rem;
	border: .02rem solid #EDEDED;
	text-align: center;
	line-height: .52rem;
	font-size: .24rem;
	color: #666666;
	margin-top: .24rem;
}
/* 精选攻略 end*/
/* 精选攻略 第二个*/
.home_jxgl .item{
	border-left: .02rem solid #f2f2f2;
	padding-left: .3rem;
	box-sizing: border-box;
	position: relative;
	margin-top: .46rem;
}
.home_jxgl .item::before{
	content: "";
	display: inline-block;
	width: .06rem;
	height: .24rem;
	background: var(--pm-c);
	position: absolute;
	left: 0rem;
	top: .14rem;
}
.home_jxgl .item .time{
	width: 3.12rem;
	height: .56rem;
	background: #F8F8F8;
	text-align: center;
	line-height: .56rem;
	position: relative;
}
.home_jxgl .item .time::before{
	content: "";
	display: inline-block;
	width: .14rem;
	height: .26rem;
	background: url(../images/home_title_icon_.png) no-repeat left / contain;
	position: absolute;
	left: -0.14rem;
	top: 50%;
	transform: translateY(-50%);
}
.home_jxgl .item .title{
	margin-top: .18rem;
	margin-bottom: .28rem;
}
.home_jxgl .item .thumb{
	width: 1.76rem;
	height: 1.22rem;
	margin-right: .2rem;
}
.home_jxgl .item .desc{
	line-height: .6rem;
}
/* 精选攻略 end*/

/* 最新游戏 */
.home_game .uk-grid{
	margin-top: .4rem;
}
.home_game .item{
	width: 100%;
	border: .02rem solid #F1F1F1;
	text-align: center;
	padding-top: .4rem;
	box-sizing: border-box;
}
.home_game .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
}
.home_game .item .title{
	margin: .2rem 0 .24rem;
	padding: 0 .1rem;
	box-sizing: border-box;
	color: #666;
}
.home_game .item .down{
	display: inline-block;
	height: .6rem;
	text-align: center;
	line-height: .6rem;
	background: #F8F8F8;
	width: 100%;
	margin-top: .26rem;
}
/* 安卓游戏 end*/


/* 最新资讯 */
.home_thumb_news .uk-grid{
	margin-top: .4rem;
}
.home_thumb_news .thumb{
	width: 100%;
	height: 2.3rem;
}
.home_thumb_news ul{
	margin-top: .14rem;
}
.home_thumb_news li{
	width: 100%;
	padding: 0 .3rem;
	box-sizing: border-box;
	height: .64rem;
	line-height: .64rem;
	margin-bottom: .12rem;
}
.home_thumb_news li a{
	color: #fff;
}
.home_thumb_news li:nth-child(3n){
	margin-left: .102rem;
}
.home_thumb_news li:nth-child(3n),
.home_thumb_news li:nth-child(3n - 1){
	width: 49%;
	display: inline-block;
}
/* 最新资讯 end*/


/* 精品礼包 */
.home_gift li{
	border-bottom: .02rem solid #F4F4F4;
	padding-bottom: .3rem;
	margin-top: .3rem;
	box-sizing: border-box;
}
.home_gift li:first-child{
	margin-top: .44rem;
}
.home_gift .icon{
	width: .56rem;
	height: .56rem;
	border-radius: .08rem;
	margin-right: .2rem;
}
.home_gift .get{
	width: 1.2rem;
	height: .6rem;
	background: #F8F8F8;
	border-radius: .08rem;
	text-align: center;
	line-height: .6rem;
	font-size: .28rem;
	color: #666666;
	margin-left: .2rem;
}
/* 精品礼包 end*/

/* 产业资讯 */
.home_news_item .item{
	margin-top: .4rem;
}
.home_news_item .thumb{
	width: 1.8rem;
	height: 1.2rem;
	margin-right: .2rem;
}
.home_news_item .info{
	padding: .1rem 0;
	box-sizing: border-box;
}
.home_news_item .info .title{
	margin-bottom: .24rem;
}
.home_news_item  li{
	margin-top: .26rem;
}
.home_news_item .tag{
	margin-right: .2rem;
}
/* 产业资讯 end*/

/* 应用软件 */
.home_app .uk-grid{
	margin-top: .4rem;
}
.home_app .item{
	width: 100%;
	border: .02rem solid #F1F1F1;
	text-align: center;
	padding-top: .4rem;
	box-sizing: border-box;
}
.home_app .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
}
.home_app .item .title{
	margin: .2rem 0 .24rem;
	padding: 0 .1rem;
	box-sizing: border-box;
	color: #666;
}
.home_app .item .down{
	display: inline-block;
	height: .6rem;
	text-align: center;
	line-height: .6rem;
	background: #F8F8F8;
	width: 100%;
	margin-top: .26rem;
}
/* 应用软件 end*/


/* 手游专辑 */
.home_game_zj .list{
	border-left: .02rem solid #f2f2f2;
	padding-left: .34rem;
	box-sizing: border-box;
	position: relative;
	margin-top: .56rem;
}
.home_game_zj .list:first-of-type{
	margin-top: .4rem;
}

.home_game_zj .list::before{
	content: "";
	display: inline-block;
	width: .06rem;
	height: .24rem;
	background: var(--pm-c);
	position: absolute;
	left: 0rem;
	top: .28rem;
}
.home_game_zj .list::after{
	content: "";
	display: inline-block;
	width: .14rem;
	height: .26rem;
	background: url(../images/home_title_icon_.png) no-repeat left / contain;
	position: absolute;
	left: .2rem;
	top: .24rem;
}
.home_game_zj .list p{
	height: .78rem;
	background: #F8F8F8;
	text-align: left;
	line-height: .78rem;
	position: relative;
	font-weight: 400;
	font-size: .28rem;
	color: #333333;
	padding: 0 .22rem;
	box-sizing: border-box;
	margin-bottom: .44rem;
}
.home_game_zj .item{
	margin-left: .6rem;
	text-align: center;
}
.home_game_zj .item .icon{
	border-radius: .2rem;
}
.home_game_zj .item .title{
	font-size: .24rem;
	color: #666666;
}
.home_game_zj .item:first-child{
	margin-left: 0;
}
.home_game_zj .item:nth-child(1){
	width: 1.4rem;
}
.home_game_zj .item:nth-child(2){
	width: 1.2rem;
}
.home_game_zj .item:nth-child(3){
	width: 1rem;
}
.home_game_zj .item:nth-child(4){
	width: .9rem;
}
.home_game_zj .item:nth-child(1) .icon{
	width: 1.4rem;
	height: 1.4rem;
}
.home_game_zj .item:nth-child(2) .icon{
	width: 1.2rem;
	height: 1.2rem;
}
.home_game_zj .item:nth-child(3) .icon{
	width: 1rem;
	height: 1rem;
}
.home_game_zj .item:nth-child(4) .icon{
	width: .9rem;
	height: .9rem;
	background: #F8F8F8;
	text-align: center;
	line-height: .9rem;
}
.home_game_zj .item:nth-child(4) .icon a{
	font-weight: bold;
	font-size: .56rem;
	color: #D5D5D5;
}
/* 手游专辑 end*/

/* 下载排行榜 */
.home_down_rank ul{
	margin-top: .4rem;
}
.home_down_rank li {
	border-bottom: .02rem solid #F4F4F4;
	padding-bottom: .3rem;
	margin-bottom: .34rem;
}
.home_down_rank li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.home_down_rank li:nth-of-type(-n + 3) .item{
	display: flex;
}

.home_down_rank li .item {
	padding-left: .64rem;
	display: none;
	margin-top: .24rem;
}

.home_down_rank li .order {
	background: #E3E3E3;
	line-height: .4rem;
	font-weight: bold;
	font-size: .24rem;
	color: #FFFFFF;
	margin-right: .2rem;
	text-align: center;
	width: .4rem;
	height: .4rem;
	display: inline-block;
}

.home_down_rank li:nth-child(1) .order {
	background: #F76F6F;
}
.home_down_rank li:nth-child(2) .order {
	background: #F78F6F;
}
.home_down_rank li:nth-child(3) .order {
	background: #FFC95D;
}
.home_down_rank li .type{
	padding-right: .2rem;
	margin-right: .2rem;
	position: relative;
}
.home_down_rank li .type::after{
	content: "|";
	color: #999999;
	font-size: .24rem;
	position: absolute;
	right: -0.04rem;
    top: -0.04rem;
}

.home_down_rank li .down {
	width: 1rem;
	height: .44rem;
	line-height: .44rem;
	background: var(--pm-c);
	border-radius: .06rem;
	text-align: center;
	color: #fff;
	font-size: .24rem;
	margin-right: .26rem;
}

.home_down_rank li .icon {
	margin-right: .22rem;
	width: 1rem;
	height: 1rem;
	border-radius: .2rem;
}
/* 下载排行榜 end*/
/* 首页 end*/

/* 手游专辑 */
.list_zj .menu_nav{
	margin-top: .6rem;
	margin-bottom: .4rem;
}
.list_zj .menu_nav li{
	width: 2.6rem;
	height: .72rem;
	text-align: center;
	line-height: .72rem;
	border: .02rem solid var(--pm-c);
}
.list_zj .menu_nav li a{
	color: var(--pm-c);
	font-size: .28rem;
}
.list_zj .menu_nav li:first-child{
	border-radius: .6rem 0rem 0rem .6rem;
}
.list_zj .menu_nav li:last-child{
	border-radius: 0rem .6rem .6rem 0rem;
}
.list_zj .menu_nav li.active{
	background: var(--pm-c);	
}
.list_zj .menu_nav li.active a{
	color: #FFFFFF;	
}
.list_zj .menu_nav li:first-child a{
	background: url(../images/collection_game.png) no-repeat left / contain;
	background-size: .38rem .3rem;
	padding-left: .6rem;
}
.list_zj .menu_nav li:first-child.active a{
	background: url(../images/collection_game_.png) no-repeat left / contain;
	background-size: .38rem .3rem;
}
.list_zj .menu_nav li:last-child a{
	background: url(../images/collection_app.png) no-repeat left / contain;
	background-size: .28rem .3rem;
	padding-left: .5rem;
}
.list_zj .menu_nav li:last-child.active a{
	background: url(../images/collection_app_.png) no-repeat left / contain;
	background-size: .28rem .3rem;
}

.list_zj .zj_warp_item{
	border-left: .02rem solid #f2f2f2;
	padding-left: .34rem;
	box-sizing: border-box;
	position: relative;
	margin-top: .5rem;
}
.list_zj .zj_warp_item:first-of-type{
	margin-top: 0;
}

.list_zj .zj_warp_item::before{
	content: "";
	display: inline-block;
	width: .06rem;
	height: .24rem;
	background: var(--pm-c);
	position: absolute;
	left: 0rem;
	top: .28rem;
}
.list_zj .zj_warp_item::after{
	content: "";
	display: inline-block;
	width: .14rem;
	height: .26rem;
	background: url(../images/home_title_icon_.png) no-repeat left / contain;
	position: absolute;
	left: .2rem;
	top: .24rem;
}
.list_zj .zj_warp_item .title_top .title{
	height: .78rem;
	background: #F8F8F8;
	line-height: .78rem;
	position: relative;
	padding: 0 .22rem;
	box-sizing: border-box;
	font-weight: bold;
}
.list_zj .zj_warp_item .title_top .type{
	margin: .2rem 0 .4rem;
	display: inline-block;
}
.list_zj .item{
	width: 100%;
	text-align: center;
}
.list_zj .item .icon{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .2rem;
	margin-bottom: .24rem;
}
.list_zj .item .title{
	font-size: .24rem;
	color: #666666;
}
.list_zj .uk-width-1-4:last-of-type .item .title{
	color: var(--pm-c);
}
.list_zj .uk-width-1-4:last-of-type .item .icon{
	background: #F8F8F8;
}
.list_zj .uk-width-1-4:last-of-type .item .icon a{
	background: url(../images/collection_more.png) no-repeat center / contain;
	background-size: .34rem;
}
/* 手游专辑 end*/

/* 游戏礼包 */
.list_game_package .item{
	border-left: .02rem solid #f2f2f2;
	padding-left: .34rem;
	box-sizing: border-box;
	position: relative;
	margin-top: .4rem;
}
.list_game_package .item::before{
	content: "";
	display: inline-block;
	width: .06rem;
	height: .24rem;
	background: var(--pm-c);
	position: absolute;
	left: 0rem;
	top: .16rem;
}
.list_game_package .item::after{
	content: "";
	display: inline-block;
	width: .14rem;
	height: .26rem;
	background: url(../images/home_title_icon_.png) no-repeat left / contain;
	position: absolute;
	left: .2rem;
	top: .14rem;
}
.list_game_package .item .time{
	display: inline-block;
	width: 3.2rem;
	height: .56rem;
	line-height: .56rem;
	text-align: center;
	background: #F8F8F8;
	position: relative;
}
.list_game_package .item .info p{
	color: #888;
}
.list_game_package .item .icon{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .2rem;
	margin-right: .2rem;
}
.list_game_package .item .type{
	margin: .16rem 0 .1rem;
}
.list_game_package .item .get{
	width: 1.2rem;
	height: .6rem;
	background: var(--pm-c);
	border-radius: .12rem;
	font-size: .28rem;
	color: #FFFFFF;
	text-align: center;
	line-height: .64rem;
	margin-left: .2rem;
}
/* 游戏礼包 end*/


/* 游戏列表 */
.game-menu-nav{
	flex-wrap: wrap;
	margin-left: -.22rem;
	margin-top: .4rem;
	margin-bottom: .12rem;
}
.game-menu-nav li{
	width: 2.16rem;
	/* min-width: 2.16rem; */
	height: .68rem;
	background: #F8F8F8;
	text-align: center;
	line-height: .68rem;
	border-radius: .6rem;
	margin-left: .21rem;
	margin-bottom: .2rem;
	padding: 0 .2rem;
	box-sizing: border-box;
}
.game-menu-nav li.active{
	background: rgba(106,214,255,0.1);
}
.game-menu-nav .dot{
	width: .36rem;
	height: .36rem;
	background: var(--pm-c);
	border-radius: 50%;
	margin-right: .14rem;
}
.game-menu-nav .dot::before{
	width: .22rem;
	height: .22rem;
	display: inline-block;
	left: 50%;
	transform: translate(-50%, -50%);
}
.game-menu-nav li .dot::before{
	background: url(../images/list_app_icon14.png) no-repeat center / contain;
}
.game-menu-nav li:nth-child(1) .dot::before{
	background: url(../images/list_game_icon1.png) no-repeat center / contain;
}
.game-menu-nav li:nth-child(2) .dot::before{
	background: url(../images/list_game_icon2.png) no-repeat center / contain;
}
.game-menu-nav li:nth-child(3) .dot::before{
	background: url(../images/list_game_icon3.png) no-repeat center / contain;
}
.game-menu-nav li:nth-child(4) .dot::before{
	background: url(../images/list_game_icon4.png) no-repeat center / contain;
}
.game-menu-nav li:nth-child(5) .dot::before{
	background: url(../images/list_game_icon5.png) no-repeat center / contain;
}
.game-menu-nav li:nth-child(6) .dot::before{
	background: url(../images/list_game_icon6.png) no-repeat center / contain;
}
.game-menu-nav li:nth-child(7) .dot::before{
	background: url(../images/list_game_icon7.png) no-repeat center / contain;
}
.game-menu-nav li:nth-child(8) .dot::before{
	background: url(../images/list_game_icon8.png) no-repeat center / contain;
}
.game-menu-nav li:nth-child(9) .dot::before{
	background: url(../images/list_game_icon9.png) no-repeat center / contain;
}
.game-menu-nav li:nth-child(10) .dot::before{
	background: url(../images/list_game_icon10.png) no-repeat center / contain;
}
.game-menu-nav li:nth-child(11) .dot::before{
	background: url(../images/list_game_icon11.png) no-repeat center / contain;
}
.game-menu-nav li:nth-child(12) .dot::before{
	background: url(../images/list_game_icon12.png) no-repeat center / contain;
}
.game-menu-nav li:nth-child(13) .dot::before{
	background: url(../images/list_game_icon13.png) no-repeat center / contain;
}
.game-menu-nav li:nth-child(14) .dot::before{
	background: url(../images/list_game_icon14.png) no-repeat center / contain;
}
.list_app .game-menu-nav li:nth-child(1) .dot::before{
	background: url(../images/list_app_icon1.png) no-repeat center / contain;
}
.list_app .game-menu-nav li:nth-child(2) .dot::before{
	background: url(../images/list_app_icon2.png) no-repeat center / contain;
}
.list_app .game-menu-nav li:nth-child(3) .dot::before{
	background: url(../images/list_app_icon3.png) no-repeat center / contain;
}
.list_app .game-menu-nav li:nth-child(4) .dot::before{
	background: url(../images/list_app_icon4.png) no-repeat center / contain;
}
.list_app .game-menu-nav li:nth-child(5) .dot::before{
	background: url(../images/list_app_icon5.png) no-repeat center / contain;
}
.list_app .game-menu-nav li:nth-child(6) .dot::before{
	background: url(../images/list_app_icon6.png) no-repeat center / contain;
}
.list_app .game-menu-nav li:nth-child(7) .dot::before{
	background: url(../images/list_app_icon7.png) no-repeat center / contain;	
}
.list_app .game-menu-nav li:nth-child(8) .dot::before{
	background: url(../images/list_app_icon8.png) no-repeat center / contain;
}
.list_app .game-menu-nav li:nth-child(9) .dot::before{
	background: url(../images/list_app_icon9.png) no-repeat center / contain;
}
.list_app .game-menu-nav li:nth-child(10) .dot::before{
	background: url(../images/list_app_icon10.png) no-repeat center / contain;
}
.list_app .game-menu-nav li:nth-child(11) .dot::before{
	background: url(../images/list_app_icon11.png) no-repeat center / contain;
}
.list_app .game-menu-nav li:nth-child(12) .dot::before{
	background: url(../images/list_app_icon12.png) no-repeat center / contain;
}
.list_app .game-menu-nav li:nth-child(13) .dot::before{
	background: url(../images/list_app_icon13.png) no-repeat center / contain;
}
.list_app .game-menu-nav li:nth-child(14) .dot::before{
	background: url(../images/list_app_icon14.png) no-repeat center / contain;
}
.list_game .item{
	border-radius: .08rem;
	border: .02rem solid #F1F1F1;
	margin-bottom: .24rem;
	padding: .3rem;
	box-sizing: border-box;
}
.list_game .item:last-of-type{
	margin-bottom: 0;
}
.list_game .item .icon{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
	margin-right: .2rem;
}
.list_game .item .title{
	margin-bottom: .26rem;
}
.list_game .item .text{
	background: #F8F8F8;
	padding: .1rem .16rem;
	box-sizing: border-box;
}
.list_game .item .text:first-of-type{
	margin-right: .12rem;
}
.list_game .item .down{
	display: inline-block;
	width: 1.16rem;
	height: .6rem;
	background: var(--pm-c);
	border-radius: .12rem;
	text-align: center;
	line-height: .6rem;
	color: #fff;
	font-size: .28rem;
	margin-left: .2rem;
}
/* 游戏列表 end*/


/* 资讯列表 */
.list_news .game-menu-nav li .dot::before{
	background: url(../images/list_news_icon.png) no-repeat left / contain;
}
.list_news .game-menu-nav li:first-of-type .dot::before{
	background: url(../images/list_game_icon1.png) no-repeat left / contain;
}
.news_jxgl .item:first-of-type{
	margin-top: 0;
}
.news_jxgl .item .title{
	margin-top: .26rem;
	margin-bottom: .38rem;
	font-weight: bold;
}
.news_jxgl .item .thumb{
	width: 2.22rem;
	height: 1.42rem;
}
.news_jxgl .item .desc{
	line-height: .48rem;
	color: #888;
}
.news_jxgl .item .time{
	width: auto;
	padding: 0 .2rem;
	box-sizing: border-box;
}
/* 资讯列表 end*/

/* 排行榜大全 */
.rank_banner{
	width: 100%;
	height: 3.4rem;
	background: url(../images/rank_banner.png) no-repeat center / contain;
	margin-bottom: .24rem;
}
.rank-menu-nav{
	flex-wrap: wrap;
	margin-left: -0.18rem;
}
.rank-menu-nav li{
	height: .68rem;
	background: #F8F8F8;
	text-align: center;
	line-height: .68rem;
	border-radius: .6rem;	
	margin-bottom: .2rem;
	padding: 0 .28rem;
	box-sizing: border-box;
	margin-left: .18rem;
}
.rank-menu-nav li.active{
	background: #F0FBFF;
}
.rank-menu-nav .dot{
	width: .36rem;
	height: .36rem;
	background: var(--pm-c);
	border-radius: 50%;
	margin-right: .16rem;
}
.rank-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;
}
.game_rank_list{
	width: 100%;
	margin-top: .14rem;
}
.game_rank_list .rank_warp{
	position: relative;
	top: -1.06rem;
    width: 6.52rem;
    left: 50%;
    transform: translate(-50%, .44rem);
}
.game_rank_list .rank_top{
	width: 100%;
	height: 2.38rem;
	text-align: center;
	padding-top: .4rem;
	box-sizing: border-box;
}
.game_rank_list:nth-of-type(3n - 2) .rank_top{
	background: url(../images/home_rank_bg1.png) no-repeat top / cover;
}
.game_rank_list:nth-of-type(3n - 1) .rank_top{
	background: url(../images/home_rank_bg2.png) no-repeat top / cover;
}
.game_rank_list:nth-of-type(3n) .rank_top{
	background: url(../images/home_rank_bg3.png) no-repeat top / cover;
}
.game_rank_list .tip{
	font-weight: bold;
	font-size: .32rem;
	color: #FFFFFF;
	display: inline-block;
}
.game_rank_list .tip::before,
.game_rank_list .tip::after{
	content: "";
	display: inline-block;
	width: .68rem;
	height: .2rem;
}
.game_rank_list .tip::before{
	background: url(../images/home_game_rank_l.png) no-repeat left / contain;
	left: -1.02rem;
}
.game_rank_list .tip::after{
	background: url(../images/home_game_rank_r.png) no-repeat left / contain;
	right: -0.98rem;
}
.game_rank_list .item{
	background: #F8FAFD;
	box-shadow: 0rem 0rem .08rem 0rem rgba(201,201,201,0.25);
	border-radius: .12rem;
	padding: .36rem .2rem .26rem;
	box-sizing: border-box;
	margin-bottom: .2rem;
	position: relative;
	width: 6.52rem;
}
.game_rank_list .item:last-of-type{
	margin-bottom: 0;
}
.game_rank_list .item::before{
	content: "";
	display: inline-block;
	width: .42rem;
	height: .52rem;
	position: absolute;
	left: .6rem;
	z-index: 1;
    top: .06rem;
	transform: translateX(-0.12rem);
}
.game_rank_list .item:nth-of-type(1)::before{
	background: url(../images/home_rank1.png) no-repeat left / contain;
}
.game_rank_list .item:nth-of-type(2)::before{
	background: url(../images/home_rank2.png) no-repeat left / contain;
}
.game_rank_list .item:nth-of-type(3)::before{
	background: url(../images/home_rank3.png) no-repeat left / contain;
}
.game_rank_list .rank_warp .item:first-of-type{
	background: #fff;
}
.game_rank_list .item .icon{
	width: 1rem;
	height: 1rem;
	border-radius: .2rem;
	margin-right: .2rem;
}

.game_rank_list .item .title{
	margin-bottom: .1rem;
}
.game_rank_list .item .type:first-child {
	padding-right: .2rem;
	margin-right: .2rem;
	box-sizing: border-box;
	position: relative;
}
.game_rank_list .item .type:first-child::after{
	content: "|";
	display: inline-block;
	font-size: .24rem;
	color: #999999;
	position: absolute;
	right: 0rem;
}
.game_rank_list .item .down{
	width: 1.2rem;
	height: .6rem;
	border-radius: .08rem;
	border: .02rem solid var(--pm-c);
	font-size: .28rem;
	color: var(--pm-c);
	text-align: center;
	line-height: .6rem;
	margin-left: .2rem;
}
.game_rank_list li{
	margin-top: .4rem;
}
.game_rank_list li .order{
	background-color: #Fff;
	margin-right: .2rem;
	font-weight: bold;
	font-size: .28rem;
	color: #D2D7DE;
}
.game_rank_list li .size{
	margin-left: .2rem;
}
.game_rank_list .btn{
	display: inline-block;
	width: 100%;
	height: .6rem;
	border-radius: .12rem;
	border: .02rem solid var(--pm-c);
	line-height: .6rem;
	text-align: center;
	font-size: .24rem;
	color: var(--pm-c);
	margin-top: .4rem;
}
.game_rank_list .time{
	color: #fff;
	margin-top: .24rem;
}
.rank_list_warp .pagination{
	padding-top: .6rem;
}
.rank_list_warp{
	margin-top: 0;
}
/* 排行榜大全 end*/


/* 排行榜列表 */
.rank_list{
	margin-bottom: .8rem;
}
.rank_list .item{
	border-left: .02rem solid #f2f2f2;
	padding-left: .3rem;
	box-sizing: border-box;
	position: relative;
	margin-top: .6rem;
}
.rank_list .item:first-of-type{
	margin-top: .36rem;
}
.rank_list .item::before{
	content: "";
	display: inline-block;
	width: .06rem;
	height: .24rem;
	background: var(--pm-c);
	position: absolute;
	left: 0rem;
	top: .2rem;
}
.rank_list .item .time{
	height: .6rem;
	background: #F8F8F8;
	text-align: center;
	line-height: .6rem;
	position: relative;
	padding: 0 .24rem;
	box-sizing: border-box;
	display: inline-block;
}
.rank_list .item .time::before{
	content: "";
	display: inline-block;
	width: .14rem;
	height: .26rem;
	background: url(../images/home_title_icon_.png) no-repeat left / contain;
	position: absolute;
	left: -0.14rem;
	top: 50%;
	transform: translateY(-50%);
}
.rank_list .item .down{
	width: 1.24rem;
	height: .6rem;
	background: var(--pm-c);
	border-radius: .12rem;
	font-size: .28rem;
	color: #FFFFFF;
	text-align: center;
	line-height: .6rem;
	margin-left: .2rem;
}
.rank_list .item .order{
	width: .4rem;
	height: .56rem;
	text-align: center;
	line-height: .48rem;
	display: inline-block;
	background: url(../images/home_rankn.png) no-repeat left / contain;
	font-weight: bold;
	color: #FFFFFF;
	font-size: .24rem;
}
.rank_list .item:nth-of-type(-n + 3) .order{
	color: transparent;
}
.rank_list .item:nth-of-type(1) .order{
	background: url(../images/home_rank1.png) no-repeat left / contain;
}
.rank_list .item:nth-of-type(2) .order{
	background: url(../images/home_rank2.png) no-repeat left / contain;
}
.rank_list .item:nth-of-type(3) .order{
	background: url(../images/home_rank3.png) no-repeat left / contain;
}
.rank_list .item .icon{
	width: 1.32rem;
	height: 1.32rem;
	border-radius: .2rem;
	margin-left: .26rem;
	margin-right: .2rem;
}
.rank_list .item .type{
	margin: .1rem 0;
	display: inline-block;
}
.rank_list .item .desc,
.rank_list .item .type{
	color: #888;
}
/* 排行榜列表 end*/


/* 网站地图 */
.page_banner{
	width: 100%;
	height: 3.76rem;
	background: url(../images/page_banner.png) no-repeat left / contain;
}
/* 网站地图 end*/


/* 搜索结果 */
.search_warp{
	margin-bottom: .54rem;
}
.single_game_list .item:nth-child(2){
	margin-top: .36rem;
}
/* 搜索结果 end*/

/* 专辑详情 */
.single-album .single-header{
	background: #F8FAFD;
	padding-top: .54rem;
}
.single-album .single-header h1{
	font-weight: bold;
	font-size: .32rem;
	color: var(--pm-c);
	margin: 0rem 0 .4rem;
	text-align: center;
	padding: 0 .86rem;
}
.single-album .single-header h1::before{
	width: .66rem;
	height: .1rem;
	background: url(../images/show_collection_iconl.png) no-repeat left / contain;
	left: 0rem;
}
.single-album .single-header h1::after{
	width: .66rem;
	height: .1rem;
	background: url(../images/show_collection_iconr.png) no-repeat left / contain;
	right: 0rem;
}
.single-album .single-header .text:nth-child(2){
	margin: 0 .26rem;
}
.single-album .single-header .name{
	width: .52rem;
	height: 1.4rem;
	background: var(--pm-c);
	margin-right: .16rem;
	writing-mode: tb;
    letter-spacing: .08rem;
	font-size: .24rem;
	color: #FFFFFF;
	line-height: .52rem;
    text-align: center;
}
.single-album .single-header .li{
	width: 3.04rem;
	height: .6rem;
	border-radius: .12rem;
	border: .02rem solid #E7E7E7;
	text-align: center;
	line-height: .6rem;
	padding: 0 .2rem;
	display: inline-block;
	color: #999;
}
.single-album .single-header .li:nth-child(odd){
	margin-right: .14rem;
	margin-bottom: .18rem;
}
.album_recom{
	margin-top: .32rem;
	width: 100%;
	height: 2.9rem;
	background: url(../images/show_tj_bg.png) no-repeat left / contain;
	padding: .46rem .4rem .34rem;
	position: relative;
}
.album_recom::before{
	content: "";
	display: inline-block;
	width: .94rem;
	height: .84rem;
	background: url(../images/show_tj_icon.png) no-repeat left / contain;
	position: absolute;
	top: .44rem;
    left: .38rem;
	z-index: 1;
}
.album_recom .icon{
	width: 1.32rem;
	height: 1.32rem;
	margin-right: .2rem;
	border-radius: .2rem;
}
.album_recom .type{
	margin: .1rem 0 .06rem;
}
.album_recom .down{
	font-weight: bold;
	font-size: .28rem;
	color: #20C2FF;
	background: url(../images/show_down.png) no-repeat 2.1rem / contain;
	background-size: .34rem;
	margin-top: .4rem;
}

.details_zj_list .item{
	border-left: .02rem solid #f2f2f2;
	padding-left: .3rem;
	box-sizing: border-box;
	position: relative;
	margin-top: .4rem;
}
.details_zj_list .item::before{
	content: "";
	display: inline-block;
	width: .06rem;
	height: .24rem;
	background: var(--pm-c);
	position: absolute;
	left: 0rem;
	top: .18rem;
}
.details_zj_list .item:nth-child(3)::before{
	background: #FFBB5C;
}
.details_zj_list .item:nth-child(4)::before{
	background: #47DF7A;
}
.details_zj_list .item .order{
	width: 1.28rem;
	height: .56rem;
	background: #F8F8F8;
	text-align: center;
	line-height: .56rem;
	position: relative;
	margin-bottom: .4rem;
	font-weight: bold;
	font-size: .24rem;
	color: #999999;
}
.details_zj_list .item:nth-child(-n + 4) .order{
	color: #fff;
}
.details_zj_list .item .order::before{
	content: "";
	display: inline-block;
	width: .14rem;
	height: .26rem;
	background: url(../images/home_title_icon_.png) no-repeat left / contain;
	position: absolute;
	left: -0.14rem;
	top: 50%;
	transform: translateY(-50%);
}
.details_zj_list .item:nth-child(2) .order{
	background: var(--pm-c);
}
.details_zj_list .item:nth-child(3) .order{
	background: #FFBB5C;
}
.details_zj_list .item:nth-child(4) .order{
	background: #47DF7A;
}
.details_zj_list .item:nth-child(2) .order::before{
	background: url(../images/details_zj_icon1.png) no-repeat left / contain;
}
.details_zj_list .item:nth-child(3) .order::before{
	background: url(../images/details_zj_icon2.png) no-repeat left / contain;
}
.details_zj_list .item:nth-child(4) .order::before{
	background: url(../images/details_zj_icon3.png) no-repeat left / contain;
}
.details_zj_list .item .icon{
	width: 1.32rem;
	height: 1.32rem;
	border-radius: .3rem;
	margin-right: .2rem;
}
.details_zj_list .item .down{
	width: 1.24rem;
	height: .6rem;
	background: var(--pm-c);
	border-radius: .12rem;
	font-size: .28rem;
	color: #FFFFFF;
	text-align: center;
	line-height: .6rem;
	margin-left: .2rem;
}
.details_zj_list .item .desc,
.details_zj_list .item .type{
	color: #888;
	margin-top: .06rem;
	display: inline-block;
}
.single_down_rank li:nth-of-type(1) .title{
	color: var(--pm-c);
}
.single_down_rank li:nth-of-type(3) .item,
.single_down_rank li:nth-of-type(2) .item{
	display: none;
}
.single_down_rank li .type::after{
	display: none;
}
.single_down_rank li .type{
	margin-right: 0;
	padding-right: 0;
}
/* 专辑详情 end*/


/* 礼包领取详情 */
.single_gift{
	margin-bottom: .6rem;
}
.single_gift .single-header{
	background: #F8FAFD;
	padding: .32rem .3rem .4rem;
	box-sizing: border-box;
}
.single_gift .single-header .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .26rem;
}
.single_gift .single-header .info{
	padding-right: 1.3rem;
	background: url(../images/gift_icon.png) no-repeat right / contain;
	background-size: 1.2rem;

}
.single_gift .single-header .title{
	font-weight: bold;
	font-size: .32rem;
	margin-bottom: .3rem;
}
.single_gift .single-header .lb{
	margin: .4rem 0 .26rem;
	background-color: #70DCFF;
}
.single .item .time{
	text-align: left;
	padding-left: .2rem;
}
.single .home_gift li:last-of-type{
	border-bottom: none;
}

.news_gift .item{
	margin-top: .48rem;
}
.news_gift .item:first-child{
	margin-top: .4rem;
}
.news_gift .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .2rem;
}
.news_gift .get{
	font-size: .28rem;
	color: var(--pm-c);
	margin-left: .2rem;
}
.news_gift .desc{
	margin-top: .1rem;
	line-height: .44rem;
}
/* 礼包领取详情 end*/


/* 手游详情 */
.single_game{
	margin-bottom: .6rem;
}
.single_game .single-header{
	background: #F8FAFD;
	padding: .32rem .3rem .4rem;
	box-sizing: border-box;
}
.single_game .single-header .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .26rem;
}
.single_game .single-header .title{
	font-weight: bold;
	font-size: .32rem;
	line-height: 1.2rem;
}
.single_game .single-header .info{
	padding-right: 1.3rem;
	background: url(../images/gift_icon.png) no-repeat right / contain;
	background-size: 1.2rem;
	line-height: 1.4rem;
	height: 1.2rem;
}
.single_game .single-header .down a{
	display: inline-block;
	width: 100%;
	height: .9rem;
	background: linear-gradient( 90deg, #FFCF70 0%, #FF8645 100%);
	border-radius: .6rem;
	text-align: center;
	line-height: .9rem;
	font-weight: bold;
	font-size: .3rem;
	color: #FFFFFF;
	margin-top: .4rem;
}

.single_game .single-header .down .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;
}
.single_game .sliderBox {
    height: auto;
    margin: 0;
    overflow: hidden;
	margin-top: .4rem;
}

.single_game .sliderBox .slide {
    height: auto;
}
.single_game .sliderBox .slide li:first-child{
	margin-left: 0;
}
.single_game .sliderBox .slide li {
    width: 5.56rem;
	margin-right: .24rem;
}

.single_game .sliderBox .slide li a {
    width: 5.56rem;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: auto;
}
/* 手游详情 end*/

/* 资讯详情 */
.single_news{
	margin: .4rem 0;
}
.single_news .single_header{
	border-bottom: .02rem dashed #E5E5E5;
	padding-bottom: .4rem;
	margin-bottom: .4rem;
	text-align: center;
}
.single_news .single_header .title{
	font-weight: bold;
	font-size: .32rem;
	color: #222222;
	margin-bottom: .4rem;	
	line-height: .64rem;
}
/* 资讯详情 end*/

/* 排行榜详情 */
.single_rank{
	margin-bottom: .4rem;
}
.single_rank .title_box{
	width: calc(100% - .6rem);
	height: 1.4rem;
	box-shadow: 0rem 0rem .12rem 0rem #D9E0E3;
	border-radius: .2rem;
	padding: .24rem;
	box-sizing: border-box;
	background: #fff url(../images/show_rank_icon.png) no-repeat .64rem / contain;
	background-size: .44rem;
	padding-left: 1.28rem;
	box-sizing: border-box;
	margin: 0 auto;
    transform: translateY(-0.7rem);
}
.single_rank .title_box h1{
	font-weight: bold;
	font-size: .32rem;
	color: #333333;   
	margin-bottom: .1rem; 	
}
.single_rank .rank_list{
	margin-top: -0.68rem;
	margin-bottom: .4rem;
}
/* 排行榜详情 end*/

/* 开服 */
.kaifu{
	margin: .4rem 0 !important;
}
.kaifu-menu{
	margin: .4rem 0 0;
}

.kaifu-menu button{
	width: 2.14rem;
	height: .64rem;
	line-height: .64rem;
	border-radius: .08rem;
	font-size: .28rem;
	letter-spacing: .01rem;
	color: #666;
	background: #F8F8F8 url('../images/kaifu_icon_.png') no-repeat 1.72rem/contain;
	background-size: .2rem;
	padding: 0 .24rem;
	box-sizing: border-box;
	text-align: left;
	padding-right: .44rem;
	border: none;
}
.kaifu-menu button:hover{
	border: none;
	background: var(--pm-c) url('../images/kaifu_icon.png') no-repeat 1.72rem/contain;
	background-size: .2rem;
	color: #FFFFFF;
}
.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{
	/* margin-bottom: .2rem; */
	border: solid .01rem #F1F1F1;
	padding: .3rem .28rem;
	box-sizing: border-box;
	margin-top: .3rem;
	border-radius: .08rem;
}
.kaifu-warp .item:first-child{
	/* margin-top: 0; */
}
.kaifu-warp .item .title{
	position: relative;
	display: inline-block;
	/* max-width: 3.48rem; */
	/* min-width: auto; */
	padding-right: 0.9rem;
}
.kaifu-warp .item .icon{
	width: 1.32rem;
	height: 1.32rem;
	border-radius: .3rem;
	margin-right: .2rem;
}
.kaifu-warp .item .name{
	margin: 0rem 0 .04rem;
}
.kaifu-warp .item .down{
	display: block;
	width: 1.24rem;
	height: .6rem;
	border-radius: .12rem;
	line-height: .6rem;
	text-align: center;
	font-size: .28rem;
	margin-left: .2rem;
	background-color: var(--pm-c);
	color: #fff;
}
.kaifu-warp .item .platform{
	width: .32rem;
    height: .32rem;
    display: inline-block;
	position: absolute;
}
.kaifu-warp .item .az{
	background: url(../images/az.png) no-repeat left / contain;
	right: .48rem;
    top: .056rem;
}
.kaifu-warp .item .ios{
	background: url(../images/ios.png) no-repeat left / contain;
	right: 0.08rem;
	top: .056rem;
}
/* 开服 end*/
