:root {
	--pm-c: #FCB644;
}

/*隐藏类*/
.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;
    width: 32.9%;
    color: #666666;
    font-size: 13px;
    margin: 10px 0;
}

#app_info li b {
	cursor: pointer;
    color: #999999;
	font-size: 14px;
    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: #F8F8F8 url(../images/body_bg.png) no-repeat top/contain;
	background-size: 100% 455px;
}

.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 !important;
}

/* 内下边距 */
.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-t-60 {
	margin-top: 60px !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-b-50 {
	margin-bottom: 50px !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: 105px 0 55px 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: 13px;
	width: 70px;
	display: inline-block;
	background: url(../images/star.png) repeat-x left / contain;
	/* vertical-align: text-top; */
}

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

.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 {
	font-size: 12px;
	color: #999;	
	border-bottom: 1px solid #F3F3F3;
	padding-bottom: 20px;
	box-sizing: border-box;
}
/* .crumbs::before{
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	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{
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	padding: 2px;
	box-sizing: border-box;
	vertical-align: bottom;
}
.platform.az{
	background: #D9D9D9 url(../images/az.png) no-repeat center/contain;
	background-size: 12px;
	margin-right: 4px;
}
.platform.az_{
	background: #96CF4E url(../images/az.png) no-repeat center/contain;
	background-size: 12px;
}
.platform.ios{
	background: #D9D9D9 url(../images/ios.png) no-repeat center/contain;
	background-size: 12px;
}
.platform.ios_{
	background: #5B77EA url(../images/ios.png) no-repeat center/contain;
	background-size: 12px;
}

/* 公共标题 */
.module-title {
	border-bottom: 2px solid #F6F6F6;
	padding-bottom: 15px;
	box-sizing: border-box;
}

.module-title .title {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	position: relative;
}
.module-title .title::before{
	content: '';
	display: inline-block;
	background: url(../images/module_icon.png) no-repeat center/contain;
	background-size: 100% 100%;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -17px;
	left: 0px;
}

.module-title .more {
	display: inline-block;
	font-size: 12px;
	color: #999999;
}
/* .module-title .more::after{
	display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background: var(--pm-c) url(../images/module_more.png) no-repeat center/contain;
	background-size: 8px;
	margin-left: 6px;
	padding: 2px;
	vertical-align: bottom;
} */

/* .module-title .title::before {
	display: inline-block;
	width: 5px;
	height: 17px;
	background-color: var(--pm-c);
	border-radius: 10px;
	left: 0;
} */

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

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

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

.item .thumb a,
.item .icon a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

/* .item:hover .title, */
.list:hover .title,
ul li:hover .title {
	color: var(--pm-c);
}

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

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

.info .title {
	font-size: 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,
.num {
	font-size: 12px;
	color: #999;
}

/* list 样式 */
.list-container li {
	margin-top: 17px;
}

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

.list-container li .time {
	font-size: 12px;
	color: #999;
	margin-left: 5px;
}

/* 图标 */
.list-container li .dot {
	display: block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background: url('../images/list_dot.png') no-repeat center/contain;
	background-size: 6px;
}
.list-container li:hover .dot{
	background: url('../images/list_dot_.png') no-repeat center/contain;
	background-size: 10px;
}

/* 圆点 */
.list-container li .dot_ {
	display: block;
	width: 6px;
	height: 6px;
	background-color: var(--pm-c);
	/* border-radius: 50%; */
	margin-right: 14px;
}

/* 类别 */
.list-container li .tag {
	font-size: 12px;
	color: #999999;
	margin-right: 10px;
}
/* 序号 */
.list-container li .order{
	width: 19px;
	height: 19px;
	/* background: #E3E3E3; */
	text-align: center;
	line-height: 19px;
	font-weight: bold;
	font-size: 16px;
	color: #999999;
	margin-right: 13px;
}
/* 数字 */
.list-container li .num{
	width: 11px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	font-weight: bold;
	font-size: 16px;
	color: #999999;
	margin-right: 9px;
	font-style: italic;
}

/* 公共头部样式 */
/* 公共头部样式 */
.header {
	padding: 37px 0 33px;
	box-sizing: border-box;
}

/* logo样式 */
.logo {
	/* width: 225px; */
	height: 100%;
}
.header .nav_box{
	background: url('../images/header_nav_bg.png') no-repeat left/contain;
	background-size: 100% 100%;
	width: 971px;
	height: 60px;	
	display: flex;
	align-items: center;
	justify-content: end;
	padding-right: 10px;
	box-sizing: border-box;	
}
.header .nav{
	display: flex;
	align-items: center;
}
.header .nav li{
	padding: 0 20px;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
}
.header .nav li a{
	font-size: 14px;
	color: #333333;
}
.header .nav li.active,
.header .nav li:hover{
	background: var(--pm-c);
}
.header .nav li.active a,
.header .nav li:hover a{
	font-weight: bold;
	color: #FFFFFF;
}
.header .nav li a{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #333333;
}

/* 搜索 */
.header .search {
	width: 140px;
	height: 28px;
	background: var(--pm-c);
	border-radius: 99px;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-size: 14px;
	/* padding-left: 27px; */
	padding-right: 28px;
	box-sizing: border-box;
	margin-left: 20px;
}

.header .search .search_btn {
	position: absolute;
	width: 12px;
	height: 12px;
	background: url("../images/search_icon.png") no-repeat center/contain;
	background-size: 100%;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
}

.header .search .search_input {
	width: 100%;
	height: 100%;
	border: none;
	outline: medium;
	vertical-align: top;
	line-height: 46px;
	color: #fff;
	font-size: 12px;
	background-color: var(--pm-c);
	text-indent: 10px;
}

.header .search .search_input::placeholder {
  color: #fff !important; /* 自定义灰色 */
  opacity: 1; /* 取消Firefox默认透明度 */
}


.search_input:-webkit-input-placeholder {
	color: #fff;
	font-size: 12px;
}

.search_input:-moz-input-placeholder {
	color: #fff;
	font-size: 12px;
}

.search_input:-ms-input-placeholder {
	color: #fff;
	font-size: 12px;
}
/* 公共头部样式end */

/* 公共尾部样式 */
.footer {
	background-color: #333;
	padding: 32px 0 37px;
	font-size: 14px;
	color: #999;
	text-align: center;
	height: 180px;
    box-sizing: border-box;
}
.footer .company{
	font-size: 14px;
	color: #CCCCCC;
	margin-bottom: 24px;
}
.footer span,
.footer a,
.footer p {
	font-size: 14px;
	color: #999;
}
.footer p {
	margin-top: 24px;
}
.footer span:last-child,
.footer a:last-child {
	margin-right: 0;
}

.footer .name {
	color: #ccc;
}

.footer .aBox span,
.footer .aBox a {
	margin-right: 10px;
}

.footer .aBox a::after {
	content: '|';
	display: inline-block;
	color: #999;
	margin-left: 15px;
}

.footer .aBox a:last-child::after {
	content: "";
}

.footer .footer_p {
	line-height: 34px;
}

/* 友情链接 */
.index_link{
	margin-bottom: 20px !important;
}
.index_link ul {
	margin-left: -15px;
	margin-top: 10px;
}

.index_link ul li {
	display: inline-block;
	margin-top: 10px;
	margin-left: 8px;
}

.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: 10px;
}

.index_link ul li:last-child::after {
	display: none;
}
/* 侧边栏 */
.sidebar {
	margin-left: 20px;
	width: 340px;
}

/* 详情页公共样式 */
.single_content_title {
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	font-size: 16px;
	background: #FFF6E6;
	padding-left: 16px;
	position: relative;
	margin: 20px 0 5px;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}
.single_content_title::before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 36px;
	background: var(--pm-c);
	position: absolute;
	left: 0px;
	top: 0px;
}
.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: #666666;
	text-indent: 2em;
	margin-bottom: 10px;
	line-height: 36px;
}

.single .single_content p img {
	max-width: 68% !important;
	margin: 10px auto;
	display: block;
}
.single .single_content h2,
.single .single_content h3 {
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	font-size: 16px;
	background: #FFF6E6;
	padding-left: 16px;
	position: relative;
	margin: 20px 0 5px;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}
.single .single_content h2::before,
.single .single_content h3::before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 36px;
	background: var(--pm-c);
	position: absolute;
	left: 0px;
	top: 0px;
}
/* .single .single_content h2:first-of-type,
.single .single_content h3:first-of-type{
	margin-top: 20px;
} */

/* .single .single_content h3::after,
.single .single_content h3::after {
	content: '';
	width: 640px;
	height: 1px;
	background-color: #F2F2F2;
	display: inline-block;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(50%);
	z-index: -1;
} */

/* 详情下载按钮 */
.single .down-btn .btn {
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	width: 182px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border-radius: 50px;
}
.single .down-btn .lb,
.single .down-btn .az{
	margin-right: 13px;
}

.single .down-btn .sy,
.single .down-btn .mob,
.single .down-btn .xz {
	background: linear-gradient( 180deg, #75D3FF 0%, #409DFF 100%);
	box-shadow: inset 0px 6px 6px 0px #44A0FF;
}
.single .down-btn .az{
	background: url('../images/az_bg.png') no-repeat center/contain;
}
.single .down-btn .ios{
	background: url('../images/ios_bg.png') no-repeat center/contain;
}
.single .down-btn .lb {
	background: linear-gradient( 180deg, #FFDDA3 0%, #FFB240 100%);
	box-shadow: inset 0px 6px 6px 0px #FFB645;
}

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

/* .single .down-btn .az a,
.single .down-btn .az span {
	background-image: url('../images/az.png');
}

.single .down-btn .ios a,
.single .down-btn .ios span {
	background-image: url('../images/ios.png');
}

.single .down-btn .pc a,
.single .down-btn .pc span {
	background-image: url('../images/pc.png');
}

.single .down-btn .mob a,
.single .down-btn .mob span {
	background-image: url('../images/play.png');
}

.single .down-btn .sy a,
.single .down-btn .sy span {
	background-image: url('../images/album_btn.png');
}

.single .down-btn .lb a,
.single .down-btn .lb span {
	background-image: url('../images/lb_icon.png');
	background-size: 16px;
}

.single .down-btn .xz a,
.single .down-btn .xz span {
	background-image: url('../images/xz_icon.png');
	background-size: 16px;
} */

.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: 300px;
}

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

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

.page-error p {
	font-size: 14px;
	color: #999999;
	margin: 37px 0 29px;
}

.page-error .go-home {
	display: inline-block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	background: var(--pm-c);
	border-radius: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}

/* 单页面样式 */
.page {
	min-height: 720px;
	/* margin-bottom: 30px; */
	padding-bottom: 100px !important;
}

.page-nav {
	width: 200px;
	margin-right: 30px;
}

.page-nav li{
	width: 200px;
	height: 36px;
	line-height: 36px;
	padding: 0 14px 0 27px;
	background: #F8F8F8;
	border-radius: 20px;
	border: 1px solid #F8F8F8;
	margin-bottom: 11px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
.page-nav li:hover,
.page-nav li.active{
	background: #FFF6E8;
	border: 1px solid var(--pm-c);
}
.page-nav li:hover a,	
.page-nav li.active a{	
	color: var(--pm-c);
	background: url(../images/page_nav_get_.png) no-repeat right / contain;
	background-size: 8px 12px;
}

.page-nav li a{
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	display: inline-block;
	background: url(../images/page_nav_get.png) no-repeat right / contain;
	background-size: 8px 12px;
	box-sizing: border-box;
}

/* .page-content{
	width: 860px;
} */
.page .page_title {
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	font-size: 16px;
	background: #FFF6E6;
	padding-left: 16px;
	position: relative;
	margin: 20px 0 5px;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}
.page .page_title::before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 36px;
	background: var(--pm-c);
	position: absolute;
	left: 0px;
	top: 0px;
}
.page-content p {
	font-size: 14px;
	color: #666666;
	/* letter-spacing: 1px; */
	text-indent: 2em;
	margin-top: 10px;
	line-height: 36px;
}
.page-content ul {
	flex-wrap: wrap;
	margin-left: -54px;
}

.page-content ul li {
	margin-left: 54px;
	margin-top: 15px;
}

.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); */
	/* background-color: #fff; */
}
.page-content ul li:hover a,
.page-content ul li.active a {
	color: var(--pm-c);	
}

/* 搜索页样式 */
.search_total {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
	margin-top: 18px;
}
/* 列表页公共样式 */
/* 菜单栏 */
.menu_nav{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	margin-left: -15px;
}
.menu_nav li{
	width: 110px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #F8F8F8;
	border-radius: 20px;
	border: 1px solid #F8F8F8;
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 20px;
	margin-left: 15px;
}
.menu_nav li a{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #666666;
}
.menu_nav li.active,
.menu_nav li:hover{
	background: #FFF6E8;
	border-color: var(--pm-c);
}
.menu_nav li.active a,
.menu_nav li:hover a{
	color: var(--pm-c);
}
.menu_nav_ li{
	width: 160px;
}
/* 模块 */
.module{
	padding: 20px;
	box-sizing: border-box;
	background: #FFFFFF;
	/* border-radius: 5px; */
	/* margin-bottom: 30px; */
}
.w390{
	width: 390px;
}
.w400{
	width: 400px;
}

/* 首页 */
.index_top_game{
	display: flex;
	margin-top: 47px;
	margin-bottom: 35px;
}
.index_top_game .item{
	width: 120px;
	background: #F8F8F8;
	border-radius: 20px 20px 0px 0px;
	text-align: center;
	padding: 53px 18px 27px;
	box-sizing: border-box;
	position: relative;
}
.index_top_game .item:not(:first-of-type){
	margin-left: 10px;
}
.index_top_game .item .icon{
	width: 82px;
	height: 82px;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -41px;
}
.index_top_game .item .type{
	margin-top: 7px;
	display: inline-block;
}
.index_top_game .item .down{
	display: inline-block;
	width: 83px;
	height: 24px;
	line-height: 24px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px 0px rgba(195,195,195,0.25);
	border-radius: 30px;
	border: 1px solid #F6F6F6;
	font-size: 12px;
	color: #888888;
	text-align: center;
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
}


.index_catList{
	margin: 22px 0 26px;
}
.index_catList ul {
	list-style: none;
	margin-top: 15px;
	/* position: relative; */
	white-space: nowrap;
	overflow: hidden;
}
.index_catList ul:first-child {
	margin-top: 0;
}
.index_catList ul li {
	margin-right: 9px;
	padding-right: 12px;
}
.index_catList ul li a{
	color: #888888;
}
.index_catList ul li:first-child {
	width: 44px;
	height: 24px;
	text-align: center;
	border-radius: 6px;
	/* text-indent: 14px; */
	line-height: 24px;
	margin-right: 10px;
}
.index_catList ul li:first-child span {
	font-size: 14px;
}
.index_catList ul li:not(:first-of-type) a:hover{
	color: #FFBB27;
}
.index_catList ul:nth-of-type(1) li:first-child{
	background: rgba(255,189,46,0.2);
}
.index_catList ul:nth-of-type(1) li:first-child span{
	color: #FFBD2E;
}
.index_catList ul:nth-of-type(2) li:first-child{
	background: rgba(97,210,110,0.2);
}
.index_catList ul:nth-of-type(2) li:first-child span{
	color: #61D26E;
}
.index_catList ul:nth-of-type(3) li:first-child{
	background: rgba(102,147,244,0.2);
}
.index_catList ul:nth-of-type(3) li:first-child span{
	color: #6693F4;
}
.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_hot_gl{
	border-radius: 20px;
	border: 1px solid #F2F2F2;
}
.index_hot_gl .title_box{
	background: #FFF9F1;
	border-radius: 20px 20px 0px 0px;
	text-align: center;
	height: 52px;
    line-height: 52px;
	box-sizing: border-box;
}
.index_hot_gl .title_box .hot_gl_title{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	padding-left: 33px;
	background: url(../images/hot.png) no-repeat left / contain;
	background-size: 20px 25px;
}
.index_hot_gl .title_box .hot_gl_title span{
	color: var(--pm-c);
}
.index_hot_gl .item{
	border-bottom: 1px dashed #E5E5E5;
	padding-bottom: 18px;
	margin: 18px 20px 0;
	box-sizing: border-box;
}
.index_hot_gl .item:last-of-type{
	border-bottom: none;
}
.index_hot_gl .item .num{
	display: inline-block;
	width: 60px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #C1CFD6;
	border-radius: 30px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 10px;
}
.index_hot_gl .item:nth-of-type(2) .num{
	background: #FF7575;
}
.index_hot_gl .item:nth-of-type(3) .num{
	background: #FFAA5A;
}
.index_hot_gl .item:nth-of-type(4) .num{
	background: #FFC34C;
}
.index_hot_gl .item .get{
	width: 20px;
	height: 13px;
	background: url(../images/get.png) no-repeat center / contain;
	background-size: 100%;
	display: inline-block;
	margin-left: 10px;
}
.index_hot_gl .item .text:not(:first-of-type){
	margin-left: 5px;
}


.index_slide {
	margin-bottom: 17px;
}

.index_slide .slider {
	width: 100%;
	height: 350px;
}

.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: 20px;
}

/* .index_slide .slider li .img span {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 0 70px 0 15px;
	display: block;
	width: 100%;
	line-height: 40px;
	text-align: left;
	box-sizing: border-box;
} */

.index_slide .slider .slideNav {
	position: absolute;
	bottom: 18px;
	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 .index_game_tj{
	width: 49%;
	margin-right: 2%;
}
.index_game_tj .item{
	display: flex;
	margin-top: 20px;
}
.index_game_tj .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
	margin-right: 10px;
}
.index_game_tj .item .info{
	border-bottom: 1px dashed #E5E5E5;
	padding-bottom: 17px;
	display: flex;
	align-items: center;
}
.index_game_tj .item .num{
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #FFF9F0;
	font-weight: bold;
	font-size: 26px;
	color: var(--pm-c);
	margin-left: 10px;
	border-radius: 50%;
}
.index_game_tj .item .text{
	margin: 5px 0;
}
.index_game_tj .item:last-of-type .info{
	padding-bottom: 0;
	border-bottom: none;
}


.index .index_hot_news{
	width: 49%;
}
.index_hot_news .item{
	margin-top: 15px;
}
.index_hot_news .item .title{
	margin-bottom: 11px;
}
.index_hot_news .item .thumb{
	width: 110px;
	height: 70px;
	border-radius: 6px;
	margin-right: 11px;
}
.index_hot_news .item .desc{
	line-height: 23px;
}
.index_hot_news .item .time{
	background: url(../images/time.png) no-repeat left / contain;
	background-size: 14px;
	padding-left: 20px;
	box-sizing: border-box;
}


.index_popular_gl .item{
	width: 100%;
	border-left: 1px solid #f2f2f2;
	padding-left: 22px;
	box-sizing: border-box;
	position: relative;
	margin-top: 23px;
}
.index_popular_gl .item::before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 28px;
	background: var(--pm-c);
	position: absolute;
	left: 0px;
	top: 0px;
}
.index_popular_gl .item .time{
	display: inline-block;
	height: 28px;
	padding: 0 10px;
	background: #F8F8F8;
	text-align: center;
	line-height: 28px;
	position: relative;
}
.index_popular_gl .item .time::before{
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	background: url(../images/subscript.png) no-repeat left / contain;
	background-size: 100%;
	position: absolute;
	left: -7px;
	top: 50%;
	transform: translateY(-50%);
}
.index_popular_gl .item .title{
	margin-top: 11px;
	margin-bottom: 16px;
}
.index_popular_gl .item .thumb{
	width: 92px;
	height: 60px;
	border-radius: 6px;
	margin-right: 10px;
}
.index_popular_gl .item .desc{
	line-height: 30px;
}


.index_new_gl .item{
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #E5E5E5;
	display: flex;
	align-items: center;
}
.index_new_gl .item .thumb{
	width: 128px;
	height: 82px;
	border-radius: 10px;
	margin-right: 13px;
}
.index_new_gl .item .desc{
	margin: 10px 0;
}
.index_new_gl .item .details{
	font-size: 12px;
	color: var(--pm-c);
	margin-left: 10px;
}


.index_game_item .thumb{
	width: 100%;
	height: 142px;
	margin: 18px 0 21px;
	border-radius: 20px;
}
.index_game_item .item{
	text-align: center;
}
.index_game_item .item .icon{
	width: 90px;
	height: 90px;
	border-radius: 15px;
	margin-bottom: 10px;
}
.index_game_item .item .size{
	display: inline-block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #F8F8F8;
	border-radius: 20px;
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
}

.index_gift_tj li{
	border-bottom: 1px dashed #E5E5E5;
	padding-bottom: 10px;
	margin-top: 16px;
}
.index_gift_tj li .wrap,
.index_gift_tj li.active .li{
	display: none;
}
.index_gift_tj li.active .wrap{
	display: flex;
	align-items: center;
}
.index_gift_tj li .wrap .icon{
	width: 86px;
	height: 86px;
	border-radius: 20px;
	margin-right: 10px;
}
.index_gift_tj li .wrap .title{
	font-weight: bold;
	font-size: 14px;
}
.uk-progress{
	background-color: #F2F2F2;
	border-color: #F2F2F2;
}
/* 针对进度条的填充部分 */
.uk-progress::-webkit-progress-value {
    background-color: var(--pm-c); /* 进度条颜色 */
}
.uk-progress::-moz-progress-bar {
    background-color: var(--pm-c); /* 进度条颜色 */
}
.uk-progress::-ms-fill {
    background-color: var(--pm-c); /* 进度条颜色 */
}
.index_gift_tj li .wrap .uk-progress{
	margin: 15px 0;
	height: 4px;
	width: 120px;
}
.index_gift_tj li .wrap .get{
	width: 68px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: var(--pm-c);
	border-radius: 20px;
	margin-left: 10px;
	font-size: 14px;
	color: #FFFFFF;
}
.index_gift_tj li .li{
	display: flex;
}
.index_gift_tj li .li .text{
	margin-left: 10px;
	margin-right: 20px;
}
.index_gift_tj li .li .get{
	font-size: 12px;
	color: var(--pm-c);
}


.index_game_album .item:nth-of-type(2){
	margin-top: 20px;
}
.index_game_album .item{
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.index_game_album .item .thumb{
	width: 100px;
	height: 100px;
	border-radius: 15px;
	margin-right: 12px;
}
.index_game_album .item .title{
	font-weight: bold;
	font-size: 14px;
}
.index_game_album .item .text{
	display: inline-block;
	margin-top: 14px;
}
.index_game_album .item .btn{
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: var(--pm-c);
	border-radius: 6px;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 10px;
}


.index_game .game_type{
	margin: 18px 0 21px;
}
.index_game .game_type .title{
	display: inline-block;
	width: 110px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #F8F8F8;
	border-radius: 20px;
	margin-left: 10px;
	font-size: 14px;
	color: #666666;
}
.index_game .game_type .title:hover{
	color: var(--pm-c);
}
.index_game .item{
	width: 100%;
	border-radius: 6px;
	border: 1px solid #F4F4F4;
	padding: 15px 11px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.index_game .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 6px;
	margin-right: 10px;
}
.index_game .item .down{
	display: inline-block;
	width: 13px;
	height: 15px;
	background: url(../images/down.png) no-repeat center / contain;
	background-size: 100%;
	margin-left: 10px;
}


.index_news_zx .item{
	width: 100%;
	position: relative;
}
.index_news_zx .item .mark{
	width: 93px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: var(--pm-c);
	border-radius: 10px 0px 20px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.index_news_zx .item .thumb{
	width: 100%;
	height: 184px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.index_news_zx .item .desc{
	color: #888888;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 8px;
}
.index_news_zx .item .label{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background: #F8F8F8;
	border-radius: 4px;
	box-sizing: border-box;
	margin-right: 10px;
	font-size: 12px;
	color: #999999;
}


.index_app_album .item:nth-of-type(2){
	margin-top: 20px;
}
.index_app_album .item{
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.index_app_album .item .thumb{
	width: 100px;
	height: 100px;
	border-radius: 15px;
	margin-right: 12px;
}
.index_app_album .item .title{
	font-weight: bold;
	font-size: 14px;
}
.index_app_album .item .text{
	display: inline-block;
	margin-top: 14px;
}
.index_app_album .item .btn{
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: var(--pm-c);
	border-radius: 6px;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 10px;
}


.index_app .game_type{
	margin: 18px 0 21px;
}
.index_app .game_type .title{
	display: inline-block;
	width: 110px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #F8F8F8;
	border-radius: 20px;
	margin-left: 10lx;
	font-size: 14px;
	color: #666666;
}
.index_app .game_type .title:hover{
	color: var(--pm-c);
}
.index_app .item{
	width: 100%;
	border-radius: 6px;
	border: 1px solid #F4F4F4;
	padding: 15px 11px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.index_app .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 6px;
	margin-right: 10px;
}
.index_app .item .down{
	display: inline-block;
	width: 13px;
	height: 15px;
	background: url(../images/down.png) no-repeat center / contain;
	background-size: 100%;
	margin-left: 10px;
}


.index_industry_zx .item{
	width: 190px;
	text-align: center;
	margin-top: 20px;
}
.index_industry_zx .item:first-of-type{
	margin-right: 20px;
}
.index_industry_zx .item .thumb{
	width: 100%;
	height: 126px;
	border-radius: 10px;
	margin-bottom: 18px;
}
.index_industry_zx ul{
	margin-top: 22px;
	border-top: 1px dashed #E5E5E5;
}
.index_industry_zx li{
	margin-top: 22px;
}
.index_industry_zx li .tag{
	display: inline-block;
	width: 46px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 4px;
	font-size: 12px;
	color: #888888;
	border: 1px solid #ECECEC;
	margin-right: 10px;
}


.index_new_zx .item{
	display: flex;
	align-items: center;
	margin-top: 35px;
}
.index_new_zx .item:first-of-type{
	margin-top: 20px;
}
.index_new_zx .item .time_box{
	width: 120px;
	height: 80px;
	text-align: center;
	background: #F8F8F8;
	border-radius: 4px;
	padding: 8px 10px 12px;
	box-sizing: border-box;
	margin-right: 13px;
}
.index_new_zx .item .time_box .month{
	font-weight: bold;
	font-size: 24px;
	color: var(--pm-c);
	margin-bottom: 5px;
}
.index_new_zx .item .time_box .date{
	font-size: 14px;
	color: #999999;
}
.index_new_zx .item .desc{
	line-height: 26px;
	margin-top: 7px;
}



.index_new_zx ul{
	margin-left: 30px;
}
.index_new_zx ul li{
	padding-left: 23px;
	position: relative;
	padding-bottom: 9px;
}
.index_new_zx ul li::before{
	content: "";
	display: inline-block;
	width: 1px;
	height: 110%;
	background: #EDEDED;
	position: absolute;
	top: 15px;
	left: 5px;
}
.index_new_zx ul li::after{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid var(--pm-c);
	position: absolute;
	left: 0px;
	top: 5px;
	box-sizing: border-box;
}
.index_new_zx ul li .desc{
	margin-top: 10px;
}
.index_new_zx ul li:last-of-type{
	border-left: none;
}
.index_new_zx ul li:last-of-type::before{
	display: none;
}


.index_picture .thumb1{
	width: 575px;
	height: 357px;
	border-radius: 10px;
	margin-right: 12px;
}
.index_picture .thumb2{
	width: 278px;
	height: 173px;
	border-radius: 10px;
}
.index_picture .thumb2:first-of-type{
	margin-right: 12px;
	margin-bottom: 11px;
}


.index_rank ul{
	padding-top: 205px;
	box-sizing: border-box;
}
.index_rank li{
	margin-top: 20px;
}
.index_rank .wrap{
	display: none;
	align-items: center;
	padding-right: 20px;
}
.index_rank li.active .wrap{
	display: flex;
}
.index_rank li.active .item{
	display: none;
}
.index_rank .wrap .order{
	width: 22px;
	height: 102px;
	line-height: 102px;
	text-align: center;
	background: #00CDC9;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 12px;
}
.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: 13px;
	height: 15px;
	margin-left: 10px;
}
.index_rank .item{
	display: flex;
	padding-right: 20px;
	box-sizing: border-box;
}
.index_rank .item .order{
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #F8F8F8;
	font-size: 12px;
	color: #999999;
	margin-right: 12px;
}
.index_rank .item .down{
	display: inline-block;
	width: 13px;
	height: 15px;
	background: url(../images/index_rank_downn.png) no-repeat center / contain;
	background-size: 13px 15px;
	margin-left: 10px;
}
.index_rank .uk-width-1-4:nth-of-type(4n - 3) ul{
	background: url(../images/index_rank_top1.png) no-repeat top / contain;
	background-size: 100% 205px;	
}
.index_rank .uk-width-1-4:nth-of-type(4n - 3) .wrap{
	background: #F2F9F9;
}
.index_rank .uk-width-1-4:nth-of-type(4n - 3) .wrap .order{
	background: #00CDC9;
}
.index_rank .uk-width-1-4:nth-of-type(4n - 3) .wrap .down{
	background: url(../images/index_rank_down1.png) no-repeat center / contain;
	background-size: 13px 15px;
}
.index_rank .uk-width-1-4:nth-of-type(4n - 2) ul{
	background: url(../images/index_rank_top2.png) no-repeat top / contain;
	background-size: 100% 205px;	
}
.index_rank .uk-width-1-4:nth-of-type(4n - 2) .wrap{
	background: #FFFCF8;
}
.index_rank .uk-width-1-4:nth-of-type(4n - 2) .wrap .order{
	background: var(--pm-c);
}
.index_rank .uk-width-1-4:nth-of-type(4n - 2) .wrap .down{
	background: url(../images/index_rank_down2.png) no-repeat center / contain;
	background-size: 13px 15px;
}
.index_rank .uk-width-1-4:nth-of-type(4n - 1) ul{
	background: url(../images/index_rank_top3.png) no-repeat top / contain;
	background-size: 100% 205px;	
}
.index_rank .uk-width-1-4:nth-of-type(4n - 1) .wrap{
	background: #FFF6F6;
}
.index_rank .uk-width-1-4:nth-of-type(4n - 1) .wrap .order{
	background: #FF7A81;
}
.index_rank .uk-width-1-4:nth-of-type(4n - 1) .wrap .down{
	background: url(../images/index_rank_down3.png) no-repeat center / contain;
	background-size: 13px 15px;
}
.index_rank .uk-width-1-4:nth-of-type(4n) ul{
	background: url(../images/index_rank_top4.png) no-repeat top / contain;
	background-size: 100% 205px;	
}
.index_rank .uk-width-1-4:nth-of-type(4n) .wrap{
	background: #F9FAFF;
}
.index_rank .uk-width-1-4:nth-of-type(4n) .wrap .order{
	background: #6D8EFF;
}
.index_rank .uk-width-1-4:nth-of-type(4n) .wrap .down{
	background: url(../images/index_rank_down4.png) no-repeat center / contain;
	background-size: 13px 15px;
}
/* 首页 end*/

/* 手游专辑 */
.list_zj_wrap .zj_wrap{
	width: 100%;
	border-left: 1px solid #f2f2f2;
	padding-left: 22px;
	box-sizing: border-box;
	position: relative;
}
.list_zj_wrap .zj_wrap::before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 28px;
	background: var(--pm-c);
	position: absolute;
	left: 0px;
	top: 0px;
}
.list_zj_wrap .zj_wrap .text{
	height: 28px;
	padding: 0 10px;
	background: #F8F8F8;
	line-height: 28px;
	position: relative;
}
.list_zj_wrap .zj_wrap .text span{
	margin-right: 25px;
}
.list_zj_wrap .zj_wrap .text::before{
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	background: url(../images/subscript.png) no-repeat left / contain;
	background-size: 100%;
	position: absolute;
	left: -7px;
	top: 50%;
	transform: translateY(-50%);
}
.list_zj_wrap .zj_wrap .album_title{
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0 28px;
}
.list_zj_wrap .zj_wrap .album_title:hover{
	color: var(--pm-c);
}
.list_zj_wrap .zj_wrap .item{
	width: 80px;
	text-align: center;
}
.list_zj_wrap .zj_wrap .item:not(:first-of-type){
	margin-left: 34px;
}
.list_zj_wrap .zj_wrap .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 15px;
	margin-bottom: 18px;
}
/* 手游专辑 end*/

/* 礼包列表 */
.list_gift_warp .item:nth-of-type(2){
	margin-top: 25px;
}
.list_gift_warp .item{
	width: 100%;
	border-left: 1px solid #f2f2f2;
	padding-left: 22px;
	box-sizing: border-box;
	position: relative;
	margin-top: 30px;
}
.list_gift_warp .item::before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 28px;
	background: var(--pm-c);
	position: absolute;
	left: 0px;
	top: 0px;
}
.list_gift_warp .item .time{
	display: inline-block;
	height: 28px;
	padding: 0 10px;
	background: #F8F8F8;
	text-align: center;
	line-height: 28px;
	position: relative;
	margin-right: 20px;
}
.list_gift_warp .item .time::before{
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	background: url(../images/subscript.png) no-repeat left / contain;
	background-size: 100%;
	position: absolute;
	left: -7px;
	top: 50%;
	transform: translateY(-50%);
}
.list_gift_warp .item .title{
	font-weight: bold;
	font-size: 16px;
}
.list_gift_warp .item .icon{
	width: 120px;
	height: 120px;
	border-radius: 20px;
	margin-right: 20px;
}
.list_gift_warp .item .text{
	margin: 20px 0;
}
.list_gift_warp .item .btn{
	display: inline-block;
	width: 110px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: var(--pm-c);
	border-radius: 30px;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 10px;
}

.sidebar_industry_zx .item{
	width: 162px;	
}
.sidebar_industry_zx .item .thumb{
	width: 100%;
	height: 106px;
}
.sidebar_industry_zx .item:first-of-type{
	margin-right: 15px;
}
/* 礼包列表 end*/

/* 游戏列表 */
.list_game_wrap .item{
	width: 100%;
	border-radius: 6px;
	border: 1px solid #F4F4F4;
	padding: 15px 14px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.list_game_wrap .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 6px;
	margin-right: 10px;
}
.list_game_wrap .item .star{
	margin: 5px 0;
}
.list_game_wrap .item .down{
	display: inline-block;
	width: 13px;
	height: 15px;
	background: url(../images/down.png) no-repeat center / contain;
	background-size: 100%;
	margin-left: 10px;
}
/* 游戏列表 end*/

/* 资讯列表 */
.list_news_wrap .item:nth-of-type(4){
	margin-top: 30px;
}
.list_news_wrap .item{
	width: 100%;
	border-left: 1px solid #f2f2f2;
	padding-left: 22px;
	box-sizing: border-box;
	position: relative;
	margin-top: 22px;
}
.list_news_wrap .item::before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 28px;
	background: var(--pm-c);
	position: absolute;
	left: 0px;
	top: 0px;
}
.list_news_wrap .item .time{
	display: inline-block;
	height: 28px;
	padding: 0 10px;
	background: #F8F8F8;
	text-align: center;
	line-height: 28px;
	position: relative;
	margin-right: 20px;
	box-sizing: border-box;
}
.list_news_wrap .item .time::before{
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	background: url(../images/subscript.png) no-repeat left / contain;
	background-size: 100%;
	position: absolute;
	left: -7px;
	top: 50%;
	transform: translateY(-50%);
}
.list_news_wrap .item .title{
	font-weight: bold;
	font-size: 14px;
}
.list_news_wrap .item .thumb{
	width: 177px;
	height: 115px;
	border-radius: 6px;
	margin-right: 20px;
}
.list_news_wrap .item .desc{
	line-height: 36px;
	flex: 1;
}
/* 资讯列表 end*/

/* 排行榜大全 */
.rank_news_wrap .rank_wrap_top{
	height: 120px;
	padding: 22px 15px 16px;
	box-sizing: border-box;
	background: linear-gradient( 90deg, #FFF4E1 0%, #FFFAF3 100%), rgba(255,255,255,0.2);
	border-radius: 10px;
}
.rank_news_wrap .rank_wrap_top:hover{
	background: linear-gradient( 90deg, #FFA639 0%, #FF7420 100%);
}
.rank_news_wrap .rank_wrap_top:hover .rank_title{
	font-weight: bold;
	color: var(--pm-c);
}
.rank_news_wrap .rank_wrap_top:hover .time{
	color: #fff;
}
.rank_news_wrap .rank_wrap_top .rank_title{
	width: 290px;
	height: 40px;
	line-height: 40px;
	padding: 0 13px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 16px;
	background: url(../images/rank_title_bg.png) no-repeat right / contain;
	background-size: 100%;
	margin-bottom: 15px;
}
.rank_news_wrap li{
	margin-top: 20px;
}
.rank_news_wrap .wrap{
	display: none;
	align-items: center;
	padding-right: 10px;
	border: 1px solid #FDF5EA;
	box-sizing: border-box;
}
.rank_news_wrap li.active .wrap{
	display: flex;
}
.rank_news_wrap li.active .item{
	display: none;
}
.rank_news_wrap .wrap .order{
	width: 22px;
	height: 102px;
	line-height: 102px;
	text-align: center;
	background: #FFE3B6;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 12px;
}
.rank_news_wrap .wrap .icon{
	width: 74px;
	height: 74px;
	border-radius: 15px;
	margin-right: 10px;
}
.rank_news_wrap .wrap span{
	color: #888888;
}
.rank_news_wrap .wrap .type{
	display: block;
	margin: 4px 0;
}
.rank_news_wrap .item{
	display: flex;
	padding-right: 10px;
	box-sizing: border-box;
}
.rank_news_wrap .item .order{
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #F8F8F8;
	font-size: 12px;
	color: #999999;
	margin-right: 12px;
}
.rank_news_wrap .down{
	display: inline-block;
	width: 13px;
	height: 15px;
	background: url(../images/index_rank_downn.png) no-repeat center / contain;
	background-size: 13px 15px;
	margin-left: 10px;
}
.rank_news_wrap .down:hover{
	background: url(../images/index_rank_down2.png) no-repeat center / contain;
	background-size: 13px 15px;
}
/* 排行榜大全 end*/

/* 排行榜列表 */
.list_rank .menu_nav{
	margin-bottom: 10px;
}
.list_rank .item{
	width: 366px;
	height: 180px;
	position: relative;
}
.list_rank .item:not(:first-of-type){
	margin-left: 30px;
}
.list_rank .item::before{
	content: '';
	display: inline-block;
	width: 56px;
	height: 36px;
	position: absolute;
	left: 46px;
	bottom: 130px;
}
.list_rank .item .title{
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	left: 137px;
	bottom: 27px;
	max-width: 200px;
}
.list_rank .item:nth-of-type(1){
	background: url(../images/list_rank_type1.png) no-repeat center / contain;
	background-size: 100% 100%;
}
.list_rank .item:nth-of-type(1)::before{
	background: url(../images/list_rank_type_order1.png) no-repeat center / contain;
	background-size: 100%;
}
.list_rank .item:nth-of-type(1) .title{
	color: #01CCCC;	
}
.list_rank .item:nth-of-type(2){
	background: url(../images/list_rank_type2.png) no-repeat center / contain;
	background-size: 100%  100%;
}
.list_rank .item:nth-of-type(2)::before{
	background: url(../images/list_rank_type_order2.png) no-repeat center / contain;
	background-size: 100%;
}
.list_rank .item:nth-of-type(2) .title{
	color: var(--pm-c);
}
.list_rank .item:nth-of-type(3){
	background: url(../images/list_rank_type3.png) no-repeat center / contain;
	background-size: 100% 100%;
}
.list_rank .item:nth-of-type(3)::before{
	background: url(../images/list_rank_type_order3.png) no-repeat center / contain;
	background-size: 100%;
}
.list_rank .item:nth-of-type(3) .title{
	color: #FF88AF;
}
.list_rank .item .icon{
	width: 100px;
	height: 100px;
	border-radius: 15px;
	position: absolute;
	left: 25px;
	bottom: 30px;
}

.list_rank .list-container li{
	background: rgba(248, 248, 248, .8);
	padding-right: 20px;
	box-sizing: border-box;
}
.list_rank .list-container li:hover{
	background: #FFFCF8;
}
.list_rank .list-container li:hover .order{
	background: var(--pm-c);
}
.list_rank .list-container li .order{
	width: 22px;
	height: 140px;
	line-height: 140px;
	background: #D9D9D9;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 20px;
}
.list_rank .list-container li .icon{
	width: 100px;
	height: 100px;
	background: #D9D9D9;
	border-radius: 20px;
	margin-right: 11px;
}
.list_rank .list-container li .title{
	margin-bottom: 18px;
	font-weight: bold;
}
.list_rank .list-container li .text{
	margin-right: 25px;
}
.list_rank .list-container li .desc{
	margin-top: 18px;
}
.list_rank .list-container li .down{
	display: inline-block;
	width: 116px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 10px;
	background: var(--pm-c) url(../images/rank_list_down.png) no-repeat 20px / contain;
	background-size: 11px 13px;
	text-indent: 20px;
}

/* 排行榜列表 end*/

/* 搜索结果 */
.single .list_news_wrap .item .time{
	width: 177px;
	text-align: center;
}
.search_warp{
	padding-bottom: 50px;
}
/* 搜索结果 end*/

/* 专辑详情 */
.single_album .single_header .icon{
	width: 140px;
	height: 140px;
	border-radius: 20px;
	margin-right: 20px;
}
.single_album .single_header h1{
	font-weight: bold;
	font-size: 24px;
	color: #333333;
}
.single_album .single_header .text{
	margin-top: 10px;
	font-size: 12px;
	color: #333333;
}
.single_album .single_header .text span{
	font-size: 12px;
	color: #999999;
}

.single_album .more_xg{
	margin-top: 20px;
}
.single_album .more_xg .title{
	width: 170px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 6px;
	font-size: 12px;
	margin-right: 10px;
	padding: 0 5px;
	box-sizing: border-box;
}
.single_album .more_xg .title:nth-of-type(1){
	background: #FFF3F3;
	color: #FF5F5F;
}
.single_album .more_xg .title:nth-of-type(2){
	background: #F0FCF5;
	color: #49D782;
}
.single_album .more_xg .title:nth-of-type(3){
	background: #F1F5FF;
	color: #628CFF;
}
.single_album .more_xg .title:nth-of-type(4){
	background: #F9F2FF;
	color: #C47BFF;
}
.single_album .more_xg .title:last-of-type{
	margin-right: 0;
}


.show_tj{
	width: 303px;
	background: #FFF9EE;
	border-radius: 10px;
	margin-left: 10px;
	position: relative;
	padding: 30px 10px 14px 16px;
	box-sizing: border-box;
}
.show_tj::before{
	content: '';
	display: inline-block;
	width: 188px;
	height: 70px;
	background: url(../images/show_tj_bg.png) no-repeat center / contain;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -35px;
}
.show_tj .icon{
	width: 68px;
	height: 68px;
	margin-right: 10px;
	border-radius: 50%;
}
.show_tj .title{
	font-weight: bold;
	font-size: 16px;
}
.show_tj .type{
	display: inline-block;
	line-height: 32px;
}
.show_tj .down{
	display: inline-block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background: var(--pm-c);
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 10px;
}


.album_list .item{
	width: 100%;
	border-radius: 6px;
	border: 1px solid #F4F4F4;
	padding: 15px 11px 15px 16px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.album_list .uk-width-1-3:nth-of-type(-n + 3) .item{
	position: relative;
}
.album_list .uk-width-1-3:nth-of-type(-n + 3) .item::before{
	content: '';
	display: inline-block;
	width: 50px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 0px 6px 0px 10px;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	right: -1px;
	top: -1px;
}
.album_list .uk-width-1-3:nth-of-type(1) .item::before{
	content: 'NO.1';
	background: #FF705A;
}
.album_list .uk-width-1-3:nth-of-type(2) .item::before{
	background: #FFAD5A;
	content: 'NO.2';
}
.album_list .uk-width-1-3:nth-of-type(3) .item::before{
	background: #FFD35A;
	content: 'NO.3';
}
.album_list .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
	margin-right: 10px;
}
.album_list .item .star{
	margin: 6px 0;
}
.album_list .item .down{
	display: inline-block;
	width: 68px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
	border: 1px solid var(--pm-c);
	font-size: 14px;
	color: var(--pm-c);
	margin-left: 10px;
	background: #FFF7E9 url(../images/down.png) no-repeat 14px / contain;
	background-size: 10px 12px;
	text-indent: 15px;
}

.hot_album li{
	margin-top: 20px;
}
.hot_album li .tag{
	width: 46px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #ECECEC;
	color: #888888;
}
/* 专辑详情 end*/

/* 礼包详情 */
.single_gift{
	padding-bottom: 32px;
}
.single_gift .single_header{
	margin-bottom: 28px;
}
.single_gift .single_header .icon{
	width: 140px;
	height: 140px;
	border-radius: 20px;
	margin-right: 20px;
}
.single_gift .single_header h1{
	font-weight: bold;
	font-size: 24px;
	color: #333333;
}
.single_gift .single_header .label_box{
	width: 80%;
}
.single_gift .single_header .text{
	font-size: 12px;
	color: #333333;
	padding-right: 10px;
}
.single_gift .single_header .text span{
	font-size: 12px;
	color: #999999;
}
/* 礼包详情 end*/


/* 手游详情 */
.single_game{
	padding-bottom: 32px;
}
.single_game .single_header{
	margin-bottom: 28px;
}
.single_game .single_header .icon{
	width: 140px;
	height: 140px;
	border-radius: 20px;
	margin-right: 20px;
}
.single_game .single_header h1{
	font-weight: bold;
	font-size: 24px;
	color: #333333;
}
.single_game .single_header .label_box{
	width: 80%;
}
.single_game .single_header .text{
	font-size: 12px;
	color: #333333;
	padding-right: 10px;
}
.single_game .single_header .text span{
	font-size: 12px;
	color: #999999;
}
.single_game .single_header .text .score{
	color: var(--pm-c);
}
.sliderBox {
    overflow: hidden;
	position: relative;
	margin: 23px 0;
}

.sliderBox .slide li {
    padding-right: 15px;
}

.sliderBox .slide li:last-child {
    padding-right: 0;
}
.sliderBox .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
}
.sliderBox .btn svg {
    display: none;
}
.sliderBox .btn span{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0;
}
.sliderBox .left{
	left: 8px;
	background: url(../images/slider_l.png) no-repeat center / contain;
	background-size: 100%;
}
.sliderBox .right{
	right: 18px;
	background: url(../images/slider_r.png) no-repeat center / contain;
	background-size: 100%;
}
/* 手游详情 end*/

/* 资讯详情 */
.single_news .single_header{
	padding-top: 30px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 15px;
}
.single_news .single_header h1{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	margin-bottom: 50px;
}
.single_news .single_header .others{
	height: 36px;
	line-height: 36px;
	background: #F8F8F8;
}
.single_news .single_header .others span{
	font-size: 12px;
	color: #999999;
}
.single_news .single_header .others span:not(:first-of-type){
	margin-left: 40px;
}
/* 资讯详情 end*/

/* 排行榜详情 */
 .single_rank_item .item{
	width: 100%;
	height: 180px;
	position: relative;
}
.single_rank_item .item::before{
	content: '';
	display: inline-block;
	width: 56px;
	height: 36px;
	position: absolute;
	left: 46px;
	bottom: 130px;
}
.single_rank_item .item .title{
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	left: 137px;
	bottom: 27px;
	max-width: 200px;
}
.single_rank_item .uk-width-1-2:nth-of-type(1) .item{
	background: url(../images/list_rank_type1.png) no-repeat center / contain;
	background-size: 100% 100%;
}
.single_rank_item .uk-width-1-2:nth-of-type(1) .item::before{
	background: url(../images/list_rank_type_order1.png) no-repeat center / contain;
	background-size: 100%;
}
.single_rank_item .uk-width-1-2:nth-of-type(1) .item .title{
	color: #01CCCC;	
}
.single_rank_item .uk-width-1-2:nth-of-type(2) .item{
	background: url(../images/list_rank_type2.png) no-repeat center / contain;
	background-size: 100%  100%;
}
.single_rank_item .uk-width-1-2:nth-of-type(2) .item::before{
	background: url(../images/list_rank_type_order2.png) no-repeat center / contain;
	background-size: 100%;
}
.single_rank_item .uk-width-1-2:nth-of-type(2) .item .title{
	color: var(--pm-c);
}
.single_rank_item .uk-width-1-2:nth-of-type(3) .item{
	background: url(../images/list_rank_type3.png) no-repeat center / contain;
	background-size: 100% 100%;
}
.single_rank_item .uk-width-1-2:nth-of-type(3) .item::before{
	background: url(../images/list_rank_type_order3.png) no-repeat center / contain;
	background-size: 100%;
}
.single_rank_item .uk-width-1-2:nth-of-type(3) .item .title{
	color: #FF88AF;
}
.single_rank_item .uk-width-1-2:nth-of-type(4) .item{
	background: url(../images/list_rank_type4.png) no-repeat center / contain;
	background-size: 100% 100%;
}
.single_rank_item .item .icon{
	width: 100px;
	height: 100px;
	border-radius: 15px;
	position: absolute;
	left: 25px;
	bottom: 30px;
}
/* 排行榜详情 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: #F8F8F8;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	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: block;
	width: 91px;
	height: 26px;
	line-height: 26px;
	border-radius: 20px;
	font-size: 12px;
	letter-spacing: 1px;
	box-sizing: border-box;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	text-indent: 15px;
}

.kaifu_warp .down {
	background: #FCB644 url(../images/kaifu_xz.png) no-repeat 11px/contain;
	background-size: 12px;
}

.kaifu_warp .gift {
	background: #51A6FF url(../images/kaifu_gift.png) no-repeat 11px/contain;
	background-size: 12px;
}

.kaifu_warp .game-type {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	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 */