:root {
	--pm-c: #FF7129;
}

/*隐藏类*/
.hide {
	display: none !important;
}

/*隐藏遮罩*/
#aq-model {
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff url(/themes/default/404.png) no-repeat center;
}

/*应用信息样式*/
#app_info {
	/* margin: .4rem 0; */
	margin-top: .4rem;
}

#app_info li {
	display: inline-block;
	width: 100%;
	color: #999;
    font-size: .26rem;
    /* margin: .2rem 0; */
	margin-bottom: .2rem;
}
#app_info li:nth-of-type(-n + 2){
	width: 49%;
}

#app_info li b {
	cursor: pointer;
    color: #999;
    font-size: .26rem;
    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: #FFFAF8;
	width: 7.5rem;
	min-width: 6.4rem;
	max-width: 15rem;
	margin: 0 auto;
	letter-spacing: .5px;
}

/*图片高清*/
img {
	border: 0;
	display: block;
	width: 100%;
	height: 100%;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	object-fit: cover;
	transition: all .3s ease-out;
}

a.title {
	display: block;
}

/*边框样式*/
.b-a {
	border: .02rem solid #E5E5E5 !important;
}

.b-b {
	border-bottom: .02rem solid #E5E5E5 !important;
}

.b-t {
	border-top: .02rem solid #E5E5E5 !important;
}

.b-l {
	border-left: .02rem solid #E5E5E5 !important;
}

.b-r {
	border-right: .02rem solid #E5E5E5 !important;
}

/* 虚线上边框 */
.b-t-dashed {
	border-top: .02rem dashed #E5E5E5 !important;
}

/* 虚线下边框 */
.b-b-dashed {
	border-bottom: .02rem dashed #E5E5E5 !important;
}

/* 内边距  */
.p-a-0 {
	padding: 0rem;
}

.p-a-5 {
	padding: .1rem;
}

.p-a-10 {
	padding: .2rem;
}

.p-a-15 {
	padding: .3rem;
}

.p-a-20 {
	padding: .4rem;
}

.p-a-25 {
	padding: .5rem;
}

.p-a-30 {
	padding: .6rem;
}

/* 内上边距 */
.p-t-0 {
	padding-top: 0rem !important;
}

.p-t-5 {
	padding-top: .1rem;
}

.p-t-10 {
	padding-top: .2rem;
}

.p-t-15 {
	padding-top: .3rem;
}

.p-t-20 {
	padding-top: .4rem;
}

.p-t-30 {
	padding-top: .6rem !important;
}

/* 内下边距 */
.p-b-0 {
	padding-bottom: 0rem !important;
}

.p-b-5 {
	padding-bottom: .1rem;
}

.p-b-10 {
	padding-bottom: .2rem;
}

.p-b-15 {
	padding-bottom: .3rem;
}

.p-b-20 {
	padding-bottom: .4rem;
}

.p-b-30 {
	padding-bottom: .6rem !important;
}

/* 内右边距 */
.p-r-0 {
	padding-right: 0rem;
}

.p-r-5 {
	padding-right: .1rem;
}

.p-r-10 {
	padding-right: .2rem;
}

.p-r-15 {
	padding-right: .3rem;
}

.p-r-20 {
	padding-right: .4rem;
}

.p-r-30 {
	padding-right: .6rem;
}

/* 内左边距 */
.p-l-0 {
	padding-left: 0rem;
}

.p-l-5 {
	padding-left: .1rem;
}

.p-l-10 {
	padding-left: .2rem;
}

.p-l-15 {
	padding-left: .3rem;
}

.p-l-20 {
	padding-left: .4rem;
}

.p-l-30 {
	padding-left: .6rem;
}

/*圆角样式*/
.b-r-4 {
	border-radius: .08rem !important;
}

.b-r-6 {
	border-radius: .12rem !important;
}

.b-r-8 {
	border-radius: .16rem !important;
}

.b-r-10 {
	border-radius: .2rem !important;
}

.b-r-12 {
	border-radius: .24rem !important;
}

.b-r-24 {
	border-radius: .48rem !important;
}

/* 上外边距 */
.m-t-0 {
	margin-top: 0rem !important;
}

.m-t-5 {
	margin-top: .1rem !important;
}

.m-t-10 {
	margin-top: .2rem !important;
}

.m-t-15 {
	margin-top: .3rem !important;
}

.m-t-20 {
	margin-top: .4rem !important;
}

.m-t-25 {
	margin-top: .5rem !important;
}

.m-t-30 {
	margin-top: .6rem !important;
}

.m-t-35 {
	margin-top: .7rem !important;
}
.m-t-40 {
	margin-top: .8rem !important;
}

/* 下外边距 */
.m-b-0 {
	margin-bottom: 0rem !important;
}

.m-b-5 {
	margin-bottom: .1rem !important;
}

.m-b-10 {
	margin-bottom: .2rem !important;
}

.m-b-15 {
	margin-bottom: .3rem !important;
}

.m-b-20 {
	margin-bottom: .4rem !important;
}

.m-b-25 {
	margin-bottom: .5rem !important;
}

.m-b-30 {
	margin-bottom: .6rem !important;
}
.m-b-35 {
	margin-bottom: .7rem !important;
}
.m-b-40 {
	margin-bottom: .8rem !important;
}

/* 左外边距 */
.m-l-0 {
	margin-left: 0rem !important;
}

.m-l-5 {
	margin-left: .1rem !important;
}

.m-l-10 {
	margin-left: .2rem !important;
}

.m-l-15 {
	margin-left: .3rem !important;
}

.m-l-20 {
	margin-left: .4rem !important;
}

.m-l-25 {
	margin-left: .5rem !important;
}

.m-l-30 {
	margin-left: .6rem !important;
}

/* 右外边距 */
.m-r-0 {
	margin-right: 0rem !important;
}

.m-r-5 {
	margin-right: .1rem !important;
}

.m-r-10 {
	margin-right: .2rem !important;
}

.m-r-15 {
	margin-right: .3rem !important;
}

.m-r-20 {
	margin-right: .4rem !important;
}

.m-r-30 {
	margin-right: .6rem !important;
}
.m-r-40 {
	margin-right: .8rem !important;
}

/* 溢出2行省略号 */
.line-2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

/* 溢出3行省略号 */
.line-3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

/* 溢出4行省略号 */
.line-4 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
}

/*伪类居中*/
/* 增加伪类 前置 */
.before-middle {
	position: relative;
}

.before-middle::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

/* 增加伪类 后置 */
.after-middle {
	position: relative;
}

.after-middle::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.after-center {
	position: relative;
}

.after-center::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

/*默认图标尺寸*/
.item .icon {
	margin: 0 auto;
	overflow: hidden;
}

.item .icon img {
	width: 100%;
	height: 100%;
}

/* 默认缩略图尺寸 */
.item .thumb img {
	width: 100%;
	height: 100%;
}

.item .thumb a,
.item .icon a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

/* .item:hover .title, */
.list:hover .title,
ul li:hover .title {
	color: var(--pm-c);
}

.item .title:hover {
	color: var(--pm-c);
}

/* 默认的一些文字大小和颜色 */
.info {
	flex: 1;
	overflow: hidden;
}

.info .title {
	font-size: .28rem;
	color: #1A1A1A;
	display: block;
}

.info .text,
.info .time {
	font-size: .24rem;
	color: #999;
}

.title {
	display: block;
	font-size: .28rem;
	color: #1A1A1A;
}
.title_{
	color: #666;
	display: block;
	font-size: .28rem;
}

.text,
.time,
.type,
.desc,
.size,
.num {
	font-size: .24rem;
	color: #999;
}
/* 评分 */
.score {
	font-size: .24rem;
	color: var(--pm-c);
	/* background: url(../images/score.png) no-repeat left / contain; */
	background-size: .27rem;
	padding-left: .32rem;
}

.down {
	display: block;
	text-align: center;
	letter-spacing: .02rem;
}

/*分页*/
.pagination {
	padding: 1.36rem 0 .8rem;
	text-align: center;
	color: #888;
}

.pagination .page-item {
	display: inline-block;
	margin: .05rem;
	font-size: .26rem;
	border: .02rem solid #E6E6E6;
	color: #888;
	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: #888;
}

.pagination li:last-child {
	display: inline-block;
}

/* 公共列表样式 */
.list-container {
	overflow: hidden;
}

.list-container li {
	margin-top: .28rem;
}

.list-container li .title {
	font-size: .28rem;
	color: #1A1A1A;
}

.list-container li .time {
	font-size: .24rem;
	color: #999;
	margin-left: .1rem;
}

/* 图标 */
.list-container li .dot {
	display: block;
	width: .28rem;
	height: .32rem;
	margin-right: .2rem;
	background: url('../images/home_zj_icon.png') no-repeat center/contain;
}

/* 圆点 */
.list-container li .dot_ {
	display: block;
	width: .08rem;
	height: .08rem;
	background-color: #E6E6E6;
	border-radius: 50%;
	margin-right: .2rem;
}

/* 类别 */
.list-container li .tag {
	width: .8rem;
	height: .44rem;
	line-height: .4rem;
	border-radius: .08rem;
	border: .02rem solid var(--pm-c);
	text-align: center;
	font-size: .24rem;
	color: var(--pm-c);
	margin-right: .2rem;
	box-sizing: border-box;
}
.list-container li .tag_{
	font-size: .24rem;
	color: #999999;
}
.list-container li .tag_::after{
	content: '|';
	display: inline-block;
	color: #999999;
	margin: 0 .16rem;
}

/* 序号 */
.list-container li .order{
	width: .4rem;
	height: .4rem;
	/* background: #E3E3E3; */
	text-align: center;
	line-height: .4rem;
	margin-right: .2rem;
	font-weight: bold;
	font-size: .28rem;
	color: #DEDEDE;
}

/* 评分图标 */
/* 评分 */
.star {
	height: .2rem;
	width: 1rem;
	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: .2rem;
}

.star-1:before {
	width: .2rem;
}

.star-2:before {
	width: .4rem;
}

.star-3:before {
	width: .6rem;
}

.star-4:before {
	width: .8rem;
}

.star-5:before {
	width: 1rem;
}
/* 平台 安卓 苹果 图标显示 */
.platform {
	line-height: .28rem;
}
.platform i{
	display: inline-block;
	width: .32rem;
	height: .32rem;
	box-sizing: border-box;
	margin: 0;
}
.platform .az{
	background: url(../images/az.png) no-repeat center / contain;
	background-size: .32rem;
}
.platform .ios{
	background: url(../images/ios.png) no-repeat center / contain;
	background-size: .32rem;
}
/* 公共标题 */
.module-title {
	height: .64rem;
	line-height: .64rem;
	border-bottom: .02rem solid #F3F3F3;
	box-sizing: border-box;
}

.module-title .title {
	width: 2.04rem;
	box-sizing: border-box;
	font-weight: bold;
	font-size: .28rem;
	color: #FFFFFF;
	/* letter-spacing: 2px; */
	/* line-height: 24px; */
	padding-left: .36rem;
	background: url('../images/module_title_bg.png') no-repeat left/contain;
	background-size: 2.04rem .64rem;
}

.module-title .more {
	display: block;
	font-size: .24rem;
	color: #999999;
	margin-left: .1rem;
}

/* .module-title .title::before {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url('../images/module_title_icon.png') no-repeat left/contain;
	left: 0;
} */

/* 列表页公共样式 */
/* 菜单栏 */
.menu_nav{
	/* border-radius: .12rem;
	border: .02rem solid rgba(91,119,234,0.5);
	padding: 0 .2rem .2rem .08rem; */
	/* box-sizing: border-box; */
	flex-wrap: wrap;
	margin-left: -.12rem;
}
.menu_nav li{
	width: 1.53rem;
	height: .6rem;
	border-radius: .08rem;
	border: .02rem solid #EEEEEE;
	text-align: center;
	line-height: .6rem;
	box-sizing: border-box;
	margin-left: .12rem;
	margin-top: .2rem;
}
.menu_nav li:nth-of-type(-n + 4){
	margin-top: 0;
}
.menu_nav li a{
	width: 100%;
	display: inline-block;
	font-size: .28rem;
	color: #666666;
	padding: 0 .1rem;
}
.menu_nav li.active{
	background-color: var(--pm-c);
}
.menu_nav li.active a{
	color: #fff;
}
.menu_nav_{
	margin: 0;
}
.menu_nav_ li:not(:nth-of-type(-n + 2)){
	margin-top: .24rem;
}
ul.menu_nav_ li{
	width: 47%;
	margin: 0;	
}
.menu_nav_ li:nth-of-type(odd){
	margin-right: 3%;
}


/* 头尾 */
.header {
	width: 100%;
	/* background: url('../images/header_bg.png') no-repeat center/cover; */
	/* padding: .18rem .3rem 0; */
	box-sizing: border-box;
}
.header .header_top{
	padding: .18rem .3rem 0;
}
.header .logo {
	width: auto;
	height: .7rem;
}

.search {
	width: 3.12rem;
	height: .6rem;
	border-radius: .12rem;
	overflow: hidden;
	display: flex;
	margin-left: .2rem;
	background: #fff;
	padding: .08rem;
	box-sizing: border-box;
	border: .02rem solid #EEEEEE;
	position: relative;
}

.search .search_input {
	width: calc(100% - .64rem);
	height: 100%;
	background: #fff;
	font-size: .24rem;
	color: #888;
	box-sizing: border-box;
}
.search .search_btn {
	display: inline-block;
	width: .64rem;
	height: .44rem;
	border-radius: .08rem;
	cursor: pointer;
	border: 0;
	background: #FF8F57 url('../images/search.png') no-repeat center/contain;
	background-size: .26rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: .08rem;
}

input::-webkit-input-placeholder {
	font-size: .24rem;
	color: #999;
}

input::-moz-placeholder {
	font-size: .24rem;
	color: #999;
}

.header .nav{
	position: relative;
	height: .8rem;
	line-height: .7rem;
	overflow: auto hidden;
	background: linear-gradient(180deg, #FF935D 0%, #FF7027 100%);
	box-sizing: border-box;
	margin-top: .2rem;
}
.header .nav::before{
	content: "";
	display: inline-block;
	width: .3rem;
	height: .18rem;
	position: absolute;
	left: 0rem;
	bottom: 0rem;
	background: linear-gradient(180deg, rgba(222, 107, 48, 0) 0%, rgba(70, 25, 1, 0.31) 100%);
}
.header .nav li {
	position: relative;
}
.header .nav li::before{
	content: "";
	display: inline-block;
	width: 100%;
	height: .18rem;
	position: absolute;
	left: 0rem;
	bottom: 0rem;
	background: linear-gradient(180deg, rgba(222, 107, 48, 0) 0%, rgba(70, 25, 1, 0.31) 100%);
}
.header .nav li:first-of-type{
	margin-left: .3rem;
}
.header .nav li a{
	display: inline-block;
	font-size: .28rem;
	color: #FFFFFF;
	width: 2.2rem;
	text-align: center;	
	text-indent: -0.2rem;
}
.header .nav li.active a{
	color: #FF7E3D;
	font-weight: bold;
    position: relative;
}
.header .nav li.active::before{
	content: "";
	display: inline-block;
	background: url(../images/nav_bg.png) no-repeat center/contain;
	width: 2.18rem;
	height: .92rem;
	position: absolute;
	bottom: .05rem;
	left: 0rem;
}


.footer {
	background: #333333;
	padding: .46rem .66rem .4rem .68rem;
	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: .72rem;
	width: 80%;
    margin: 0 auto;
}

.footer span:last-child,
.footer a:last-child {
	margin-right: 0;
}

.footer .name {
	color: #ccc;
}

.footer .aBox span,
.footer .aBox a {
	margin-right: .2rem;
	margin-bottom: .2rem;
	display: inline-block;
}

.footer .aBox a::after {
	content: '|';
	display: inline-block;
	color: #999;
	margin-left: .2rem;
}

.footer .aBox a:last-child::after {
	content: "";
}

.footer .footer_p {
	line-height: .68rem;
}
.company{
	font-weight: 400;
	font-size: .24rem;
	color: #CCCCCC;
}
/* 友情链接 */
.index-link{
	margin-bottom: .34rem !important;
}
.index-link ul {
	margin-left: -.24rem;
	margin-top: .1rem;
}

.index-link ul li {
	display: inline-block;
	margin-top: .2rem;
	margin-left: .24rem;
}

.index-link ul li a {
	display: inline-block;
	height: .5rem;
	line-height: .5rem;
	background: #FFFFFF;
	border-radius: .08rem;
	/* border: .02rem solid #E6E6E6; */
	font-size: .24rem;
	color: #888;
	letter-spacing: .02rem;
	/* padding: 0 .1rem; */
	box-sizing: border-box;
}


.index-link ul li::after {
	content: '|';
	display: inline-block;
	color: #888;
	margin-left: .2rem;
}

.index-link ul li:last-child::after {
	display: none;
}

.index-link ul li:last-child::after {
	display: none;
}

/* 公共菜单栏 */
.menu-nav{
	flex-wrap: wrap;
	margin-left: -0.18rem;
}
.menu-nav li{
	width: 3.36rem;
	height: .64rem;
	background: #F8F8F8;
	text-align: left;
	line-height: .64rem;
	border-radius: .6rem;	
	margin-bottom: .2rem;
	padding: 0 .28rem;
	box-sizing: border-box;
	margin-left: .18rem;
}
.menu-nav li.active{
	background: #F0FBFF;
}
.menu-nav .dot{
	width: .36rem;
	height: .36rem;
	background: var(--pm-c);
	border-radius: 50%;
	margin-right: .16rem;
}
.menu-nav .dot::before{
	width: .18rem;
	height: .18rem;
	display: inline-block;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/rank_icon.png) no-repeat left / contain;
}

/* 公共详情样式 */
.single-content {
	overflow: hidden;
}
.single .single_title {
	background: url(../images/single_title_bg.png) no-repeat center / contain;
	font-weight: bold;
	font-size: .36rem;
	color: var(--pm-c);
	width: 2.52rem;
	height: .88rem;
	line-height: 1.08rem;
	letter-spacing: .02rem;
	text-align: center;
	margin: .36rem auto .4rem;
	text-indent: .3rem;
}
.single .single_content h2,
.single .single_content h3 {
	height: .64rem;
	background: #F8F8F8;
	line-height: .64rem;
	padding-left: .32rem;
	font-weight: bold;
	font-size: .28rem;
	color: #333333;
	margin: .3rem 0;
	position: relative;
}
.single .single_content h2::before,
.single .single_content h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	left: 0rem;
	top: 0rem;
	width: .06rem;
	height: 100%;
	background: var(--pm-c);
}

.single_content p {
	text-indent: 2em;
	font-size: .28rem;
	line-height: .6rem;
	letter-spacing: .01rem;
	color: #666666;
}

.single_content img {
	display: block;
	max-width: 100% !important;
	margin: .1rem auto;
}

.single_content title {
	height: .8rem;
	line-height: .8rem;
	background: #FDF1F1 url('../images/single_content_title.png') no-repeat .2rem/contain;
	border-radius: .16rem;
	padding-left: .56rem;
	font-size: .36rem;
	font-weight: bold;
	line-height: .8rem;
	letter-spacing: .01rem;
	color: #1A1A1A;
	margin-bottom: .3rem;
}

/* .single-news .single-header .title {
	font-weight: bold;
	font-size: .32rem;
	line-height: .4rem;
	color: #333333;
	overflow: visible;
	text-overflow: inherit;
	white-space: wrap;
	margin-top: .6rem;
	text-align: center;
}

.single-news .single-header .info {
	display: flex;
	justify-content: space-between;
	border-bottom: .02rem solid #eeeeee;
	padding-bottom: .36rem;
	margin-bottom: .36rem;
	margin-top: .5rem;
}

.single-news .info span {
	font-size: .24rem;
	line-height: .6rem;
	color: #999999;
	margin-right: .1rem;
}

.single-news .info span:nth-child(2) {
	margin-left: .1rem;
	margin-right: .1rem;
} */
/* 详情下载按钮 */
.single .down-btn {
	margin-top: .4rem;
}
.single .down-btn .btn {
	position: relative;
	display: block;
	font-weight: bold;
	font-size: .32rem;
	height: .9rem;
	width: 100%;
	background: #FFFFFF;
	border-radius: .16rem;
	line-height: .9rem;
	text-align: center;
}

.single .down-btn .sy,
.single .down-btn .ios,
.single .down-btn .mob,
.single .down-btn .xz {
	/* background: url('../images/xz_bg.png') no-repeat center/cover; */
}

.single .down-btn .lb {
	margin-bottom: .24rem;
}
.single .down-btn .az,
.single .down-btn .lb {
	/* background: #FFA883; */
}

/* .single .down-btn .az a,
.single .down-btn .az span {
	background-image: url('../images/az.png');
}

.single .down-btn .ios a,
.single .down-btn .ios span {
	background-image: url('../images/ios.png');
}

.single .down-btn .pc a,
.single .down-btn .pc span {
	background-image: url('../images/pc.png');
}

.single .down-btn .mob a,
.single .down-btn .mob span {
	background-image: url('../images/play.png');
}

.single .down-btn .sy a,
.single .down-btn .sy span {
	background-image: url('../images/album_btn.png');
} */

.single .down-btn .lb a,
.single .down-btn .lb span{
	color: #FFA10B;
}

.single .down-btn .xz a,
.single .down-btn .xz span {
	color: #FF8336;
}

/* 单页  关于我们 */
.page{
	padding: .26rem .2rem 0rem;
}
.page_content{
	/* margin-bottom: .7rem; */
}
.page_nav{
	/* border-radius: .12rem;
	border: .02rem solid rgba(91,119,234,0.5);
	padding: 0 .2rem .2rem .08rem;
	box-sizing: border-box;
	flex-wrap: wrap; */
	margin-bottom: .22rem;
	margin-left: -.2rem;
}
.page_nav li{
	width: 2.03rem;
	height: .6rem;
	line-height: .6rem;
	border-radius: .08rem;
	border: .02rem solid #EEEEEE;
	box-sizing: border-box;
	margin-left: .2rem;
	margin-top: .2rem;
}
.page_nav li:nth-of-type(-n + 3){
	margin-top: 0;
}
.page_nav li a{
	width: 100%;
	display: inline-block;
	font-size: .32rem;
	color: #666666;
	padding: 0 .1rem;
	background: url(../images/get_icon.png) no-repeat 1.64rem/contain;
	background-size: .24rem .16rem;
}
.page_nav li.active{
	border-color: var(--pm-c);
}
.page_nav li.active a{
	color: var(--pm-c);
	background: url(../images/get_icon_.png) no-repeat 1.64rem/contain;
	background-size: .24rem .16rem;
}
.page .page_title {
	width: 100%;
	height: .64rem;
	line-height: .64rem;
	background: #F8F8F8;
	font-weight: bold;
	font-size: .28rem;
	color: #333333;
	padding-left: .32rem;
	position: relative;
	text-align: left;
	text-indent: 0em;
	display: inline-block;
	margin: .36rem 0 .2rem;
}
.page .page_title::before{
	content: "";
	display: inline-block;
	height: 100%;
	width: .06rem;
	background: var(--pm-c);
	position: absolute;
	left: 0rem;
	top: 0rem;
}
.page .page_title:first-of-type{
	margin-top: .16rem;
}
.page_content ul{
	margin-left: -0.2rem;
}
.page_content ul li{
	width: 1.47rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	border-radius: .12rem;
	/* border: .02rem solid #EBEBEB; */
	margin-left: .2rem;
	margin-top: .12rem;
}
.page_content .page-rank li{
	width: auto;
}
.page_content ul li a{
	width: 100%;
	font-size: .24rem;
	color: #4D4D4D;
	display: inline-block;
}
.page_content p{
	font-size: .28rem;
	color: #666666;
	line-height: .6rem;
	letter-spacing: .01rem;
	margin-top: .2rem;
	text-indent: 2em;	
}
/* .page_content p:first-of-type{
	margin-top: .26rem;
} */
.page_content .page-rank li{
	max-width: initial;
}

/* 搜索页 */
.search_total{
	font-size: .28rem;
	color: #999999;
	margin-bottom: .3rem;
}

/* 404 500 错误页面 */
.page-error {
	min-height: 11.32rem;
	background-color: #fff;
	padding: 2.2rem 0;
	padding-top: 2.2rem !important;
}

.page-error img {
	width: 50%;
	margin: 2.45rem auto 1rem;
}
.page-error .page-404 {
	width: 3.4rem;
	height: 3.4rem;
	margin: 0 auto;
	background: url(../images/404.png) no-repeat center/contain;
}

.page-error .page-500 {
	width: 3.4rem;
	height: 3.4rem;
	margin: 0 auto;
	background: url(../images/500.png) no-repeat center/contain;
}

.page-error p {
	font-size: .24rem;
	color: #999;
	letter-spacing: .02rem;
	margin: 0rem 0 .48rem;
	line-height: .6rem;
}

.page-error a.go-home {
	width: 1.8rem;
	height: .6rem;
	border-radius: .12rem;
	border: .02rem solid #EEEEEE;
	line-height: .5rem;
	text-align: center;
	display: inline-block;
	font-size: .24rem;
	color: #999999;
}

/* 开服 */
.kaifu_menu button{
	width: 2.06rem;
	height: .6rem;
	border-radius: .08rem;
	border: .02rem solid #EEEEEE;
	line-height: .6rem;
	font-size: .28rem;
	color: #666;
	/* letter-spacing: .01rem; */
	background: url('../images/kaifu_drop.png') no-repeat 1.72rem/contain;
	background-size: .2rem;
	padding: 0 .24rem;
	box-sizing: border-box;
	/* text-align: left; */
	padding-right: .44rem;
}
.kaifu_menu button:hover{
	border-color: var(--pm-c);
	color: var(--pm-c);
	background: url('../images/kaifu_drop_.png') no-repeat 1.72rem/contain;
	background-size: .2rem;
}
.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 p.text{
	line-height: .6rem;
	margin: .12rem 0 .18rem;
}
.kaifu_warp .item{
	border: .02rem solid #F2F2F2;
	padding: .24rem .3rem .26rem .3rem;
	box-sizing: border-box;
	margin-top: .2rem;
}
.kaifu_warp .item .icon{
	width: 1.16rem;
	height: 1.16rem;
	border-radius: .2rem;
	margin-left: .2rem;
}
.kaifu_warp .item .title{	
	font-size: .32rem;
	color: #333333;
	max-width: 3.76rem;
}
.kaifu_warp .item .down{
	width: 1.16rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	background: linear-gradient( 180deg, #FF925B 0%, #FF6B20 100%);
	border-radius: .12rem;
	margin-left: .2rem;	
	font-size: .28rem;
	color: #FFFFFF;
}
.kaifu_warp .item .label{
	display: inline-block;
	height: .52rem;
	line-height: .52rem;
	padding: 0 .2rem;
	background: #F8F8F8;
	font-size: .24rem;
	color: #999999;
	margin: .24rem 0;
}
.kaifu_warp .item p.text{
	font-size: .24rem;
	color: #999999;
	margin: 0;
}
.kaifu_warp .item p.text .time{
	color: var(--pm-c);
}
.kaifu_warp .item .platform{
	display: inline-block;
	margin-left: .1rem;
}
/* 开服 end*/


/* 首页 */
.module{
	padding: .3rem;
	box-sizing: border-box;
	margin-bottom: .4rem;
	background: #FFFFFF;
	box-shadow: 0rem .08rem .08rem 0rem rgba(213,213,213,0.25);
	border-radius: .12rem;
	margin-bottom: .34rem;
}
.module:first-of-type{
	margin-top: 0;
}
.module:last-of-type{
	margin-bottom: 0;
}
.module_{
	margin: .26rem .2rem 0;
}
/* 首页轮播图 */
.home_slide{
	background: #FFFFFF;
	padding: .34rem .3rem .48rem;
	box-sizing: border-box;
}
.home_slide .slider {
	width: 100%;
	/* height: 3.66rem; */
}

.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: 3.66rem;
	display: block;
	position: relative;
	overflow: hidden;
}

.home_slide .slider li .title{
	font-weight: 400;
	font-size: .28rem;
	color: #333333;
	margin-top: .28rem;
	text-align: center;
}

.home_slide .slider .slideNav {
	position: absolute;
    top: 3.3rem;
    left: 50%;
    transform: translateX(-50%);
}

.home_slide .slider .slideNav li {
	margin-right: .1rem;
	padding-left: 0;
}

.home_slide .slider .slideNav li:last-child {
	margin-right: 0;
}

.home_slide .slider .slideNav li a {
	width: .1rem;
	height: .1rem;
	background: #999;
	display: block;
	border-radius: 50%;
	border: none;
}

.home_slide .slider .slideNav li.uk-active a {
	background-color: var(--pm-c);
}

.home_game_news{
	background: #FFFFFF;
	padding: 0rem .3rem .48rem;
	box-sizing: border-box;
}
.home_game_news .tab_trigger {
	display: flex;
	justify-content: space-between;
	padding-bottom: .18rem;
	border-bottom: .02rem solid #F1F1F1;
	box-sizing: border-box;
}
.home_game_news .tab_trigger li{
	width: 2.12rem;
	height: .6rem;
	text-align: center;
	background: #F8F8F8;
	border-radius: .12rem;
	font-size: .28rem;
	color: #666666;
	line-height: .6rem;
	position: relative;
	cursor: pointer;
}
.home_game_news .tab_trigger li.active{
	background-color: rgba(255, 233, 221, .8);
	color: var(--pm-c);
}
.home_game_news .tab_trigger li::before{
	position: absolute;
	content: "";
	display: inline-block;
	width: .1rem;
	height: .1rem;
	background: #D9D9D9;
	border-radius: 50%;
	bottom: -0.3rem;
	left: 50%;
	transform: translateX(-50%);
	margin: .04rem;
}
.home_game_news .tab_trigger li.active::before{
	background: var(--pm-c);
}
.home_game_news .list-container{
	display: none;
}
.home_game_news .list-container.active{
	display: block;
}
.home_game_news .list-container li{
	margin-top: .44rem;
}
.home_game_news .list-container li .icon{
	width: .44rem;
	height: .44rem;
	border-radius: .12rem;
	margin-right: .14rem;
}

/* 小编推荐 */
.home_tj{
	background: #FFFFFF;
	box-shadow: 0rem .08rem .08rem 0rem rgba(213,213,213,0.25);
	border-radius: .12rem;
	box-sizing: border-box;
	margin-bottom: .34rem;
}

.home_tj .module_title {
	height: .64rem;
	line-height: .64rem;
	box-sizing: border-box;
	padding-right: .3rem;
}

.home_tj .module_title .title {
	width: 2.16rem;
	box-sizing: border-box;
	font-weight: bold;
	font-size: .32rem;
	color: #FFFFFF;
	letter-spacing: .02rem;
	padding-left: .32rem;
	background: url('../images/home_tj_icon.png') no-repeat left/contain;
	background-size: 2.16rem .64rem;
}
.home_tj .module_title .more {
	display: block;
	font-size: .24rem;
	color: #999999;
	margin-left: .1rem;
}
.home_tj .tj_warp{
	padding-top: .28rem;
	box-sizing: border-box;
	padding: .28rem;
}
.home_tj .uk-grid-small>.uk-grid-margin{
	margin-top: .48rem;
}
.home_tj .item .icon{
	width: .92rem;
	height: .92rem;
	border-radius: .12rem;
	margin-right: .2rem;
	position: relative;
}
.home_tj .item .type{
	margin-top: .1rem;
}

.home_tj .tj_title{
	font-size: .28rem;
	color: #999999;
	position: relative;
	line-height: .72rem;
	margin: .3rem 0 .22rem;
	text-align: center;
}
.home_tj .tj_title::before,
.home_tj .tj_title::after{
	width: 1.54rem;
	height: .02rem;
	background-color: #F2F2F2;
}
.home_tj .tj_title::before{	
	left: .8rem;
}
.home_tj .tj_title::after{
	right: .8rem;
}
.home_tj .thumb{
	width: 3.16rem;
	height: 1.8rem;
}
.home_tj .thumb:first-of-type{
	margin-right: .24rem;
}
.home_tj li{
	width: 48%;
}
.home_tj li:nth-of-type(odd){
	width: 47%;
	margin-right: 5%;
}

.home_news .item{
	margin-top: .3rem;
}
.home_news .item .thumb{
	width: 2.18rem;
	height: 1.5rem;
	margin-right: .24rem;
}
.home_news .item .title{
	font-size: .28rem;
}
.home_news .item .desc{
	line-height: .48rem;
	margin-top: .1rem;
}
.home_news li{
	margin-top: .28rem;
}
.home_news li:first-of-type{
	margin-top: .38rem;
}



.home_jx_game .thumb{
	width: 100%;
	height: 3.4rem;
	margin-top: .28rem;
}
.home_jx_game .item{
	border: .02rem solid #F2F2F2;
	padding: .24rem .3rem;
	box-sizing: border-box;
	margin-top: .2rem;
}
.home_jx_game .item .title{
	font-size: .32rem;
	margin-right: .2rem;
	max-width: 2.7rem;
}
.home_jx_game .item .label{
	display: inline-block;
	height: .52rem;
	line-height: .52rem;
	text-align: center;
	background: #F8F8F8;
	font-size: .24rem;
	color: #999999;
	margin: .32rem 0 .2rem;
	padding: 0 .14rem;
	box-sizing: border-box;
}
.home_jx_game .item .label:not(:first-of-type){
	margin-left: .12rem;
}
.home_jx_game .item .icon{
	width: 1.16rem;
	height: 1.16rem;
	border-radius: .4rem;
	margin-left: .2rem;
}
.home_jx_game .item .down{
	width: 1.16rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	background: linear-gradient( 180deg, #FF925B 0%, #FF6B20 100%);
	border-radius: .12rem;
	font-size: .28rem;
	color: #FFFFFF;
	margin-left: .2rem;
}

.home_zx_list .item{
	background: url(../images/home_zxgl_bg.png) no-repeat left / contain;
	background-size: 100%;
	width: 100%;
	position: relative;
	padding-top: .5rem;
	padding-right: .2rem;
	box-sizing: border-box;
	margin-top: .4rem;
}
.home_zx_list .item .tag{
	display: inline-block;
	width: .84rem;
	height: .36rem;
	line-height: .36rem;
	font-weight: bold;
	font-size: .36rem;
	color: var(--pm-c);
	position: absolute;
	left: .4rem;
    top: .26rem;
}
.home_zx_list .item:nth-of-type(2) .tag{
	background: url(../images/home_zxgl_no1.png) no-repeat left / contain;
}
.home_zx_list .item:nth-of-type(3) .tag{
	background: url(../images/home_zxgl_no2.png) no-repeat left / contain;
}
.home_zx_list .item:nth-of-type(4) .tag{
	background: url(../images/home_zxgl_no3.png) no-repeat left / contain;
}
.home_zx_list .item:nth-of-type(5) .tag{
	background: url(../images/home_zxgl_no4.png) no-repeat left / contain;
}
.home_zx_list .item:nth-of-type(-n + 5) .tag{
	color: transparent;
}
.home_zx_list .item .title{
	font-size: .32rem;
	padding-left: 1.66rem;
	box-sizing: border-box;
}
.home_zx_list .item .desc{
	line-height: .72rem;
	padding-left: .52rem;
	box-sizing: border-box;
}

.home_h_review .item{
	height: 2.48rem;
	margin-top: .56rem;
	background: #F8F8F8;
	padding: .24rem .24rem .24rem 2.4rem;
	box-sizing: border-box;	
	position: relative;
}
.home_h_review .item .tj{
	background: url(../images/home_tj_bg.png) no-repeat center / contain;
	width: 2.16rem;
	height: 2.8rem;
	padding: .22rem .22rem .14rem;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	left: -0.04rem;
	top: -0.32rem;
}
.home_h_review .item .tj .icon{
	width: 1.74rem;
	height: 1.2rem;
	margin-bottom: .06rem;
}
.home_h_review .item .tj .tj_title{
	font-size: .24rem;
	color: #D89679;
	line-height: .6rem;
}
.home_h_review .item .tj .tj_title::before,
.home_h_review .item .tj .tj_title::after{
	width: .44rem;
	height: .02rem;
	background-color: #F1D0C0;
}
.home_h_review .item .tj .tj_title::before{
	left: 0rem;
}
.home_h_review .item .tj .tj_title::after{
	right: 0rem;
}
.home_h_review .item .tj .score{
	font-weight: bold;
	font-size: .4rem;
	padding-left: 0;
}
.home_h_review .item .info .title{
	font-weight: bold;
	margin-bottom: .2rem;
}
.home_h_review .item .info .desc{
	line-height: .6rem;
}

.home_h_review li .label{
	font-size: .24rem;
	color: #EDB094;
	margin-right: .2rem;
}
.home_h_review li .score{
	font-weight: bold;
	font-size: .32rem;
	color: var(--pm-c);
	margin-right: .3rem;
	padding-left: 0;
}


.home_app .thumb{
	width: 100%;
	height: 3.4rem;
	margin-top: .28rem;
}
.home_app .item{
	border: .02rem solid #F2F2F2;
	padding: .24rem .3rem;
	box-sizing: border-box;
	margin-top: .2rem;
}
.home_app .item .title{
	font-size: .32rem;
	margin-right: .2rem;
	max-width: 2.7rem;
}
.home_app .item .label{
	display: inline-block;
	height: .52rem;
	line-height: .52rem;
	text-align: center;
	background: #F8F8F8;
	font-size: .24rem;
	color: #999999;
	margin: .32rem 0 .2rem;
	padding: 0 .14rem;
	box-sizing: border-box;
}
.home_app .item .label:not(:first-of-type){
	margin-left: .12rem;
}
.home_app .item .icon{
	width: 1.16rem;
	height: 1.16rem;
	border-radius: .4rem;
	margin-left: .2rem;
}
.home_app .item .down{
	width: 1.16rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	background: linear-gradient( 180deg, #FF925B 0%, #FF6B20 100%);
	border-radius: .12rem;
	font-size: .28rem;
	color: #FFFFFF;
	margin-left: .2rem;
}


.home_rank li{
	margin-top: 0rem;	
}
.home_rank li:first-of-type{
	margin-top: .4rem;
}
.home_rank li:last-of-type .top_warp{
	border-bottom-color: transparent;
}
.home_rank li .top_warp{
	padding: .3rem .1rem .3rem;
	border-bottom: .02rem dashed #E5E5E5;
	box-sizing: border-box;	
}
.home_rank li .warp{
	display: none;
	padding: .4rem .28rem .4rem .2rem;
	box-sizing: border-box;
	width: 100%;
	height: 2.1rem;
}
.home_rank li .warp .order{
	font-weight: bold;
	font-size: .36rem;
	color: #FFFFFF;
}
.home_rank li .warp .icon{
	width: 1.32rem;
	height: 1.32rem;
	border-radius: .3rem;
	margin-right: .18rem;
}
.home_rank li .warp .title{
	color: #fff;
}
.home_rank li .warp .text{
	display: inline-block;
	margin: .08rem 0;
}
.home_rank li .warp .text,
.home_rank li .warp .desc{
	color: #fff;
}
.home_rank li .warp .down{
	width: 1.36rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	background: #FFFFFF;
	border-radius: .12rem;
	font-size: .28rem;
	margin-left: .2rem;
}
.home_rank li.active .warp{
	display: flex;
}
.home_rank li.active .top_warp{
	display: none;
}
.home_rank li:nth-of-type(3n - 2) .warp{
	background: url(../images/home_rank_bg1.png) no-repeat center / contain;
	background-size: 100%;
}
.home_rank li:nth-of-type(3n - 1) .warp{
	background: url(../images/home_rank_bg2.png) no-repeat center / contain;
	background-size: 100%;
}
.home_rank li:nth-of-type(3n) .warp{
	background: url(../images/home_rank_bg3.png) no-repeat center / contain;
	background-size: 100%;
}
.home_rank li:nth-of-type(3n - 2) .down,
.home_rank li:nth-of-type(3n) .down{
	color: #FF9C36;
}
.home_rank li:nth-of-type(3n - 1) .down{
	color: #4973FF;
}

/* 首页 end*/


/* 手游专辑 */
.list_zj,
.list_game_package,
.list_game,
.list_news,
.list_rank_news,
.list_rank,
.page,
.search_warp,
.single_album_area,
.single_gift_area,
.single_game_area,
.single_news,
.single_rank_area,
.kaifu{
	padding: .24rem .2rem .32rem;
	box-sizing: border-box;
}
.zj_menu_nav{
	margin-bottom: .9rem;
	margin-top: .32rem;
}
.zj_menu_nav li:first-of-type{
	margin-right: .4rem;
}
.zj_menu_nav li a{
	display: inline-block;
	width: 2rem;
	height: .68rem;
	line-height: .68rem;
	background: #F8F8F8;
	border-radius: .12rem;
	text-align: center;
	font-size: .28rem;
	color: #666666;
}
.zj_menu_nav li.active a{
	background: rgba(255, 233, 221, .8);
	color: var(--pm-c);
}
.zj_warp{
	background: #F8F8F8;
	padding: .3rem .4rem .24rem 2.1rem;
	box-sizing: border-box;
	position: relative;
}
.zj_warp:not(:nth-of-type(1)){
	margin-top: .76rem;
}
.zj_warp .zj{
	text-align: center;
    background: url(../images/zj_tag_bj.png) no-repeat center / contain;
    background-size: 100% 100%;
    width: 1.84rem;
    height: 3.5rem;
    position: absolute;
    bottom: -.04rem;
    left: -.04rem;
    padding: .22rem;
    box-sizing: border-box;
}
.zj_warp .zj .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-bottom: .3rem;
}
.zj_warp .zj span{
	font-size: .24rem;
	color: #D89679;
	display: inline-block;
}
.zj_warp .zj .text{
	padding-top: .3rem;
	border-top: .02rem dashed #EECEC1;
	margin-bottom: .1rem;
}
.zj_warp .info .title{
	font-weight: bold;
}
.zj_warp .info .text{
	margin-top: .18rem;
	display: inline-block;
}
.zj_warp .item{
	width: 1.02rem;
	margin-top: .2rem;
	text-align: center;
}
.zj_warp .item:not(:first-of-type){
	margin-left: .46rem;
}
.zj_warp .item .icon{
	width: 1rem;
	height: 1rem;
	border-radius: .2rem;
	margin: 0 auto;
}
.zj_warp .item .title{
	font-size: .24rem;
	color: #999999;
	margin-top: .2rem;
}
/* 手游专辑 end*/

/* 游戏礼包 */
.list_game_package .item{
	border: .02rem solid #F2F2F2;
	padding: .24rem .3rem;
	box-sizing: border-box;
	margin-top: .22rem;
}
.list_game_package .item:nth-of-type(1){
	margin-top: 0rem;
}
.list_game_package .item .title{
	font-size: .32rem;
}
.list_game_package .item .label{
	display: inline-block;
	width: 2.12rem;
	height: .52rem;
	line-height: .52rem;
	text-align: center;
	background: #F8F8F8;
	font-size: .24rem;
	color: #999999;
	margin: .2rem .1rem .2rem 0;
}
.list_game_package .item .icon{
	width: 1.16rem;
	height: 1.16rem;
	border-radius: .4rem;
	margin-left: .2rem;
}
.list_game_package .item .get{
	display: inline-block;
	width: 1.16rem;
	height: .6rem;
	background: linear-gradient( 180deg, #FF925B 0%, #FF6B20 100%);
	border-radius: .12rem;
	line-height: .6rem;
	text-align: center;
	font-size: .28rem;
	color: #FFFFFF;
	margin-left: .2rem;
}
/* 游戏礼包 end*/

/* 游戏列表 */
.list_game_warp .item{
	border: .02rem solid #F2F2F2;
	padding: .24rem .3rem;
	box-sizing: border-box;
	margin-top: .2rem;
}
.list_game_warp .item:first-of-type{
	margin-top: .4rem;
}
.list_game_warp .item .title{
	font-size: .32rem;
	max-width: 2.9rem;
}
.list_game_warp .item .icon{
	width: 1.16rem;
	height: 1.16rem;
	border-radius: .4rem;
	margin-left: .2rem;
}
.list_game_warp .item .label{
	height: .52rem;
	line-height: .52rem;
	text-align: center;
	background: #F8F8F8;
	font-size: .24rem;
	color: #999999;
	margin: .15rem 0;
	padding: 0 .16rem;
	box-sizing: border-box;
}
.list_game_warp .item .label:not(:first-of-type){
	margin-left: .2rem;
}
.list_game_warp .item .down{
	width: 1.16rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	background: linear-gradient( 180deg, #FF925B 0%, #FF6B20 100%);
	border-radius: .12rem;
	margin-left: .2rem;
	font-size: .28rem;
	color: #FFFFFF;
}
/* 游戏列表 end*/

/* 资讯列表 */
 .rank_banner{
	width: 100%;
	height: 2.92rem;
	background: url(../images/rank_banner.png) no-repeat center / cover;
 }
.list_news_warp .item{
	width: 100%;
	margin-top: .4rem;
	padding-bottom: .4rem;
	border-bottom: .02rem dashed #E5E5E5;
}
.list_news_warp .item .thumb{
	width: 2.16rem;
	height: 1.5rem;
	margin-right: .26rem;
}
.list_news_warp .item .title{
	font-size: .28rem;
}
.list_news_warp .item .time{
	background: url(../images/time.png) no-repeat left / contain;
	background-size: .24rem;
	padding-left: .34rem;
	margin-left: .2rem;
}
.list_news_warp .item .desc{
	line-height: .48rem;
}
/* 资讯列表 end*/

/* 排行榜大全 */
.rank_news_warp .top_title{
	padding-bottom: .32rem;
	border-bottom: .02rem solid #F3F3F3;
	/* margin-bottom: .32rem; */
}
.rank_news_warp .top_title .rank_title{
	font-weight: bold;
	font-size: .28rem;
	margin-bottom: .28rem;
	padding-left: .34rem;
}
.rank_news_warp .top_title .rank_title::before{
	width: .1rem;
	height: .1rem;
	background: var(--pm-c);
	left: 0;
}
.rank_news_warp .top_title .more_btn{
	width: 1.7rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	background: rgba(255,150,97,0.1);
	border-radius: .12rem;
	font-size: .28rem;
	color: #FF8F56;
	margin-left: .2rem;
}
.rank_news_warp .top_title .time{
	padding-left: .34rem;
}
.rank_news_warp ul li:first-of-type{
	margin-top: .32rem;
}
.rank_news_warp:nth-of-type(3n - 2) li .warp{
	background: url(../images/home_rank_bg1.png) no-repeat center / contain;
	background-size: 100%;
}
.rank_news_warp:nth-of-type(3n - 1) li .warp{
	background: url(../images/home_rank_bg2.png) no-repeat center / contain;
	background-size: 100%;
}
.rank_news_warp:nth-of-type(3n) li .warp{
	background: url(../images/home_rank_bg3.png) no-repeat center / contain;
	background-size: 100%;
}
/* 排行榜大全 end*/

/* 排行榜列表 */
.rank_warp .item{
	background: url(../images/rank_warp_item_bg.png) no-repeat left / contain;
	background-size: 100%;
	padding: .72rem .2rem .32rem .44rem;
	box-sizing: border-box;
	position: relative;
	margin-top: .3rem;
}
.rank_warp .item:first-of-type{
	margin-top: 0rem;
}
.rank_warp .item .order{
	width: .74rem;
	height: .32rem;
	text-align: center;
	line-height: .32rem;
	font-size: .32rem;
	color: var(--pm-c);
	font-weight: bold;
	position: absolute;
	left: .3rem;
	top: .26rem;
}
.rank_warp .item:nth-of-type(1) .order{
	background: url(../images/home_zxgl_no1.png) no-repeat center / contain;
}
.rank_warp .item:nth-of-type(2) .order{
	background: url(../images/home_zxgl_no2.png) no-repeat center / contain;
}
.rank_warp .item:nth-of-type(3) .order{
	background: url(../images/home_zxgl_no3.png) no-repeat center / contain;
}
.rank_warp .item:nth-of-type(-n + 3) .order,
.rank_warp .item:nth-of-type(-n + 3) .num{
	color: transparent;
}
.rank_warp .item .num{
	width: .44rem;
	height: .52rem;
	line-height: .58rem;
	text-align: center;
	background: url(../images/rank_warp_icon4.png) no-repeat center / contain;
	background-size: .44rem .52rem;
	font-weight: bold;
	font-size: .24rem;
	color: #333333;
	margin-right: .22rem;
}
.rank_warp .item:nth-of-type(1) .num{
	background: url(../images/rank_warp_icon1.png) no-repeat center / contain;
}
.rank_warp .item:nth-of-type(2) .num{
	background: url(../images/rank_warp_icon2.png) no-repeat center / contain;
}
.rank_warp .item:nth-of-type(3) .num{
	background: url(../images/rank_warp_icon3.png) no-repeat center / contain;
}
.rank_warp .item .icon{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
	margin-right: .16rem;
}
.rank_warp .item .down{
	width: 1.08rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	background: #FF8F56;
	border-radius: .12rem;
	font-size: .28rem;
	color: #FFFFFF;
	margin-left: .2rem;
}
.rank_warp .item .type{
	margin: .1rem 0;
	display: inline-block;
}
/* 排行榜列表 end*/


/* 专辑详情 */
.single_album .single_header{
	padding: .48rem .2rem .28rem;
	box-sizing: border-box;
	background: url(../images/single_album_header.png) no-repeat center / cover;
}
.single_album .single_header h1{
	font-weight: bold;
	font-size: .4rem;
	color: #FFFFFF;
	margin-bottom: .3rem;
	text-align: center;
}
.single_album .single_header .text{
	color: #FFFFFF;
	text-align: center;
}
.more_box {
	margin-top: .26rem;
	display: flex;
}

.more_box span {
	font-size: .26rem;
	color: #FFFFFF;
}

.more_box .title {
	width: 49%;
	display: inline-block;
	font-size: .26rem;
	color: #FFFFFF;
	height: .56rem;
	line-height: .56rem;
	border-radius: .12rem;
	border: .02rem solid #FFFFFF;
	padding: 0 .2rem;
	margin-bottom: .14rem;
	box-sizing: border-box;
}

.more_box .title:nth-of-type(odd) {
	margin-right: 2%;
}
.show_tj{
	padding: .5rem .4rem .44rem;
	box-sizing: border-box;
	background: url(../images/show_tj.png) no-repeat center / contain;
	margin-top: .4rem;
}
.show_tj .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .4rem;
	margin-right: .2rem;
}
.show_tj .info .title{
	font-weight: bold;
	color: #333333;
	margin: 0;
	max-width: 3.25rem;
}
.show_tj .tag{
	width: 1.32rem;
	height: .4rem;
	line-height: .4rem;
	text-align: center;
	border: .02rem solid #FF9D36;
	font-size: .24rem;
	color: #FF9D36;
	padding: 0 .1rem;
	box-sizing: border-box;
	margin-left: .12rem;
}
.show_tj .type{
	margin: .06rem 0;
    display: inline-block;
}
.show_tj .type:first-of-type{
	margin-right: .2rem;
}
.show_tj .down{
	width: 100%;
	text-align: center;
	height: .8rem;
	line-height: .8rem;
	background: #FF8548;
	border-radius: .08rem;
	font-weight: 400;
	font-size: .28rem;
	color: #FFFFFF;
	margin-top: .34rem;
}


.single_album .home_jx_game .item{
	position: relative;
}
.single_album .home_jx_game .item:nth-of-type(-n + 4) .order{
	color: transparent;
}
.single_album .home_jx_game .item .order{
	width: .56rem;
	height: .66rem;
	line-height: .78rem;
	text-align: center;
	background: url(../images/rank_warp_icon4.png) no-repeat center / contain;
	background-size: .56rem .66rem;
	font-weight: bold;
	font-size: .24rem;
	color: #333333;
	position: absolute;
	top: 0rem;
	right: .6rem;
	z-index: 1;
}
.single_album .home_jx_game .item:nth-of-type(2) .order{
	background: url(../images/rank_warp_icon1.png) no-repeat center / contain;
}
.single_album .home_jx_game .item:nth-of-type(3) .order{
	background: url(../images/rank_warp_icon2.png) no-repeat center / contain;
}
.single_album .home_jx_game .item:nth-of-type(4) .order{
	background: url(../images/rank_warp_icon3.png) no-repeat center / contain;
}

.home_game_zj li{
	border-radius: .6rem;
	border: .02rem solid #F3F3F3;
	padding: .24rem .3rem .24rem .4rem;
	box-sizing: border-box;
	margin-top: .2rem;
	height: .8rem;
}
.home_game_zj li .num{
	margin-left: .2rem;
}

.list_hot_game .hot_game{
	border: .02rem solid #F2F2F2;
	padding: .22rem .36rem .34rem .3rem;
	box-sizing: border-box;
	margin: .4rem 0;
}
.list_hot_game .hot_game .title{
	font-size: .32rem;
}
.list_hot_game .hot_game .text{
	margin: .15rem 0;
}
.list_hot_game .hot_game .label{
	display: inline-block;
	width: 1.36rem;
	height: .52rem;
	background: #F8F8F8;
	line-height: .52rem;
	text-align: center;
	font-size: .24rem;
	color: #999999;
	margin-top: .15rem;	
}
.list_hot_game .hot_game .label:first-of-type{
	margin-right: .18rem;
}
.list_hot_game .hot_game .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .2rem;
	margin-left: .2rem;
}
.list_hot_game .hot_game .down{
	width: 1.4rem;
	height: .52rem;
	line-height: .52rem;
	text-align: center;
	background: linear-gradient( 180deg, #FF925B 0%, #FF6B20 100%);
	border-radius: .12rem;
	font-size: .28rem;
	color: #FFFFFF;
	margin-left: .2rem;
	display: inline-block;
}
.list_hot_game .uk-grid-small>.uk-grid-margin{
	margin-top: .48rem;
}
.list_hot_game .uk-grid .item .icon{
	width: .92rem;
	height: .92rem;
	border-radius: .12rem;
	margin-right: .2rem;
	position: relative;
}
.list_hot_game .uk-grid .item .type{
	margin-top: .1rem;
	display: inline-block;
}
/* 专辑详情 end*/

/* 礼包详情 */
.single_gift .single_header{
	padding: .66rem .2rem .44rem;
	box-sizing: border-box;
	background: url(../images/single_album_header.png) no-repeat center / cover;
	text-align: center;
}
.single_gift .single_header h1{
	font-weight: bold;
	font-size: .32rem;
	color: #FFFFFF;
	margin: .4rem 0;
}
.single_gift .single_header .text{
	font-size: .28rem;
	color: #FFFFFF;
	text-align: center;
	max-width: 49%;
	display: inline-block;
}
.single_gift .single_header .text:first-of-type{
	margin-right: .4rem;
}
.single_gift .single_header .icon{
	width: 1.6rem;
	height: 1.6rem;
	border-radius: .3rem;
	margin: 0 auto;
}

.home_game .item .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .2rem;
	margin-right: .2rem;
}
.home_game .item .title{
	font-weight: bold;
}
.home_game .item .type{
	margin: .14rem 0;
	display: inline-block;
}
.home_game .item .down{
	display: block;
	width: 1.04rem;
	height: .48rem;
	line-height: .48rem;
	text-align: center;
	border-radius: .08rem;
	border: .02rem solid var(--pm-c);
	font-size: .24rem;
	color: var(--pm-c);
	box-sizing: border-box;
}

.home_gift .thumb{
	width: 100%;
	height: 2.7rem;
	margin-top: .24rem;
}
.home_gift li .dot_{
	border-radius: 0;
	width: .1rem;
	height: .1rem;
}
/* 礼包详情 end*/

/* 手游详情 */
.single_game .single_header{
	padding: .4rem .2rem .44rem;
	box-sizing: border-box;
	background: url(../images/single_album_header.png) no-repeat center / cover;
}
.single_game .single_header h1{
	font-weight: bold;
	font-size: .32rem;
	color: #FFFFFF;
	margin-bottom: .4rem;
	text-align: center;
}
.single_game .single_header .icon{
	width: 1.6rem;
	height: 1.6rem;
	line-height: 1.6rem;
	text-align: center;
	border-radius: .3rem;
	margin: 0 auto;
}
.single_game .single_header .text_box{
	padding-left: .6rem;
	box-sizing: border-box;
	margin-bottom: .4rem;
	margin-top: .2rem;
}
.single_game .single_header .text_box .label{
	color: #FFFFFF;
	font-size: .28rem;
}
.single_game .single_header .down{
	height: .9rem;
	line-height: .9rem;
	text-align: center;
	background: #FFFFFF;
	border-radius: .16rem;
	font-weight: bold;
	font-size: .32rem;
	color: #FFA10B;
}

.single_game .sliderBox {
    height: auto;
    margin: 0;
    overflow: hidden;
	margin-top: .3rem;
}

.single_game .sliderBox .slide {
    height: auto;
}
.single_game .sliderBox .slide li:first-child{
	margin-left: 0;
}
.single_game .sliderBox .slide li {
    width: 5.72rem;
	margin-right: .22rem;	
}

.single_game .sliderBox .slide li img {
    width: 5.72rem;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: auto;
}
/* 手游详情 end*/

/* 资讯详情 */
.single_news .single_header{
	padding: .38rem 0 .42rem;
	box-sizing: border-box;
	border-bottom: .02rem solid #FFECE3;
	margin-bottom: .3rem;
	text-align: center;
}
.single_news .single_header h1{
	font-weight: bold;
	font-size: .32rem;
	color: #333333;
	margin-bottom: .34rem;
}
.single_news .single_header .text{
	font-size: .24rem;
	color: #999999;
}
.single_news .single_header .text:first-of-type{
	margin-right: .2rem;
}
/* 资讯详情 end*/

/* 排行榜详情 */
.single_rank .single_rank_banner{
	width: 100%;
	height: 2.92rem;
	background: url(../images/single_rank_banner.png) no-repeat center / cover;
	padding: .66rem 0 0 .2rem;
	box-sizing: border-box;
}
.single_rank_banner h1{
	font-weight: bold;
	font-size: .32rem;
	color: #3CA8EB;
	letter-spacing: .02rem;
	margin-bottom: .36rem;
}
.single_rank_banner .time{
	font-weight: 400;
	font-size: .24rem;
	color: #FFFFFF;
	width: 3.16rem;
	height: .52rem;
	background: #FFBF68;
	line-height: .52rem;
	text-align: center;
	border-radius: .6rem;
	box-shadow: 0rem .1rem .1rem 0rem #F28E44;
}
/* 排行榜详情 end*/
