:root {
	--pm-c: #5E84D2;
}

/*隐藏类*/
.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: 20px 0
}
#app_info li {
	display: inline-block;
    max-width: 32.9%;
	min-width: 172px;
    color: #999;
	font-size: 14px;
    margin: 10px 0;
	height: 42px;
	line-height: 42px;
	background: #F8F8F8;
	padding: 0 20px;
	box-sizing: border-box;
}

#app_info li b {
	cursor: pointer;
    font-size: 14px;
	color: var(--pm-c);
    font-weight: normal;
}

#app_info_cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	text-align: center;
	z-index: 9999
}

#app_info_cover .app_info_main {
	background: #fff;
	width: 520px;
	margin: auto;
	margin-top: 100px;
	border-radius: 8px;
	overflow: hidden;
}

#app_info_cover .app_info_title {
	background: #5CA8F6;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

#app_info_cover .app_info_body {
	padding: 20px;
	height: 320px;
	overflow-y: scroll;
	text-align: left;
}

#app_info_cover .app_info_close {
	margin: 20px;
	font-size: 17px;
	color: #fff;
	background: #5CA8F6;
	line-height: 48px;
	border-radius: 20px;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-top: 30px;
}

@media (max-width: 760px) {
	#app_info li {
		width: 100%;
		margin-top: 10px;
	}

	#app_info_cover .app_info_main {
		width: 98%;
	}

	#app_info_cover .app_info_close {
		font-size: 16px;
		line-height: 42px;
	}
}

/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/* 解决IOS默认滑动很卡的情况 */
	-webkit-overflow-scrolling: touch;
}

/*修改UIKIT框架自带样式*/
body,
html {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}
body{
	background: #FDFEFF url(../images/body_bg.png) no-repeat top/contain;
	background-size: 100% 386px;
}

.bg-f {
	background-color: #ffffff;
}

.uk-container {
	box-sizing: border-box;
	padding: 0px;
}

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 #F4F4F4 !important;
}

.b-b {
	border-bottom: 1px solid #F4F4F4 !important;
}

.b-t {
	border-top: 1px solid #F4F4F4 !important;
}

.b-l {
	border-left: 1px solid #F4F4F4 !important;
}

.b-r {
	border-right: 1px solid #F4F4F4 !important;
}

/* 虚线上边框 */
.b-t-dashed {
	border-top: 1px dashed #F4F4F4 !important;
}

/* 虚线下边框 */
.b-b-dashed {
	border-bottom: 1px dashed #F4F4F4 !important;
}

/* 内边距  */
.p-a-0 {
	padding: 0px;
}

.p-a-5 {
	padding: 5px;
}

.p-a-10 {
	padding: 10px;
}

.p-a-15 {
	padding: 15px;
}

.p-a-20 {
	padding: 20px;
}

.p-a-25 {
	padding: 25px;
}

.p-a-30 {
	padding: 30px;
}

/* 内上边距 */
.p-t-0 {
	padding-top: 0px !important;
}

.p-t-5 {
	padding-top: 5px;
}

.p-t-10 {
	padding-top: 10px;
}

.p-t-15 {
	padding-top: 15px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-t-30 {
	padding-top: 30px;
}

/* 内下边距 */
.p-b-0 {
	padding-bottom: 0px !important;
}

.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-30 {
	padding-bottom: 30px !important;
}

/* 内右边距 */
.p-r-0 {
	padding-right: 0px;
}

.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-t-40 {
	margin-top: 40px !important;
}
.m-t-50 {
	margin-top: 50px !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-b-35 {
	margin-bottom: 35px !important;
}
.m-b-40 {
	margin-bottom: 40px !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-l-35 {
	margin-left: 35px !important;
}

.m-l-40 {
	margin-left: 40px !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-30 {
	margin-right: 30px !important;
}
.m-r-40 {
	margin-right: 40px !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);
}

/* 分页 */
.pagination {
	margin: 56px 0 46px 0 !important;
	text-align: center;
}

.pagination .page-item {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px;
	border: 1px solid #F4F4F4;
	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: 6px 10px;
	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;
}
.score{
	color: var(--pm-c);
	font-size: 12px;
}
/* 评分 */
.star {
	height: 14px;
	width: 70px;
	display: inline-block;
	background: url(../images/star.png) repeat-x left / contain;
	background-size: 14px;
	vertical-align: sub;
}

.star:before {
	content: "";
	display: block;
	background: url(../images/star_.png) repeat-x left / contain;
	background-size: 14px;
	height: 14px;
}

.star-1:before {
	width: 14px;
}

.star-2:before {
	width: 28px;
}

.star-3:before {
	width: 42px;
}

.star-4:before {
	width: 56px;
}

.star-5:before {
	width: 70px;
}

/* .star1 {
	height: 22px;
	width: 110px;
	display: inline-block;
	background: url(../images/icon-star-bg1.png) repeat-x 22px / contain;
	vertical-align: sub;
}

.star1:before {
	content: "";
	display: block;
	background: url(../images/icon-star1.png) repeat-x 22px / contain;
	height: 22px;
}

.star1-1:before {
	width: 22px;
}

.star1-2:before {
	width: 44px;
}

.star1-3:before {
	width: 66px;
}

.star1-4:before {
	width: 88px;
}

.star1-5:before {
	width: 110px;
} */

/*面包屑导航*/
.crumbs {
	border-bottom: 1px solid #F5F5F5;
	padding-bottom: 11px;
	font-size: 12px;
	color: #999999;
	box-sizing: border-box;
	position: relative;
}
/* .crumbs::before{
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	left: 0px;
	background: url(../images/location.png) no-repeat left/contain;
} */
.crumbs a {
	display: inline-block;
	position: relative;
	font-size: 12px;
	color: #999;
}

.crumbs a::after {
	content: ">";
}

.crumbs a:last-child:after {
	content: "";
}
.crumbs .toMyself{
	color: #4D4D4D ;
}

/* 平台 安卓 苹果 图标显示 */
.platform i {
	display: inline-block;
	width: 14px;
	height: 14px;
	/* background-repeat: no-repeat; */
	border-radius: 3px;
	vertical-align: bottom;
	padding: 2px;
}

.platform .az {
	background: #89BE55 url(../images/az.png) no-repeat center/contain;
	margin-right: 5px;
}

.platform .ios {
	background: var(--pm-c) url(../images/ios.png) no-repeat center/contain;
	margin-right: 5px;
}

/* 公共标题 */
.module-title {
	/* position: relative; */
	/* height: 24px;
	line-height: 24px; */
	/* padding-bottom: 13px; */
}

.module-title .title {
	font-size: 20px;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}
.module-title .title span:first-of-type{
	color: var(--pm-c);
}

.module-title .more {
	display: inline-block;
	font-size: 12px;
	color: #999999;
	padding-right: 26px;
	background: url(../images/module_more.png) no-repeat right/contain;
	background-size: 20px 9px;
	margin-left: 10px;
}
/* .module-title .more::after{
	display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background: var(--pm-c) url(../images/more.png) no-repeat center/contain;
	background-size: 12px 12px;
	margin-left: 6px;
	border-radius: 4px;
	padding: 4px;
	vertical-align: bottom;
} */

/*默认图标尺寸*/
.item .icon {
	margin: 0 auto;
	overflow: hidden;
}

.item .icon img {
	width: 100%;
	height: 100%;
}

/* 默认缩略图尺寸 */
.item .thumb img {
	width: 100%;
	height: 100%;
}

.item .thumb a,
.item .icon a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

/* .item:hover .title, */
.list:hover .title,
ul li:hover .title {
	color: var(--pm-c);
}

.item .title:hover {
	color: var(--pm-c);
}

/* 默认的一些文字大小和颜色 */
.info {
	flex: 1;
	overflow: hidden;
}

.info .title {
	font-size: 14px;
	color: #333;
	display: block;
}

.info .title:hover,
.info .title_:hover {
	color: var(--pm-c);
}

.info .text,
.info .time {
	font-size: 12px;
	color: #999;
}

.title {
	display: block;
	font-size: 14px;
	color: #333333;
}
.title_{
	color: #666;
	display: block;
	font-size: 14px;
}

.text,
.time,
.type,
.desc,
.size {
	font-size: 12px;
	color: #999;
}

/* list 样式 */
.list-container li {
	margin-top: 15px;
}

.list-container li .title {
	font-size: 14px;
	color: #333333;
}

.list-container li .time {
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}

/* 圆点 */
.list-container li .dot {
	display: block;
	width: 5px;
	height: 5px;
	background: #E9E9E9;
	border-radius: 50%;
	margin-right: 10px;
}

/* 类别 */
.list-container li .tag {
	width: 80px;
	height: 22px;
	line-height: 20px;
	font-size: 12px;
	color: #999999;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #F1F1F1;
	margin-right: 10px;
	box-sizing: border-box;
}
.list-container li .tag span{
	width: 50%;
	height: 100%;
	text-align: center;
	display: inline-block;
}
.list-container li .tag span:first-of-type{
	background: #F8F8F8;
}
.list-container li:hover .tag{
	border-color: var(--pm-c);
	color: var(--pm-c);
}
.list-container li:hover .tag span:first-of-type{
	background: var(--pm-c);
	color: #fff;
}
/* 序号 */
.list-container li .order{
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #EDEDED;
	border-radius: 2px;
	font-size: 12px;
	color: #999999;
	margin-right: 10px;
}
/* 数字 */
.list-container li .num{
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}

/* 公共头部样式 */
/* 公共头部样式 */
.header {
	height: 110px;
	padding: 35px 0;
	box-sizing: border-box;
	background: rgba(0,0,0,0.6);
}

/* logo样式 */
.logo {
	/* width: 225px; */
	height: 100%;
}

.header .nav {
	flex: 1;
	display: flex;
	justify-content: end;
}

.header .nav li {
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	text-align: center;
	background: transparent;
	border-radius: 6px;
	margin-left: 5px;
}

.header .nav li a {
	font-size: 14px;
	color: #FFFFFF;
}

.header .nav li:hover a,
.header .nav li.active a {
	font-weight: bold;
}

.header .nav li:hover,
.header .nav li.active {
	background: var(--pm-c);
}

/* 搜索 */
.header .search {
	width: 140px;
	height: 28px;
	line-height: 28px;
	background: #FFFFFF;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
	padding: 0 28px 0 15px;
	box-sizing: border-box;
}

.header .search .search_input {
	height: 100%;
	width: 100%;
	border: none;
	outline: medium;
	vertical-align: top;
    /* line-height: 30px; */
	color: #999999;
	font-size: 12px;
	/* background-color: #ffffff; */
	/* text-indent: 10px; */
	/* padding-left: 36px; */
	box-sizing: border-box;	
}

.search-input:-webkit-input-placeholder {
	color: #ccc;
}

.search-input:-moz-input-placeholder {
	color: #ccc;
}

.search-input:-ms-input-placeholder {
	color: #ccc;
}

.header .search .search_btn {
	width: 12px;
	height: 12px;
	cursor: pointer;
	background: url(../images/search.png) no-repeat center/contain;
	position: absolute;
	right: 16px;
	border: none;
	top: 50%;
    transform: translateY(-50%);
}

/* 公共头部样式end */

/* 公共尾部样式 */
.footer {
	height: 177px;
	background: #333333;
	padding: 35px 0;
	font-size: 12px;
	color: #999;
	text-align: center;
	box-sizing: border-box;
}
.footer span,
.footer a,
.footer p {
	font-size: 12px;
	color: #999;
}
.footer p {
	width: 710px;
	margin: 0 auto;
	margin-top: 10px;
	line-height: 36px;
}
.footer span:last-child,
.footer a:last-child {
	margin-right: 0;
}

.footer .name {
	color: #ccc;
}

.footer .aBox span,
.footer .aBox a {
	margin-right: 6px;
}

.footer .aBox a::after {
	content: '|';
	display: inline-block;
	color: #999;
	margin-left: 10px;
}

.footer .aBox a:last-child::after {
	content: "";
}

.footer .footer_p {
	line-height: 34px;
}

/* 友情链接 */
.index_link{
	/* margin-bottom: 30px !important; */
}
.index_link ul {
	margin-left: -5px;
	margin-top: 10px;
}

.index_link ul li {
	display: inline-block;
	margin-top: 10px;
	margin-left: 5px;
}

.index_link ul li a {
	font-size: 14px;
	color: #888888;
	letter-spacing: 1px;
}

.index_link ul li:hover a {
	color: var(--pm-c) !important;
}

.index_link ul li::after {
	content: '|';
	display: inline-block;
	color: #888888;
	margin-left: 6px;
}

.index_link ul li:last-child::after {
	display: none;
}

.index_link ul li:last-child::after {
	display: none;
}
/* 侧边栏 */
.sidebar {
	margin-left: 25px;
	width: 320px;
}

/* 详情页公共样式 */
.title_introduction{
	display: inline-block;
	width: 102px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background: url(../images/page_title_bg.png) no-repeat center / contain;
	background-size: 100%;
	margin-bottom: 8px;
	margin-top: 20px;
}
.single .single_content {
	/* padding: 35px 25px; */
}

.single .single_content iframe {
	display: block;
	margin: 0 auto;
	width: 520px;
	height: 320px;
}

.single .single_content p {
	font-weight: 400;
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	/* margin: 20px 0 40px; */
	line-height: 2.5;
}

.single .single_content p img {
	max-width: 68%;
	margin: 10px auto;
	display: block;
}
.single .single_content h2,
.single .single_content h3 {
	display: inline-block;
	width: 102px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background: url(../images/page_title_bg.png) no-repeat center / contain;
	background-size: 100%;
	margin-bottom: 8px;
	margin-top: 20px;
}

/* 详情下载按钮 */
.single .down-btn .btn {
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
	width: 160px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	text-indent: 2px;
	border-radius: 6px;
}
.single .down-btn .lb,
.single .down-btn .az{
	margin-bottom: 20px;
}

.single .down-btn .pc {
	/* background: var(--pm-c); */
}

.single .down-btn .sy,
.single .down-btn .ios,
.single .down-btn .mob,
.single .down-btn .xz {
	background: linear-gradient( 90deg, #6AA1FF 0%, #7B6AFF 100%);
}
.single .down-btn .az,
.single .down-btn .lb {
	background: linear-gradient( 90deg, #FF6A6A 0%, #FFA86A 100%);
}

.single .down-btn .btn:hover .qrcode {
	display: block;
}

.single .down-btn .btn:hover a {
	color: #fff !important;
}

.single .down-btn .btn .qrcode {
	display: none;
	background-color: #fff;
	z-index: 999;
	position: absolute;
	right: 5%;
	top: 120%;
	border-radius: 10px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	border: 1px solid var(--pm-c);
}

.single .down-btn .btn .qrcode img {
	width: 120px;
	height: 120px;
}

.single .down-btn .btn a,
.single .down-btn .btn span {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 32px;
	display: inline-block;
	height: 22px;
	line-height: 22px;
}
.single .down-btn .lb a,
.single .down-btn .lb span {
	background: url(../images/gift_icon.png) no-repeat left / contain;
	background-size: 22px;
}
.single .down-btn .xz a,
.single .down-btn .xz span {
	background: url(../images/game_icon.png) no-repeat left / contain;
	background-size: 22px;
}
.single .down-btn .az a,
.single .down-btn .az span {
	background: url(../images/az.png) no-repeat left / contain;
	background-size: 22px;
}
.single .down-btn .ios a,
.single .down-btn .ios span {
	background: url(../images/ios.png) no-repeat left / contain;
	background-size: 22px;
}

/* 
.single .down-btn .pc a,
.single .down-btn .pc span {
	background-image: url('../images/pc.png');
}

.single .down-btn .mob a,
.single .down-btn .mob span {
	background-image: url('../images/play.png');
}

.single .down-btn .sy a,
.single .down-btn .sy span {
	background-image: url('../images/album_btn.png');
}

.single .down-btn .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;
}

/* 404 500 错误页面 */
.page-error {
	min-height: 520px;
	/* margin-top: 160px; */
	background: #FFFFFF;
	padding-top: 280px;
	padding-bottom: 100px;
}

.page-error .page-404 {
	width: 224px;
	height: 202px;
	margin: 0 auto;
	background: url(../images/404.png) no-repeat center/contain;
}

.page-error .page-500 {
	width: 224px;
	height: 202px;
	margin: 0 auto;
	background: url(../images/500.png) no-repeat center/contain;
}

.page-error p {
	color: #999;
	font-size: 12px;
	margin: 27px 0 50px;
}

.page-error .go-home {
	display: inline-block;
	width: 110px;
	height: 36px;
	background: #4F83D8;
	border-radius: 4px;
	line-height: 36px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	box-sizing: border-box;
}

/* 单页面样式 */
.page {
	min-height: 720px;	
	padding-bottom: 30px !important;
}
.page_nav{
	background: #F2F6FF;
	border-radius: 6px;
	border: 1px solid var(--pm-c);
	padding: 0 7px 7px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.page_nav li{
	width: 102px;
	height: 35px;
	line-height: 28px;
	padding: 0 5px;
	text-align: center;
	margin-left: 10px;
	box-sizing: border-box;
	margin-top: 10px;
}
.page_nav li:hover,
.page_nav li.active{
	background: url(../images/menu_nav__active_bg.png) no-repeat center / contain;
	background-size: 100% 100%;
}
.page_nav li a{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: var(--pm-c);
}
.page_nav li:hover a,
.page_nav li.active a{
	color: #FFFFFF;
}

/* .page-content{
	width: 860px;
} */
.page .page_title {
	display: inline-block;
	width: 102px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background: url(../images/page_title_bg.png) no-repeat center / contain;
	background-size: 100%;
	margin-bottom: 8px;
	margin-top: 20px;
}
.page_content p {
	font-size: 14px;
	color: #666666;
	/* letter-spacing: 1px; */
	text-indent: 2em;
	margin: 5px 0;
	line-height: 36px;
}
.page_content ul {
	flex-wrap: wrap;
	margin-left: -15px;
}

.page_content ul li {
	width: 93px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #F0F0F0;
	margin-top: 10px;
	margin-left: 15px;
	padding: 0 5px;
	box-sizing: border-box;
}

.page_content ul li a {
	font-size: 14px;
	color: #666666;
	display: inline-block;
	width: 100%;
}
.page_content ul li:hover,
.page_content ul li.active{
	border-color: var(--pm-c);
}
.page_content ul li:hover a,
.page_content ul li.active a {
	color: var(--pm-c);	
}
.page_banner{
	width: 320px;
	height: 544px;
	margin-right: 30px;
}
.page_banner img{
	width: 100%;
	height: 100%;
}

/* 搜索页样式 */
.search_total {
	font-size: 16px;
	color: var(--pm-c);
	margin: 15px 0 10px;
}
.single_news_wrap .item:nth-of-type(2){
	margin-top: 20px;
}
/* 列表页公共样式 */
/* 菜单栏 */
.menu_nav{
	background: #F2F6FF;
	border-radius: 6px;
	border: 1px solid var(--pm-c);
	padding: 0 7px 7px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.menu_nav li{
	width: 102px;
	height: 35px;
	line-height: 28px;
	padding: 0 5px;
	text-align: center;
	margin-left: 10px;
	box-sizing: border-box;
	margin-top: 10px;
}
.menu_nav li:hover,
.menu_nav li.active{
	background: url(../images/menu_nav__active_bg.png) no-repeat center / contain;
	background-size: 100% 100%;
}
.menu_nav li a{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: var(--pm-c);
}
.menu_nav li:hover a,
.menu_nav li.active a{
	color: #FFFFFF;
}
.menu_nav_rank li{
	width: 132px;
	margin-left: 10px;
	padding: 0 10px;
}
/* 模块 */
.module{
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px 0px rgba(167,167,167,0.25);
	border-radius: 10px;
	margin-top: 241px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.w365{
	width: 365px;
}
.w320{
	width: 320px;
}

/* 首页 */
.index_top_game .tab_trigger{
	width: 74px;
	height: 122px;
	border: 1px solid #F5F6F9;
	box-sizing: border-box;
	margin-right: 20px;
}
.index_top_game .tab_trigger li {
	width: 100%;
	height: 50%;
	padding-top: 30px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	box-sizing: border-box;
	cursor: pointer;
}
.index_top_game .tab_trigger li.active{
	color: var(--pm-c);
}
.index_top_game .tab_trigger li:nth-of-type(1){
	background: url(../images/hot_icon.png) no-repeat center / contain;
	background-size: 16px;
	background-position: center 10px;
}
.index_top_game .tab_trigger li.active:nth-of-type(1){
	background: #F4F8FF url(../images/hot_icon_.png) no-repeat center / contain;
	background-size: 16px;
	background-position: center 10px;
}
.index_top_game .tab_trigger li:nth-of-type(2){
	background: url(../images/new_icon.png) no-repeat center / contain;
	background-size: 22px 12px;
	background-position: center 13px;
}
.index_top_game .tab_trigger li.active:nth-of-type(2){
	background: #F4F8FF url(../images/new_icon_.png) no-repeat center / contain;
	background-size: 22px 12px;
	background-position: center 13px;
}

.index_top_game .tab_game{
	display: none;
}
.index_top_game .tab_game.active{
	display: flex;
}
.index_top_game .item{
	width: 80px;
	text-align: center;	
}
.index_top_game .item:not(:first-of-type){
	margin-left: 29px;
}
.index_top_game .icon{
	width: 100%;
	height: 80px;
	border-radius: 15px;
	margin-bottom: 16px;
}


.index_catList{
	margin: 30px 0 20px;
}
.index_catList ul {
	list-style: none;
	margin-top: 14px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	/* text-overflow: ellipsis; */
}

.index_catList ul:first-child {
	margin-top: 0;
}

.index_catList ul li {
	margin-right: 13px;
	padding-right: 13px;
}

.index_catList ul li:first-child {	
	width: 52px;
	height: 24px;
	line-height: 24px;
	margin-right: 8px;
	text-indent: 7px;
}
.index_catList ul:nth-of-type(1) li:first-child{
	background: url(../images/catList_type_bg1.png) no-repeat top / contain;
	background-size: 100%;
}
.index_catList ul:nth-of-type(2) li:first-child{
	background: url(../images/catList_type_bg2.png) no-repeat top / contain;
	background-size: 100%;
}
.index_catList ul:nth-of-type(3) li:first-child{
	background: url(../images/catList_type_bg3.png) no-repeat top / contain;
	background-size: 100%;
}

.index_catList ul li:first-child span {
	font-size: 14px;
	color: #FFFFFF;
}

.index_catList ul li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 5px;
	width: 1px;
	height: 12px;
	background: #888888;
}

.index_catList ul li:first-child {
	padding-right: 0;
}

.index_catList ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.index_catList ul li:first-child:after,
.index_catList ul li:last-child:after {
	display: none;
}

.index_catList ul li i {
	line-height: 0;
	margin: 0 20px;
}
.index_catList ul li .title{
	color: #888888;
}
.index_catList ul li .title:hover{
	color: var(--pm-c);
}


.index_top_album .item{
	width: 100%;
	background: #F9F9F9;
	border-radius: 4px;
	border: 1px solid #F2F1F1;
	padding: 10px 12px 14px;
	box-sizing: border-box;
}
.index_top_album .item .title{
	margin-bottom: 13px;
}
.index_top_album .item .thumb{
	width: 86px;
	height: 60px;
	border-radius: 4px;
	margin-right: 8px;
}
.index_top_album .item .desc{
	line-height: 30px;
}



.index_slide {
	margin-bottom: 30px;
}

.index_slide .slider {
	width: 100%;
	height: 480px;
	border-radius: 0px 0px 10px 10px;
}

.index_slide .slider .slide {
	width: 100%;
	height: 100%;
	margin-left: 0;
}

.index_slide .slider li {
	padding-left: 0;
	
}

.index_slide .slider li .img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 0px 0px 10px 10px;
}

.index_slide .slider li .img p {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	font-size: 14px;
	color: #FFFFFF;
	padding: 13px 10px 40px;
	width: 100%;
	height: 70px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 0px 0px 10px 10px;
}

.index_slide .slider .slideNav {
	position: absolute;
	bottom: 17px;
	left: 50%;
	transform: translateX(-50%);
}

.index_slide .slider .slideNav li {
	margin-right: 7px;
	padding-left: 0;
}

.index_slide .slider .slideNav li:last-child {
	margin-right: 0;
}

.index_slide .slider .slideNav li a {
	width: 7px;
	height: 7px;
	background: #FFFFFF;
	display: block;
	border-radius: 50%;
	border: none;
}

.index_slide .slider .slideNav li.uk-active a {
	background-color: var(--pm-c);
}


.index_new_publish .thumb{
	width: 175px;
	height: 110px;
	border-radius: 6px;
	margin-top: 20px;
}
.index_new_publish .thumb:first-of-type{
	margin-right: 15px;
}
.index_new_publish li .time{
	padding-left: 23px;
	background: url(../images/time.png) no-repeat left / contain;
	background-size: 14px 13px;
	margin: 0;
	margin-right: 10px;	
}

.index_new_list .tab_trigger{
	height: 46px;
	background: #F2F6FF;
	border-radius: 6px;
	border: 1px solid var(--pm-c);
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.index_new_list .tab_trigger li{
	width: 102px;
	text-align: center;
	height: 35px;
	line-height: 28px;
	font-size: 14px;
	color: var(--pm-c);
	cursor: pointer;
}
.index_new_list .tab_trigger li.active{
	color: #FFFFFF;
	background: url(../images/index_tab_bg.png) no-repeat center / contain;
	background-size: 102px 35px;
}
.index_new_list .tab_new{
	display: none;
}
.index_new_list .tab_new.active{
	display: block;
}
.index_new_list .item{
	margin-top: 24px;
	margin-bottom: 17px;
	text-align: center;	
	padding-bottom: 25px;
	border-bottom: 1px dashed #E8E8E8;
	padding-top: 25px;
	border-top: 1px dashed #E8E8E8;
}
.index_new_list .item:first-of-type{
	border-top: none;
	margin-top: 0;
}
.index_new_list .item .title{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}
.index_new_list .list-container li{
	margin: 0;
	display: flex;
	align-items: center;
	padding-left: 15px;
	position: relative;
	margin-top: 15px;
}
.index_new_list .list-container li:hover::before{
	background-color: var(--pm-c);
}
.index_new_list .list-container li::before{
	width: 5px;
	height: 5px;
	background: #EDEDED;
	border-radius: 50%;
	left: 0px;
	z-index: 1;
}
.index_new_list .list-container li::after{
	content: '';
	display: inline-block;
	width: 1px;
	height: calc(100% + 15px);
	background-color: #EDEDED;
	position: absolute;
	left: 2px;
    top: -25px;
}
.index_new_list .list-container li:first-of-type{
	margin-top: 0;
	border-left: none;
}
.index_new_list .list-container li:first-of-type::after{
	display: none;
}


.index_game_trends .item{
	margin-top: 12px;
	background: linear-gradient( 90deg, #F8FBFF 0%, #FFFFFF 100%);
	padding: 10px 0 13px 15px;
}
.index_game_trends .btn{
	font-size: 12px;
	color: var(--pm-c);
	background: url(../images/get.png) no-repeat right / contain;
	background-size: 15px 12px;
	padding-right: 25px;
	margin-left: 10px;
}
.index_game_trends .item .icon{
	width: 66px;
	height: 66px;
	border-radius: 10px;
	margin-right: 10px;
}
.index_game_trends .item .text{
	display: inline-block;
	width: 62px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #F8F8F8;
	border-radius: 4px;
	margin-right: 6px;
}
.index_game_trends li .icon{
	width: 22px;
	height: 22px;
	border-radius: 6px;
	margin-right: 10px;
}
.index_game_trends li{
	margin-top: 18px;
}


.index_tj_down .uk-grid{
	margin-top: 50px;
}
.index_tj_down .uk-grid-small>.uk-grid-margin{
	margin-top: 48px;
}
.index_tj_down .item{
	width: 100%;
	background: #F8F8F8;
	border-radius: 8px;
	padding: 55px 15px 10px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.index_tj_down .item:hover{
	background: #F3F7FF;
}
.index_tj_down .item .icon{
	width: 84px;
	height: 84px;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -30px;
}
.index_tj_down .item .title{
	font-size: 14px;
	color: #000000;
	line-height: 36px;
}
.index_tj_down .item .title:hover{
	color: var(--pm-c);
}
.index_tj_down .item .down{
	display: inline-block;
	width: 60px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #E5E5E5;
	font-size: 12px;
	color: #999999;
	margin: 10px auto 0;
}
.index_tj_down .item:hover .down{
	border-color: var(--pm-c);
	color: var(--pm-c);
}


.index_game_tj .uk-grid{
	margin-top: 50px;
}
.index_game_tj .uk-grid-small>.uk-grid-margin{
	margin-top: 50px;
}
.index_game_tj .wrap{
	background: #F8F8F8;
	border-radius: 6px;
	padding: 50px 20px 18px;
	box-sizing: border-box;
	position: relative;
	display: flex;
}
.index_game_tj .wrap .tip{
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid var(--pm-c);
	border-top-width: 3px;
	text-align: center;
	top: -30px;
	left: 20px;
	font-size: 14px;
	color: var(--pm-c);
	padding: 5px 10px;
    box-sizing: border-box;
}
.index_game_tj .wrap .item:not(:first-of-type){
	margin-left: 33px;
}
.index_game_tj .wrap .item{
	width: 90px;
	text-align: center;
}
.index_game_tj .wrap .item .icon{
	width: 90px;
	height: 90px;
	border-radius: 15px;
	margin-bottom: 10px;
}


.index_video_tj .item{
	width: 100%;
	text-align: center;
}
.index_video_tj .item .icon{
	width: 280px;
	height: 176px;
	border-radius: 6px;
	margin: 0 auto 15px;
	position: relative;
}
.index_video_tj .item .btn{
	width: 50px;
	height: 50px;
	background: url(../images/video_icon.png) no-repeat center / contain;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.index_video_tj .item .title{
	color: #555555;
}
.index_video_tj .item .title:hover{
	color: var(--pm-c);
}



.index_app_tj .uk-grid{
	margin-top: 50px;
}
.index_app_tj .uk-grid-small>.uk-grid-margin{
	margin-top: 50px;
}
.index_app_tj .wrap{
	background: #F8F8F8;
	border-radius: 6px;
	padding: 50px 20px 18px;
	box-sizing: border-box;
	position: relative;
	display: flex;
}
.index_app_tj .wrap .tip{
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid var(--pm-c);
	border-top-width: 3px;
	text-align: center;
	top: -30px;
	left: 20px;
	font-size: 14px;
	color: var(--pm-c);
	padding: 5px 10px;
    box-sizing: border-box;
}
.index_app_tj .wrap .item:not(:first-of-type){
	margin-left: 33px;
}
.index_app_tj .wrap .item{
	width: 90px;
	text-align: center;
}
.index_app_tj .wrap .item .icon{
	width: 90px;
	height: 90px;
	border-radius: 15px;
	margin-bottom: 10px;
}

.index_game_album .item{
	width: 402px;
	margin-top: 15px;
}
.index_game_album .item:first-of-type{
	margin-right: 15px;
}
.index_game_album .item .thumb{
	width: 100%;
	height: 219px;
	border-radius: 6px;
}
.index_game_album .item li:first-of-type{
	margin-top: 20px;
}
.index_game_album .item li .num{
	margin-left: 10px;
	font-weight: 400;
	font-size: 12px;
	color: #999999;
}



.index_package_tj .item{
	margin-top: 10px;
	background: linear-gradient( 90deg, #F8FBFF 0%, #FFFFFF 100%);
	padding: 10px 0 13px 15px;
}
.index_package_tj .btn{
	font-size: 12px;
	color: var(--pm-c);
	background: url(../images/get.png) no-repeat right / contain;
	background-size: 15px 12px;
	padding-right: 25px;
	margin-left: 10px;
}
.index_package_tj .item .icon{
	width: 66px;
	height: 66px;
	border-radius: 10px;
	margin-right: 10px;
}
.index_package_tj li{
	margin-top: 14px;
}


.index_picture .icon{
	margin-top: 20px;
	border-radius: 4px;
}
.index_picture .icon:nth-of-type(-n + 3){
	width: 377px;
	height: 220px;
	margin-left: 14px;
}
.index_picture .icon:first-of-type{
	margin-left: 0;
}
.index_picture .icon:nth-last-of-type(-n + 4){
	width: 280px;
	height: 164px;
	margin-left: 13px;
}
.index_picture .icon:nth-of-type(4){
	margin-left: 0;
}



.index_rank .index_rank_title{
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
	letter-spacing: 1px;	
	text-align: center;
	width: 100%;
	height: 106px;
	line-height: 106px;
}
.index_rank li{
	margin-top: 16px;
	padding: 0 20px;
	box-sizing: border-box;
}
.index_rank li .info{
	padding-bottom: 20px;
	border-bottom: 1px dashed #E7E7E7;
	display: flex;
	align-items: center;
}
.index_rank li:last-of-type .info{
	border-bottom: none;
}
.index_rank .wrap{
	display: none;
	align-items: center;
}
.index_rank li.active .wrap{
	display: flex;
}
.index_rank .wrap .order{
	width: 22px;
	height: 74px;
	line-height: 74px;
	text-align: center;
	background: #A6CD5A;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 12px;
	margin-bottom: 20px;
}
.index_rank .wrap .icon{
	width: 74px;
	height: 74px;
	border-radius: 15px;
	margin-right: 10px;
}
.index_rank .wrap span{
	color: #888888;
}
.index_rank .wrap .type{
	display: block;
	margin: 4px 0;
}
.index_rank .wrap .down{
	display: inline-block;
	width: 72px;
	height: 32px;
	line-height: 32px;
	margin-left: 10px;
	border-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	text-indent: 33px;
}
.index_rank li .item{
	display: flex;
	align-items: center;
}
.index_rank li.active .item{
	display: none;
}
.index_rank .item .order{
	width: 22px;
	height: 22px;
	background: #EDEDED;
	border-radius: 2px;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	color: #999999;
	margin-right: 12px;
	margin-bottom: 20px;
}
.index_rank .item .size{
	margin-left: 10px;
}

.index_rank .uk-width-1-3:nth-of-type(3n - 2) .index_rank_title{
	text-shadow: 0px 2px 4px #75A717;	
	background: url(../images/rank_top_bg1.png) no-repeat center / contain;
	background-size: 100% 106px;
}
.index_rank .uk-width-1-3:nth-of-type(3n - 2) ul{
	background: #FEFFF9;	
}
.index_rank .uk-width-1-3:nth-of-type(3n - 2) .wrap .order{
	background: #A6CD5A;
}
.index_rank .uk-width-1-3:nth-of-type(3n - 2) .wrap .down{
	background: #A6CD5A url(../images/rank_down.png) no-repeat 15px / contain;
	background-size: 12px 13px;
}

.index_rank .uk-width-1-3:nth-of-type(3n - 1) .index_rank_title{
	text-shadow: 0px 2px 4px #D1737A;
	background: url(../images/rank_top_bg2.png) no-repeat center / contain;
	background-size: 100% 106px;
}
.index_rank .uk-width-1-3:nth-of-type(3n - 1) ul{
	background: #FFFCF9;	
}
.index_rank .uk-width-1-3:nth-of-type(3n - 1) .wrap .order{
	background: #FA8E93;
}
.index_rank .uk-width-1-3:nth-of-type(3n - 1) .wrap .down{
	background: #FA8E93 url(../images/rank_down.png) no-repeat 15px / contain;
	background-size: 12px 13px;
}

.index_rank .uk-width-1-3:nth-of-type(3n) .index_rank_title{
	text-shadow: 0px 2px 4px #22B8C4;
	background: url(../images/rank_top_bg3.png) no-repeat center / contain;
	background-size: 100% 106px;
}
.index_rank .uk-width-1-3:nth-of-type(3n) ul{
	background: #F7FFFE;
}
.index_rank .uk-width-1-3:nth-of-type(3n) .wrap .order{
	background: #26D7E7;
}
.index_rank .uk-width-1-3:nth-of-type(3n) .wrap .down{
	background: #26D7E7 url(../images/rank_down.png) no-repeat 15px / contain;
	background-size: 12px 13px;
}
/* 首页 end*/


/* 游戏美宣 */
.home_game_mx .thumb1{
	width: 410px;
	height: 380px;
	margin-right: 10px;
}
.home_game_mx .thumb2{
	width: 260px;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.home_game_mx .thumb3{
	width: 260px;
	height: 220px;
	margin-right: 10px;
}
.home_game_mx .thumb4{
	width: 260px;
	height: 220px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.home_game_mx .thumb5{
	width: 260px;
	height: 150px;
	margin-right: 10px;
}
.home_game_mx .thumb6{
	width: 200px;
	height: 380px;
}
/* 游戏美宣 end*/

/* 手游专辑 */
.zj_menu_nav{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0 25px;
}
.zj_menu_nav li{
	width: 102px;
	height: 35px;
	line-height: 28px;
	text-align: center;
	background: url(../images/menu_nav_bg.png) no-repeat center / contain;
	background-size: 100%;
	margin-left: 20px;
}
.zj_menu_nav li:hover,
.zj_menu_nav li.active{
	background: url(../images/menu_nav__active_bg.png) no-repeat center / contain;
	background-size: 100%;
}
.zj_menu_nav li a{
	font-size: 14px;
	color: var(--pm-c);
}
.zj_menu_nav li:hover a,
.zj_menu_nav li.active a{
	color: #FFFFFF;
}

.list_collection .collection_wrap{
	background: linear-gradient( 90deg, #F8FBFF 0%, #FFFFFF 100%);
	border: 1px solid #F7FAFF;
	padding: 17px 10px 19px 30px;
	box-sizing: border-box;
}
.list_collection .collection_wrap .wrap_title{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 14px;
}
.list_collection .collection_wrap .label{
	display: inline-block;
	height: 22px;
	line-height: 20px;
	padding: 0 8px;
	border-radius: 4px;
	border: 1px solid #F1F1F1;
	box-sizing: border-box;
	margin-right: 6px;
	font-size: 12px;
	color: #999999;
}
.list_collection .collection_wrap .btn{
	font-size: 12px;
	color: var(--pm-c);
	background: url(../images/get.png) no-repeat right / contain;
	background-size: 15px 12px;
	padding-right: 25px;
	margin-left: 10px;
}
.list_collection .collection_wrap .tag{
	width: 36px;
	height: 100px;
	border: 1px dashed var(--pm-c);
	font-size: 12px;
	color: var(--pm-c);
	padding: 10px;
    box-sizing: border-box;
}
.list_collection .collection_wrap .item{
	width: 74px;
	text-align: center;
	margin-left: 25px;
}
.list_collection .collection_wrap .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 10px;
	margin: 0 auto 10px;
}
/* 手游专辑 end*/

/* 礼包列表 */
.game_package .item{
	background: linear-gradient( 90deg, #F8FBFF 0%, #FFFFFF 100%);
	border: 1px solid #F7FAFF;
	padding: 15px 14px 16px 15px;
	box-sizing: border-box;
}
.game_package .item .wrap_title{
	font-weight: bold;
	font-size: 14px;
}
.game_package .item .btn{
	font-size: 12px;
	color: var(--pm-c);
	background: url(../images/get.png) no-repeat right / contain;
	background-size: 15px 12px;
	padding-right: 25px;
	margin-left: 10px;
}
.game_package .item .icon{
	width: 66px;
	height: 66px;
	border-radius: 10px;
	margin-right: 10px;
}
.game_package .item .desc{
	margin-bottom: 15px;
}


.new_game_gift .item{
	margin-top: 12px;
	display: flex;
	align-items: center;
}
.new_game_gift .item:nth-of-type(2){
	margin-top: 20px;
}
.new_game_gift .item .icon{
	width: 88px;
	height: 88px;
	border-radius: 15px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.new_game_gift .item .info{
	padding-bottom: 20px;
	border-bottom: 1px dashed #E5E5E5;
	box-sizing: border-box;
}
.new_game_gift .item .title{
	margin-bottom: 10px;
}
.new_game_gift .item .desc{
	line-height: 28px;
}
.new_game_gift .item .get{
	display: inline-block;
	width: 66px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: var(--pm-c);
	border-radius: 8px;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 10px;
}

.single_game_album .item{
	width: 100%;
}
.single_game_album .item .thumb{
	height: 173px;
}
/* 礼包列表 end*/

/* 游戏列表 */
.list_game_wrap .item{
	background: linear-gradient( 90deg, #F8FBFF 0%, #FFFFFF 100%);
	padding: 10px 0 13px 15px;
	box-sizing: border-box;
}
.list_game_wrap .title{
	font-weight: bold;
}
.list_game_wrap .down{
	font-size: 12px;
	color: var(--pm-c);
	background: url(../images/game_wrap_down.png) no-repeat right / contain;
	background-size: 15px 12px;
	padding-right: 24px;
	margin-left: 10px;
}
.list_game_wrap .item .icon{
	width: 66px;
	height: 66px;
	border-radius: 10px;
	margin-right: 10px;
}
.list_game_wrap .item .text{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	text-align: center;
	background: #F8F8F8;
	border-radius: 4px;
	margin-right: 6px;
	box-sizing: border-box;
}
/* 游戏列表 end*/

/* 资讯列表 */
.list_news .menu_nav{
	margin-top: 0;
}
.list_news_wrap .item{
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.list_news_wrap .item .thumb{
	width: 200px;
	height: 130px;
	border-radius: 6px;
	margin-right: 20px;
}
.list_news_wrap .item .title{
	font-weight: bold;
	font-size: 16px;
}
.list_news_wrap .item .desc{
	font-size: 14px;
	color: #888888;
	flex: 1;
	line-height: 32px;
}
.list_news_wrap .item .time{
	padding-left: 20px;
	border-left: 1px solid #F1EBEB;
	margin-left: 10px;
	text-align: center;
}
.list_news_wrap .item .time .text{
	background: url(../images/news_time.png) no-repeat left / contain;
	background-size: 14px 13px;
	padding-left: 24px;
	margin-bottom: 10px;
	box-sizing: border-box;
	display: inline-block;
}


.game_broadcast .item{
	background: #F9F9F9;
	border-radius: 4px;
	border: 1px solid #F2F1F1;
	padding: 10px 12px 14px;
	box-sizing: border-box;
	margin-top: 12px;
}
.game_broadcast .item:nth-of-type(2){
	margin-top: 20px;
}
.game_broadcast .item .title{
	margin-bottom: 13px;
}
.game_broadcast .item .thumb{
	width: 86px;
	height: 60px;
	border-radius: 4px;
	margin-right: 8px;
}
.game_broadcast .item .desc{
	line-height: 30px;
}

/* 资讯列表 end*/

/* 排行榜列表 */
.list_rank_wrap .item{
	background: linear-gradient( 90deg, #F8FBFF 0%, #FFFFFF 100%);
	margin-top: 20px;
	position: relative;
	padding: 15px 0 15px 24px;
	box-sizing: border-box;
}
.list_rank_wrap .item .order{
	width: 43px;
	height: 36px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	top: 50px;
    left: 24px;
	z-index: 1;
	background: url(../images/rank_ordern.png) no-repeat center / contain;
	background-size: 100%;
	/* text-indent: 8px; */
}
.list_rank_wrap .item .order b{
	display: inline-block;
	width: 21px;
	text-align: center;
}
.list_rank_wrap .item:nth-of-type(1) .order{
	background: url(../images/rank_order1.png) no-repeat center / contain;
	background-size: 100%;
}
.list_rank_wrap .item:nth-of-type(2) .order{
	background: url(../images/rank_order2.png) no-repeat center / contain;
	background-size: 100%;
}
.list_rank_wrap .item:nth-of-type(3) .order{
	background: url(../images/rank_order3.png) no-repeat center / contain;
	background-size: 100%;
}
.list_rank_wrap .item:nth-of-type(-n + 3) .order{
	color: transparent;
}
.list_rank_wrap .item .title{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
}
.list_rank_wrap .item .icon{
	width: 90px;
	height: 90px;
	border-radius: 20px;
	margin-right: 14px;
	margin-left: 6px;
}
.list_rank_wrap .item .label{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #F8F8F8;
	border-radius: 4px;
	margin-right: 6px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 12px;
	color: #999999;
}
.list_rank_wrap .item .desc{
	margin-top: 10px;
}
.list_rank_wrap .item .down{
	display: inline-block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	border-radius: 6px;
	text-indent: 16px;
	background: var(--pm-c) url(../images/list_rank_down.png) no-repeat right / contain;
	background-size: 22px 17px;
	margin-left: 10px;
	font-size: 14px;
	color: #FFFFFF;
	background-position: 85px center;
}
/* 排行榜列表 end*/

/* 排行榜大全 */
.list_rank_news .list_ranks_wrap{
	margin-bottom: 122px;
}
.list_ranks_wrap ul{
	border-radius: 6px 6px 0px 0px;
	text-align: center;
}
.list_ranks_wrap ul .btn{
	display: inline-block;
	font-size: 12px;
	color: #999999;
	line-height: 40px;
	margin: 0 auto;
}
.list_ranks_wrap .uk-width-1-3:nth-of-type(3n - 2) ul{
	border: 1px solid #F6FBDD;
}
.list_ranks_wrap .uk-width-1-3:nth-of-type(3n - 1) ul{
	border: 1px solid #FFF4E9;
}
.list_ranks_wrap .uk-width-1-3:nth-of-type(3n) ul{
	border: 1px solid #E4F9F6;
}
.list_ranks_wrap .rank_wrap_box{
	height: 106px;
	border-radius: 6px 6px 0px 0px;
	padding: 23px 20px;
	box-sizing: border-box;
	text-align: center;
}
.list_ranks_wrap .rank_wrap_box .title{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
}
.list_ranks_wrap .uk-width-1-3:nth-of-type(3n - 2) .rank_wrap_box{
	background: #FBFDF3;
	border-bottom: 1px solid #F6FBDD;
}
.list_ranks_wrap .uk-width-1-3:nth-of-type(3n - 1) .rank_wrap_box{
	background: #FFF8F1;
	border-bottom: 1px solid #FFF4E9;
}
.list_ranks_wrap .uk-width-1-3:nth-of-type(3n) .rank_wrap_box{
	background: #F4FFFE;
	border-bottom: 1px solid #E4F9F6;
}
.list_ranks_wrap li{
	margin-top: 16px;
	padding: 0 20px;
	box-sizing: border-box;
}
.list_ranks_wrap li .info{
	padding-bottom: 20px;
	border-bottom: 1px dashed #E7E7E7;
	display: flex;
	align-items: center;
	text-align: left;
}
.list_ranks_wrap .wrap{
	display: none;
	align-items: center;
}
.list_ranks_wrap li.active .wrap{
	display: flex;
}
.list_ranks_wrap .wrap .order{
	width: 22px;
	height: 74px;
	line-height: 74px;
	text-align: center;
	background: #A6CD5A;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 12px;
	margin-bottom: 20px;
}
.list_ranks_wrap .wrap .icon{
	width: 74px;
	height: 74px;
	border-radius: 15px;
	margin-right: 10px;
}
.list_ranks_wrap .wrap span{
	color: #888888;
}
.list_ranks_wrap .wrap .type{
	display: block;
	margin: 4px 0;
}
.list_ranks_wrap .wrap .down{
	display: inline-block;
	width: 72px;
	height: 32px;
	line-height: 32px;
	margin-left: 10px;
	border-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	text-indent: 33px;
}
.list_ranks_wrap li .item{
	display: flex;
	align-items: center;
}
.list_ranks_wrap li.active .item{
	display: none;
}
.list_ranks_wrap .item .order{
	width: 22px;
	height: 22px;
	background: #EDEDED;
	border-radius: 2px;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	color: #999999;
	margin-right: 12px;
	margin-bottom: 20px;
}
.list_ranks_wrap .item .size{
	margin-left: 10px;
}

.list_ranks_wrap .uk-width-1-3:nth-of-type(3n - 2) .index_rank_title{
	text-shadow: 0px 2px 4px #75A717;	
	background: url(../images/rank_top_bg1.png) no-repeat center / contain;
	background-size: 100% 106px;
}
.list_ranks_wrap .uk-width-1-3:nth-of-type(3n - 2) .wrap .order{
	background: #A6CD5A;
}
.list_ranks_wrap .uk-width-1-3:nth-of-type(3n - 2) .wrap .down{
	background: #A6CD5A url(../images/rank_down.png) no-repeat 15px / contain;
	background-size: 12px 13px;
}

.list_ranks_wrap .uk-width-1-3:nth-of-type(3n - 1) .index_rank_title{
	text-shadow: 0px 2px 4px #D1737A;
	background: url(../images/rank_top_bg2.png) no-repeat center / contain;
	background-size: 100% 106px;
}
.list_ranks_wrap .uk-width-1-3:nth-of-type(3n - 1) .wrap .order{
	background: #FA8E93;
}
.list_ranks_wrap .uk-width-1-3:nth-of-type(3n - 1) .wrap .down{
	background: #FA8E93 url(../images/rank_down.png) no-repeat 15px / contain;
	background-size: 12px 13px;
}

.list_ranks_wrap .uk-width-1-3:nth-of-type(3n) .index_rank_title{
	text-shadow: 0px 2px 4px #22B8C4;
	background: url(../images/rank_top_bg3.png) no-repeat center / contain;
	background-size: 100% 106px;
}
.list_ranks_wrap .uk-width-1-3:nth-of-type(3n) .wrap .order{
	background: #26D7E7;
}
.list_ranks_wrap .uk-width-1-3:nth-of-type(3n) .wrap .down{
	background: #26D7E7 url(../images/rank_down.png) no-repeat 15px / contain;
	background-size: 12px 13px;
}
/* 排行榜大全 end*/

/* 搜索结果 */
.search_warp{
	margin-bottom: 30px;
}
/* 搜索结果 end*/

/* 专辑详情 */
.single_album{
	/* margin-bottom: 30px; */
}
.single_album .single_header{
	margin-top: 20px;
	background: linear-gradient( 90deg, #F8FBFF 0%, #FFFFFF 100%);
	border: 1px solid #F7FAFF;	
	padding: 0px 360px 14px 20px;
	box-sizing: border-box;
	height: 222px;
    position: relative;
}
.single_album .single_header .single_header_box{
	padding: 60px 0 20px;
	border: 1px solid #E4EEFA;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	margin-top: 43px;
}
.single_album .single_header .single_header_box h1{
	background: #F9FBFF;
	padding: 0 20px;
	font-weight: bold;
	font-size: 28px;
	color: var(--pm-c);
	box-sizing: border-box;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.single_album .single_header .single_header_box .label{
	display: inline-block;
	font-size: 12px;
	color: #999;
	border: 1px solid #999;
	padding: 0 10px;
	height: 24px;
	line-height: 22px;
	box-sizing: border-box;
	border-radius: 4px;
	max-width: 200px;
}
.single_album .single_header .single_header_box .label:not(:first-of-type){
	margin-left: 10px;
}
.more_box{
	display: flex;
	align-items: center;
	margin-top: 25px;
}
.more_box span{
	font-size: 14px;
	color: #999999;
}
.more_box .title{
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	box-sizing: border-box;
	max-width: 169px;
}
.more_box .title:not(:first-of-type){
	margin-left: 10px;
}
.more_box .title:nth-of-type(1){
	background: #FFEFEF;
	color: #FF6363;
}
.more_box .title:nth-of-type(2){
	background: #EFF0FF;
	color: #637BFF;
}
.more_box .title:nth-of-type(3){
	background: #FAEFFF;
	color: #EF63FF;
}
.more_box .title:nth-of-type(4){
	background: #EFF7FF;
	color: #63C1FF;
}

.show_tj{
	background: url('../images/show_tj_bg.png') no-repeat top/contain;
	width: 318px;
	height: 222px;
	padding: 70px 20px 16px;
	box-sizing: border-box;
	margin-left: 10px;
	position: absolute;
    right: 20px;
    top: -14px;
}
.show_tj .icon{
	width: 80px;
	height: 80px;
	border-radius: 15px;
	margin-right: 10px;
}
.show_tj .info .title{
	font-size: 16px;
}
.show_tj .type{
	margin: 10px 0;
}
.show_tj .down{
	display: inline-block;	
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: linear-gradient( 90deg, #6AA1FF 0%, #7B6AFF 100%);
	border-radius: 30px;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 18px;
}


.list_game_wrap .item{
	position: relative;
}
.list_game_wrap .item .order{
	display: inline-block;
	width: 43px;
	height: 36px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	top: 41px;
    left: 15px;
    z-index: 1;
	background: url(../images/game_wrap_ordern.png) no-repeat center / contain;
	background-size: 100%;
}
.list_game_wrap .item .order b{
	display: inline-block;
	width: 20px;
	text-align: center;
}
.list_game_wrap .uk-width-1-3:nth-of-type(-n + 3) .order{
	color: transparent;
}
.list_game_wrap .uk-width-1-3:nth-of-type(1) .order{
	background: url(../images/game_wrap_order1.png) no-repeat center / contain;
	background-size: 100%;
}
.list_game_wrap .uk-width-1-3:nth-of-type(2) .order{
	background: url(../images/game_wrap_order2.png) no-repeat center / contain;
	background-size: 100%;
}
.list_game_wrap .uk-width-1-3:nth-of-type(3) .order{
	background: url(../images/game_wrap_order3.png) no-repeat center / contain;
	background-size: 100%;
}
/* 专辑详情 end*/

/* 礼包详情 */
.single_gift{
	/* margin-bottom: 30px; */
}
.single_gift .single_header{
	padding-bottom: 30px;
	border-bottom: 1px dashed #E5E5E5;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.single_gift .single_header .icon{
	width: 140px;
	height: 140px;
	border-radius: 20px;
	margin-right: 20px;
}
.single_gift .single_header .info{
	padding-right: 10px;
	box-sizing: border-box;
}
.single_gift .single_header h1{
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	margin-bottom: 15px;
}
.single_gift .single_header .label{
	min-width: 158px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background: #F8F8F8;
	display: inline-block;
	margin-top: 10px;
	box-sizing: border-box;
	font-size: 12px;
	color: #999999;
}

.single_game_tj .wrap .item{
	width: 98px;
}
/* 礼包详情 end*/

/* 手游详情 */
.single_game{
	/* margin-bottom: 30px; */
}
.single_game .single_header{
	padding-bottom: 30px;
	border-bottom: 1px dashed #E5E5E5;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.single_game .single_header .icon{
	width: 140px;
	height: 140px;
	border-radius: 20px;
	margin-right: 20px;
}
.single_game .single_header .info{
	padding-right: 10px;
}
.single_game .single_header h1{
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	margin-bottom: 15px;
}
.single_game .single_header .label{
	min-width: 120px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background: #F8F8F8;
	display: inline-block;
	box-sizing: border-box;
	font-size: 12px;
	color: #999999;
}
.sliderBox {
    overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.sliderBox .dotnav {
    display: none;
}

.sliderBox .dotnav li {}

.sliderBox .dotnav li a {
    border: none;
    border-radius: 18px;
    width: 8px;
    height: 8px;
    background-color: #d9d9d9;
}

.sliderBox .dotnav li.uk-active a {
    background-color: var(--pm-c);
}

.sliderBox .slide li {
    width: 311px;
    /* padding-left: 6px; */
	margin-right: 18px;
}

.sliderBox .slide li:last-child {
    /* margin-right: 0; */
}
.sliderBox .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 53px;
	height: 53px;
}
.sliderBox .btn span{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0;
}
.sliderBox .left{
	left: 0px;
	background: url(../images/slide_l.png) no-repeat center / contain;
	background-size: 53px;
}
.sliderBox .right{
	right: 0px;
	background: url(../images/slide_r.png) no-repeat center / contain;
	background-size: 53px;
}
.sliderBox .slide_toggle {
    height: 8px;
    margin-top: 10px !important;
    background-color: #F0F0F0;
    border-radius: 20px;
    overflow: hidden;
	margin-bottom: 0;
}

.sliderBox .uk-slidenav svg{
	display: none;
}

.sliderBox .slide_toggle li {
    display: flex;
    width: 33.3%;
    padding-left: 0;
}

.sliderBox .slide_toggle li a {
    display: inline-block;
    width: 100%;
    height: 8px;
    background-color: transparent;
    border-radius: 20px;
    border: none;
}
.sliderBox .slide_toggle li.uk-active a {
    display: inline-block;
    width: 100%;
    height: 8px;
    background-color: #ccc;
    border-radius: 20px;
}

.single_top_album .item{
	margin-top: 13px;
}
.single_top_album .item:nth-of-type(2){
	margin-top: 20px;
}
/* 手游详情 end*/

/* 资讯详情 */
/* .single_news{
	margin-bottom: 30px;
} */
.single_news .single_header{
	padding: 7px 0 40px;
	box-sizing: border-box;
	text-align: center;
	border-bottom: 1px dashed #E5E5E5;
	margin-bottom: 25px;
}
.single_news .single_header h1{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	margin-bottom: 30px;
}
.single_news .single_header .others span{
	font-size: 12px;
	color: #999999;
}
.single_news .single_header .others span {
	margin: 0 15px;
}
/* 资讯详情 end*/

/* 排行榜详情 */
.single_rank .single_header{
	height: 46px;
	line-height: 46px;
	background: #F2F6FF;
	border-radius: 6px;
	border: 1px solid var(--pm-c);
	padding: 0 20px 0 25px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.single_rank .single_header h1{
	font-weight: bold;
	font-size: 18px;
	color: var(--pm-c);
	flex: 1;
	margin-bottom: 0;
}
.single_rank .single_header .time{
	margin-left: 10px;
}
.recommend_rank .rank_title{
	background: url(../images/rank_banner.png) no-repeat center / contain;
	background-size: 100% 84px;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	height: 84px;
	line-height: 84px;
	margin-top: 20px;
}
.recommend_rank .item_box{
	background: #F7FFFE;
	height: 120px;
	box-sizing: border-box;
	padding: 20px 10px 12px 15px;
}
.recommend_rank .item{
	width: 59px;
	text-align: center;
}
.recommend_rank .item:not(:first-of-type){
	margin-left: 20px;
}
.recommend_rank .item .icon{
	width: 55px;
	height: 55px;
	border-radius: 15px;
	margin: 0 auto 15px;
}
.recommend_rank li .dot{
	width: 5px;
	height: 5px;
	background: var(--pm-c);
	border-radius: 0px;
}
/* 排行榜详情 end*/

/* 开服  */



.categor_kaifu{
}
.categor_kaifu .module-title{
	margin-top: 13px;
}
.kaifu_warp{
	margin-top: 16px;
}
.kaifu_warp tr {
	border: 1px solid #F1F1F1;
}

.kaifu_warp tr th {
	height: 56px;
	line-height: 56px;
	background: #5E84D2;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 0 12px;
}

.uk-table-hover tbody tr:hover,
.uk-table-hover>tr:hover {
	background: none;
}

.kaifu_warp tr td {
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
	line-height: 28px;
}
.kaifu_warp tr .platform{
	vertical-align: middle;
}

.kaifu_warp tr .game-name {
	width: 170px;
}

.kaifu_warp tr .icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	overflow: hidden;
}

.kaifu_warp tr .title {
	font-size: 14px;
	color: #333333;
	display: inline-block;
	line-height: 18px;
	margin-left: 10px;
}
.kaifu_warp tr .title:hover{
	color: var(--pm-c);
}

.kaifu_warp tr .type {
	font-size: 12px;
	color: #999999;
	display: block;
	line-height: 14px;
	
}

.kaifu_warp tr .time {
	font-size: 14px;
}

.kaifu_warp .btn {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	margin: 0 auto;
	font-size: 12px;
	color: #FFFFFF;
	border-radius: 20px;
	padding: 0 12px 0 29px;
	box-sizing: border-box;
}

.kaifu_warp .down {
	background: #FCB644 url(../images/kaifu_xz.png) no-repeat 12px / contain;
	background-size: 12px;
}
.kaifu_warp .gift {
	background: #5E84D2 url(../images/kaifu_lb.png) no-repeat 12px / contain;
	background-size: 12px;
}

.kaifu_warp .game-type {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	box-sizing: border-box;
}
.kaifu_warp .red{
	color: #FF4B0E;
}
.kaifu_warp .game-type::after {
	width: 16px;
	height: 16px;
	z-index: 99;
	background: url('../images/kaifu_drop.png') no-repeat center/contain;
	background-size: 100% 100%;
	margin-left: 10px;
}

.kaifu_warp .uk-dropdown {
	border-radius: 6px;
	padding: 10px 0;
	min-width: 140px;
}

.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: #999;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
}
/* 开服 end */