/* 公共样式 */
:root {
	--pm-c: #01C8CA;
	--dm-c: #fdeaea;
	--bg-c: #FDFDFD;
	--br-c: #e5e5e5;
}

.bg-gradient {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, transparent 100%);
}

.bg-f7 {
	background-color: #f7f7f7 !important;
}

.bg-f8 {
	background-color: #f8f8f8 !important;
}

.bg-f {
	background-color: #ffffff;
}

/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/* 解决IOS默认滑动很卡的情况 */
	-webkit-overflow-scrolling: touch;
}

/*修改UIKIT框架自带样式*/
body,
html {
	/* background-color: var(--bg-c); */
	max-width: 750px;
	margin: 0 auto;
	font-family: Microsoft YaHei;
	font-size: .24rem;
}

a,
a:hover {
	text-decoration: none;
}

ol,
ul,
p {
	padding: 0;
	margin: 0;
	list-style: none;
}

/*图片高清*/
img {
	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;
}

/*边框样式*/
.b-a {
	border: 1px solid var(--br-c) !important;
}

.b-b {
	border-bottom: 1px solid var(--br-c) !important;
}

.b-t {
	border-top: 1px solid var(--br-c) !important;
}

.b-l {
	border-left: 1px solid var(--br-c) !important;
}

.b-r {
	border-right: 1px solid var(--br-c) !important;
}

.b-t-dashed {
	border-top: 1px dashed var(--br-c) !important;
}

.b-b-dashed {
	border-bottom: 1px dashed var(--br-c) !important;
}

/* 外边距 */
.m-a-5 {
	margin: 0.05rem !important;
}

.m-a-10 {
	margin: 0.1rem !important;
}

.m-a-20 {
	margin: 0.2rem !important;
}

.m-a-30 {
	margin: 0.3rem !important;
}

/* 内边距  */
.p-a-5 {
	padding: 0.05rem !important;
}

.p-a-10 {
	padding: 0.1rem !important;
}

.p-a-20 {
	padding: 0.2rem !important;
}

.p-a-30 {
	padding: 0.3rem !important;
}

/* 内上边距 */
.p-t-0 {
	padding-top: 0 !important;
}

.p-t-5 {
	padding-top: 0.05rem !important;
}

.p-t-10 {
	padding-top: 0.1rem !important;
}

.p-t-15 {
	padding-top: 0.15rem !important;
}

.p-t-20 {
	padding-top: 0.2rem !important;
}

.p-t-30 {
	padding-top: 0.3rem !important;
}

/* 内下边距 */
.p-b-0 {
	padding-bottom: 0rem !important;
}

.p-b-5 {
	padding-bottom: 0.05rem !important;
}

.p-b-10 {
	padding-bottom: 0.1rem !important;
}

.p-b-15 {
	padding-bottom: 0.15rem !important;
}

.p-b-20 {
	padding-bottom: 0.2rem !important;
}

.p-b-30 {
	padding-bottom: 0.3rem !important;
}

/* 内左边距 */
.p-l-0 {
	padding-left: 0 !important;
}

.p-l-5 {
	padding-left: 0.05rem !important;
}

.p-l-10 {
	padding-left: 0.1rem !important;
}

.p-l-15 {
	padding-left: 0.15rem !important;
}

.p-l-20 {
	padding-left: 0.2rem !important;
}

.p-l-30 {
	padding-left: 0.3rem !important;
}

/* 内右边距 */
.p-r-0 {
	padding-right: 0 !important;
}

.p-r-5 {
	padding-right: 0.05rem !important;
}

.p-r-10 {
	padding-right: 0.1rem !important;
}

.p-r-15 {
	padding-right: 0.15rem !important;
}

.p-r-20 {
	padding-right: 0.2rem !important;
}

.p-r-30 {
	padding-right: 0.3rem !important;
}

.m-t-b-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* 内上边距 */
.m-t-0 {
	margin-top: 0rem !important;
}

.m-t-5 {
	margin-top: 0.05rem !important;
}

.m-t-10 {
	margin-top: 0.1rem !important;
}

.m-t-15 {
	margin-top: 0.15rem !important;
}

.m-t-20 {
	margin-top: 0.2rem !important;
}

.m-t-25 {
	margin-top: 0.25rem !important;
}

.m-t-30 {
	margin-top: 0.3rem !important;
}

.m-t-40 {
	margin-top: 0.4rem !important;
}

/* 外下边距 */
.m-b-0 {
	margin-bottom: 0 !important;
}

.m-b-5 {
	margin-bottom: 0.05rem !important;
}

.m-b-10 {
	margin-bottom: 0.1rem !important;
}

.m-b-15 {
	margin-bottom: 0.15rem !important;
}

.m-b-20 {
	margin-bottom: 0.2rem !important;
}

.m-b-30 {
	margin-bottom: 0.3rem !important;
}

.m-b-40 {
	margin-bottom: 0.4rem !important;
}

/* 外左边距 */
.m-l-0 {
	margin-left: 0 !important;
}

.m-l-5 {
	margin-left: 0.05rem !important;
}

.m-l-10 {
	margin-left: 0.1rem !important;
}

.m-l-15 {
	margin-left: 0.15rem !important;
}

.m-l-20 {
	margin-left: 0.2rem !important;
}

.m-l-30 {
	margin-left: 0.3rem !important;
}

/* 外右边距 */
.m-r-0 {
	margin-right: 0 !important;
}

.m-r-5 {
	margin-right: 0.05rem !important;
}

.m-r-10 {
	margin-right: 0.1rem !important;
}

.m-r-15 {
	margin-right: 0.15rem !important;
}

.m-r-20 {
	margin-right: 0.2rem !important;
}

.m-r-30 {
	margin-right: 0.3rem !important;
}

/*圆角样式*/
.b-r-4 {
	border-radius: 0.04rem !important;
}

.b-r-6 {
	border-radius: 0.06rem !important;
}

.b-r-8 {
	border-radius: 0.08rem !important;
}

.b-r-10 {
	border-radius: 0.1rem !important;
}

.b-r-12 {
	border-radius: 0.12rem !important;
}

.b-r-24 {
	border-radius: 0.24rem !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;
	border-radius: 0.12rem;
	overflow: hidden;
}

.item .icon img {
	width: 100%;
	height: 100%;
}

.item .hr {
	display: inline-block;
	height: 0.12rem;
	width: 0.01rem;
	background: #bbb;
	margin: 0 0.05rem;
}

.item .title,
.list .title {
	display: block;
	font-size: .28rem;
	color: #333333;
}

.item .info,
.list .info {
	flex: 1;
	overflow: hidden;
}

.item .time,
.list .time {
	font-size: .28rem;
	color: #AAAAAA;
}

.item .text,
.list .text {
	font-size: .28rem;
	color: #777777;
}

/* 默认缩略图尺寸 */
.thumb img {
	width: 100%;
	height: 100%;
}

/*面包屑导航*/
.crumbs {
	font-size: 0.24rem;
	padding: 0 0.3rem;
	color: #a5a5a5;
}

.crumbs a {
	color: #909399;
	display: inline-block;
	position: relative;
	font-size: 0.24rem;
}

.crumbs a::after {
	content: ">";
}

/* 平台 安卓 苹果 图标显示 */
.platform i {
	display: inline-block;
	width: 0.15rem;
	height: 0.15rem;
	background-repeat: no-repeat;
}

.platform .az {
	background-image: url(../img/icon-az.png);
}

.platform .ios {
	background-image: url(../img/icon-ios.png);
}

/* 公共标题 */
.module-title {
	position: relative;
	margin-bottom: .2rem;
	border-top: .01rem solid #F2F2F2;
	justify-content: space-between;
	height: .7rem;
	line-height: .7rem;
}

.module-title .title {
	display: inline-block;
	font-size: 0.32rem;
	font-weight: bold;
	color: #333333;
	border-top: .08rem solid var(--pm-c);
	margin-top: .06rem;
}

.module-title .more {
	display: block;
	font-size: .24rem;
	color: #999999;
	text-align: right;
}

/* .module-title .title::before {
	width: 1.6rem;
	height: 0.2rem;
	left: .01rem;
	top: .5rem;
	background: var(--pm-c);
	z-index: -1;
} */

.pd3 {
	padding: 0.3rem;
}

.x-scoll {
	padding-left: 0.2rem;
	overflow-x: scroll;
	display: flex;
	flex-wrap: nowrap;
}

.module {
	padding: 0.3rem;
	background-color: #fff;
}

/* 友情链接 */
.home-links li {
	display: inline-block;
	margin-right: 0.01rem;
	margin-bottom: 0.2rem;
}

.home-links a {
	font-size: 0.24rem;
	color: #888;
	padding-right: 0.15rem;
}

.home-links li:last-child a {
	border: none;
	padding-right: 0rem;
}

/* 页脚 */
.footer {
	font-size: 0.24rem;
	color: #999999;
	line-height: 0.5rem;
	padding-bottom: 0.38rem;
	padding-top: 0.38rem;
	background: #333333;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}

.footer ul li {
	display: inline-block;
}
.footer ul li span,
.footer ul li a {
	margin-right: 0.15rem;
	font-size: 0.24rem;
	color: #999999;
	border-right: 1px solid #999;
	padding-right: 0.2rem;
}
.footer ul li:last-child span,
.footer ul li:last-child a {
	border: none;
}

.footer p {
	font-size: 0.24rem;
	margin: 0px !important;
	color: #999999;
}

.footer a {
	color: #999999;
	font-size: 0.24rem;
}

.star {
	height: 0.24rem;
	width: 1.2rem;
	background: url(../images/icon-star-bg.png) repeat-x center/0.24rem;
	display: inline-block;
}

.star:before {
	content: "";
	display: block;
	background: url(../images/icon-star.png) repeat-x 0/0.24rem;
	height: 0.24rem;
}

.star-1:before {
	width: 0.24rem;
}

.star-2:before {
	width: 0.48rem;
}

.star-3:before {
	width: 0.72rem;
}

.star-4:before {
	width: 0.96rem;
}

.star-5:before {
	width: 1.2rem;
}

/*分页*/
.pagination {
	margin: .3rem 0;
	text-align: center;
}

.pagination .page-item {
	display: inline-block;
	width: 1.8rem;
	height: .6rem;
	line-height: .52rem;
	font-size: .28rem;
	border: .01rem solid #E6E6E6;
	color: #4D4D4D;
	margin: 0 0.2rem .2rem;
}

.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: 0rem .4rem;
	border: .01rem solid transparent
}

.pagination li span {}

.pagination li a {
	display: inline-block;
	color: #4D4D4D;
}

.pagination li a:hover {
	background: var(--pm-c);
	color: #fff;
	border: .01rem solid var(--pm-c) !important
}

/* 列表 */
.list-container {
	position: relative;
	overflow: hidden;
}

.list-container .list {
	align-items: center;
}

.list-container .list .dot {
	display: block;
	width: .1rem;
	height: .1rem;
	background: var(--pm-c);
	border-radius: .08rem;
	margin-right: .2rem;
}

.list-container .list .dot_ {
	display: block;
	width: .1rem;
	height: .1rem;
	background: var(--pm-c);
	margin-right: .2rem;
}

.list-container .list .title {
	font-size: .28rem;
	color: #333333;
}

.list-container .list:hover .title {
	color: var(--pm-c);
}

.list-container .list .time {
	display: block;
	font-size: .24rem;
	color: #999;
	margin-left: .2rem;
}

.list-container .list .tag {
	display: block;
	width: .72rem;
	height: .4rem;
	line-height: .38rem;
	background: #F3F9F6;
	border-radius: .08rem;
	text-align: center;
	font-size: .24rem;
	color: var(--pm-c);
	margin-right: .2rem;
}

.list-container .list .tag2 {
	display: block;
	width: .72rem;
	height: .4rem;
	line-height: .38rem;
	border: .01rem solid var(--pm-c);
	text-align: center;
	font-size: .24rem;
	color: var(--pm-c);
	margin-right: .2rem;
}

.list-container .list .tag_ {
	font-size: .28rem;
	color: var(--pm-c);
	margin-right: .2rem;
}

.list-container .list .order {
	display: block;
	width: .48rem;
	height: .48rem;
	line-height: .48rem;
	background: #E0E0E0;
	text-align: center;
	font-size: .24rem;
	color: #fff;
	margin-right: .2rem;
}

.list-container .list:hover .order {
	background: var(--pm-c);
	color: #FFFFFF;
}

header {
	position: relative;
	background: linear-gradient(90deg, rgba(0, 213, 192, .2) 0%, var(--pm-c) 100%);
}

.head {
	padding-top: .1rem;
	overflow: hidden;
}

.head .logo a {
	display: inline-block;
}

.logo {
	flex: 1;
}

.logo img {
	width: auto;
	height: .62rem;
}

.search {
	position: relative;
	width: 3.4rem;
	height: .64rem;
	background: #F8F8F8;
	border-radius: 0.6rem;
}

.search input {
	width: 80%;
	height: .55rem;
	line-height: .55rem;
	border: 1px solid rgba(244, 244, 244, 0);
	border-radius: 0.66rem;
	text-indent: 1em;
	background: transparent;
	color: #999999;
	font-size: .28rem;
}

input::-webkit-input-placeholder {
	font-size: .28rem;
	color: #999999;
}

input::-moz-placeholder {
	font-size: .28rem;
	color: #999999;
}

.search button {
	background-color: transparent;
	border: 0;
	width: 0.64rem;
	height: 0.64rem;
	background: var(--pm-c) url("../images/search.png") no-repeat center/contain;
	background-size: .28rem;
	position: absolute;
	top: 49%;
	transform: translate(0, -50%);
	right: 0rem;
	border-radius: 0 .6rem .6rem 0;
}

.nav {
	margin-left: -0.3rem;
	margin-top: 0.3rem;
}

.nav li {
	margin-right: 0.1rem;
	white-space: nowrap;
	height: 0.6rem;
	line-height: 0.6rem;
	padding: 0 0.1rem;
	width: 1.62rem;
	border-radius: .12rem;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.nav li a {
	width: 1.62rem;
	font-size: 0.3rem;
	color: #FFFFFF;
	position: relative;
	z-index: 22;
	text-align: center;
}

.nav li.active {
	background: #FFFFFF;
}

.nav li.active a {
	font-weight: bold;
	font-size: 0.28rem;
	color: var(--pm-c);
}

/* 首页轮播 */
.home-slider {
	width: 100%;
	height: 4.12rem;
	overflow: hidden;
}

.uk-slideshow,
.home-slider .uk-slideshow-items,
.home-slider .uk-slideshow-items li {
	width: 100%;
	height: 4.12rem;
}

.home-slider .uk-slideshow-items li img {
	width: 100%;
	height: 100%;
}
.home-slider .uk-slideshow-items li .title{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: .64rem;
	line-height: .64rem;
	background: rgba(0,0,0,0.5);
	padding: 0 .32rem;
	color: #FFFFFF;
	font-size: .28rem;
}

/* 推荐攻略 */
.home-tj-gl{}

.home-tj-gl .name{
	background: var(--pm-c);
	width: .56rem;
	height: 2.42rem;
	font-weight: bold;
	font-size: .24rem;
	color: #FFFFFF;
	text-align: center;
	padding: .28rem .1rem;
	box-sizing: border-box;
	line-height: .46rem;
}
.home-tj-gl .list-container{
	background: #F8F8F8;
	padding: .24rem .2rem;
}
.home-tj-gl .list-container .list:last-child{
	margin-bottom: 0 !important;
}
.home-tj-gl .list-container .list .title {
	color: #000;
}

/* 推荐排行 */
.home-news-rank .item {
	margin-bottom: .3rem;
	align-items: center;
}

.home-news-rank .item:last-child {
	margin-bottom: 0;
}

.home-news-rank .item:nth-child(-n+3) {
	padding-bottom: .3rem;
	border-bottom: .01rem dashed var(--br-c);
}

.home-news-rank .item .order {
	width: .4rem;
	height: .4rem;
	line-height: .4rem;
	border-radius: .08rem;
	text-align: center;
	font-size: .24rem;
	margin-right: .12rem;
	background: #F5F5F5;
	color: #999999;
}

.home-news-rank .item:nth-child(-n+3) .order {
	background: var(--pm-c);
	color: #FFFFFF;
}

.home-news-rank .item .title {
	display: block;
	font-size: .28rem;
	color: #333333;
}

.home-news-rank .item .text {
	font-size: .24rem;
	color: #666666;
	margin-top: .15rem;
}

.home-news-rank .item .type {
	font-size: .24rem;
	color: #888888;
	margin-top: .15rem;
}

.home-news-rank .item .type span {
	display: block;
	margin-right: .2rem;
	padding-left: .3rem;
}

.home-news-rank .item .type .zz {
	background: url('../images/zz_icon.png') no-repeat left/contain;
	background-size: .24rem;
}

.home-news-rank .item .type .date {
	background: url('../images/time_icon.png') no-repeat left/contain;
	background-size: .28rem;
}

.home-news-rank .item .thumb {
	width: 2.2rem;
	height: 1.48rem;
	border-radius: .12rem;
	overflow: hidden;
}

.home-news-rank .item .time {
	display: none;
	margin-left: .2rem;
	font-size: .24rem;
	color: #999999;
	line-height: .4rem;
}

.home-news-rank .item:nth-child(n+4) .text,
.home-news-rank .item:nth-child(n+4) .type,
.home-news-rank .item:nth-child(n+4) .thumb {
	display: none;
}

.home-news-rank .item:nth-child(n+4) .time {
	display: block;
}

/* 最新评测 */
.home-new-cp .list-container .list .title{
	font-size: .28rem;
	color: #333333;
}
.home-new-cp .list-container .list .text{
	display: none;
	font-size: .24rem;
	color: #888888;
	line-height: .6rem;
}

.home-new-cp .list-container .list.active {
	border-bottom: .01rem dashed var(--br-c);
	padding-bottom: .2rem;
}
.home-new-cp .list-container .list.active:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0 !important;
}
.home-new-cp .list-container .list.active .text{
	display: -webkit-box;
}
.home-new-cp .list-container .list.active .title{
	font-weight: bold;
	font-size: .3rem;
	color: var(--pm-c);
}
/* 最新攻略 */
.home-new-gl .item{
	margin-bottom: .3rem;
}

.home-new-gl .list .title{
	color: #333333;
	font-size: .3rem;
}
.home-new-gl .item .thumb{
	width: 2.2rem;
	height: 1.4rem;
}
.home-new-gl .item .text{
	color: #999999;
	font-size: .24rem;
	line-height: .5rem;
}
.home-new-gl .item .times{
	display: none;
	font-size: .24rem;
	color: #999999;
	margin-left: .2rem;
}
.home-new-gl .item .time{
	display: block;
	font-size: .24rem;
	color: #999999;
}
.home-new-gl .item:nth-child(n+3) .title{
	font-size: .28rem;
}
.home-new-gl .item:nth-child(n+3) .times{
	display: block;
}
.home-new-gl .item:nth-child(n+3) div:nth-child(2){
	display: none;
}

/* 热门攻略 */
.home-hot-gl{}

.home-hot-gl .list{
	border-bottom: .01rem dotted var(--br-c);
	padding-bottom: .24rem;
	margin-bottom: .24rem;
	background: url('../images/gl_dot.png') no-repeat left/contain;
	background-size: .44rem;
	padding-left: .66rem;
}
.home-hot-gl .list:last-child{
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.home-hot-gl .list .title{
	color: #333333;
	font-size: .28rem;
}
.home-hot-gl .list .time{
	font-size: .24rem;
	color: #999999;
	display: block;
	margin-left: .1rem;
}
.home-hot-gl .list .text{
	color: #888888;
	font-size: .24rem;
	margin-top: .2rem;
}
/* 攻略排行 */
.home-gl-rank{
	
}
.home-gl-rank .item{
	margin-bottom: .4rem;
}
.home-gl-rank .item .order{
	width: .48rem;
	height: .48rem;
	line-height: .48rem;
	background: #E0E0E0;
	text-align: center;
	color: #FFFFFF;
	font-size: .24rem;
	margin-right: .2rem;
}
.home-gl-rank .item:nth-child(1) .order{
	background: #FF964A;
	height: 1.52rem;
	line-height: 1.52rem;
}
.home-gl-rank .item:nth-child(2) .order{
	background: #FFC14A;
}
.home-gl-rank .item:nth-child(3) .order{
	background: #FFDE68;
}
.home-gl-rank .item .thumb{
	width: 2.3rem;
	height: 1.52rem;
}
.home-gl-rank .item .title{
	color: #000000;
	font-size: .28rem;
}
.home-gl-rank .item .text{
	font-size: .24rem;
	color: #888888;
	line-height: .48rem;
	margin-top: .1rem;
}
.home-gl-rank .item .time{
	font-size: .24rem;
	color: #999999;
}
.home-gl-rank .item:nth-child(1) .title{
	color: #333333;
}
.home-gl-rank .item:nth-child(n+2) .thumb,
.home-gl-rank .item:nth-child(n+2) .text{
	display: none;
}
.home-gl-rank .item:nth-child(1) .time{
	display: none;
}


/* 手游下载 */
.home-game .item {
	margin-bottom: .4rem;
}

.home-game .item:last-child {
	margin-bottom: 0;
}

.home-game .item .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .28rem;
	overflow: hidden;
}

.home-game .item .title {
	font-size: .28rem;
	color: #333;
	font-weight: bold;
}

.home-game .item .type {
	color: #666666;
	font-size: .24rem;
	display: block;
}

.home-game .item .time {
	display: block;
	font-size: .24rem;
	color: #666666;
}
.home-game .item .text{
	font-size: .24rem;
	color: #666666;
	margin-top: .1rem;
}
.home-game .item .down {
	display: block;
	width: 100%;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	color: #666666;
	font-size: .24rem;
	background: #F8F8F8;
	margin-top: .3rem;
}

/* 应用下载 */
.home-app .item {
	border-bottom: none;
	margin-bottom: .38rem;
	padding-bottom: .38rem;
	border-bottom: .01rem dashed var(--br-c);
}


.home-app .home-game-item .item .down {
	width: 1.22rem;
	height: 1rem;
	color: #fff;
	font-size: .24rem;
	background: #F1FAF6;
	border-radius: .12rem;
	text-align: center;
	border-radius: .08rem;
	border: .01rem solid var(--pm-c);
	margin-left: .1rem;
}
.home-app .home-game-item .item .down i{
	font-style: normal;
	display: block;
	height: .5rem;
	line-height: .5rem;
	background: var(--pm-c);
}
.home-app .home-game-item .item .down i:nth-child(2){
	background: #fff;
	color: var(--pm-c);
}
.home-app .home-game-item .item .icon {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .28rem;
	overflow: hidden;
}

.home-app .home-game-item .item .title {
	font-size: .28rem;
	color: #333333;
	display: block;
}
.home-app .home-game-item .item .type{
	display: flex;
}
.home-app .home-game-item .item .type span{
	display: block;
	margin-right: .2rem;
	color: #888888;
	font-size: .24rem;
}
.home-app .home-game-item .item .text{
	color: #888888;
	font-size: .24rem;
	margin-top: .08rem;
}
.home-app .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

/* 游戏列表 */
.game-warp .item {
	margin-bottom: .4rem;
}

.game-warp .item .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .28rem;
	overflow: hidden;
}

.game-warp .item .title {
	font-size: .28rem;
	color: #333;
	font-weight: bold;
}

.game-warp .item .type {
	color: #666666;
	font-size: .24rem;
	display: block;
}

.game-warp .item .time {
	display: block;
	font-size: .24rem;
	color: #666666;
}
.game-warp .item .text{
	font-size: .24rem;
	color: #666666;
	margin-top: .1rem;
}
.game-warp .item .down {
	display: block;
	width: 100%;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	color: #666666;
	font-size: .24rem;
	background: #F8F8F8;
	margin-top: .3rem;
}

/* 游戏详情 */
.single-game {}

.single-game .single-header {
	position: relative;
	padding: .4rem .48rem;
	background: url('../images/single_header_bg.png') no-repeat top/contain;
}

.single-game .single-header .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	overflow: hidden;
}
.single-game .single-header .single-info{
	
}
.single-game .single-header .single-time {
	font-size: .28rem;
	color: #666666;
	display: block;
	margin-top: .2rem;
}

.single-game .single-header .single-title {
	display: block;
}

.single-game .single-header .single-title h1 {
	font-size: .3rem;
	font-weight: bold;
	letter-spacing: .02rem;
	color: #000000;
	margin-bottom: 0rem;
	text-align: left;
}

.single .single-header .single-size {
	font-size: .28rem;
	color: #777777;
}

.single .single-header .down-href {
	display: block;
	width: 100%;
	font-size: .28rem;
	color: #fff;
}

.single .single-header .down-href a {
	display: block;
	height: .8rem;
	line-height: .8rem;
	width: 100%;
	text-align: center;
	background: var(--pm-c);
	border-radius: .16rem;
	margin-top: .2rem;
	font-size: .28rem;
	color: #fff;
}

.single .single-header .down-href a.xz {
	background-color: #ffb22d;
}

.single .single-header .down-href a.ios {
	background-color: #ffb22d;
}

.single .down-href .none {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
	opacity: .4;
	border: none;
}

.single-game .single-header ul {
	border-top: .01rem dashed #ACCCCC;
	padding-top: .3rem;
	margin-left: 0 !important;
}

.single-game .single-header ul li {
	font-size: .28rem;
	color: #666;
	padding-left: 0 !important;
}

.single-game .single-header ul li span {
	font-size: .28rem;
	color: #666;
}

.single-images {
	border-radius: .4rem .4rem 0px 0px;
}

.single-slide {
	/* height: 3.64rem; */
}

.single-slide .item {
	width: 3.18rem;
}

.single-slide img {
	width: 3.18rem;
	border-radius: .2rem;
	overflow: hidden;
}

/* 资讯列表 */
.news-list {}

.news-list .item {
	margin-bottom: .3rem;
}

.news-list .item:last-child {
	margin-bottom: 0;
}

.news-list .item .thumb {
	width: 2.16rem;
	height: 1.44rem;
}

.news-list .item .title {
	font-size: .3rem;
	color: #222;
	display: block;
	position: relative;
	padding-left: .66rem;
	background: url('../images/news_dot.png') no-repeat left/contain;
  background-size: .44rem;
}

.news-list .item .text {
	font-size: .26rem;
	color: #666666;
	line-height: .6rem;
	border-bottom: .01rem dashed var(--br-c);
	padding-bottom: .15rem;
}

.news-list .item .time{
	display: block;
	font-size: .24rem;
	color: #888888;
	margin-left: .2rem;
}

.news-list .item .down {
	display: block;
	color: var(--pm-c);
	font-size: .24rem;
}

/* 资讯详情 */
.single-news .single-header {
	padding: .5rem .3rem 0;
}
.single-news .single-header .title {
	font-weight: bold;
	font-size: .3rem;
	line-height: .6rem;
	color: #333333;
	overflow: visible;
	text-overflow: inherit;
	white-space: wrap;
	text-align: center;
}

.single-news .single-header .info {
	display: flex;
	justify-content: space-between;
	border-bottom: .01rem dotted var(--br-c);
	padding-bottom: .3rem;
	margin-top: .5rem;
}

.single-news .info span {
	font-size: 0.24rem;
	line-height: 0.28rem;
	color: #999999;
	margin-right: 0.1rem;
}

.single-news .info span:nth-child(2) {
	margin-left: 0.1rem;
	margin-right: 0.1rem;
}

/* 详情公共样式 */
.single-content {
	overflow: hidden;
}

.single-content h3,
.single-content h2 {
	display: inline-block;
	height: .56rem;
	line-height: .56rem;
	font-weight: bold;
	font-size: .28rem;
	color: var(--pm-c);
	position: relative;
	border: .01rem solid var(--pm-c);
	padding: 0 .26rem;
	margin-left: .9rem;
}
.single-content h3::before,
.single-content h2::before {
	content: '';
	display: inline-block;
	width: .76rem;
	height: .01rem;
	background: var(--pm-c);
	bottom: .28rem;
	left: -1rem;
	vertical-align: middle;
	position: absolute;
}

.single-content h3::after,
.single-content h2::after {
	content: '';
	display: inline-block;
	width: .76rem;
	height: .01rem;
	background: var(--pm-c);
	bottom: .28rem;
	right: -1rem;
	position: absolute;
}

.single-content p {
	text-indent: 2em;
	font-size: 0.28rem;
	line-height: 0.64rem;
	letter-spacing: 0.01rem;
	color: #666;
	margin: .3rem 0;
}

.single-content img {
	display: block;
	max-width: 90%;
	margin: 0.1rem auto;
	border-radius: .16rem;
}

/* 底部公共板块 */
.single-game-rank .item{
	margin-bottom: .4rem;
}
.single-game-rank .item .order{
	display: block;
	width: .48rem;
	height: .48rem;
	line-height: .48rem;
	text-align: center;
	background: #E0E0E0;
	color: #fff;
	font-size: .24rem;
	margin-right: .2rem;
}
.single-game-rank .item:nth-child(1) .order{
	background: #FF964A;
	height: 1.52rem;
	line-height: 1.52rem;
}

.single-game-rank .item:nth-child(2) .order{
	background: #FFC14A;
}
.single-game-rank .item:nth-child(3) .order{
	background: #FFDE68;
}
.single-game-rank .item .title{
	color: #000;
	font-size: .3rem;
	margin-bottom: .12rem;
}
.single-game-rank .item .icon{
	width: 1.52rem;
	height: 1.52rem;
	border-radius: .3rem;
	overflow: hidden;
}
.single-game-rank .item .type{
	color: #888888;
	font-size: .24rem;
}
.single-game-rank .item .down{
	width: 1.52rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	border-radius: .12rem;
	background: var(--pm-c);
	color: #fff;
	font-size: .24rem;
	margin-left: .1rem;
}
.single-game-rank .item .size{
	display: none;
	margin-left: .2rem;
	color: #999999;
	font-size: .24rem;
}
.single-game-rank .item:nth-child(n+2) .title{
	color: #333333;
}
.single-game-rank .item:nth-child(n+2) .size{
	display: block;
}
.single-game-rank .item:nth-child(n+2) .down,
.single-game-rank .item:nth-child(n+2) .star,
.single-game-rank .item:nth-child(n+2) .icon,
.single-game-rank .item:nth-child(n+2) .type{
	display: none;
}
/* 单页 */
.page-content {
	margin: .38rem 0;
}

.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: .26rem;
	letter-spacing: .02rem;
	color: #666666;
	background: url('../images/kaifu_icon.png') no-repeat left/contain;
	background-size: .2rem;
	padding-left: .3rem;
}

/* 搜索页 */
.search-total {
	display: block;
	margin: .3rem 0 .4rem;
	font-size: .24rem;
	letter-spacing: .02rem;
	color: #666666;
}

/* 404 500 错误页面 */
.page-error {
	text-align: center;
	min-height: 8rem;
}

.page-error img {
	width: 50%;
	margin: 2.45rem auto 1rem;
}

.page-error p {
	font-size: .26rem;
	color: #666666;
	letter-spacing: .02rem;
}

.page-error a.go-home {
	width: 1.76rem;
	height: .61rem;
	line-height: .56rem;
	text-align: center;
	border-radius: .06rem;
	border: .02rem solid #FAD5C3;
	font-size: .24rem;
	color: var(--pm-c);
	display: block;
	margin: .68rem auto 1.2rem;
}

/* 开服表 */
.category-kaifu {}

.kaifu-title {
	background: url('../images/kf_date.png') no-repeat left/contain;
	background-size: .44rem;
	padding-left: .66rem;
	
}

.kaifu-title .time {
	font-size: .28rem;
	color: #333333;
	font-weight: bold;
	margin-right: .2rem;
}

.kaifu-title p {
	color: #999;
	font-size: .24rem;
}

.kaifu-menu {
	margin: .4rem 0;
}

.kaifu-menu button {
	font-size: .26rem;
	letter-spacing: .01rem;
	color: #333333;
	border-radius: .1rem;
	border: solid .01rem #eeeeee;
	background: url('../images/kaifu_icon.png') no-repeat 1.7rem/contain;
	background-size: .25rem;
	padding-right: .3rem;
	text-align: left;
	padding-left: .2rem;
	width: 2.16rem;
}

.kaifu-menu button:hover {
	background: url('../images/kaifu_icon_.png') no-repeat 1.7rem/contain;
	background-size: .25rem;
}

.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 {
	position: relative;
	border-bottom: .01rem dashed var(--br-c);
	padding-bottom: .32rem;
	margin-bottom: .32rem;
}

.kaifu-warp .item .icon {
	width: 1.32rem;
	height: 1.32rem;
	border-radius: .14rem;
	overflow: hidden;
}

.kaifu-warp .item .title {
	font-size: .28rem;
	color: #000000;
	display: block;
}

.kaifu-warp .item .time {
	font-size: .24rem;
	color: #888;
	display: block;
	margin-top: .1rem;
}
.kaifu-warp .item .time span{
	color: var(--pm-c);
}
.kaifu-warp .item .text {
	font-size: .24rem;
	color: #888;
	margin-top: .1rem;
}

.kaifu-warp .item .more {
	display: block;
	width: 1.2rem;
	height: .6rem;
	line-height: .6rem;
	background: var(--pm-c);
	color: #fff;
	font-size: .28rem;
	margin-left: .2rem;
	text-align: center;
	border-radius: .12rem;
}