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

/*隐藏类*/
.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{
	display: inline-block;
	height: 16px;
	border-bottom: 1px solid #4D4D4D;
}

#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: #F7F7F7 url(../images/header_bg2.png) no-repeat top/contain;
	background-size: 100% 580px;
}

.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-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: 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: 6px 10px;
	border: 1px solid transparent;
}

.pagination li a {
	display: inline-block;
	color: #666;
}

.pagination li a:hover {
	background: var(--pm-c);
	color: #fff;
	border: 1px solid var(--pm-c) !important;
}
.score{
	color: var(--pm-c);
	font-size: 12px;
}
/* 评分 */
.star {
	height: 15px;
	width: 60px;
	display: inline-block;
	/* background: url(../images/home_hot_.png) repeat-x 12px / contain; */
	vertical-align: text-top;
}

.star:before {
	content: "";
	display: block;
	/* background: url(../images/home_hot.png) repeat-x 12px / contain; */
	height: 15px;
}

.star-1:before {
	width: 12px;
}

.star-2:before {
	width: 24px;
}

.star-3:before {
	width: 36px;
}

.star-4:before {
	width: 48px;
}

.star-5:before {
	width: 60px;
}

/* .star1 {
	height: 22px;
	width: 110px;
	display: inline-block;
	background: url(../images/icon-star-bg1.png) repeat-x 22px / contain;
	vertical-align: sub;
}

.star1:before {
	content: "";
	display: block;
	background: url(../images/icon-star1.png) repeat-x 22px / contain;
	height: 22px;
}

.star1-1:before {
	width: 22px;
}

.star1-2:before {
	width: 44px;
}

.star1-3:before {
	width: 66px;
}

.star1-4:before {
	width: 88px;
}

.star1-5:before {
	width: 110px;
} */

/*面包屑导航*/
.crumbs {
	font-size: 12px;
	color: #999;
	box-sizing: border-box;
	position: relative;
	padding-left: 16px;
}
.crumbs::before{
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	left: 0px;
	background: url(../images/location.png) no-repeat left/contain;
}
.crumbs a {
	display: inline-block;
	position: relative;
	font-size: 12px;
	color: #999;
}

.crumbs a::after {
	content: ">";
}


.crumbs .toMyself{
	color: #4D4D4D ;
}

/* 平台 安卓 苹果 图标显示 */
.platform i {
	display: inline-block;
	width: 14px;
	height: 14px;
	/* background-repeat: no-repeat; */
	border-radius: 3px;
	vertical-align: bottom;
	padding: 2px;
}

.platform .az_ {
	background: #DBDBDB url(../images/az.png) no-repeat center/contain;
	margin-right: 5px;
}

.platform .az {
	background: #89BE55 url(../images/az.png) no-repeat center/contain;
	margin-right: 5px;
}

.platform .ios_ {
	background: #DBDBDB url(../images/ios.png) no-repeat center/contain;
	margin-right: 5px;
}

.platform .ios {
	background: var(--pm-c) url(../images/ios.png) no-repeat center/contain;
	margin-right: 5px;
}

/* 公共标题 */
.module-title {
	position: relative;
	/* height: 24px;
	line-height: 24px; */
	/* padding-bottom: 13px; */
}

.module-title .title {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	/* letter-spacing: 2px; */
	/* line-height: 24px; */
	padding-left: 18px;
	background: url('../images/module_icon.png') no-repeat left/contain;
	background-size: 6px 20px;
}

.module-title .more {
	display: inline-block;
	border-radius: 4px;
	border: 1px solid var(--pm-c);
	padding-left: 6px;
	font-size: 12px;
	color: var(--pm-c);
}
.module-title .more::after{
	display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background: var(--pm-c) url(../images/more.png) no-repeat center/contain;
	background-size: 12px 12px;
	margin-left: 6px;
	border-radius: 4px;
	padding: 4px;
	vertical-align: bottom;
}

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

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

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

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

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

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

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

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

.info .title {
	font-size: 14px;
	color: #333;
	display: block;
}

.info .title:hover,
.info .title_:hover {
	color: var(--pm-c);
}

.info .text,
.info .time {
	font-size: 12px;
	color: #999;
}

.title {
	display: block;
	font-size: 14px;
	color: #333333;
}
.title_{
	color: #666;
	display: block;
	font-size: 14px;
}

.text,
.time,
.type,
.desc,
.size {
	font-size: 12px;
	color: #999;
}

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

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

.list-container li.dot_::before {
	display: inline-block;
	content: "";
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #E6E6E6;
	border-radius: 50%;
	position: absolute;
}

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

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

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

/* 类别 */
.list-container li .tag {
	font-size: 12px;
	letter-spacing: 1px;
	color: var(--pm-c);
	margin-right: 10px;
}
/* 序号 */
.list-container li .order{
	width: 18px;
	height: 22px;
	/* background: #E3E3E3; */
	text-align: center;
	line-height: 22px;
	/* font-weight: bold; */
	font-size: 12px;
	color: #999;
	margin-right: 10px;
}
/* 数字 */
.list-container li .num{
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}

/* 公共头部样式 */
/* 公共头部样式 */
.header {
	padding-top: 25px;
	box-sizing: border-box;
	margin-bottom: 6px;
	/* position: relative; */
	/* height: 250px; */
	/* background: url('../images/header_bg.png') no-repeat center/contain; */
	/* background-size: 100% */
}

/* logo样式 */
.logo {
	/* width: 225px; */
	height: 100%;
}

.header .nav {
	margin-top: 25px;
}

.header .nav li {
	display: inline-block;
	width: 122px;
	height: 42px;
	line-height: 42px;
	box-sizing: border-box;
	text-align: center;
	box-sizing: border-box;
	background: rgba(255,255,255,0.2);
	border-radius: 99px;
}
.header .nav li:not(:first-child){
	margin-left: 27px;
}

.header .nav li a {
	font-size: 18px;
	color: #ffffff;
}

.header .nav li:hover a,
.header .nav li.active a {
	color: var(--pm-c);
}

.header .nav li:hover,
.header .nav li.active {
	background-color: #ffffff;
	background: url('../images/nav_bg.png') no-repeat center/cover;
	height: 48px;
}

/* 搜索 */
.header .search {
	width: 290px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
}

.header .search .search_input {
	height: 100%;
	width: 98%;
	border: none;
	outline: medium;
	vertical-align: top;
    line-height: 30px;
	color: #999999;
	font-size: 12px;
	background-color: #ffffff;
	text-indent: 10px;
	padding-left: 36px;
	box-sizing: border-box;	
}

.search-input:-webkit-input-placeholder {
	color: #ccc;
}

.search-input:-moz-input-placeholder {
	color: #ccc;
}

.search-input:-ms-input-placeholder {
	color: #ccc;
}

.header .search .search-btn {
	width: 18px;
	height: 18px;
	/* line-height: 24px; */
	cursor: pointer;
	background: url(../images/search.png) no-repeat center/contain;
	position: absolute;
	left: 12px;
	border: none;
	top: 50%;
    transform: translateY(-50%);
}

/* 公共头部样式end */

/* 公共尾部样式 */
.footer {
	background-color: #333;
	padding: 40px 0;
	font-size: 12px;
	color: #999;
	text-align: center;
}
.footer .company{
	font-size: 14px;
	color: #CCCCCC;
	margin-bottom: 18px;
}
.footer span,
.footer a,
.footer p {
	font-size: 12px;
	color: #999;
}
.footer p {
	margin-top: 25px;
}
.footer span:last-child,
.footer a:last-child {
	margin-right: 0;
}

.footer .name {
	color: #ccc;
}

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

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

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

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

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

.index-link ul li {
	display: inline-block;
	margin-top: 10px;
	margin-left: 20px;
}

.index-link ul li a {
	font-size: 14px;
	color: #666;
	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;
}

.index-link ul li:last-child::after {
	display: none;
}
/* 侧边栏 */
.sidebar {
	margin-left: 40px;
	width: 320px;
}

.sidebar .game-rank {
	width: 100%;
}

/* 详情页公共样式 */
.title_introduction{
	background: url(../images/show_gift_h2bg.png) no-repeat center / contain;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	width: 186px;
	height: 46px;
	line-height: 42px;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 auto 20px;
}
.single .single_content {
	/* padding: 35px 25px; */
}

.single .single_content iframe {
	display: block;
	margin: 0 auto;
	width: 520px;
	height: 320px;
}

.single .single_content p {
	font-weight: 400;
	font-size: 16px;
	color: #4D4D4D;
	/* text-indent: 2em; */
	margin: 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 {
	font-weight: bold;
	font-size: 18px;
	color: var(--pm-c);
	letter-spacing: 1px;
	background: url(../images/gift_show_icon.png) no-repeat left / contain;
	background-size: 14px 14px;
	padding-left: 20px;
	margin: 0;
}
/* .single .single_content h2:first-of-type,
.single .single_content h3:first-of-type{
	margin-top: 20px;
} */

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

/* 详情下载按钮 */
.single .down-btn .btn {
	position: relative;
	display: block;
	font-size: 16px;
	color: #fff;
	/* font-weight: bold; */
	/* border-radius: 30px; */
	/* padding: 10px 40px; */
	cursor: pointer;
	width: 170px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.single .down-btn .lb{
	margin-bottom: 20px;
}

.single .down-btn .pc {
	/* background: var(--pm-c); */
}

.single .down-btn .sy,
.single .down-btn .ios,
.single .down-btn .mob,
.single .down-btn .xz {
	background: url('../images/xz_bg.png') no-repeat center/contain;
}
.single .down-btn .az,
.single .down-btn .lb {
	background: url('../images/lb_bg.png') no-repeat center/contain;
}

.single .down-btn .btn:hover .qrcode {
	display: block;
}

.single .down-btn .btn:hover a {
	color: #fff !important;
}

.single .down-btn .btn .qrcode {
	display: none;
	background-color: #fff;
	z-index: 999;
	position: absolute;
	right: 5%;
	top: 120%;
	border-radius: 10px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	border: 1px solid var(--pm-c);
}

.single .down-btn .btn .qrcode img {
	width: 120px;
	height: 120px;
}

.single .down-btn .btn a,
.single .down-btn .btn span {
	position: relative;
	/* font-weight: bold; */
	font-size: 16px;
	color: #fff;
	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 {
	min-height: 520px;
	/* margin-top: 160px; */
	background: #FFFFFF;
	padding-top: 50px;
}

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

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

.page-error p {
	color: #999;
	font-size: 12px;
	/* margin: 45px 0 30px; */
	margin-bottom: 20px;
}

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

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

.page-nav {
	margin-right: 34px;
}

.page-nav li{
	margin-bottom: 12px;
}
.page-nav li:hover a,
.page-nav li.active a{
	background: url(../images/page_nav_bg.png) no-repeat center / contain;
	background-size: 100% 100%;
	color: #fff;
}

.page-nav li a{
	font-size: 18px;
	color: #B3B3B3;
	width: 210px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	display: inline-block;
	background: #F7F7F7;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 0 10px;
}

/* .page-content{
	width: 860px;
} */
.page .page-title {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 0;
/* 
	background: url(../images/page_bg.png) no-repeat center / contain;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: 1px;
	color: #fff;
	width: 214px;
	height: 38px;
	padding: 0 34px;
	box-sizing: border-box;
	text-align: center;
	text-indent: 0em;
	margin-top: 20px;
	margin-bottom: 10px; */
}
.page-content p {
	font-size: 16px;
	color: #666666;
	/* letter-spacing: 1px; */
	/* text-indent: 2em; */
	margin: 30px 0;
	line-height: 36px;
}
.page-content ul {
	flex-wrap: wrap;
}

.page-content ul li {
	margin-right: 20px;
	margin-top: 15px;
	padding: 0 10px;
	box-sizing: border-box;
	width: 110px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 6px;
	border: 1px solid #EBEBEB;
}

.page-content ul li a {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	display: inline-block;
	width: 100%;
}
.page-content ul li:hover,
.page-content ul li.active{
	border-color: var(--pm-c);
}
.page-content ul li:hover a,
.page-content ul li.active a {
	color: var(--pm-c);	
}

/* 搜索页样式 */
.search-total {
	font-size: 24px;
	color: #333333;
	/* letter-spacing: 1px; */
	margin: 30px 0;
}
/* 列表页公共样式 */
/* 菜单栏 */
.menu_nav{
	background: rgba(224,83,87,0.05);
	border-radius: 6px;
	padding-bottom: 20px;
	padding-right: 24px;
	padding-left: 2px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.menu_nav li{
	margin-left: 22px;
	background: rgba(255,255,255,0.8);
	border-radius: 6px;
	border: 1px solid rgba(224,83,87,0.14);
	/* width: 104px; */
	height: 39px;
	text-align: center;
	line-height: 36px;
	display: inline-block;
	margin-top: 20px;	
	box-sizing: border-box;
}
.menu_nav li.active,
.menu_nav li:hover{
	background: linear-gradient( 180deg, #E05357 0%, #C41F24 100%);
}
.menu_nav li a{
	font-size: 16px;
	color: #999999;
	display: inline-block;
    width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.menu_nav li.active a,
.menu_nav li:hover a{
	color: #FFFFFF;
}
/* 模块 */
.module{
	padding: 20px;
	box-sizing: border-box;
	background: #FFFFFF;
	margin-top: 20px;
}
.module:first-of-type{
	margin-top: 0;
}
.w390{
	width: 390px;
}
.w320{
	width: 320px;
}

/* 头部游戏 */
.home_top_dir .item{
	display: inline-block;
	width: 80px;
	text-align: center;
}
.home_top_dir .item:not(:first-of-type){
	margin-left: 35px;
}
.home_top_dir .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 20px;
	margin-bottom: 8px;
}
/* 头部游戏 end*/

/* 游戏分类 */
.home_catList{
	margin: 22px 0;
}
.home_catList ul {
	list-style: none;
	margin-top: 17px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}

.home_catList ul:first-child {
	margin-top: 0;
}

.home_catList ul li {
	margin-right: 13px;
	padding-right: 13px;
}

.home_catList ul li:first-child {
	background: var(--pm-c);
	border-radius: 20px;
	width: 64px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	margin-right: 10px;
}

.home_catList ul li:first-child span {
	font-size: 14px;
	color: #FFFFFF;
}

.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_category{
	display: flex;
}
.home_category .item{
	width: 216px;
	height: 84px;
	border-radius: 16px;
	padding: 16px;
	box-sizing: border-box;
	padding-left: 80px;
	position: relative;
}
.home_category .item:not(:first-of-type){
	margin-left: 20px;
}
.home_category .item::before{
	position: absolute;
	content: "";
	display: inline-block;
	width: 52px;
	height: 52px;
	border-radius: 10px;
	padding: 7px;	
	box-sizing: border-box;
	left: 16px;
}
.home_category .item:nth-of-type(1)::before{
	background: #A5E3F2 url(../images/label1.png) no-repeat center / contain;
	background-size: 38px;
}
.home_category .item:nth-of-type(1){
	background: #E9F8FD;
}
.home_category .item:nth-of-type(2)::before{
	background: #FBC846 url(../images/label2.png) no-repeat center / contain;
	background-size: 38px;
}
.home_category .item:nth-of-type(2){
	background: #F9FAF2;
}
.home_category .item:nth-of-type(3)::before{
	background: #9BBCDB url(../images/label3.png) no-repeat center / contain;
	background-size: 38px;
}
.home_category .item:nth-of-type(3){
	background: #E7F3FC;
}
.home_category .item:nth-of-type(4)::before{
	background: var(--pm-c) url(../images/label4.png) no-repeat center / contain;
	background-size: 38px;
}
.home_category .item:nth-of-type(4){
	background: #FEF4F4;
}
.home_category .item:nth-of-type(5)::before{
	background: #B7C3F4 url(../images/label5.png) no-repeat center / contain;
	background-size: 38px;
}
.home_category .item:nth-of-type(5){
	background: #F0F4FF;
}
.home_category .item .get{
	display: inline-block;
	width: 40px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px 5px;
	background: var(--pm-c) url(../images/go_icon.png) no-repeat 25px / contain;
	background-size: 10px;
	box-sizing: border-box;
	padding-right: 15px;
	border-radius: 99px;
	margin-left: 8px;
}
/* 标签分类 end*/

/* 新发现 */
.home_discover p{
	width: 390px;
	height: 62px;
	background: url(../images/game_bg.png) no-repeat top / contain;
	border-radius: 10px;
	padding: 13px 6px 0 20px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 20px;
	color: var(--pm-c);
}
.home_discover .home_discover_warp{
	padding: 0 10px 12px 10px;
	box-sizing: border-box;
}
.home_discover .item{
	background: #F9F9F9;
	border-radius: 12px;
	padding: 14px 19px;
	box-sizing: border-box;
}
.home_discover .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 15px;
	margin-top: 10px;
}
/* 新发现 end*/

/* 话题探讨 */
.home_ht .item{
	padding-bottom: 16px;
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 16px;
}
.home_ht .top_title{
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 20px;
}
.home_ht .thumb{
	width: 100px;
	height: 60px;
	margin-right: 15px;
}
.home_ht .info .time{
	margin-top: 19px;
	background: url(../images/time_icon.png) no-repeat left / contain;
	background-size: 14px;
	padding-left: 16px;
}
.home_ht .get{
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid var(--pm-c);
	border-radius: 6px;
	margin-left: 5px;
	background: url(../images/ht_icon.png) no-repeat center / contain;
	background-size: 16px 16px;
	padding: 4px;
	box-sizing: border-box;
}
.home_ht li{
	display: inline-flex;
	width: 45%;
	padding-left: 11px;
}
.home_ht li:nth-of-type(-n + 2){
	margin-top: 0;
}
.home_ht li:nth-of-type(even){
	margin-left: 5px;
}
/* 话题探讨 end*/

/* 资讯模块 */
.home_news_box{
	margin: 0 30px;
}
.home_news_box .item{
	padding-bottom: 15px;
	border-bottom: 1px solid #F2F2F2;
}
.home_news_box .item>.title{
	font-weight: bold;
	font-size: 18px;
	color: var(--pm-c);
	margin-bottom: 10px;
}
.home_news_box .item .thumb{
	width: 120px;
	height: 72px;
	margin-right: 15px;
}
.home_news_box .item .desc{
	line-height: 24px;
}
.home_news_box li{
	padding-left: 11px;
	box-sizing: border-box;
}
.home_news_box li:nth-of-type(7){
	margin: 18px 0 15px;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 15px;
	box-sizing: border-box;
}
.home_news_box .tip{
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: var(--pm-c);
}
.home_news_box li .time{
	margin-left: 5px;
}
/* 资讯模块 end*/
/* 资讯轮播图 */
.home_slide {
	margin-bottom: 30px;
}

.home_slide .slider {
	width: 100%;
	height: 210px;
}

.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, .7);
	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*/

/* 最新资讯 */
.home_new_xz .item{
	padding-bottom: 18px;
	border-bottom: 1px solid #F2F2F2;
}
.home_new_xz .item:last-of-type{
	padding-bottom: 0px;
	border-bottom: none;
}
.home_new_xz .item:nth-of-type(2){
	margin-top: 22px;
}
.home_new_xz .item{
	margin-top: 18px;
}
.home_new_xz .item span{
	font-weight: bold;
	font-size: 12px;
	color: var(--pm-c);
	padding-left: 10px;
	box-sizing: border-box;
}
.home_new_xz .item span::before{
	content: "";
	width: 4px;
	height: 4px;
	background: var(--pm-c);
	margin-right: 6px;
	left: 0;
	border-radius: 50%;
}
.home_new_xz .item .title{
	margin-bottom: 6px;
}
.home_new_xz .item .thumb{
	width: 100px;
	height: 70px;
	margin-left: 15px;
}
/* 最新资讯 end*/

/* 头条资讯 */
.home_big_news .module-title{
	margin-bottom: 20px;
}
.home_big_news .uk-grid{
	margin-bottom: 20px;
}
.home_big_news .item .time{
	width: 54px;
	background: url(../images/news_time.png) no-repeat top / contain;
	background-size: 54px 54px;
	padding-top: 62px;
	box-sizing: border-box;
	margin-right: 16px;
	text-align: center;
	font-size: 14px;
	color: #ccc;
}
.home_big_news .item .title{
	font-weight: bold;
	font-size: 16px;
}
.home_big_news .item .desc{
	line-height: 24px;
}
/* 头条资讯 end*/

/* 手游下载 */
.home_app ul{
	background: rgba(224,83,87,0.05);
	border-radius: 6px;
	padding: 10px;
	padding-left: 0;
	box-sizing: border-box;
	margin-top: 20px;
}
.home_app li{
	margin-left: 3px;
	background: rgba(255,255,255,0.8);
	border-radius: 6px;
	border: 1px solid rgba(224,83,87,0.14);
	width: 90px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	display: inline-block;
}
.home_app li:first-of-type{
	margin-left: 9px;
}
.home_app li.active,
.home_app li:hover{
	background: linear-gradient( 180deg, #E05357 0%, #C41F24 100%);
}
.home_app li a{
	font-size: 14px;
	color: #999999;
}
.home_app li.active a,
.home_app li:hover a{
	color: #FFFFFF;
}
.home_app .list_{
	margin-left: -20px;
	flex-wrap: wrap;
}
.home_app .item{
	width: 102px;
	margin-left: 16px;
	margin-top: 26px;
	text-align: center;
}
.home_app .item .icon{
	width: 86px;
	height: 86px;
	border-radius: 20px;
}
.home_app .item .title{
	margin-top: 3px;
	padding: 0 5px;
}
/* 手游下载 end*/

/* 手游榜单 */
.home_game_rank span{
	width: 280px;
	height: 48px;
	background: url(../images/app_bg.png) no-repeat top / contain;
	padding: 0 20px;
	box-sizing: border-box;
	line-height: 48px;
	display: block;
	margin: 0 auto;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}
.home_game_rank ul{
	background: url(../images/game_rank_bg.png) no-repeat top / cover;
	border-radius: 8px;
	padding: 20px 15px;
	box-sizing: border-box;
	padding-bottom: 0;
}
.home_game_rank li:first-of-type{
	margin-top: 0;
}
.home_game_rank li .order{
	width: 18px;
	height: 22px;
	background: #F0F0F0;
	border-radius: 4px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	text-align: center;
	line-height: 22px;
}
.home_game_rank li .icon{
	width: 70px;
	height: 70px;
	border-radius: 18px;
	margin-right: 15px;
}
.home_game_rank li .score{
	font-weight: bold;
	font-size: 16px;
	color: #F8B524;
	background: url(../images/star_icon.png) no-repeat left / contain;
	background-size: 16px 16px;
	margin-left: 5px;
	padding-left: 18px;
}
.home_game_rank li:nth-of-type(-n + 3) .order{
	color: #fff;
}
.home_game_rank li:nth-of-type(1) .order{
	background-color: #FACD37;
}
.home_game_rank li:nth-of-type(2) .order{
	background-color: #9EBEFF;
}
.home_game_rank li:nth-of-type(3) .order{
	background-color: #C69260;
}
/* 手游榜单 end*/

/* 热门资讯 */
.home_hot_news .thumb{
	width: 186px;
	height: 90px;
	margin: 20px 0 3px;
}
.home_hot_news .thumb:first-of-type{
	margin-right: 18px;
}
.home_hot_news li{
	margin-top: 18px;
}
.home_hot_news li .get{
	width: 64px;
	height: 30px;
	background: #F2F2F2;
	border-radius: 6px;
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 30px;
	margin-left: 10px;
}
.home_hot_news li .get:hover{
	background: rgba(224,83,87,0.1);
	color: var(--pm-c);
}
.home_hot_news li .time{
	margin-left: 0;
}
/* 热门资讯 end*/

/* 精选攻略 */
.home_jxgl>.thumb{
	width: 100%;
	height: 140px;
	margin: 20px 0 10px;
}
.home_jxgl .gl_thumb{
	position: relative;
}
.home_jxgl .gl_thumb::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 22px;
	position: absolute;
	background: url(../images/jxgl_icon.png) no-repeat left / contain;
	top: 5px;
	left: 5px;
	z-index: 1;
}
.home_jxgl .item{
	margin-top: 14px;
	width: 180px;
}
.home_jxgl .item:nth-of-type(even){
	margin-left: 30px;
}
.home_jxgl .item .thumb{
	width: 180px;
	height: 96px;
}
.home_jxgl .item .title{
	margin: 6px 0 10px;
}
.home_jxgl .item .size{
	background: url(../images/gl_icon.png) no-repeat left / contain;
	background-size: 14px;
	padding-left: 15px;
}
/* 精选攻略 end*/

/* 热门攻略 */
.home_hot_gl .item:nth-of-type(2){
	margin-top: 20px;
}
.home_hot_gl .item{
	/* margin-top: 8px; */
}
.home_hot_gl .item .title{
	margin-left: 10px;
	padding-left: 27px;
}
.home_hot_gl .item .title::before{
	width: 6px;
	height: 6px;
	background-color: var(--pm-c);
	border-radius: 14px;
	left: 0px;
	border: 3px solid #F6CBCD;
}
.home_hot_gl .item .text{
	border-left: 1px dashed #D9D9D9;
	padding-top: 7px;
	height: 40px;
	margin-left: 16px;
	padding-left: 20px;
}
/* 热门攻略 end*/

/* 资讯排行 */
.home_zx_rank .zx_thumb{
	width: 100%;
	height: 190px;
	position: relative;
	margin-top: 20px;
}
.home_zx_rank .zx_thumb .item1{
	position: absolute;
	width: 100%;
	height: 40px;
	background: rgba(0,0,0, .7);
	padding: 9px 15px;
	box-sizing: border-box;
	bottom: 0px;
	left: 0px;
}
.home_zx_rank .zx_thumb .item1 .title{
	font-size: 16px;
	color: #FFFFFF;
}
.home_zx_rank .order{
	width: 18px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	background: #F0F0F0;
	border-radius: 4px;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}
.home_zx_rank .zx_thumb .item1 .order{
	background: var(--pm-c);
	margin-right: 8px;
}
.home_zx_rank .item{
	margin-top: 20px;
}
.home_zx_rank .item .thumb{
	width: 100px;
	height: 60px;
	margin-right: 15px;
}
.home_zx_rank .item .order{
	margin-right: 8px;
}
/* 资讯排行 end*/

/* 新游动态 */
.home_new_news .item{
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 16px;
	padding-bottom: 16px;
	box-sizing: border-box;
}
.home_new_news .item:nth-of-type(2){
	margin-top: 20px;
}
.home_new_news .item .title{
	margin-bottom: 10px;
}
.home_new_news .item .thumb{
	width: 140px;
	height: 90px;
	margin-right: 15px;
}
.home_new_news .item .time{
	background: url(../images/time_icon.png) no-repeat left / contain;
	background-size: 14px;
	padding-left: 18px;
	box-sizing: border-box;
}
.home_new_news .item .desc{
	background: #F7F7F7;
	border-radius: 8px;
	padding: 7px 15px;
	box-sizing: border-box;
	margin-bottom: 12px;
	line-height: 24px;
}
.home_new_news li{
	padding-left: 11px;
	margin-top: 12px;
}
/* 新游动态 end*/

/* 游戏礼包 */
.home_game_gift{
	background: linear-gradient( 180deg, rgba(253,240,234,0) 0%, #FDF0EA 100%);
	border-radius: 8px;
	position: relative;
	padding-bottom: 18px;
	box-sizing: border-box;
}
.home_game_gift::after{
	content: "";
	display: inline-block;
	width: 140px;
	height: 140px;
	background: url(../images/game_gift_icon.png) no-repeat left / contain;
	position: absolute;
	right: 15px;
	bottom: 34px;
}
.home_game_gift .item{
	padding: 0 15px;
	box-sizing: border-box;
	margin-top: 26px;
}
.home_game_gift .item:nth-of-type(2){
	margin-top: 20px;
}
.home_game_gift .item .icon{
	width: 60px;
	height: 60px;
	border-radius: 12px;
	margin-right: 12px;
}
.home_game_gift .item .get{
	width: 48px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: linear-gradient( 180deg, #E05357 0%, #C41F24 100%);
	border-radius: 6px;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 5px;
}
/* 游戏礼包 end*/

/* 游戏美宣 */
.home_game_mx .thumb1{
	width: 410px;
	height: 380px;
	margin-right: 10px;
}
.home_game_mx .thumb2{
	width: 260px;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.home_game_mx .thumb3{
	width: 260px;
	height: 220px;
	margin-right: 10px;
}
.home_game_mx .thumb4{
	width: 260px;
	height: 220px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.home_game_mx .thumb5{
	width: 260px;
	height: 150px;
	margin-right: 10px;
}
.home_game_mx .thumb6{
	width: 200px;
	height: 380px;
}
/* 游戏美宣 end*/

/* 排行榜 */
.w360{
	width: 360px;
}
.home_rank .item{
	width: 110px;
	height: 140px;
	position: relative;
	text-align: center;
	padding: 17px 5px 0 5px;
	box-sizing: border-box;
}
.home_rank .item:nth-of-type(2){
	margin: 0 15px;
}
.home_rank .item:nth-of-type(1){
	background: url(../images/rank_bg2.png) no-repeat left / contain;	
}
.home_rank .item:nth-of-type(2){
	transform: translateY(-10px);
	background: url(../images/rank_bg1.png) no-repeat left / contain;	
}
.home_rank .item:nth-of-type(3){
	background: url(../images/rank_bg3.png) no-repeat left / contain;	
}
.home_rank .item .num{
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;	
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 64px;
	z-index: 1;
}
.home_rank .item:nth-of-type(1) .num{
	background: url(../images/rank_icon2.png) no-repeat left / contain;	
}
.home_rank .item:nth-of-type(2) .num{
	background: url(../images/rank_icon1.png) no-repeat left / contain;	
}
.home_rank .item:nth-of-type(3) .num{
	background: url(../images/rank_icon3.png) no-repeat left / contain;	
}
.home_rank .item .icon{
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.home_rank .item .title{
	margin: 16px 0 6px;
}
.home_rank li{
	margin-top: 32px;
}
.home_rank li:first-of-type{
	margin-top: 23px;
}
.home_rank li .icon{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	margin-left: 18px;
	margin-right: 15px;
}
.home_rank li .down{
	width: 68px;
	height: 32px;
	background: rgba(224,83,87, .1);
	border-radius: 6px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: var(--pm-c);
}
.home_rank li .score{
	font-size: 12px;
	color: var(--pm-c);
	background: url(../images/rank_icon.png) no-repeat left / contain;
	background-size: 14px 14px;
	padding-left: 16px;
	margin-right: 8px;
}
.home_rank li .num{
	font-style: italic;
}
/* 排行榜 end*/

/* 游戏列表 */
.list_game{
	margin-bottom: 30px;
}
.list_game .menu_nav{
	margin-bottom: 25px;
}
.list_game_warp .item{
	border-radius: 12px;
	border: 1px solid #EBEBEB;
	padding: 20px;
	box-sizing: border-box;
}
.list_game_warp .item:hover{
	border-color: var(--pm-c);
	background: rgba(224,83,87,0.04);
}
.list_game_warp .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 18px;
	margin-right: 15px;
}
.list_game_warp .item .title{
	font-weight: bold;
	font-size: 16px;
}
.list_game_warp .item .type{
	margin: 10px 0;
}
.list_game_warp .item .score{
	font-size: 12px;
	color: var(--pm-c);
	background: url(../images/rank_icon.png) no-repeat left / contain;
	background-size: 14px 14px;
	padding-left: 16px;
	margin-left: 8px;
}
.list_game_warp .item .down{
	display: block;
	width: 100%;
	height: 38px;
	background: rgba(224,83,87, .1);
	border-radius: 6px;
	text-align: center;
	line-height: 38px;
	margin: 16px 0 12px;
	font-size: 14px;
	color: var(--pm-c);
}
.list_game_warp .item:hover .down{
	background: var(--pm-c);
	color: #fff;
}
/* 游戏列表 end*/

/* 手游专辑 */
.list_zj{
	margin-bottom: 30px;
}
.list_zj .zj_menu_nav{
	margin-top: 30px;
	width: 210px;
	height: 54px;
}
.list_zj .zj_menu_nav{
	background: rgba(224,83,87,0.05);
	border-radius: 6px;
	padding-right: 10px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.list_zj .zj_menu_nav li{
	margin-left: 10px;
	background: rgba(255,255,255,0.8);
	border-radius: 6px;
	border: 1px solid rgba(224,83,87,0.14);
	width: 90px;
	height: 34px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	margin-top: 10px;
	padding: 0 5px;
	box-sizing: border-box;
}
.list_zj .zj_menu_nav li.active,
.list_zj .zj_menu_nav li:hover{
	background: linear-gradient( 180deg, #E05357 0%, #C41F24 100%);
}
.list_zj .zj_menu_nav li a{
	font-size: 14px;
	color: #999999;
	display: inline-block;
    width: 100%;
}
.list_zj .zj_menu_nav li.active a,
.list_zj .zj_menu_nav li:hover a{
	color: #FFFFFF;
}
.list_zj_warp{
	border-radius: 12px;
	border: 1px solid #EBEBEB;
	padding: 20px 30px;
	box-sizing: border-box;
	margin-top: 20px;
}
.list_zj_warp:first-of-type{
	margin-top: 25px;
}
.list_zj_warp .warp_title{
	font-weight: bold;
	font-size: 20px;
	/* border-bottom: 7px solid rgba(224,83,87,0.4); */
	/* border-image: ; */
	position: relative;
	max-width: 910px;	
}
.list_zj_warp .warp_title:hover{
	color: var(--pm-c);
}
.list_zj_warp .warp_title::before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 7px;
	background-color: rgba(224,83,87,0.4);
	position: absolute;
	left: 0px;
	bottom: 4px;
}
.list_zj_warp .num{
	font-weight: bold;
	font-size: 14px;
	color: var(--pm-c);
}
.list_zj_warp .text{
	font-size: 14px;
}
.list_zj_warp .time{
	background: url(../images/zj_time_icon.png) no-repeat left / contain;
	background-size: 16px;
	padding-left: 16px;
	font-size: 14px;
}
.list_zj_warp .item{
	width: 120px;
	height: 116px;
	background: #F7F7F7;
	border-radius: 14px 14px 8px 26px;
	text-align: center;
	margin-left: 20px;
}
.list_zj_warp .item:first-of-type{
	margin-left: 0px;
}
.list_zj_warp .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 20px;	
}
.list_zj_warp .item .icon,
.list_zj_warp .item .title,
.list_zj_warp .item .size{
	transform: translateY(-24px);
}
.list_zj_warp .item .title{
	margin: 5px 0;
	padding: 0 5px;
	box-sizing: border-box;
}
/* 手游专辑 end*/

/* 礼包列表 */
.list_game_package{
	margin-bottom: 30px;
}
.list_gift_warp .item{
	border-radius: 12px;
	border: 1px solid #EBEBEB;
	padding: 13px 20px 20px 20px;
	box-sizing: border-box;
	position: relative;
	height: 112px;
	margin-top: 23px;
}
.list_gift_warp .item:hover{
	border-color: var(--pm-c);
}
.list_gift_warp .item:hover .get{
	background: var(--pm-c);
	color: #fff;
	background: var(--pm-c) url(../images/gift_icon_.png) no-repeat 18px / contain;
	background-size: 16px;
	right: -1px;
}
.list_gift_warp .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 18px;
	margin-right: 15px;
	transform: translateY(-31px);
}
.list_gift_warp .item .title{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
.list_gift_warp .item .desc{
	margin-top: 14px;
	padding-right: 60px;
	box-sizing: border-box;
	transform: translateY(-34px);
}
.list_gift_warp .item .get{
	content: "";
	display: inline-block;
	text-align: center;
	line-height: 18px;
	border-radius: 12px 0px 12px 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 14px;
	color: #999999;
	background: #F5F5F5 url(../images/gift_icon.png) no-repeat 18px / contain;
	background-size: 16px;
	padding: 9px 16px;
	padding-left: 36px;
	box-sizing: border-box;
}

.tj_gift li{
	padding-left: 11px;
	padding-bottom: 13px;
	border-bottom: 1px dashed #E3E3E3;
	margin-top: 13px;
}
.tj_gift li:first-of-type{
	margin-top: 20px;
}
/* 礼包列表 end*/

/* 资讯列表 */
.list_news{
	margin-bottom: 30px;
}
.list_news .menu_nav{
	margin-bottom: 25px;
	margin-top: 0;
}
.list_news .menu_nav{
	padding-bottom: 11px;
}
.list_news .menu_nav li{
	margin-left: 10px;
	margin-top: 11px;
}
.list_news_warp .item{
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 20px;
	margin-top: 20px;
}
.list_news_warp .item:last-of-type{
	border: none;
}
.list_news_warp .item .thumb{
	width: 210px;
	height: 120px;
	margin-right: 25px;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 20px;
}
.list_news_warp .item .desc{
	margin-top: 20px;
	margin-bottom: 32px;
}
.list_news_warp .item .text{
	background: url(../images/website.png) no-repeat left / contain;
	background-size: 14px;
	padding-left: 18px;
	margin-right: 50px;
}
.list_news_warp .item .time{
	background: url(../images/time_icon.png) no-repeat left / contain;
	background-size: 14px;
	padding-left: 18px;
}
.list_news_warp .item .get{
	background: rgba(224, 83, 87, 0.10) url(../images/ht_icon.png) no-repeat center / contain;
	background-size: 16px;
	width: 26px;
    height: 26px;
	border-radius: 50%;
}
.list_news_warp .item .title{
	font-weight: bold;
	font-size: 18px;
}
.list_news_warp .item:hover .title{
	color: var(--pm-c);
}
.list_news_warp .item:hover .get{
	background: var(--pm-c) url(../images/ht_icon_.png) no-repeat center / contain;
	background-size: 16px;
}
.new_game .item{
	display: inline-block;
	width: 74px;
	text-align: center;
	margin-left: 38px;
	margin-top: 22px;
	position: relative;
}
.new_game .item::before{
	content: "";
	display: inline-block;
	background: url(../images/news_icon.png) no-repeat center / contain;
	width: 32px;
	height: 18px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.new_game .item:nth-of-type(3n - 1){
	margin-left: 12px;
}
.new_game .item .icon{
	height: 74px;
	width: 74px;
	margin-bottom: 8px;
}
/* 资讯列表 end*/

/* 排行榜列表 */
.list_rank,
.list_rank_news,
.single_rank{
	background-color: #fff;
	padding-top: 20px;
	margin-bottom: 30px;
}
.list_rank .crumbs,
.list_rank_news .crumbs,
.single_rank .crumbs{
	margin-left: 22px;
	margin-bottom: 30px;
}
.rank_banner{
	background: url(../images/rank_banner.png) no-repeat center / contain;
	width: 100%;
	height: 200px;
}
.list_rank .menu{
	background: var(--pm-c);
	padding: 0px 20px;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
}
.list_rank .menu li{
	margin-left: 16px;
}
.list_rank .menu li:first-of-type{
	margin-left: 0px;
}
.list_rank .menu li a{
	padding: 12px 20px;
	box-sizing: border-box;
	font-size: 20px;
	color: #FFFFFF;
}
.list_rank .menu li a:hover,
.list_rank .menu li.active a{
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 0px var(--pm-c);
	border-radius: 99px;
	color: var(--pm-c);
}
.game_rank_list{
	margin-top: 45px;
	padding: 0 20px;
	box-sizing: border-box;
}
.game_rank_list .item{
	padding-bottom: 30px;
	border-bottom: 1px solid #F2F2F2;
	box-sizing: border-box;
	margin-top: 30px;
} 
.game_rank_list .item .order{
	background: url(../images/rank_iconn.png) no-repeat center / contain;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #FFFFFF;
}
.game_rank_list .item .icon{
	width: 110px;
	height: 110px;
	border-radius: 99px;
}
.game_rank_list .item:nth-of-type(1) .icon{
	border: 4px solid #F7EFBE;
}
.game_rank_list .item:nth-of-type(2) .icon{
	border: 4px solid #D0EBFB;
}
.game_rank_list .item:nth-of-type(3) .icon{
	border: 4px solid #F3E1D3;
}
.game_rank_list .item:nth-of-type(1) .order{
	background: url(../images/rank_icon1.png) no-repeat center / contain;
	width: 40px;
	height: 40px;
}
.game_rank_list .item:nth-of-type(2) .order{
	background: url(../images/rank_icon2.png) no-repeat center / contain;
	width: 40px;
	height: 40px;
}
.game_rank_list .item:nth-of-type(3) .order{
	background: url(../images/rank_icon3.png) no-repeat center / contain;
	width: 40px;
	height: 40px;
}
.game_rank_list .item .title{
	font-weight: bold;
	font-size: 20px;
}
.game_rank_list .item .platform{
	margin: 17px 0;
}
.game_rank_list .item .down{
	width: 130px;
	height: 48px;
	border-radius: 8px;
	border: 1px solid var(--pm-c);
	text-align: center;
	line-height: 48px;
	font-weight: 400;
	font-size: 16px;
	color: var(--pm-c);
	margin-left: 10px;
	box-sizing: border-box;
}
.game_rank_list .item .icon_box{
	position: relative;
	width: 146px;
}
.game_rank_list .item .icon_box::before{
	content: "";
	display: inline-block;	
	position: absolute;
	bottom: 9px;
	left: 0px;
	background: url(../images/list_rank_bg1.png) no-repeat center / contain;
	width: 146px;
	height: 96px;
}
.game_rank_list .item:nth-of-type(2) .icon_box::before{
	background: url(../images/list_rank_bg2.png) no-repeat center / contain;
}
.game_rank_list .item:nth-of-type(3) .icon_box::before{
	background: url(../images/list_rank_bg3.png) no-repeat center / contain;
}
.game_rank_list .item:not(:nth-of-type(-n + 3)) .icon_box::before{
	background-image: none;
}
.game_rank_list .item .type,
.game_rank_list .item .desc{
	font-size: 14px;
	color: #999999;
}
/* 排行榜列表 end*/

/* 排行榜大全 */
.rank_news_warp{
	padding: 0 20px;
	box-sizing: border-box;
}
.rank_news_warp .item{
	padding: 21px 15px 24px;
	box-sizing: border-box;
	margin-top: 26px;
}
.rank_news_warp .item .rank_title{
	text-align: center;
	font-weight: bold;
}
.rank_news_warp .item .rank_title p{
	font-weight: bold;
	font-size: 16px;
}
.rank_news_warp .item .rank_title .time{
	font-weight: bold;
	font-size: 12px;
}
.rank_news_warp .uk-width-1-3:nth-of-type(3n - 2) .rank_title p,
.rank_news_warp .uk-width-1-3:nth-of-type(3n - 2) .rank_title p a{
	color: #6FB6EA;
}
.rank_news_warp .uk-width-1-3:nth-of-type(3n - 1) .rank_title p,
.rank_news_warp .uk-width-1-3:nth-of-type(3n - 1) .rank_title p a{
	color: #DBB225;
}
.rank_news_warp .uk-width-1-3:nth-of-type(3n) .rank_title p,
.rank_news_warp .uk-width-1-3:nth-of-type(3n) .rank_title p a{
	color: #C78F64;
}
.rank_news_warp .item .rank_title{
	text-align: center;
}
.rank_news_warp .uk-width-1-3:nth-of-type(3n - 2) .item{
	background: url('../images/rank_news_bg1.png') no-repeat top/contain;
	background-size: 100% 100%;
}
.rank_news_warp .uk-width-1-3:nth-of-type(3n - 1) .item{
	background: url('../images/rank_news_bg2.png') no-repeat top/contain;
	background-size: 100% 100%;
}
.rank_news_warp .uk-width-1-3:nth-of-type(3n) .item{
	background: url('../images/rank_news_bg3.png') no-repeat top/contain;
	background-size: 100% 100%;
}
.rank_news_warp .item .tab_box{
	margin-top: 20px;
}
.rank_news_warp .item .tab_box .text:nth-of-type(2){
	margin-left: 63px;
	margin-right: 200px;
}
.rank_news_warp .item .li .num{
	display: inline-block;
	width: 12px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #C7C7C7;
}
.rank_news_warp .item .li .icon{
	width: 50px;
	height: 50px;
	margin-right: 11px;
	margin-left: 15px;
	border-radius: 99px;
}
.rank_news_warp .item .li .title{
	font-weight: bold;
	margin-bottom: 8px;
}
.rank_news_warp .item .li .text{
	margin-left: 10px;
}
.rank_news_warp .item .get{
	font-size: 14px;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	display: inline-block;
}
.rank_news_warp .uk-width-1-3:nth-of-type(3n - 2) .item .get{
	color: #6FB6EA;
}
.rank_news_warp .uk-width-1-3:nth-of-type(3n - 1) .item .get{
	color: #DBB225;
}
.rank_news_warp .uk-width-1-3:nth-of-type(3n) .item .get{
	color: #C78F64;
}
.rank_news_warp .item .li{
	margin-top: 26px;
}
.rank_news_warp .item .li:nth-of-type(3) .num{
	color: #F8D352;
}
.rank_news_warp .item .li:nth-of-type(4) .num{
	color: #9FCDEF;
}
.rank_news_warp .item .li:nth-of-type(5) .num{
	color: #D8AA86;
}
/* 排行榜大全 end*/

/* 搜索结果 */
.search_warp{
	margin-bottom: 30px;
}
/* 搜索结果 end*/

/* 专辑详情 */
.single_album{
	margin-bottom: 30px;
}
.single_album .single_header{
	margin-top: 30px;	
}
.single_album .single_header .thumb{
	width: 110px;
	height: 110px;
	border-radius: 20px;
	margin-right: 25px;
}
.single_album .single_header h1{
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 30px;
}
.single_album .single_header .label{
	font-size: 14px;
	color: #666666;
	padding-left: 18px;
	margin-left: 35px;
}
.single_album .single_header .label:first-of-type{
	margin-left: 0;
}
.single_album .single_header .label::before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: var(--pm-c);
	border-radius: 14px;
	border: 2px solid #F6CBCD;
	left: 0;
}
.more_box{
	border-radius: 10px;
	border: 1px solid #EBEBEB;
	padding: 10px 10px 0px 20px;
	box-sizing: border-box;
	position: relative;
	margin-top: 20px;
	flex-wrap: wrap;
}
.more_box::before{
	content: "";
	display: block;
	width: 32px;
	height: 24px;
	background: url('../images/show_more_icon.png') no-repeat top/contain;
	position: absolute;
	top: 6px;
	left: 9px;
}
.single_album .more_box span.title{
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
}
.more_box .li{
	width: 210px;
	height: 34px;
	background: #F7F7F7;
	border-radius: 6px;
	margin-left: 10px;
	padding: 0 12px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.more_box .li .icon{
	width: 20px;
	height: 20px;
	margin-right: 8px;
	border-radius: 50%;
}
.more_box .li .title_{
	margin-bottom: 0;
}
.more_box .li .title_:hover{
	color: var(--pm-c);
}

.show_tj{
	background: url('../images/show_tj_bg.png') no-repeat top/contain;
	width: 320px;
	height: 186px;
	padding: 20px;
	box-sizing: border-box;
	margin-left: 10px;
	position: relative;
}
.show_tj::before{
	content: "推荐";
	position: absolute;
	right: 2px;
    top: 7px;
    font-size: 14px;
    color: var(--pm-c);
    transform: rotateZ(45deg);
}
.show_tj .icon{
	width: 60px;
	height: 60px;
	border-radius: 12px;
	margin-right: 12px;
}
.show_tj .info .title{
	font-size: 16px;
	color: #404040;
	margin-bottom: 8px;
}
.show_tj .info .title:hover{
	color: var(--pm-c);
}
.show_tj .desc{
	margin: 14px 0 16px;
}
.show_tj .btn{
	display: inline-block;	
	width: 100%;
	height: 40px;
	border-radius: 8px;
	background: linear-gradient( 90deg, #E05357 0%, #FB817C 100%);
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #FFFFFF;
}
.show_tj .info .score{
	font-size: 12px;
	color: var(--pm-c);
	background: url(../images/rank_icon.png) no-repeat left / contain;
	background-size: 14px 14px;
	padding-left: 16px;
	margin-right: 8px;
}
.list_gift_warp .down{
	content: "";
	display: inline-block;
	text-align: center;
	line-height: 18px;
	border-radius: 0px 12px 0px 12px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 14px;
	color: #999999;
	background: #F5F5F5 url(../images/down_icon.png) no-repeat 18px / contain;
	background-size: 16px;
	padding: 9px 16px;
	padding-left: 36px;
	box-sizing: border-box;
}
.list_gift_warp .item:hover .down{
	background: var(--pm-c);
	color: #fff;
	background: var(--pm-c) url(../images/down_icon_.png) no-repeat 18px / contain;
	background-size: 16px;
	right: -1px;
}
.list_gift_warp .info .score{
	font-size: 12px;
	color: var(--pm-c);
	background: url(../images/rank_icon.png) no-repeat left / contain;
	background-size: 14px 14px;
	padding-left: 16px;
	margin-right: 8px;
}
.sidebar_gift_warp .info .title{
	padding-right: 60px;
}
.sidebar_gift_warp .item .desc{
	padding-right: 0;
}
.sidebar_gift_warp{
	margin-top: 30px;
}
.new_zj{
	margin-top: 70px;
}
.new_zj .uk-grid{
	margin-top: 20px;
}
.new_zj .zj_box{
	border-radius: 12px;
	border: 1px solid #EBEBEB;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}
.new_zj .zj_box .zj_title{
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	position: relative;
	color: #333333;
}
.new_zj .zj_box .zj_title:hover{
	color: var(--pm-c);
}
.new_zj .zj_box .zj_title::before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 5px;
	background-color: rgba(224,83,87,0.4);
	position: absolute;
	bottom: 4px;
}
.new_zj .zj_box .zj_text{
	margin-bottom: 41px;
}
.new_zj .zj_box .zj_text .num{
	font-weight: bold;
	font-size: 12px;
	color: var(--pm-c);
}
.new_zj .zj_box .zj_text .time{
	background: url(../images/zj_time_icon.png) no-repeat left / contain;
	padding-left: 16px;
}
.new_zj .zj_box .item{
	width: 100px;
	height: 80px;
	border-radius: 14px  14px  8px  26px;
	background-color: #F7F7F7;
	text-align: center;
	margin-left: 15px;
}
.new_zj .zj_box .item:first-of-type{
	margin-left: 0;
}
.new_zj .zj_box .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
	margin-bottom: 5px;
	transform: translateY(-18px);
}
.new_zj .zj_box .item .title{
	padding: 0 5px;
	box-sizing: border-box;
	transform: translateY(-18px);
	font-size: 12px;
}
.new_zj .dot_{
	display: flex;
	align-items: center;
	padding-left: 11px;
}
.new_zj .dot_ .num{
	font-weight: 400;
	font-size: 12px;
	margin-left: 5px;
}
/* 专辑详情 end*/

/* 礼包详情 */
.single_gift{
	margin-bottom: 30px;
}
.single_gift .single_header{
	background: url(../images/gift_header_bg.png) no-repeat left / contain;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.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: 12px;
}
.single_gift .single_header .label{
	font-size: 14px;
	color: #666666;
	padding-left: 18px;
	display: inline-block;
}
.single_gift .single_header .label::before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: var(--pm-c);
	border-radius: 14px;
	border: 2px solid #F6CBCD;
	left: 0;
}
.related_zx .module-title{
	margin-bottom: 20px;
}
.related_zx .item{
	width: 176px;
	margin-left: 32px;
}
.related_zx .item:first-of-type{
	margin-left: 0;
}
.related_zx .item .thumb{
	width: 176px;
	height: 96px;

}
.related_zx .item .title{
	margin: 10px 0 4px;
}
.related_zx .item .desc{
	background: url(../images/zx_desc_bg.png) no-repeat left / contain;
	width: 100%;
	height: 68px;
	padding: 14px 12px 8px 12px;
	box-sizing: border-box;

}
.related_zx .item .desc .text{
	margin-bottom: 10px;
}
.related_zx .item .desc .num{
	background: url(../images/gl_icon.png) no-repeat left / contain;
	background-size: 14px 14px;
	padding-left: 18px;
}
/* 礼包详情 end*/

/* 手游详情 */
.single_game{
	margin-bottom: 30px;
}
.single_game .single_header{	
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 25px;
}
.single_game .single_header::before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 192px;
	background: url(../images/game_header_bg.png) no-repeat bottom / cover;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-radius: 60px 14px 14px 14px;
}
.single_game .single_header .icon{
	width: 140px;
	height: 140px;
	border-radius: 35px;
	margin-right: 25px;
}
.single_game .single_header h1{
	margin: 0;
	font-weight: bold;
	font-size: 30px;
	color: #333333;
}
.single_game .single_header .score{
	font-size: 20px;
	font-weight: bold;
	color: var(--pm-c);
	background: url(../images/rank_icon.png) no-repeat left / contain;
	background-size: 14px 14px;
	padding-left: 16px;
	margin-left: 16px;
}
.single_game .single_header .label{
	font-size: 14px;
	color: #666666;
	padding-left: 18px;
	width: 100%;	
	display: inline-block;
	box-sizing: border-box;
}
.single_game .single_header .label::before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: var(--pm-c);
	border-radius: 14px;
	border: 2px solid #F6CBCD;
	left: 0;
}
.single_game .single_header .btn{
	display: inline-block;
}
.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: -20px;
}

.screenshots .sliderBox .slide li {
    width: 240px;
    padding-left: 40px;
	/* box-sizing: border-box; */
}

.screenshots .sliderBox .slide li:last-child {
    margin-right: 0;
}
.screenshots .sliderBox .slide li img{
	width: 100%;
	border-radius: 10px;
}

.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 {
    display: flex;
    width: 33.3%;
    padding-left: 0;
}

.screenshots .sliderBox .slide_toggle li a {
    display: inline-block;
    width: 100%;
    height: 8px;
    background-color: transparent;
    border-radius: 20px;
    border: none;
}
.screenshots .sliderBox .slide_toggle li.uk-active a {
    display: inline-block;
    width: 100%;
    height: 8px;
    background-color: #ccc;
    border-radius: 20px;
}


.related_gl{
	margin-top: 70px;
}
.related_gl .item{
	margin-top: 20px;
}
.related_gl .item:last-of-type{
	border: none;
}
.related_gl .item .thumb{
	width: 120px;
	height: 80px;
	margin-right: 15px;
}
.related_gl .item .desc{
	margin: 4px 0;
}
.related_gl .item .text{
	background: url(../images/website.png) no-repeat left / contain;
	background-size: 14px;
	padding-left: 18px;
	margin-right: 25px;
}
.related_gl .item .time{
	background: url(../images/time_icon.png) no-repeat left / contain;
	background-size: 14px;
	padding-left: 18px;
}
.related_gl .item .get{
	background: rgba(224, 83, 87, 0.10) url(../images/ht_icon.png) no-repeat center / contain;
	background-size: 14px;
	width: 22px;
    height: 22px;
	border-radius: 50%;
}
.related_gl .item:hover .title{
	color: var(--pm-c);
}
.related_gl .item:hover .get{
	background: var(--pm-c) url(../images/ht_icon_.png) no-repeat center / contain;
	background-size: 16px;
}
.related_gl li{
	padding-left: 11px;
	margin-top: 20px;
}

.type_tj .item{
	border-radius: 12px;
	border: 1px solid #EBEBEB;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	height: 112px;
	margin-top: 23px;
}
.type_tj .item:hover{
	border-color: var(--pm-c);
}
.type_tj .item:hover .down{
	background: var(--pm-c);
	color: #fff;
	background: var(--pm-c) url(../images/down_icon_.png) no-repeat center / contain;
	background-size: 16px;
	right: -1px;
}
.type_tj .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 18px;
	margin-right: 15px;
	transform: translateY(-33px);
}
.type_tj .item .title{
	font-size: 14px;
	margin-bottom: 5px;
	padding-right: 16px;
}
.type_tj .item .desc{
	margin-top: 14px;	
	box-sizing: border-box;
	transform: translateY(-34px);
}
.type_tj .item .score{
	font-size: 12px;
	color: var(--pm-c);
	background: url(../images/rank_icon.png) no-repeat left / contain;
	background-size: 14px 14px;
	padding-left: 16px;
}
.type_tj .item .down{
	content: "";
	display: inline-block;
	text-align: center;
	line-height: 30px;
	width: 36px;
	height: 30px;
	border-radius: 0px 12px 0px 12px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #F5F5F5 url(../images/down_icon.png) no-repeat center / contain;
	background-size: 16px;
	box-sizing: border-box;
}
/* 手游详情 end*/

/* 资讯详情 */
.single_news{
	margin-bottom: 30px;
}
.single_news .single_header{
	padding: 34px 25px 34px 25px;
	box-sizing: border-box;
	background: #FAFAFA;
	text-align: center;
}
.single_news .single_header h1{
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	margin-bottom: 34px;
}
.single_news .single_header .others span{
	font-size: 14px;
	color: #999999;
}
.single_news .single_header .others span {
	margin: 0 15px;
}
.single_news .single_content p{
	text-indent: 2em;
}

.related_game .item{
	height: 128px;
	background: #F7F7F7;
	border-radius: 14px 14px 8px 26px;
	text-align: center;
	margin-top: 47px;
}
.related_game .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 15px;	
}
.related_game .item .score{
	font-size: 12px;
	background: url(../images/rank_icon.png) no-repeat left / contain;
	background-size: 14px 14px;
	padding-left: 18px;
	display: inline-block;
}
.related_game .item .icon,
.related_game .item .title,
.related_game .item .text,
.related_game .item .score{
	transform: translateY(-40px);
}
.related_game .item .title{
	margin: 5px 0;
	padding: 0 5px;
	box-sizing: border-box;
}
.related_game .item .text{
	margin: 5px 0;
}
/* 资讯详情 end*/

/* 排行榜详情 */
.single_rank .module{
	margin-top: 0;
}
.single_rank .title_box{
	padding-bottom: 20px;
	box-sizing: border-box;
	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;
}
.single_rank .game_rank_list{
	margin-top: 25px;
}
.single_rank .game_rank_list .item:first-of-type{
	margin-top: 0;
}
.home_jxgl .w380{
	width: 380px;
}
.home_jxgl .gl_thumb1{
	width: 100%;
	height: 140px;
	margin: 20px 0 10px;
}
.sidebar_rank_jxgl .item .thumb{
	width: 178px;
	height: 96px;
}
.sidebar_rank_jxgl .item:nth-of-type(even){
	margin-left: 20px;
}
.sidebar_rank_jxgl .list-container{
	margin-left: 40px;
}
.sidebar_rank_jxgl li{
	padding-left: 11px;
}
.sidebar_rank_jxgl li:first-of-type{
	margin-top: 12px;
}
.sidebar_rank_jxgl li:nth-of-type(7){
	border-bottom: 1px dashed #E3E3E3;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.more_rank ul{
	margin-top: 20px;
}
.more_rank li{
	padding: 9px;
	box-sizing: border-box;	
	border-radius: 6px;
	margin-top: 0;
}
.more_rank li:nth-of-type(odd){
	background: #F7F7F7;
}
.more_rank li .tag{
	width: 42px;
	height: 22px;
	display: inline-block;
	text-align: center;
	line-height: 22px;
}
.more_rank li:nth-of-type(odd) .tag{
	background: url(../images/tab_bg.png) no-repeat left / contain;	
	color: #FFFFFF;	
}
.more_rank li:nth-of-type(even) .tag{
	color: var(--pm-c);
}
.more_rank li .num{
	background: url(../images/heart_icon.png) no-repeat left / contain;
	background-size: 14px;
	padding-left: 16px;
	font-weight: 400;
	font-size: 12px;
	color: #999999;
	margin-left: 5;
}
.hot_game .item{
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 16px;
	margin-top: 16px;
	position: relative;
}
.hot_game .item::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/hot_icon.png) no-repeat left / contain;
	width: 32px;
	height: 18px;
	z-index: 1;
}
.hot_game .item:nth-of-type(2){
	margin-top: 20px;
}
.hot_game .item:last-of-type{
	border-bottom: none;
}
.hot_game .item .icon{
	width: 70px;
	height: 70px;
	margin-right: 15px;
}
.hot_game .item .desc{
	margin: 3px 0;
}
.hot_game .item span::before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: var(--pm-c);
	border-radius: 14px;
	border: 2px solid #F6CBCD;
	left: 0;
}
.hot_game .item span{
	padding-left: 18px;
	display: inline-block;
}
.hot_game .item span:first-of-type{
	margin-right: 25px;
}
/* 排行榜详情 end*/

/* 开服  */
.categor_kaifu{
	margin-bottom: 30px !important;
	margin-top: 30px;
}
.categor_kaifu .module-title{
	margin-top: 30px;
}
.categor_kaifu .module-title .time {
	font-size: 14px;
	color: #666666;
	background: url(../images/zj_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: rgba(224,83,87,0.12);
	font-weight: bold;
	font-size: 14px;
	color: var(--pm-c);
	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;
	color: #89BE55;
	padding-left: 18px;
}
/* .kaifu_warp .down:hover{
	background-color: #FF8D46;
} */

.kaifu_warp .gift {
	background: url(../images/kaifu_lb.png) no-repeat left / contain;
	background-size: 16px;
	color: var(--pm-c);
	padding-left: 18px;
}
/* .kaifu_warp .gift:hover{
	background-color: #8DB84F;
} */

/* .kaifu_warp .btn::before {
	left: 12px;
	display: inline-block;
	z-index: 100;
} */

/* .kaifu_warp .down::before {
	width: 14px;
	height: 14px;
	background: url(../images/kaifu_down_icon.png) no-repeat center/contain;
}
.kaifu_warp .down:hover::before{
	background: url(../images/kaifu_down_icon_.png) no-repeat center/contain;
} */

/* .kaifu_warp .gift::before {
	width: 15px;
	height: 15px;
	background: url(../images/kaifu_gift_icon.png) no-repeat center/contain;
}
.kaifu_warp .gift:hover::before{
	background: url(../images/kaifu_gift_icon_.png) no-repeat center/contain;
} */

.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;
	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 */