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

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

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

.bg-f5 {
	background-color: #f5f5f5;
}

.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); */
	padding: 0;
	margin: 0;
	font-family: Microsoft YaHei;
}

.w388 {
	width: 388px;
}
.w372 {
	width: 372px;
}

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;
}

/* 内边距  */
.p-a-0 {
	padding: 0px !important;
}

.p-a-5 {
	padding: 5px;
}

.p-a-10 {
	padding: 10px;
}

.p-a-20 {
	padding: 20px;
}

.p-a-25 {
	padding: 25px;
}

.p-a-30 {
	padding: 30px;
}

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

.p-t-5 {
	padding-top: 5px;
}

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

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

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

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

.p-t-40 {
	padding-top: 40px !important;
}

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

.p-b-5 {
	padding-bottom: 5px;
}

.p-b-10 {
	padding-bottom: 10px;
}

.p-b-15 {
	padding-bottom: 15px;
}

.p-b-20 {
	padding-bottom: 20px;
}

.p-b-25 {
	padding-bottom: 25px;
}

.p-b-30 {
	padding-bottom: 30px;
}

/* 内右边距 */
.p-r-5 {
	padding-right: 5px;
}

.p-r-10 {
	padding-right: 10px;
}

.p-r-15 {
	padding-right: 15px;
}

.p-r-20 {
	padding-right: 20px;
}

.p-r-30 {
	padding-right: 30px;
}

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

.p-l-5 {
	padding-left: 5px;
}

.p-l-10 {
	padding-left: 10px;
}

.p-l-15 {
	padding-left: 15px;
}

.p-l-20 {
	padding-left: 20px;
}

.p-l-30 {
	padding-left: 30px;
}

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

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

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

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

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

.b-r-24 {
	border-radius: 24px !important;
}

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

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

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

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

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

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

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

.m-t-35 {
	margin-top: 35px !important;
}

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

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

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

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

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

.m-b-25 {
	margin-bottom: 25px !important;
}

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

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

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

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

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

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

.m-l-25 {
	margin-left: 25px !important;
}

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

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

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

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

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

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

.m-r-25 {
	margin-right: 25px !important;
}

.m-r-30 {
	margin-right: 30px !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);
}

/* 分页 */
.pagination {
	margin: 60px 0 40px 0;
	text-align: center;
}

.pagination .page-item {
	display: inline-block;
	margin: 5px;
	font-size: 13px;
	border: 1px solid var(--br-c);
	color: #555;
	background-color: #fff;
	border-radius: 6px;
}

.pagination .active span {
	background: var(--pm-c);
	color: #fff;
	border-radius: 6px
}

.pagination .page-item:hover {
	background: var(--pm-c);
	color: #fff;
}

.pagination .page-item .page-link {
	display: block;
	padding: 6px 12px;
	border: 1px solid transparent;
}

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

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

/* 评分 */
.star {
	height: 16px;
	width: 80px;
	display: inline-block;
	background: url(../images/icon-star-bg.png) repeat-x 16px/contain;
}

.star:before {
	content: "";
	display: block;
	background: url(../images/icon-star.png) repeat-x 16px/contain;
	height: 16px;
}

.star-1:before {
	width: 18px;
}

.star-2:before {
	width: 34px;
}

.star-3:before {
	width: 50px;
}

.star-4:before {
	width: 66px;
}

.star-5:before {
	width: 80px;
}

/*面包屑导航*/
.crumbs {
	font-size: 12px;
	color: #999;
}

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

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

/* 平台 安卓 苹果 图标显示 */
.platform i {
	display: inline-block;
	width: 15px;
	height: 15px;
	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: 10px;
	height: 44px;
	line-height: 44px;
	border-top: 1px solid #F2F2F2;
	justify-content: space-between;
}

.module-title .title {
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	display: inline-block;
	border-top: 2px solid var(--pm-c);
	padding-top: 0px;
}

.module-title .more {
	display: inline-block;
	font-size: 12px;
	color: #999;
	box-sizing: border-box;
	text-align: right;
}

/* .module-title .title::before {
	width: 68%;
	height: 1px;
	left: 125px;
	background: #F3F3F3;
	z-index: -1;
	margin-top: 2px;
} */

/*默认图标尺寸*/
.item .icon {
	margin: 0 auto;
	border-radius: 12px;
	overflow: hidden;
}

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

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

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

/* 默认的一些文字大小和颜色 */
.info {
	flex: 1;
	overflow: hidden;
	position: relative;
}

.info .title {
	font-size: 16px;
	color: #333;
	display: block;
}

.info .text {
	font-size: 14px;
	color: #666;
}

.info .time {
	font-size: 14px;
	color: #999;
}

.info .read {
	font-size: 14px;
	color: #999;
}

.info .source {
	font-size: 14px;
	color: #999;
}

.info .more {
	font-size: 14px;
	color: #999;
}

/* list 样式 */
.list ul li .title {
	padding-left: 25px;
}

.list ul li .title::before {
	display: inline-block;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: var(--pm-c);
}

/* 公共样式 end */
/* 公共头部样式 */
header {
	background: linear-gradient(90deg, rgba(0, 213, 192, .2) 0%, var(--pm-c) 100%);
	height: 100px;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.08);
}

.header-box{
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* logo样式 */
.logo {
	flex: 1;
	overflow: hidden;
}

.logo a {
	display: inline-table;
	width: 170px;
	height: 40px;
}

.logo img {
	width: 100%;
	height: 100%;
}

/* 搜索 */
.search-1 {
	width: 196px;
	height: 38px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.1);
}

.search-input {
	width: calc(100% - 60px);
	height: 100%;
	padding-left: 12px;
	border: none;
	outline: medium;
	vertical-align: top;
	height: 38px;
	line-height: 38px;
	background: transparent;
	color: #FFFFFF;
	font-size: 14px;
}

.search-input::-webkit-input-placeholder {
	color: #FFFFFF;
	font-size: 14px;
}

.search-input:-moz-placeholder {
	color: #FFFFFF;
	font-size: 14px;
}

.search-input:-ms-input-placeholder {
	color: #FFFFFF;
	font-size: 14px;
}

.search-btn {
	width: 40px;
	height: 36px;
	color: #FFFFFF;
	text-align: center;
	border: none;
	float: left;
	vertical-align: top;
	background: url(../images/search.png) no-repeat center;
	background-size: 16px;
	cursor: pointer;
	position: relative;
}

.search-btn::after {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	right: 0;
	top: 14px;
}

header .nav {
	/* overflow: hidden; */
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 40px;
	line-height: 40px;
}

header .nav ul li {
	padding-right: 25px;
	padding-left: 25px;
	margin-left: 4px;
	border-radius: 10px;
}

header .nav ul li a {
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

header .nav ul li:hover,
header .nav ul li.active {
	background: #FFFFFF;
}

header .nav ul li:hover a,
header .nav ul li.active a {
	color: var(--pm-c);
}

/* 公共头部样式end */

/* 公共页脚样式 */
.footer {
	background: #333333;
	padding: 35px 0;
}

.footer .foot-nav ul li {
	display: inline-block;
	padding-right: 10px;
	margin-right: 5px;
}
.footer span,
.footer a {
	color: #999999;
	font-size: 14px;
}

.footer p {
	color: #999999;
	margin-bottom: 0;
	line-height: 30px;
	font-size: 14px;
}

.footer .foot-nav ul li::after {
	content: "|";
	right: 0;
	color: #999999;
	font-size: 14px;
}

.footer .foot-nav ul li:last-child::after {
	display: none;
}

/* 公共页脚样式end */
.list-container {
	overflow: hidden;
	position: relative;
}

.list-container .list {
	align-items: center;
	margin-top: 15px;
}

.list-container .list .dot {
	display: block;
	width: 5px;
	height: 5px;
	background: var(--pm-c);
}

.list-container .list .dot_ {
	dispaly: block;
	width: 4px;
	height: 4px;
	background: #D9D9D9;
	border-radius: 4px;
}
.list-container .list .order{
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: #E0E0E0;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.list-container .list .tag {
	font-size: 12px;
	color: var(--pm-c);
	width: 40px;
	height: 20px;
	line-height: 20px;
	background: #F3F9F6;
	border-radius: 4px;
	text-align: center;
}

.list-container .list .tag2 {
	font-size: 12px;
	color: var(--pm-c);
	width: 42px;
	height: 21px;
	line-height: 21px;
	background: #fff;
	text-align: center;
	border: 1px solid var(--pm-c);
}

.list-container .list .c_name {
	font-size: 12px;
	color: var(--pm-c);
}

.list-container .list .title {
	font-size: 14px;
	color: #333333;
	margin-left: 10px;
}

.list-container .list .time {
	font-size: 12px;
	color: #999999;
	margin-left: 10px;
}

/* 友情链接 */
.index-links,
.index-links .module-title {
	border-radius: 12px 12px 0 0;
}

.home-links a {
	font-size: 14px;
	color: #888;
	margin-right: 20px;
	line-height: 30px;
}

/* 首页start */
/* 轮播图 */
.home-banner{
	height: 346px;
}
.home-banner .uk-slideshow{
	width: 592px;
}
.home-banner .uk-slideshow-items,
.home-banner .uk-slideshow-items li{
	width: 592px;
	height: 346px;
}
.home-banner .uk-slideshow-items li img{
	height: 296px !important;
	top: 148px;
}
.home-banner .uk-dotnav{
	width: 66px;
	height: 10px;
	margin-right: -15px;
	margin-bottom: -15px;
	background: #F7F7F7;
	padding: 12px;
}
.home-banner .uk-dotnav > * > *{
	background: #fff;
	border: 1px solid var(--pm-c);
}
.home-banner .uk-dotnav > .uk-active > * {
	background: var(--pm-c);
}
.home-banner .uk-slideshow-items li .title{
	display: block;
	width: 591px;
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
	background: #F7F7F7;
	font-size: 14px;
	color: #333333;
	padding: 0 118px 0 18px;
	position: absolute;
	bottom: 0px;
}
.home-banner .uk-slideshow-items li .title:hover{
	color:var(--pm-c);
}
/* 最新测评 */
.home-new-cp .list-container .list{
	margin-top: 14px;
}
.home-new-cp .list-container .list:first-child{
	margin-top: 0;
}
.home-new-cp .list-container .list .title{
	font-size: 16px;
	color: #333333;
	margin-left: 0px;
}
.home-new-cp .list-container .list .text{
	display: none;
	font-size: 14px;
	color: #888888;
	line-height: 30px;
	margin-top: 5px;
	min-height: 60px;
}
.home-new-cp .list-container .list .time{
	font-size: 14px;
	color: #999999;
}
.home-new-cp .list-container .list.active{
	border-bottom: .01rem dashed var(--br-c);
	padding-bottom: 10px;
}
.home-new-cp .list-container .list.active .text{
	display: -webkit-box;
}

.home-new-cp .list-container .list.active .title{
	color: var(--pm-c);
	font-weight: bold;
}

/* 今日头条 */
.home-latest {
	margin-right: 16px;
}

.home-latest .item {
	position: relative;
	margin-bottom: 16px;
}

.home-latest .item .thumb{
	width: 199px;
	height: 140px;
}

.home-latest .item .title{
	font-size: 14px;
	color: #FFFFFF;
	padding: 0 12px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,0.5);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.home-latest .item:hover .title{
	color: var(--pm-c);
}
.home-latest .more{
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: rgba(1,200,202,0.1);
	font-size: 12px;
	color: var(--pm-c);
}
/* 推荐攻略 */
.home-tj-gl{
	height: 134px;
	background: #F8F8F8;
}
.home-tj-gl .name{
	width: 38px;
	height: 134px;
	line-height: 25px;
	background: var(--pm-c);
	color: #fff;
	font-size: 16px;
	padding: 18px 5px;
	box-sizing: border-box;
	text-align: center;
}
.home-tj-gl .list-container{
	padding: 4px 20px 20px 0px;
	flex: 1;
	overflow: hidden;
}
.home-tj-gl .list-container .list{
	padding-left: 50px;
}
.home-tj-gl .list-container .list:hover .title{
	color: var(--pm-c);
}
/* 最新攻略 */
.home-hot-news .list .thumb{
	width: 124px;
	height: 76px;
}
.home-hot-news .list .title{
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}
.home-hot-news .list .text{
	font-size: 13px;
	color: #888888;
	line-height: 26px;
}
.home-hot-news .list .time{
	font-size: 12px;
	color: #888888;
	margin-left: 0px;
}
.home-hot-news .list .times{
	display: none;
}
.home-hot-news .list-container .list{
	margin-bottom: 20px;
}
.home-hot-news .list-container .list:first-child{
	margin-top: 0;
}
.home-hot-news .list-container .list:nth-child(n+3){
	margin-bottom: 15px;
}
.home-hot-news .list-container .list:last-child{
	margin-bottom: 0;
}
.home-hot-news .list-container .list:nth-child(n+3) div:nth-child(2) {
	margin-top: 0 !important;
}
.home-hot-news .list-container .list:nth-child(n+3) .times{
	display: block;
}
.home-hot-news .list-container .list:nth-child(n+3) .title{
	font-size: 14px;
	font-weight: 400;
}
.home-hot-news .list-container .list:nth-child(n+3) .thumb,
.home-hot-news .list-container .list:nth-child(n+3) .info{
	display: none;
}

/* 热门攻略 */
.home-hot-gl .item{
	background: url('../images/gl_icon.png') no-repeat left 16px/contain;
  background-size: 22px;
	padding-left: 35px;
	border-bottom: 1px dashed var(--br-c);
	margin-bottom: 18px;
}

.home-hot-gl .item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.home-hot-gl .item:last-child .text{
	padding-bottom: 0;
}
.home-hot-gl .item .title{
	font-size: 14px;
	color: #333333;
}
.home-hot-gl .item .time{
	font-size: 12px;
	color: #999999;
}
.home-hot-gl .item .text{
	font-size: 12px;
	color: #888888;
	margin-top: 8px;
	padding-bottom: 16px;
}

.home-hot-gl .item:hover{
	background: url('../images/gl_icon_.png') no-repeat left 16px/contain;
	background-size: 22px;
}

.home-hot-gl .item:hover .title{
	color: var(--pm-c);
}
/* 攻略排行 */
.home-gl-rank .list{
	margin-top: 18px;
}
.home-gl-rank .list:first-child{
	margin-top: 0px;
}
.home-gl-rank .list .order{
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #E0E0E0;
	font-size: 12px;
	color: #FFFFFF;
}
.home-gl-rank .list:nth-child(1) .order{
	background: #FF964A;
}
.home-gl-rank .list:nth-child(2) .order{
	background: #FFC14A;
}
.home-gl-rank .list:nth-child(3) .order{
	background: #FFDE68;
}
.home-gl-rank .list .thumb{
	display: none;
	width: 115px;
	height: 76px;
	margin-left: 10px;
}
.home-gl-rank .list .title{
	font-size: 14px;
	color: #000000;
	margin-left: 0px;
}
.home-gl-rank .list .text{
	display: none;
	font-size: 12px;
	color: #888888;
	line-height: 24px;
	margin-top: 5px;
}
.home-gl-rank .list .time{
	font-size: 12px;
	color: #999999;
}
.home-gl-rank .list.active .order{
	height: 76px;
	line-height: 76px;
}
.home-gl-rank .list.active .time{
	display: none;
}
.home-gl-rank .list.active .thumb{
	display: block;
}

.home-gl-rank .list.active .text{
	display: -webkit-box;
}

/* 应用下载 */
.home-app .item{
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px dashed var(--br-c);
}
.home-app .item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.home-app .item .icon{
	width: 60px;
	height: 60px;
	border-radius: 10px;
	overflow: hidden;
}
.home-app .item .title{
	font-size: 14px;
	color: #333333;
	display: block;
}

.home-app .item .type {
	align-items: center;
	margin-top: 4px;
}

.home-app .item .type span {
	font-size: 12px;
	color: #888888;
	display: block;
	margin-right: 10px;
}

.home-app .item .text{
	font-size: 12px;
	color: #888888;
	margin-top: 4px;
}
.home-app .item .down{
	display: block;
	width: 61px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid var(--pm-c);
	margin-left: 10px;
}
.home-app .item .down i{
	display: block;
	width: 61px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: var(--pm-c);
	font-style: normal;
}
.home-app .item .down i:nth-child(1){
	color: #FFFFFF;
	background: var(--pm-c);
}
/* 手游下载 */
.home-game .item .icon {
	width: 64px;
	height: 64px;
	border-radius: 12px;
	overflow: hidden;
}

.home-game .item .title {
	display: block;
	font-size: 14px;
	color: #333333;
	margin-bottom: 4px;
}
.home-game .item .time{
	display: block;
	font-size: 12px;
	color: #666666;
	margin-top: 4px;
}
.home-game .item .type {
	align-items: center;
	margin-top: 4px;
}
.home-game .item .type span {
	font-size: 12px;
	color: #666666;
	display: block;
}
.home-game .item .type span.line{
	background-color: #666666;
	width: 1px;
	height: 10px;
	margin: 0 6px;
}

.home-game .down {
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	background: #F8F8F8;
	text-align: center;
	font-size: 12px;
	color: #666666;
	margin: 16px auto 0;
}

.home-game .item:hover .title {
	color: var(--pm-c)
}
.home-game .uk-width-1-4:hover .down{
	background: var(--pm-c);
	color: #fff;
}

/* 列表页 start */
/* 游戏列表 */
.category-game,
.category-news .news-warp {}
.game-warp .item{
	margin-bottom: 20px;
}
.game-warp .item .icon {
	width: 64px;
	height: 64px;
	border-radius: 12px;
	overflow: hidden;
}

.game-warp .item .title {
	display: block;
	font-size: 14px;
	color: #333333;
	margin-bottom: 4px;
}
.game-warp .item .time{
	display: block;
	font-size: 12px;
	color: #666666;
	margin-top: 4px;
}
.game-warp .item .type {
	align-items: center;
	margin-top: 4px;
}
.game-warp .item .type span {
	font-size: 12px;
	color: #666666;
	display: block;
}
.game-warp .item .type span.line{
	background-color: #666666;
	width: 1px;
	height: 10px;
	margin: 0 6px;
}

.game-warp .down {
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	background: #F8F8F8;
	text-align: center;
	font-size: 12px;
	color: #666666;
	margin: 16px auto 0;
}

.game-warp .item:hover .title {
	color: var(--pm-c)
}
.game-warp .uk-width-1-4:hover .down,
.game-warp .uk-width-1-5:hover .down{
	background: var(--pm-c);
	color: #fff;
}
/* 游戏详情 */
.single-game .single-header {
	padding: 25px 30px;
	background: url('../images/single_header_bg.png') no-repeat top/contain;
}

.single-game .single-header .icon {
	width: 130px;
	height: 130px;
	border-radius: 28px;
	overflow: hidden;
	object-fit: cover;
}

.single-game .single-header .icon img {
	width: 100%;
}

.single-game .single-header .single-title h1 {
	letter-spacing: 2px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}

.single-game .single-header ul {
	max-width: 100%;
}

.single-game .single-header ul li {
	font-size: 12px;
	color: #666666;
	margin-top: 20px;
}

.single-game .single-header ul li span {
	font-size: 12px;
	color: #666666;
}
.single-game .single-header .score{
	color: var(--pm-c);
	font-size: 12px;
}
/* 内页中的轮播图 */
.single-swiper {
	overflow: hidden;
}

.single-game .single-images {
	position: relative;
	border-radius: 12px;
}

.single-slide {
	margin: 0 60px;
}

.single-slide .item {
  width: 236px;
}
.single-slide img {
	width: 236px;
	overflow: hidden;
}
.single-slide .swiper-btn{
	cursor: pointer;
	z-index: 10;
	width: 24px;
	height: 24px;
	background: url(../images/btn_l.png) no-repeat center/contain;
	position: absolute !important;
	max-width: calc(100% - (0px * 2));
	box-sizing: border-box;
	margin-top: 40px;
} 
.single-slide .swiper-btn.prev{
	right: -20px;
	color: transparent;
}
.single-slide .swiper-btn.next{
	color: transparent;
	transform: translate(0, -50%) rotate(180deg); 
}
/* 资讯列表 */
.news-warp {}

.news-warp .news-list li {
	position: relative;
}

.news-warp .news-list li .thumb {
	width: 141px;
	height: 96px;
}

.news-warp .news-list li .title {
	font-weight: bold;
	font-size: 16px;
	color: #222222;
	display: block;
	background: url('../images/gl_icon.png') no-repeat left/contain;
	background-size: 22px;
	padding-left: 33px;
}

.news-warp .news-list li:hover .title {
	color: var(--pm-c);
}
.news-warp .news-list li .info{
	border-bottom: 1px dashed var(--br-c);
	padding-bottom: 10px;
}
.news-warp .news-list li .info .desc {
	font-size: 13px;
	color: #666666;
	line-height: 28px;
}
.news-warp .news-list li .time{
	font-size: 12px;
	color: #888888;
	margin-left: 10px;
	display: block;
}
.news-warp .news-list li .type span {
	font-size: 12px;
	color: #888888;
	display: block;
}
.news-warp .news-list li .down{
	font-size: 14px;
	color: var(--pm-c);
}

/* 资讯详情 */
.single-news {}

.single-news .single-header {
	padding-top: 30px;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--br-c);
}

.single-news .single-header h1 {
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
}

.single-news .single-header .info span {
	margin: 0 25px;
	font-size: 12px;
	color: #888888;
}

/* 详情页公共样式 */
.single .single-content iframe {
	display: block;
	margin: 0 auto;
	width: 520px;
	height: 320px;
}

.single .single-content p {
	font-size: 14px;
	color: #333333;
	line-height: 32px;
	text-indent: 2em;
	margin: 15px 0;
}

.single .single-content p img {
	max-width: 68%;
	margin: 10px auto;
	display: block;
}

.single .single-content h2,
.single .single-content h3 {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	color: var(--pm-c);
	text-align: left;
	border: 1px solid var(--pm-c);
	padding: 0 12px;
	position: relative;
	margin-left: 55px;
}
.single .single-content h2::before,
.single .single-content h3::before{
	content: '';
	display: inline-block;
	width: 38px;
	height: 1px;
	background: var(--pm-c);
	left: -45px;
	vertical-align: middle;
	bottom: 10px;
	position: absolute;
}
.single .single-content h2::after,
.single .single-content h3::after{
	content: '';
	display: inline-block;
	width: 38px;
	height: 1px;
	right: -45px;
	background: var(--pm-c);
	vertical-align: middle;
	bottom: 10px;
	position: absolute;
}
/* 详情下载按钮 */
.single .down-btn .btn {
	position: relative;
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 10px;
	width: 160px;
	height: 42px;
	line-height: 42px;
	cursor: pointer;
	margin-right: 8px;
	box-sizing: border-box;
	text-align: center;
}

.single .down-btn .pc {
	background: var(--pm-c);
}

.single .down-btn .ios {
	background: #FF806F;
}

.single .down-btn .az {
	background: var(--pm-c);
}

.single .down-btn .sy,
.single .down-btn .mob,
.single .down-btn .xz {
	background: #ffb22d;
}

.single .down-btn .lb {
	background: var(--pm-c);
}

.single .down-btn .btn:hover .qrcode {
	display: block;
}

.single .down-btn .btn .qrcode {
	display: none;
	background-color: #fff;
	z-index: 999;
	position: absolute;
	right: 12%;
	top: 275%;
	border-radius: 10px;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	border: 1px solid var(--pm-c);
}

.single .down-btn .btn .qrcode img {
	width: 100px;
	height: 100px;
}

.single .down-btn .btn a,
.single .down-btn .btn span {
	position: relative;
	font-size: 14px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center left;
}

.single .down-btn .btn a,
.single .down-btn .btn:hover a {
	/* color: transparent; */
}

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

/* 侧边栏 */
.sidebar {
	margin-left: 20px;
	width: 372px;
}
/* 精选游戏 */
.bottom-more-game .down{
	margin-bottom: 10px;
}
/* 手游排行 */
.side-game-rank{}
.side-game-rank .order{
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #E0E0E0;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 10px;
}

.side-game-rank .item:nth-child(1) .order{
	background: #FF964A;
}
.side-game-rank .item:nth-child(2) .order{
	background: #FFC14A;
}
.side-game-rank .item:nth-child(3) .order{
	background: #FFDE68;
}
.side-game-rank .item .icon{
	width: 76px;
	height: 76px;
	border-radius: 15px;
	overflow: hidden;
	display: none;
}
.side-game-rank .item .title{
	font-size: 14px;
	color: #333333;
	margin-bottom: 4px;
}
.side-game-rank .item .type{
	font-size: 12px;
	color: #888888;
	align-items: center;
	margin-top: 4px;
	display: none;
}
.side-game-rank .item .type span{
	display: block;
}
.side-game-rank .item .type span.line {
  background-color: #888888;
  width: 1px;
  height: 10px;
  margin: 0 8px;
}
.side-game-rank .item .down{
	display: none;
	width: 76px;
	height: 32px;
	line-height: 32px;
	background: var(--pm-c);
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 6px;
	margin-left: 10px;
}
.side-game-rank .item .star{
	display: none;
}
.side-game-rank .item .size{
	font-size: 12px;
	color: #999999;
	display: block;
	margin-left: 10px;
}
.side-game-rank .item.active .order{
	height: 76px;
	line-height: 76px;
}
.side-game-rank .item.active .type{
	display: flex;
}
.side-game-rank .item.active .down,
.side-game-rank .item.active .icon{
	display: block;
}

.side-game-rank .item.active .size{
	display: none;
}
/* 404 500 错误页面 */
.page-error {
	min-height: 520px;
	margin-top: 160px;
}

.page-error .page-404 {
	width: 297px;
	height: 212px;
	margin: 0 auto;
	background: url(../images/404.jpg) no-repeat center/contain;
}

.page-error .page-500 {
	width: 297px;
	height: 212px;
	margin: 0 auto;
	background: url(../images/500.jpg) no-repeat center/contain;
}

.page-error p {
	color: #999;
	font-size: 15px;
}

.page-error .go-home {
	margin-top: 40px;
	display: inline-block;
	line-height: 44px;
	border-radius: 6px;
	font-size: 16px;
	padding: 0 30px;
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
}

/* 单页面样式 */
.page {
	min-height: 720px;
}

.page-nav {
	overflow: hidden;
}

.page-nav li {
	height: 60px;
	line-height: 60px;
	width: 260px;
	box-sizing: border-box;
	overflow: hidden;
}

.page-nav li a {
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	color: #666666;
	padding-left: 97px;
	background: #f8f8f8;
	margin-bottom: 10px;
}

.page-nav li.active {
	width: 279px;
}

.page-nav li.active a {
	color: #ffffff;
	background: url('../images/page_nav_bg.png') no-repeat right/contain;
}

.page-content p {
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #666666;
}

.page-title {
	font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
	font-weight: 600;
	margin: 10px 0 20px;
}

.page-content ul {
	flex-wrap: wrap;
}

.page-content ul li {
	width: 110px;
	height: 42px;
	line-height: 40px;
	border-radius: 6px;
	border: solid 1px var(--br-c);
	text-align: center;
	margin-right: 10px;
	margin-bottom: 12px;
	padding: 0 15px;
	box-sizing: border-box;
}

.page-content .page-rank li {
	width: 160px;
}

.page-content ul li a {
	font-size: 16px;
	color: #333333;
	letter-spacing: 1px;
	display: block;
}

.page-content ul li:hover {
	border: solid 1px var(--pm-c);
	background-color: var(--pm-c);
}

.page-content ul li:hover a {
	color: #ffffff;
}

/* 搜索页样式 */
.search-total {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--pm-c);
}

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

.category-kaifu .titles {
	font-size: 14px;
	color: #999999;
}

.category-kaifu .times {
	font-size: 14px;
	color: #333333;
	background: url('../images/kf_date.png') no-repeat left/contain;
	padding-left: 32px;
	background-size: 22px;
}

.category-kaifu .times i {
	font-style: normal;
}

.kaifu_menu li {
	height: 40px;
	line-height: 40px;
	padding: 0 24px;
	background: #F5F5F5;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #eee;
	margin-right: 10px;
}

.kaifu_menu li span {
	font-size: 16px;
	color: #777777;
	margin-right: 10px;
}

.kaifu_menu li span:nth-child(2) {
	font-size: 12px;
}

.kaifu_menu li.active {
	background: rgba(0, 110, 242, 0.1);
	border: 1px solid var(--pm-c);
}

.kaifu_menu li.active span {
	font-size: 16px;
	color: var(--pm-c);
}

.kaifu_menu li.active span:nth-child(2) {
	font-size: 12px;
}

.kaifu-warp thead tr {
	margin-bottom: 19px;
}

.kaifu-warp tbody {
	/* border-top: 9px solid #fff; */
	border: 1px solid #e5e5e5;
}

.kaifu-warp tbody tr {
	/* border-top: none !important; */
	background: #FFFFFF;
	position: relative;
}

.kaifu-warp tr th {
	height: 46px;
	line-height: 46px;
	background: #F6F6F6;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	box-sizing: border-box;
	padding: 0 12px;
}

.kaifu-warp tr th:first-child {
	/* border-radius: 8px 0px 0px 0px; */
}

.kaifu-warp tr th:last-child {
	/* border-radius: 0px 8px 0px 0px; */
}

/* .kaifu-warp tr:nth-child(odd) {
	background: #F8FBFF;
} */

.kaifu-warp tr:nth-child(-n+3) td{
	background: #FFFACE;
}

.kaifu-warp tr td {
	font-size: 16px;
	color: #333333;
	line-height: 66px;
	height: 66px;
	padding: 6px 2px;
	vertical-align: middle;
}

.kaifu-warp tr .game-name {
	/* width: 170px; */
}

.kaifu-warp tr .icon {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto;
	margin-left: 20px;
}

.kaifu-warp tr .info {
	line-height: 48px;
}

.kaifu-warp tr .title {
	font-size: 16px;
	color: #333333;
	display: inline-block;
	line-height: 30px;
}

.kaifu-warp tr .type {
	font-size: 14px;
	color: #AAAAAA;
	display: block;
	line-height: 14px;
}

.kaifu-warp tr .time {
	font-size: 14px;
	color: #FF452C;
}

.kaifu-warp tr .name {
	font-size: 14px;
	color: #AAAAAA;
	display: block;
	line-height: 12px;
	margin-top: -15px;
}

.kaifu-warp tr .az_ {
	width: 22px;
	height: 22px;
}

.kaifu-warp tr .ios_ {
	width: 22px;
	height: 22px;
}

.kaifu-warp tr td span {
	font-size: 14px;
	color: #333333;
}

.uk-table-hover tbody tr:hover,
.uk-table-hover>tr:hover {
	background: #F8FBFF;
}

.uk-table-hover tbody tr:hover td a {
	font-size: 16px;
	color: #333333;
}

.kaifu-warp .btn {
	display: block;
	/* width: 108px; */
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	margin: 0 auto;
	background: url('../images/kf_down.png') no-repeat 25px/contain;
	padding-left: 20px;
	background-size: 12px;
}

.kaifu-warp .down {
	color: var(--pm-c);
	box-sizing: border-box;
	text-align: center;
}
/* .kaifu-warp .down::after{
	content: '';
	display: inline-block;
	width: 33px;
	height: 33px;
	background: var(--pm-c) url('../images/kf_down.png') no-repeat center/contain;
  background-size: 16px;
  position: absolute;
	right: 0;
} */

.kaifu-warp tr:hover .down,
.kaifu-warp td:hover .down,
.kaifu-warp td .down:hover {
	font-size: 14px;
	color: var(--pm-c) !important;
}

.kaifu-warp .uk-link-toggle:hover .uk-link,
.kaifu-warp .uk-link:hover,
.kaifu-warp a:hover {
	/* color: #fff !important; */
}

.kaifu-warp .game-type {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	box-sizing: border-box;
	min-width: 80px;
	display: block;
}

.kaifu-warp .game-type::after {
	width: 14px;
	height: 14px;
	z-index: 99;
	background: url('../images/dropdown.png') no-repeat center/contain;
	margin-left: 10px;
}

.kaifu-warp .uk-dropdown {
	border-radius: 6px;
	padding: 10px 0;
	min-width: 140px;
	/* left: 305px !important;
  top: 420px !important; */
}

.kaifu-warp .uk-dropdown .uk-dropdown-nav::after {
	width: 0;
	height: 0;
	border: 18px solid;
	border-color: transparent transparent #ffffff transparent;
	top: -20px;
	left: 55px;
}

.kaifu-warp .uk-dropdown .uk-dropdown-nav li {
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
	cursor: pointer;
}

.kaifu-warp .uk-dropdown .uk-dropdown-nav li.uk-active {
	/* background-color: #249df8; */
	/* color: #fff; */
}