:root {
	--pm-c: #23B788;
	--br-c: #e6e6e6;
}

/*隐藏类*/
.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
}

#app_info li {
	display: inline-block;
	width: 33.33%;

}

#app_info li b {
	cursor: pointer;
}

#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: 320px;
	max-width: 750px;
	margin: 0 auto;
	letter-spacing: .01rem;
}

/*图片高清*/
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 var(--br-c) !important;
}

.b-b {
	border-bottom: .02rem solid var(--br-c) !important;
}

.b-t {
	border-top: .02rem solid var(--br-c) !important;
}

.b-l {
	border-left: .02rem solid var(--br-c) !important;
}

.b-r {
	border-right: .02rem solid var(--br-c) !important;
}

/* 虚线上边框 */
.b-t-dashed {
	border-top: .02rem dashed var(--br-c) !important;
}

/* 虚线下边框 */
.b-b-dashed {
	border-bottom: .02rem dashed var(--br-c) !important;
}

/* 内边距  */
.p-a-0 {
	padding: 0rem;
}

.p-a-5 {
	padding: .1rem;
}

.p-a-10 {
	padding: .2rem;
}

.p-a-15 {
	padding: .3rem;
}

.p-a-20 {
	padding: .4rem;
}

.p-a-25 {
	padding: .5rem;
}

.p-a-30 {
	padding: .6rem;
}

/* 内上边距 */
.p-t-0 {
	padding-top: 0rem !important;
}

.p-t-5 {
	padding-top: .1rem;
}

.p-t-10 {
	padding-top: .2rem;
}

.p-t-15 {
	padding-top: .3rem;
}

.p-t-20 {
	padding-top: .4rem;
}

.p-t-30 {
	padding-top: .6rem;
}

/* 内下边距 */
.p-b-0 {
	padding-bottom: 0rem !important;
}

.p-b-5 {
	padding-bottom: .1rem;
}

.p-b-10 {
	padding-bottom: .2rem;
}

.p-b-15 {
	padding-bottom: .3rem;
}

.p-b-20 {
	padding-bottom: .4rem;
}

.p-b-30 {
	padding-bottom: .6rem !important;
}

/* 内右边距 */
.p-r-0 {
	padding-right: 0rem;
}

.p-r-5 {
	padding-right: .1rem;
}

.p-r-10 {
	padding-right: .2rem;
}

.p-r-15 {
	padding-right: .3rem;
}

.p-r-20 {
	padding-right: .4rem;
}

.p-r-30 {
	padding-right: .6rem;
}

/* 内左边距 */
.p-l-0 {
	padding-left: 0rem;
}

.p-l-5 {
	padding-left: .1rem;
}

.p-l-10 {
	padding-left: .2rem;
}

.p-l-15 {
	padding-left: .3rem;
}

.p-l-20 {
	padding-left: .4rem;
}

.p-l-30 {
	padding-left: .6rem;
}

/*圆角样式*/
.b-r-4 {
	border-radius: .08rem !important;
}

.b-r-6 {
	border-radius: .12rem !important;
}

.b-r-8 {
	border-radius: .16rem !important;
}

.b-r-10 {
	border-radius: .2rem !important;
}

.b-r-12 {
	border-radius: .24rem !important;
}

.b-r-24 {
	border-radius: .48rem !important;
}

/* 上外边距 */
.m-t-0 {
	margin-top: 0rem !important;
}

.m-t-5 {
	margin-top: .1rem !important;
}

.m-t-10 {
	margin-top: .2rem !important;
}

.m-t-15 {
	margin-top: .3rem !important;
}

.m-t-20 {
	margin-top: .4rem !important;
}

.m-t-25 {
	margin-top: .5rem !important;
}

.m-t-30 {
	margin-top: .6rem !important;
}
.m-t-35 {
	margin-top: .7rem !important;
}
.m-t-40 {
	margin-top: .8rem !important;
}

/* 下外边距 */
.m-b-0 {
	margin-bottom: 0rem !important;
}

.m-b-5 {
	margin-bottom: .1rem !important;
}

.m-b-10 {
	margin-bottom: .2rem !important;
}

.m-b-15 {
	margin-bottom: .3rem !important;
}

.m-b-20 {
	margin-bottom: .4rem !important;
}

.m-b-25 {
	margin-bottom: .5rem !important;
}

.m-b-30 {
	margin-bottom: .6rem !important;
}

/* 左外边距 */
.m-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;
}

/* 溢出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%);
}

.before-center {
	position: relative;
}

.before-center::before {
	content: "";
	position: absolute;
}

.after-center {
	position: relative;
}

.after-center::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

.title {
	font-size: .28rem;
	color: #1A1A1A;
	letter-spacing: .02rem;
	display: block;
}

.info {
	/* margin-left: .2rem; */
	overflow: hidden;
	flex: 1;
}

.icon {
	width: 1.21rem;
	height: 1.21rem;
	border-radius: .15rem;
	overflow: hidden;
}

.time,
.type,
.desc,
.text {
	font-size: .24rem;
	color: #999999;
}

.score {
	font-size: .28rem;
	color: #FF6969;
}

.down {
	display: block;
	text-align: center;
	letter-spacing: .02rem;
}
/*默认图标尺寸*/
.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);
}

/* 默认的一些文字大小和颜色 */
.info {
	flex: 1;
	overflow: hidden;
}

.info .title {
	font-size: .28rem;
	color: #1A1A1A;
	display: block;
}

.info .title:hover {
	color: var(--pm-c);
}

.info .text {
	font-size: .24rem;
	color: #999;
}

.info .time {
	font-size: .24rem;
	color: #999;
}

/*分页*/
.pagination {
	margin: 1.2rem 0 .8rem !important;
	text-align: center;
}

.pagination .page-item {
	display: inline-block;
	margin: 0 .1rem;
	font-size: .28rem;
	border: .02rem solid var(--br-c);
	color: #666;
	background: #fff;
}

.pagination .active span {
	background: var(--pm-c);
	color: #fff;
}

.pagination .page-item:hover {
	background: var(--pm-c);
	color: #fff;
}

.pagination .page-item .page-link {
	display: block;
	padding: .12rem .2rem;
	border: .02rem solid transparent;
}

.pagination li a {
	display: inline-block;
	color: #666;
}

.pagination li a:hover {
	background: var(--pm-c);
	color: #fff;
	border: .02rem solid var(--pm-c) !important;
}

/* 公共列表样式 */
.list-container {
	overflow: hidden;
}

.list-container li {
	margin-top: .35rem;
}

.list-container li .dot {
	display: block;
	width: .25rem;
	height: .25rem;
	background: url('../images/dot.png') no-repeat center/contain;
}

.list-container li .tag {
	color: #888888;
	font-size: .24rem;
}

.list-container li .order {
	width: .45rem;
	height: .45rem;
	line-height: .45rem;
	background-color: #e0e0e0;
	border-radius: .06rem;
	text-align: center;
	color: #ffffff;
	font-size: .24rem;
}

.list-container li .title {
	display: block;
	margin-left: .16rem;
	margin-right: .16rem;
	color: #1A1A1A;
	font-size: .28rem;
}

.list-container li .time {
	font-size: .24rem;
	color: #999999;
}

/* 评分图标 */
.star {
	height: .24rem;
	width: 1.2rem;
	background: url('../images/star_bg.png') repeat-x center/.24rem;
	display: inline-block;
}

.star:before {
	content: "";
	display: block;
	background: url('../images/star.png') repeat-x 0/.24rem;
	height: .24rem;
}

.star-1:before {
	width: .24rem;
}

.star-2:before {
	width: .48rem;
}

.star-3:before {
	width: .72rem;
}

.star-4:before {
	width: .96rem;
}

.star-5:before {
	width: 1.2rem;
}

/* 公共标题 */
.module-title .title {
	font-weight: bold;
	font-size: .36rem;
	color: #1A1A1A;
	letter-spacing: .04rem;
	max-width: 5.8rem;
}

.module-title .more {
	line-height: .5rem;
	letter-spacing: .02rem;
	color: #999999;
	font-size: .24rem;
	background: url(../images/home_more.png) no-repeat left/contain;
	width: .28rem;
	height: .28rem;
	right: 0;
}
.module-title .icon_box{
	height: .12rem;
	line-height: .06rem;
}
.module-title .icon_box i {
	display: inline-block;
	width: .12rem;
	height: .12rem;
}

.module-title .icon_box i:nth-child(1) {
	margin-left: .24rem;
	background: var(--pm-c);
}

.module-title .icon_box i:nth-child(2) {
	background: rgba(35, 183, 136, 0.5);
	margin: 0 .1rem;
}

.module-title .icon_box i:nth-child(3) {
	background: rgba(35, 183, 136, 0.15);
}

/* 头尾 */
 .header {
    background: url(../images/home_header_bg.png) no-repeat left/cover;
	padding-top: 1.22rem;
	box-sizing: border-box;
	height: 2.96rem;
}
.header .logo {
	display: block;
	width: 2.4rem;
	height: 100%;
	overflow: hidden;
}
.header .search {
	width: 2.8rem;
	height: .6rem;
	background: #FFFFFF;
	border-radius: 1.98rem;
	overflow: hidden;
	position: relative;
	color: #CCCCCC;
	font-size: .24rem;
	padding-left: .6rem;
	padding-right: .28rem;
	box-sizing: border-box;
}

.header .search .search_btn {
	position: absolute;
	width: .32rem;
	height: .32rem;
	background: url("../images/search.png") no-repeat center/contain;
	left: .2rem;
	top: 50%;
	transform: translateY(-50%);
}

.header .search .search_input {
	width: 100%;
	height: 100%;
	border: none;
	outline: medium;
	vertical-align: top;
	line-height: .92rem;
	color: #ccc;
	font-size: .24rem;
	background-color: #ffffff;
	text-indent: .2rem;
}

.search-input:-webkit-input-placeholder {
	color: #ccc;
	font-size: .24rem;
}

.search-input:-moz-input-placeholder {
	color: #ccc;
	font-size: .24rem;
}

.search-input:-ms-input-placeholder {
	color: #ccc;
	font-size: .24rem;
}
.header .nav {
	width: 100%;
	height: .8rem;
	line-height: .8rem;
	overflow: auto hidden;
	margin-top: .34rem;
	background: rgba(255,255,255,0.9);
}
.header .nav li {
	flex-shrink: 0;
	/* min-width: 1.58rem; */
	min-width: 1.2rem;
	text-align: center;
	/* margin-right: .72rem; */
	margin-right: .22rem;
}

.header .nav li.active a {
	color: var(--pm-c);
}

.header .nav .active::before {
	width: .4rem;
	height: .08rem;
	background: var(--pm-c);
	bottom: 0rem;
	left: 50%;
	transform: translateX(-50%);
}

.header .nav li a {
	font-size: .28rem;
	color: #1A1A1A;
}


/* 公共尾部样式 */
.footer {
	background-color: #333;
	padding: .36rem .24rem;
	font-size: .24rem;
	color: #999;
	box-sizing: border-box;
	text-align: left;
}

.footer span,
.footer a {
	font-size: .24rem;
	color: #999;
}

.footer p {
	margin-top: .2rem;
}

.footer span:last-child,
.footer a:last-child {
	margin-right: 0;
}

.footer .name {
	color: #ccc;
}

.footer .aBox span,
.footer .aBox a {
	margin-right: .12rem;
	margin-bottom: .2rem;
}

.footer .aBox a::after {
	content: '|';
	display: inline-block;
	color: #666;
	margin-left: .12rem;
}

.footer .aBox a:last-child::after {
	content: "";
}

.footer .footer_p {
	line-height: .68rem;
}

/* 友情链接 */
.link {
	padding-bottom: 0;
}

.flink {
	overflow: hidden;
}

.flink a {
	/* display: inline-block; */
	float: left;
	margin-right: .3rem;
	white-space: nowrap;
	margin-bottom: .28rem;
	line-height: .28rem;
	font-size: .24rem;
	color: #888888;
}

.flink a::after {
	content: '|';
	display: inline-block;
	margin-left: .3rem;
	font-size: .24rem;
	color: #888888;
}

.flink a:last-child::after {
	display: none;
}

/* 公共详情样式 */
.single .single-content {
	/* padding: .7rem .5rem; */
}

.single .single-content iframe {
	display: block;
	margin: 0 auto;
	width: 10.4rem;
	height: 6.4rem;
}

.single .single-content p {
	font-weight: 400;
	font-size: .28rem;
	color: #666666;
	/* text-indent: 2em; */
	margin: .24rem 0 .6rem;
	line-height: 2.5;
}

.single .single-content p img {
	max-width: 78%;
	margin: .2rem auto;
	display: block;
}

.single .single-content h2,
.single .single-content h3 {
	width: 100%;
	height: .48rem;
	line-height: .48rem;
	background: url('../images/single_content_h3.png') no-repeat left/contain;
	background-size: .32rem;
	font-weight: bold;
	font-size: .32rem;
	color: var(--pm-c);
	letter-spacing: .02rem;
	padding-left: .52rem;
}
/* .single-content h2::after,
.single-content h3::after{
	content:'';
	position:absolute;
	left:100%;                   
	top:50%;
	transform:translateY(-50%);  
	width: 5.2rem;
    height: .02rem;         
	background-color: #F2F2F2;    
} */

.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;
}

/* 公共菜单栏 */
.menu-nav {}

.menu-nav li {
	height: .6rem;
	line-height: .54rem;
	text-align: center;
}

.menu-nav li a {
	display: block;
	font-size: .28rem;
	color: #8C8C8C;
	letter-spacing: .02rem;
	color: #666666;
	border: solid .01rem #eeeeee;
	border-radius: .1rem;
	padding: 0 .1rem;
}

.menu-nav li.active a {
	color: var(--pm-c);
	border: solid .01rem transparent;
	background: rgba(35,183,136,0.1);
}

/* 404 500 错误页面 */
.page-error {
	min-height: 8rem;
	margin-top: .96rem;
	margin-bottom: 1.6rem;
}

.page-error .page-404 {
	width: 4.4rem;
	height: 4.4rem;
	margin: 0 auto;
	background: url(../images/404.png) no-repeat center/contain;
}

.page-error .page-500 {
	width: 4.4rem;
	height: 4.4rem;
	margin: 0 auto;
	background: url(../images/500.png) no-repeat center/contain;
}

.page-error p {
	color: #999;
	font-size: .28rem;
}

.page-error .go-home {
	margin-top: .8rem;
	display: inline-block;
	width: 2.2rem;
	height: .8rem;
	line-height: .8rem;
	background: #FFFFFF;
	border-radius: 1.98rem;
	border: .02rem solid var(--pm-c);
	font-size: .28rem;
	color: var(--pm-c);
	text-align: center;
}

/* 单页面样式 */
.page {
	min-height: 14.4rem;
}

.page-nav {
	overflow: hidden;
}

.page-nav li {
	overflow: hidden;
	margin-bottom: .1rem;
	background: #FFFFFF;
	border-radius: .12rem;
	border: .02rem solid #EBEBEB;
	width: 1.68rem;
	height: .6rem;
	text-align: center;
	line-height: .6rem;
	margin-left: .1rem;
}
.page-nav li:first-child,
.page-nav li:nth-child(5){
	margin-left: 0;
}
.page-nav li.active{
	background: rgba(35,183,136,0.1);
	border: .02rem solid transparent;
}

.page-nav li a {
	display: inline-block;
	font-size: .28rem;
	color: #8C8C8C;
	letter-spacing: .02rem;
}

.page-nav li.active a{
	color: var(--pm-c);
}

.page-content p {
	font-size: .28rem;
	line-height: .8rem;
	letter-spacing: .02rem;
	color: #666666;
}

.page-title {
	font-size: .28rem;
	color: #1A1A1A;
	font-weight: bold;
	margin: .6rem 0 .24rem;
}
.page-title:first-child{
	margin-top: .4rem;
}

.page-content{
	margin: .38rem 0;
}
.page-content >div:first-child{
	margin-top: 0;
}
.page-content >div{
	margin: .6rem 0 .24rem;
}

.page-content p{
	font-size: .26rem;
	line-height: .6rem;
	letter-spacing: .01rem;
	color: #666666;
	text-indent: 2em;
}


.page-content ul li a{
	display: block;
	font-size: .24rem;
	color: #4D4D4D;
	letter-spacing: .02rem;
	background: #F7F7F7;
	border-radius: .06rem .06rem .06rem .06rem;
	padding-bottom: .12rem;
	padding-top: .12rem;
	box-sizing: border-box;
	text-align: center;
}

.mian {
	overflow: hidden;
	position: relative;
}
.title_introduction{
	width: 2.28rem;
	height: .8rem;
	text-indent: .3rem;
	line-height: .8rem;
	font-weight: bold;
	font-size: .36rem;
	color: #1A1A1A;
	background: url(../images/package_bg.png) no-repeat left / contain;
	margin: .36rem auto .4rem;
}
/* 首页 */
.module{
	padding: .36rem .24rem;
	margin-top: .2rem;
	background-color: #fff;
}
.module:first-child{
	margin-top: 0;
}
.home_score {
	color: #F8B524;
	font-size: .24rem;
	width: auto;
	padding-left: .36rem;
	background: url(../images/home_score.png) no-repeat left/contain;
	background-size: .28rem;
}
/* 资讯轮播图 */
.home-slide .slider {
	width: 100%;
	height: 4.6rem;
}

.home-slide .slider .slide {
	width: 100%;
	height: 100%;
	margin-left: 0;
}

.home-slide .slider li {
	padding-left: 0;
}

.home-slide .slider li .img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.home-slide .slider li .img span {
	position: absolute;
	left: 0;
	bottom: 0;
	height: .76rem;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	padding: 0 1.4rem 0 .3rem;
	display: block;
	width: 100%;
	line-height: .76rem;
	text-align: left;
	box-sizing: border-box;
	font-size: .28rem;
}

.home-slide .slider .slideNav {
	position: absolute;
	bottom: .28rem;
	right: .32rem;
}

.home-slide .slider .slideNav li {
	margin-right: .1rem;
	padding-left: 0;
}

.home-slide .slider .slideNav li:last-child {
	margin-right: 0;
}

.home-slide .slider .slideNav li a {
	width: .16rem;
	height: .16rem;
	background: #999;
	display: block;
	border-radius: 50%;
	border: none;
}

.home-slide .slider .slideNav li.uk-active a {
	background-color: var(--pm-c);
}

/* 今日推荐 */
.home_today_tj .home_tj_game{
	height: 1.74rem;
	margin-top: .8rem;
	background: url(../images/home_tj_bg.png) no-repeat left/contain;
	margin-bottom: .58rem;
}
.home_tj_game .item{
	width: 1.2rem;
	margin-left: .44rem;
}
.home_tj_game .icon{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
}
.home_tj_game .title{
	margin: .12rem 0;
}
.home_tj_game .btn{
	display: inline-block;
	width: 1.2rem;
	height: .52rem;
	background: var(--pm-c);
	border-radius: 1.98rem;
	font-size: .24rem;
	color: #FFFFFF;
	text-align: center;
	line-height: .52rem;
}

.home_type{
	overflow: auto hidden;
}
.home_type .item {
	width: 2.12rem;
	height: .92rem;
	background: rgba(35, 183, 136, 0.1);
	border-radius: .12rem;
	padding: .12rem .2rem;
	padding-right: .6rem;
	box-sizing: border-box;
	margin-left: .2rem;
}

.home_type .item:first-child {
	margin-left: 0;
}

.home_type .after-middle::after {
	width: .36rem;
	height: .36rem;
	right: .2rem;
}
.home_type .title{
	font-size: .24rem;
}
.home_type .desc {
	display: inline-block;
	width: .84rem;
	height: .26rem;
	background: rgba(35,183,136,0.12);
	border-radius: 1.98rem;
	margin-top: .06rem;
	font-size: .2rem;
	color: var(--pm-c);
	text-align: center;
	line-height: .26rem;
}

.home_type .item:nth-child(1)::after{
	background: url(../images/home_role.png) no-repeat left/contain;
}
.home_type .item:nth-child(2)::after{
	background: url(../images/home_adventure.png) no-repeat left/contain;
}
.home_type .item:nth-child(3)::after{
	background: url(../images/home_puzzle.png) no-repeat left/contain;
}
.home_type .item:nth-child(4)::after{
	background: url(../images/home_shoot.png) no-repeat left/contain;
}
.home_type .item:nth-child(5):after{
	background: url(../images/home_shoot.png) no-repeat left/contain;
}
.home_type .item:nth-child(6):after{
	background: url(../images/home_music.png) no-repeat left/contain;
}
.home_type .item:nth-child(7)::after{
	background: url(../images/home_simulate.png) no-repeat left/contain;
}


/* 话题探讨 */
.home_ht_tt .list_ht_tt {
	margin-top: .4rem;
}

.home_ht_tt .list_ht_tt li {
	background: #F7F7F7;
	padding: .3rem;
	box-sizing: border-box;
	margin-bottom: .24rem;
}

.home_ht_tt .list_ht_tt .thumb {
	width: 2.4rem;
	height: 1.6rem;
	margin-left: .3rem;
}

.home_ht_tt .list_ht_tt .title {
	margin-bottom: .28rem;
	font-weight: bold;
}

.home_ht_tt .list_ht_tt .desc {
	line-height: .48rem;
}

.home_ht_tt .list_ht_tt li{
	position: relative;
}
.home_ht_tt .list_ht_tt li::before {
	position: absolute;
	content: "";
	display: inline-block;
	background: url(../images/home_topic.png) no-repeat left/contain;
	width: .88rem;
	height: .88rem;
	left: .3rem;
	top: .12rem;
}

.home_ht_tt .ht_tt .title::before {
	display: inline-block;
	left: 0;
	width: .08rem;
	height: .08rem;
	background: #E6E6E6;
}

.home_ht_tt .ht_tt li{
	position: relative;
	padding-left: .28rem;
	margin-top: .32rem;
}
.home_ht_tt .ht_tt li::before{
	position: absolute;
	content: "";
	width: .08rem;
	height: .08rem;
	background: #E6E6E6;
	margin-right: .2rem;
	left: 0rem;
}

/* 手游下载, 应用下载 */
.home_game_xz .item:first-child{
	margin-top: .64rem;
}
.home_game_xz .item{
	border-radius: .24rem .24rem .24rem .24rem;
	border: .02rem solid #EBEBEB;
	padding: .24rem .3rem .3rem .3rem;
	box-sizing: border-box;
	position: relative;
	margin-top: .48rem;
}
.home_game_xz .item>div:nth-child(2){
	margin-left: 1.6rem;
}
.home_game_xz .item span{
	margin-right: .1rem;
}
.home_game_xz .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: absolute;
	top: -0.24rem;
}
.home_game_xz .title{
	margin-bottom: .1rem;
}
.home_game_xz .down{
	width: 1.36rem;
	height: .64rem;
	display: inline-block;
	text-align: center;
	line-height: .64rem;
	background: rgba(35,183,136,0.1);
	border-radius: 1.98rem;
	margin-left: .1rem;
	font-size: .28rem;
	color: var(--pm-c);
}
.home_game_xz .desc{
	margin-top: .24rem;
}

/* 最新资讯 */
.home_zx_news .list-container {
	margin-top: .4rem;
}

.home_zx_news .list-container li:first-child {
	margin-top: 0;
}

.home_zx_news .list-container li .dot{
	background: rgba(35, 183, 136, 0.12);
	border-radius: 0rem .12rem 0rem .12rem;
	width: .68rem;
	height: .4rem;
	font-size: .24rem;
	color: var(--pm-c);
	text-align: center;
}

.home_zx_news .top_warp .title {
	padding-left: 0;
}

.home_zx_news .bottom_warp {
	display: none;
}

.home_zx_news li:nth-child(-n+2) {
	padding-bottom: .32rem;
	box-sizing: border-box;
	border-bottom: .02rem solid #F2F2F2;
}

.home_zx_news li:nth-child(-n+2) .bottom_warp {
	display: flex;
}

.home_zx_news .bottom_warp {
	margin-top: .26rem;
}

.home_zx_news .bottom_warp .title {
	margin-bottom: .36rem;
}

.home_zx_news .thumb {
	width: 2rem;
	height: 1.2rem;
	margin-right: .3rem;
}

.home_zx_news .bottom_warp .info {
	padding: .1rem 0;
}

.home_zx_news .bottom_warp .time {
	padding-left: .34rem;
	box-sizing: border-box;
	margin-left: 0;
	margin-top: .3rem;
	background: url(../images/home_time.png) no-repeat left/contain;
	background-size: .24rem;
}
.home_zx_news li:nth-child(1) .top_warp .time,
.home_zx_news li:nth-child(2) .top_warp .time{
   display: none;
}
/* 高分推荐 */
.home_score_tj .item:nth-child(2) {
	margin-top: .4rem;
}

.home_score_tj .item {
	margin-top: .32rem;
}

.home_score_tj .item .thumb::before {
	width: .4rem;
	height: .44rem;
	left: .08rem;
	top: .08rem;
	background: url(../images/home_highScore_two.png) no-repeat left/contain;
	z-index: 1;
	transform: translate(0, 0);
}

.home_score_tj .item:nth-child(-n + 4) .thumb::before {
	background: url(../images/home_highScore_one.png) no-repeat left/contain;
}

.home_score_tj .thumb {
	width: 2.4rem;
	height: 1.4rem;
	margin-right: .3rem;
}

.home_score_tj .info {
	padding: .1rem 0;
	box-sizing: border-box;
}

.home_score_tj .info .text {
	margin: .06rem 0;
}

/* 手游专辑 */
.home_game_zj{
	margin-top: .2rem;
}
.home_game_zj .module-title{
	background-color: #fff;
	padding: .24rem;
	box-sizing: border-box;
}
.home_game_zj .game_zj_list:nth-child(2){
	overflow: auto hidden;
}
.home_game_zj .game_zj_list{
	background-color: #fff;
	padding-bottom: .4rem;
	box-sizing: border-box;
	padding-right: .2rem;
}
.home_game_zj .item:first-child{
	margin-left: .2rem;
}
.home_game_zj .item {
	background: url(../images/home_game_zj_bg.png) no-repeat left/contain;
	width: 5.32rem;
	height: 4.4rem;
	margin-left: .48rem;
}

.home_game_zj .icon {
	width: 1.28rem;
	height: 1.28rem;
	border-radius: .24rem;
	position: absolute;
	bottom: 0rem;
	left: 0rem;
}

.home_game_zj .zj_header {
	height: 1.92rem;
	border-radius: .24rem .24rem 0rem 0rem;
}

.home_game_zj .item:nth-child(1) .zj_header {
	background: url(../images/home_gamealbum_one.png) no-repeat left/cover;
}

.home_game_zj .item:nth-child(2) .zj_header {
	background: url(../images/home_gamealbum_two.png) no-repeat left/cover;
}

.home_game_zj .item:nth-child(3) .zj_header {
	background: url(../images/home_gamealbum_three.png) no-repeat left/cover;
}

.home_game_zj .item:nth-child(4) .zj_header {
	background: url(../images/home_gamealbum_four.png) no-repeat left/cover;
}

.home_game_zj .zj_header::before {
	content: "手游专辑";
	position: absolute;
	font-size: .24rem;
	color: #FFFFFF;
	background: url(../images/home_game_album.png) no-repeat left/contain;
	top: .38rem;
	left: -0.14rem;
	width: 1.36rem;
	height: .44rem;
	text-align: center;
	line-height: .44rem;
	z-index: 1;
}

.home_game_zj .zj_header .icon {
	position: absolute;
	left: .36rem;
	bottom: -0.36rem;
	z-index: 1;
}

.home_game_zj .zj_list {
	margin: .24rem 0;
}

.home_game_zj .zj_list a {
	font-size: .24rem;
	color: #999999;
	margin-left: .2rem;
}

.home_game_zj .zj_list a:first-child {
	margin-left: 0;
}

.home_game_zj .zj_list a::after {
	content: "，";
	right: -0.08rem;
	bottom: -0.2rem;
	display: inline-block;
	width: .1rem;
}
.home_game_zj .zj_list a:last-child:after{
	content: "";
}

.home_game_zj .zj_bottom {
	padding: 0 .36rem;
	box-sizing: border-box;
}

.home_game_zj .zj_bottom>.title {
	font-weight: bold;
}

/* 热门攻略 */
.home_hot_gl .item:first-child {
	margin-top: .4rem;
}

.home_hot_gl .item {
	border-bottom: .02rem solid #f5f5f5;
	padding-bottom: .28rem;
	box-sizing: border-box;
	margin-top: .32rem;
}
.home_hot_gl .item:last-child{
	border-bottom: none;
}

.home_hot_gl .item .text::before {
	position: absolute;
	content: "热门攻略";
	width: .88rem;
	height: .88rem;
	background: rgba(35, 183, 136, 0.12);
	border-radius: 0rem .16rem 0rem .16rem;
	font-size: .24rem;
	color: var(--pm-c);
	left: 0rem;
	top: 0rem;
	text-align: center;
	margin-right: .2rem;
	transform: translate(0, 0%);
	padding: .12rem .1rem;
	box-sizing: border-box;
	line-height: .32rem;
}

.home_hot_gl .item .text {
	position: relative;
	padding-left: 1.08rem;
	margin-top: .2rem;
	height: .88rem;
	line-height: .44rem;
}

/* 排行榜列表 */
.rank_list_warp{
	margin-top: 0;
}
.rank_list_warp .item{
	border-radius: .24rem;
	border: .02rem solid #EBEBEB;
	padding: .3rem;
	box-sizing: border-box;
	margin-top: .24rem;
}
.rank_list_warp .item:first-child{
	margin-top: 0;
}
.rank_list_warp .item:hover{
	background: rgba(35,183,136,0.05);
	border: .02rem solid var(--pm-c);
}
.rank_list_warp .item .icon_box{
	width: 2.08rem;
	height: 1.48rem;
	position: relative;
}
.rank_list_warp .item .icon_box::before{
	content: "";
	display: inline-block;
	width: 2.08rem;
	height: 1.48rem;
	background: url(../images/list_rank_bg.png) no-repeat center/contain;
	position: absolute;
	left: 0rem;
	top: 0rem;
	z-index: 1;
}
.rank_list_warp .item .icon {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	border: .04rem solid #EBBC75;
}
.rank_list_warp .item:hover .btn{
	background-color: var(--pm-c);
	color: #fff;
}
.rank_list_warp .title{
	font-weight: bold;
	font-size: .32rem;
	color: #1A1A1A;
}
.rank_list_warp .text{
	font-size: .24rem;
	margin: .2rem 0;
}
.rank_list_warp .btn{
	display: inline-block;
	width: 1.36rem;
	height: .52rem;
	border-radius: 1.98rem;
	border: .02rem solid var(--pm-c);
	font-size: .24rem;
	color: var(--pm-c);
	text-align: center;
	line-height: .52rem;
}


/* 排行榜 */
.home_game_down {
	background-color: #fff;
	box-sizing: border-box;
}

.home_game_down:first-child {
	margin-left: 0;
}
.tab_trigger {
	display: flex;
	justify-content: space-between;
	padding: 0 .6rem;
	margin-top: .4rem;
	margin-bottom: .5rem;
}
.tab_trigger li{
	font-size: .28rem;
	color: #8C8C8C;
	border-bottom: .08rem solid transparent;
	line-height: .2rem;
	position: relative;
}
.tab_trigger li.active{
	font-weight: bold;
	color: #1A1A1A;
	border-bottom: .08rem solid var(--pm-c);
}
.tab_trigger li.active::after{
	position: absolute;
	content: "";
	display: inline-block;
	width: .32rem;
	height: .36rem;
	background: url(../images/home_rank.png) no-repeat top/contain;
	right: -0.36rem;
    bottom: -0.08rem;
}
.rank_content{
	display: none;
}
.rank_content.active{
	display: block;
}

.home_game_down .item:nth-child(-n+3)::before {
	color: #fff;
}

.home_game_down .item:nth-child(1) {
	margin-top: .4rem;
	background: linear-gradient(90deg, #F7E9DC 0%, rgba(255, 255, 255, 0) 100%);
}

.home_game_down .item:nth-child(1)::before {
	background: url(../images/home_rank_one.png) no-repeat top/contain;
}

.home_game_down .item:nth-child(1) .icon::before {
	background: url(../images/home_gold.png) no-repeat top/contain;
}

.home_game_down .item:nth-child(2) {
	background: linear-gradient(90deg, #D3E1F5 0%, rgba(255, 255, 255, 0) 100%);
}

.home_game_down .item:nth-child(2)::before {
	background: url(../images/home_rank_two.png) no-repeat top/contain;
}

.home_game_down .item:nth-child(2) .icon::before {
	background: url(../images/home_silver.png) no-repeat top/contain;
}

.home_game_down .item:nth-child(3) {
	background: linear-gradient(90deg, #F9E2E1 0%, rgba(255, 255, 255, 0) 100%);
}

.home_game_down .item:nth-child(3) .icon::before {
	background: url(../images/home_copper.png) no-repeat top/contain;
}

.home_game_down .item {
	padding: .22rem 0 .22rem .3rem;
	margin-top: .16rem;
}

.home_game_down .item .order {
	font-size: .28rem;
	color: #999999;
	margin-right: .24rem;
	width: .44rem;
	height: .52rem;
	text-align: center;
	line-height: .52rem;
	font-style: italic;
	font-weight: bold;
}

.home_game_down .item:nth-child(-n+3) .order {
	color: transparent;
}

.home_game_down .item:nth-child(1) .order {
	background: url("../images/home_rank_one.png") no-repeat center/contain;
}

.home_game_down .item:nth-child(2) .order {
	background: url("../images/home_rank_two.png") no-repeat center/contain;
}

.home_game_down .item:nth-child(3) .order {
	background: url("../images/home_rank_three.png") no-repeat center/contain;
}

.home_game_down .info {
	margin-left: .24rem;
	padding: .1rem 0;
	box-sizing: border-box;
}

.home_game_down .info .text {
	margin-top: .2rem;
}

.home_game_down .icon,
.home_game_down .item:nth-child(-n+3) .icon::before {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
}

.home_game_down .item:nth-child(-n+3) .icon::before {
	z-index: 1;
}

.home_game_down .details_btn {
	width: 1.36rem;
	height: .64rem;
	border-radius: 1.98rem;
	border: .02rem solid var(--pm-c);
	margin-left: .1rem;
	font-size: .28rem;
	color: var(--pm-c);
	text-align: center;
	line-height: .64rem;
	box-sizing: border-box;
}

/* 友情链接 */
.index-link ul {
	margin-left: -0.3rem;
	margin-top: .4rem;
	padding-bottom: .16rem;
	box-sizing: border-box;
}

.index-link ul li {
	display: inline-block;
	margin-top: .2rem;
	margin-left: .3rem;
	border-radius: .08rem;
	border: .02rem solid #E6E6E6;
	padding: .1rem .16rem;
}
.index-link ul li:nth-child(-n + 3){
	margin-top: 0;
}

.index-link ul li a {
	font-size: .24rem;
	color: #666;
	letter-spacing: .02rem;
}

/* 首页 end */

/* 资讯列表 */
.catList {
	padding-top: .32rem;
	background: #FAFAFA;
	box-sizing: border-box;
}
.catList li {
	margin: 0 .28rem .28rem;
}
.catList li a{
	font-size: .28rem;
	color: #8C8C8C;
	border-bottom: .08rem solid transparent;
	line-height: .2rem;
}
.catList .active a {
	color: #1A1A1A;
	border-bottom: .08rem solid var(--pm-c);
}

.news_list .item{
	border-bottom: .02rem solid #F2F2F2;
	padding-bottom: .32rem;
	margin-top: .32rem;
}
.news_list .item:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.news_list .thumb{
	width: 2.6rem;
	height: 1.6rem;
	margin-right: .3rem;
}
.news_list .desc{
	font-size: .28rem;
	color: #999999;
	margin: .16rem 0;
}
.news_warp .more{
	font-size: .24rem;
	color: #999999;
	width: 1.4rem;
	height: .48rem;
	background: #F2F2F2;
	border-radius: 1.98rem;
	text-align: center;
	line-height: .48rem;
}
.news_list .time{
	padding-left: .36rem;
	box-sizing: border-box;
}
.news_list .time{
	margin-left: .8rem;
	background: url(../images/home_time.png) no-repeat left / contain;
	background-size: .28rem;
}

/* 资讯详情 */
.show_news_warp .single_header{
	padding: .4rem .24rem;
	text-align: center;
	background: linear-gradient( 180deg, rgba(35,183,136,0.1) 0%, rgba(35,183,136,0) 100%);
	box-sizing: border-box;
}
.show_news_warp .single_header p,
.show_news_warp .single_header h1{
	font-weight: bold;
	font-size: .36rem;
	color: #1A1A1A;
	margin-bottom: .6rem;
}
.show_news_warp .single_header span{
	font-size: .24rem;
	color: #999999;
}
.show_news_warp .single-content p{
	text-indent: 2em;
}

.show_game_gl .game_gl li{
	margin-top: .4rem;
}
.show_game_gl .thumb{
	width: 2rem;
	height: 1.2rem;
	margin-right: .3rem;
}
.show_game_gl .game_gl .title{
	margin-bottom: .2rem;
}
.show_game_gl .game_gl .btn{
	display: inline-block;
	width: 1.4rem;
	height: .48rem;
	background: #F2F2F2;
	border-radius: 1.98rem;
	text-align: center;
	line-height: .52rem;
	font-size: .24rem;
	color: #999999;
}
.show_game_gl .game_gl .time{
	background: url(../images/home_time.png) no-repeat left / contain;
	background-size: .28rem;
	padding-left: .36rem;
}
.show_game_gl .list_container li{
	margin-top: .32rem;
}
.show_game_gl .list_container .dot_{
	width: .08rem;
	height: .08rem;
	background: #E6E6E6;
	margin-right: .2rem;
}

.news_game_list .item{
	width: 2.08rem;
	height: 2rem;
	background: #F7F7F7;
	border-radius: .28rem .28rem .16rem .52rem;
	padding: .76rem .44rem .24rem;
	box-sizing: border-box;
	position: relative;
	margin-left: .24rem;
	margin-bottom: .88rem;
}
.news_game_list .item:nth-last-child(-n + 3){
	margin-bottom: 0;
}
.news_game_list .item:first-child,
.news_game_list .item:nth-child(4){
	margin-left: 0rem;
}
.news_game_list .item::before{
	content: "";
	display: inline-block;
	width: .76rem;
	height: .4rem;
	position: absolute;
	top: -0.38rem;
	right: .24rem;
	background: url(../images/home_hot.png) no-repeat left / contain;
	z-index: 1;
}
.news_game_list .item .icon{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
	position: absolute;
	top: -0.44rem;
	left: 50%;
	transform: translateX(-50%);
}
.news_game_list .item .title{
	margin: .16rem 0;
}


.home_game_score .item:nth-child(2) {
	margin-top: .4rem;
}

.home_game_score .item {
	border-radius: .16rem;
	border: .02rem solid #F5F5F5;
	padding: .3rem .32rem;
	box-sizing: border-box;
	margin-top: .24rem;
}

.home_game_score .info {
	padding: .1rem 0;
	box-sizing: border-box;
}

.home_game_score .icon {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .24rem;
	margin: 0 .3rem;
}

.home_game_score .down_btn {
	width: .4rem;
	height: .4rem;
	display: inline-block;
	background: url(../images/home_down.png) no-repeat left/contain;
}

.home_game_score .item .title {
	margin-right: .1rem;
	max-width: 7.04rem;
}

.home_game_rank .item:nth-child(2) {
	margin-top: .52rem;
}

.home_game_rank .item {
	position: relative;
	margin-top: .2rem;
	padding-bottom: .2rem;
	box-sizing: border-box;
	border-bottom: .02rem solid #F2F2F2;
}

.home_game_rank .item:last-child {
	border-bottom: none;
	padding-bottom: 0rem;
}

.home_game_rank .icon {
	width: .88rem;
	height: .88rem;
	border-radius: 50%;
	margin-right: .2rem;
}

.home_game_rank .oder {
	position: absolute;
	width: .48rem;
	height: .48rem;
	font-size: .24rem;
	color: #000000;
	top: -0.12rem;
	left: 0rem;
	background: url(../images/home_gamerank_n.png) no-repeat left/contain;
	text-align: center;
	line-height: .48rem;
	z-index: 1;
}

.home_game_rank .item:nth-child(2) .oder {
	background: url(../images/home_gamerank_one.png) no-repeat left/contain;
}

.home_game_rank .item:nth-child(3) .oder {
	background: url(../images/home_gamerank_two.png) no-repeat left/contain;
}

.home_game_rank .item:nth-child(4) .oder {
	background: url(../images/home_gamerank_three.png) no-repeat left/contain;
}

.home_game_rank .type {
	font-size: .24rem;
	color: #999999;
	margin-left: .2rem;
}


/* 手游专辑 */
.list_zj .menu_nav a{
	font-size: .28rem;
	color: #8C8C8C;
	display: inline-block;
    line-height: .28rem;
	border-bottom: .08rem solid transparent;
}
.list_zj .menu_nav li:first-child{
	margin-left: 0;
}
.list_zj .menu_nav li{
	margin-left: .64rem;
}
.list_zj .menu_nav li.active a{
	color: #1A1A1A;
	border-bottom: .08rem solid var(--pm-c);
}
.list_zj .list_warp{
	margin-top: .5rem;
}
.list_zj .list_warp:first-child{
	margin-top: 0;
}
.list_zj .list_warp div:first-child .title{
	font-weight: bold;
	font-size: .32rem;
	max-width: 83%;
}
.list_zj .list_warp .dot{
	text-indent: .08rem;
	font-size: .24rem;
	color: #FFFFFF;
	width: .78rem;
	height: .36rem;
	line-height: .36rem;
	display: inline-block;
	margin-left: .16rem;
	background: url(../images/collection_game_album.png) no-repeat left / contain;
}
.list_zj .list_warp p{
	margin: .16rem 0 .24rem;
}
.list_zj .list_warp .container_header{
	width: .56rem;
	height: 1.92rem;
	text-align: center;
	background: url(../images/collection_list_bg.png) no-repeat left / contain;
	font-size: .24rem;
	color: var(--pm-c);
	line-height: .6rem;
    writing-mode: tb;
    letter-spacing: .1rem;
}
.list_zj .list_warp .item:nth-child(2){
	margin-left: .32rem;
}
.list_zj .list_warp .item{
	padding: .24rem 0;
	box-sizing: border-box;
	margin-left: .64rem;
	width: 1rem;
}
.list_zj .list_warp .zj_container{
	height: 1.92rem;
	border-radius: .24rem 0 0 .24rem;
	background: linear-gradient( 90deg, rgba(35,183,136,0.08) 0%, rgba(35,183,136,0) 100%);
}
.list_zj .list_warp .icon{
	width: 1rem;
	height: 1rem;
	border-radius: .24rem;
}
.list_zj .list_warp .item .title{
	font-size: .24rem;
	color: #666666;
	margin-top: .16rem;
	text-align: center;
	font-weight: normal;
}




/* 专辑详情 */
.details_zj_header{
	padding: .4rem;
	box-sizing: border-box;
	background: linear-gradient( 180deg, rgba(35,183,136,0.1) 0%, rgba(35,183,136,0) 100%);
	position: relative;
}
.details_zj_header .icon{
	width: 1.6rem;
	height: 1.6rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.details_zj_header .dot{
	position: absolute;
	content: "";
	display: inline-block;
	width: .78rem;
	height: .36rem;
	background: url(../images/collection_game_album.png) no-repeat left / contain;
	top: .48rem;
	left: .28rem;
	font-size: .24rem;
	color: #FFFFFF;
	text-align: center;
    line-height: .36rem;
	z-index: 1;
}
.details_zj_header .info .title{
	font-weight: bold;
	font-size: .32rem;
	color: #1A1A1A;
	margin-bottom: .16rem;
}
.details_zj_header .info .tag{
	width: 1.16rem;
	height: .44rem;
	background: rgba(35,183,136,0.08);
	border-radius: 0rem .12rem 0rem .12rem;
	font-size: .24rem;
	color: var(--pm-c);
	text-align: center;
	line-height: .52rem;
	margin-right: .2rem;
}
.details_zj_header .info .text{
	font-size: .24rem;
	color: #666666;
	margin-left: .16rem;
}
.details_zj_related{
	margin-top: .28rem;
	margin-bottom: .4rem;
}
.details_zj_related  li{
	border-radius: .12rem;
	border: .02rem solid #EBEBEB;
	padding: .12rem .16rem;
	box-sizing: border-box;
	margin-top: .22rem;
	margin-left: .22rem;
	width: 48%;
}
.details_zj_related  li:nth-child(odd){
	margin-left: 0;
}
.details_zj_related  li a{
	font-weight: 400 !important;
	font-size: .24rem !important;
	color: #999;
}
.details_zj_header .details_zj_related .text{
	font-size: .24rem;
	color: #1A1A1A;
}
.details_zj_related span{
	font-weight: bold;
	font-size: .28rem;
	color: #23B788;
	margin-right: .08rem;
}
.details_zj_card .name{
	padding: .06rem;
	box-sizing:  border-box;
	width: .72rem;
	height: 3.14rem;
	background: linear-gradient( 180deg, rgba(35,183,136,0.6) 0%, rgba(35,183,136,0) 100%);
}
.details_zj_card .name p{
	width: .6rem;
	height: 3.02rem;
	background: linear-gradient( 180deg, rgba(35,183,136,0.8) 0%, rgba(35,183,136,0) 100%);
	writing-mode: tb;
    letter-spacing: .12rem;
	line-height: .6rem;
    padding-top: .16rem;
    box-sizing: border-box;
	font-weight: bold;
	font-size: .32rem;
	color: #FFFFFF;
}
.details_zj_card .item{
	padding: .3rem .3rem 0 .3rem;
	box-sizing: border-box;
	background-color: #fff;
}
.details_zj_card .item .icon{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .24rem;
	margin-right: .3rem;
}
.details_zj_card .item .info{
	padding: .1rem 0;
	box-sizing: border-box;
}
.details_zj_card .item .title{
	font-weight: bold;
	font-size: .28rem;
	color: #404040;
}
.details_zj_card .item .text{
	margin-top: .16rem;
	margin-left: 0;
}
.details_zj_card .item .zj_star{
	width: .72rem;
	height: .72rem;
	font-size: .28rem;
	color: #FFFFFF;
	font-weight: 500;
	text-align: center;
	line-height: .72rem;
	background: url(../images/zj_score.png) no-repeat left / contain;
	margin-left: .1rem;
}
.details_zj_card .item .desc{
	margin: .28rem 0 .32rem;
	font-weight: 400;
	font-size: .24rem;
	color: #999999;
}
.details_zj_card .item .down{
	width: 4.9rem;
	height: .8rem;
	text-align: center;
	line-height: .8rem;
	background: linear-gradient( 90deg, #23B788 0%, #86DA5F 100%);
	border-radius: 1.98rem;
	display: inline-block;
	color: #fff;
}
.details_zj .list_zj{
	margin-top: .4rem;
}
.details_zj .list_zj .title_ .title{
	max-width: 70%;
}
.details_zj .zj_container{
	height: 1.36rem !important;
	background: linear-gradient( 90deg, rgba(35,183,136,0.08) 0%, rgba(35,183,136,0) 100%);
	border-radius: .24rem 0 0 .24rem;
	margin-top: .26rem;
}
.details_zj .zj_container .container_header{
	width: .64rem;
	height: auto;
	text-align: center;
	background: url(../images/show_collection_bg.png) no-repeat left / contain;
	font-size: .28rem;
	color: var(--pm-c);
	line-height: .68rem;
    writing-mode: tb;
    letter-spacing: .1rem;
}
.details_zj .zj_container .item{
	padding: .2rem 0;
	box-sizing: border-box;
	margin-left: .28rem !important;
}
.details_zj .zj_container .icon{
	width: 1rem;
	height: 1rem;
	border-radius: 1.98rem;
}
.details_zj .list_container{
	margin-top: .36rem;
}
.details_zj .list_container  li {
	margin-bottom: .36rem;
}

.details_zj .list_container  li .title {
	font-size: .28rem;
	color: #333333;
	font-weight: normal;
}

.details_zj .list_container  li .dot_ {
	display: block;
    width: .08rem;
    height: .08rem;
	background-color: #E6E6E6;
	margin-right: .2rem;
}
.details_zj .list_container  li .num{
	font-size: .24rem;
	color: #999999;
	margin-left: .1rem;
}


.show_app_list {
	margin-top: .4rem;
}
.show_app_list .item{
	padding: .3rem;
	box-sizing: border-box;
	border: .02rem solid #EBEBEB;
	border-radius: .24rem;
	margin-top: .24rem;
}
.show_app_list .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .36rem;
	margin-right: .3rem;
}
.show_app_list .title{
	max-width: 60%;
}
.show_app_list .tag{
	width: 1.28rem;
	height: .4rem;
	margin-left: .2rem;
	text-indent: .06rem;
	line-height: .4rem;
	font-size: .24rem;
	color: #FFFFFF;
	background: url(../images/show_collection_tag_bg.png) no-repeat left / contain;
}
.show_app_list .size,
.show_app_list .type,
.show_app_list .desc{
	font-size: .24rem;
	color: #999999;
}
.show_app_list .type{
	margin: .18rem 0;
}
.show_app_list .home_score{
	display: inline-block;
}
.show_app_list .down{
	width: 1.36rem;
	height: .64rem;
	border-radius: 1.98rem;
	border: .02rem solid var(--pm-c);
	color: var(--pm-c);
	text-align: center;
	line-height: .64rem;
}


.details_zj .home_hot_zx .zx_warp{
	margin-top: .4rem;
}
.home_hot_zx .zx_warp .thumb {
	width: 3.2rem;
	height: 1.92rem;
}

.home_hot_zx .zx_warp .title {
	margin: .2rem 0 .24rem;
}

.home_hot_zx .zx_warp .text {
	width: .68rem;
	height: .4rem;
	border-radius: 0rem .12rem 0rem .12rem;
	border: .02rem solid #E6E6E6;
	text-align: center;
}

/* 手游下载 */
.list_game .catList li{
	margin-bottom: .32rem;
}
.list_game .pagination{
	margin-bottom: .4rem !important;
}


/* 手游下载详情 */
.show_game_warp .single_header{
	background: linear-gradient( 180deg, rgba(35,183,136,0.1) 0%, rgba(35,183,136,0) 100%);
	padding: .4rem;
	box-sizing: border-box;
	margin-top: .7rem;
	position: relative;
}
.show_game_warp .single_header .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: absolute;
    top: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
}
.show_game_warp .single_header .title{
	font-weight: bold;
	font-size: .32rem;
	margin: .46rem 0 .36rem;
	text-align: center;
}
.show_game_warp .single_header .tag{
	display: inline-block;
	width: 1.16rem;
	height: .44rem;
	background: rgba(35,183,136,0.08);
	border-radius: 0rem .12rem 0rem .12rem;
	text-align: center;
	line-height: .44rem;
	font-size: .24rem;
	color: var(--pm-c);
	margin-right: .16rem;
}
.show_game_warp .single_header .text{
	color: #666666;
}
.show_game_warp .single_header .down a{
	height: .9rem;
	background: linear-gradient( 90deg, #FE7E48 0%, #F29831 100%);
	border-radius: 1.98rem;
	font-size: .32rem;
	color: #FFFFFF;
	text-align: center;
	line-height: .9rem;
	margin-top: .32rem;
}
.single_header .none{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
	opacity: .6;
}

.show_game_warp .sliderBox {
    /* width: 16.2rem; */
    height: auto;
    margin: 0;
    overflow: hidden;
}

.show_game_warp .sliderBox .slide {
    height: auto;
}
.show_game_warp .sliderBox .slide li:first-child{
	margin-left: 0;
}
.show_game_warp .sliderBox .slide li {
    width: 3.2rem;
	margin-right: .28rem;
}

.show_game_warp .sliderBox .slide li a {
    width: 3.2rem;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: auto;
	border-radius: .1rem;
}
.show_game_warp .game_info .text{
	font-size: .28rem;
	color: #666666;
}
.show_game_warp .game_info a{
	border-bottom: .02rem solid #666;
	line-height: .28rem;
    display: inline-block;
}
.show_game_warp .game_info .uk-child-width-1-2{
	width: 50%;
}
.show_game_warp .game_info .uk-child-width-1-2:nth-child(even){
	text-align: right;
}


.show_game_gl .game_gl li{
	margin-top: .4rem;
}
.show_game_gl .thumb{
	width: 2rem;
	height: 1.2rem;
	margin-right: .3rem;
}
.show_game_gl .game_gl .title{
	margin-bottom: .2rem;
}
.show_game_gl .game_gl .btn{
	display: inline-block;
	width: 1.4rem;
	height: .48rem;
	background: #F2F2F2;
	border-radius: 1.98rem;
	text-align: center;
	line-height: .48rem;
	font-size: .24rem;
	color: #999999;
}
.show_game_gl .game_gl .time{
	background: url(../images/home_time.png) no-repeat left / contain;
	background-size: .28rem;
	padding-left: .36rem;
}
.show_game_gl .list_container li{
	margin-top: .32rem;
}
.show_game_gl .list_container .dot_{
	width: .08rem;
	height: .08rem;
	background: #E6E6E6;
	margin-right: .2rem;
}

.show_game_recommend .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
}
.show_game_recommend .item .title{
	margin: .16rem 0;
	text-align: center;
}
.show_game_recommend .size{
	width: 1.4rem;
	height: .56rem;
	border-radius: .12rem;
	border: .02rem solid #EBEBEB;
	text-align: center;
	line-height: .56rem;
}


/* 礼包列表 */
.list_game_gift .item {
	padding-bottom: .3rem;
	margin-top: .3rem;
	border-bottom: .02rem solid #F2F2F2;
}

.list_game_gift .item:first-child{
	margin-top: 0;
}

.list_game_gift .item:last-child {
	border: none;
	padding-bottom: 0rem;
}

.list_game_gift .title{
	margin-bottom: .12rem;
}

.list_game_gift .dot{
	width: .68rem;
	height: .4rem;
	background: rgba(35,183,136,0.12);
	border-radius: 0rem .12rem 0rem .12rem;
	text-align: center;
	line-height: .4rem;
	font-size: .24rem;
	color: var(--pm-c);
	margin-right: .1rem;
}
.list_game_gift .info .text {
	margin-bottom: .12rem;
}

.list_game_gift .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.list_game_gift .get{
	width: 1.36rem;
	height: .64rem;
	border-radius: 1.98rem;
	border: .02rem solid var(--pm-c);
	font-size: .28rem;
	margin-left: .1rem;
	color: var(--pm-c);
	text-align: center;
	line-height: .64rem;
}

/* 排行榜大全  */
.rank_banner{
	height: 2.6rem;
	background: url(../images/rank_banner.png) no-repeat left/cover;
}
.rank_menu_nav {
	background: rgba(35,183,136,0.2);
	padding: .28rem .24rem;
	box-sizing: border-box;
}

.rank_menu_nav li {
	padding: .2rem .22rem;
	box-sizing: border-box;
}

.rank_menu_nav li.active {
	background: var(--pm-c);
	box-shadow: 0rem -0.08rem .16rem 0rem var(--pm-c);
	border-radius: 1.98rem;
}

.rank_menu_nav li a {
	font-size: .28rem;
	color: #333333;
}

.rank_menu_nav li.active a{
	color: #ffffff;
}


.list_rank_news,
.list_rank_news .item:first-child{
	margin-top: 0;
}
.list_rank_news .order{
	width: .44rem;
	height: .52rem;
}
.list_rank_news .icon{
	margin-right: .3rem;
}
.list_rank_news .icon,
.list_rank_news .item:nth-child(-n+3) .icon::before{
	width: 1.4rem;
	height: 1.4rem;
}
.list_rank_news .info{
	padding: 0;
	margin: 0;
}
.list_rank_news .desc{
	margin-top: .1rem;
}
.list_rank_news .info .text{
	margin-top: .1rem;
}


/* 搜索页样式 */
.search-total {
	font-size: .32rem;
	color: #4D4D4D;
	letter-spacing: .02rem;
}
.search_warp .module-title .title{
	font-size: .36rem;
}

.search_warp .home_game_xz,
.search_warp .news_list{
	margin-top: .76rem;
}
.search_warp .home_game_xz:nth-child(2){
	margin-top: .56rem;
}

.search_warp .news_list .item .more{
	font-size: .24rem;
    color: #999999;
    width: 1.4rem;
    height: .48rem;
    background: #F2F2F2;
    border-radius: 1.98rem;
    text-align: center;
    line-height: .48rem;
}

/* 礼包详情 */
.show_game_package .single_header{
	background: linear-gradient( 180deg, rgba(35,183,136,0.1) 0%, rgba(35,183,136,0) 100%);
	padding: .28rem .4rem;
	box-sizing: border-box;
}
.show_game_package .single_header .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .2rem;
}
.show_game_package .single_header .title{
	font-size: .32rem;
	margin-bottom: .2rem;
	font-weight: bold;
}
.show_game_package .single_header .info > div:nth-child(even){
	margin-left: .2rem;
}
.show_game_package .single_header .tag{
	width: 1.16rem;
	height: .44rem;
	background: rgba(35,183,136,0.08);
	border-radius: 0rem .12rem 0rem .12rem;
	margin-right: .16rem;
	font-size: .24rem;
	color: var(--pm-c);
	text-align: center;
	line-height: .44rem;
}
.show_game_package .single_header .text{
	color: #666666;
}
.show_game_package .single_header .btn{
	height: .9rem;
	background: linear-gradient( 90deg, #FE7E48 0%, #F29831 100%);
	border-radius: 1.98rem;
	font-size: .32rem;
	color: #FFFFFF;
	text-align: center;
	line-height: .9rem;
	display: block;
}
.show_game_package .single_header .get_gift{
	background: linear-gradient( 90deg, #FE7E48 0%, #F29831 100%);
	margin-bottom: .32rem;
	margin-top: .4rem;
}

.show_game_package .single_header .down_game{
	background: linear-gradient( 90deg, #23B788 0%, #86DA5F 100%);
}

.show_game_package .show_game_news .item{
	margin-top: .4rem;
}
.show_game_news .time_icon{
	width: 1.2rem;
	height: 1.2rem;
	background: #F5F5F5;
	border-radius: 0rem .2rem 0rem .2rem;
	text-align: center;
	margin-right: .3rem;
	padding: .26rem 0;
	box-sizing: border-box;
	position: relative;
}
.show_game_news .time_icon::before{
	display: inline-block;
	content: "";
	position: absolute;
	background: url(../images/home_time.png) no-repeat left / contain;
	width: .28rem;
	height: .28rem;
	top: .26rem;
	left: 50%;
	transform: translateX(-50%);
}
.show_game_news .time_icon .time{
	margin-top: .34rem;
}
.show_game_news .info{
	padding: .12rem 0;
	box-sizing: border-box;
}
.show_game_news .info .title{
	margin-bottom: .2rem;
}


.home_game_gift .item {
	padding-bottom: .3rem;
	margin-top: .3rem;
	border-bottom: .02rem solid #F2F2F2;
}

.home_game_gift .item:last-child {
	border: none;
	padding-bottom: 0rem;
}

.home_game_gift .info {
	margin-left: .3rem;
	padding: .1rem 0;
	box-sizing: border-box;
}

.home_game_gift .info .text {
	margin: .12rem 0;
}

.home_game_gift .info .progress {
	color: var(--pm-c);
	font-size: .24rem;
}

.home_game_gift .info .uk-progress {
	margin: 0;
	height: .16rem;
	margin-right: .1rem;
	border: .02rem solid var(--pm-c);
	width: 1.76rem;
}

.home_game_gift .info .uk-progress::-webkit-progress-value {
	background: var(--pm-c);
	border-radius: 1.98rem;
}

.home_game_gift .thumb {
	width: 1.52rem;
	height: 1.52rem;
	border-radius: .36rem;
}

.home_game_gift .details_btn {
	background: #F7F7F7;
	width: .88rem;
	height: .88rem;
	margin-left: .1rem;
}

.home_game_gift .details_btn,
.home_game_gift .details_btn::before {
	border-radius: 1.98rem;
}

.home_game_gift .details_btn::before {
	background: url(../images/home_gift.png) no-repeat top/contain;
	width: .48rem;
	height: .48rem;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tj_gift .item{
	margin-top: .4rem;
}
.tj_gift .gift{
	font-size: .24rem;
	color: var(--pm-c);
}
.tj_gift .desc{
	margin-top: .1rem;
	background: url(../images/gift_bg.png) no-repeat top/cover;
	height: .8rem;
	font-size: .24rem;
	color: #999999;
	line-height: .92rem;
    padding: 0 .24rem;
    box-sizing: border-box;
}

/* 排行榜详情 */
.show_rank_warp .module:nth-child(2){
	margin-top: 0;
}
.show_rank_warp_header{
	text-align: center;
	height: .96rem;
	margin-bottom: .44rem;
}
.show_rank_warp_header div{
	max-width: calc(100% - 1.28rem);
}
.show_rank_warp_header::before{
	content: "";
	display: inline-block;
	width: .4rem;
	height: .96rem;
	background: url(../images/rank_show_b.png) no-repeat top/cover;
	margin-right: .24rem;
}
.show_rank_warp_header::after{
	content: "";
	display: inline-block;
	width: .4rem;
	height: .96rem;
	background: url(../images/rank_show_a.png) no-repeat top/cover;
	margin-left: .24rem;
}
.show_rank_warp_header .title{
	margin-bottom: .24rem;
	font-weight: bold;
}

.details_rank_list .list-container{
	margin-top: .4rem;
}
.details_rank_list li{
	margin-bottom: .32rem;	
}
.details_rank_list li:first-child{
	margin-top: 0;
}
.details_rank_list li .title{
	padding: 0;
}
.details_rank_list li .dot_{
	width: .68rem;
	height: .4rem;
	text-align: center;
	line-height: .4rem;
	background: rgba(35,183,136,0.12);
	border-radius: 0rem .12rem 0rem .12rem;
	font-size: .24rem;
	color: #23B788;
	margin-right: .16rem;
}
.details_rank_list .num{
	font-size: .24rem;
	color: #999999;
	background: url(../images/like.png) no-repeat left/contain;
	background-size: .24rem;
	padding-left: .34rem;
	box-sizing: border-box;
	margin-left: .16rem;
}


.details_rank_hot_game .item:nth-child(2){
	margin-top: .4rem;
}
.details_rank_hot_game .item{
	padding-bottom: .32rem;
	box-sizing: border-box;
	margin-top: .32rem;
	border-bottom: .02rem solid #F2F2F2;
}
.details_rank_hot_game .item:last-child{
	border-bottom: none;
}
.details_rank_hot_game .icon{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .24rem;
	margin-right: .3rem;
}
.details_rank_hot_game .item .btn_box{
	margin-left: .2rem;
}
.details_rank_hot_game .item .btn_box .platform{
	width: .44rem;
	height: .44rem;
	display: inline-block;
	background-color: var(--pm-c);
	border-radius: .06rem;
	text-align: center;
	line-height: .64rem;
	vertical-align: bottom;
}
.details_rank_hot_game .item .btn_box .platform:nth-child(2){
	background: #FE7E48;
	margin-left: .16rem;
}
.details_rank_hot_game .item .btn_box .platform:first-child i{
	background: url(../images/az.png) no-repeat left/contain;
	width: .36rem;
	height: .36rem;
	display: inline-block;
}
.details_rank_hot_game .item .btn_box .platform:nth-child(2) i{
	background: url(../images/ios.png) no-repeat left/contain;
	width: .36rem;
	height: .36rem;
	display: inline-block;
}



.home_cy_news .item:nth-child(2) {
	margin-top: .4rem;
}

.home_cy_news .item {
	margin-top: .5rem;
}

.home_cy_news .item .thumb {
	width: 2.6rem;
	height: 1.8rem;
	margin-right: .3rem;
}

.home_cy_news .item .desc {
	margin-top: .1rem;
	width: 100%;
	height: 1.36rem;
	background: url(../images/show_rank_industry_bg.png) no-repeat top/cover;
	line-height: .48rem;
	margin-top: .02rem;
	font-size: .24rem;
	color: #999999;
	box-sizing: border-box;
	padding: .32rem;
	word-break: break-all;
}
.home_news_list .title::before {
	display: inline-block;
	left: 0;
	width: .08rem;
	height: .08rem;
	background: #E6E6E6;
}

.home_news_list li {
	position: relative;
	margin-top: .32rem;
	padding-left: .84rem;
	box-sizing: border-box;
}

.home_news_list li::before {
	position: absolute;
	content: "产业";
	background: rgba(35, 183, 136, 0.12);
	border-radius: 0rem .12rem 0rem .12rem;
	width: .68rem;
	height: .4rem;
	font-size: .24rem;
	color: var(--pm-c);
	left: 0rem;
	text-align: center;
}

/* 开服 */
.kaifu-menu{
	margin: .32rem 0;
	padding: 0 .44rem;
    box-sizing: border-box;
}

.kaifu-menu button{
	font-size: .28rem;
	letter-spacing: .01rem;
	color: #999999;
	background: url('../images/kaifu_icon.png') no-repeat 1.3rem/contain;
	background-size: .32rem;
	padding-right: 0;
	text-align: left;
	border-color: transparent;
	padding-left: 0;
	box-sizing: border-box;
	width: 1.8rem;
	height: .44rem;
	line-height: .44rem;
}
.kaifu-menu button:hover{
	border-color: transparent;
}
.kaifu-menu .uk-dropdown{
	padding: .2rem;
}
.kaifu-menu ul li{
	padding-left: .2rem;
}
.kaifu-menu ul li a{
	font-size: .26rem;
	color: #333333;
}
.kaifu-menu ul li.uk-active{
	background: var(--pm-c);
}
.kaifu-menu ul li.uk-active a{
	color: #fff;
}
.kaifu-warp .item{
	margin-bottom: .32rem;
	border-bottom: solid .01rem #dcdcdc;
	padding-bottom: .32rem;
	margin-top: .32rem;
}
.kaifu-warp .item:first-child{
	margin-top: 0;
}
.kaifu-warp .item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.kaifu-warp .item .title{
	position: relative;
	display: inline-block;
	max-width: 4rem;
	min-width: auto;
	padding-right: 0.9rem;
}
.kaifu-warp .item .icon{
	width: 1.24rem;
	height: 1.24rem;
	border-radius: .3rem;
	margin-right: .3rem;
}
.kaifu-warp .item .name{
	margin: 0rem 0 .04rem;
}
.kaifu-warp .item .type i{
  color: var(--pm-c);
}
.kaifu-warp .item .down{
	display: block;
	width: 1.36rem;
	height: .64rem;
	border-radius: 1.98rem 1.98rem 1.98rem 1.98rem;
	border: .02rem solid var(--pm-c);
	line-height: .64rem;
	text-align: center;
	font-size: .28rem;
	color: var(--pm-c);
	margin-left: .2rem;
	background-color: #fff;
}
.kaifu-warp .item .platform{
	width: .32rem;
    height: .32rem;
    display: inline-block;
    border-radius: .06rem;
    text-align: center;
    line-height: .32rem;
    vertical-align: bottom;
	position: absolute;
}
.kaifu-warp .item .az{
	background-color: var(--pm-c);
	right: .48rem;
    top: .056rem;
}
.kaifu-warp .item .ios{
	right: 0.08rem;
	top: .056rem;
	background: #FE7E48;
}
.kaifu-warp .item .az i{
	background: url(../images/az.png) no-repeat left / contain;
    width: .24rem;
    height: .24rem;
    display: inline-block;
}
.kaifu-warp .item .ios i{
	background: url(../images/ios.png) no-repeat left / contain;
    width: .24rem;
    height: .24rem;
    display: inline-block;
}