:root {
	--pm-c: #76C5F6;
}

/*隐藏类*/
.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: 12px;
	box-sizing: border-box;
}
#app_info li::before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: var(--pm-c);
	border-radius: 50%;
	left: 0;
	position: absolute;
	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: #F8F8F8;
	/* background: #F7F7F7 url(../images/body_bg.png) no-repeat top/contain; */
	/* background-size: 100% 630px; */
}

.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-t-40 {
	padding-top: 40px;
}

/* 内下边距 */
.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-b-40 {
	padding-bottom: 40px !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-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: 70px 0 50px 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;
	background: url(../images/star.png) no-repeat left / contain;
	background-size: 14px;
	padding-left: 18px;
}
/* 评分 */
.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 {
	height: 30px;
	line-height: 30px;
	background: #F8F8F8;
	font-size: 12px;
	color: #999;
	box-sizing: border-box;
	position: relative;
	padding: 0 12px;
}
/* .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 {
	position: relative;
	/* height: 24px;
	line-height: 24px; */
	/* padding-bottom: 13px; */
}

.module-title .title {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	/* letter-spacing: 2px; */
	/* line-height: 24px; */
	padding-right: 28px;
	background: url('../images/module_icon.png') no-repeat right/contain;
	background-size: 24px 14px;
}

.module-title .more {
	width: 15px;
	height: 15px;
	background: url('../images/more_icon.png') no-repeat center/contain;
	background-size: 15px;
	display: inline-block;
	margin-left: 10px;
	/* border-radius: 4px; */
	/* border: 1px solid var(--pm-c); */
	/* 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: 15px;
}

.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: 5px;
	height: 5px;
	background: #E6E6E6;
	border-radius: 50%;
	margin-right: 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: var(--pm-c);
	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 {
	height: 100%;
	background: linear-gradient( 90deg, #64E3C6 0%, #42AAFF 100%);
	box-shadow: 0px 4px 4px 0px rgba(229,229,229,0.25);
	padding: 32px 0;
	box-sizing: border-box;
	display: flex;
}
.header .uk-container{
	width: 1200px;
}

/* logo样式 */
.logo {
	/* width: 225px; */
	height: 100%;
}
.header .nav{
	display: flex;
	flex: 1;
	justify-content: end;
	/* background: var(--pm-c);
	border-radius: 5px;
	display: flex;
	margin-top: 25px; */
}
.header .nav li{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0 20px;
	box-sizing: border-box;
}
.header .nav li.active,
.header .nav li:hover{
	background: #FFFFFF;
	border-radius: 30px;
}
.header .nav li.active a,
.header .nav li:hover a{
	font-weight: bold;
	font-size: 16px;
	background: -webkit-linear-gradient(left, #64E3C6, #46B1F8); /* Safari */
	background: -o-linear-gradient(right, #64E3C6, #46B1F8); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #64E3C6, #46B1F8);/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #64E3C6, #46B1F8);/* 标准的语法 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent; /* 防止在某些浏览器中显示默认颜色 */
	/* background: linear-gradient(180deg, #46B1F8 0%, #64E3C6 100%); */
}

.header .nav li a{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
}

/* 搜索 */
.header .search {
	width: 190px;
	height: 28px;
	line-height: 28px;
	background: #F8F8F8;
	border-radius: 30px;
	margin-left: 10px;
	position: relative;
	
	/* background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid var(--pm-c);
	overflow: hidden;
	position: relative;
	margin-left: 10px;
	margin-right: 16px; */
}

.header .search .search_input {
	border-radius: 30px;
	height: 100%;
	width: 100%;
	border: none;
	outline: medium;
	vertical-align: top;
    /* line-height: 30px; */
	color: #999999;
	font-size: 12px;
	background-color: #ffffff;
	text-indent: 10px;
	padding-left: 30px;
	padding-right: 49px;
	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 {
	cursor: pointer;
	display: block;
	width: 46px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: var(--pm-c);
	border-radius: 20px;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
    top: 3px;
    right: 3px;
	border: none;
}
.header .search .search-icon{
	cursor: pointer;
	background: url(../images/search_icon.png) no-repeat center/contain;
	display: block;
    width: 12px;
    height: 12px;
	position: absolute;
	left: 12px;
	border: none;
	top: 50%;
    transform: translateY(-50%);
}

/* 公共头部样式end */

/* 公共尾部样式 */
.footer {
	background-color: #333;
	padding: 35px 0;
	font-size: 14px;
	color: #999;
	text-align: center;
	height: 177px;
    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: 20px;
}
.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: 15px !important;
}
.index_link ul {
	margin-left: -15px;
	margin-top: 10px;
}

.index_link ul li {
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
}

.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: 8px;
}

.index_link ul li:last-child::after {
	display: none;
}

.index_link ul li:last-child::after {
	display: none;
}
/* 侧边栏 */
.sidebar {
	margin-left: 20px;
	width: 320px;
}

/* 详情页公共样式 */
.single_content_title{
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 auto 20px;
	/* position: relative; */
}
.single_content_title::before{
	width: 32px;
	height: 20px;
	background: url(../images/single_content_title_l.png) no-repeat left / contain;
	left: -46px;
}
.single_content_title::after{
	background: url(../images/single_content_title_r.png) no-repeat left / contain;
	right: -46px;
	width: 32px;
	height: 20px;
}
.single_content_title i{
	display: inline-block;
	width: 82px;
	height: 5px;
	background: linear-gradient( 90deg, #FA6087 0%, #FFA7CA 100%);
	border-radius: 99px;
	position: absolute;
	bottom: 0px;
	left: 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: #666;
	/* text-indent: 2em; */
	margin: 10px 0;
	line-height: 2.5;
}

.single .single_content p img {
	max-width: 68% !important;
	margin: 10px auto;
	display: block;
}
.single .single_content h2,
.single .single_content h3,
.single_content_title {
	font-weight: bold;
	font-size: 16px;
	color: var(--pm-c);
	border-bottom: 12px solid #E5F5FF;
	height: 20px;
    line-height: 36px;
	display: inline-block;
	margin: 0px;
	margin-top: 5px;
}

/* 详情下载按钮 */
.single .down-btn .btn {
	position: relative;
	display: block;
	width: 158px;
	height: 44px;
	background: var(--pm-c);
	border-radius: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 44px;
}
.single .down-btn .lb,
.single .down-btn .az{
	margin-right: 20px;
}
.single .down-btn .ios{
	margin-right: 20px;
}


.single .down-btn .sy,
.single .down-btn .ios,
.single .down-btn .mob,
.single .down-btn .xz {
	background: #FF8266;
}

.single .down-btn .pc,
.single .down-btn .az,
.single .down-btn .lb {
	background: var(--pm-c);
}
.single .down-btn .xz span,
.single .down-btn .xz a{
	padding-left: 30px;
	background: url('../images/game_down.png') no-repeat left/contain;
	background-size: 20px;
}
.single .down-btn .lb span,
.single .down-btn .lb a{
	padding-left: 30px;
	background: url('../images/gift.png') no-repeat left/contain;
	background-size: 20px;
}

.single .down-btn .az span,
.single .down-btn .az a{
	padding-left: 30px;
	background: url('../images/az.png') no-repeat left/contain;
	background-size: 20px;
}

.single .down-btn .ios span,
.single .down-btn .ios a{
	padding-left: 30px;
	background: url('../images/ios.png') no-repeat left/contain;
	background-size: 20px;
}

.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: 16px;
	color: #fff;
}

.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: 200px;
}

.page-error .page-404 {
	width: 288px;
	height: 96px;
	margin: 0 auto;
	background: url(../images/404.png) no-repeat center/contain;
}

.page-error .page-500 {
	width: 288px;
	height: 96px;
	margin: 0 auto;
	background: url(../images/500.png) no-repeat center/contain;
}

.page-error p {
	font-size: 14px;
	color: #888;
	margin: 25px 0;
}

.page-error .go-home {
	display: inline-block;
	width: 97px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: rgba(118,197,246,0.1);
	border-radius: 30px;
	font-size: 14px;
	color: var(--pm-c);
	text-align: center;
	box-sizing: border-box;
}

/* 单页面样式 */
.page {	
	min-height: 720px;
	box-sizing: border-box;
}

.page-nav {
	margin-right: 35px;
	width: 300px;
	background: url(../images/page_nav_bg.png) no-repeat top/contain;
	background-size: 100% 100%;
	padding: 15px 20px;
	box-sizing: border-box;
}

.page-nav li{
	/* text-align: center; */
	padding-bottom: 16px;
	margin-top: 16px;
	border-bottom: 1px dashed #D9F0F4;
}
.page-nav li:first-of-type{
	margin-top: 0;
}
.page-nav li:last-of-type{
	margin-bottom: 0;
	border-bottom: none;
}
/* .page-nav li:hover,
.page-nav li.active{
	background-color: var(--pm-c);
} */
.page-nav li:hover a,
.page-nav li.active a{	
	background: url(../images/page_nav_get_.png) no-repeat right/contain;
	background-size: 21px 13px;
	color: var(--pm-c);
	font-weight: Bold;
}

.page-nav li a{
	width: 100%;
	font-size: 16px;
	color: #333333;
	display: inline-block;
	box-sizing: border-box;
	background: url(../images/page_nav_get.png) no-repeat right/contain;
	background-size: 21px 13px;
	box-sizing: border-box;
	padding-right: 26px;
}

/* .page-content{
	width: 860px;
} */
.page .page-title {
	font-weight: bold;
	font-size: 16px;
	color: var(--pm-c);
	border-bottom: 12px solid #E5F5FF;
	height: 20px;
    line-height: 36px;
	display: inline-block;
	margin: 13px 0 20px;
}
.page-content p {
	font-size: 14px;
	color: #666666;
	/* letter-spacing: 1px; */
	text-indent: 2em;
	margin: 10px 0;
	line-height: 36px;
}
.page-content ul {
	flex-wrap: wrap;
	margin-left: -20px;
}

.page-content ul li {
	/* width: 110px; */
	/* height: 36px;
	line-height: 36px; */
	padding: 0 10px;
	text-align: center;
	/* background: #F7F7F7; */
	/* border-radius: 6px;	 */
	margin-left: 20px;
	margin-bottom: 15px;
	box-sizing: border-box;
	/* border: 1px solid #F7F7F7; */
}

.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: 14px;
	color: #333333;
	/* letter-spacing: 1px; */
	margin: 15px 0 20px;
}
/* 列表页公共样式 */
/* 菜单栏 */
.menu_nav{
	display: flex;
	flex-wrap: wrap;
	margin: 8px 0 20px;
	margin-left: -9px;
}
.menu_nav li{
	width: 120px;
	height: 40px;
	border-radius: 6px;
	border: 1px solid #ECECEC;
	display: inline-block;
	margin-top: 12px;	
	box-sizing: border-box;
	margin-left: 9px;
}
.menu_nav li a{
	font-size: 14px;
	color: #333333;
	display: inline-block;
    width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	padding-right: 18px;
}
.menu_nav li a::after{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 3px;
	box-sizing: border-box;
	background: #E2E5E7 url(../images/selected.png) no-repeat center / contain;
	background-size: 11px 8px;
	border-radius: 4px;
	position: absolute;
	right: 11px;
	top: 50%;
	transform: translateY(-50%);
}
.menu_nav li:hover a::after,
.menu_nav li.active a::after{
	background: var(--pm-c) url(../images/selected.png) no-repeat center / contain;
	background-size: 11px 8px;
}
.menu_nav_ li{
	width: 184px;
}
/* 模块 */
.module{
	padding: 20px;
	box-sizing: border-box;
	background: #FFFFFF;
	margin-bottom: 13px;
	margin-top: 17px;
}
.w390{
	width: 390px;
}
.w320{
	width: 320px;
}
.w400{
	width: 400px;
}

/* 首页 */
.index_top_game{
	display: flex;
}
.index_top_game .item{
	width: 155px;
	padding: 20px;
	box-sizing: border-box;
	background: url(../images/index_top_game_bg.png) no-repeat center / contain;
}
.index_top_game .item:not(:first-of-type){
	margin-left: 12px;
}
.index_top_game .item .icon{
	width: 82px;
	height: 82px;
	border-radius: 20px;
}
.index_top_game .item .title{
	margin: 12px 0;
}
.index_catList{
	margin: 22px 0 20px;
}
.index_catList ul {
	list-style: none;
	margin-top: 14px;
	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 .title{
	font-size: 12px;
	color: #888888;
}

.index_catList ul li .title:hover{
	color: #FFBB27;
}

.index_catList ul li:first-child {
	width: 44px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #FFBD2E;
	border-radius: 6px;
	font-size: 12px;
	color: #fff;
	margin-right: 20px;
	position: relative;
}
.index_catList ul:nth-of-type(1) li:first-of-type{
	background: #FFBD2E;
}
.index_catList ul:nth-of-type(1) li:first-of-type::after{	
	background: url(../images/index_type1.png) no-repeat center / contain;
}
.index_catList ul:nth-of-type(2) li:first-of-type::after{	
	background: url(../images/index_type2.png) no-repeat center / contain;
}
.index_catList ul:nth-of-type(3) li:first-of-type::after{	
	background: url(../images/index_type3.png) no-repeat center / contain;
}
.index_catList ul:nth-of-type(2) li:first-of-type{
	background: #61D26E;
}.index_catList ul:nth-of-type(3) li:first-of-type{
	background: #6693F4;
}

.index_catList ul li:first-child span {
	font-size: 14px;
	color: #FFFFFF;
}

.index_catList ul li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 5px;
	width: 1px;
	height: 12px;
	background: #888888;
}


.index_catList ul li:first-child {
	padding-right: 0;
}

.index_catList ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.index_catList ul li:first-child:after,
.index_catList ul li:last-child:after {
	display: none;
}

.index_catList ul li i {
	line-height: 0;
	margin: 0 20px;
}

.index_catList ul li:first-child:after{
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 12px;
	right: -17px;
	top: 50%;
    transform: translateY(-50%);
}


.index_slide {
	margin-bottom: 17px;
}

.index_slide .slider {
	width: 100%;
	height: 228px;
}

.index_slide .slider .slide {
	width: 100%;
	height: 100%;
	margin-left: 0;
}

.index_slide .slider li {
	padding-left: 0;
	border-radius: 6px;
}

.index_slide .slider li .img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

.index_slide .slider li .img span {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 32px;
	background: rgba(0, 0, 0, .7);
	font-size: 14px;
	color: #fff;
	padding: 0px 10px;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 32px;
	box-sizing: border-box;
}

/* .index_slide .slider .slideNav {
	position: absolute;
	bottom: 14px;
	right: 16px;
}

.index_slide .slider .slideNav li {
	margin-right: 5px;
	padding-left: 0;
}

.index_slide .slider .slideNav li:last-child {
	margin-right: 0;
}

.index_slide .slider .slideNav li a {
	width: 8px;
	height: 8px;
	background: rgba(255,255,255,0.4);
	display: block;
	border-radius: 50%;
	border: none;
}

.index_slide .slider .slideNav li.uk-active a {
	background-color: var(--pm-c);
} */

.index_game_tj .wrap{
	background: url(../images/index_game_tj_bg.png) no-repeat top / cover;
	background-size: 100% 100%;
	padding: 42px 32px 37px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 20px;
}
.index_game_tj .item{
	width: 85px;
	text-align: center;
	margin-left: 32px;
	margin-top: 28px;
}
.index_game_tj .item:nth-of-type(3n - 2){
	margin-left: 0;
}
.index_game_tj .item .icon{
	width: 85px;
	height: 85px;
	border-radius: 15px;
	margin-bottom: 15px;
}
.index_game_tj .item .title_:hover{
	color: var(--pm-c);
}
.index_game_tj .item:nth-of-type(-n + 3){
	margin-top: 0;
}


.index_news_list .item .title{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 16px;
}
.index_news_list .item .thumb{
	width: 123px;
	height: 75px;
	margin-right: 16px;
}
.index_news_list .item .desc{
	line-height: 25px;
	flex: 1;
}
.index_news_list li{
	margin-top: 17px;
}
.index_news_list ul li:first-of-type{
	border-top: 1px dashed #E5E5E5;
	padding-top: 15px;
}
.index_news_list li .tag{
	font-size: 12px;
	color: #999999;
}

.index_editor_tj .icon{
	width: 100%;
	height: 143px;
	margin-bottom: 20px;
}
.index_editor_tj .item:nth-of-type(3){
	margin-top: 18px;
}
.index_editor_tj .item{
	border-bottom: 1px dashed #E5E5E5;
	margin-bottom: 13px;
	padding-bottom: 16px;
}
.index_editor_tj .item .title{
	margin-bottom: 11px;
}
.index_editor_tj .item .thumb{
	width: 96px;
	height: 70px;
	margin-right: 10px;
}
.index_editor_tj .item .desc{
	line-height: 24px;
}
.index_editor_tj .item .time{
	padding-left: 21px;
	background: url(../images/index_time.png) no-repeat left / contain;
	background-size: 11px;
}
.index_editor_tj .item .get{
	display: block;
	width: 12px;
	height: 19px;
	background: url(../images/get.png) no-repeat left / contain;
	margin-left: 10px;
}


.index_new_update .item{
	width: 100%;
	text-align: center;
}
.index_new_update .item .thumb{
	width: 220px;
	height: 140px;
	margin: 0 auto;
	border-radius: 4px;
	margin-bottom: 20px;
}
.index_new_update .item .title_:hover{
	color: var(--pm-c);
}


.index_game_down{
	margin-top: 20px;
}
.index_game_down .item{
	width: 100%;
	text-align: center;
	padding-top: 16px;
}
.index_game_down .item .title{
	padding: 0 10px;
}
.index_game_down .item .icon{
	width: 90px;
	height: 90px;
	border-radius: 15px;
	margin-bottom: 15px;
}
.index_game_down .item:hover .icon{
	box-shadow: 0px 3px 3px 2px #D9D9D9;
	transform: translateY(-10px);
}
.index_game_down .item .size{
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #F5FBFF;
	border-radius: 6px;
	font-size: 12px;
	color: var(--pm-c);
	margin-bottom: 15px;
	display: inline-block;
	margin-top: 10px;
	padding: 0 7px;
	box-sizing: border-box;
}


.game_rank_list .item{
	margin-top: 20px;
	position: relative;
	padding-left: 17px;
	display: flex;
}
.game_rank_list .item:first-of-type{
	margin-top: 0;
}
.game_rank_list .item::before{
	content: '';
	display: block;
	width: 25px;
	height: 34px;
	position: absolute;
	top: 0px;
	left: 6px;
	z-index: 1;
}
.game_rank_list .item:nth-of-type(1)::before{
	background: url(../images/rank_num_bg1.png) no-repeat center / contain;
}
.game_rank_list .item:nth-of-type(2)::before{
	background: url(../images/rank_num_bg2.png) no-repeat center / contain;
}
.game_rank_list .item:nth-of-type(3)::before{
	background: url(../images/rank_num_bg3.png) no-repeat center / contain;
}

.game_rank_list{
	background: url(../images/game_rank_bg.png) no-repeat top / contain;
	background-size: 100% 112px;
	padding-top: 89px;
	box-sizing: border-box;
    margin-top: 36px;
}
.game_rank_list .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 20px;
	margin-right: 10px;
}
.game_rank_list .item .info{
	padding-bottom: 17px;
	border-bottom: 1px dashed #E5E5E5;
}
.game_rank_list .item:last-of-type .info{
	padding-bottom: 0;
	border-bottom: none;
}
.game_rank_list .item .text{
	line-height: 24px;
    display: inline-block;
    height: 24px;
    margin: 7px 0;
}

.game_rank_list .item .down{
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid var(--pm-c);
	font-size: 14px;
	color: var(--pm-c);
	margin-left: 5px;
}

.index_news_gl .item{
	padding-bottom: 17px;
	margin-bottom: 14px;
	border-bottom: 1px dashed #E5E5E5;
	display: flex;
	align-items: end;
}
.index_news_gl .item:last-of-type{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.index_news_gl .item .tag{
	display: inline-block;
	width: 64px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: var(--pm-c);
	text-align: center;
	border-radius: 4px;
	border: 1px solid var(--pm-c);
}
.index_news_gl .item .title{
	margin: 9px 0 13px;
}

.index_news_gl .item .thumb{
	width: 102px;
	height: 70px;
	margin-left: 10px;
}
.index_news_gl ul{
	margin-left: 28px;
}
.index_news_gl li{
	border-bottom: 1px dashed #E5E5E5;
	padding-bottom: 13px;
}
.index_news_gl li:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}


.index_news_rank .item{
	display: flex;
	align-items: center;
	margin-top: 38px;
}
.index_news_rank .item .num{
	font-weight: bold;
	font-size: 18px;
	color: var(--pm-c);
	margin-right: 15px;
}
.index_news_rank .item .title{
	margin-bottom: 15px;
}
.index_news_rank .item .get{
	width: 20px;
	height: 20px;
	background: url(../images/gl_rank_get.png) no-repeat center / contain;
	margin-left: 10px;
}


.index_app_down{
	margin-top: 20px;
}
.index_app_down .item{
	width: 100%;
	text-align: center;
	padding-top: 16px;
}
.index_app_down .item .title{
	padding: 0 10px;
}
.index_app_down .item .icon{
	width: 90px;
	height: 90px;
	border-radius: 15px;
	margin-bottom: 15px;
}
.index_app_down .item:hover .icon{
	box-shadow: 0px 3px 3px 2px #D9D9D9;
	transform: translateY(-10px);
}
.index_app_down .item .size{
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #F5FBFF;
	border-radius: 6px;
	font-size: 12px;
	color: var(--pm-c);
	margin-bottom: 15px;
	display: inline-block;
	margin-top: 10px;
	padding: 0 7px;
	box-sizing: border-box;
}


.index_app_rank .item{
	margin-top: 20px;
	position: relative;
	padding-left: 17px;
	display: flex;
}
.index_app_rank .item:first-of-type{
	margin-top: 0;
}
.index_app_rank .item::before{
	content: '';
	display: block;
	width: 25px;
	height: 34px;
	position: absolute;
	top: 0px;
	left: 6px;
	z-index: 1;
}
.index_app_rank .item:nth-of-type(1)::before{
	background: url(../images/rank_num_bg1.png) no-repeat center / contain;
}
.index_app_rank .item:nth-of-type(2)::before{
	background: url(../images/rank_num_bg2.png) no-repeat center / contain;
}
.index_app_rank .item:nth-of-type(3)::before{
	background: url(../images/rank_num_bg3.png) no-repeat center / contain;
}

.index_app_rank{
	background: url(../images/app_rank_bg.png) no-repeat top / contain;
	background-size: 100% 112px;
	padding-top: 89px;
	box-sizing: border-box;
    margin-top: 36px;
}
.index_app_rank .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 20px;
	margin-right: 10px;
}
.index_app_rank .item .info{
	padding-bottom: 17px;
	border-bottom: 1px dashed #E5E5E5;
}
.index_app_rank .item:last-of-type .info{
	padding-bottom: 0;
	border-bottom: none;
}
.index_app_rank .item .text{
	line-height: 24px;
    display: inline-block;
    height: 24px;
    margin: 7px 0;
}

.index_app_rank .item .down{
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid var(--pm-c);
	font-size: 14px;
	color: var(--pm-c);
	margin-left: 5px;
}
.index_game_album .game_album_wrap{
	background: linear-gradient( 0deg, #F8FCFF 0%, #E4F4FF 100%);
	border-radius: 6px;
	padding: 20px 20px 15px 15px;
	box-sizing: border-box;
	margin-top: 25px;
}
.index_game_album .game_album_wrap .icon{
	width: 80px;
	height: 80px;
	border-radius: 20px;
	margin-right: 10px;
}
.index_game_album .game_album_wrap .text{
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}
.index_game_album .game_album_wrap .btn{
	width: 58px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: var(--pm-c);
	border-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 10px;
}
.index_game_album .item{
	width: 100%;
	text-align: center;
}
.index_game_album .item .icon{
	width: 40px;
	height: 40px;
	border-radius: 10px;
	margin: 0 auto 5px;
}
.index_game_album .item .title{
	font-size: 12px;
	color: #666666;
}
.index_game_album .item .title:hover{
	color: var(--pm-c);
}

.index_banner{
	margin: 17px 0 16px;
}
.index_banner,
.index_banner .icon{
	width: 100%;
}
.index_banner .icon{
	height: 147px;
}


.index_gl_update .item{
	display: flex;
}
.index_gl_update .item:not(:first-of-type){
	margin-top: 20px;
}
.index_gl_update .item .time_box{
	width: 70px;
	height: 67px;
	padding: 35px 15px 10px;
	box-sizing: border-box;
	border-radius: 10px;
	background: #EFF9FF url(../images/gl_time.png) no-repeat center / contain;
	background-size: 24px;
	background-position: center 10px;
	text-align: center;
	margin-right: 15px;
}
.index_gl_update .item .time_box .time{
	display: inline-block;
	font-size: 12px;
	color: var(--pm-c);
	line-height: 20px;
	height: 20px;
}
.index_gl_update .item .thumb{
	width: 94px;
	height: 67px;
	border-radius: 6px;
	margin-right: 11px;
}
.index_gl_update .item .info{
	padding-bottom: 22px;
	border-bottom: 1px solid #F5F5F5;
}
.index_gl_update .item .info .title{
	margin-bottom: 15px;
}


.index_jx_strategy .thumb{
	width: 100%;
	height: 240px;
	margin: 20px 0 10px;
}
.index_jx_strategy .item .thumb,
.index_jx_strategy .item{
	width: 195px;
	text-align: center;
}
.index_jx_strategy .item:first-of-type{
	margin-right: 11px;
}
.index_jx_strategy .item .thumb{
	height: 133px;
	margin-bottom: 10px;
	margin-top: 0;
}

.index_jx_gl .item{
	background: linear-gradient( 90deg, #F8F8F8 0%, #FFFFFF 100%);
	border-radius: 6px;
	padding: 15px;
	box-sizing: border-box;
	margin-top: 20px;
}
.index_jx_gl .item .thumb{
	width: 120px;
	height: 80px;
	margin-right: 12px;
}
.index_jx_gl .item .title{
	margin-bottom: 10px;
}
.index_jx_gl .item .desc{
	line-height: 24px;
}


.index_game_picture .thumb{
	border-radius: 4px;
}
.index_game_picture .thumb1{
	width: 623px;
	height: 380px;
	margin-right: 13px;
}
.index_game_picture .thumb2,
.index_game_picture .thumb3{
	height: 265px;
	margin-bottom: 11px;
}
.index_game_picture .thumb2{
	width: 186px;
	margin-right: 15px;
}
.index_game_picture .thumb3{
	width: 320px;
}
.index_game_picture .thumb4{
	width: 520px;
	height: 104px;
}

.index_game_rank .rank_wrap{
	background: url(../images/rank_top_bg.png) no-repeat top / contain;
	background-size: 100% 70px;
	padding: 28px 17px 0 26px;
	box-sizing: border-box;
}
.index_game_rank .rank_wrap .tip{
	font-weight: bold;
	font-size: 16px;
	color: var(--pm-c);
	display: inline-block;
}
.index_game_rank .rank_wrap .rank_top{
	text-align: center;
	margin-bottom: 35px;
}
.index_game_rank .tip::before,
.index_game_rank .tip::after{
	content: "";
	display: inline-block;
	width: 43px;
	height: 5px;
}
.index_game_rank .tip::before{
	background: url(../images/rank_top_icon.png) no-repeat left / contain;
	left: -62px;
}
.index_game_rank .tip::after{
	background: url(../images/rank_top_icon_r.png) no-repeat left / contain;
	right: -62px;
}
.index_game_rank .item{
	display: flex;
	margin-top: 25px;
	align-items: center;
}
.index_game_rank .item .order{
	font-weight: bold;
	font-size: 12px;
	color: #C7C7C7;
	display: inline-block;
	width: 22px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: url(../images/rank_order_bg_.png) no-repeat center / contain;
	margin-right: 23px;
}
.index_game_rank .item:nth-of-type(-n + 4) .order{
	color: #fff;
	background: url(../images/rank_order_bg.png) no-repeat center / contain;
}
.index_game_rank .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
	margin-right: 11px;
}
.index_game_rank .item .down{
	width: 60px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid var(--pm-c);
	box-sizing: border-box;
	margin-left: 10px;
	font-size: 14px;
	color: var(--pm-c);
}
.index_game_rank .item .title{
	margin-bottom: 7px;
}
.index_game_rank .item .text{
	margin-top: 6px;
}
/* 首页 end*/

/* 手游专辑 */
.list_album .module-title,
.list_game .module-title{
	margin-top: 15px;
}

.list_album_wrap .album_wrap{
	background: linear-gradient( 0deg, #FDFEFF 0%, #F8F8F8 100%);
	border-radius: 6px;
	padding: 20px 15px 15px;
	box-sizing: border-box;
}
.list_album_wrap .album_wrap:hover{
	background: linear-gradient( 0deg, #F8FCFF 0%, #E4F4FF 100%);
}
.list_album_wrap .album_wrap .icon{
	width: 80px;
	height: 80px;
	border-radius: 20px;
}
.list_album_wrap .album_wrap .info{
	margin-left: 13px;
}
.list_album_wrap .album_wrap .info .warp_title{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
}
.list_album_wrap .album_wrap .btn{
	display: inline-block;
	width: 66px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: var(--pm-c);
	border-radius: 6px;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 10px;
}
.list_album_wrap .album_wrap .item{
	width: 100%;
	text-align: center;
}
.list_album_wrap .album_wrap .item .icon{
	width: 50px;
	height: 50px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.list_album_wrap .album_wrap .album_item{
	height: 96px;
	padding-left: 47px;
	background: url(../images/hot_tj.png) no-repeat left / contain;
	background-size: 26px 96px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.list_album_wrap .album_wrap .album_item .uk-grid>*{
	padding-left: 28px;
}
/* 手游专辑 end*/

/* 礼包列表 */
.list_gift_warp .item{
	padding-bottom: 22px;
	margin-top: 20px;
	border-bottom: 1px dashed #E5E5E5;
	display: flex;
	align-items: center;
}
.list_gift_warp .item .icon{
	width: 99px;
	height: 99px;
	border-radius: 15px;
	margin-right: 17px;
}
.list_gift_warp .item .title{
	font-weight: bold;
	font-size: 14px;
}
.list_gift_warp .item .text{
	margin: 18px 0;
}
.list_gift_warp .item .get{
	display: inline-block;
	width: 75px;
	height: 75px;
	background: url(../images/gift_get.png) no-repeat center / contain;
	margin-left: 10px;
}

.new_gift .item{
	margin-top: 14px;
	padding-bottom: 17px;
	border-bottom: 1px dashed #E5E5E5;
	display: flex;
	align-items: end;
}
.new_gift .item:nth-of-type(2){
	margin-top: 20px;
}
.new_gift .item:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
}
.new_gift .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
	margin-left: 10px;
}
.new_gift .item .tag{
	display: inline-block;
	width: 64px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid var(--pm-c);
	font-size: 12px;
	color: var(--pm-c);
}
.new_gift .item .title{
	margin: 5px 0 9px;
}

.editor_tj{
	width: 100%;
	background: url('../images/editor_tj_bg.png') no-repeat top/contain;
	background-size: 100% 100%;
	padding: 78px 30px 25px;
	box-sizing: border-box;
}
.editor_tj .item{
	width: 100%;
	text-align: center;
}
.editor_tj .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
	margin-bottom: 10px;
}
.editor_tj .item .title{
	font-size: 14px;
	color: #666666;
}
.editor_tj .item .title:hover{
	color: var(--pm-c);
}
/* 礼包列表 end*/

/* 游戏列表 */
.list_game_warp .item{
	display: flex;
	align-items: center;
}
.list_game_warp .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
	margin-right: 11px;
}
.list_game_warp .item .down{
	width: 60px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid var(--pm-c);
	box-sizing: border-box;
	margin-left: 5px;
	font-size: 14px;
	color: var(--pm-c);
	display: inline-block;
}
.list_game_warp .item .title{
	margin-bottom: 7px;
}
.list_game_warp .item .text{
	margin-top: 6px;
}
/* 游戏列表 end*/

/* 资讯列表 */
.list_news_wrap{
	position: relative;
}
.list_news_wrap .new_nav{
	position: absolute;
	top: 0px;
	right: 0;
	display: flex;
}
.list_news_wrap .new_nav li{
	width: 74px;
	height: 24px;
	line-height: 22px;
	border-radius: 4px;
	border: 1px solid transparent;
	text-align: center;
}
.list_news_wrap .new_nav li a{
	width: 100%;
	font-size: 12px;
	color: #666666;
}
.list_news_wrap .new_nav li.active,
.list_news_wrap .new_nav li:hover{
	border-color: var(--pm-c);
}
.list_news_wrap .new_nav li.active a,
.list_news_wrap .new_nav li:hover a{
	color: var(--pm-c);
}
.list_news_wrap .item{
	padding-bottom: 22px;
	border-bottom: 1px dashed #E5E5E5;
	margin-top: 20px;
}
.list_news_wrap .item .title{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
}
.list_news_wrap .item .thumb{
	width: 190px;
	height: 120px;
	margin-right: 23px;
}
.list_news_wrap .item .desc{
	line-height: 36px;
	margin-bottom: 10px;
}
.list_news_wrap .item .tag{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #F7F7F7;
	border-radius: 4px;
	font-size: 12px;
	color: #999999;
	margin-right: 10px;
	padding: 0 10px;
	box-sizing: border-box;
}

.news_item{
	background: #F8F8F8;
	border-radius: 10px;
	padding-bottom: 15px;
}
.news_item .thumb{
	width: 100%;
	height: 185px;
	margin-bottom: 18px;
	border-radius: 10px 10px 0px 0px;
}
.news_item .title{
	padding: 0 15px;
	margin-bottom: 12px;
	box-sizing: border-box;
	font-weight: bold;
}
.news_item .title:hover{
	color: var(--pm-c);
}
.news_item .desc{
	padding: 0 15px;
	line-height: 28px;
	box-sizing: border-box;
}

.list_news .index_news_gl .item:nth-of-type(2){
	margin-top: 17px;
}
/* 资讯列表 end*/

/* 排行榜大全 */
.rank_banner{
	background: url('../images/rank_banner.png') no-repeat center/contain;
	width: 100%;
	height: 250px;
	margin-top: 20px;
}
.rank_news_wrap .rank_wrap{
	background: url('../images/list_rank_news_item_bg.png') no-repeat top/contain;
	background-size: 100% 70px;
	width: 100%;
	padding: 28px 10px 0;
	box-sizing: border-box;	
}
.rank_news_wrap .rank_wrap .rank_top{
	text-align: center;
	margin-bottom: 35px;
	padding: 0 63px;
    box-sizing: border-box;
}
.rank_news_wrap .rank_wrap .rank_top .title{
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	display: inline-block;
	margin-bottom: 15px;
}
.rank_news_wrap .rank_wrap .rank_top .title:hover{
	color: var(--pm-c);
}

.rank_news_wrap .rank_wrap .rank_top .title::before,
.rank_news_wrap .rank_wrap .rank_top .title::after{
	content: "";
	display: inline-block;
	width: 43px;
	height: 5px;
}
.rank_news_wrap .rank_wrap .rank_top .title::before{
	background: url(../images/rank_top_icon.png) no-repeat left / contain;
	left: -62px;
}
.rank_news_wrap .rank_wrap .rank_top .title::after{
	background: url(../images/rank_top_icon_r.png) no-repeat left / contain;
	right: -62px;
}
.rank_news_wrap .rank_wrap .item{
	width: 80px;
	text-align: center;
	position: relative;
}
.rank_news_wrap .rank_wrap .item:not(:first-of-type){
	margin-left: 12px;
}
.rank_news_wrap .rank_wrap .item:nth-of-type(-n + 3)::before{
	content: '';
	width: 25px;
	height: 34px;
	display: inline-block;
	position: absolute;
	left: -10px;
	top: 0px;
	z-index: 1;
}
.rank_news_wrap .rank_wrap .item:nth-of-type(1)::before{
	background: url(../images/rank_num_bg1.png) no-repeat left / contain;
}
.rank_news_wrap .rank_wrap .item:nth-of-type(2)::before{
	background: url(../images/rank_num_bg2.png) no-repeat left / contain;
}
.rank_news_wrap .rank_wrap .item:nth-of-type(3)::before{
	background: url(../images/rank_num_bg3.png) no-repeat left / contain;
}
.rank_news_wrap .rank_wrap .item:last-of-type .icon{
	width: 77px;
	height: 60px;
	margin-top: 10px;
}
.rank_news_wrap .rank_wrap .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;	
	margin: 0 auto;
}
.rank_news_wrap .rank_wrap .item .title{
	margin: 10px 0 5px;
}
/* 排行榜大全 end*/

/* 排行榜列表 */
.rank_list .item{
	margin-top: 25px;
	display: flex;
}
.rank_list .item .order_box{
	width: 70px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	background: #F8FCFE;
	border-radius: 10px;
	margin-right: 20px;
}
.rank_list .item .order_box .order{
	display: inline-block;
	width: 22px;
	height: 26px;
	line-height: 26px;
	background: url(../images/rank_order_bg_1.png) no-repeat center / contain;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.rank_list .item:nth-of-type(-n + 3) .order_box{
	background: #EFF9FF;
}
.rank_list .item:nth-of-type(-n + 3) .order_box .order{
	background: url(../images/rank_order_bg.png) no-repeat center / contain;
}
.rank_list .item .icon{
	width: 90px;
	height: 90px;
	border-radius: 15px;
	margin-right: 16px;
}
.rank_list .item .info{
	padding-bottom: 25px;
	border-bottom: 1px dashed #E5E5E5;
}
.rank_list .item .title{
	font-weight: bold;
}
.rank_list .item .text{
	margin: 10px 0;
}
.rank_list .item .down{
	display: inline-block;
	width: 68px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid var(--pm-c);
	font-size: 14px;
	color: var(--pm-c);
	box-sizing: border-box;
	margin-left: 10px;
}
.rank_list .item .down:hover{
	background: var(--pm-c);
	color: #fff;
}
/* 排行榜列表 end*/

/* 搜索结果 */
.single .list_news_wrap .item:last-of-type{
	border-bottom: none;
}
/* 搜索结果 end*/

/* 专辑详情 */
.single_album .single_header{
	width: 100%;
	height: 210px;
	background: linear-gradient( 180deg, #F1FDFF 0%, #FFFFFF 100%);
	border-radius: 10px;
	border: 1px solid #E1F9FF;
	padding: 30px;
	box-sizing: border-box;
}
.single_album .single_header h1{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	margin-bottom: 35px;
}
.single_album .single_header .label{
	font-size: 12px;
	color: #666666;
	padding-left: 12px;
}
.single_album .single_header .label::before{
	width: 5px;
	height: 5px;
	background: var(--pm-c);
	border-radius: 50%;
	left: 0;
}
.single_album .single_header .more_box{
	margin-top: 35px;
}
.single_album .single_header .more_box .title{
	max-width: 205px;
	height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #EDEDED;
    padding: 0 12px;
    box-sizing: border-box;
    margin-left: 9px;
    color: #666666;
    font-size: 14px;
}
.single_album .single_header .title:hover{
	color: var(--pm-c);
}
.single_album .show_tj{
	width: 372px;
	background: url(../images/show_tj_bg.png) no-repeat top / contain;
	background-size: 100%;
	padding: 75px 30px 30px 23px;
	box-sizing: border-box;
	margin-left: 12px;
}
.single_album .show_tj .icon{
	width: 80px;
	height: 80px;
	border-radius: 15px;
	margin-right: 12px;
}
.single_album .show_tj .title{
	font-size: 16px;
	color: #000000;
}
.single_album .show_tj .title:hover{
	color: var(--pm-c);
}
.single_album .show_tj .type{
	margin: 8px 0;
}
.single_album .show_tj .down{
	display: inline-block;
	width: 66px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: var(--pm-c);
	border-radius: 6px;
	margin-left: 10px;
	font-size: 14px;
	color: #FFFFFF;
}
.single_album .show_tj .desc{
	margin-top: 10px;
}

.single_album_list .item{
	width: 100%;
	display: flex;
}
.single_album_list .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
	margin-right: 11px;
}
.single_album_list .uk-width-1-4:nth-of-type(-n + 3) .item .title{
	padding-right: 47px;
}
.single_album_list .uk-width-1-4:nth-of-type(1) .item .title{	
	background: url(../images/rank1.png) no-repeat right / contain;
	background-size: 43px 18px;
}
.single_album_list .uk-width-1-4:nth-of-type(2) .item .title{	
	background: url(../images/rank2.png) no-repeat right / contain;
	background-size: 43px 18px;
}
.single_album_list .uk-width-1-4:nth-of-type(3) .item .title{	
	background: url(../images/rank3.png) no-repeat right / contain;
	background-size: 43px 18px;
}
.single_album_list .item .type{
	margin-top: 8px;
}
.single_album_list .item .down{
	display: inline-block;
	width: 60px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid var(--pm-c);
	font-size: 14px;
	color: var(--pm-c);
	margin-left: 5px;
}
.single_album_list .item .desc{
	margin-top: 5px;
}

.single_game_album li:first-of-type{
	margin-top: 20px;
}
.single_game_album li{
	margin-top: 17px;
}
.single_game_album li .order{
	font-weight: bold;
	font-size: 16px;
	color: var(--pm-c);
	margin-right: 10px;
}


.single_game_all .item{
	margin-top: 20px;
	position: relative;
	padding-left: 17px;
	display: flex;
}
.single_game_all .item:first-of-type{
	margin-top: 0;
}
.single_game_all .item::before{
	content: '';
	display: block;
	width: 25px;
	height: 34px;
	position: absolute;
	top: 0px;
	left: 6px;
	z-index: 1;
}
.single_game_all .item:nth-of-type(2)::before{
	background: url(../images/rank_num_bg1.png) no-repeat center / contain;
}
.single_game_all .item:nth-of-type(3)::before{
	background: url(../images/rank_num_bg2.png) no-repeat center / contain;
}
.single_game_all .item:nth-of-type(4)::before{
	background: url(../images/rank_num_bg3.png) no-repeat center / contain;
}

.single_game_all{
    margin-top: 23px;
}
.single_game_all .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 20px;
	margin-right: 10px;
}
.single_game_all .item .info{
	padding-bottom: 17px;
	border-bottom: 1px dashed #E5E5E5;
}
.single_game_all .item .text{
	line-height: 24px;
    display: inline-block;
    height: 24px;
    margin: 7px 0;
}

.single_game_all .item .down{
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid var(--pm-c);
	font-size: 14px;
	color: var(--pm-c);
	margin-left: 5px;
}
/* 专辑详情 end*/

/* 礼包详情 */
.single_gift .single_header{
	width: 100%;
	background: linear-gradient( 180deg, #F1FDFF 0%, #FFFFFF 100%);
	border-radius: 10px;
	border: 1px solid #E1F9FF;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.single_gift .single_header .icon{
	width: 144px;
	height: 144px;
	border-radius: 30px;
	margin-right: 22px;
}
.single_gift .single_header h1{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
}
.single_gift .single_header .label{
	font-size: 12px;
	color: #666666;
	padding-left: 12px;
	margin-right: 35px;
	margin-top: 25px;
}
.single_gift .single_header .label::before{
	width: 5px;
	height: 5px;
	background: var(--pm-c);
	border-radius: 50%;
	left: 0;
}
.single_gift .single_header .num_box{
	width: 114px;
	height: 114px;
	padding-top: 32px;
	box-sizing: border-box;
	text-align: center;
	background: url(../images/show_gift_get.png) no-repeat center / contain;
	margin-left: 10px;
}
.single_gift .single_header .num_box .num{
	font-weight: bold;
	font-size: 20px;
	color: var(--pm-c);
	margin-top: 5px;
}
/* 礼包详情 end*/


/* 手游详情 */
.single_game .single_header{
	width: 100%;
	background: url(../images/single_game_header_bg.png) no-repeat center / contain;
	background-size: 100% 100%;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.single_game .single_header .icon{
	width: 144px;
	height: 144px;
	border-radius: 30px;
	margin-right: 20px;
}
.single_game .single_header h1{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
}
.single_game .single_header .label{
	display: inline-block;
	font-size: 12px;
	color: #666666;
	padding-left: 12px;
	padding-right: 10px;
	box-sizing: border-box;
}
.single_game .single_header .label::before{
	width: 5px;
	height: 5px;
	background: var(--pm-c);
	border-radius: 50%;
	left: 0;
}
.screenshots {
    position: relative;
    height: auto;
	/* padding: 0 34px; */
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top: 17px;
}

.screenshots .sliderBox {
    overflow: hidden;
}

.screenshots .sliderBox .dotnav {
    display: none;
}

.screenshots .sliderBox .dotnav li {}

.screenshots .sliderBox .dotnav li a {
    border: none;
    border-radius: 18px;
    width: 8px;
    height: 8px;
    background-color: #d9d9d9;
}

.screenshots .sliderBox .dotnav li.uk-active a {
    background-color: var(--pm-c);
}

.screenshots .sliderBox .slide {
    margin-left: -9px;
}

.screenshots .sliderBox .slide li {
    width: 280px;
	padding-left: 9px;
    /* padding-right: 40px;
    padding-left: 0; */
}

.screenshots .sliderBox .slide li:last-child {
    margin-right: 0;
}

.screenshots .sliderBox .slide li img {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: auto;
    border-radius: 6px;
}
.screenshots .sliderBox .slide_toggle {
    height: 8px;
    margin-top: 10px !important;
    background-color: #F0F0F0;
    border-radius: 20px;
    overflow: hidden;
	margin-bottom: 0;
}

.screenshots .sliderBox .slide_toggle li {
    display: flex;
    width: 33.3%;
    padding-left: 0;
}

.screenshots .sliderBox .slide_toggle li a {
    display: inline-block;
    width: 100%;
    height: 8px;
    background-color: transparent;
    border-radius: 20px;
    border: none;
}
.screenshots .sliderBox .slide_toggle li.uk-active a {
    display: inline-block;
    width: 100%;
    height: 8px;
    background-color: #ccc;
    border-radius: 20px;
}

.screenshots .btn {
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	border-radius: 50%;
}

.screenshots .btn svg {
    display: none;
}
.screenshots .btn span{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0;
}

.screenshots .left {
    left: 0;
}
.screenshots .left span{
    background: url(../images/screenshots_l.png) no-repeat left / contain;
	background-size: 30px;
    margin: 0px;
}
.screenshots .right span{
    background: url(../images/screenshots_r.png) no-repeat left / contain;
	background-size: 30px;
    margin: 0px;
	margin-left: 4px;
}
.screenshots .right {
    right: 13px;
}
.single .index_news_gl .item:nth-of-type(2){
	margin-top: 17px;
}
/* 手游详情 end*/

/* 资讯详情 */
.single_news .single_header{
	width: 100%;
	padding: 22px 0 33px;
	border-bottom: 1px dashed #E5E5E5;
	text-align: center;
	box-sizing: border-box;
}
.single_news .single_header h1{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	margin-bottom: 32px;
}
.single_news .single_header .others span{
	font-size: 12px;
	color: #999999;
}
.single_news .single_header .others span:not(:first-of-type){
	margin-left: 40px;
}
.single_news .single_content p{
	text-indent: 2em;
}
/* 资讯详情 end*/

/* 排行榜详情 */
.single_rank_banner{
	height: 250px;
	width: 100%;
	background: url(../images/single_rank_banner.png) no-repeat center / contain;
	background-size: 100% 250px;
	margin: 20px 0;
	box-sizing: border-box;
	position: relative;
}
.single_rank_banner .title_box{
	width: 658px;
	height: 90px;
	background: url(../images/single_rank_title_bg.png) no-repeat center / contain;
	background-size: 100%;
	padding: 34px 37px;
	box-sizing: border-box;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
}
.single_rank_banner .title_box h1{	
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	background: url(../images/single_rank_title_icon.png) no-repeat left / contain;
	background-size: 22px;
	padding-left: 33px;
	margin-bottom: 0;
}
.single_rank_banner .title_box .time{
	background: url(../images/single_rank_time.png) no-repeat left / contain;
	background-size: 18px 17px;
	padding-left: 26px;
	margin-left: 10px;
}
.single .rank_list .item:first-of-type{
	margin-top: 10px;
}
.single .rank_list .item:last-of-type .info{
	padding-bottom: 0px;
	border-bottom: none;
}
/* 排行榜详情 end*/


/* 开服  */
.categor_kaifu .module-title{
	margin: 17px;
}
.kaifu_warp thead{
	border-radius: 6px;
}
.kaifu_warp thead,
.kaifu_warp thead tr,
.kaifu_warp tbody,
.kaifu_warp tbody tr{
	border: none;
	border-color: transparent;
	border-top-color: transparent;
}
.kaifu_warp tbody tr{
	border: 1px solid #F1F1F1;
	border-top: none;
	/* background: #EFEFEF; */
	/* border-top: 9px solid #fff !important; */
}
.kaifu_warp tr {
	border: none;
}

.kaifu_warp tr th {
	height: 56px;
	line-height: 56px;
	background: var(--pm-c);
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 13px;
}
/* .kaifu_warp thead tr th:first-of-type,
.kaifu_warp tbody tr td:first-of-type{
	border-radius: 6px 0px 0px 12px;
}
.kaifu_warp thead tr th:last-of-type,
.kaifu_warp tbody tr td:last-of-type{
	border-radius: 0px 6px 12px 0px;
} */

.uk-table-hover tbody tr:hover,
.uk-table-hover>tr:hover {
	background: #F5F5F5;
}

.kaifu_warp tr td {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	padding: 0 12px;
	height: 62px;
	line-height: 62px;
	box-sizing: border-box;
	/* line-height: 28px; */
}

.kaifu_warp tr .game-name {
	width: 170px;
}

.kaifu_warp tr .icon {
	width: 30px;
	height: 30px;
	border-radius: 6px;
	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 .red{
	color: #FF4B0E;
}

.kaifu_warp .btn {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	box-sizing: border-box;
	margin: 0 auto;
}

.kaifu_warp .down {
	width: 92px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 20px;
	font-size: 12px;
	color: #FFFFFF;
	background: var(--pm-c) url(../images/kaifu_down.png) no-repeat 11px / contain;
	background-size: 12px;
	padding-left: 15px;
	box-sizing: border-box;
}

.kaifu_warp .gift {
	width: 92px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 20px;
	font-size: 12px;
	color: #FFFFFF;
	background: #FFC66A url(../images/kaifu_gift.png) no-repeat 11px / contain;
	background-size: 12px;
	padding-left: 15px;
	box-sizing: border-box;
}

.kaifu_warp .game-type {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
}
.kaifu_warp .game-type::after {
	width: 16px;
	height: 16px;
	z-index: 99;
	background: url('../images/kaifu_drop.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 */