:root {
	--pm-c: #5B77EA;
}

/*隐藏类*/
.hide {
	display: none !important;
}

/*隐藏遮罩*/
#aq-model {
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff url(/themes/default/404.png) no-repeat center;
}

/*应用信息样式*/
#app_info {
	margin: 20px 0
}

#app_info li {
	display: inline-block;
    width: 32.9%;
    color: #4D4D4D;
    font-size: 13px;
    /* margin: 10px 0; */
}

#app_info li b {
	cursor: pointer;
    color: #4D4D4D;
    font-size: 13px;
    font-weight: normal;
}
#app_info li .quanxian{
	border-bottom: 1px solid #4D4D4D;
	height: 16px;
    display: inline-block;
}

#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-color: #F7F7F7;
}

.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-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-40 {
	margin-left: 40px !important;
}


/* 右外边距 */
.m-r-0 {
	margin-right: 0px !important;
}

.m-r-5 {
	margin-right: 5px !important;
}

.m-r-10 {
	margin-right: 10px !important;
}

.m-r-15 {
	margin-right: 15px !important;
}

.m-r-20 {
	margin-right: 20px !important;
}

.m-r-30 {
	margin-right: 30px !important;
}
.m-r-40 {
	margin-right: 40px !important;
}

/* 溢出2行省略号 */
.line-2 {
	display: -webkit-box !important;
	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: 80px 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: 3px 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-size: 12px;
	color: var(--pm-c);
	background: url(../images/score.png) no-repeat left / contain;
	padding-left: 18px;
}
/* 评分 */
.star {
	height: 14px;
	width: 70px;
	display: inline-block;
	background: url(../images/star.png) repeat-x left / contain;
	vertical-align: text-top;
}

.star:before {
	content: "";
	display: block;
	background: url(../images/star_.png) repeat-x left / contain;
	height: 14px;
}

.star-1:before {
	width: 14px;
}

.star-2:before {
	width: 28px;
}

.star-3:before {
	width: 42px;
}

.star-4:before {
	width: 56px;
}

.star-5:before {
	width: 70px;
}

/* .star1 {
	height: 22px;
	width: 110px;
	display: inline-block;
	background: url(../images/icon-star-bg1.png) repeat-x 22px / contain;
	vertical-align: sub;
}

.star1:before {
	content: "";
	display: block;
	background: url(../images/icon-star1.png) repeat-x 22px / contain;
	height: 22px;
}

.star1-1:before {
	width: 22px;
}

.star1-2:before {
	width: 44px;
}

.star1-3:before {
	width: 66px;
}

.star1-4:before {
	width: 88px;
}

.star1-5:before {
	width: 110px;
} */

/*面包屑导航*/
.crumbs {
	font-size: 12px;
	color: #999;
	box-sizing: border-box;
	position: relative;
	margin: 20px 0;
	padding-left: 18px;
}
.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 i{
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	padding: 2px;
	box-sizing: border-box;
	margin: 0;
}
.platform .az{
	background: #1DC86A url(../images/az.png) no-repeat center / contain;
	background-size: 12px;
}
.platform .az_{
	background: #BFBFBF url(../images/az.png) no-repeat center / contain;
	background-size: 12px;
}
.platform .ios{
	background: var(--pm-c) url(../images/ios.png) no-repeat center / contain;
	background-size: 12px;
}
.platform .ios_{
	background: #BFBFBF url(../images/ios.png) no-repeat center / contain;
	background-size: 12px;
}

/* 公共标题 */
.module-title {
	position: relative;
	/* height: 24px;
	line-height: 24px; */
}

.module-title .title {
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	/* letter-spacing: 2px; */
	/* line-height: 24px; */
	padding-left: 24px;
	background: url('../images/module_title_icon.png') no-repeat left/contain;
	background-size: 22px 22px;
}

.module-title .more {
	display: block;
	/* line-height: 24px; */
	/* letter-spacing: 1px; */
	color: #999999;
	font-size: 12px;
	margin-left: 5px;
	padding-right: 21px;
	/* width: 22px;
	height: 19px; */
	background: url('../images/more_icon.png') no-repeat right/contain;
	background-size: 16px 16px;
}

/* .module-title .title::before {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url('../images/module_title_icon.png') no-repeat left/contain;
	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,
.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: 16px;
}

.list-container li .title {
	font-size: 14px;
	color: #333333;
}

/* .list-container li .title::before {
	display: inline-block;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: var(--pm-c);
	border-radius: 50%;
} */

.list-container li .time {
	font-size: 12px;
	color: #999;
	margin-left: 5px;
}

/* 图标 */
.list-container li .dot {
	display: block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	background: url('../images/home_video_icon.png') no-repeat center/contain;
}

/* 圆点 */
.list-container li .dot_ {
	display: block;
	width: 4px;
	height: 4px;
	background: #E6E6E6;
	border-radius: 50%;
	margin-right: 7px;
}

/* 类别 */
.list-container li .tag {
	font-size: 14px;
	color: var(--pm-c);
}
.list-container li .tag::after{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background: var(--pm-c);
	border-radius: 50%;
	margin-left: 5px;
    margin-right: 8px;
	transform: translateY(-50%);
}
/* 序号 */
.list-container li .order{
	width: 18px;
	height: 22px;
	background: #F0F0F0;
	border-radius: 4px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	margin-right: 10px;
}
/* 序号2 */
.list-container li .gl_order{
	width: 18px;
	height: 18px;
	background: #D9D9D9;
	border-radius: 4px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
	margin-right: 8px;
}
/* 数字 */
.list-container li .num{
	font-size: 16px;
	color: #333333;
	font-style: italic;
	margin-right: 10px;
}

/* 公共头部样式 */
/* 首页页面 */
.header .header_top{
	height: 90px;
	background: url('../images/header_bg.png') no-repeat center/contain;
	background-size: 100% 100%;
	padding: 25px 0;
	box-sizing: border-box;
}
.header .logo {
	display: block;
	width: 176px;
	height: 100%;
	overflow: hidden;
}

.header .search {
	width: 290px;
	height: 36px;
	border: solid 1px var(--pm-c);
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
	border-radius: 8px;
	margin-left: 25px;
	box-sizing: border-box;
}

.header .search .search_input {
	height: 100%;
	border: none;
	outline: medium;
	vertical-align: top;
	width: 100%;
	height: 36px;
    line-height: 36px;
	color: #999999;
	font-size: 12px;
	background-color: #ffffff;
	text-indent: 10px;
	padding: 0 12px 0 33px;
	box-sizing: border-box;
}

.search-input:-webkit-input-placeholder {
	color: #999999;
}

.search-input:-moz-input-placeholder {
	color: #999999;
}

.search-input:-ms-input-placeholder {
	color: #999999;
}

.header .search .search-btn {
	width: 18px;
	height: 18px;
	padding: 0;
	cursor: pointer;
	background: url(../images/search.png) no-repeat center/contain;
	background-size: 100% 100%;
	position: absolute;
	left: 12px;
	border: none;
}

.header .nav{
	background: url(../images/nav_bg.png) no-repeat center/contain;
	background-size: 100% 100%;
	padding: 11px 0;
	box-sizing: border-box;
}
.header .nav li a{
	display: inline-block;
	font-size: 18px;
	color: var(--pm-c);
	border-radius: 99px;
	padding: 7px 35px;
	box-sizing: border-box;
}
.header .nav li.active a,
.header .nav li:hover a {
	background: var(--pm-c);
	font-weight: bold;
	color: #FFFFFF;
}
.header .nav li:first-of-type a{
	/* margin-left: 0; */
}

/* 公共尾部样式 */
.footer {
	background-color: #333;
	padding: 35px 0;
	font-size: 12px;
	color: #999;
	text-align: center;
}

.footer span,
.footer a,
.footer p {
	font-size: 14px;
	color: #999;
}
.footer p {
	margin-top: 24px;
}
.footer span:last-child,
.footer a:last-child {
	margin-right: 0;
}

.footer .name {
	color: #ccc;
	margin-bottom: 24px;
	margin-top: 0;
}

.footer .aBox span,
.footer .aBox a {
	margin-right: 6px;
}

.footer .aBox a::after {
	content: '|';
	display: inline-block;
	color: #666;
	margin-left: 15px;
}

.footer .aBox a:last-child::after {
	content: "";
}

.footer .footer_p {
	line-height: 34px;
}

/* 友情链接 */
.index-link{
	margin-bottom: 30px !important;
}
.index-link ul {
	margin-left: -20px;
	margin-top: 10px;
}

.index-link ul li {
	display: inline-block;
	margin-top: 10px;
	margin-left: 20px;
}

.index-link ul li a {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
}

.index-link ul li:hover a {
	color: var(--pm-c) !important;
}

/* .index-link ul li::after {
	content: '|';
	display: inline-block;
	color: #999;
	margin-left: 10px;
} */

/* .index-link ul li:last-child::after {
	display: none;
} */
/* 侧边栏 */
.sidebar {
	margin-left: 20px;
	width: 360px;
}

/* 详情页公共样式 */
.single .single_title {
	background: url(../images/single_title_bg.png) no-repeat center / contain;
	font-weight: bold;
	font-size: 20px;
	color: var(--pm-c);
	width: 140px;
	height: 48px;
	line-height: 54px;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 auto 20px;
	text-indent: 15px;
}

.single .single_content iframe {
	display: block;
	margin: 0 auto;
	width: 520px;
	height: 320px;
}

.single .single_content p {
	font-weight: 400;
	font-size: 14px;
	color: #666;
	/* text-indent: 2em; */
	line-height: 2.5;
}

.single .single_content p img {
	max-width: 68% !important;
	margin: 20px auto;
	display: block;
}
.single .single_content h2,
.single .single_content h3 {
	background: url(../images/single_h1_icon.png) no-repeat left / contain;
	background-size: 14px;
	padding-left: 18px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	margin: 20px 0;
}

/* 详情下载按钮 */
.single .down-btn .btn {
	position: relative;
	display: block;
	font-size: 16px;
	color: #fff;
	/* border-radius: 30px; */
	/* padding: 10px 40px; */
	cursor: pointer;
	width: 170px;
	height: 50px;
	text-align: center;
	line-height: 40px;
}
.single .down-btn .lb{
	margin-bottom: 20px;
}

.single .down-btn .pc {
	background: var(--pm-c);
}

.single .down-btn .sy,
.single .down-btn .mob,
.single .down-btn .xz {
	background: url('../images/xz_bg.png') no-repeat center/cover;
}

.single .down-btn .lb {
	background: url('../images/lb_bg.png') no-repeat center/cover;
}
.single .down-btn .az{
	background: url('../images/az_xz_bg.png') no-repeat center/cover;
}
.single .down-btn .az span{
	background: url('../images/az1.png') no-repeat left/contain;
	background-size: 20px;
	padding-left: 24px;
}
.single .down-btn .ios span{
	background: url('../images/ios1.png') no-repeat left/contain;
	background-size: 20px;
	padding-left: 24px;
}
.single .down-btn .ios{
	background: url('../images/ios_xz_bg.png') no-repeat center/cover;
}

.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: 15%;
	top: 100%;
	border-radius: 10px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	border: 1px solid var(--pm-c);
}

.single .down-btn .btn .qrcode img {
	width: 120px;
	height: 120px;
}

.single .down-btn .btn a,
.single .down-btn .btn span {
	position: relative;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center left;
	/* padding-left: 27px; */
	box-sizing: border-box;
}

/* .single .down-btn .az a,
.single .down-btn .az span {
	background-image: url('../images/az.png');
}

.single .down-btn .ios a,
.single .down-btn .ios span {
	background-image: url('../images/ios.png');
}

.single .down-btn .pc a,
.single .down-btn .pc span {
	background-image: url('../images/pc.png');
}

.single .down-btn .mob a,
.single .down-btn .mob span {
	background-image: url('../images/play.png');
}

.single .down-btn .sy a,
.single .down-btn .sy span {
	background-image: url('../images/album_btn.png');
}

.single .down-btn .lb a,
.single .down-btn .lb span {
	background-image: url('../images/lb_icon.png');
	background-size: 16px;
}

.single .down-btn .xz a,
.single .down-btn .xz span {
	background-image: url('../images/xz_icon.png');
	background-size: 16px;
} */

.single .down-btn .none {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
	opacity: .4;
	border: none;
}

/* 404 500 错误页面 */
.page-error {
	background: #FFFFFF;
	border-radius: 5px;
	min-height: 520px;
	margin-bottom: 30px !important;
	/* margin-top: 18px; */
	padding-top: 120px;
}

.page-error .page-404 {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	background: url(../images/404.png) no-repeat center/contain;
}

.page-error .page-500 {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	background: url(../images/500.png) no-repeat center/contain;
}

.page-error p {
	font-size: 14px;
	color: #999999;
	margin: 25px 0;
}

.page-error .go-home {
	display: inline-block;
	width: 110px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid var(--pm-c);
	line-height: 40px;
	font-size: 14px;
	color: var(--pm-c);
	text-align: center;
	box-sizing: border-box;
}

/* 单页面样式 */
.page {
	min-height: 720px;
}
.page_branner{
	background: url(../images/page.png) no-repeat left / contain;
	width: 326px;
	height: 415px;
	margin-right: 39px;
}

.page-nav {
	overflow: hidden;
	width: 200px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 20px 0;
	box-sizing: border-box;
	margin-right: 20px;
	/* display: flex;
	flex-wrap: wrap; */
}

/* .page-nav li{
	margin-left: 35px;
	margin-bottom: 25px;
} */
.page-nav li:hover a,
.page-nav li.active a{
	/* border-color: var(--pm-c); */
	box-sizing: border-box;
	color: #fff;
	background: var(--pm-c) url(../images/page_nav_icon.png) no-repeat 170px / contain;
	background-size: 18px;
}

.page-nav li a{
	display: inline-block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #B3B3B3;
}

.page-content{
	background-color: #fff;
	border-radius: 5px;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.page .page-title {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 20px;
	text-indent: 0em;
}
.page .page-title:first-of-type{
	margin-top: 30px;
}
.page-content p {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	/* text-indent: 2em; */
	margin: 15px 0;
	line-height: 36px;
}
.page-content ul {
	flex-wrap: wrap;
}

.page-content ul li {
	width: 110px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #EBEBEB;
	margin-right: 20px;
	margin-bottom: 15px;
	padding: 0 5px;
	box-sizing: border-box;
}

.page-content ul li a {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1px;
	display: inline-block;
	width: 100%;
}
.page-content ul li:hover,
.page-content ul li:hover a {
	color: var(--pm-c);
	border-color: var(--pm-c);
}

/* 搜索页样式 */
.search_total {
	font-size: 24px;
	color: #333333;
	margin-bottom: 30px;
}
/* 列表页公共样式 */
/* 菜单栏 */
.menu_nav{
	background: #FFFFFF;
	border-radius: 5px;
	padding: 0px 15px 10px;
	box-sizing: border-box;
}
.menu_nav li{
	margin-left: 10px;
	margin-top: 10px;
}
.menu_nav li a{
	height: 38px;
	line-height: 38px;
	border-radius: 8px;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 14px;
	color: #666666;
	display: inline-block;
}
.menu_nav li.active a,
.menu_nav li:hover a{
	background-color: var(--pm-c);
	color: #fff;
}

/* 首页 */
.w390{
	width: 390px;
}
.w320{
	width: 320px;
}
.module{
	padding: 20px;
	box-sizing: border-box;
	margin-top: 20px;
	background: #FFFFFF;
	border-radius: 5px;
}
.module:first-of-type{
	margin-top: 0px;
}
/* 顶部资讯分类 */
.home_top_news{
	padding-bottom: 18px;
	box-sizing: border-box;
	border-bottom: 1px solid #F2F2F2;	
}
.home_top_news .item{
	margin-left: 40px;
}
.home_top_news .item:first-of-type{
	margin-left: 0px;
}
.home_top_news .item .thumb{
	width: 90px;
	height: 50px;
	margin-right: 14px;
}
.home_top_news .item .title{
	line-height: 25px;
}
.home_top_news .item .title::before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-right: 10px;
}
.home_top_news .item:nth-of-type(-n + 2) .title::before{
	background: #FF7B4E;
}
.home_top_news .item:nth-last-of-type(-n + 2) .title::before{
	background: #FFC703;
}
/* 顶部资讯分类 end*/

/* 游戏分类 */
.home_catList{
	margin: 18px 0 22px;
}
.home_catList ul {
	list-style: none;
	margin-top: 10px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}

.home_catList ul:first-child {
	margin-top: 0;
}

.home_catList ul li {
	margin-right: 6px;
	padding-right: 12px;
}

.home_catList ul li:first-child {
	width: 96px;
	height: 34px;
	background: rgba(91,119,234,0.1);
	text-align: center;
	line-height: 34px;
	margin-right: 20px;
	border-radius: 99px;
}

.home_catList ul li:first-child span {
	font-size: 15px;
	color: var(--pm-c);	
	padding-left: 22px;
	box-sizing: border-box;
}
.home_catList ul:nth-of-type(1) li span{
	background: url(../images/type_game_icon.png) no-repeat left / contain;
	background-size: 18px 18px;
}
.home_catList ul:nth-of-type(2) li span{
	background: url(../images/type_app_icon.png) no-repeat left / contain;
	background-size: 18px 18px;
}
.home_catList ul:nth-of-type(3) li span{
	background: url(../images/type_album_icon.png) no-repeat left / contain;
	background-size: 18px 18px;
}

.home_catList ul li::after {
	content: '';
	position: absolute;
	right: 0;
	top: 5px;
	width: 1px;
	height: 12px;
	background: #E6E6E6;
}

.home_catList ul li:first-child {
	padding-right: 0;
}

.home_catList ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.home_catList ul li:first-child:after {
	display: none;
}

.home_catList ul li i {
	line-height: 0;
	margin: 0 20px;
}
/* 游戏分类 end*/

/* 顶部游戏 */
.home_top_game .item{
	width: 152px;
	background: #F7F7F7;
	border-radius: 14px;
	padding: 16px;
	box-sizing: border-box;
	text-align: center;
	margin-left: 16px;
}
.home_top_game .item:first-of-type{
	margin-left: 0;
}
.home_top_game .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 15px;
	margin-bottom: 8px;
}
.home_top_game .item .text{
	margin: 8px 0;
}
/* 顶部游戏 end*/

/* 轮播图 */
.home_slide {
	width: 390px;
	margin-bottom: 20px;
}

.home_slide .slider {
	width: 100%;
	height: 200px;
}

.home_slide .slider .slide {
	width: 100%;
	height: 100%;
	margin-left: 0;
}

.home_slide .slider li {
	padding-left: 0;
}

.home_slide .slider li .img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.home_slide .slider li .img span {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	padding: 0 70px 0 15px;
	display: block;
	width: 100%;
	line-height: 40px;
	text-align: left;
	box-sizing: border-box;
}

.home_slide .slider .slideNav {
	position: absolute;
	bottom: 14px;
	right: 16px;
}

.home_slide .slider .slideNav li {
	margin-right: 5px;
	padding-left: 0;
}

.home_slide .slider .slideNav li:last-child {
	margin-right: 0;
}

.home_slide .slider .slideNav li a {
	width: 8px;
	height: 8px;
	background: #999;
	display: block;
	border-radius: 50%;
	border: none;
}

.home_slide .slider .slideNav li.uk-active a {
	background-color: var(--pm-c);
}
/* 轮播图 end*/
.thumb1{
	width: 186px;
	height: 110px;
}
.thumb1:first-of-type{
	margin-right: 18px;
}

/* 话题探讨 */
.home_ht_tt li{
	background: url(../images/httt_icon.png) no-repeat left / contain;
	background-position: left top;
	background-size: 18px 18px;
	padding-left: 26px;
	margin-top: 25px;
}
.home_ht_tt li{
	margin-top: 22px;
}
.home_ht_tt li .text{
	padding: 6px 0px 6px 10px;
	box-sizing: border-box;
	background: linear-gradient( 90deg, #F6F5F5 0%, rgba(246,245,245,0) 100%);
	border-radius: 7px;
	margin-top: 10px;
}
/* 话题探讨 end*/

/* 资讯列表 */
.home_news{
	margin: 0 30px;
}
.home_news .item{
	margin-bottom: 20px;
}
.home_news .item .time{
	height: 22px;
	border-radius: 99px;
	line-height: 22px;
	border: 1px solid #EBEBEB;
	background: url(../images/home_time_icon_.png) no-repeat 15px / contain;
	background-size: 14px 14px;
	padding: 0 14px 0 32px;
	box-sizing: border-box;
	margin-bottom: 10px;
	display: inline-block;
}
.home_news .item .thumb{
	width: 120px;
	height: 78px;
	margin-right: 15px;
}
.home_news .item .title{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
.home_news .item .desc{
	line-height: 24px;
}
.home_news_title{
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 10px;
	box-sizing: border-box;
	margin: 14px 0;
}
.home_news_title a:last-child{
	margin-left: 10px;
}
.home_news_title .title1{
	font-weight: bold;
	font-size: 18px;
	color: var(--pm-c);
	/* margin-bottom: 10px; */
	width: 100%;
	text-align: center;
	display: inline-block;
}
.home_news_title .title2{
	font-size: 12px;
	color: #999999;
	max-width: 48%;
}
.home_news_title .title2:hover{
	color: var(--pm-c);
}
.home_news ul li:hover .dot_{
	background-color: var(--pm-c);
}
/* 资讯列表 end*/

/* 每日推荐 */
.home_daily_tj{
	background: url(../images/tj_game_bg.png) no-repeat top / contain;
	background-size: 100% 100%;
	padding: 70px 20px 20px;
	box-sizing: border-box;
	position: relative;
}
.home_daily_tj::before{
	content: "";
	display: inline-block;
	width: 72px;
	height: 72px;
	background: url(../images/tj_game_icon.png) no-repeat top / contain;
	position: absolute;
	left: 7px;
	top: -14px;
}
.home_daily_tj .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
	margin-bottom: 6px;
}
.home_daily_tj .item .title{
	text-align: center;
}
.home_daily_tj .uk-grid-margin{
	margin-top: 24px;
}
/* 每日推荐 end*/

/* 最新资讯 */
.home_news_new li{
	margin-top: 13px;
}
.home_news_new li .time{
	background: url(../images/home_time_icon.png) no-repeat left / contain;
	background-size: 14px 14px;
	padding-left: 16px;
	margin-bottom: 11px;
	margin-left: 0;
	display: inline-block;
}
.home_news_new li .thumb{
	width: 90px;
	height: 54px;
	margin-right: 15px;
}
.home_news_new li .title{
	margin-bottom: 8px;
}
.home_news_new li .desc{
	display: inline-block;
}
/* 最新资讯 end*/

/* 手游下载 */
.home_game{
	position: relative;
}
.home_game .type_box{
	position: absolute;
	top: 0px;
	left: 110px;
	display: flex;
}
.home_game .type_box li{
	margin-left: 10px;
}
.home_game .type_box li.active .title,
.home_game .type_box li:hover .title{
	color: var(--pm-c);
	background: #F2F2F2;
	color: #333333;
}
.home_game .type_box .title{
	font-size: 12px;
	border-radius: 6px;
	color: #999999;
	padding: 6px 8px;
	box-sizing: border-box;
}
.home_game .item{
	margin-left: 33px;
	margin-top: 26px;
	text-align: center;
	width: 10.6%;
}
.home_game .item:nth-of-type(7n - 6){
	margin-left: 0;
}
.home_game .item:nth-of-type(-n + 7){
	margin-top: 20px;
}
.home_game .item .icon{
	width: 86px;
	height: 86px;
	border-radius: 20px;
	margin-bottom: 8px;
}
.home_game .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-top: 10px;
}
.home_game .item .down:hover{
	background: var(--pm-c);
	color: #fff;
}
/* 手游下载 end*/

/* 手游排行榜 */
.home_game_rank .item{
	padding: 0 14px;
	margin-left: 8px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.home_game_rank .item::before{
	position: absolute;
	content: "";
	display: inline-block;	
	width: 26px;
	height: 18px;
    z-index: 1;
	left: 15px;
}
.home_game_rank .item:nth-of-type(1)::before,
.home_game_rank .item:nth-of-type(3)::before{
	top: -14px;    
}
.home_game_rank .item:nth-of-type(2)::before{
	top: -10px;
}
.home_game_rank .item:first-of-type{
	margin-left: 0;
}
.home_game_rank .item:nth-of-type(1),
.home_game_rank .item:nth-of-type(3){
	width: 98px;
	height: 116px;
	margin-top: 42px;	
}
.home_game_rank .item:nth-of-type(1){	
	background: url(../images/home_rank_item_bg2.png) no-repeat top / contain;
	background-size: 100% 100%;		
}
.home_game_rank .item:nth-of-type(2){
	width: 108px;
	height: 130px;
	background: url(../images/home_rank_item_bg1.png) no-repeat top / contain;
	background-size: 100% 100%;	
	margin-top: 28px;
}
.home_game_rank .item:nth-of-type(3){
	background: url(../images/home_rank_item_bg3.png) no-repeat top / contain;
	background-size: 100% 100%;
}
.home_game_rank .item:nth-of-type(1) .icon{
	border: 2px solid #8EC9FF;
}
.home_game_rank .item:nth-of-type(2) .icon{
	border: 2px solid #FABB55;
}
.home_game_rank .item:nth-of-type(3) .icon{
	border: 2px solid #F59C60;
}
.home_game_rank .item:nth-of-type(1) .icon,
.home_game_rank .item:nth-of-type(3) .icon{
	width: 60px;
	height: 60px;
	border-radius: 15px;
	transform: translateY(-12px);
}
.home_game_rank .item:nth-of-type(2) .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
	transform: translateY(-8px);
}
.home_game_rank .item:nth-of-type(1)::before{
	background: url(../images/home_rank_item_icon2.png) no-repeat left / contain;
	background-size: 26px 18px;
}
.home_game_rank .item:nth-of-type(2)::before{
	background: url(../images/home_rank_item_icon1.png) no-repeat left / contain;
	background-size: 26px 18px;
}
.home_game_rank .item:nth-of-type(3)::before{
	background: url(../images/home_rank_item_icon3.png) no-repeat left / contain;
	background-size: 26px 18px;
}
.home_game_rank li{
	border-bottom: 1px dashed #E6E6E6;
	padding-bottom: 16px;
}
.home_game_rank li:first-of-type{
	margin-top: 10px;
}
.home_game_rank li .down{
	width: 68px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid var(--pm-c);
	margin-left: 10px;
	box-sizing: border-box;
	font-size: 14px;
    color: var(--pm-c);
}
/* 手游排行榜 end*/

/* 高分推荐 */
.home_tj .item{
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 16px;
	margin-top: 16px;
}
.home_tj .item:nth-of-type(2){
	margin-top: 20px;
}
.home_tj .item .thumb{
	width: 80px;
	height: 50px;
	margin-right: 15px;
}
.home_tj .item .title{
	margin-bottom: 10px;
}
.home_tj .item .score{
	font-weight: bold;
	font-size: 22px;
	color: var(--pm-c);
	padding-left: 20px;
	background: url(../images/tj_score.png) no-repeat left / contain;
	background-size: 16px 16px;
	margin-left: 10px;
}
.home_tj li{
	height: 24px;
	line-height: 24px;
}
.home_tj li .btn{
	display: inline-block;
	width: 50px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #F2F2F2;
	border-radius: 6px;
	font-size: 12px;
	color: #999999;
	margin-left: 5px;
}
.home_tj li .btn:hover{
	background-color: var(--pm-c);
	color: #FFFFFF;
}
/* 高分推荐 end*/

/* 新游动态 */
.home_new_dynamic .ul{
	margin-top: 4px;
}
.home_new_dynamic li{
	padding-bottom: 16px;
	border-bottom: 1px dashed #E6E6E6;
	box-sizing: border-box;
}
.home_new_dynamic li:last-of-type{
	border-bottom: none;
	padding-bottom: 0px;
}
.home_new_dynamic li .title{
	padding-left: 26px;
	box-sizing: border-box;
	background: url(../images/new_game_icon.png) no-repeat left / contain;
	background-size: 16px;
	margin-bottom: 12px;
}
.home_new_dynamic li .desc{
	margin-bottom: 20px;
}
.home_new_dynamic li .time{
	margin-left: 25px;
}
.home_new_dynamic li .btn{
	display: inline-block;
	width: 50px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #F2F2F2;
	border-radius: 6px;
	font-size: 12px;
	color: #999999;
}
.home_new_dynamic li .btn:hover{
	background-color: var(--pm-c);
	color: #FFFFFF;
}
/* 新游动态 end*/

/* 游戏礼包 */
.home_game_gift .gift_banner{
	width: 320px;
	height: 140px;
	margin-top: 20px;
	background: url(../images/gift_banner.png) no-repeat center / contain;
}
.home_game_gift li:nth-of-type(1){
	margin-top: 18px;
}
.home_game_gift li .get{
	width: 16px;
	height: 16px;
	background: url(../images/get_icon.png) no-repeat center / contain;
}
.home_game_gift li:hover .get{
	width: 16px;
	height: 16px;
	background: url(../images/get_icon_.png) no-repeat center / contain;
}
/* 游戏礼包 end*/

/* 游戏视频 */
.home_game_video .video1{
	width: 395px;
	height: 285px;
	margin-right: 25px;
}
.home_game_video .video img,
.home_game_video .video a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.home_game_video .video a{
	position: relative;
}
.home_game_video .video .title{
	width: 100%;
	height: 32px;
	line-height: 32px;
	background: rgba(0,0,0,0.6);
	padding: 0 15px;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	left: 0px;
	box-sizing: border-box;
}
.home_game_video .video a::before{
	content: "";
	display: inline-block;
	position: absolute;
    left: 50%;
	z-index: 1;
}
.home_game_video .video1 a::before{	
	background: url(../images/home_video1.png) no-repeat center / contain;
	width: 90px;
	height: 90px;	
	transform: translate(-50%, 82px);
}
.home_game_video .video2{
	width: 230px;
	height: 130px;
}
.home_game_video .video2 a::before{	
	background: url(../images/home_video2.png) no-repeat center / contain;
	width: 44px;
	height: 44px;
	transform: translate(-50%, 27px);	
}
/* 游戏视频 end*/

/* 应用软件 */
.home_app{
	position: relative;
}
.home_app .type_box{
	position: absolute;
	top: 0px;
	left: 110px;
	display: flex;
}
.home_app .type_box li{
	margin-left: 10px;
}
.home_app .type_box li.active .title,
.home_app .type_box li:hover .title{
	color: var(--pm-c);
	background: #F2F2F2;
	color: #333333;
}
.home_app .type_box .title{
	font-size: 12px;
	border-radius: 6px;
	color: #999999;
	padding: 6px 8px;
	box-sizing: border-box;
}
.home_app .item{
	margin-left: 33px;
	margin-top: 26px;
	text-align: center;
	width: 10.6%;
}
.home_app .item:nth-of-type(7n - 6){
	margin-left: 0;
}
.home_app .item:nth-of-type(-n + 7){
	margin-top: 20px;
}
.home_app .item .icon{
	width: 86px;
	height: 86px;
	border-radius: 20px;
	margin-bottom: 8px;
}
.home_app .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-top: 10px;
}
.home_app .item .down:hover{
	background: var(--pm-c);
	color: #fff;
}
/* 应用软件 end*/

/* 应用排行榜 */
.home_app_rank .item{
	padding: 0 14px;
	margin-left: 8px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.home_app_rank .item::before{
	position: absolute;
	content: "";
	display: inline-block;	
	width: 26px;
	height: 18px;
    z-index: 1;
	left: 15px;
}
.home_app_rank .item:nth-of-type(1)::before,
.home_app_rank .item:nth-of-type(3)::before{
	top: -14px;    
}
.home_app_rank .item:nth-of-type(2)::before{
	top: -10px;
}
.home_app_rank .item:first-of-type{
	margin-left: 0;
}
.home_app_rank .item:nth-of-type(1),
.home_app_rank .item:nth-of-type(3){
	width: 98px;
	height: 116px;
	margin-top: 42px;	
}
.home_app_rank .item:nth-of-type(1){	
	background: url(../images/home_rank_item_bg2.png) no-repeat top / contain;
	background-size: 100% 100%;		
}
.home_app_rank .item:nth-of-type(2){
	width: 108px;
	height: 130px;
	background: url(../images/home_rank_item_bg1.png) no-repeat top / contain;
	background-size: 100% 100%;	
	margin-top: 28px;
}
.home_app_rank .item:nth-of-type(3){
	background: url(../images/home_rank_item_bg3.png) no-repeat top / contain;
	background-size: 100% 100%;
}
.home_app_rank .item:nth-of-type(1) .icon{
	border: 2px solid #8EC9FF;
}
.home_app_rank .item:nth-of-type(2) .icon{
	border: 2px solid #FABB55;
}
.home_app_rank .item:nth-of-type(3) .icon{
	border: 2px solid #F59C60;
}
.home_app_rank .item:nth-of-type(1) .icon,
.home_app_rank .item:nth-of-type(3) .icon{
	width: 60px;
	height: 60px;
	border-radius: 15px;
	transform: translateY(-12px);
}
.home_app_rank .item:nth-of-type(2) .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
	transform: translateY(-8px);
}
.home_app_rank .item:nth-of-type(1)::before{
	background: url(../images/home_rank_item_icon2.png) no-repeat left / contain;
	background-size: 26px 18px;
}
.home_app_rank .item:nth-of-type(2)::before{
	background: url(../images/home_rank_item_icon1.png) no-repeat left / contain;
	background-size: 26px 18px;
}
.home_app_rank .item:nth-of-type(3)::before{
	background: url(../images/home_rank_item_icon3.png) no-repeat left / contain;
	background-size: 26px 18px;
}
.home_app_rank li{
	border-bottom: 1px dashed #E6E6E6;
	padding-bottom: 16px;
}
.home_app_rank li:first-of-type{
	margin-top: 10px;
}
.home_app_rank li .down{
	width: 68px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid var(--pm-c);
	margin-left: 10px;
	box-sizing: border-box;
}
/* 应用排行榜 end*/

/* 热门攻略 */
.home_hot_gl .item{
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 16px;
	margin-top: 16px;
	box-sizing: border-box;
}
.home_hot_gl .item:nth-of-type(2){
	margin-top: 20px;
}
.home_hot_gl .item .thumb{
	width: 110px;
	height: 70px;
	margin-right: 15px;
}
.home_hot_gl .tag {
	font-size: 14px;
	color: var(--pm-c);
	margin-right: 17px;
}
.home_hot_gl .item .tag::after{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background: var(--pm-c);
	border-radius: 50%;
	margin-left: 5px;
    margin-right: 8px;
	transform: translateY(-50%);
}
.home_hot_gl .item .info .desc{
	margin: 3px 0;
}
.home_hot_gl li{
	padding-bottom: 16px;
	border-bottom: 1px solid #F2F2F2;
}
.home_hot_gl li:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}
/* 热门攻略 end*/

/* 精选攻略 */
.home_jx_gl li{
	padding-left: 62px;
	background: url(../images/home_jxgl_icon.png) no-repeat left / contain;
	background-size: 50px 50px;
	margin-top: 23px;
}
.home_jx_gl li:hover{
	background: url(../images/home_jxgl_icon_.png) no-repeat left / contain;
}
.home_jx_gl li:first-of-type{
	margin-top: 20px;
}
.home_jx_gl li .desc{
	margin-top: 11px;
}
/* 精选攻略 end*/

/* 精选攻略 */
.home_gl_rank{
	position: relative;
	background: url(../images/home_gl_rank_bg.png) no-repeat top / contain;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
}
.home_gl_rank::after{
	content: "";
	display: inline-block;
	background: url(../images/home_gl_rank_icon.png) no-repeat top / contain;
	width: 86px;
	height: 86px;
	position: absolute;
	right: 0px;
	top: -10px;
}
.home_gl_rank .h1{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	padding-right: 66px;
    box-sizing: border-box;
}
.home_gl_rank .text{
	font-size: 12px;
	color: #8C8C8C;
	margin-top: 5px;
	padding-right: 66px;
    box-sizing: border-box;
}
.home_gl_rank ul li:first-of-type{
	margin-top: 24px;
}
.home_gl_rank ul li{
	margin-top: 20px;
}
.home_gl_rank ul li:nth-of-type(-n + 3) .gl_order{
	color: #fff;
}
.home_gl_rank ul li:nth-of-type(1) .gl_order{
	background: #FF5555;
}
.home_gl_rank ul li:nth-of-type(2) .gl_order{
	background: #FF8147;
}
.home_gl_rank ul li:nth-of-type(3) .gl_order{
	background: #FFA321;
}
/* 精选攻略 end*/

/* 游戏美宣 */
.home_game_mt .thumb1{
	width: 360px;
	height: 220px;
}
.home_game_mt .thumb2{
	width: 360px;
	height: 150px;
}
.home_game_mt .thumb3{
	width: 420px;
	height: 380px;
	margin: 0 10px;
}
/* 游戏美宣 end*/

/* 排行榜 */
.home_rank ul{
	width: 370px;
	border-radius: 12px;
	border: 1px solid #EBEBEB;
	padding: 22px;
	box-sizing: border-box;
	border-top: none;
	background: url(../images/home_rank_top1.png) no-repeat top / contain;
	background-size: 100% 80px;
	padding-top: 102px;
}
.home_rank ul:nth-of-type(2){
	margin: 0 25px;
}
.home_rank ul:nth-of-type(2){
	background: url(../images/home_rank_top2.png) no-repeat top / contain;
}
.home_rank ul:nth-of-type(3){
	background: url(../images/home_rank_top3.png) no-repeat top / contain;
}
.home_rank ul li:first-of-type{
	margin-top: 0px;
}
.home_rank ul li{
	margin-top: 24px;
}
.home_rank li .icon{
	width: 54px;
	height: 54px;
	border-radius: 15px;
}
.home_rank li .num{
	margin: 0 14px;
}
.home_rank li .text{
	margin-top: 10px;
}
.home_rank li .score{
	font-weight: bold;
	font-size: 16px;
	color: #915DDA;
	margin-left: 10px;
	background: url(../images/score1.png) no-repeat left / contain;
	background-size: 16px;
}
.home_rank ul:nth-of-type(2) li .score{
	color: #2D80E9;
	background: url(../images/score2.png) no-repeat left / contain;
	background-size: 16px;
}
.home_rank ul:nth-of-type(3) li .score{
	color: #F2A618;
	background: url(../images/score3.png) no-repeat left / contain;
	background-size: 16px;
}
/* 排行榜 end*/
/* 首页 end*/

/* 手游专辑 */
.zj_menu_nav{
	width: 300px;
	height: 46px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid var(--pm-c);
	line-height: 46px;
	box-sizing: border-box;
}
.zj_menu_nav li{
	width: 50%;	
	text-align: center;
}
.zj_menu_nav li a{
	font-size: 18px;
	color: var(--pm-c);
	position: relative;
}
.zj_menu_nav li:hover,
.zj_menu_nav li.active{	
	background-color: var(--pm-c);
	border-radius: 10px;
	box-sizing: border-box;
}
.zj_menu_nav li:hover a,
.zj_menu_nav li.active a{
	color: #fff;
}
.zj_menu_nav li:hover a::before,
.zj_menu_nav li:hover a::after,
.zj_menu_nav li.active a::before,
.zj_menu_nav li.active a::after{
	background: url(../images/menu_nav_icon.png) no-repeat center / contain;
	width: 12px;
	height: 12px;
}
.zj_menu_nav li a::before{
	left: -26px;
}
.zj_menu_nav li a::after{
	right: -26px;
}
.list_zj .uk-grid-small{
	margin-left: -24px;
}
.list_zj .uk-grid-small>*{
	margin-top: 24px;
	padding-left: 24px;
}
.zj_warp{
	background: url(../images/zj_item_bg.png) no-repeat center / cover;
	width: 100%;
	border-radius: 10px;
}
.zj_warp .warp_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 22px;
	box-sizing: border-box;
}
.zj_warp .title{
	font-weight: bold;
	font-size: 20px;
}
.zj_warp .title:hover{
	color: var(--pm-c);
}
.zj_warp .num{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: url(../images/zj_num_bg.png) no-repeat center / contain;
	font-weight: bold;
	font-size: 12px;
	color: var(--pm-c);
}
.zj_warp .list_item_warp{
	background-color: #fff;	
	border-radius: 10px;
}
.zj_warp .list_item_warp .list_item{
	border-bottom: 1px solid #F2F2F2;
	padding: 22px 0 15px;
	box-sizing: border-box;
	margin: 0 29px;
}
.zj_warp .list_item .item{
	margin-left: 29px;
	width: 84px;
	text-align: center;
}
.zj_warp .list_item .item:first-of-type{
	margin-left: 0;
}
.zj_warp .list_item .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
	margin-bottom: 10px;
}
.zj_warp .list_item .title{
	font-weight: 400;
	font-size: 14px;
	color: #4D4D4D;
}
.zj_warp .list_item .title:hover{
	color: var(--pm-c);
}
.zj_warp .list_item_warp .get{
	width: 90px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: var(--pm-c);
	border-radius: 8px;
	font-size: 14px;
	color: #FFFFFF;
}
.zj_warp .list_item_warp .time{
	background: url(../images/home_time_icon.png) no-repeat left / contain;
	background-size: 16px;
	padding-left: 20px;
	box-sizing: border-box;
}
.zj_warp .list_item_warp .list_bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 22px;
	box-sizing: border-box;
}
/* 手游专辑 end*/

/* 礼包列表 */
.list_game_package{
	margin-bottom: 30px;
}
.game_package_warp .uk-grid{
	margin-top: 20px;
}
.game_package_warp .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 18px;
	margin-right: 15px;
} 
.game_package_warp .item .time{
	margin-top: 8px;
	margin-bottom: 3px;
	display: inline-block;
}
.game_package_warp .item .desc{
	background: linear-gradient( 90deg, #F6F5F5 0%, rgba(246,245,245,0) 100%);
	border-radius: 7px;
	padding: 6px 10px;
	box-sizing: border-box;
}
.game_package_warp .item .btn{
	width: 76px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid var(--pm-c);
	margin-left: 10px;
	margin-bottom: 5px;
}

.h_score_game li{
	border-bottom: 1px dashed #E6E6E6;
	padding-bottom: 16px;
	box-sizing: border-box;
}
.h_score_game li:first-of-type{
	margin-top: 20px;
}
.h_score_game li:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}
.h_score_game li .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
	margin-right: 15px;
}
.h_score_game li .star{
	font-size: 12px;
	color: #999999;
	margin: 8px 0;
}
.h_score_game li .down{
	width: 68px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid var(--pm-c);
	margin-left: 10px;
}
.h_score_game li .size{
	margin-left: 5px;
}
/* 礼包列表 end*/

/* 游戏列表 */
.list_game .menu_nav{
	border: 1px solid rgba(91,119,234,0.5);
	position: relative;
	padding: 14px 50px 28px 53px;
	box-sizing: border-box;
}
.list_game .menu_nav::before,
.list_game .menu_nav::after{
	content: "";
	display: inline-block;
	position: absolute;
}
.list_game .menu_nav::before{	
	width: 54px;
	height: 54px;
	background: url(../images/game_nav_before.png) no-repeat left / contain;	
	left: -1px;
	top: -1px;
}
.list_game .menu_nav::after{	
	width: 40px;
	height: 40px;
	background: url(../images/game_nav_after.png) no-repeat left / contain;
	right: -1px;
	bottom: -1px;
}
.list_game .menu_nav li{
	margin-top: 14px;
	background: #F6F8FA;
	border-radius: 8px;
	height: 39px;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 14px;
}
.list_game .menu_nav li a{
	width: 122px;
	text-align: center;
}
.list_game_warp.uk-grid-small{
	margin-left: -24px;
}
.list_game_warp.uk-grid-small>*{
	margin-top: 24px;
	padding-left: 24px;
}
.list_game_warp .item{
	background: #FFFFFF;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
}
.list_game_warp .item .title{
	font-weight: bold;
	font-size: 16px;
	max-width: 200px;
}
.list_game_warp .item .score{
	margin-left: 8px;
	background-size: 14px;
	font-weight: bold;
}
.list_game_warp .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 18px;
	margin-right: 15px;
}
.list_game_warp .item .time{
	background: url(../images/home_time_icon_.png) no-repeat left / contain;
	background-size: 14px;
	padding-left: 18px;
	margin: 5px 0;
}
.list_game_warp .item .down{
	width: 90px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid var(--pm-c);
	font-size: 14px;
	color: var(--pm-c);
	display: block;
}
.list_game_warp .item:hover .down{
	background-color: var(--pm-c);
	color: #fff;
}
/* 游戏列表 end*/

/* 资讯列表 */
.list_news_warp .item{
	background: #FFFFFF;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 10px;
}
.list_news_warp .item:first-of-type{
	margin-top: 15px;
}
.list_news_warp .item:hover{
	background: #F7F8FE;
	border-color: var(--pm-c);
}
.list_news_warp .item:hover .title{
	color: var(--pm-c);
}
.list_news_warp .item .thumb{
	width: 210px;
	height: 120px;
	margin-right: 25px;
}
.list_news_warp .item .title{
	font-weight: bold;
	font-size: 18px;
}
.list_news_warp .item .desc{
	font-size: 14px;
	margin: 20px 0 28px;
}
.list_news_warp .item .text{
	background: url(../images/avatar.png) no-repeat left / contain;
	background-size: 14px;
	padding-left: 18px;
}
.list_news_warp .item .time{
	background: url(../images/home_time_icon_.png) no-repeat left / contain;
	background-size: 14px;
	padding-left: 18px;
}
.list_news_warp .item .btn{
	font-size: 12px;
	color: var(--pm-c);
	margin-left: 10px;
}

.jx_game .item{
	width: 100%;
	text-align: center;
	position: relative;
}
.jx_game .item::before{
	content: "";
	display: inline-block;
	background: url(../images/jx_news_icon.png) no-repeat left / contain;
	width: 24px;
	height: 24px;
	position: absolute;
	top: -2px;
	left: 1px;
	z-index: 1;
}
.jx_game .item .icon{
	width: 74px;
	height: 74px;
	border-radius: 15px;
}
.jx_game .item .title{
	margin: 8px 0 13px;
}
.jx_game .item .down{
	display: inline-block;
	width: 70px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
}
.jx_game .item .down .text,
.jx_game .item .down .size{
	height: 28px;
	line-height: 28px;
	display: inline-block;
	box-sizing: border-box;
}
.jx_game .item .down .text{
	display: none;
}
.jx_game .item .down:hover{
	background: var(--pm-c);
	color: #fff;
}
.jx_game .item .down:hover .text{
	display: inline-block;
	color: #fff;
}
.jx_game .item .down:hover .size{
	display: none;
}
.jx_game .uk-grid-small{
	margin-left: -38px;
}
.jx_game .uk-grid-small>*{
	margin-top: 22px;
	padding-left: 38px;
}
/* 资讯列表 end*/

/* 排行榜大全 */
.rank_banner{
	height: 200px;
	border-radius: 5px;
	background: url(../images/rank_banner.png) no-repeat center / contain;
}
.rank_news_warp{
	background-color: #fff;
	border-radius: 5px;
	padding-bottom: 1px;
	box-sizing: border-box;
	margin-bottom: 30px !important;
}
.rank_news_warp .uk-grid{
	padding: 0px 20px;
	box-sizing: border-box;
}
.rank_news_warp .uk-grid .rank_title{
	font-weight: bold;
	font-size: 16px;
}
.rank_news_warp .list-container{
	background-size: 100% 80px;
	border-radius: 12px;
	border: 1px solid #EBEBEB;
	padding: 22px 20px;
	box-sizing: border-box;
	margin-top: 14px;
}
.rank_news_warp .uk-width-1-3:nth-of-type(3n - 2) .list-container{
	background: url(../images/rank_news_bg1.png) no-repeat top / contain;
}
.rank_news_warp .uk-width-1-3:nth-of-type(3n - 1) .list-container{
	background: url(../images/rank_news_bg2.png) no-repeat top / contain;
}
.rank_news_warp .uk-width-1-3:nth-of-type(3n) .list-container{
	background: url(../images/rank_news_bg3.png) no-repeat top / contain;
}
.rank_news_warp .list-container li:first-of-type{
	margin-top: 0px;
}
.rank_news_warp .list-container li{
	margin-top: 26px;
}
.rank_news_warp .list-container li .icon{
	width: 54px;
	height: 54px;
	border-radius: 15px;
}
.rank_news_warp .list-container li .num{
	margin: 0 14px;
}
.rank_news_warp .list-container li .text{
	margin-top: 10px;
}
.rank_news_warp .list-container li .score{
	font-size: 12px;
	color: #999999;
	margin-left: 10px;
	background: url(../images/star1.png) no-repeat left / contain;
	background-size: 14px;
}
/* 排行榜大全 end*/

/* 排行榜列表 */
.rank_warp{
	background: #FFFFFF;
	border-radius: 5px;
	margin-bottom: 30px !important;
	padding-bottom: 30px;
}
.rank_warp .rank_top{
	background: var(--pm-c);
	border-radius: 5px;
	margin-bottom: 35px;
}
.rank_menu_nav{
	margin-top: 6px;
	padding: 0 20px;
	box-sizing: border-box;
}
.rank_menu_nav li{
	margin-left: 16px;
}
.rank_menu_nav li:first-of-type{
	margin-left: 0;
}
.rank_menu_nav li a{
	width: 180px;
	text-align: center;
	padding: 6px 10px;
	box-sizing: border-box;
	font-size: 18px;
	color: #FFFFFF;
	display: inline-block;
}
.rank_menu_nav li.active,
.rank_menu_nav li:hover{
	background: #FFFFFF;
	border-radius: 12px 12px 0px 0px;
}
.rank_menu_nav li.active a,
.rank_menu_nav li:hover a{
	font-size: 18px;
	color: var(--pm-c);
}
.rank_warp .item{
	margin: 10px 20px 0;
	padding: 20px 30px;
	box-sizing: border-box;
	border-radius: 12px;
	border: 1px solid transparent;
	position: relative;
}
.rank_warp .item:hover{
	background: #F7F8FE;
	border-color: var(--pm-c);
}
.rank_warp .item:hover .down{
	background: var(--pm-c);
	color: #FFFFFF;
}
.rank_warp .item .order{
	display: inline-block;
	position: absolute;
	width: 42px;
	height: 28px;
	background: url(../images/list_rank_iconn.png) no-repeat left / contain;
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 28px;
	top: 16px;
    left: 26px;
    z-index: 1;
	text-indent: -8px;
    font-style: italic;
}
.rank_warp .item:nth-of-type(-n + 3) .order{
	color: #ffffff;
}
.rank_warp .item:nth-of-type(1) .icon{
	border: 4px solid #FABB55;
}
.rank_warp .item:nth-of-type(2) .icon{
	border: 4px solid #8EC9FF;
}
.rank_warp .item:nth-of-type(3) .icon{
	border: 4px solid #F59C60;
}
.rank_warp .item:nth-of-type(1) .order{
	background: url(../images/list_rank_icon1.png) no-repeat left / contain;
}
.rank_warp .item:nth-of-type(2) .order{
	background: url(../images/list_rank_icon2.png) no-repeat left / contain;
}
.rank_warp .item:nth-of-type(3) .order{
	background: url(../images/list_rank_icon3.png) no-repeat left / contain;
}
.rank_warp .item .icon{
	width: 110px;
	height: 110px;
	margin-right: 25px;
	border-radius: 22px;
	box-sizing: border-box;
}
.rank_warp .item .title{
	font-weight: bold;
	font-size: 20px;
	margin-right: 5px;
}
.rank_warp .item .score{
	font-weight: bold;
	font-size: 16px;
	background-size: 16px;
}
.rank_warp .item .time{
	background: url(../images/home_time_icon.png) no-repeat left / contain;
	background-size: 16px;
	padding-left: 20px;
}
.rank_warp .item .down{
	width: 130px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #FFFFFF;
	font-size: 16px;
	border-radius: 10px;
	border: 1px solid var(--pm-c);
	margin-left: 10px;
}
.rank_warp .item .text,
.rank_warp .item .time,
.rank_warp .item .desc{
	font-size: 14px;
}
/* 排行榜列表 end*/

/* 搜索结果 */
.search_warp{
	background: #FFFFFF;
	border-radius: 5px;
	padding: 25px 20px;
	box-sizing: border-box;
	margin-bottom: 30px !important;
}
.sidebar_game_warp .item{
	padding: 0;
}
.search_warp .sidebar_game_warp{
	margin-bottom: 50px;
}
.sidebar_news_warp .item{
	padding: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #F2F2F2;
	margin-top: 20px;
	border-radius: 0;
}
.sidebar_news_warp .item:last-of-type{
	border-bottom: none;
}
.sidebar_news_warp .item:hover{
	background-color: #fff;
	border-color: #F2F2F2;
}
/* 搜索结果 end*/

/* 专辑详情 */
.single_album{
	margin-bottom: 30px;
}
.single_album .single_header{
	margin-top: 30px;
}
.single_album .single_header .single_header_warp{
	background-color: #fff;
}
.single_album .single_header .single_header_top{
	background: url(../images/single_album_header_bg.png) no-repeat top / cover;
	background-size: 100% 122px;
	padding: 18px 30px 22px;
	height: 122px;
	box-sizing: border-box;
	
}
.single_album .single_header .thumb{
	width: 110px;
	height: 110px;
	border-radius: 20px;
	margin-right: 25px;
	transform: translateY(-14px);
}
.single_album .single_header .info h1{
	max-width: 600px;
	font-weight: bold;
	font-size: 31px;
	color: #333333;
	margin-bottom: 15px;
}
.single_album .single_header .info .label{
	width: 72px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid var(--pm-c);
	font-size: 14px;
	color: var(--pm-c);
	margin-right: 10px;
	display: inline-block;
}
.single_album .single_header_warp .info .label2{
	margin-left: 50px;
}
.single_album .single_header .info .text{
	line-height: 28px;
}
.single_album .single_header .num{
	background: url(../images/single_album_num_bg.png) no-repeat center / contain;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
	color: var(--pm-c);
}
.more_box{
	padding: 14px 30px;
	box-sizing: border-box;
	position: relative;
}
.more_box::before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 12px;
	background: url(../images/single_album_icon1.png) no-repeat center / contain;
	position: absolute;
	top: 8px;
    left: 8px;
}
.more_box::after{
	content: "";
	display: inline-block;
	width: 16px;
	height: 12px;
	background: url(../images/single_album_icon2.png) no-repeat center / contain;
	position: absolute;
	bottom: 8px;
	right: 8px;
}
.more_box p{
	font-size: 14px;
	color: #999999;
}
.more_box a{
	display: inline-block;
	width: 176px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 99px;
	font-size: 14px;
	color: #999999;
	margin-left: 8px;
	background: #F6F8FA url(../images/single_album_label_icon.png) no-repeat 145px / contain;
	background-size: 14px;
	padding-right: 24px;
	box-sizing: border-box;
	padding-left: 5px;
}
.more_box a:first-of-type{
	margin-left: 0;
}
.show_tj{
	width: 320px;
	margin-left: 20px;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.show_tj::before{
	content: "";
	display: inline-block;
	width: 76px;
	height: 38px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/show_tj_icon.png) no-repeat center / contain;
}
.show_tj .icon{
	width: 60px;
	height: 60px;
	border-radius: 15px;
	margin-right: 12px;
}
.single_album .single_header .show_tj .title{
	font-weight: bold;
	font-size: 16px;
	color: #404040;
	margin-bottom: 10px;
	padding-right: 40px;
	box-sizing: border-box;
}
.show_tj .info .title:hover{
	color: var(--pm-c);
}
.show_tj .down{
	background: linear-gradient( 90deg, #5B77EA 0%, #849BFB 100%);
	border-radius: 8px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	margin: 14px 0;
	display: inline-block;
}

.album_game_list{
	margin-top: 20px;
}
.album_game_list .item{
	background: #FFFFFF;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	border: 1px solid transparent;
}
.album_game_list .item:hover{
	border-color: var(--pm-c);
}
.album_game_list .item:hover .down{
	background: var(--pm-c);
	color: #FFFFFF;
}
.album_game_list .item .order{
	position: absolute;
	display: inline-block;
	width: 38px;
	height: 24px;
	background: url(../images/single_album_gamen.png) no-repeat center / contain;
	text-align: center;
	top: 17px;
	left: 17px;
	z-index: 1;
	font-size: 16px;
	color: #FFFFFF;
	font-style: italic;
	text-indent: -5px;
}
.album_game_list .item .icon{
	width: 90px;
	height: 90px;
	border-radius: 20px;
	margin-right: 18px;
}
.album_game_list .item .title{
	font-weight: bold;
	font-size: 18px;
}
.album_game_list .item .desc{
	margin: 10px 0;
}
.album_game_list .item .type{
	margin-right: 25px;
	padding-left: 12px;
	box-sizing: border-box;
}
.album_game_list .item .type::before{
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: var(--pm-c);
	border-radius: 14px;
	border: 2px solid rgba(91,119,234,0.2);
	left: 0;	
	box-sizing: border-box;
}
.album_game_list .item .score{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 7px;
	text-align: center;
	background-position: 34px;
	background-size: 16px;
}
.album_game_list .item .down{
	width: 96px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid var(--pm-c);
	font-weight: 400;
	font-size: 14px;
	color: var(--pm-c);
	display: block;
	margin-left: 10px;
}
.album_jx .warp{
	background: url(../images/zj_item_bg1.png) no-repeat top / contain;
	background-size: 100% 160px;
	border-radius: 10px;
}
.album_jx .warp .warp_top{
	padding: 12px 18px;
	box-sizing: border-box;
}
.album_jx .warp .warp_top .title{
	font-weight: 400;
	font-size: 12px;
	color: #999999;
	display: inline-block;
}
.album_jx .warp .warp_top .title:hover{
	color: var(--pm-c);
}
.album_jx .warp .warp_top .title_{
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin-bottom: 5px;
}
.album_jx .warp .warp_top .num{
	display: inline-block;
	background: url(../images/zj_num_bg.png) no-repeat center / contain;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: var(--pm-c);
	margin-left: 5px;
}
.album_jx .warp .warp_list{
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid rgba(107,133,236,0.2);
	padding: 15px;
	box-sizing: border-box;
	height: 90px;
}
.album_jx .warp .warp_list .icon{
	width: 60px;
	height: 60px;
	border-radius: 15px;
	margin-left: 30px;
}
.album_jx .warp .warp_list .icon:first-of-type{
	margin-left: 0;
}
/* 专辑详情 end*/

/* 礼包详情 */
.single_gift .single_header{
	border-radius: 6px;
	border: 1px solid #FFFFFF;
	padding: 30px 20px 30px 30px;
	box-sizing: border-box;
	background: url(../images/single_header_bg.png) no-repeat center / cover;
}
.single_gift .single_header .icon{
	width: 120px;
	height: 120px;
	border-radius: 25px;
	margin-right: 25px;
}
.single_gift .single_header h1{
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	margin-bottom: 0;
}
.single_gift .single_header .text_box{
	margin-top: 15px;
}
.single_gift .single_header .text_box .text{
	display: inline-block;
	font-size: 14px;
}
.single_gift .single_header .text_box .label{
	display: inline-block;
	width: 72px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid var(--pm-c);
	margin-right: 10px;
	font-weight: 400;
	font-size: 14px;
	color: var(--pm-c);
}
.sidebar_package_warp .item .title{
	font-weight: bold;
	font-size: 16px;
}
.sidebar_package_warp .item .time{
	margin-top: 5px;
}
.xg_news .item{
	background: rgba(91,119,234,0.05);
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
}
.xg_news .item:hover .tag{
	background-color: var(--pm-c);
	color: #FFFFFF;
}
.xg_news .item:hover .title{
	color: var(--pm-c);
}
.xg_news .item .tag{
	width: 34px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid var(--pm-c);
	font-size: 12px;
	color: var(--pm-c);
	margin-right: 6px;
}
.xg_news .item .desc{
	margin: 14px 0 24px;
}
/* 礼包详情 end*/

/* 手游详情 */
.single_game .single_header{
	background: url(../images/single_header_bg.png) no-repeat center / cover;
	padding: 30px;
	box-sizing: border-box;
}
.single_game .single_header .icon{
	width: 140px;
	height: 140px;
	border-radius: 35px;
	margin-right: 25px;
}
.single_game .single_header h1{
	font-weight: bold;
	font-size: 30px;
	color: #333333;
}
.single_game .single_header .text_box .text{
	display: inline-block;
	/* width: 32%; */
	/* margin-top: 15px; */
	font-size: 14px;
}
.single_game .single_header .text_box .label{
	display: inline-block;
	width: 72px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid var(--pm-c);
	margin-right: 10px;
	font-weight: 400;
	font-size: 14px;
	color: var(--pm-c);
}
.single_game .down-btn .btn{
	width: 200px;
	height: 50px;
	text-align: center;
}
.screenshots {
    position: relative;
    height: auto;
	margin-top: 20px;
	/* padding: 0 34px; */
	box-sizing: border-box;
}

.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: -30px;
}

.screenshots .sliderBox .slide li {
    width: 240px;
    padding-left: 30px;
}
.screenshots .sliderBox .slide li img{
	border-radius: 10px;
}

.screenshots .sliderBox .slide li:last-child {
    margin-right: 0;
}

.screenshots .sliderBox .slide li span {
    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 {
	flex: 1;
    display: flex;
    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;
}

.sidebar_xggl_warp .row{
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 20px;
	box-sizing: border-box;
	display: flex;
	margin-top: 10px;
}
.sidebar_xggl_warp .row:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}
.sidebar_xggl_warp .row .item{
	padding: 0;
	width: calc(50% - 20px);
}
.sidebar_xggl_warp .row .item:hover{
	background-color: #fff;
}
.sidebar_xggl_warp .row .item:nth-of-type(odd){
	margin-right: 40px;	
}
.sidebar_xggl_warp .row .item .thumb{
	width: 120px;
	height: 74px;
	margin-right: 15px;
}
.sidebar_xggl_warp .row .item .title{
	font-weight: 400;
	font-size: 14px;
}
.sidebar_xggl_warp .row .item .desc{
	margin: 5px 0;
}
.game_type_tj .item{
	width: 70px;
	text-align: center;
	margin-left: 30px;
}
.game_type_tj .item:first-of-type{
	margin-left: 0px;
}
.game_type_tj .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
}
.game_type_tj .item .title{
	margin: 8px 0;
}
/* 手游详情 end*/

/* 资讯详情 */
.single_news{
	margin-bottom: 30px;
}
.single_news .single_header{
	background: url(../images/single_news_header_bg.png) no-repeat center / cover;
	padding: 26px 20px;
	box-sizing: border-box;
	text-align: center;
}
.single_news .single_header h1{
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	margin-bottom: 10px;
}
.single_news .single_header .others span{
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}
.single_news .single_header .others span:nth-of-type(2){
	margin: 0 30px;
}
.single_news .single_content{
	text-indent: 2em;
}
.xg_game .item .icon{
	width: 64px;
	height: 64px;
	border-radius: 15px;
	margin-right: 15px;
}
.xg_game .item .title{
	margin-bottom: 10px;
}
/* 资讯详情 end*/

/* 排行榜详情 */
.single_rank{
	margin-bottom: 30px;
}
.single_rank .title_box{
	padding-bottom: 15px;
	border-bottom: 1px solid #EBEBEB;
}
.single_rank .title_box h1{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	margin-bottom: 0;
}
.single_rank .title_box .time{
	font-size: 14px;
	color: #999999;
	margin-left: 10px;
}
.single_rank .single_rank_warp{
	margin: 0 !important;
	padding: 0;
}
.single_rank_warp .item{
	margin: 0;
}
.more_rank li{
	height: 40px;
	border-radius: 7px;
	border: 1px solid #EBEBEB;
	margin-top: 12px;
}
.more_rank li:nth-of-type(1){
	margin-top: 20px;
}
.more_rank li:hover{
	border-color: var(--pm-c);
}
.more_rank li .tag{
	width: 60px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	background: url(../images/more_rank_bg.png) no-repeat center / contain;
	font-size: 14px;
	color: #999999;
	text-indent: -6px;
	margin-right: 5px;
}
.more_rank li .tag::after{
	content: "";
	display: none;
}
.more_rank li:hover .tag{
	background: url(../images/more_rank_bg_.png) no-repeat center / contain;
	color: #fff;
}
.more_rank li .num{
	background: url(../images/more_rank_icon.png) no-repeat left / contain;
	background-size: 14px;
	padding-left: 18px;
	font-weight: 400;
	font-size: 12px;
	color: #999999;
	font-style: normal;
	margin-left: 5px;
}
.hot_game .item .icon{
	width: 60px;
	height: 60px;
	margin-right: 12px;
}
.hot_game .item .label{
	display: inline-block;
	width: 64px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid var(--pm-c);
	font-size: 12px;
	color: var(--pm-c);
	margin-right: 8px;
	box-sizing: border-box;
}
.jx_news li{
	padding-bottom: 16px;
	border-bottom: 1px solid #F2F2F2;
	position: relative;
}
.jx_news li::before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 31px;
	left: -2px;
	background: url(../images/jx_news_icon.png) no-repeat center / contain;
	z-index: 1;
}
.jx_news li:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}
.jx_news li .title{
	margin-bottom: 12px;
}
.jx_news li .thumb{
	width: 90px;
	height: 50px;
	margin-right: 15px;
	border-radius: 20px 0 0 0;	
}
.jx_news li .time{
	margin-left: 0;
	margin-top: 10px;
	display: inline-block;
}
/* 排行榜详情 end*/

/* 开服  */
.category_kaifu{
	margin-bottom: 30px !important;
}
.category_kaifu .module-title .time {
	font-size: 14px;
	color: #999999;
	background: url(../images/home_time_icon.png) no-repeat left / contain;
	background-size: 16px;
	padding-left: 20px;
}
.kaifu_warp{
	margin-top: 16px;
}
.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;
	border-top: none !important;
}
.kaifu_warp tbody tr{
	border-top: 9px solid #fff !important;
}
.kaifu_warp tbody tr{
	background: #FAFAFA;
}
.kaifu_warp tr {
	border: none;
}

.kaifu_warp tr th {
	height: 40px;
	line-height: 40px;
	background: var(--pm-c);
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 12px;
}
.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: #FAFAFA;
}

.kaifu_warp tr td {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	padding: 0 12px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	/* line-height: 28px; */
}
.kaifu_warp tr .platform i{
	vertical-align: middle;
}

.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 .az_ {
	width: 22px;
	height: 22px;
}

.kaifu_warp tr .ios_ {
	width: 22px;
	height: 22px;
} */

.kaifu_warp .btn {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	box-sizing: border-box;
	margin: 0 auto;
}

.kaifu_warp .down {
	background: url(../images/kaifu_xz.png) no-repeat left / contain;
	background-size: 16px;
	font-size: 14px;
	color: var(--pm-c);
	padding-left: 18px;
}

.kaifu_warp .gift {
	background: url(../images/kaifu_lb.png) no-repeat left / contain;
	background-size: 16px;
	font-weight: 400;
	font-size: 14px;
	color: #FE8F48;
	padding-left: 18px;
}

.kaifu_warp .game-type {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	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;
	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 */
