:root {
	--pm-c: #81AFF7;
}

/*隐藏类*/
.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%;
    font-size: 14px;
    color: #666666;
    /* margin: 10px 0; */
	position: relative;
	padding-left: 13px;
	box-sizing: border-box;
}
#app_info li::before{
	position: absolute;
	left: 0px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--pm-c);
	content: '';
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
}

#app_info li b {
	cursor: pointer;
    font-size: 14px;
    color: #666666;
    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: #fff url(../images/body_bg.png) no-repeat top/contain;
	background-size: 100% 1117px;
	background-position-y: 158px;
}

.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-25 {
	margin-right: 25px !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: 108px 0 40px !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: #FFE14A;
	font-size: 14px;
}
/* 评分 */
.star {
	height: 15px;
	width: 60px;
	display: inline-block;
	/* background: url(../images/home_hot_.png) repeat-x 12px / contain; */
	vertical-align: text-top;
}

.star:before {
	content: "";
	display: block;
	/* background: url(../images/home_hot.png) repeat-x 12px / contain; */
	height: 15px;
}

.star-1:before {
	width: 12px;
}

.star-2:before {
	width: 24px;
}

.star-3:before {
	width: 36px;
}

.star-4:before {
	width: 48px;
}

.star-5:before {
	width: 60px;
}

/* .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: #FFFFFF;
	line-height: 36px;
	/* position: relative; */
	/* padding-left: 16px; */
}
/* .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: #FFFFFF;
}

.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: #DBDBDB url(../images/az.png) no-repeat center/contain;
	margin-right: 5px;
}

.platform .az {
	background: #89BE55 url(../images/az.png) no-repeat center/contain;
	margin-right: 5px;
}

.platform .ios_ {
	background: #DBDBDB url(../images/ios.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 {
	padding-bottom: 10px;
	border-bottom: 1px solid #F0F0F0;
}

.module-title .title {
	height: 26px;
    line-height: 26px;
	background: var(--pm-c);
	border-radius: 0px 0px 0px 0px;
	border: 1px solid var(--pm-c);
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}
.module-title .title span{
	display: inline-block;
	padding: 0 6px;
	box-sizing: border-box;
}
.module-title .title span:last-of-type{
	font-weight: bold;
	font-size: 16px;
	color: #555555;
	background-color: #fff;
}

.module-title .more {
	display: inline-block;
	width: 14px;
	height: 19px;
	background: url(../images/more_icon.png) no-repeat center/contain;
}

/*默认图标尺寸*/
.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,
.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: 16px;
}

.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: 16px;
	background: url('../images/home_dot_icon.png') no-repeat center/contain;
}

/* 圆点 */
.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;
	letter-spacing: 1px;
	color: var(--pm-c);
	margin-right: 10px;
}
/* 序号 */
.list-container li .order{
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #E2E8F1;
	border-radius: 20px;
	margin-right: 16px;
	font-size: 12px;
	color: #999999;
}
/* 数字 */
.list-container li .num{
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #EAEAEA;
	border-radius: 6px;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}

/* 公共头部样式 */
/* 公共头部样式 */
.header {
	background: #FFFFFF;
	padding-top: 36px;
	/* background: url('../images/header_bg.png') no-repeat center/contain; */
	/* background-size: 100% */
}

/* logo样式 */
.logo {
	width: 158px;
	height: 100%;
}

.header .nav {
	background: linear-gradient( 180deg, #AECFFF 0%, #5D96F1 100%);
	margin-top: 35px;
	padding: 8px 0;
	box-sizing: border-box;
}

.header .nav li {
	display: inline-block;
	padding: 0 25px;
	height: 30px;
	border-radius: 30px;
	line-height: 30px;
	box-sizing: border-box;
	text-align: center;
}
.header .nav li:not(:first-child){
	margin-left: 0px;
}

.header .nav li a {
	font-size: 16px;
	color: #FFFFFF;
}

.header .nav li:hover a,
.header .nav li.active a {
	font-weight: bold;
	font-size: 16px;
	color: var(--pm-c);
}

.header .nav li:hover,
.header .nav li.active {
	background-color: #ffffff;
}

/* 搜索 */
.header .search {
	width: 181px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	margin-left: 45px;
}
.header .search::before{
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../images/search.png) no-repeat center/contain;
	position: absolute;
	left: 12px;
	top: 50%;
    transform: translateY(-50%);
}

.header .search .search_input {
	height: 100%;
	width: calc(100% - 50px);
	border: none;
	outline: medium;
	vertical-align: top;
    line-height: 30px;
	color: #999999;
	font-size: 12px;
	background-color: #ffffff;
	text-indent: 10px;
	padding-left: 30px;
	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: 50px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: var(--pm-c);
	border-radius: 30px;
	cursor: pointer;
	font-size: 12px;
	color: #FFFFFF;	
	position: absolute;
	top: 2px;
	right: 2px;
	border: none;
}

/* 公共头部样式end */

/* 公共尾部样式 */
.footer {
	background-color: #333;
	padding: 40px 0;
	font-size: 12px;
	color: #999;
	text-align: center;
}
.footer span,
.footer a,
.footer p {
	font-size: 12px;
	color: #999;
}
.footer p {
	margin-top: 25px;
}
.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: -15px;
	margin-top: 5px;
}

.index-link ul li {
	display: inline-block;
	margin-top: 10px;
	margin-left: 8px;
}

.index-link ul li a {
	font-size: 12px;
	color: #999999;
	letter-spacing: 1px;
}

.index-link ul li:hover a {
	color: var(--pm-c) !important;
}

.index-link ul li::after {
	content: '|';
	display: inline-block;
	color: #999;
	margin-left: 5px;
}

.index-link ul li:last-child::after {
	display: none;
}

.index-link ul li:last-child::after {
	display: none;
}
/* 侧边栏 */
.sidebar {
	margin-left: 20px;
	width: 340px;
}

.sidebar .game-rank {
	width: 100%;
}

/* 详情页公共样式 */
.title_introduction{
	background: url(../images/show_gift_h2bg.png) no-repeat center / contain;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	width: 186px;
	height: 46px;
	line-height: 42px;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 auto 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: #4D4D4D;
	text-indent: 2em;
	margin: 15px 0 20px;
	line-height: 2;
}

.single .single_content p img {
	max-width: 68%;
	margin: 10px auto;
	display: block;
}
.single .single_content h2,
.single .single_content h3 {
	width: 116px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: var(--pm-c);
	border-radius: 0px 20px 20px 20px;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 0;
	position: relative;
}
.single .single_content h2::before,
.single .single_content h3::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #FFFFFF;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

/* 详情下载按钮 */
.single .down-btn .btn {
	position: relative;
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	width: 140px;
	height: 40px;
	line-height: 40px;
	border-radius: 30px;
}
.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: #F781AA;
	box-shadow: 0px 4px 1px 0px #DD467B;
}
.single .down-btn .az,
.single .down-btn .lb {
	background: #81AFF7;
	box-shadow: 0px 4px 1px 0px #6199F0;
}

.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 {
	position: relative;
	/* font-weight: bold; */
	font-size: 14px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center left;
	/* padding-left: 27px; */
	box-sizing: border-box;
}

/* 
.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 .az a,
.single .down-btn .az span {
	background-image: url('../images/az.png');
	background-size: 17px;
	padding-left: 27px;
}

.single .down-btn .ios a,
.single .down-btn .ios span {
	background-image: url('../images/ios.png');
	background-size: 17px;
	padding-left: 27px;
}
 .single .down-btn .lb a,
.single .down-btn .lb span {
	background: url('../images/gift_icon.png') no-repeat left/contain;
	background-size: 18px;
	padding-left: 25px;
}

.single .down-btn .xz a,
.single .down-btn .xz span {
	background: url('../images/game_icon.png') no-repeat left/contain;
	background-size: 17px;
	padding-left: 26px;
} 

.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: 50px;
}

.page-error .page-404 {
	width: 349px;
	height: 349px;
	margin: 0 auto;
	background: url(../images/404.png) no-repeat center/contain;
}

.page-error .page-500 {
	width: 349px;
	height: 349px;
	margin: 0 auto;
	background: url(../images/500.png) no-repeat center/contain;
}

.page-error p {
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	margin: 52px auto 36px;
}

.page-error .go-home {
	display: inline-block;
	width: 120px;
	height: 36px;
	border-radius: 30px;
	border: 1px solid #E5E5E5;
	line-height: 36px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	box-sizing: border-box;
}

/* 单页面样式 */
.page {
	min-height: 1300px;
    /* margin-bottom: 30px;
    padding-bottom: 30px !important; */
    padding-top: 150px;
}
.page_banner{
	background: url(../images/page_banner.png) no-repeat center/cover;
	width: 100%;
	height: 257px;
	margin-top: 15px;
}
.page_nav{
	display: flex;
	flex-wrap: wrap;
	margin-left: -11px;
}
.page_nav li{
	width: 90px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #EDEDED;
	margin-top: 13px;
	margin-left: 11px;
}
.page_nav li a{
	display: inline-block;
	width: 100%;	
	padding: 0 8px;
	box-sizing: border-box;
}
.page_nav li.active,
.page_nav li:hover{
	background: #F6FAFF;
	border-color: #F6FAFF;
}
.page_nav li.active a,
.page_nav li:hover a{
	color: var(--pm-c);
}

/* .page-content{
	width: 860px;
} */
.page .page-title {
	width: 116px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: var(--pm-c);
	border-radius: 0px 20px 20px 20px;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 0;
	position: relative;
/* 
	background: url(../images/page_bg.png) no-repeat center / contain;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: 1px;
	color: #fff;
	width: 214px;
	height: 38px;
	padding: 0 34px;
	box-sizing: border-box;
	text-align: center;
	text-indent: 0em;
	margin-top: 20px;
	margin-bottom: 10px; */
}
.page .page-title::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #FFFFFF;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.page-content p {
	font-size: 14px;
	color: #666666;
	/* letter-spacing: 1px; */
	text-indent: 2em;
	margin: 15px 0;
	line-height: 36px;
}
.page-content ul {
	flex-wrap: wrap;
	width: 830px;
}

.page-content ul li {
	margin-right: 45px;
	margin-top: 15px;
	/* padding: 0 10px;
	box-sizing: border-box;
	width: 110px;
	height: 36px; */
	/* text-align: center;
	line-height: 36px;
	border-radius: 6px;
	border: 1px solid #EBEBEB; */
}

.page-content ul li a {
	font-size: 14px;
	color: #666666;
	/* letter-spacing: 1px;
	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);	
}

/* 搜索页样式 */
.search-total {
	font-weight: bold;
	font-size: 16px;
	color: var(--pm-c);
	line-height: 36px;
	/* letter-spacing: 1px; */
	margin-bottom: 15px;
}
/* 列表页公共样式 */
/* 菜单栏 */
.menu_nav{
	display: flex;
	flex-wrap: wrap;
	margin-left: -11px;
}
.menu_nav li{
	width: 90px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #EDEDED;
	margin-top: 13px;
	margin-left: 11px;
}
.menu_nav_ li{
	width: 138px;
}
.menu_nav li a{
	display: inline-block;
	width: 100%;	
	padding: 0 8px;
	box-sizing: border-box;
}
.menu_nav li.active,
.menu_nav li:hover{
	background: #F6FAFF;
	border-color: #F6FAFF;
}
.menu_nav li.active a,
.menu_nav li:hover a{
	color: var(--pm-c);
}
/* 模块 */
.module{
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
}
.module:first-of-type{
	margin-top: 0;
}

/* 首页顶部游戏 */
.w674{
	width: 674px;
}
.w468{
	width: 468px;
}
.home{
	margin-top: 37px !important;
}
.home_top_game li{
	/* width: 100px; */
	height: 30px;
	line-height: 30px;
	border-radius: 6px;
	font-size: 12px;
	color: #666666;
	padding: 0 14px 0 32px;	
	letter-spacing: 1px;
	cursor: pointer;
}
.home_top_game li:nth-of-type(1){
	background: #F8F8F8 url(../images/home_hot_icon.png) no-repeat 12px / contain;
	background-size: 12px 14px;
}
.home_top_game li:nth-of-type(2){
	background: #F8F8F8 url(../images/home_popularity_icon.png) no-repeat 12px / contain;
	background-size: 12px 14px;
}
.home_top_game li:nth-of-type(1).active{
	background: #F6FAFF url(../images/home_hot_icon_.png) no-repeat 12px / contain;
	background-size: 12px 14px;
	color: var(--pm-c);
}
.home_top_game li:nth-of-type(2).active{
	background: #F6FAFF url(../images/home_popularity_icon_.png) no-repeat 12px / contain;
	background-size: 12px 14px;
	color: var(--pm-c);
}
.home_top_game li:not(:first-of-type){
	margin-left: 10px;
}
.home_top_game .game_module{
	margin-top: 20px;
	display: none;
}
.home_top_game .game_module.active{
	display: flex;
	flex-wrap: wrap;
	margin-left: -25px;
}
.home_top_game .item{
	width: 92px;
    text-align: center;
    margin-left: 25px;
    margin-bottom: 24px;
}
.home_top_game .item .title_:hover{
	color: var(--pm-c);
}
.home_top_game .item .icon{
	width: 68px;
	height: 68px;
	border-radius: 10px;
	margin: 0 auto 13px;
	position: relative;
}
.home_top_game .item .icon:hover .down{
	display: block;
}
.home_top_game .item .icon .down{
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: var(--pm-c);
	border-radius: 0px 0px 10px 10px;
	font-size: 12px;
	color: #FFFFFF;
	display: none;
	position: absolute;
    left: 0px;
    bottom: 0px;
}
.home_top_game .item .size{
	margin-top: 11px;
}



.home_catList{
	background: #F8F8F8;
	padding: 16px 14px 16px 0px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 27px;
}
.home_catList .row{
	display: flex;
	margin-top: 10px;
}
.home_catList .row:first-of-type{
	margin-top: 0;
}
.home_catList .row span{
	display: inline-block;
	width: 53px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	margin-left: 0;
	background: url(../images/home_soft_bg.png) no-repeat left / contain;
	background-size: 53px 30px;
	transform: translateX(-6px);
}
.home_catList .row:nth-of-type(2) span{
	background: url(../images/home_game_bg.png) no-repeat left / contain;
	background-size: 53px 30px;
}
.home_catList ul {
	list-style: none;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	height: 30px;
    line-height: 24px;
	flex: 1;
}

.home_catList ul li {
	font-size: 12px;
    margin-left: 10px;
}
.home_catList ul li:hover a{
	color: var(--pm-c);
}

.home_catList ul li:first-child {
	padding-right: 0;
}

.home_catList ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.home_catList ul li:first-child:after {
	display: none;
}

.home_catList ul li span {
	font-size: 18px;
	color: #333;
}

.home_catList ul li i {
	line-height: 0;
	margin: 0 20px;
}

.home_tab_news .tab_news{
	background: #F6FAFF;
	padding: 12px 0;
}
.home_tab_news .tab_news li{
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	width: 127px;
    text-align: center;
	cursor: pointer;
	position: relative;
}
.home_tab_news .tab_news li span{
	z-index: 1;
    position: inherit;	
}
.home_tab_news .tab_news li:not(:first-of-type){
	margin-left: 35px;
}
.home_tab_news .tab_news li.active{	
	color: #FFFFFF;	
}
.home_tab_news .tab_news li.active span{
	text-shadow: 0px 4px 4px #3F7BD9;
	font-weight: bolder;
}
.home_tab_news .tab_news li.active::before{
	content: "";
	display: inline-block;
	width: 127px;
	height: 63px;
	background: url(../images/home_hotspot_bg.png) no-repeat center / contain;
	background-size: 127px 63px;
	position: absolute;
	left: 0px;
	top: -12px;
}
.home_tab_news .news_module{
	display: none;
}
.home_tab_news .news_module.active{
	display: block;
}
.home_tab_news .news_module .tip{
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #E5E5E5;
	text-align: center;
	margin-top: 32px;
}
.home_tab_news .news_module .tip:hover{
	color: var(--pm-c);
}
.home_tab_news .news_module li{
	margin-top: 22px;	
}
.home_tab_news .news_module li .title{
	font-weight: 400;
	font-size: 14px;
}
/* 首页顶部游戏 end*/

/* 资讯轮播图 */
.home_slide {
	margin-bottom: 13px;
	/* margin-left: 25px; */
}

.home_slide .slider {
	width: 100%;
	height: 376px;
	position: relative;
}

.home_slide .slider .slide {
	width: 100%;
	height: 100%;
	margin-left: 0;
}

.home_slide .slider li {
	padding-left: 0;
}

.home_slide .slider li .img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.home_slide .slider .slideNav {
	position: absolute;
	bottom: 14px;
	left: 50%;
}

.home_slide .slider .slideNav li {
	margin-right: 5px;
	padding-left: 0;
}

.home_slide .slider .slideNav li:last-child {
	margin-right: 0;
}

.home_slide .slider .slideNav li a {
	width: 8px;
	height: 8px;
	background: #999;
	display: block;
	border-radius: 50%;
	border: none;
}

.home_slide .slider .slideNav li.uk-active a {
	background-color: var(--pm-c);
}
.home_slide .slider .btn{
	width: 32px;
	height: 68px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.home_slide .slider .btn a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.home_slide .slider .left{
	left: 0px;
	background: rgba(0,0,0,0.5) url(../images/home_slider_l.png) no-repeat center / contain;
	background-size: 26px 32px;
}
.home_slide .slider .right{
	right: 0px;
	background: rgba(0,0,0,0.5) url(../images/home_slider_r.png) no-repeat center / contain;
	background-size: 26px 32px;
}
.home_slide .slider svg{
	display: none;
}
/* 资讯轮播图 end*/

/* 必看攻略 */
.home_gl_bk .item{
	margin-top: 10px;
}
.home_gl_bk .item .title{
	margin-bottom: 13px;
}
.home_gl_bk .item .thumb{
	width: 145px;
	height: 96px;
}
.home_gl_bk .item .info{
	background: #F8F8F8;
	height: 96px;
	padding: 10px;
	box-sizing: border-box;
}
.home_gl_bk .item .info .desc{
	line-height: 24px;
}
.home_gl_bk .item .info .time{
	margin-top: 10px;
	display: inline-block;
}
/* 必看攻略 end*/

/* 资讯爆料 */
.home_news_broke {
	background-color: #fff;
}
.home_news_broke  .item{
	background: #F8F8F8;
	padding: 8px;
	box-sizing: border-box;
}
.home_news_broke  .item .thumb{
	width: 100%;
	height: 122px;
	margin-bottom: 10px;
}
.home_news_broke .item .time{
	margin-top: 10px;
	display: inline-block;
	background: url(../images/home_time_icon.png) no-repeat left / contain;
	background-size: 16px 18px;
	padding-left: 25px;
}
/* 资讯爆料 end*/


/* 手游推荐 */
.home_game_tj .item{
	margin-top: 20px;
}
.home_game_tj .item:nth-of-type(2){
	margin-top: 14px;
}
.home_game_tj .item .icon_box{
	width: 86px;
	height: 88px;
	margin-right: 11px;
	position: relative;
	background: url(../images/home_game_icon_bg.png) no-repeat left / contain;
}
.home_game_tj .item .icon_box .icon{
	width: 70px;
	height: 70px;
	border-radius: 10px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.home_game_tj .item .title{
	font-weight: bold;
	margin-bottom: 12px;
}
.home_game_tj .item .desc{
	margin-top: 7px;
}
.home_game_tj .item .down{
	width: 66px;
	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;
}
/* 手游推荐 end*/

/* 安卓游戏 */
.home_az_game .item{
	width: 100%;
	text-align: center;
	padding: 17px 5px 10px;
	box-sizing: border-box;
	background: #F8F8F8;
	border-radius: 6px;
}
.home_az_game .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 15px;
	margin: 0 auto 10px;
}
/* 安卓游戏 end*/

/* 高分推荐 */
.home_hScore_tj{
	background: url(../images/home_tj_bg.png) no-repeat center / contain;
	background-size: 100% 420px;
	padding: 20px 0 50px;
	box-sizing: border-box;
}
.home_hScore_tj .item{
	width: 100%;
	background: url(../images/home_tj_item_bg.png) no-repeat center / contain;
	background-size: 100%;
	padding: 8px 20px 31px 22px;
	box-sizing: border-box;
	text-align: center;
}
.home_hScore_tj .item .icon{
	width: 100%;
	height: 148px;
	border-radius: 20px 20px 20px 50px;
	border: 3px solid #FFFFFF;
	margin-bottom: 13px;
}
.home_hScore_tj .item .title{
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.home_hScore_tj .item .text{
	color: #FFFFFF;
}
.home_hScore_tj .item .down{
	display: inline-block;
	width: 77px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 10px;
}
/* 高分推荐 end*/

/* 装机必备 */
.home_app_tj .item{
	margin-top: 20px;
}
.home_app_tj .item:nth-of-type(2){
	margin-top: 14px;
}
.home_app_tj .item .icon_box{
	width: 86px;
	height: 88px;
	margin-right: 11px;
	position: relative;
	background: url(../images/home_game_icon_bg.png) no-repeat left / contain;
}
.home_app_tj .item .icon_box .icon{
	width: 70px;
	height: 70px;
	border-radius: 10px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.home_app_tj .item .title{
	font-weight: bold;
	margin-bottom: 12px;
}
.home_app_tj .item .desc{
	margin-top: 7px;
}
.home_app_tj .item .down{
	width: 66px;
	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;
}
/* 装机必备 end*/

/* 应用软件 */
.home_app .item{
	width: 100%;
	text-align: center;
	padding: 17px 5px 10px;
	box-sizing: border-box;
	background: #F8F8F8;
	border-radius: 6px;
}
.home_app .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 15px;
	margin: 0 auto 10px;
}
/* 应用软件 end*/

/* 游戏视频 */
.home_game_video .item{
	width: 100%;
	background: #F8F8F8;
	padding: 10px 10px 20px;
	box-sizing: border-box;
	text-align: center;
}
.home_game_video .item .icon{
	width: 100%;
	height: 153px;
	position: relative;
	margin-bottom: 15px;
}
.home_game_video .item .icon .video_btn{
	content: '';
	display: inline-block;
	background: url(../images/home_video_icon.png) no-repeat left / contain;
	width: 43px;
	height: 43px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	position: absolute;
}
/* 游戏视频 end*/

/* 攻略排行 */
.home_gl_rank ul{
	padding-left: 10px;
}
.home_gl_rank li{
	height: 40px;
	margin-top: 4px;
	position: relative;	
	padding-left: 30px;
}
.home_gl_rank li:nth-of-type(even){	
	background: #FAFAFA;
}
.home_gl_rank li:nth-of-type(-n + 3) .order{
	color: #fff;
	background-color: var(--pm-c);
}
.home_gl_rank li .order{
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
}
.home_gl_rank li .text{
	margin-left: 5px;
}
/* 攻略排行 end*/

/* 攻略心得 */
.w373{
	width: 373px;
}
.home_gl_ideas li:first-of-type{
	margin-top: 0;
}
.home_gl_ideas .thumb{
	width: 50%;
	height: 125px;
}
.home_gl_ideas .uk-flex .thumb:first-of-type{
	margin-right: 10px;
}
.home_gl_ideas .thumb_{
	width: 100%;
	height: 242px;
	margin-bottom: 14px;
	margin-right: 0 !important;
}
/* 攻略心得 end*/

/* 手游排行 */
.home_rank .uk-grid-small>*{
	padding-left: 20px;
}
.rank_warp .info_hover{
	display: none;
}
.rank_warp li.active .info_hover{
	display: flex;
}
.rank_warp li.active .info_warp{
	display: none;
}
.home_rank .uk-width-1-3:nth-of-type(3n - 2) .rank_warp .text{
	background: url(../images/home_rank_bg1.png) no-repeat center / contain;	
}
.home_rank .uk-width-1-3:nth-of-type(3n - 1) .rank_warp .text{
	background: url(../images/home_rank_bg2.png) no-repeat center / contain;	
}
.home_rank .uk-width-1-3:nth-of-type(3n) .rank_warp .text{
	background: url(../images/home_rank_bg3.png) no-repeat center / contain;	
}
.rank_warp .text{
	width: 274px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	/* margin-bottom: 26px; */
	margin: 0 auto 26px;
}
.rank_warp .num{
	margin-right: 18px;
}
.rank_warp .info_warp{
	border-bottom: 1px dashed #E5E5E5;
	padding-bottom: 10px;
	padding-top: 10px;
}
.home_rank .uk-width-1-3:nth-of-type(3n - 2) .rank_warp li.active{
	background: #FFF8F5;
	border-radius: 6px;
}
.home_rank .uk-width-1-3:nth-of-type(3n - 1) .rank_warp li.active{
	background: #F1FCF7;
	border-radius: 6px;
}
.home_rank .uk-width-1-3:nth-of-type(3n) .rank_warp li.active{
	background: #F5F8FF;
	border-radius: 6px;
}
.home_rank .rank_warp li.active .info_hover{
	padding: 15px 15px 15px 0;
	box-sizing: border-box;
}
.rank_warp li.active .num{
	height: 100px;
    line-height: 100px;
}
.rank_warp li.active .info_hover .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
	margin-right: 10px;
}
.rank_warp li.active .info_hover .type{
	display: inline-block;
	line-height: 24px;
}
.rank_warp li.active .info_hover .down{
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 6px;
	margin-left: 10px;
}
.home_rank .uk-width-1-3:nth-of-type(3n - 2) .rank_warp li.active .down{
	border: 1px solid #FF9479;
	color: #FF9479;
}
.home_rank .uk-width-1-3:nth-of-type(3n - 1) .rank_warp li.active .down{
	border: 1px solid #4ED095;
	color: #4ED095;
}
.home_rank .uk-width-1-3:nth-of-type(3n) .rank_warp li.active .down{
	border: 1px solid #6F9FFF;
	color: #6F9FFF;
}
.home_rank .uk-width-1-3:nth-of-type(3n - 2) .rank_warp li:nth-of-type(-n + 3) .num{
	background: #FF8D77;
}
.home_rank .uk-width-1-3:nth-of-type(3n - 1) .rank_warp li:nth-of-type(-n + 3) .num{
	background: #4ED095;
}
.home_rank .uk-width-1-3:nth-of-type(3n) .rank_warp li:nth-of-type(-n + 3) .num{
	background: #6F9FFF;
}
.rank_warp .desc{
	margin-top: 5px;
}
/* 手游排行 end*/


/* 手游专辑 */
.album_menu_nav{
	margin: 14px 0 70px;
}
.album_menu_nav li{
	width: 90px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #EDEDED;
	font-size: 14px;
	color: #666666;
	margin-right: 11px;
}
.album_menu_nav li.active,
.album_menu_nav li:hover{
	background: #F6FAFF;
	border-color: #F6FAFF;	
}
.album_menu_nav li.active a,
.album_menu_nav li:hover a{
	color: var(--pm-c);
}
.album_menu_nav li a{
	display: inline-block;
	width: 100%;
}
.list_album .uk-grid-small>.uk-grid-margin{
	margin-top: 90px;
}
.list_album_warp{
	border-radius: 30px;
	border: 1px solid #F5F5F5;
	padding: 22px 15px 22px 180px;
	box-sizing: border-box;
	position: relative;
}
.list_album_warp .album_type{
	width: 160px;
	height: 258px;
	text-align: center;
	background: #F8F8F8;
	border-radius: 30px;
	border: 1px solid #F3F3F3;
	position: absolute;
	left: 0px;
	top: -40px;
	padding-top: 15px;
	box-sizing: border-box;
}
.list_album_warp .album_type .icon{
	width: 120px;
	height: 120px;
	border-radius: 20px 20px 20px 50px;
	border: 3px solid #CFDCF0;
	margin: 0 auto 15px;
}
.list_album_warp .album_type .time{
	margin-top: 10px;
	margin-bottom: 15px;
}
.list_album_warp .album_type .btn{
	width: 82px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid var(--pm-c);
	font-size: 13px;
	color: var(--pm-c);
	display: inline-block;
}
.list_album_warp .album_warp .warp_title{
	font-weight: bold;
	font-size: 18px;
	flex: 1;
}
.list_album_warp .album_warp .warp_title:hover{
	color: var(--pm-c);
}
.list_album_warp .album_warp .num{
	margin-left: 10px;
	font-size: 12px;
	color: #999;
}
.list_album_warp .album_warp .item{
	width: 57px;
}
.list_album_warp .album_warp .item:not(:first-of-type){
	margin-left: 8px;
}
.list_album_warp .album_warp .item .icon{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 12px;
	margin: 0 auto 10px;
}
/* 手游专辑 end*/

/* 礼包列表 */
.list_gift_warp .item{
	margin-top: 20px;
}
.list_gift_warp .item .icon_box{
	background: url(../images/gift_warp_icon.png) no-repeat center / contain;
	width: 97px;
    height: 99px;
    margin-right: 12px;
    position: relative;
}
.list_gift_warp .item .icon_box .icon{
	width: 78px;
	height: 78px;
	border-radius: 15px;
	position: absolute;
    bottom: 5px;
    left: 5px;
}
.list_gift_warp .item .info{
	padding-bottom: 20px;
	border-bottom: 1px dashed #E5E5E5;
	padding-top: 12px;
	box-sizing: border-box;
}
.list_gift_warp .item .title{
	font-weight: bold;
}
.list_gift_warp .item .text{
	margin: 10px 0;
}
.list_gift_warp .item .get{
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 30px;
	border: 1px solid var(--pm-c);
	font-size: 14px;
	color: var(--pm-c);
	margin-left: 10px;
}
.gift_tj .item:nth-of-type(2){
	margin-top: 14px;
}
.gift_tj .item{
	margin-top: 16px;
}
.gift_tj .item .icon_box{
	width: 86px;
	height: 88px;
	margin-right: 11px;
	position: relative;
	background: url(../images/home_game_icon_bg.png) no-repeat left / contain;
}
.gift_tj .item .icon_box .icon{
	width: 70px;
	height: 70px;
	border-radius: 10px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.gift_tj .item .title{
	font-weight: bold;
}
.gift_tj .item .uk-progress{
	width: 122px;
	height: 5px;
	margin: 15px 0;
}
.gift_tj .item .uk-progress::-webkit-progress-value {
	background: var(--pm-c);
	border-radius: 99px;
}
.gift_tj .item .get{
	width: 66px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
	margin-left: 10px;
}

.hot_down .item{
	width: 100%;
    text-align: center;
}
.hot_down .item .title_:hover{
	color: var(--pm-c);
}
.hot_down .item .icon{
	width: 68px;
	height: 68px;
	border-radius: 10px;
	margin: 0 auto 13px;
	position: relative;
}
.hot_down .item .icon:hover .down{
	display: block;
}
.hot_down .item .icon .down{
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: var(--pm-c);
	border-radius: 0px 0px 10px 10px;
	font-size: 12px;
	color: #FFFFFF;
	display: none;
	position: absolute;
    left: 0px;
    bottom: 0px;
}
.hot_down .item .size{
	margin-top: 11px;
}
/* 礼包列表 end*/

/* 游戏列表 */
.list_game_warp{
	flex-wrap: wrap;
}
.list_game_warp .item{
	width: 193px;
	height: 278px;
	background: url(../images/list_game_bg.png) no-repeat center / contain;
	padding: 33px 37px 20px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 24px;
}
.list_game_warp .item:hover{
	background: url(../images/list_game_bg_.png) no-repeat center / contain;
}
.list_game_warp .item:hover .title,
.list_game_warp .item:hover .type,
.list_game_warp .item:hover .down{
	color: #fff;
	border-color: #fff;
}
.list_game_warp .item .icon{
	width: 115px;
	height: 120px;
	border-radius: 20px 20px 20px 50px;
	border: 3px solid #CFDCF0;
	margin: 0 auto;
}
.list_game_warp .item .title{
	font-weight: bold;
	margin: 8px 0;
}
.list_game_warp .item .down{
	display: inline-block;
	width: 82px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
	margin-top: 10px;
	font-size: 12px;
	box-sizing: border-box;
}
/* 游戏列表 end*/

/* 资讯列表 */
.list_news_warp .item{
	background: linear-gradient( 90deg, #F8F8F8 0%, #FFFFFF 100%);
	padding: 12px 9px;
	box-sizing: border-box;
	margin-top: 12px;
}
.list_news_warp .item:first-of-type{
	margin-top: 20px;
}
.list_news_warp .item .thumb{
	width: 210px;
	height: 122px;
	margin-right: 12px;
}
.list_news_warp .item .title{
	font-weight: bold;
}
.list_news_warp .item .time{
	background: url(../images/home_time_icon.png) no-repeat left / contain;
	background-size: 16px 18px;
	padding-left: 26px;
	margin: 10px 0;
}
.list_news_warp .item .desc{
	line-height: 28px;
}

.new_gl .item{
	width: 100%;
	background: #F8F8F8;
	padding: 5px;
	box-sizing: border-box;
}
.new_gl .item .thumb{
	width: 100%;
	height: 90px;
	margin-bottom: 9px;
}
.new_gl .item .time{
	background: url(../images/gl_time_icon.png) no-repeat left / contain;
	background-size: 12px 14px;
	padding-left: 19px;
	margin-top: 10px;
}
/* 资讯列表 end*/

/* 排行榜大全 */
.rank_banner{
	width: 100%;
	height: 233px;
	background: url(../images/rank_banner.png) no-repeat center / cover;
}
.rank_news_warp{
	margin-top: 23px;
	margin-left: -20px;
}
.rank_news_warp>.uk-grid-margin{
	margin-top: 25px;
}
.rank_news_warp>*{
	padding-left: 20px;
}
.news_warp{
	width: 100%;
	background: #F8FBFF;
	border-radius: 6px;
	padding-right: 18px;
	padding-bottom: 14px;
	box-sizing: border-box;
}
.news_warp .rank_title{
	background: linear-gradient( 90deg, #4888EE 0%, #66E0F3 100%);
	border-radius: 0px 0px 30px 0px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	width: 313px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	position: relative;
	text-indent: -40px;
}
.news_warp .rank_title::before{
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../images/rank_title_icon.png) no-repeat left / contain;
	position: absolute;
	left: 20px;
    top: 10px;
}
.news_warp .item{
	position: relative;
	text-align: center;
	width: 60px;
	margin-left: 20px;
}
.news_warp .item:nth-of-type(-n + 3){
	width: 77px;	
}
.news_warp .item:nth-of-type(-n + 3) .icon{
	width: 77px;
	height: 77px;
}
.news_warp .item .icon{
	border-radius: 15px;
	width: 60px;
	height: 60px;
}
.news_warp .item:nth-of-type(-n + 3)::before{
	content: '';
	display: inline-block;
	width: 37px;
	height: 27px;	
	position: absolute;
	left: 50%;
	top: -15px;
	transform: translateX(-50%);
	z-index: 1;
}
.news_warp .item .title_{
	margin-top: 10px;
}
.news_warp .item:nth-of-type(1)::before{
	background: url(../images/rank1.png) no-repeat center / contain;
}
.news_warp .item:nth-of-type(2)::before{
	background: url(../images/rank2.png) no-repeat center / contain;
}
.news_warp .item:nth-of-type(3)::before{
	background: url(../images/rank3.png) no-repeat center / contain;
}
.news_warp .item_more .icon{
	width: 60px;
	height: 60px;
	background: #FFFFFF;
}
.news_warp .item_more .icon a,
.news_warp .item_more .icon a img{
	width: 25px !important;
	height: 30px !important;
}
/* 排行榜大全 end*/

/* 排行榜列表 */
.game_rank_list .item{
	margin-top: 30px;
}
.game_rank_list .item .icon_box{
	width: 150px;
	height: 153px;
	margin-right: 22px;
	position: relative;
	background: url(../images/game_rank_bg.png) no-repeat left / contain;
}
.game_rank_list .item .icon_box .icon{
	width: 120px;
	height: 120px;
	border-radius: 20px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.game_rank_list .item .order{
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #D2D9E4;
	border-radius: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 8px;
}
.game_rank_list .item:nth-of-type(-n + 3) .order{
	background: var(--pm-c);
	color: #FFFFFF;
}
.game_rank_list .item .title{
	font-weight: bold;
	font-size: 18px;
}
.game_rank_list .item .label{
	width: auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #EDEDED;
	font-size: 12px;
	color: #999999;
	margin: 28px 0 24px;
	display: inline-block;
}
.game_rank_list .item .label:not(:first-of-type){
	margin-left: 11px;
}
.game_rank_list .item .down{
	width: 110px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: var(--pm-c);
	border-radius: 6px;
	margin-left: 10px;
	color: #FFFFFF;
	display: inline-block;
}
/* 排行榜列表 end*/


/* 搜索结果 */
.search_warp{
	margin-bottom: 30px;
}
/* 搜索结果 end*/

/* 专辑详情 */
.single_album .single_header .thumb_box{
	width: 150px;
	height: 153px;
	margin-right: 22px;
	position: relative;
	background: url(../images/game_rank_bg.png) no-repeat left / contain;
}
.single_album .single_header .thumb_box .thumb{
	width: 120px;
	height: 120px;
	border-radius: 20px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.single_album .single_header h1{
	font-weight: bold;
	font-size: 22px;
	color: #333333;
}
.single_album .single_header .uk-grid{
	width: 80%;
}
.single_album .single_header .label{
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	border: 1px solid #EDEDED;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 12px;
	color: #999999;
	margin-right: 11px;
	display: inline-block;
	margin: 10px 11px 15px 0;
	min-width: 140px;
}
 .single_album .single_header .more_box{
	font-size: 14px;
	color: #FFFFFF;
}
.single_album .single_header .more_box .title{
	max-width: 180px;
	display: inline-block;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 12px;
	position: relative;
	margin-right: 10px;
	padding-right: 5px;
}
.single_album .single_header .more_box .title::before{
	content: "，";
    right: 0px;
    bottom: 0px;
    display: inline-block;
    width: 5px;
	position: absolute;
}
.single_album .single_header .more_box .title:nth-of-type(1){
	color: #55D2BD;
}
.single_album .single_header .more_box .title:nth-of-type(2){
	color: #FFAB4B;
}
.single_album .single_header .more_box .title:nth-of-type(3){
	color: #7A84E4;
} 
.single_album .show_tj{
	width: 320px;
	height: 172px;
	background: url(../images/show_tj_bg.png) no-repeat top / contain;
	padding: 58px 20px 16px;
	box-sizing: border-box;
	margin-left: 10px;
}
.single_album .show_tj .icon{
	width: 72px;
	height: 72px;
	border-radius: 15px;
	border: 1px solid #FFFFFF;
	margin-right: 12px;
}
.single_album .show_tj .title{
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}
.single_album .show_tj .type,
.single_album .show_tj .desc{
	color: #FFFFFF;
}
.single_album .show_tj .down{
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 30px;
	font-size: 14px;
	color: #4C88E5;
}
.single_album .show_tj .desc{
	margin-top: 9px;
}

.album_list .item .icon_box{
	width: 102px;
	height: 104px;
	margin-right: 10px;
	position: relative;
	background: url(../images/album_icon_bg.png) no-repeat left / contain;
}
.album_list .item .icon_box .icon{
	width: 82px;
	height: 82px;
	border-radius: 10px;
	position: absolute;
	bottom: 7px;
	left: 7px;
}
.album_list .item .order{
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #D2D9E4;
	border-radius: 50%;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 10px;
}
.album_list .uk-width-1-3:nth-of-type(-n + 3) .order{
	background: var(--pm-c);
}
.album_list .item .title{
	font-weight: bold;
}
.album_list .item .type{
	margin-top: 14px;
}
.album_list .item .desc{
	margin-top: 7px;
}
.album_list .item .down{
	width: 66px;
	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;
}

.more_album .more_title{
	width: 226px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #F8F8F8;
	border-radius: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
	padding: 0 10px;
	box-sizing: border-box;
}
.more_album .more_title:hover{
	background: var(--pm-c);
	color: #FFFFFF;
}
/* 专辑详情 end*/

/* 礼包详情 */
.single_gift{
	display: flex;
}
.single_gift .single_header{
	margin-bottom: 35px;
}
.single_gift .single_header .thumb_box{
	width: 150px;
	height: 153px;
	margin-right: 22px;
	position: relative;
	background: url(../images/game_rank_bg.png) no-repeat left / contain;
}
.single_gift .single_header .thumb_box .thumb{
	width: 120px;
	height: 120px;
	border-radius: 20px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.single_gift .single_header h1{
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	color: #333333;
}
.single_gift .single_header .label{
	height: 30px;
	line-height: 30px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #EDEDED;
	font-size: 12px;
	color: #999999;
	padding: 0 13px;
	box-sizing: border-box;
}
.single_gift .uk-table thead tr{
	background: #F8F8F8;
}
.single_gift .uk-table td{
	vertical-align: middle;
}
.single_gift .uk-table-striped tbody tr,
.single_gift .uk-table-striped>tr{
	border: none !important;
}
.single_gift .uk-table-striped tbody tr:nth-of-type(even), 
.single_gift .uk-table-striped>tr:nth-of-type(even){
	background: #F8F8F8;
}
.single_gift .uk-table-striped tbody tr:nth-of-type(odd), 
.single_gift .uk-table-striped>tr:nth-of-type(odd){
	background-color: #fff;
}
.single_gift .uk-table th{
	padding-top: 7px;
	padding-bottom: 7px;
}
.single_gift .gift_name{
	padding-left: 40px;
}
.single_gift .uk-table .title:hover{
	color: var(--pm-c);
}
.single_gift .icon{
	width: 30px;
	height: 30px;
	border-radius: 6px;
	margin-right: 10px;
}
.single_gift .btn{
	font-size: 12px;
	color: var(--pm-c);
}
.single_gift .td_gift_name{
	max-width: 200px;
}
.single_gift .td_btn{
	width: 90px;
	box-sizing: border-box;
}
/* 礼包详情 end*/


/* 手游详情 */
.single_game{
	display: flex;
}
.single_game .single_header{
	margin-bottom: 35px;
}
.single_game .single_header .thumb_box{
	width: 150px;
	height: 153px;
	margin-right: 22px;
	position: relative;
	background: url(../images/game_rank_bg.png) no-repeat left / contain;
}
.single_game .single_header .thumb_box .thumb{
	width: 120px;
	height: 120px;
	border-radius: 20px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.single_game .single_header h1{
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 18px;
	color: #333333;
}
.single_game .single_header .label{
	height: 30px;
	line-height: 28px;
	border-radius: 4px;
	border: 1px solid #EDEDED;
	font-size: 12px;
	color: #999999;
	padding: 0 13px;
	box-sizing: border-box;
	margin-top: 12px;
	margin-left: 11px;
	max-width: 155px;
}
.single_game .single_header .label:nth-of-type(3n - 2){
	margin-left: 0;
}

.sliderBox {
    overflow: hidden;
	position: relative;
	margin-top: 25px;
	margin-bottom: 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: 401px;
    padding-left: 6px;
}

.sliderBox .slide li:last-child {
    margin-right: 0;
}
.sliderBox .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
}
.sliderBox .btn span{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0;
}
.sliderBox .left{
	left: 0px;
	background: url(../images/screenshots_l.png) no-repeat center / contain;
	background-size: 30px;
}
.sliderBox .right{
	right: 0px;
	background: url(../images/screenshots_r.png) no-repeat center / contain;
	background-size: 30px;
}
.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;
}
/* 手游详情 end*/

/* 资讯详情 */
.single_news{
	display: flex;
}
.single_news .single_header{
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}
.single_news .single_header h1{
	font-weight: bold;
	font-size: 22px;
	color: #333333;
	line-height: 50px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding: 0 45px;
	box-sizing: border-box;
}
.single_news .single_header .others{
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #999999;
	background: #F8F8F8;
}
.single_news .single_header .others span:not(:first-of-type){
	margin-left: 40px;
}
/* 资讯详情 end*/

/* 排行榜详情 */
.single_rank_banner{
	background: url(../images/single_rank_banner.png) no-repeat center/cover;
	width: 100%;
	height: 233px;
	margin-top: 15px;
	text-align: center;
	padding: 30px 0 48px;
	box-sizing: border-box;
}
.single_rank_banner .icon{
	width: 58px;
	height: 58px;
	margin: 0 auto 20px;
}
.single_rank_banner h1{
	font-weight: bold;
	font-size: 32px;
	letter-spacing: 1px;
	text-align: center;
	background-image: linear-gradient(to bottom, #FFF07F 0%, #FFCA57 100%);
	-webkit-background-clip: text;
	color: transparent;
	display: inline-block;
	margin: 0;
}
.single_rank_banner .time{
	font-size: 12px;
	color: #FFF481;
	margin-top: 12px;
	display: inline-block;
}
.single_rank_banner .time::before,
.single_rank_banner .time::after{
	width: 43px;
	height: 1px;
	background-color: #FFF481;	
}
.single_rank_banner .time::before{
	left: -63px;
}
.single_rank_banner .time::after{
	right: -63px;
}

.more_rank li{
	margin-top: 11px;	
}
.more_rank li.active .list_wrap{
	display: flex;
}
.more_rank .list{
	height: 36px;
	line-height: 36px;
	background: #F8F8F8;
	border-radius: 20px;
	padding: 0 17px;
}
.more_rank .list .dot{
	width: 16px;
	height: 16px;
	background: url(../images/trophy_icon.png) no-repeat center / contain;
	margin-right: 12px;
}
.more_rank .list_wrap{
	padding: 0 27px 0 39px;
	box-sizing: border-box;
	display: none;
	margin-top: 15px;
}
.more_rank .list_wrap .icon{
	width: 52px;
	height: 52px;
	border-radius: 10px;
}
.more_rank .list_wrap .icon:not(:first-of-type){
	margin-left: 22px;
}
/* 排行榜详情 end*/


/* 开服  */
.categor_kaifu{
	/* margin-bottom: 30px !important; */
	/* margin-top: 30px; */
}
.kaifu_warp{
	/* margin-top: 20px; */
}
.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 .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 tr .az_ {
	width: 22px;
	height: 22px;
}

.kaifu_warp tr .ios_ {
	width: 22px;
	height: 22px;
}

.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;
}

.kaifu_warp .down {
	background: #8EB8F9;
	padding-left: 20px;
}
.kaifu_warp .down:hover{
	background-color: #6299F2;
}

.kaifu_warp .gift {
	background: #FF8181;
	padding-left: 22px;
}
.kaifu_warp .gift:hover{
	background-color: #FF6A6A;
}

.kaifu_warp .btn::before {
	left: 12px;
	display: inline-block;
	z-index: 100;
}

.kaifu_warp .down::before {
	width: 14px;
	height: 14px;
	background: url(../images/kaifu_xz_.png) no-repeat center/contain;
}
.kaifu_warp .down:hover::before{
	background: url(../images/kaifu_xz.png) no-repeat center/contain;
}

.kaifu_warp .gift::before {
	width: 15px;
	height: 15px;
	background: url(../images/kaifu_gift_.png) no-repeat center/contain;
}
.kaifu_warp .gift:hover::before{
	background: url(../images/kaifu_gift.png) no-repeat center/contain;
}

.kaifu_warp .game-type {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	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_down_icon.png') no-repeat center/contain;
	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 */