:root {
	--pm-c: #FCB644;
}

/*隐藏类*/
.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: .2rem 0
}
.game_info{
	margin-top: .3rem;
}
.game_info .uk-width-1-2:nth-of-type(2) p{
	/* text-align: right; */
}
.game_info p{
	font-size: .28rem;
	color: #666666;
}
.game_info p a{
	/* border-bottom: .02rem solid #666666; */
	display: inline-block;
    line-height: .24rem;
}
.game_info .uk-width-1-2:last-of-type{
	width: 100%;
}
#app_info li {
	display: inline-block;
	width: 100%;
	font-size: .28rem;
	color: #666666;
    /* margin: .2rem 0; */
	margin-bottom: .2rem;
	position: relative;
	padding-left: .3rem;
	box-sizing: border-box;
}
/* #app_info li::before{
	content: '';
	display: inline-block;
	width: .1rem;
	height: .1rem;
	background: var(--pm-c);
	border-radius: 50%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
} */
#app_info li:nth-of-type(-n + 2){
	width: 49%;
}

#app_info li b {
	cursor: pointer;
    font-size: .28rem;
	color: #666666;
    font-weight: normal;
}

#app_info_cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	text-align: center;
	z-index: 9999
}

#app_info_cover .app_info_main {
	background: #fff;
	width: 10.4rem;
	margin: auto;
	margin-top: 2rem;
	border-radius: .16rem;
	overflow: hidden;
}

#app_info_cover .app_info_title {
	background: #5CA8F6;
	font-size: .4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1rem;
}

#app_info_cover .app_info_body {
	padding: .4rem;
	height: 6.4rem;
	overflow-y: scroll;
	text-align: left;
}

#app_info_cover .app_info_close {
	margin: .4rem;
	font-size: .34rem;
	color: #fff;
	background: #5CA8F6;
	line-height: .96rem;
	border-radius: .4rem;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-top: .6rem;
}

@media (max-width: 15.2rem) {
	#app_info li {
		width: 100%;
		margin-top: .2rem;
	}

	#app_info_cover .app_info_main {
		width: 98%;
	}

	#app_info_cover .app_info_close {
		font-size: .32rem;
		line-height: .84rem;
	}
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td,
span,
a,
b,
i,
strong,
::before,
::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

table {
	border-collapse: collapse;
}

input {
	border: none;
	/*在移动端浏览器默认的外观在iOS上加上这个属性才能给按钮和输入框自定义样式*/
	-webkit-appearance: none;
}

a {
	text-decoration: none;
	background: none;
	font-size: inherit;
	color: inherit;
	transition: all .2s ease-out;
}

a:hover {
	color: var(--pm-c);
	text-decoration: none;
}

ul,
li,
ol {
	list-style: none;
}

:focus {
	outline: none;
}

/*点击高亮我们需要清除  设置为transparent 完成透明*/
* {
	-webkit-tap-highlight-color: transparent;
}

/*禁用长按页面时的弹出菜单*/
img,
a {
	-webkit-touch-callout: none;
}

/* 去掉滑动条 */
::-webkit-scrollbar {
	display: none
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset.12remrgba(0, 0, 0, 0.3); */
	border-radius: .2rem;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: .2rem;
	background: rgba(0, 0, 0, 0.1);
	/* -webkit-box-shadow: inset.12remrgba(0, 0, 0, 0.5); */
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 0, 0, 0.4);
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: 6px;
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

body {
	font-size: .24rem;
	line-height: 1.5;
	color: #333;
	background-color: #F7F7F7;
	width: 7.5rem;
	min-width: 6.4rem;
	max-width: 15rem;
	margin: 0 auto;
	letter-spacing: .5px;
}

/*图片高清*/
img {
	border: 0;
	display: block;
	width: 100%;
	height: 100%;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	object-fit: cover;
	transition: all .3s ease-out;
}

a.title {
	display: block;
}

/*边框样式*/
.b-a {
	border: .02rem solid #E5E5E5 !important;
}

.b-b {
	border-bottom: .02rem solid #E5E5E5 !important;
}

.b-t {
	border-top: .02rem solid #E5E5E5 !important;
}

.b-l {
	border-left: .02rem solid #E5E5E5 !important;
}

.b-r {
	border-right: .02rem solid #E5E5E5 !important;
}

/* 虚线上边框 */
.b-t-dashed {
	border-top: .02rem dashed #E5E5E5 !important;
}

/* 虚线下边框 */
.b-b-dashed {
	border-bottom: .02rem dashed #E5E5E5 !important;
}

/* 内边距  */
.p-a-0 {
	padding: 0rem;
}

.p-a-5 {
	padding: .1rem;
}

.p-a-10 {
	padding: .2rem;
}

.p-a-15 {
	padding: .3rem;
}

.p-a-20 {
	padding: .4rem;
}

.p-a-25 {
	padding: .5rem;
}

.p-a-30 {
	padding: .6rem;
}

/* 内上边距 */
.p-t-0 {
	padding-top: 0rem !important;
}

.p-t-5 {
	padding-top: .1rem;
}

.p-t-10 {
	padding-top: .2rem;
}

.p-t-15 {
	padding-top: .3rem;
}

.p-t-20 {
	padding-top: .4rem;
}

.p-t-30 {
	padding-top: .6rem;
}

/* 内下边距 */
.p-b-0 {
	padding-bottom: 0rem !important;
}

.p-b-5 {
	padding-bottom: .1rem;
}

.p-b-10 {
	padding-bottom: .2rem;
}

.p-b-15 {
	padding-bottom: .3rem;
}

.p-b-20 {
	padding-bottom: .4rem;
}

.p-b-30 {
	padding-bottom: .6rem !important;
}

.p-b-40 {
	padding-bottom: .8rem !important;
}

/* 内右边距 */
.p-r-0 {
	padding-right: 0rem;
}

.p-r-5 {
	padding-right: .1rem;
}

.p-r-10 {
	padding-right: .2rem;
}

.p-r-15 {
	padding-right: .3rem;
}

.p-r-20 {
	padding-right: .4rem;
}

.p-r-30 {
	padding-right: .6rem;
}

/* 内左边距 */
.p-l-0 {
	padding-left: 0rem;
}

.p-l-5 {
	padding-left: .1rem;
}

.p-l-10 {
	padding-left: .2rem;
}

.p-l-15 {
	padding-left: .3rem;
}

.p-l-20 {
	padding-left: .4rem;
}

.p-l-30 {
	padding-left: .6rem;
}

/*圆角样式*/
.b-r-4 {
	border-radius: .08rem !important;
}

.b-r-6 {
	border-radius: .12rem !important;
}

.b-r-8 {
	border-radius: .16rem !important;
}

.b-r-10 {
	border-radius: .2rem !important;
}

.b-r-12 {
	border-radius: .24rem !important;
}

.b-r-24 {
	border-radius: .48rem !important;
}

/* 上外边距 */
.m-t-0 {
	margin-top: 0rem !important;
}

.m-t-5 {
	margin-top: .1rem !important;
}

.m-t-10 {
	margin-top: .2rem !important;
}

.m-t-15 {
	margin-top: .3rem !important;
}

.m-t-20 {
	margin-top: .4rem !important;
}

.m-t-25 {
	margin-top: .5rem !important;
}

.m-t-30 {
	margin-top: .6rem !important;
}

.m-t-35 {
	margin-top: .7rem !important;
}
.m-t-40 {
	margin-top: .8rem !important;
}

/* 下外边距 */
.m-b-0 {
	margin-bottom: 0rem !important;
}

.m-b-5 {
	margin-bottom: .1rem !important;
}

.m-b-10 {
	margin-bottom: .2rem !important;
}

.m-b-15 {
	margin-bottom: .3rem !important;
}

.m-b-20 {
	margin-bottom: .4rem !important;
}

.m-b-25 {
	margin-bottom: .5rem !important;
}

.m-b-30 {
	margin-bottom: .6rem !important;
}
.m-b-35 {
	margin-bottom: .7rem !important;
}
.m-b-40 {
	margin-bottom: .8rem !important;
}

/* 左外边距 */
.m-l-0 {
	margin-left: 0rem !important;
}

.m-l-5 {
	margin-left: .1rem !important;
}

.m-l-10 {
	margin-left: .2rem !important;
}

.m-l-15 {
	margin-left: .3rem !important;
}

.m-l-20 {
	margin-left: .4rem !important;
}

.m-l-25 {
	margin-left: .5rem !important;
}

.m-l-30 {
	margin-left: .6rem !important;
}

/* 右外边距 */
.m-r-0 {
	margin-right: 0rem !important;
}

.m-r-5 {
	margin-right: .1rem !important;
}

.m-r-10 {
	margin-right: .2rem !important;
}

.m-r-15 {
	margin-right: .3rem !important;
}

.m-r-20 {
	margin-right: .4rem !important;
}

.m-r-30 {
	margin-right: .6rem !important;
}
.m-r-40 {
	margin-right: .8rem !important;
}

/* 溢出2行省略号 */
.line-2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

/* 溢出3行省略号 */
.line-3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

/* 溢出4行省略号 */
.line-4 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
}

/*伪类居中*/
/* 增加伪类 前置 */
.before-middle {
	position: relative;
}

.before-middle::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

/* 增加伪类 后置 */
.after-middle {
	position: relative;
}

.after-middle::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.after-center {
	position: relative;
}

.after-center::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

/*默认图标尺寸*/
.item .icon {
	margin: 0 auto;
	overflow: hidden;
}

.item .icon img {
	width: 100%;
	height: 100%;
}

/* 默认缩略图尺寸 */
.item .thumb img {
	width: 100%;
	height: 100%;
}

.item .thumb a,
.item .icon a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

/* .item:hover .title, */
.list:hover .title,
ul li:hover .title {
	color: var(--pm-c);
}

.item .title:hover {
	color: var(--pm-c);
}

/* 默认的一些文字大小和颜色 */
.info {
	flex: 1;
	overflow: hidden;
}

.info .title {
	font-size: .28rem;
	color: #333;
	display: block;
}

.info .text,
.info .time {
	font-size: .24rem;
	color: #999;
}

.title {
	display: block;
	font-size: .28rem;
	color: #333;
}
.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);
}
.score_{
	font-size: .32rem;
	color: #F8B524;
	font-weight: bold;
	/* background: url(../images/score_icon_.png) no-repeat left / contain; */
	background-size: .32rem .32rem;
	margin-left: .1rem;
	padding-left: .36rem;
}

.down {
	display: block;
	text-align: center;
	letter-spacing: .02rem;
}
/* 平台 安卓 苹果 图标显示 */
.platform{
	display: inline-block;
	width: .32rem;
	height: .32rem;
	border-radius: .06rem;
	padding: .04rem;
	box-sizing: border-box;
	vertical-align: bottom;
}
.platform:first-of-type{
	margin-right: .08rem;
}
.platform.az{
	background: url(../images/az.png) no-repeat center/contain;
	background-size: .32rem;
	margin-right: .08rem;
}
.platform.ios{
	background: url(../images/ios.png) no-repeat center/contain;
	background-size: .32rem;
}


/*分页*/
.pagination {
	padding: 1.14rem 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: #333;
}

.list-container li .time {
	font-size: .24rem;
	color: #999;
	margin-left: .1rem;
}

/* 图标 */
.list-container li .dot {
	display: block;
	width: .12rem;
	height: .12rem;
	margin-right: .2rem;
	background: url('../images/list_dot.png') no-repeat center/contain;
	background-size: .12rem;
}

/* 圆点 */
.list-container li .dot_ {
	display: block;
	width: .12rem;
	height: .12rem;
	background-color: var(--pm-c);
	/* border-radius: 50%; */
	margin-right: .2rem;
}

/* 类别 */
.list-container li .tag {
	display: inline-block;
    box-sizing: border-box;
	padding: 0 .1rem;
	height: .48rem;
	line-height: .48rem;
	text-align: center;
	border-radius: .08rem;
	border: .02rem solid #ECECEC;
	margin-right: .2rem;
	font-size: .24rem;
	color: #888888;
}

/* 序号 */
.list-container li .order{
	width: .4rem;
	height: .4rem;
	background: #E3E3E3;
	text-align: center;
	line-height: .4rem;
	margin-right: .2rem;
}
/* 数字 */
.list-container li .num{
	width: .2rem;
	height: .4rem;
	line-height: .4rem;
	text-align: center;
	font-weight: bold;
	font-size: .32rem;
	color: var(--pm-c);
}

/* 评分图标 */
/* 评分 */
.star {
	height: .26rem;
	width: 1.4rem;
	display: inline-block;
	background: url(../images/star.png) repeat-x left / contain;
	/* vertical-align: text-top; */
}

.star:before {
	content: "";
	display: block;
	background: url(../images/star_.png) repeat-x left / contain;
	height: .26rem;
}

.star-1:before {
	width: .28rem;
}

.star-2:before {
	width: .56rem;
}

.star-3:before {
	width: .84rem;
}

.star-4:before {
	width: 1.12rem;
}

.star-5:before {
	width: 1.4rem;
}
/* 公共标题 */
.module-title {
	border-bottom: .04rem solid #F6F6F6;
	padding-bottom: .3rem;
	box-sizing: border-box;
}

.module-title .title {
	font-weight: bold;
	font-size: .32rem;
	color: #333333;
	position: relative;
	letter-spacing: 0;
}
.module-title .title::before{
	content: '';
	display: inline-block;
	background: url(../images/module_icon.png) no-repeat center/contain;
	background-size: 100% 100%;
	width: 100%;
	height: .04rem;
	position: absolute;
	bottom: -0.34rem;
	left: 0rem;
}

.module-title .more {
	display: inline-block;
	font-size: .24rem;
	color: #999999;
}

/* 列表页公共样式 */
/* 菜单栏 */
.menu_nav{
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.16rem;
}
.menu_nav li{
	width: 1.6rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	background: #F8F8F8;
	border-radius: .4rem;
	border: .02rem solid #F8F8F8;
	padding: 0 .16rem;
	box-sizing: border-box;
	margin-top: .22rem;
	margin-left: .16rem;
}
.menu_nav li:nth-of-type(-n + 4){
	margin-top: 0;
}
.menu_nav li a{
	display: inline-block;
	width: 100%;
	font-size: .28rem;
	color: #666666;
}
.menu_nav li.active{
	background: #FFF6E8;
	border-color: var(--pm-c);
}
.menu_nav li.active a{
	color: var(--pm-c);
}

.menu_nav_ li{
	width: 3.2rem;
}


/* 头尾 */
.header {
	width: 100%;
	background: url('../images/header_bg.png') no-repeat center/contain;
	background-size: 100% 100%;
	padding-bottom: .24rem;
	box-sizing: border-box;
}
.header .header_top{
	padding: .18rem .2rem 0 .3rem;
	box-sizing: border-box;	
	margin-bottom: .4rem;
}
.header .logo {
	width: auto;
	height: .7rem;
}

.search {
	width: 3.6rem;
	height: .6rem;
	background: #FFFFFF;
	border-radius: .6rem;
	/* border: .02rem solid var(--pm-c); */

	overflow: hidden;
	display: flex;
	margin-left: .2rem;
	background: #fff;
	padding: 0 .04rem 0 .6rem;
	box-sizing: border-box;
	position: relative;
}

.search .search_input {
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: .24rem;
	color: #888;
	box-sizing: border-box;
	padding-right: 1.1rem;
	
}
.search .search_btn {
	display: inline-block;
	width: 1rem;
	height: .52rem;
	line-height: .52rem;
	text-align: center;
	background: var(--pm-c);
	font-size: .24rem;
	color: #FFFFFF;
	border-radius: .6rem;
	cursor: pointer;
	border: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: .04rem;
}
.search .search_icon{
	display: inline-block;
	width: .26rem;
	height: .26rem;
	background: url('../images/search.png') no-repeat left/contain;
	background-size: .26rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: .22rem;
}

input::-webkit-input-placeholder {
	font-size: .24rem;
	color: #999;
}

input::-moz-placeholder {
	font-size: .24rem;
	color: #999;
}

.header .nav {
	margin-left: .3rem;
	width: calc(100% - .36rem);
	height: .84rem;
	overflow: auto hidden;
	box-sizing: border-box;
	background: url('../images/header_nav_bg.png') no-repeat left/contain;
	align-items: center;
	padding-left: .36rem;
	/* margin-top: .3rem; */
}

.header .nav li{
	flex-shrink: 0;
	text-align: center;
    box-sizing: border-box;
    /* width: 1.72rem; */
	height: .6rem;
	line-height: .6rem;
	padding: 0 .4rem;
	border-radius: .8rem;
	margin-right: .2rem;
}
.header .nav li.active{
	background-color: var(--pm-c);
}
.header .nav li.active a{
	border: none;
	color: #fff;
}
.header .nav li a{
	display: inline-block;
	width: 100%;
	font-size: .28rem;
	color: #333333;
}

.footer {
	background-color: #333;
	padding: .44rem .66rem;
	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; */
	line-height: .68rem;
	padding: 0 .7rem;
}
 .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: .14rem;
}

.footer .aBox a:last-child::after {
	content: "";
}

.footer .footer_p {
	line-height: .68rem;
}
/* 友情链接 */
.index_link ul {
	margin-left: -0.3rem;
	margin-top: .2rem;
}

.index_link ul li {
	display: inline-block;
	margin-top: .2rem;
	margin-left: .24rem;
	/* border-radius: .08rem;
	border: .02rem solid #E6E6E6;
	padding: .1rem .16rem; */
	box-sizing: border-box;
}

.index_link ul li a {
	font-size: .24rem;
	color: #888888;
	/* letter-spacing: .02rem; */
}


.index_link ul li::after {
	content: '|';
	display: inline-block;
	color: #888888;
	margin-left: .18rem;
}

.index_link ul li:last-child::after {
	display: none;
}

.index_link ul li:last-child::after {
	display: none;
}

/* 公共菜单栏 */
.menu-nav{
	flex-wrap: wrap;
	margin-left: -0.18rem;
}
.menu-nav li{
	width: 3.36rem;
	height: .64rem;
	background: #F8F8F8;
	text-align: left;
	line-height: .64rem;
	border-radius: .6rem;	
	margin-bottom: .2rem;
	padding: 0 .28rem;
	box-sizing: border-box;
	margin-left: .18rem;
}
.menu-nav li.active{
	background: #F0FBFF;
}
.menu-nav .dot{
	width: .36rem;
	height: .36rem;
	background: var(--pm-c);
	border-radius: 50%;
	margin-right: .16rem;
}
.menu-nav .dot::before{
	width: .18rem;
	height: .18rem;
	display: inline-block;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/rank_icon.png) no-repeat left / contain;
}

/* 公共详情样式 */
.single_content {
	overflow: hidden;
}
.single .single_content h2,
.single .single_content h3 {
	height: .72rem;
	line-height: .72rem;
	font-weight: bold;
	font-size: .28rem;
	color: #333333;
	background: #FFF6E6;
	padding-left: .32rem;
	position: relative;
	margin: .4rem 0 .1rem;
	font-weight: bold;
	font-size: .28rem;
	color: #333333;
}
.single .single_content h2::before,
.single .single_content h3::before{
	content: '';
	display: inline-block;
	width: .08rem;
	height: .72rem;
	background: var(--pm-c);
	position: absolute;
	left: 0rem;
	top: 0rem;
}
.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% !important;
	margin: .2rem auto;
}

.single_content_title {	
	font-weight: bold;
	font-size: .36rem;
	color: #333333;
	margin: .4rem auto 0;
	text-align: center;
}
.single_content_title::before{
	width: .56rem;
	height: .36rem;
	background: url('../images/single_content_title_l.png') no-repeat center/contain;
	background-size: .56rem .36rem;
	left: 2rem;
}
.single_content_title::after{
	width: .56rem;
	height: .36rem;
	background: url('../images/single_content_title_r.png') no-repeat center/contain;
	background-size: .56rem .36rem;
	right: 2rem;
}
.single_content_title span{
	position: relative;
}
.single_content_title span::before{
	content: '';
	display: inline-block;
	width: 100%;
	height: .1rem;
	background: linear-gradient( 90deg, #FA6087 0%, #FFA7CA 100%);
	border-radius: 1.98rem;
	position: absolute;
	left: 0rem;
	bottom: -0.06rem;
}
/* 详情下载按钮 */
.single .down-btn .btn {
	position: relative;
	display: block;
	font-size: .32rem;
	color: #fff;
	height: .9rem;
	line-height: .9rem;
	text-align: center;
	width: 100%;
	border-radius: 1.2rem;
}
.single .down-btn .btn a,
.single .down-btn .btn span{
	font-weight: bold;
	font-size: .32rem;
	color: #FFFFFF;
}

.single .down-btn .sy,
.single .down-btn .ios,
.single .down-btn .mob,
.single .down-btn .xz {
	background: url('../images/game_down_bg.png') no-repeat center/contain;
	background-size: 100% 100%;
}
.single .down-btn .lb {
	background: linear-gradient( 180deg, #75D3FF 0%, #409DFF 100%);
	box-shadow: inset 0rem .12rem .12rem 0rem #44A0FF;
}
.single .down-btn .az {
	background: url('../images/az_xz_bg.png') no-repeat center/contain;
	background-size: 100% 100%;
}

/* 单页  关于我们 */
.page{
	background-color: #fff;
}
.page .module-title{
	margin-bottom: .4rem;
}
.page-content{
	/* margin-bottom: .4rem; */
}
.page-nav{
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.16rem;
}
.page-nav li{
	width: 1.6rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	background: #F8F8F8;
	border-radius: .4rem;
	border: .02rem solid #F8F8F8;
	padding: 0 .16rem;
	box-sizing: border-box;
	margin-top: .22rem;
	margin-left: .16rem;
}
.page-nav li:nth-of-type(-n + 4){
	margin-top: 0;
}
.page-nav li a{
	display: inline-block;
	width: 100%;
	font-size: .28rem;
	color: #666666;
}
.page-nav li.active{
	background: #FFF6E8;
	border-color: var(--pm-c);
}
.page-nav li.active a{
	color: var(--pm-c);
}
.page .page-title {
	height: .72rem;
	line-height: .72rem;
	font-weight: bold;
	font-size: .28rem;
	color: #333333;
	background: #FFF6E6;
	padding-left: .32rem;
	position: relative;
	margin: .1rem 0 .4rem;
	font-weight: bold;
	font-size: .32rem;
	color: #333333;
}
.page .page-title::before{
	content: '';
	display: inline-block;
	width: .08rem;
	height: .72rem;
	background: var(--pm-c);
	position: absolute;
	left: 0rem;
	top: 0rem;
}
.page-content ul{
	margin-left: -0.2rem;
}
.page-content ul li{
	width: 1.57rem;
	margin-left: .2rem;
	display: inline-block;
	margin-bottom: .2rem;
}
.page-content ul li a{
	font-size: .28rem;
	color: #666666;
	display: inline-block;
}
.page-content p{
	font-size: .28rem;
	line-height: .6rem;
	letter-spacing: .01rem;
	color: #666666;
	text-indent: 2em;	
	margin-top: .2rem;
}
.page-content p:first-of-type{
	margin-top: .26rem;
}
.page-content .page-rank li{
	width: auto;
}

/* 搜索页 */
.search_total{
	display: block;
	font-size: .24rem;
	color: #999999;
	margin-bottom: .28rem;
}

/* 404 500 错误页面 */
.page-error {
	min-height: 11.22rem;
	padding-bottom: 3.16rem;
	padding-top:  .8rem;
	box-sizing: border-box;
}

.page-error img {
	width: 50%;
	margin: 2.45rem auto 1rem;
}
.page-error .page-404 {
	width: 3.44rem;
	height: 2.46rem;
	margin: 0 auto;
	background: url(../images/404.png) no-repeat center/contain;
	margin-top: .5rem;
}

.page-error .page-500 {
	width: 3.44rem;
	height: 2.46rem;
	margin: 0 auto;
	background: url(../images/500.png) no-repeat center/contain;
	margin-top: .5rem;
}

.page-error p {
	font-size: .28rem;
	color: #999;
	margin: .74rem 0 .64rem;
}

.page-error a.go-home {
	width: 2.1rem;
	height: .72rem;
	background: var(--pm-c);
	border-radius: .6rem;
	line-height: .72rem;
	text-align: center;
	font-size: .28rem;
	color: #fff;
	display: inline-block;
}


/* 首页 */
/* 模块 */
.module{
	padding: .4rem .3rem;
	box-sizing: border-box;
	background: #FFFFFF;
}
/* 首页轮播图 */
.index_slide .slider {
	width: 100%;
	height: 3.34rem;
}

.index_slide .slider .slide {
	width: 100%;
	height: 100%;
	margin-left: 0;
}

.index_slide .slider li {
	padding-left: 0;
}

.index_slide .slider li .img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: .4rem;
}

.index_slide .slider .slideNav {
	position: absolute;
	bottom: .28rem;
	left: 50%;
	transform: translateX(-50%);
}

.index_slide .slider .slideNav li {
	margin-right: .1rem;
	padding-left: 0;
}

.index_slide .slider .slideNav li:last-child {
	margin-right: 0;
}

.index_slide .slider .slideNav li a {
	width: .16rem;
	height: .16rem;
	background: #999;
	display: block;
	border-radius: 50%;
	border: none;
}

.index_slide .slider .slideNav li.uk-active a {
	background-color: var(--pm-c);
}

.index .index_top_game{
	margin-top: 1rem;
}
.index_top_game .uk-grid-small>.uk-grid-margin{
	margin-top: 1.52rem;
}
.index_top_game .item{
	width: 100%;
	background: #F8F8F8;
	border-radius: .4rem .4rem 0rem 0rem;
	text-align: center;
	padding: .92rem .26rem .5rem;
	box-sizing: border-box;
	position: relative;
}
.index_top_game .item .icon{
	width: 1.32rem;
	height: 1.32rem;
	border-radius: .4rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -0.6rem;
}
.index_top_game .item .type{
	margin-top: .14rem;
	display: inline-block;
}
.index_top_game .item .down{
	display: inline-block;
	width: 1.68rem;
	height: .6rem;
	line-height: .6rem;
	background: #FFFFFF;
	box-shadow: 0rem .08rem .08rem 0rem rgba(195,195,195,0.25);
	border-radius: .6rem;
	border: .02rem solid #F6F6F6;
	font-size: .24rem;
	color: #888888;
	text-align: center;
	position: absolute;
	bottom: -0.3rem;
	left: 50%;
	transform: translateX(-50%);
}


.index_hot_gl{
	border-radius: .3rem;
	border: .02rem solid #F2F2F2;
}
.index_hot_gl .title_box{
	background: #FFF9F1;
	border-radius: .3rem .3rem 0rem 0rem;
	text-align: center;
	height: .8rem;
    line-height: .8rem;
	box-sizing: border-box;
}
.index_hot_gl .title_box .hot_gl_title{
	font-weight: bold;
	font-size: .32rem;
	color: #333333;
	padding-left: .48rem;
	background: url(../images/hot.png) no-repeat left / contain;
	background-size: .28rem .38rem;
}
.index_hot_gl .title_box .hot_gl_title span{
	color: var(--pm-c);
}
.index_hot_gl .item{
	border-bottom: .02rem dashed #E5E5E5;
	padding-bottom: .36rem;
	margin: .36rem .26rem 0;
	box-sizing: border-box;
}
.index_hot_gl .item:last-of-type{
	border-bottom: none;
}
.index_hot_gl .item .num{
	display: inline-block;
	width: 1.12rem;
	height: .4rem;
	line-height: .4rem;
	text-align: center;
	background: #C1CFD6;
	border-radius: .6rem;
	font-weight: bold;
	font-size: .24rem;
	color: #FFFFFF;
	margin-right: .2rem;
}
.index_hot_gl .item:nth-of-type(2) .num{
	background: #FF7575;
}
.index_hot_gl .item:nth-of-type(3) .num{
	background: #FFAA5A;
}
.index_hot_gl .item:nth-of-type(4) .num{
	background: #FFC34C;
}
.index_hot_gl .item .get{
	width: .4rem;
	height: .26rem;
	background: url(../images/get.png) no-repeat center / contain;
	background-size: 100%;
	display: inline-block;
	margin-left: .2rem;
}



.index_game_tj .item{
	display: flex;
	margin-top: .4rem;
}
.index_game_tj .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .4rem;
	margin-right: .2rem;
}
.index_game_tj .item .info{
	border-bottom: .02rem dashed #E5E5E5;
	padding-bottom: .4rem;
	display: flex;
	align-items: center;
}
.index_game_tj .item .num{
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	line-height: 1.3rem;
	text-align: center;
	background: #FFF9F0;
	font-weight: bold;
	font-size: .52rem;
	color: var(--pm-c);
	margin-left: .2rem;
	border-radius: 50%;
}
.index_game_tj .item .text{
	margin: .1rem 0;
}
.index_game_tj .item:last-of-type .info{
	padding-bottom: 0;
	border-bottom: none;
}


.index_popular_gl .item{
	width: 100%;
	border-left: .02rem solid #f2f2f2;
	padding-left: .44rem;
	box-sizing: border-box;
	position: relative;
	margin-top: .4rem;
}
.index_popular_gl .item::before{
	content: "";
	display: inline-block;
	width: .08rem;
	height: .56rem;
	background: var(--pm-c);
	position: absolute;
	left: 0rem;
	top: 0rem;
}
.index_popular_gl .item .time{
	display: inline-block;
	height: .56rem;
	padding: 0 .2rem;
	background: #F8F8F8;
	text-align: center;
	line-height: .56rem;
	position: relative;
}
.index_popular_gl .item .time::before{
	content: "";
	display: inline-block;
	width: .18rem;
	height: .18rem;
	background: url(../images/subscript.png) no-repeat left / contain;
	background-size: 100%;
	position: absolute;
	left: -0.14rem;
	top: 50%;
	transform: translateY(-50%);
}
.index_popular_gl .item .title{
	margin-top: .22rem;
	margin-bottom: .28rem;
}
.index_popular_gl .item .thumb{
	width: 1.84rem;
	height: 1.2rem;
	border-radius: .12rem;
	margin-right: .2rem;
}
.index_popular_gl .item .desc{
	line-height: .6rem;
}


.index_game .game_type{
	display: flex;
	overflow: auto hidden;
	margin: .26rem 0;
}
.index_game .game_type .title{
	flex-shrink: 0;
	display: inline-block;
	width: 1.6rem;
	height: .64rem;
	background: #F8F8F8;
	border-radius: .4rem;
	line-height: .64rem;
	text-align: center;
	margin-left: .16rem;
	font-size: .28rem;
	color: #666666;
	border: .02rem solid #F8F8F8;
}
.index_game .game_type .title.active{
	background: #FFF6E8;
	border-color: var(--pm-c);
	color: var(--pm-c);
}
.index_game .game_type .title:first-of-type{
	margin-left: 0;
}
.index_game .item{
	width: 100%;
	border-radius: .12rem;
	border: .02rem solid #F4F4F4;
	padding: .3rem .22rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-top: .24rem;
}
.index_game .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .4rem;
	margin-right: .2rem;
}
.index_game .item .down{
	display: inline-block;
	background: url(../images/down.png) no-repeat left / contain;
	background-size: .26rem .3rem;
	margin-left: .2rem;
	padding-left: .46rem;
	font-size: .28rem;
	color: var(--pm-c);
}
.index_game .item .star{
	margin: .12rem 0;
}


.index_news_zx .row{
	display: flex;
	overflow: auto hidden;
	margin-top: .4rem;
}
.index_news_zx .item{
	width: 5.68rem;
	flex-shrink: 0;
	position: relative;
	margin-right: .2rem;
	box-sizing: border-box;
}
.index_news_zx .item .mark{
	width: 1.86rem;
	height: .7rem;
	line-height: .7rem;
	text-align: center;
	background: var(--pm-c);
	border-radius: .2rem 0rem .4rem 0rem;
	font-weight: bold;
	font-size: .28rem;
	color: #FFFFFF;
	position: absolute;
	left: 0rem;
	top: 0rem;
	z-index: 1;
}
.index_news_zx .item .thumb{
	width: 5.52rem;
	height: 3.68rem;
	border-radius: .2rem;
	margin-bottom: .4rem;
}
.index_news_zx .item .desc{
	color: #888888;
	line-height: .6rem;
	margin-bottom: .2rem;
	margin-top: .16rem;
}
.index_news_zx .item .label{
	display: inline-block;
	height: .52rem;
	line-height: .52rem;
	padding: 0 .2rem;
	background: #F8F8F8;
	border-radius: .08rem;
	box-sizing: border-box;
	margin-right: .2rem;
	font-size: .24rem;
	color: #999999;
}


.index_app .game_type{
	display: flex;
	overflow: auto hidden;
	margin: .26rem 0;
}
.index_app .game_type .title{
	flex-shrink: 0;
	display: inline-block;
	width: 1.6rem;
	height: .64rem;
	background: #F8F8F8;
	border-radius: .4rem;
	line-height: .64rem;
	text-align: center;
	margin-left: .16rem;
	font-size: .28rem;
	color: #666666;
	border: .02rem solid #F8F8F8;
}
.index_app .game_type .title.active{
	background: #FFF6E8;
	border-color: var(--pm-c);
	color: var(--pm-c);
}
.index_app .game_type .title:first-of-type{
	margin-left: 0;
}
.index_app .item{
	width: 100%;
	border-radius: .12rem;
	border: .02rem solid #F4F4F4;
	padding: .3rem .22rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-top: .24rem;
}
.index_app .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .4rem;
	margin-right: .2rem;
}
.index_app .item .down{
	display: inline-block;
	background: url(../images/down.png) no-repeat left / contain;
	background-size: .26rem .3rem;
	margin-left: .2rem;
	padding-left: .46rem;
	font-size: .28rem;
	color: var(--pm-c);
}
.index_app .item .star{
	margin: .12rem 0;
}


.index_industry_zx .item{
	width: 48%;
	text-align: center;
	margin-top: .26rem;
}
.index_industry_zx .item:first-of-type{
	margin-right: 4%;
}
.index_industry_zx .item .thumb{
	height: 2.2rem;
	border-radius: .2rem;
	margin-bottom: .28rem;
}
.index_industry_zx ul{
	margin-top: .34rem;
	border-top: .02rem dashed #E5E5E5;
}
.index_industry_zx li{
	margin-top: .44rem;
}
.index_industry_zx li .tag{
	display: inline-block;
	width: .92rem;
	height: .48rem;
	line-height: .48rem;
	text-align: center;
	border-radius: .08rem;
	font-size: .24rem;
	color: #888888;
	border: .02rem solid #ECECEC;
	margin-right: .2rem;
}


.index_game_album .item:nth-of-type(2){
	margin-top: .44rem;
}
.index_game_album .item{
	margin-top: .5rem;
	display: flex;
	align-items: center;
}
.index_game_album .item .thumb{
	width: 1.6rem;
	height: 1.6rem;
	border-radius: .3rem;
	margin-right: .2rem;
}
.index_game_album .item .title{
	font-weight: bold;
	font-size: .28rem;
}
.index_game_album .item .text{
	display: inline-block;
	margin-top: .2rem;
}
.index_game_album .item .btn{
	display: inline-block;
	width: 1.6rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	background: var(--pm-c);
	border-radius: .12rem;
	font-size: .28rem;
	color: #FFFFFF;
	margin-left: .2rem;
}
/* 首页 end*/

/* 手游专辑 */
.album_menu_nav{
	display: flex;
	flex-wrap: wrap;
}
.album_menu_nav li{
	width: 48%;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	background: #F8F8F8;
	border-radius: .4rem;
	border: .02rem solid #F8F8F8;
	padding: 0 .2rem;
	box-sizing: border-box;
	margin-top: .2rem;
}
.album_menu_nav li:nth-of-type(-n + 2){
	margin-top: 0;
}
.album_menu_nav li:nth-of-type(even){
	margin-left: 4%;
}
.album_menu_nav li a{
	display: inline-block;
	width: 100%;
	font-size: .28rem;
	color: #666666;
}
.album_menu_nav li.active{
	background: #FFF6E8;
	border-color: var(--pm-c);
}
.album_menu_nav li.active a{
	color: var(--pm-c);
}


.list_zj_wrap .zj_wrap{
	width: 100%;
	border-left: .02rem solid #F6F6F6;
	padding-left: .44rem;
	box-sizing: border-box;
	position: relative;
	margin-top: .4rem;
}
.list_zj_wrap .zj_wrap::before{
	content: "";
	display: inline-block;
	width: .08rem;
	height: .6rem;
	background: var(--pm-c);
	position: absolute;
	left: 0rem;
	top: 0rem;
}
.list_zj_wrap .zj_wrap .text{
	height: .6rem;
	padding: 0 .2rem;
	background: #F8F8F8;
	line-height: .6rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.list_zj_wrap .zj_wrap .text::before{
	content: "";
	display: inline-block;
	width: .18rem;
	height: .18rem;
	background: url(../images/subscript.png) no-repeat left / contain;
	background-size: 100%;
	position: absolute;
	left: -0.18rem;
	top: 50%;
	transform: translateY(-50%);
}
.list_zj_wrap .zj_wrap .album_title{
	font-weight: bold;
	font-size: .32rem;
	margin: .36rem 0 .46rem;
}
.list_zj_wrap .zj_wrap .item{
	width: 1.05rem;
	text-align: center;
}
.list_zj_wrap .zj_wrap .item:not(:first-of-type){
	margin-left: .3rem;
}
.list_zj_wrap .zj_wrap .item .icon{
	width: 1.05rem;
	height: 1rem;
	border-radius: .2rem;
	margin-bottom: .36rem;
}
.list_zj_wrap .zj_wrap .item .title{
	font-size: .24rem;
	color: #666666;
}
/* 手游专辑 end*/

/* 游戏礼包 */
.list_gift_wrap .item{
	width: 100%;
	border-left: .02rem solid #f2f2f2;
	padding-left: .44rem;
	box-sizing: border-box;
	position: relative;
	margin-top: .5rem;
}
.list_gift_wrap .item:first-of-type{
	margin-top: 0;
}
.list_gift_wrap .item::before{
	content: "";
	display: inline-block;
	width: .08rem;
	height: .56rem;
	background: var(--pm-c);
	position: absolute;
	left: 0rem;
	top: 0rem;
}
.list_gift_wrap .item .time{
	display: inline-block;
	height: .56rem;
	padding: 0 .2rem;
	background: #F8F8F8;
	text-align: center;
	line-height: .56rem;
	position: relative;
	margin-right: .2rem;
}
.list_gift_wrap .item .time::before{
	content: "";
	display: inline-block;
	width: .18rem;
	height: .18rem;
	background: url(../images/subscript.png) no-repeat left / contain;
	background-size: 100%;
	position: absolute;
	left: -0.14rem;
	top: 50%;
	transform: translateY(-50%);
}
.list_gift_wrap .item .title{
	font-weight: bold;
	font-size: .32rem;
}
.list_gift_wrap .item .icon{
	width: 1.6rem;
	height: 1.6rem;
	border-radius: .4rem;
	margin-right: .2rem;
}
.list_gift_wrap .item .text{
	margin: .2rem 0;
}
.list_gift_wrap .item .btn{
	display: inline-block;
	width: 1.4rem;
	height: .6rem;
	border-radius: .72rem;
	line-height: .6rem;
	text-align: center;
	background: var(--pm-c);
	font-size: .28rem;
	color: #FFFFFF;
	margin-left: .2rem;
}
/* 游戏礼包 end*/

/* 游戏列表 */
.list_game_wrap .item{
	width: 100%;
	border-radius: .12rem;
	border: .02rem solid #F4F4F4;
	padding: .3rem .22rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-top: .3rem;
}
.list_game_wrap .item:first-of-type{
	margin-top: .4rem;
}
.list_game_wrap .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .4rem;
	margin-right: .2rem;
}
.list_game_wrap .item .star{
	margin: .1rem 0;
}
.list_game_wrap .item .text:first-of-type{
	margin-right: .2rem;
}
.list_game_wrap .item .down{
	display: inline-block;
	background: url(../images/down.png) no-repeat left / contain;
	background-size: .26rem .3rem;
	margin-left: .2rem;
	padding-left: .46rem;
	font-size: .28rem;
	color: var(--pm-c);
}
/* 游戏列表 end*/

/* 资讯列表 */
.list_news_wrap .item{
	width: 100%;
	border-left: .02rem solid #f2f2f2;
	padding-left: .44rem;
	box-sizing: border-box;
	position: relative;
	margin-top: .4rem;
}
.list_news_wrap .item::before{
	content: "";
	display: inline-block;
	width: .08rem;
	height: .56rem;
	background: var(--pm-c);
	position: absolute;
	left: 0rem;
	top: 0rem;
}
.list_news_wrap .item .time{
	display: inline-block;
	height: .56rem;
	padding: 0 .2rem;
	background: #F8F8F8;
	text-align: center;
	line-height: .56rem;
	position: relative;
}
.list_news_wrap .item .time::before{
	content: "";
	display: inline-block;
	width: .18rem;
	height: .18rem;
	background: url(../images/subscript.png) no-repeat left / contain;
	background-size: 100%;
	position: absolute;
	left: -0.14rem;
	top: 50%;
	transform: translateY(-50%);
}
.list_news_wrap .item .title{
	margin-top: .22rem;
	margin-bottom: .28rem;
}
.list_news_wrap .item .thumb{
	width: 1.84rem;
	height: 1.2rem;
	border-radius: .12rem;
	margin-right: .2rem;
}
.list_news_wrap .item .desc{
	line-height: .6rem;
}
/* 资讯列表 end*/

/* 排行榜大全 */
.rank_news_wrap .rank_wrap:first-of-type{
	margin-top: .36rem;
}
.rank_news_wrap .rank_wrap{
	margin-top: .6rem;
}
.rank_news_wrap .rank_wrap_top{
	height: 1.76rem;
	background: linear-gradient( 90deg, #FFF4E1 0%, #FFFAF3 100%), rgba(255,255,255,0.2);
	border-radius: .2rem;
	padding: .28rem;
	display: flex;
	align-items: center;
}
.rank_news_wrap .rank_wrap_top .rank_title{
	display: inline-block;
	width: 4.94rem;
	height: .72rem;
	line-height: .6rem;
	padding: 0 .26rem;
	box-sizing: border-box;
	font-weight: bold;
	font-size: .28rem;
	color: #333333;
	background: url(../images/rank_title_bg.png) no-repeat right / contain;
	background-size: 100% 100%;
}
.rank_news_wrap .rank_wrap_top .time{
	display: inline-block;
}
.rank_news_wrap .rank_wrap_top .get{
	width: .52rem;
	height: .52rem;
	display: inline-block;
	background: url(../images/rank_title_get.png) no-repeat center / contain;
	background-size: .52rem;
	margin-left: .2rem;
}
.rank_news_wrap li{
	margin-top: .36rem;
}
.rank_news_wrap .wrap{
	display: none;
	align-items: center;
	padding-right: .26rem;
	border: .02rem solid #FDF5EA;
	box-sizing: border-box;
}
.rank_news_wrap li.active .wrap{
	display: flex;
}
.rank_news_wrap li.active .item{
	display: none;
}
.rank_news_wrap .wrap .order{
	width: .44rem;
	height: 1.88rem;
	line-height: 1.88rem;
	text-align: center;
	background: #FFE3B6;
	font-weight: bold;
	font-size: .28rem;
	color: #FFFFFF;
	margin-right: .24rem;
}
.rank_news_wrap .wrap .icon{
	width: 1.32rem;
	height: 1.32rem;
	border-radius: .3rem;
	margin-right: .2rem;
}
.rank_news_wrap .wrap span{
	color: #888888;
}
.rank_news_wrap .wrap .type{
	display: block;
	margin: .08rem 0;
}
.rank_news_wrap .item{
	display: flex;
	padding-right: .26rem;
	box-sizing: border-box;
}
.rank_news_wrap .item .order{
	width: .44rem;
	height: .44rem;
	line-height: .44rem;
	text-align: center;
	background: #F8F8F8;
	font-size: .24rem;
	color: #999999;
	margin-right: .24rem;
}
.rank_news_wrap .down{
	display: inline-block;
	width: .26rem;
	height: .3rem;
	background: url(../images/rank_list_down.png) no-repeat center / contain;
	background-size: .26rem .3rem;
	margin-left: .2rem;
}
/* 排行榜大全 end*/

/* 排行榜列表 */
.list_rank .item{
	width: 100%;
	height: 3.2rem;
	position: relative;
	margin-top: .36rem;
	padding: .6rem .54rem .54rem .3rem;
	box-sizing: border-box;
}
.list_rank .item::before{
	content: '';
	display: inline-block;
	width: .66rem;
	height: .44rem;
	position: absolute;
	left: .64rem;
	top: .15rem;
}
.list_rank .item .info{
	max-width: 2.8rem;
}
.list_rank .item .title{
	font-weight: bold;
	font-size: .28rem;
	color: #FFFFFF;
	margin-bottom: .3rem;
	max-width: 4rem;
}
.list_rank .item:nth-of-type(1){
	background: url(../images/list_rank_type1.png) no-repeat center / contain;
	background-size: 100% 100%;
}
.list_rank .item:nth-of-type(1)::before{
	background: url(../images/list_rank_type_order1.png) no-repeat center / contain;
	background-size: 100%;
}
.list_rank .item:nth-of-type(2){
	background: url(../images/list_rank_type2.png) no-repeat center / contain;
	background-size: 100%  100%;
}
.list_rank .item:nth-of-type(2)::before{
	background: url(../images/list_rank_type_order2.png) no-repeat center / contain;
	background-size: 100%;
}
.list_rank .item:nth-of-type(3){
	background: url(../images/list_rank_type3.png) no-repeat center / contain;
	background-size: 100% 100%;
}
.list_rank .item:nth-of-type(3)::before{
	background: url(../images/list_rank_type_order3.png) no-repeat center / contain;
	background-size: 100%;
}
.list_rank .item .icon{
	width: 1.32rem;
	height: 1.32rem;
	border-radius: .3rem;
	margin: 0;
	margin-right: .2rem;	
}
.list_rank .item .desc{
	margin-top: .4rem;
	padding: 0 .2rem;
	box-sizing: border-box;
	font-size: .24rem;
	color: #666666;
}
.list_rank .item .text{
	font-size: .24rem;
	color: #FFFFFF;
}
.list_rank .item .text:first-of-type{
	margin-right: .2rem;
}

.list_rank .list-container li{
	background: rgba(248, 248, 248, .8);
	padding-right: .24rem;
	box-sizing: border-box;
}
.list_rank .list-container li .order{
	width: .44rem;
	height: 2.4rem;
	line-height: 2.4rem;
	background: #D9D9D9;
	font-weight: bold;
	font-size: .24rem;
	color: #FFFFFF;
	margin-right: .2rem;
}
.list_rank .list-container li .icon{
	width: 1.32rem;
	height: 1.32rem;
	border-radius: .3rem;
	margin-right: .24rem;
}
.list_rank .list-container li .title{
	font-weight: bold;
	font-size: .28rem;
	color: #333333;
}
.list_rank .list-container li .text{
	margin-top: .24rem;
}
.list_rank .list-container li .desc{
	margin-top: .24rem;
}
.list_rank .list-container li .down{
	display: inline-block;
	width: 1.44rem;
	height: .6rem;
	border-radius: .6rem;
	line-height: .6rem;
	text-align: center;
	font-size: .28rem;
	color: #FFFFFF;
	margin-left: .2rem;
	background: var(--pm-c) url(../images/list_rank_down.png) no-repeat .26rem / contain;
	background-size: .22rem .26rem;
	text-indent: .3rem;
}
/* 排行榜列表 end*/

/* 专辑详情 */
.single_album .single_header{
	text-align: center;
	margin-bottom: .4rem;
}
.single_album .single_header h1{	
	font-weight: bold;
	font-size: .32rem;
	color: #333333;
	margin-bottom: .4rem;
	display: inline-block;
	padding: 0 .6rem;
	box-sizing: border-box;
}
.single_album .single_header h1::before{
	width: .26rem;
	height: .42rem;
	background: url(../images/single_title_l.png) no-repeat center / contain;
	background-size: 100%;
	left: 0rem;
}
.single_album .single_header h1::after{
	width: .26rem;
	height: .42rem;
	background: url(../images/single_title_r.png) no-repeat center / contain;
	background-size: 100%;
	right: 0rem;
}
.single_album .single_header .text{
	max-width: 2rem;
    display: inline-block;
}
.single_album .single_header .text:last-of-type{
	max-width: 2.8rem;
}
.single_album .more_xg{
	text-align: center;
}
.single_album .more_xg .more_xg_title_box{
	position: relative;
	margin-bottom: .2rem;
	margin-top: .4rem;
}
.single_album .more_xg .more_xg_title_box::before,
.single_album .more_xg .more_xg_title_box::after{
	width: .1rem;
	height: .1rem;
	background: #F1F1F1;
	border-radius: 50%;
}
.single_album .more_xg .more_xg_title_box::before{	
	left: 2.52rem;
}
.single_album .more_xg .more_xg_title_box::after{
	right: 2.52rem;
}
.single_album .more_xg span{
	font-size: .24rem;
	color: #999999;
}
.single_album .more_xg i{
	width: 2.52rem;
	height: .02rem;
	background-color: #F1F1F1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single_album .more_xg .divider_l{
	left: 0;
}
.single_album .more_xg .divider_r{
	right: 0;
}
.single_album .more_xg .title{
	width: 49%;
	height: .6rem;
	line-height: .6rem;
	border-radius: .12rem;
	font-size: .24rem;
	margin-top: .16rem;
	text-align: center;
	padding: 0 .1rem;
	box-sizing: border-box;
}
.single_album .more_xg .title:nth-of-type(odd){
	margin-right: 2%;
}
.single_album .more_xg .title:nth-of-type(1){
	background: #FFF3F3;
	color: #FF5F5F;
}
.single_album .more_xg .title:nth-of-type(2){
	background: #F0FCF5;
	color: #49D782;
}
.single_album .more_xg .title:nth-of-type(3){
	background: #F1F5FF;
	color: #628CFF;
}
.single_album .more_xg .title:nth-of-type(4){
	background: #F9F2FF;
	color: #C47BFF;
}


.single_album .album_recom{
	margin-top: .8rem;
	background: #FFF9EE;
	border-radius: .2rem;
	padding: .72rem .32rem .28rem;
	margin-bottom: .32rem;
	position: relative;
}
.single_album .album_recom::before{
	content: '';
	display: inline-block;
	width: 3.76rem;
	height: .8rem;
	background: url(../images/show_tj_bg.png) no-repeat center / contain;
	background-size: 100%;
	position: absolute;
	top: -0.3rem;
	left: 50%;
	transform: translateX(-50%);
}
.single_album .album_recom .icon{
	width: 1.36rem;
	height: 1.36rem;
	border-radius: 1rem;
	margin-right: .22rem;
}
.single_album .album_recom .title{
	font-weight: bold;
	font-size: .32rem;
}
.single_album .album_recom .text{
	display: inline-block;
	margin: .08rem 0;
}
.single_album .album_recom .text,
.single_album .album_recom .desc{
	color: #666666;
}
.single_album .album_recom .down{
	display: inline-block;
	height: .76rem;
	width: 100%;
	line-height: .76rem;
	background: var(--pm-c);
	border-radius: .6rem;
	font-size: .28rem;
	color: #FFFFFF;
	margin-top: .2rem;
}


.album_list .item{
	width: 100%;
	border-radius: .12rem;
	border: .02rem solid #F4F4F4;
	padding: .3rem .26rem .3rem .32rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-top: .3rem;
}
.album_list .item:nth-of-type(-n + 4){
	position: relative;
}
.album_list .item:nth-of-type(-n + 4)::before{
	content: '';
	display: inline-block;
	width: 1rem;
	height: .4rem;
	line-height: .4rem;
	text-align: center;
	border-radius: 0rem .12rem 0rem .2rem;
	font-size: .24rem;
	color: #FFFFFF;
	position: absolute;
	right: -0.02rem;
	top: -0.02rem;
}
.album_list .item:nth-of-type(2)::before{
	content: 'NO.1';
	background: #FF705A;
}
.album_list .item:nth-of-type(3)::before{
	background: #FFAD5A;
	content: 'NO.2';
}
.album_list .item:nth-of-type(4)::before{
	background: #FFD35A;
	content: 'NO.3';
}
.album_list .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .2rem;
}
.album_list .item .star{
	margin: .12rem 0;
}
.album_list .item .down{
	display: inline-block;
	width: 1.36rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	border-radius: .6rem;
	border: .02rem solid var(--pm-c);
	font-size: .28rem;
	color: var(--pm-c);
	margin-left: .2rem;
	background: #FFF7E9 url(../images/down.png) no-repeat .28rem / contain;
	background-size: .2rem .24rem;
	text-indent: .3rem;
}
/* 专辑详情 end*/

/* 礼包详情 */
.single_gift .single_header{
	margin-bottom: .46rem;
}
.single_gift .single_header h1{
	text-align: center;
	font-weight: bold;
	font-size: .36rem;
	color: #333333;
	margin-bottom: .3rem;
}
.single_gift .single_header .icon{
	width: 1.6rem;
	height: 1.6rem;
	border-radius: .4rem;
	margin: 0 auto .3rem;
}
.single_gift .single_header .label{
	/* width: 50%; */
	padding-right: .2rem;
	box-sizing: border-box;
	font-size: .24rem;
	color: #333333;
	/* margin-top: .2rem; */
}


.hot_package .item{
	margin-top: .3rem;
}
.hot_package .item .title{
	margin-bottom: .22rem;
}
.hot_package .item .thumb{
	width: 2.2rem;
	height: 1.4rem;
	border-radius: .12rem;
	margin-right: .22rem;
}
.hot_package .item .desc{
	line-height: .46rem;
}
.hot_package .item .time{
	background: url(../images/time.png) no-repeat left / contain;
	background-size: .28rem;
	padding-left: .4rem;
	box-sizing: border-box;
}
.hot_package li .tag,
.game_rank li .tag{
	border: none;
}
/* 礼包详情 end*/


/* 手游详情 */
.single_game .single_header{
	margin-bottom: .46rem;
}
.single_game .single_header h1{
	text-align: center;
	font-weight: bold;
	font-size: .36rem;
	color: #333333;
	margin-bottom: .3rem;
}
.single_game .single_header .icon{
	width: 1.6rem;
	height: 1.6rem;
	border-radius: .4rem;
	margin: 0 auto .3rem;
}
.single_game .single_header .label{
	/* width: 50%; */
	padding-right: .2rem;
	box-sizing: border-box;
	font-size: .24rem;
	color: #333333;
	/* margin-top: .2rem; */
}


.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: 6.12rem;
	margin-right: .24rem;	
}

.single_game .sliderBox .slide li img {
    width: 6.12rem;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: auto;
	border-radius: .2rem;
}
/* 手游详情 end*/

/* 资讯详情 */
.single_news .single_header{
	text-align: center;
	padding: .16rem 0 .2rem;
	box-sizing: border-box;
}
.single_news .single_header h1{
	font-weight: bold;
	font-size: .32rem;
	color: #333333;
	margin-bottom: .6rem;
}
.single_news .single_header .text{
	font-size: .24rem;
	color: #999999;
}


/* 资讯详情 end*/

/* 排行榜详情 */
.single_rank .single_header{
	text-align: center;
	background: linear-gradient( 90deg, #FFF4E1 0%, #FFFAF3 100%), rgba(255,255,255,0.2);
	padding: .4rem;
	box-sizing: border-box;
}
.single_rank .single_header h1{	
	font-weight: bold;
	font-size: .32rem;
	color: #333333;
	margin-bottom: .2rem;
	display: inline-block;
	padding: 0 .6rem;
	box-sizing: border-box;
}
.single_rank .single_header h1::before{
	width: .26rem;
	height: .42rem;
	background: url(../images/rank_single_title_l.png) no-repeat center / contain;
	background-size: 100%;
	left: 0rem;
}
.single_rank .single_header h1::after{
	width: .26rem;
	height: .42rem;
	background: url(../images/rank_single_title_r.png) no-repeat center / contain;
	background-size: 100%;
	right: 0rem;
}
.single_rank .list_rank .item:first-of-type{
	margin-top: 0;
}
.single_rank .list_rank .item::before{
	top: .16rem;
}
/* 排行榜详情 end*/


/* 开服 */
.kaifu{
	/* padding-bottom: .8rem;
	box-sizing: border-box;
	background-color: #fff; */
}
.kaifu_menu{
	margin-bottom: .2rem;
}

.kaifu_menu button{
	width: 2.18rem;
	height: .6rem;
	border-radius: .08rem;
	border: .02rem solid #EDEDED;
	line-height: .6rem;
	font-size: .28rem;
	color: #666666;
	/* letter-spacing: .01rem; */
	background: url('../images/kaifu_drop.png') no-repeat 1.72rem/contain;
	background-size: .22rem;
	padding: 0 .24rem;
	box-sizing: border-box;
	/* text-align: left; */
	padding-right: .44rem;
}
.kaifu_menu button:hover{
	background: url('../images/kaifu_drop_.png') no-repeat 1.72rem/contain;
	background-size: .22rem;
	background-color: #FFF9EF;
	border-color: var(--pm-c);
	color: var(--pm-c);
}
.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-top: .4rem;
}
.kaifu_warp .item .icon{
	width: 1.24rem;
	height: 1.24rem;
	border-radius: .3rem;
	margin-right: .3rem;
	margin-bottom: .4rem;
}
.kaifu_warp .item .info{
	display: flex;
	align-items: center;
	padding-bottom: .4rem;
	box-sizing: border-box;
	border-bottom: .02rem dashed #E5E5E5;
}
.kaifu_warp .item .title{
	max-width: calc(100% - .72rem);
	padding-right: .1rem;
	box-sizing: border-box;
	font-weight: bold;
	font-size: .28rem;
}
.kaifu_warp .item .type{
	margin: .05rem 0;
}
.kaifu_warp .item .down{
	display: inline-block;
	width: 1.36rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	border-radius: .12rem;
	border: .02rem solid #76C5F6;
	font-size: .28rem;
	color: #76C5F6;
	margin-left: .2rem;
}
/* 开服 end*/
