:root {
	--pm-c: #5C93FF;
}

/*隐藏类*/
.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: 33.33%;

}

#app_info li b {
	cursor: pointer;
}

#app_info_cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	text-align: center;
	z-index: 9999
}

#app_info_cover .app_info_main {
	background: #fff;
	width: 520px;
	margin: auto;
	margin-top: 100px;
	border-radius: 8px;
	overflow: hidden;
}

#app_info_cover .app_info_title {
	background: #5CA8F6;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

#app_info_cover .app_info_body {
	padding: 20px;
	height: 320px;
	overflow-y: scroll;
	text-align: left;
}

#app_info_cover .app_info_close {
	margin: 20px;
	font-size: 17px;
	color: #fff;
	background: #5CA8F6;
	line-height: 48px;
	border-radius: 20px;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-top: 30px;
}

@media (max-width: 760px) {
	#app_info li {
		width: 100%;
		margin-top: 10px;
	}

	#app_info_cover .app_info_main {
		width: 98%;
	}

	#app_info_cover .app_info_close {
		font-size: 16px;
		line-height: 42px;
	}
}

/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/* 解决IOS默认滑动很卡的情况 */
	-webkit-overflow-scrolling: touch;
}

/*修改UIKIT框架自带样式*/
body,
html {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

body {
	background: #FDFEFF;
	/* background: #FDFEFF url(../images/body_bg.png) no-repeat top/contain;
	background-size: 100% 386px; */
}

.bg-f {
	background-color: #ffffff;
}

.uk-container {
	box-sizing: border-box;
	padding: 0px;
}

a,
a:hover {
	text-decoration: none;
}

ol,
ul,
p {
	padding: 0;
	margin: 0;
	list-style: none;
}

/*图片高清*/
img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	object-fit: cover;
}

/*边框样式*/
.b-a {
	border: 1px solid #F4F4F4 !important;
}

.b-b {
	border-bottom: 1px solid #F4F4F4 !important;
}

.b-t {
	border-top: 1px solid #F4F4F4 !important;
}

.b-l {
	border-left: 1px solid #F4F4F4 !important;
}

.b-r {
	border-right: 1px solid #F4F4F4 !important;
}

/* 虚线上边框 */
.b-t-dashed {
	border-top: 1px dashed #F4F4F4 !important;
}

/* 虚线下边框 */
.b-b-dashed {
	border-bottom: 1px dashed #F4F4F4 !important;
}

/* 内边距  */
.p-a-0 {
	padding: 0px;
}

.p-a-5 {
	padding: 5px;
}

.p-a-10 {
	padding: 10px;
}

.p-a-15 {
	padding: 15px;
}

.p-a-20 {
	padding: 20px;
}

.p-a-25 {
	padding: 25px;
}

.p-a-30 {
	padding: 30px;
}

/* 内上边距 */
.p-t-0 {
	padding-top: 0px !important;
}

.p-t-5 {
	padding-top: 5px;
}

.p-t-10 {
	padding-top: 10px;
}

.p-t-15 {
	padding-top: 15px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-t-30 {
	padding-top: 30px;
}

/* 内下边距 */
.p-b-0 {
	padding-bottom: 0px !important;
}

.p-b-5 {
	padding-bottom: 5px;
}

.p-b-10 {
	padding-bottom: 10px;
}

.p-b-15 {
	padding-bottom: 15px;
}

.p-b-20 {
	padding-bottom: 20px;
}

.p-b-30 {
	padding-bottom: 30px !important;
}

/* 内右边距 */
.p-r-0 {
	padding-right: 0px;
}

.p-r-5 {
	padding-right: 5px;
}

.p-r-10 {
	padding-right: 10px;
}

.p-r-15 {
	padding-right: 15px;
}

.p-r-20 {
	padding-right: 20px;
}

.p-r-30 {
	padding-right: 30px;
}

/* 内左边距 */
.p-l-0 {
	padding-left: 0px;
}

.p-l-5 {
	padding-left: 5px;
}

.p-l-10 {
	padding-left: 10px;
}

.p-l-15 {
	padding-left: 15px;
}

.p-l-20 {
	padding-left: 20px;
}

.p-l-30 {
	padding-left: 30px;
}

/*圆角样式*/
.b-r-4 {
	border-radius: 4px !important;
}

.b-r-6 {
	border-radius: 6px !important;
}

.b-r-8 {
	border-radius: 8px !important;
}

.b-r-10 {
	border-radius: 10px !important;
}

.b-r-12 {
	border-radius: 12px !important;
}

.b-r-24 {
	border-radius: 24px !important;
}

/* 上外边距 */
.m-t-0 {
	margin-top: 0px !important;
}

.m-t-5 {
	margin-top: 5px !important;
}

.m-t-10 {
	margin-top: 10px !important;
}

.m-t-15 {
	margin-top: 15px !important;
}

.m-t-20 {
	margin-top: 20px !important;
}

.m-t-25 {
	margin-top: 25px !important;
}

.m-t-30 {
	margin-top: 30px !important;
}

.m-t-35 {
	margin-top: 35px !important;
}

.m-t-40 {
	margin-top: 40px !important;
}

.m-t-50 {
	margin-top: 50px !important;
}

/* 下外边距 */
.m-b-0 {
	margin-bottom: 0px !important;
}

.m-b-5 {
	margin-bottom: 5px !important;
}

.m-b-10 {
	margin-bottom: 10px !important;
}

.m-b-15 {
	margin-bottom: 15px !important;
}

.m-b-20 {
	margin-bottom: 20px !important;
}

.m-b-25 {
	margin-bottom: 25px !important;
}

.m-b-30 {
	margin-bottom: 30px !important;
}

.m-b-35 {
	margin-bottom: 35px !important;
}

.m-b-40 {
	margin-bottom: 40px !important;
}

/* 左外边距 */
.m-l-0 {
	margin-left: 0px !important;
}

.m-l-5 {
	margin-left: 5px !important;
}

.m-l-10 {
	margin-left: 10px !important;
}

.m-l-15 {
	margin-left: 15px !important;
}

.m-l-20 {
	margin-left: 20px !important;
}

.m-l-25 {
	margin-left: 25px !important;
}

.m-l-30 {
	margin-left: 30px !important;
}

.m-l-35 {
	margin-left: 35px !important;
}

.m-l-40 {
	margin-left: 40px !important;
}


/* 右外边距 */
.m-r-0 {
	margin-right: 0px !important;
}

.m-r-5 {
	margin-right: 5px !important;
}

.m-r-10 {
	margin-right: 10px !important;
}

.m-r-15 {
	margin-right: 15px !important;
}

.m-r-20 {
	margin-right: 20px !important;
}

.m-r-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 64px 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 {
	font-weight: bold;
	font-size: 14px;
	color: var(--pm-c);
}

.score span {
	font-size: 12px;
	font-weight: 400;
}

/* 评分 */
.star {
	height: 12px;
	width: 60px;
	display: inline-block;
	background: url(../images/star.png) repeat-x left / contain;
	background-size: 12px;
	/* vertical-align: sub; */
}

.star:before {
	content: "";
	display: block;
	background: url(../images/star_active.png) repeat-x left / contain;
	background-size: 12px;
	height: 12px;
}

.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: #999999;
	box-sizing: border-box;
}

/* .crumbs::before{
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	left: 0px;
	background: url(../images/location.png) no-repeat left/contain;
} */
.crumbs a {
	display: inline-block;
	position: relative;
	font-size: 12px;
	color: #999;
}

.crumbs a::after {
	content: ">";
}

.crumbs a:last-child:after {
	content: "";
}

.crumbs .toMyself {
	color: #4D4D4D;
}

/* 平台 安卓 苹果 图标显示 */
.platform i {
	display: inline-block;
	width: 14px;
	height: 14px;
	/* background-repeat: no-repeat; */
	border-radius: 3px;
	vertical-align: bottom;
	padding: 2px;
}

.platform .az {
	background: #89BE55 url(../images/az.png) no-repeat center/contain;
	margin-right: 5px;
}

.platform .ios {
	background: var(--pm-c) url(../images/ios.png) no-repeat center/contain;
	margin-right: 5px;
}

/* 公共标题 */
.module-title {
	padding-bottom: 20px;
	border-bottom: 1px solid #F2F2F2;
}

.module-title .title {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}

.module-title .more {
	display: inline-block;
	font-size: 12px;
	color: #999999;
	margin-left: 10px;
}

.module-title .more i {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 12px;
	text-align: center;
	background: linear-gradient(270deg, #8673FF 0%, #36AEFF 100%);
	border-radius: 70px;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 10px;
	vertical-align: text-bottom;
	font-style: normal;
}

/*默认图标尺寸*/
.item .icon {
	margin: 0 auto;
	overflow: hidden;
}

.item .icon img {
	width: 100%;
	height: 100%;
}

/* 默认缩略图尺寸 */
.item .thumb img {
	width: 100%;
	height: 100%;
}

.item .thumb a,
.item .icon a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

/* .item:hover .title, */
.list:hover .title,
ul li:hover .title {
	color: var(--pm-c);
}

.item .title:hover {
	color: var(--pm-c);
}

/* 默认的一些文字大小和颜色 */
.info {
	flex: 1;
	overflow: hidden;
}

.info .title {
	font-size: 14px;
	color: #333;
	display: block;
}

.info .title:hover,
.info .title_:hover {
	color: var(--pm-c);
}

.info .text,
.info .time {
	font-size: 12px;
	color: #999;
}

.title {
	display: block;
	font-size: 14px;
	color: #333333;
}

.title_ {
	color: #666;
	display: block;
	font-size: 14px;
}

.text,
.time,
.type,
.desc,
.size {
	font-size: 12px;
	color: #999;
}

/* list 样式 */
.list-container li {
	margin-top: 15px;
}

.list-container li .title {
	font-size: 14px;
	color: #333333;
}

.list-container li .time {
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}

/* 圆点 */
.list-container li .dot {
	display: block;
	width: 5px;
	height: 5px;
	background: #E3E1E1;
	border-radius: 50%;
	margin-right: 10px;
}

.list-container li .dot_ {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/dot_.png) no-repeat center/contain;
	background-size: 100%;
	margin-right: 10px;
}

/* 类别 */
.list-container li .tag {
	width: 80px;
	height: 22px;
	line-height: 20px;
	font-size: 12px;
	color: #999999;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #F1F1F1;
	margin-right: 10px;
	box-sizing: border-box;
}

/* 序号 */
.list-container li .order {
	width: 21px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 10px;
	background: url(../images/index_order_bg0.png) no-repeat center/contain;
	background-size: 100%;
}

/* 数字 */
.list-container li .num {
	display: inline-block;
	width: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #D3D3D3;
	margin-right: 10px;
}

/* 公共头部样式 */
/* 公共头部样式 */
.header {
	height: 200px;
	padding: 35px 0 30px;
	box-sizing: border-box;
	background: url(../images/header_bg.png) no-repeat center/contain;
	background-size: 100% 100%;
}

/* logo样式 */
.logo {
	/* width: 225px; */
	height: 100%;
}

.header .nav {
	display: flex;
	align-items: center;
	margin-top: 58px;
}

.header .nav li {
	display: inline-block;
	width: 110px;
	height: 36px;
	line-height: 36px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 70px;
	box-sizing: border-box;
	text-align: center;
}

.header .nav li:not(:first-of-type) {
	margin-left: 12px;
}

.header .nav li a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #333333;
}

.header .nav li:hover a,
.header .nav li.active a {
	font-weight: bold;
	color: #FFFFFF;
}

.header .nav li:hover,
.header .nav li.active {
	background: linear-gradient(270deg, #8673FF 0%, #36AEFF 100%);
}

/* 搜索 */
.header .search {
	width: 160px;
	height: 30px;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
	box-sizing: border-box;
}

.header .search .search_input {
	height: 100%;
	width: 100%;
	border: none;
	color: #999999;
	font-size: 12px;
	box-sizing: border-box;
	padding: 0 27px 0 15px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 30px;
}

.search-input:-webkit-input-placeholder {
	color: #ccc;
}

.search-input:-moz-input-placeholder {
	color: #ccc;
}

.search-input:-ms-input-placeholder {
	color: #ccc;
}

.header .search .search_btn {
	width: 12px;
	height: 12px;
	cursor: pointer;
	background: url(../images/search.png) no-repeat center/contain;
	position: absolute;
	right: 15px;
	border: none;
	top: 50%;
	transform: translateY(-50%);
}

/* 公共头部样式end */

/* 公共尾部样式 */
.footer {
	height: 177px;
	background: #333333;
	padding: 35px 0;
	font-size: 12px;
	color: #999;
	text-align: center;
	box-sizing: border-box;
}

.footer span,
.footer a,
.footer p {
	font-size: 12px;
	color: #999;
}

.footer p {
	width: 710px;
	margin: 0 auto;
	margin-top: 10px;
	line-height: 36px;
}

.footer span:last-child,
.footer a:last-child {
	margin-right: 0;
}

.footer .name {
	color: #ccc;
}

.footer .aBox span,
.footer .aBox a {
	margin-right: 6px;
}

.footer .aBox a::after {
	content: '|';
	display: inline-block;
	color: #999;
	margin-left: 10px;
}

.footer .aBox a:last-child::after {
	content: "";
}

.footer .footer_p {
	line-height: 34px;
}

/* 友情链接 */
.index_link {
	/* margin-bottom: 30px !important; */
}

.index_link ul {
	margin-left: -5px;
	margin-top: 10px;
}

.index_link ul li {
	display: inline-block;
	margin-top: 10px;
	margin-left: 5px;
}

.index_link ul li a {
	font-size: 14px;
	color: #888888;
	letter-spacing: 1px;
}

.index_link ul li:hover a {
	color: var(--pm-c) !important;
}

.index_link ul li::after {
	content: '|';
	display: inline-block;
	color: #888888;
	margin-left: 6px;
}

.index_link ul li:last-child::after {
	display: none;
}

.index_link ul li:last-child::after {
	display: none;
}

/* 侧边栏 */
.sidebar {
	margin-left: 20px;
	width: 355px;
}

/* 详情页公共样式 */
.title_introduction {
	height: 32px;
	line-height: 32px;
	background: linear-gradient(90deg, #F2F6FF 0%, #FFFFFF 100%);
	font-weight: bold;
	font-size: 16px;
	color: var(--pm-c);
	margin-bottom: 8px;
	margin-top: 25px;
	padding-left: 17px;
	border-left: 4px solid var(--pm-c);
}

.single .single_content {
	/* padding: 35px 25px; */
}

.single .single_content iframe {
	display: block;
	margin: 0 auto;
	width: 520px;
	height: 320px;
}

.single .single_content p {
	font-weight: 400;
	font-size: 16px;
	color: #666;
	/* text-indent: 2em; */
	/* margin: 20px 0 40px; */
	line-height: 2.5;
}

.single .single_content p img {
	max-width: 68%;
	margin: 10px auto;
	display: block;
}

.single .single_content h2,
.single .single_content h3 {
	height: 32px;
	line-height: 32px;
	background: linear-gradient(90deg, #F2F6FF 0%, #FFFFFF 100%);
	font-weight: bold;
	font-size: 16px;
	color: var(--pm-c);
	margin-bottom: 8px;
	margin-top: 25px;
	padding-left: 17px;
	border-left: 4px solid var(--pm-c);
}

/* 详情下载按钮 */
.single .down-btn {
	display: flex;
	align-items: center;
}

.single .down-btn .btn {
	position: relative;
	display: block;
	/* font-weight: bold; */
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	width: 200px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 70px;
}

.single .down-btn .lb,
.single .down-btn .az {
	margin-right: 20px;
}

.single .down-btn .pc {
	/* background: var(--pm-c); */
}

.single .down-btn .sy,
.single .down-btn .ios,
.single .down-btn .mob,
.single .down-btn .xz {
	background: linear-gradient(90deg, #FFBE73 0%, #FF5882 100%);
}

.single .down-btn .az,
.single .down-btn .lb {
	background: linear-gradient(270deg, #8673FF 0%, #36AEFF 100%);
}

.single .down-btn .btn:hover .qrcode {
	display: block;
}

.single .down-btn .btn:hover a {
	color: #fff !important;
}

.single .down-btn .btn .qrcode {
	display: none;
	background-color: #fff;
	z-index: 999;
	position: absolute;
	right: 5%;
	top: 120%;
	border-radius: 10px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	border: 1px solid var(--pm-c);
}

.single .down-btn .btn .qrcode img {
	width: 120px;
	height: 120px;
}

.single .down-btn .btn a,
.single .down-btn .btn span {
	/* font-weight: bold; */
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	height: 22px;
	line-height: 22px;
}

.single .down-btn .lb a,
.single .down-btn .lb span {
	background: url(../images/gift_icon.png) no-repeat left / contain;
	background-size: 20px;
	padding-left: 33px;
}

.single .down-btn .xz a,
.single .down-btn .xz span {
	padding-left: 30px;
	background: url(../images/game_icon.png) no-repeat left / contain;
	background-size: 18px 20px;
}

.single .down-btn .az a,
.single .down-btn .az span {
	background: url(../images/az.png) no-repeat left / contain;
	background-size: 20px;
	padding-left: 35px;
}

.single .down-btn .ios a,
.single .down-btn .ios span {
	background: url(../images/ios.png) no-repeat left / contain;
	background-size: 16px 20px;
	padding-left: 35px;
}

/* 
.single .down-btn .pc a,
.single .down-btn .pc span {
	background-image: url('../images/pc.png');
}

.single .down-btn .mob a,
.single .down-btn .mob span {
	background-image: url('../images/play.png');
}

.single .down-btn .sy a,
.single .down-btn .sy span {
	background-image: url('../images/album_btn.png');
}

.single .down-btn .none {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
	opacity: .4;
	border: none;
}

/* 404 500 错误页面 */
.page-error {
	min-height: 520px;
	/* margin-top: 160px; */
	background: #FFFFFF;
	padding-top: 280px;
	padding-bottom: 100px;
}

.page-error .page-404 {
	width: 269px;
	height: 106px;
	margin: 0 auto;
	background: url(../images/404.png) no-repeat center/contain;
}

.page-error .page-500 {
	width: 269px;
	height: 106px;
	margin: 0 auto;
	background: url(../images/500.png) no-repeat center/contain;
}

.page-error p {
	color: #999;
	font-size: 12px;
	margin: 70px 0 44px;
}

.page-error .go-home {
	display: inline-block;
	width: 97px;
	height: 36px;
	background: #F9F9F9;
	border-radius: 6px;
	line-height: 36px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	box-sizing: border-box;
}

/* 单页面样式 */
.page {
	min-height: 720px;
	padding-bottom: 30px !important;
}

.page_nav {
	width: 310px;
	padding: 27px 0 27px 16px;
	box-sizing: border-box;
	background: #F2F7FF;
	margin-right: 30px;
}

.page_nav li {
	width: 100%;
	height: 60px;
	border-radius: 60px 0px 0px 60px;
	line-height: 60px;
	padding-right: 20px;
	box-sizing: border-box;
	padding-left: 30px;
}

.page_nav li:hover,
.page_nav li.active {
	background: #FFFFFF;
}

.page_nav li a {
	display: inline-block;
	width: 100%;
	background: url(../images/page_nav_bg.png) no-repeat right / contain;
	background-size: 24px;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}

.page_nav li:hover a,
.page_nav li.active a {
	background: url(../images/page_nav_active_bg.png) no-repeat right / contain;
	background-size: 24px;
}

/* .page-content{
	width: 860px;
} */
.page .page_title {
	height: 32px;
	line-height: 32px;
	background: linear-gradient(90deg, #F2F6FF 0%, #FFFFFF 100%);
	font-weight: bold;
	font-size: 16px;
	color: var(--pm-c);
	margin-bottom: 8px;
	margin-top: 25px;
	padding-left: 17px;
	border-left: 4px solid var(--pm-c);
}

.page .page_title:first-of-type {
	margin-top: 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: -15px;
}

.page_content ul li {
	width: 92px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
	margin-left: 5px;
	padding: 0 5px;
	box-sizing: border-box;
}

.page_content ul li a {
	font-size: 14px;
	color: #666666;
	display: inline-block;
	width: 100%;
}

.page_content ul li:hover,
.page_content ul li.active {
	/* border-color: var(--pm-c); */
}

.page_content ul li:hover a,
.page_content ul li.active a {
	color: var(--pm-c);
}

.page_banner {
	width: 320px;
	height: 544px;
	margin-right: 30px;
}

.page_banner img {
	width: 100%;
	height: 100%;
}

.page_content .page_ranks li {
	width: auto;
	margin-right: 20px;
}

/* 搜索页样式 */
.search_total {
	height: 50px;
	background: #F9F9F9;
	line-height: 50px;
	font-size: 14px;
	color: var(--pm-c);
	padding: 0 18px;
	margin: 20px 0;
	box-sizing: border-box;
}

.single_news_wrap .item:nth-of-type(2) {
	margin-top: 20px;
}

/* 列表页公共样式 */
/* 菜单栏 */
.menu_nav {
	margin-left: -10px;
	display: flex;
	flex-wrap: wrap;
}

.menu_nav li {
	width: 104px;
	height: 36px;
	background: #F9F9F9;
	border-radius: 30px;
	line-height: 36px;
	text-align: center;
	margin-left: 10px;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 0 8px;
}

.menu_nav li:hover,
.menu_nav li.active {}

.menu_nav li a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #666666;
}

.menu_nav li:hover a,
.menu_nav li.active a {
	color: var(--pm-c);
}

.menu_nav_rank li {
	width: 150px;
}

/* 模块 */
.module {
	padding: 20px 0;
	box-sizing: border-box;
}

.w365 {
	width: 365px;
}

.w380 {
	width: 380px;
}

.w50 {
	width: 48%;
}

.w420 {
	width: 420px;
}

/* 首页 */
.index_top_news .item {
	width: 100%;
	border-radius: 4px;
	border: 1px solid #F2F7FF;
	padding: 10px 10px 14px 12px;
	box-sizing: border-box;
}

.index_top_news .item .thumb {
	width: 86px;
	height: 60px;
	border-radius: 4px;
	margin-right: 8px;
}

.index_top_news .item .desc {
	line-height: 30px;
}

.index_top_news .item .btn {
	display: inline-block;
	width: 45px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: rgba(92, 147, 255, 0.1);
	border-radius: 50px;
	font-size: 12px;
	color: var(--pm-c);
	margin-left: 10px;
}


.index_top_game .item {
	width: 124px;
	background: linear-gradient(180deg, #F8FAFF 0%, #FFFFFF 100%);
	border: 1px solid #F7F9FC;
	padding: 20px 10px 24px;
	box-sizing: border-box;
	text-align: center;
}

.index_top_game .item:not(:first-of-type) {
	margin-left: 10px;
}

.index_top_game .item .icon {
	width: 80px;
	height: 80px;
	border-radius: 15px;
	margin: 0 auto;
}

.index_top_game .item .title {
	margin: 16px 0 20px;
}

.index_top_game .item .down {
	display: inline-block;
	width: 60px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #EFF4FF;
	border-radius: 50px;
	font-size: 12px;
	color: var(--pm-c);
}


.index_catList {
	margin-top: 20px;
}

.index_catList ul {
	height: 28px;
	line-height: 24px;
	list-style: none;
	margin-top: 12px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 63px;
	box-sizing: border-box;
}

.index_catList ul:nth-of-type(1) {
	background: url(../images/index_game_tag1.png) no-repeat left / contain;
	background-size: 56px 28px;
}

.index_catList ul:nth-of-type(2) {
	background: url(../images/index_game_tag2.png) no-repeat left / contain;
	background-size: 56px 28px;
}

.index_catList ul:nth-of-type(3) {
	background: url(../images/index_game_tag3.png) no-repeat left / contain;
	background-size: 56px 28px;
}

.index_catList ul:first-child {
	margin-top: 0;
}

.index_catList ul li {
	margin-right: 6px;
	padding-right: 10px;
}

.index_catList ul li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 8px;
	width: 1px;
	height: 12px;
	background: #888888;
}

.index_catList ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.index_catList ul li:last-child:after {
	display: none;
}

.index_catList ul li i {
	line-height: 0;
	margin: 0 20px;
}

.index_catList ul li .title {
	color: #888888;
}

.index_catList ul li .title:hover {
	color: var(--pm-c);
}


.index_news_lis .item {
	background: #F9F9F9;
	padding: 29px 25px 24px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.index_news_lis .item::before {
	content: '';
	display: inline-block;
	width: 53px;
	height: 58px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.index_news_lis .item.one::before {
	background: url(../images/index_new_icon.png) no-repeat center / contain;
	background-size: 100%;
}

.index_news_lis .item.two::before {
	background: url(../images/index_hot_icon.png) no-repeat center / contain;
	background-size: 100%;
}

.index_news_lis .item.two {
	margin-top: 30px;
}

.index_news_lis .item .title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 23px;
}

.index_news_lis li {
	padding-left: 19px;
	margin: 0;
	padding-bottom: 20px;
	position: relative;
}

.index_news_lis li::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 1px solid #EDEDED;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0px;
	box-sizing: border-box;
	z-index: 1;
}

.index_news_lis li::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 2.4px;
	width: 1px;
	height: 100%;
	background-color: #EDEDED;
}

.index_news_lis li:hover::before {
	border-color: var(--pm-c);
}

.index_news_lis li:last-of-type::after {
	display: none;
}

.index_news_lis li:last-of-type {
	padding-bottom: 0;
}


.index_slide {
	position: relative;
}

.index_slide .slider_box {
	position: relative;
	overflow: hidden;
}

.index_slide .slider_box .slider_item {
	width: calc(100% - 200px);
	margin-left: 0;
}

.index_slide .slider_box .slider_item li {
	width: 100%;
	padding-left: 0;
	border-radius: 4px;
}

.index_slide .slider_box .slider_item li .thum {
	width: 100%;
	height: 344px;
	position: relative;
	display: block;
	border-radius: 4px;
	overflow: hidden;
}

.index_slide .slider_item .thum .title {
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, 0.6);
	line-height: 40px;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	box-sizing: border-box;
	padding-right: 150px;
}

.index_slide .slider_box .dotnav {
	width: 200px;
	background: #fff;
	padding-left: 20px;
	/* height: 344px; */
	margin-left: 0;
	flex-direction: column;
	position: relative;
	z-index: 555;
	box-sizing: border-box;
}

.index_slide .slider_box .dotnav li {
	padding-left: 0;
}

.index_slide .slider_box .dotnav li:not(:first-of-type) {
	margin-top: 18px;
}

.index_slide .slider_box .dotnav li a {
	border: 1px solid transparent;
	width: 100%;
	height: 103px;
	border-radius: 6px;
	position: relative;
}

.index_slide .slider_box .dotnav li:last-child {
	margin-right: 0;
}

.index_slide .slider_box .dotnav li.uk-active a {
	border: 1px solid var(--pm-c);
}

.index_slide .slider_box .btn {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 87px;
	background-repeat: no-repeat;
	background-size: 6px 12px;
	background-position: center;
	background-color: #f5f5f5;
}

.index_slide .slider_box .btn svg {
	display: none;
}

.index_slide .slider_box .btn.left {
	background-image: url(../images/left.png);
	left: 0;
}

.index_slide .slider_box .btn.right {
	right: 0;
	background-image: url(../images/right.png);
}

.index_slide .slider_box .slideNav {
	position: absolute;
	bottom: 18px;
	right: 218px;
}

.index_slide .slider_box .slideNav li {
	margin-right: 7px;
	padding-left: 0;
}

.index_slide .slider_box .slideNav li:last-child {
	margin-right: 0;
}

.index_slide .slider_box .slideNav li a {
	width: 7px;
	height: 7px;
	background: #FFFFFF;
	display: block;
	border-radius: 50%;
	border: none;
}

.index_slide .slider_box .slideNav li.uk-active a {
	background-color: var(--pm-c);
}

.w50:first-of-type {
	margin-right: 4%;
}

.index_player_recommend .item {
	border-radius: 4px;
	border: 1px solid #F2F7FF;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.index_player_recommend .item .icon {
	width: 56px;
	height: 56px;
	border-radius: 10px;
	margin-right: 10px;
}

.index_player_recommend .item .score {
	margin-left: 10px;
	width: 60px;
	height: 26px;
	background: rgba(92, 147, 255, 0.1);
	border-radius: 60px;
	line-height: 26px;
	text-align: center;
}

.index_player_recommend .item .score span {
	display: inline-block;
	margin-left: 4px;
}

.index_player_recommend .item .type {
	margin-top: 10px;
}

.index_edit_recommend .item {
	height: 61px;
	margin-top: 20px;
	padding-left: 79px;
	background: url(../images/index_recommend_bg.png) no-repeat left / contain;
	background-size: 68px 61px;
}

.index_edit_recommend .item:hover {
	background: url(../images/index_recommend_active_bg.png) no-repeat left / contain;
	background-size: 68px 61px;
}

.index_edit_recommend .item .title {
	letter-spacing: 1px;
}

.index_edit_recommend .item .desc {
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 5px;
}


.index_new_update li {
	margin-top: 20px;
}

.index_new_update li .wrap {
	display: none;
}

.index_new_update li.active .wrap {
	display: block;
}

.index_new_update li.active .item {
	display: none;
}

.index_new_update li .order {
	display: inline-block;
	width: 21px;
	height: 24px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 10px;
}

.index_new_update li:nth-of-type(1) .order {
	background: url(../images/index_order_bg1.png) no-repeat center / contain;
	background-size: 100%;
}

.index_new_update li:nth-of-type(2) .order {
	background: url(../images/index_order_bg2.png) no-repeat center / contain;
	background-size: 100%;
}

.index_new_update li:nth-of-type(3) .order {
	background: url(../images/index_order_bg3.png) no-repeat center / contain;
	background-size: 100%;
}

.index_new_update li:nth-of-type(-n + 3) .order {
	color: transparent;
}

.index_new_update .wrap {
	padding-bottom: 20px;
	border-bottom: 1px dashed #E5E5E5;
}

.index_new_update .wrap .thumb {
	width: 96px;
	height: 68px;
	margin-right: 10px;
}

.index_new_update .wrap .desc {
	line-height: 22px;
}

.index_new_update .wrap .time {
	margin: 0;
}

.index_new_update li .item {
	display: flex;
	align-items: center;
}


.index_game_recommend .module-title {
	margin-bottom: 64px;
}

.index_game_recommend .item {
	background: linear-gradient(180deg, #F8FAFF 0%, #FFFFFF 100%);
	border: 1px solid #F7F9FC;
	padding: 60px 15px 20px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	width: 154px;
}

.index_game_recommend .item:not(:first-of-type) {
	margin-left: 20px;
}

.index_game_recommend .item .icon {
	width: 84px;
	height: 84px;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -30px;
}

.index_game_recommend .item .title {
	font-size: 14px;
	color: #000000;
	line-height: 36px;
	margin-top: 5px;
}

.index_game_recommend .item .title:hover {
	color: var(--pm-c);
}

.index_game_recommend .item .type {
	line-height: 30px;
	margin-bottom: 8px;
}

.index_game_recommend .item .down {
	display: inline-block;
	width: 90px;
	height: 28px;
	background: #EDF3FF;
	border-radius: 50px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	color: var(--pm-c);
	margin-top: 20px;
}


.index_game_rank li {
	margin-top: 18px;
}

.index_game_rank li .info {
	padding-bottom: 17px;
	border-bottom: 1px dashed #E5E5E5;
}

.index_game_rank li .wrap {
	display: none;
}

.index_game_rank li.active .wrap {
	display: block;
}

.index_game_rank li.active .item {
	display: none;
}

.index_game_rank li .order {
	display: inline-block;
	width: 21px;
	height: 24px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 10px;
	background: url(../images/index_order_bg0.png) no-repeat center / contain;
	background-size: 100%;
}

.index_game_rank li:nth-of-type(1) .order {
	background: url(../images/index_order_bg1.png) no-repeat center / contain;
	background-size: 100%;
}

.index_game_rank li:nth-of-type(2) .order {
	background: url(../images/index_order_bg2.png) no-repeat center / contain;
	background-size: 100%;
}

.index_game_rank li:nth-of-type(3) .order {
	background: url(../images/index_order_bg3.png) no-repeat center / contain;
	background-size: 100%;
}

.index_game_rank li:nth-of-type(-n + 3) .order {
	color: transparent;
}

.index_game_rank li .down {
	font-size: 12px;
	color: var(--pm-c);
	padding-right: 27px;
	background: url(../images/down_bg.png) no-repeat right / contain;
	background-size: 17px 16px;
	margin-left: 20px;
}

.index_game_rank li .type {
	margin-left: 10px;
}

.index_game_rank li .label {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #F8F8F8;
	border-radius: 4px;
	font-size: 12px;
	color: #999999;
	padding: 0 8px;
	box-sizing: border-box;
}

.index_game_rank li .label:not(:first-of-type) {
	margin-left: 4px;
}

.index_game_rank .wrap .icon {
	width: 66px;
	height: 66px;
	border-radius: 10px;
	margin-right: 10px;
}

.index_game_rank .wrap .desc {
	line-height: 24px;
	margin-top: 10px;
}

.index_game_rank li .item {
	display: flex;
	align-items: center;
}

.index_game_rank li:last-of-type .info {
	padding-bottom: 0;
	border-bottom: none;
}


.index_game .game_type {
	margin: 28px 0 26px;
}

.index_game .game_type .title {
	width: 104px;
	height: 36px;
	background: #F9F9F9;
	border-radius: 30px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #666666;
}

.index_game .game_type .title:hover,
.index_game .game_type .title.active {
	color: var(--pm-c);
}

.index_game .game_type .title:not(:first-of-type) {
	margin-left: 10px;
}

.index_game .uk-grid {
	margin-left: -30px;
}

.index_game .uk-grid>.uk-grid-margin {
	margin-top: 30px;
}

.index_game .uk-grid>* {
	padding-left: 30px;
}

.index_game .item {
	display: flex;
	align-items: center;
}

.index_game .item .icon {
	width: 74px;
	height: 74px;
	border-radius: 12px;
	margin-right: 10px;
}

.index_game .item .down {
	display: inline-block;
	width: 52px;
	height: 24px;
	border-radius: 4px;
	border: 1px solid var(--pm-c);
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: var(--pm-c);
	margin-top: 18px;
}


.index_play_report .item .thumb {
	width: 100%;
	height: 115px;
	border-radius: 6px;
	margin-bottom: 20px;
}

.index_play_report .item .title {
	color: #666666;
}

.index_play_report .item .title:hover {
	color: var(--pm-c);
}

.index_play_report ul {
	border-top: 1px dashed #E5E5E5;
	margin-top: 23px;
}

.index_play_report ul li {
	margin-top: 18px;
}

.index_game_news .news_item .item {
	padding-bottom: 14px;
	border-bottom: 1px dashed #E5E5E5;
}

.index_game_news .news_item .item:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.index_game_news .news_item .item:first-of-type {
	margin-top: 20px;
}

.index_game_news .news_item .item:not(:first-of-type) {
	margin-top: 15px;
}

.index_game_news .news_item .item .title {
	padding-left: 27px;
	background: url(../images/hot.png) no-repeat left / contain;
	background-size: 18px 21px;
}

.index_game_news .news_item .item .desc {
	height: 34px;
	background: #F9F9F9;
	border-radius: 30px;
	line-height: 34px;
	margin: 13px 0 10px;
	padding: 0 13px;
	box-sizing: border-box;
}

.index_game_news .news_item .item .text {
	display: flex;
	flex: 1;
	align-items: center;
}

.index_game_news .news_item .item span {
	margin-right: 20px;
}

.index_game_news .news_item .item .btn {
	display: inline-block;
	width: 45px;
	height: 22px;
	border-radius: 4px;
	border: 1px solid var(--pm-c);
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	color: var(--pm-c);
	margin-left: 10px;
}


.index_game_news .news_list .item {
	display: flex;
	margin-bottom: 30px;
}

.index_game_news .news_list .item:first-of-type {
	margin-top: 20px;
}

.index_game_news .news_list .item .thumb {
	width: 115px;
	height: 85px;
	border-radius: 4px;
	margin-right: 13px;
}

.index_game_news .news_list .item .desc {
	line-height: 32px;
}

.index_game_news .news_list .item .label {
	height: 22px;
	background: #F9F9F9;
	border-radius: 2px;
	line-height: 22px;
	padding: 0 8px;
	box-sizing: border-box;
	font-size: 12px;
	color: #999999;
	margin-right: 6px;
}

.index_game_news .news_list li {
	margin-top: 20px;
}


.game_banner {
	width: 100%;
	height: 186px;
}

.index_game_album .item {
	background: linear-gradient(180deg, #F8FAFF 0%, #FFFFFF 100%);
	height: 72px;
	border: 1px solid #F7F9FC;
	margin-top: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	box-sizing: border-box;
	margin-left: 20px;
}

.index_game_album .item:nth-of-type(-n + 3) {
	width: 386px;
}

.index_game_album .item:nth-last-of-type(-n + 4) {
	width: 285px;
}

.index_game_album .item:nth-of-type(7n - 6),
.index_game_album .item:nth-of-type(7n - 3) {
	margin-left: 0;
}

.index_game_album .item .game_box {
	display: flex;
	align-items: center;
	position: relative;
	width: 70px;
}

.index_game_album .item .icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	position: absolute;
}

.index_game_album .item .icon:nth-of-type(1) {
	left: 0px;
}

.index_game_album .item .icon:nth-of-type(2) {
	left: 21px;
}

.index_game_album .item .icon:nth-of-type(3) {
	left: 42px;
}

.index_game_album .item .title {
	margin-left: 10px;
	font-weight: bold;
	font-size: 16px;
}

.index_game_album .item:nth-of-type(7n - 6) .title {
	color: #FB7C7C;
}

.index_game_album .item:nth-of-type(7n - 5) .title {
	color: var(--pm-c);
}

.index_game_album .item:nth-of-type(7n - 4) .title {
	color: #FFAB44;
}

.index_game_album .item:nth-of-type(7n - 3) .title {
	color: #38D691;
}

.index_game_album .item:nth-of-type(7n - 2) .title {
	color: #FF739D;
}

.index_game_album .item:nth-of-type(7n - 1) .title {
	color: #30C8FF;
}

.index_game_album .item:nth-of-type(7n) .title {
	color: #9484FF;
}

.index_game_album .item:nth-last-of-type(-n + 4) .game_box {
	width: 32px;
}



.index_app_rank li {
	margin-top: 18px;
}

.index_app_rank li .info {
	padding-bottom: 17px;
	border-bottom: 1px dashed #E5E5E5;
}

.index_app_rank li .wrap {
	display: none;
}

.index_app_rank li.active .wrap {
	display: block;
}

.index_app_rank li.active .item {
	display: none;
}

.index_app_rank li .order {
	display: inline-block;
	width: 21px;
	height: 24px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 10px;
	background: url(../images/index_order_bg0.png) no-repeat center / contain;
	background-size: 100%;
}

.index_app_rank li:nth-of-type(1) .order {
	background: url(../images/index_order_bg1.png) no-repeat center / contain;
	background-size: 100%;
}

.index_app_rank li:nth-of-type(2) .order {
	background: url(../images/index_order_bg2.png) no-repeat center / contain;
	background-size: 100%;
}

.index_app_rank li:nth-of-type(3) .order {
	background: url(../images/index_order_bg3.png) no-repeat center / contain;
	background-size: 100%;
}

.index_app_rank li:nth-of-type(-n + 3) .order {
	color: transparent;
}

.index_app_rank li .down {
	font-size: 12px;
	color: var(--pm-c);
	padding-right: 27px;
	background: url(../images/down_bg.png) no-repeat right / contain;
	background-size: 17px 16px;
	margin-left: 20px;
}

.index_app_rank li .type {
	margin-left: 10px;
}

.index_app_rank li .label {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #F8F8F8;
	border-radius: 4px;
	font-size: 12px;
	color: #999999;
	padding: 0 8px;
	box-sizing: border-box;
}

.index_app_rank li .label:not(:first-of-type) {
	margin-left: 6px;
}

.index_app_rank .wrap .icon {
	width: 66px;
	height: 66px;
	border-radius: 10px;
	margin-right: 10px;
}

.index_app_rank .wrap .desc {
	line-height: 24px;
	margin-top: 10px;
}

.index_app_rank li .item {
	display: flex;
	align-items: center;
}

.index_app_rank li:last-of-type .info {
	padding-bottom: 0;
	border-bottom: none;
}


.index_app .game_type {
	margin: 28px 0 26px;
}

.index_app .game_type .title {
	width: 104px;
	height: 36px;
	background: #F9F9F9;
	border-radius: 30px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #666666;
}

.index_app .game_type .title:hover,
.index_app .game_type .title.active {
	color: var(--pm-c);
}

.index_app .game_type .title:not(:first-of-type) {
	margin-left: 10px;
}

.index_app .uk-grid {
	margin-left: -30px;
}

.index_app .uk-grid>.uk-grid-margin {
	margin-top: 30px;
}

.index_app .uk-grid>* {
	padding-left: 30px;
}

.index_app .item {
	display: flex;
	align-items: center;
}

.index_app .item .icon {
	width: 74px;
	height: 74px;
	border-radius: 12px;
	margin-right: 10px;
}

.index_app .item .down {
	display: inline-block;
	width: 52px;
	height: 24px;
	border-radius: 4px;
	border: 1px solid var(--pm-c);
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: var(--pm-c);
	margin-top: 18px;
}


.index_picture .icon {
	height: 306px;
}

.index_picture .picture_left {
	width: 454px;
}

.index_picture .picture_center {
	margin: 0 11px;
	width: 289px;
}

.index_picture .picture_right {
	width: 435px;
}


.index_rank .rank_top {
	height: 115px;
	padding: 20px 78px 20px 22px;
	box-sizing: border-box;
	position: relative;
}

.index_rank .rank_top::before {
	content: '';
	display: inline-block;
	width: 72px;
	height: 80px;
	position: absolute;
	right: 6px;
	top: 18px;
}

.index_rank .rank_top .rank_title {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	margin-bottom: 8px;
}

.index_rank .rank_top .btn {
	display: inline-block;
	width: 90px;
	height: 30px;
	border-radius: 26px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

.index_rank .uk-width-1-3:nth-of-type(3n - 2) .rank_top {
	background: linear-gradient(90deg, #FFF2E8 0%, #FFFFFF 100%);
}

.index_rank .uk-width-1-3:nth-of-type(3n - 2) .rank_top::before {
	background: url(../images/trophy1.png) no-repeat center / contain;
	background-size: 72px 80px;
}

.index_rank .uk-width-1-3:nth-of-type(3n - 2) .btn {
	background: #FEA660;
}

.index_rank .uk-width-1-3:nth-of-type(3n - 1) .rank_top {
	background: linear-gradient(90deg, #F0F5FF 0%, #FFFFFF 100%);
}

.index_rank .uk-width-1-3:nth-of-type(3n - 1) .rank_top::before {
	background: url(../images/trophy2.png) no-repeat center / contain;
	background-size: 72px 80px;
}

.index_rank .uk-width-1-3:nth-of-type(3n - 1) .btn {
	background: #5180FC;
}

.index_rank .uk-width-1-3:nth-of-type(3n) .rank_top {
	background: linear-gradient(90deg, #FFF3F3 0%, #FFFFFF 100%);
}

.index_rank .uk-width-1-3:nth-of-type(3n) .rank_top::before {
	background: url(../images/trophy4.png) no-repeat center / contain;
	background-size: 72px 80px;
}

.index_rank .uk-width-1-3:nth-of-type(3n) .btn {
	background: #FF777D;
}

.index_rank ul li {
	margin-top: 16px;
}

.index_rank .wrap {
	position: relative;
	display: none;
	align-items: center;
}

.index_rank li.active .wrap {
	display: flex;
}

.index_rank li.active .item {
	display: none;
}

.index_rank .wrap .order {
	width: 44px;
	height: 24px;
	background: #FEA660;
	border-radius: 15px 0px 10px 0px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.index_rank .wrap .icon {
	width: 70px;
	height: 70px;
	border-radius: 15px;
	margin-right: 11px;
}

.index_rank .wrap .text {
	font-size: 12px;
	color: #888888;
	line-height: 24px;
	margin-top: 10px;
}

.index_rank .wrap .down {
	display: inline-block;
	width: 60px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin-left: 10px;
	font-size: 12px;
	color: #FFFFFF;
}

.index_rank .uk-width-1-3:nth-of-type(3n - 2) .wrap .down {
	background: url(../images/rank_down1.png) no-repeat center / contain;
	background-size: 100%;
}

.index_rank .uk-width-1-3:nth-of-type(3n - 2) .wrap .order {
	background: #FEA660;
}

.index_rank .uk-width-1-3:nth-of-type(3n - 1) .wrap .down {
	background: url(../images/rank_down2.png) no-repeat center / contain;
	background-size: 100%;
}

.index_rank .uk-width-1-3:nth-of-type(3n - 1) .wrap .order {
	background: #5180FC;
}

.index_rank .uk-width-1-3:nth-of-type(3n) .wrap .down {
	background: url(../images/rank_down3.png) no-repeat center / contain;
	background-size: 100%;
}

.index_rank .uk-width-1-3:nth-of-type(3n) .wrap .order {
	background: #FF777D;
}

.index_rank .item {
	display: flex;
	align-items: center;
	padding-right: 8px;
}

.index_rank .item .type {
	margin-left: 10px;
}

/* 首页 end*/

/* 手游专辑 */
.list_album .game_banner {
	margin-top: 23px;
}

.zj_menu_nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 24px 0 44px;
}

.zj_menu_nav li {
	width: 104px;
	height: 36px;
	background: #F9F9F9;
	border-radius: 30px;
	line-height: 36px;
	text-align: center;
	margin-left: 20px;
}

.zj_menu_nav li a {
	font-size: 14px;
	color: #666666;
}

.zj_menu_nav li:hover a,
.zj_menu_nav li.active a {
	color: var(--pm-c);
}

.list_album_wrap .wrap {
	height: 252px;
	background: linear-gradient(180deg, #F8FAFF 0%, #FFFFFF 100%);
	border: 1px solid #F7F9FC;
	padding: 22px 20px 20px;
	box-sizing: border-box;
	margin-top: 20px;
}

.list_album_wrap .wrap .wrap_title {
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 15px;
}

.list_album_wrap .wrap .text {
	color: #888888;
	line-height: 30px;
}

.list_album_wrap .wrap .btn {
	display: inline-block;
	width: 90px;
	height: 28px;
	background: linear-gradient(270deg, #8673FF 0%, #36AEFF 100%);
	border-radius: 70px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 10px;
}

.list_album_wrap .wrap .tag {
	display: inline-block;
	width: 28px;
	height: 97px;
	background: url(../images/album_tag.png) no-repeat center / contain;
	background-size: 100%;
	margin-right: 25px;
}

.list_album_wrap .item {
	width: 75px;
	text-align: center;
}

.list_album_wrap .item:not(:first-of-type) {
	margin-left: 40px;
}

.list_album_wrap .item .icon {
	width: 70px;
	height: 70px;
	border-radius: 15px;
	margin: 0 auto 8px;
}

/* 手游专辑 end*/

/* 礼包列表 */
.game_package .item {
	border-radius: 4px;
	border: 1px solid #F2F7FF;
	margin-top: 20px;
	padding: 20px 20px 24px;
	box-sizing: border-box;
}

.game_package .item .wrap_title {
	font-weight: bold;
	font-size: 18px;
}

.game_package .item .btn {
	width: 110px;
	height: 34px;
	background: rgba(92, 147, 255, 0.1);
	border-radius: 80px;
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	color: var(--pm-c);
	text-align: center;
	line-height: 34px;
}

.game_package .item .icon {
	width: 100px;
	height: 100px;
	border-radius: 20px;
	margin-right: 20px;
}

.game_package .item .desc {
	margin-bottom: 20px;
	color: #888888;
}

.game_package .item span {
	color: #888888;
}

.package_list .thumb {
	width: 100%;
	height: 248px;
	margin-bottom: 20px;
}

.package_list .item {
	border-bottom: 1px dashed #E5E5E5;
	padding-bottom: 20px;
}

.package_list .item .icon {
	width: 96px;
	height: 68px;
	margin-right: 10px;
}

.package_list .item .title {
	display: inline-block;
	padding-left: 31px;
	background: url(../images/like.png) no-repeat left / contain;
	background-size: 21px 24px;
	height: 24px;
	line-height: 24px;
	box-sizing: border-box;
}

.package_list .btn {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: var(--pm-c);
	border-radius: 4px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 10px;
}

.package_list .desc {
	margin-bottom: 15px;
}

/* 礼包列表 end*/

/* 游戏列表 */
.list_game .module-title {
	margin-top: 20px;
}

.list_game_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}

.list_game_wrap .item {
	background: linear-gradient(180deg, #F8FAFF 0%, #FFFFFF 100%);
	border: 1px solid #F7F9FC;
	padding: 60px 15px 16px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	width: 154px;
	margin-top: 75px;
	margin-left: 20px;
}

.list_game_wrap .item .icon {
	width: 84px;
	height: 84px;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -30px;
}

.list_game_wrap .item .title {
	font-size: 14px;
	color: #000000;
	line-height: 36px;
	margin-top: 5px;
}

.list_game_wrap .item .title:hover {
	color: var(--pm-c);
}

.list_game_wrap .item .type {
	line-height: 30px;
	margin-bottom: 8px;
}

.list_game_wrap .item .down {
	display: inline-block;
	width: 90px;
	height: 28px;
	background: #EDF3FF;
	border-radius: 50px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	color: var(--pm-c);
	margin-top: 20px;
}

/* 游戏列表 end*/

/* 资讯列表 */
.list_news_wrap {
	position: relative;
}

.list_news_wrap .news_type {
	position: absolute;
	top: 4px;
	right: 0px;
	display: flex;
}

.list_news_wrap .news_type .title {
	font-size: 12px;
	color: #666666;
	margin-left: 20px;
}

.list_news_wrap .news_type .title:hover,
.list_news_wrap .news_type .title.active {
	color: var(--pm-c);
}

.list_news_wrap .item {
	border-radius: 4px;
	border: 1px solid #F2F7FF;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 20px;
}

.list_news_wrap .item .title {
	font-weight: bold;
	font-size: 18px;
}

.list_news_wrap .item .btn {
	display: inline-block;
	width: 64px;
	height: 28px;
	background: rgba(92, 147, 255, 0.1);
	border-radius: 50px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	color: var(--pm-c);
	margin-left: 10px;
}

.list_news_wrap .item .thumb {
	width: 180px;
	height: 115px;
	border-radius: 4px;
	margin-right: 15px;
}

.list_news_wrap .item .desc {
	line-height: 42px;
}

.report_list .thumb {
	width: 100%;
	height: 152px;
	margin-bottom: 20px;
}

.report_list .item {
	border-bottom: 1px dashed #E5E5E5;
	padding-bottom: 20px;
}

.report_list .item .icon {
	width: 96px;
	height: 68px;
	margin-right: 10px;
}

.report_list .item .title {
	display: inline-block;
	padding-left: 31px;
	background: url(../images/like.png) no-repeat left / contain;
	background-size: 21px 24px;
	height: 24px;
	line-height: 24px;
	box-sizing: border-box;
}

.report_list .desc {
	line-height: 22px;
}

/* 资讯列表 end*/

/* 排行榜列表 */
.list_rank_wrap .item {
	background: linear-gradient(180deg, #F8FAFF 0%, #FFFFFF 100%);
	border: 1px solid #F7F9FC;
	padding: 29px 20px 20px 20px;
	box-sizing: border-box;
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.list_rank_wrap .item .order {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	margin-right: 23px;
	background: url(../images/rank_wrap_order0.png) no-repeat center / contain;
	background-size: 100% 100%;
}

.list_rank_wrap .item:nth-of-type(-n + 3) .order {
	display: inline-block;
	width: 32px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: transparent;
	margin-right: 23px;
}

.list_rank_wrap .item:nth-of-type(1) .order {
	background: url(../images/rank_wrap_order1.png) no-repeat left / contain;
	background-size: 100% 100%;
}

.list_rank_wrap .item:nth-of-type(2) .order {
	background: url(../images/rank_wrap_order2.png) no-repeat left / contain;
	background-size: 100% 100%;
}

.list_rank_wrap .item:nth-of-type(3) .order {
	background: url(../images/rank_wrap_order3.png) no-repeat left / contain;
	background-size: 100% 100%;
}

.list_rank_wrap .item .icon {
	width: 100px;
	height: 100px;
	border-radius: 15px;
	margin-right: 16px;
}

.list_rank_wrap .item .title {
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
}

.list_rank_wrap .item .type {
	color: #888888;
	line-height: 30px;
	margin: 5px 0;
}

.list_rank_wrap .item .type span {
	margin-right: 30px;
}

.list_rank_wrap .item .type span::after {
	content: '|';
	display: inline-block;
	margin-left: 30px;
}

.list_rank_wrap .item .type span:last-child::after {
	display: none;
}

.list_rank_wrap .item .down {
	display: inline-block;
	width: 90px;
	height: 28px;
	background: linear-gradient(270deg, #8673FF 0%, #36AEFF 100%);
	border-radius: 70px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 10px;
}

/* 排行榜列表 end*/

/* 排行榜大全 */
.rank_banner {
	width: 100%;
	height: 243px;
	margin-top: 16px;
}

.list_ranks_wrap .wrap .rank_top {
	height: 115px;
	padding: 20px 78px 20px 22px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 30px;
}

.list_ranks_wrap .wrap .rank_top::before {
	content: '';
	display: inline-block;
	width: 72px;
	height: 80px;
	position: absolute;
	right: 6px;
	top: 18px;
}

.list_ranks_wrap .wrap .rank_top .rank_title {
	font-weight: bold;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 8px;
}

.list_ranks_wrap .wrap .rank_top .rank_title:hover {
	color: var(--pm-c);
}

.list_ranks_wrap .wrap .rank_top .time {
	display: inline-block;
	height: 26px;
	background: #FEA660;
	border-radius: 26px;
	line-height: 26px;
	padding: 0 10px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	box-sizing: border-box;
}

.list_ranks_wrap .uk-width-1-2:nth-of-type(4n - 3) .rank_top {
	background: linear-gradient(90deg, #FFF2E8 0%, #FFFFFF 100%);
}

.list_ranks_wrap .uk-width-1-2:nth-of-type(4n - 3) .rank_top::before {
	background: url(../images/trophy1.png) no-repeat center / contain;
	background-size: 72px 80px;
}

.list_ranks_wrap .uk-width-1-2:nth-of-type(4n - 3) .time {
	background: #FEA660;
}

.list_ranks_wrap .uk-width-1-2:nth-of-type(4n - 2) .rank_top {
	background: linear-gradient(90deg, #F0F5FF 0%, #FFFFFF 100%);
}

.list_ranks_wrap .uk-width-1-2:nth-of-type(4n - 2) .rank_top::before {
	background: url(../images/trophy2.png) no-repeat center / contain;
	background-size: 72px 80px;
}

.list_ranks_wrap .uk-width-1-2:nth-of-type(4n - 2) .time {
	background: #5180FC;
}

.list_ranks_wrap .uk-width-1-2:nth-of-type(4n - 1) .rank_top {
	background: linear-gradient(90deg, #E3FFF5 0%, #FFFFFF 100%);
}

.list_ranks_wrap .uk-width-1-2:nth-of-type(4n - 1) .rank_top::before {
	background: url(../images/trophy3.png) no-repeat center / contain;
	background-size: 72px 80px;
}

.list_ranks_wrap .uk-width-1-2:nth-of-type(4n - 1) .time {
	background: #26E5AC;
}

.list_ranks_wrap .uk-width-1-2:nth-of-type(4n) .rank_top {
	background: linear-gradient(90deg, #FFF3F3 0%, #FFFFFF 100%);
}

.list_ranks_wrap .uk-width-1-2:nth-of-type(4n) .rank_top::before {
	background: url(../images/trophy4.png) no-repeat center / contain;
	background-size: 72px 80px;
}

.list_ranks_wrap .uk-width-1-2:nth-of-type(4n) .time {
	background: #FF777D;
}

.list_ranks_wrap .item {
	width: 82px;
	text-align: center;
}

.list_ranks_wrap .item:not(:first-of-type) {
	margin-left: 45px;
}

.list_ranks_wrap .item .icon {
	width: 70px;
	height: 70px;
	border-radius: 15px;
	margin-bottom: 20px;
}

.list_ranks_wrap .item:last-of-type .icon {
	background: url(../images/ranks_wrap_icon.png) no-repeat center / contain;
	background-size: 70px;
}

.list_ranks_wrap .item:last-of-type .icon img {
	width: 30px !important;
	height: 30px !important;
}

/* 排行榜大全 end*/

/* 搜索结果 */
.search_warp {}

/* 搜索结果 end*/

/* 专辑详情 */
.single_album .single_header {
	background: #FAFDFF;
	border-radius: 4px;
	border: 1px solid #F2F7FF;
	padding: 34px 27px 17px 30px;
	box-sizing: border-box;
	margin-top: 22px;
}

.single_album .single_header_box {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.single_album .single_header_box .icon {
	width: 120px;
	height: 120px;
	border-radius: 15px;
	margin-right: 20px;
}

.single_album .single_header_box .single_header_title {
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	margin-bottom: 39px;
}

.single_album .single_header_box .label {
	display: inline-block;
	height: 24px;
	background: #F9F9F9;
	border-radius: 50px;
	line-height: 24px;
	font-size: 12px;
	color: #999999;
	padding: 0 8px;
	box-sizing: border-box;
	margin-right: 10px;
}

.more_box {
	width: 70%;
	display: flex;
}

.more_box span {
	font-size: 14px;
	color: #999999;
}

.more_box .title {
	font-size: 14px;
	margin-right: 15px;
	margin-bottom: 22px;
	width: 40%;
}

.more_box .title:nth-of-type(1) {
	color: #FF7676;
}

.more_box .title:nth-of-type(2) {
	color: #3ECBDB;
}

.more_box .title:nth-of-type(3) {
	color: #76AFFF;
}

.more_box .title:nth-of-type(4) {
	color: #FFB45F;
}

.show_tj {
	/* display: flex;
	align-items: center; */
	width: 418px;
	height: 255px;
	background: url(../images/show_tj_bg.png) no-repeat center / contain;
	background-size: 100%;
	padding: 80px 34px 40px;
	box-sizing: border-box;
	margin-left: 10px;
}

.show_tj .icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-right: 15px;
}

.show_tj .info .title {
	font-weight: bold;
	font-size: 16px;
}

.show_tj .type {
	margin: 10px 0;
}

.show_tj .down {
	display: inline-block;
	width: 100%;
	height: 38px;
	background: linear-gradient(270deg, #8673FF 0%, #36AEFF 100%);
	border-radius: 70px;
	line-height: 38px;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 16px;
	text-align: center;
}


.album_list .uk-grid,
.album_list .uk-grid-small>.uk-grid-margin {
	margin-top: 60px;
}

.album_list .uk-grid-small {
	margin-left: -30px;
}

.album_list .uk-grid-small>* {
	padding-left: 30px;
}

.album_list .item {
	height: 132px;
	background: linear-gradient(180deg, #F8FAFF 0%, #FFFFFF 100%);
	border: 1px solid #F7F9FC;
	padding: 20px 15px 16px;
	box-sizing: border-box;
	position: relative;
}

.album_list .item .order {
	display: inline-block;
	width: 62px;
	height: 24px;
	background: #CBD3E4;
	border-radius: 0px 0px 0px 20px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	right: 0px;
	top: 0px;
}

.album_list .uk-width-1-3:nth-of-type(1) .item .order {
	background: #FF6363;
}

.album_list .uk-width-1-3:nth-of-type(2) .item .order {
	background: #FF9763;
}

.album_list .uk-width-1-3:nth-of-type(3) .item .order {
	background: #FFD063;
}

.album_list .item .icon {
	width: 84px;
	height: 84px;
	border-radius: 20px;
	position: absolute;
	top: -30px;
	left: 15px;
}

.album_list .item .title {
	padding-left: 94px;
	max-width: 210px;
}

.album_list .item .type {
	height: 30px;
	font-size: 12px;
	color: #888888;
	margin-bottom: 7px;
	line-height: 30px;
}

.album_list .item .down {
	display: inline-block;
	width: 76px;
	height: 28px;
	background: #EDF3FF;
	border-radius: 50px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: var(--pm-c);
	margin-left: 10px;
}

.single_album .index_game_album .module-title {
	margin-bottom: 20px;
}

/* 专辑详情 end*/

/* 礼包详情 */
.single_gift {
	/* margin-bottom: 30px; */
}

.single_gift .single_header {
	border-radius: 4px;
	border: 1px solid #F2F7FF;
	padding: 34px 30px 35px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.single_gift .single_header .icon {
	width: 140px;
	height: 140px;
	border-radius: 30px;
	margin-right: 25px;
}

.single_gift .single_header .single_header_title {
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	margin-bottom: 15px;
}

.single_gift .single_header .label {
	height: 24px;
	background: #F9F9F9;
	border-radius: 50px;
	line-height: 24px;
	padding: 0 10px;
	display: inline-block;
	margin-top: 10px;
	box-sizing: border-box;
	font-size: 12px;
	color: #999999;
}

.single_game_wrap {
	display: block;
	margin: 0;
}

.single_game_wrap .item {
	width: auto;
	margin: 0;
}

.single_game_wrap .uk-grid-small>.uk-grid-margin {
	margin-top: 72px;
}

.single_game_wrap .uk-grid {
	margin-top: 65px;
}

/* 礼包详情 end*/

/* 手游详情 */
.single_game {
	/* margin-bottom: 30px; */
}

.single_game .single_header {
	border-radius: 4px;
	border: 1px solid #F2F7FF;
	padding: 35px 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.single_game .single_header .icon {
	width: 140px;
	height: 140px;
	border-radius: 30px;
	margin-right: 20px;
}

.single_game .single_header .single_header_title {
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	margin-bottom: 15px;
}

.single_game .single_header .label {
	height: 24px;
	background: #F9F9F9;
	border-radius: 50px;
	line-height: 24px;
	padding: 0 10px;
	display: inline-block;
	margin-top: 10px;
	box-sizing: border-box;
	font-size: 12px;
	color: #999999;
}

.single_game .single_content p,
.single_news .single_content p {
	text-indent: 2em;
}

.sliderBox {
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	padding: 0 68px;
	box-sizing: border-box;
}

.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: 252px;
	/* padding-left: 6px; */
	margin-right: 24px;
}

.sliderBox .slide li:last-child {
	/* margin-right: 0; */
}

.sliderBox .btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 55px;
	height: 53px;
}

.sliderBox .btn a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0;
}

.sliderBox .left {
	left: 0px;
	background: url(../images/sliderBox_l.png) no-repeat center / contain;
	background-size: 53px;
}

.sliderBox .right {
	right: 0px;
	background: url(../images/sliderBox_r.png) no-repeat center / contain;
	background-size: 53px;
}

.sliderBox .slide_toggle {
	height: 8px;
	margin-top: 10px !important;
	background-color: #F0F0F0;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 0;
}

.sliderBox .uk-slidenav svg {
	display: none;
}

.sliderBox .slide_toggle li {
	display: flex;
	width: 33.3%;
	padding-left: 0;
}

.sliderBox .slide_toggle li a {
	display: inline-block;
	width: 100%;
	height: 8px;
	background-color: transparent;
	border-radius: 20px;
	border: none;
}

.sliderBox .slide_toggle li.uk-active a {
	display: inline-block;
	width: 100%;
	height: 8px;
	background-color: #ccc;
	border-radius: 20px;
}

.game_info {
	margin-top: 30px;
	align-items: center;
}

.game_info .label {
	display: inline-block;
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.game_info p {
	color: #999;
	font-size: 14px;
}

.game_info ul li b,
.game_info ul li span {
	font-size: 14px;
	color: var(--pm-c) !important;
}

.game_recommend .item {
	border-radius: 4px;
	border: 1px solid #F2F7FF;
	padding: 15px;
	box-sizing: border-box;
	margin-top: 14px;
	display: flex;
	align-items: center;
}

.game_recommend .item:nth-of-type(2) {
	margin-top: 20px;
}

.game_recommend .item .icon {
	width: 56px;
	height: 56px;
	border-radius: 10px;
	margin-right: 10px;
}

.game_recommend .item .title {
	margin-bottom: 10px;
}

.game_recommend .item .score {
	display: inline-block;
	width: 60px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin-left: 10px;
	background: rgba(92, 147, 255, 0.1);
	border-radius: 60px;
}

/* 手游详情 end*/

/* 资讯详情 */
/* .single_news{
	margin-bottom: 30px;
} */
.single_news .single_header {
	border-radius: 4px;
	border: 1px solid #F2F7FF;
	padding: 41px 20px 38px;
	box-sizing: border-box;
	margin-bottom: 25px;
	text-align: center;
}

.single_news .single_header .single_header_title {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	margin-bottom: 45px;
}

.single_news .single_header .others .label {
	display: inline-block;
	height: 24px;
	background: #F9F9F9;
	border-radius: 50px;
	line-height: 24px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 12px;
	color: #999999;
	margin-right: 10px;
}

/* 资讯详情 end*/

/* 排行榜详情 */
.single_rank .single_header {
	height: 244px;
	background: url(../images/single_rank_header_bg.png) no-repeat center / contain;
	background-size: 100% 100%;
	padding: 65px 20px 52px;
	box-sizing: border-box;
	margin: 16px 0 20px;
	text-align: center;
}

.single_rank .single_header .single_header_title {
	font-weight: bold;
	font-size: 32px;
	letter-spacing: 1px;
	background: linear-gradient(270deg, #58A1F7 0%, #4960DF 100%);
	-webkit-background-clip: text;
	color: transparent;
	margin-bottom: 50px;
}

.single_rank .single_header .time {
	display: inline-block;
	width: 197px;
	height: 26px;
	line-height: 26px;
	background: url(../images/single_rank_time_bg.png) no-repeat center / contain;
	background-size: 100%;
	font-size: 12px;
	color: #666666;
}

.single_rank_wrap .item .type span {
	margin-right: 10px;
}

.single_rank_wrap .item .type span::after {
	margin-left: 10px;
}

.more_ranks li .title {
	padding-left: 23px;
	background: url(../images/rank_icon.png) no-repeat left / contain;
	background-size: 13px 14px;
}

.more_ranks .item_list {
	background: #F9F9F9;
	border-radius: 4px;
	padding: 16px 20px 15px;
	box-sizing: border-box;
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.more_ranks .item {
	width: 67px;
	text-align: center;
}

.more_ranks .item:not(:first-of-type) {
	margin-left: 16px;
}

.more_ranks .item .icon {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	margin: 0 auto 10px;
}

/* 排行榜详情 end*/

/* 开服  */

.categor_kaifu {}

.categor_kaifu .module-title {
	margin-top: 25px;
}

.kaifu_warp {
	margin-top: 17px;
}

.kaifu_warp tr {
	border: 1px solid #F1F1F1;
}

.kaifu_warp tr th {
	height: 56px;
	line-height: 56px;
	background: #EDF3FF;
	font-weight: bold;
	font-size: 14px;
	color: var(--pm-c);
	box-sizing: border-box;
	padding: 0 12px;
}

.uk-table-hover tbody tr:hover,
.uk-table-hover>tr:hover {
	background: none;
}

.kaifu_warp tr td {
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
	line-height: 28px;
}

.kaifu_warp tr .platform {
	vertical-align: middle;
}

.kaifu_warp tr .game-name {
	width: 170px;
}

.kaifu_warp tr .icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	overflow: hidden;
}

.kaifu_warp tr .title {
	font-size: 14px;
	color: #333333;
	display: inline-block;
	line-height: 18px;
	margin-left: 10px;
}

.kaifu_warp tr .title:hover {
	color: var(--pm-c);
}

.kaifu_warp tr .type {
	font-size: 12px;
	color: #999999;
	display: block;
	line-height: 14px;

}

.kaifu_warp tr .time {
	font-size: 14px;
}

.kaifu_warp .btn {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	margin: 0 auto;
	font-size: 12px;
	color: #FFFFFF;
	border-radius: 20px;
	padding: 0 12px;
	box-sizing: border-box;
}

.kaifu_warp .down {
	background: linear-gradient(0deg, #FCB644 0%, #FFD28A 100%);
}

.kaifu_warp .down span {
	background: url(../images/kaifu_down.png) no-repeat left / contain;
	background-size: 13px 12px;
	padding-left: 18px;
}

.kaifu_warp .gift {
	background: linear-gradient(0deg, var(--pm-c) 0%, #8AB1FF 100%);
}

.kaifu_warp .gift span {
	background: url(../images/kaifu_gift.png) no-repeat left / contain;
	background-size: 13px 12px;
	padding-left: 18px;
}

.kaifu_warp .game-type {
	font-weight: bold;
	font-size: 14px;
	color: var(--pm-c);
	box-sizing: border-box;
}

.kaifu_warp .red {
	color: #FF4B0E;
}

.kaifu_warp .game-type::after {
	width: 16px;
	height: 16px;
	z-index: 99;
	background: url('../images/kaifu_drop.png') no-repeat center/contain;
	background-size: 100% 100%;
	margin-left: 10px;
}

.kaifu_warp .uk-dropdown {
	border-radius: 6px;
	padding: 10px 0;
	min-width: 140px;
}

.kaifu_warp .uk-dropdown .uk-dropdown-nav::after {
	width: 0;
	height: 0;
	border: 18px solid;
	border-color: transparent transparent #ffffff transparent;
	top: -20px;
	left: 55px;
}

.kaifu_warp .uk-dropdown .uk-dropdown-nav li {
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
}

/* 开服 end */