:root {
	--pm-c: #FFCE65;
	--br-c: #F4F4F4;
}

/*隐藏类*/
.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: #333;
	font-size: 13px;
	margin: 10px 0;
	position: relative;
	padding-left: 18px;
	box-sizing: border-box;
}

#app_info li::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #A8CE70;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

#app_info li b {
	cursor: pointer;
	color: #333;
	font-size: 13px;
	font-weight: normal;
}

#app_info li .quanxian {
	color: #A8CE70;
}

#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';
}

.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 var(--br-c) !important;
}

.b-b {
	border-bottom: 1px solid var(--br-c) !important;
}

.b-t {
	border-top: 1px solid var(--br-c) !important;
}

.b-l {
	border-left: 1px solid var(--br-c) !important;
}

.b-r {
	border-right: 1px solid var(--br-c) !important;
}

/* 虚线上边框 */
.b-t-dashed {
	border-top: 1px dashed var(--br-c) !important;
}

/* 虚线下边框 */
.b-b-dashed {
	border-bottom: 1px dashed var(--br-c) !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-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;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

/* 溢出3行省略号 */
.line-3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

/* 溢出4行省略号 */
.line-4 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
}

/*伪类居中*/
/* 增加伪类 前置 */
.before-middle {
	position: relative;
}

.before-middle::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

/* 增加伪类 后置 */
.after-middle {
	position: relative;
}

.after-middle::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.before-center {
	position: relative;
}

.before-center::before {
	content: "";
	position: absolute;
}

.after-center {
	position: relative;
}

.after-center::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

/* 分页 */
.pagination {
	margin: 70px 0 60px 0 !important;
	text-align: center;
}

.pagination .page-item {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px;
	border: 1px solid var(--br-c);
	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;
	margin-top: 16px;
	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 a:last-child:after {
	content: "";
}

.crumbs .toMyself {
	color: #4D4D4D;
}

/* 平台 安卓 苹果 图标显示 */
.platform i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}

.platform .az_ {
	background-image: url(../images/az_.png);
	margin-right: 5px;
}

.platform .az {
	background-image: url(../images/az.png);
	margin-right: 5px;
}

.platform .ios_ {
	background-image: url(../images/ios_.png);
}

.platform .ios {
	background-image: url(../images/ios.png);
}

/* 公共标题 */
.module-title {
	position: relative;
	/* height: 24px;
	line-height: 24px; */
	padding-bottom: 13px;
	box-sizing: border-box;
	border-bottom: 1px solid #F2F2F2;
}

.module-title .title {
	font-size: 16px;
	font-weight: bold;
	color: #222;
	letter-spacing: 2px;
	/* line-height: 24px; */
	padding-right: 26px;
	background: url('../images/moduletitle_icon.png') no-repeat right/contain;
	background-size: 21px 11px;
}

.module-title .more {
	display: block;
	/* line-height: 24px; */
	letter-spacing: 1px;
	color: #999999;
	font-size: 12px;
	margin-left: 5px;
	/* width: 22px;
	height: 19px;
	background: url('../images/more.png') no-repeat center/contain; */
}

/* .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,
.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 .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: 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: 20px;
	/* background: #E3E3E3; */
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #999;
	margin-right: 10px;
}

/* 公共头部样式 */
/* 首页页面 */
.header .header_top {
	height: 26px;
	background: #333333;
	padding: 5px 0;
	box-sizing: border-box;
}

.header .header_top span,
.header .header_top span a {
	font-size: 12px;
	color: #999999;
}

.header .header_top span a {
	margin-left: 5px;
	padding-right: 9px;
	box-sizing: border-box;
}

.header .header_top span a::after {
	content: "|";
	color: #999999;
	right: 0px;
}

.header .header_top span a:last-of-type::after {
	content: "";
}

.header .header_warp {
	background: var(--pm-c);
	box-shadow: 0px 4px 4px 0px #F2F2F2;
	padding: 34px 0;
	box-sizing: border-box;
}

.header .logo {
	display: block;
	width: 158px;
	height: 100%;
	overflow: hidden;
}

.header .search {
	width: 104px;
	height: 30px;
	border: solid 1px var(--pm-c);
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
	border-radius: 30px;
	margin-left: 25px;
}

.header .search .search_input {
	height: 100%;
	border: none;
	outline: medium;
	vertical-align: top;
	width: 104px;
	height: 30px;
	line-height: 30px;
	color: #999999;
	font-size: 12px;
	background-color: #ffffff;
	text-indent: 10px;
	padding-right: 30px;
	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: 13px;
	height: 13px;
	line-height: 24px;
	cursor: pointer;
	background: url(../images/search.png) no-repeat center/contain;
	position: absolute;
	right: 14px;
	border: none;
}

.header .nav li.active a,
.header .nav li:hover a {
	font-weight: bold;
	border-bottom-color: #fff;
	position: relative;
}

.header .nav li.active a::before,
.header .nav li:hover a::before {
	background: url(../images/nav_icon.png) no-repeat center/contain;
	width: 9px;
	height: 9px;
	position: absolute;
	content: "";
	display: inline-block;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
}

.header .nav li {
	display: inline-block;
}

.header .nav li a {
	display: inline-block;
	width: auto;
	font-size: 16px;
	color: #FFFFFF;
	border-bottom: 3px solid transparent;
	position: relative;
	padding-bottom: 20px;
	box-sizing: border-box;
	margin-left: 32px;
}

.header .nav li:first-of-type a {
	margin-left: 0;
}

/* 公共尾部样式 */
.footer {
	background-color: #333;
	padding: 40px 0;
	font-size: 12px;
	color: #999;
	text-align: center;
}

.footer span,
.footer a,
.footer p {
	font-size: 12px;
	color: #999;
}

.footer p {
	margin-top: 25px;
}

.footer span:last-child,
.footer a:last-child {
	margin-right: 0;
}

.footer .name {
	color: #ccc;
}

.footer .aBox span,
.footer .aBox a {
	margin-right: 6px;
}

.footer .aBox a::after {
	content: '|';
	display: inline-block;
	color: #666;
	margin-left: 10px;
}

.footer .aBox a:last-child::after {
	content: "";
}

.footer .footer_p {
	line-height: 34px;
}

/* 友情链接 */
.index-link {
	margin-bottom: 18px !important;
}

.index-link ul {
	margin-left: -15px;
	margin-top: 10px;
}

.index-link ul li {
	display: inline-block;
	margin-top: 10px;
	margin-left: 15px;
}

.index-link ul li a {
	font-size: 12px;
	color: #999;
	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: 22px;
	width: 380px;
}

.sidebar .game-rank {
	width: 100%;
}

/* 详情页公共样式 */
.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: 14px;
	color: #666;
	text-indent: 2em;
	margin: 20px 0;
	line-height: 2.5;
}

.single .single-content p img {
	max-width: 68%;
	margin: 10px auto;
	display: block;
}

.single .single-content h2::before,
.single .single-content h2::after,
.single .single-content h3::before,
.single .single-content h3::after {
	content: "";
	display: inline-block;
	width: 23px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.7);
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.single .single-content h2::before,
.single .single-content h3::before {
	left: 30px;
}

.single .single-content h2::after,
.single .single-content h3::after {
	right: 30px;
}

.single .single-content h2,
.single .single-content h3 {
	background: url(../images/page_bg.png) no-repeat center / contain;
	font-size: 16px;
	line-height: 37px;
	letter-spacing: 1px;
	color: #fff;
	width: 420px;
	height: 37px;
	padding: 0 34px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	margin: 20px auto;
}

.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 {
	transform: translateX(31px);
}

.single .down-btn .btn {
	position: relative;
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	/* border-radius: 30px; */
	/* padding: 10px 40px; */
	cursor: pointer;
	width: 199px;
	height: 51px;
	text-align: center;
	line-height: 40px;
}

.single .down-btn .lb {
	margin-bottom: 14px;
}

.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: 9999;
	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 {
	min-height: 520px;
	/* margin-top: 160px; */
	background: #FFFFFF;
	margin-bottom: 18px;
	margin-top: 18px;
	padding-top: 130px;
}

.page-error .page-404 {
	width: 357px;
	height: 87px;
	margin: 0 auto;
	background: url(../images/404.png) no-repeat center/contain;
}

.page-error .page-500 {
	width: 357px;
	height: 87px;
	margin: 0 auto;
	background: url(../images/500.png) no-repeat center/contain;
}

.page-error p {
	color: #999;
	font-size: 12px;
	margin: 45px 0 30px;
}

.page-error .go-home {
	display: inline-block;
	width: 100px;
	height: 36px;
	border: 1px solid var(--pm-c);
	line-height: 36px;
	font-size: 14px;
	color: var(--pm-c);
	text-align: center;
}

/* 单页面样式 */
.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;
	/* margin-right: 36px; */
	display: flex;
	flex-wrap: wrap;
	background: #FBFDF8;
	border: 1px solid #EBF1E1;
	padding-right: 35px;
	padding-top: 25px;
	box-sizing: border-box;
	margin-bottom: 16px;
}

.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: var(--pm-c);
}

.page-nav li a {
	font-size: 14px;
	color: #666666;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	border: 1px solid transparent;
	box-sizing: border-box;
	padding: 0 10px;
}

/* .page-content{
	width: 860px;
} */
.page-title::before,
.page-title::after {
	content: "";
	display: inline-block;
	width: 23px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.7);
}

.page-title::before {
	left: 30px;
}

.page-title::after {
	right: 30px;
}

.page .page-title {
	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: 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 {
	margin-right: 15px;
	margin-bottom: 12px;
	padding: 0 15px;
	box-sizing: border-box;
}

.page-content ul li a {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
}

.page-content ul li:hover a {
	color: var(--pm-c);
}

/* 搜索页样式 */
.search-total {
	font-size: 12px;
	letter-spacing: 1px;
	color: var(--pm-c);
	margin: 15px 0;
}

/* 列表页公共样式 */
/* 菜单栏 */
.menu_nav {
	background: #FBFDF8;
	border: 1px solid #EBF1E1;
	padding: 20px 20px 0px;
	box-sizing: border-box;
	margin-top: 15px;
}

.menu_nav>div {
	display: flex;
	flex-wrap: wrap;
}

.menu_nav span {
	font-size: 14px;
	color: #999999;
}

.menu_nav li {
	margin-left: 22px;
	margin-bottom: 20px;
}

.menu_nav li a {
	border: 1px solid transparent;
	width: 80px;
	display: inline-block;
	height: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #666666;
	padding: 0 5px;
	box-sizing: border-box;
}

.menu_nav li.active a,
.menu_nav li:hover a {
	border-color: var(--pm-c);
	font-size: 14px;
	color: var(--pm-c);
}

/* 首页 */

/* 头部游戏 */
.home_top_dir {
	box-sizing: border-box;
	margin-bottom: 21px;
}

.home_top_dir .itemBox {
	margin-left: -20px;
}

.home_top_dir .itemBox .uk-width-1-4 {
	padding-left: 20px;
}

.home_top_dir .itemBox .item {
	border: 1px solid var(--pm-c);
	padding: 15px;
}

.home_top_dir .itemBox .item ul {
	margin-bottom: 14px;
}

.home_top_dir .itemBox .item ul:last-child {
	margin-bottom: 0;
}

.home_top_dir li:first-of-type {
	font-weight: bold;
	font-size: 12px;
	color: var(--pm-c);
	letter-spacing: 4px;
}

.home_top_dir li:not(:first-child) {
	width: 72px;
	text-align: left;
}

.home_top_dir li a {
	font-size: 12px;
	margin-left: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	position: relative;
}

.home_top_dir li a::before {
	content: "|";
	color: #666666;
	position: absolute;
	left: -1px;
}

.home_top_dir li:nth-of-type(2) a::before {
	content: "";
}

/* 头部游戏 end*/

/* 头部资讯 */
.home_top_news {
	margin: 15px 0 13px;
	display: flex;
}

.home_top_news .item,
.home_top_news .thumb {
	width: 230px;
	height: 140px;
}

.home_top_news .item:not(:first-child) {
	margin-left: 12px;
}

.home_top_news .item {
	position: relative;
}

.home_top_news .item .title {
	width: 100%;
	height: 30px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 12px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0 5px;
	box-sizing: border-box;
	opacity: .7;
}

/* 头部资讯 end*/

/* 热门游戏 */
.w-380 {
	width: 380px;
}

.home_hot_game {}

.home_hot_game .item {
	margin-top: 20px;
	display: flex;
}

.home_hot_game .item .icon {
	width: 70px;
	height: 70px;
	border-radius: 15px;
	margin-right: 10px;
}

.home_hot_game .item .tagBox {
	margin: 9px 0;
	font-size: 12px;
	color: #999;
	line-height: 1.3;
}

.home_hot_game .item .down {
	width: 60px;
	height: 28px;
	background: #FFF7E6;
	border-radius: 4px;
	text-align: center;
	line-height: 28px;
	margin-left: 5px;
	font-size: 14px;
	color: var(--pm-c);
}

.home_hot_game .item .star {
	margin-left: 5px;
}

.home_hot_game .item .type:first-of-type::after {
	content: "|";
	/* margin: 0 5px; */
	margin-left: 5px;
}



/* 热门游戏 end*/

.home_mztj {
	margin-top: 26px;
}

.home_mztj .box {
	padding: 26px;
	position: relative;
	z-index: 1;
	margin-top: 20px;
}

.home_mztj .box::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: #FFEBC0;
	z-index: -2;
}

.home_mztj .box::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: "";
	width: calc(100% - 22px);
	height: calc(100% - 24px);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	box-shadow: 0px 4px 4px 0px rgba(243, 176, 31, 0.3);
}

.home_mztj .box .thum {
	width: 96px;
	height: 96px;
	border-radius: 20px;
	position: relative;
	display: block;
	overflow: hidden;
	margin-right: 15px;
}

.home_mztj .box .title {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	margin-bottom: 14px;
}

.home_mztj .box .title a {
	color: #333;
}

.home_mztj .box .tagBox {
	font-size: 12px;
	color: #999;
}

.home_mztj .box .tagBox .tag {
	margin-bottom: 13px;
}

.home_mztj .box .tagBox .tag:last-child {
	margin-bottom: 0;
}

.home_mztj .box .down {
	display: block;
	width: 62px;
	height: 30px;
	background: var(--pm-c);
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 8px;
}

.home_mztj .box .desc {
	font-size: 12px;
	color: #999;
	margin-top: 12px;
}

.home_mztj .box .desc span {
	color: var(--pm-c);
}

/* 轮播图 */
.home_slide {
	width: 764px;
	margin-right: 20px;
}

.home_slide .slider {
	width: 100%;
	height: 414px;
}

.home_slide .slider .slide {
	width: 100%;
	height: 100%;
	margin-left: 0;
}

.home_slide .slider li {
	padding-left: 0;
	position: relative;
}

.home_slide .slider li .title {
	color: #fff;
	font-weight: 14px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	background: rgba(0, 0, 0, 0.5);
}

.home_slide .slider li .title a {
	color: #fff;
	font-weight: 14px;
}

.home_slide .slider li .img {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

/* 轮播图 end*/

/* 热门资讯 */
.w-326 {
	width: 326px;
}

.home_hot_news {}

.home_hot_news .item:nth-of-type(2) {
	margin-top: 20px;
}

.home_hot_news .item {
	padding-bottom: 15px;
	box-sizing: border-box;
	border-bottom: 1px dashed #E5E5E5;
	margin-left: 25px;
	position: relative;
	margin-top: 16px;
}

.home_hot_news .item::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/home_news_icon.png) no-repeat left / contain;
	left: -25px;
	top: 16px;
	position: absolute;
}

.home_hot_news .item .desc {
	margin-top: 14px;
}

/* 热门资讯 end*/

/* 攻略上新 */
.home_gl_new {}

.home_gl_new ul {
	box-sizing: border-box;
	position: relative;
}

.home_gl_new ul::before {
	position: absolute;
	left: 68px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: calc(100% - 28px);
	background-color: #f3f3f3;
	content: "";
	display: block;
}

.home_gl_new ul li {
	position: relative;
	margin-top: 16px;
}

.home_gl_new ul li::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #FFFFFF;
	border-radius: 50%;
	border: 1px solid var(--pm-c);
	position: absolute;
	left: 64px;
	top: 50%;
	transform: translateY(-50%);
}

.home_gl_new ul li .thum {
	position: relative;
	margin-right: 10px;
	display: block;
	overflow: hidden;
	width: 26px;
	height: 26px;
	border-radius: 6px;
}

.home_gl_new ul li .type {
	font-size: 12px;
	color: #999;
	margin-right: 40px;
}

.home_gl_new ul li .down {
	font-size: 12px;
	color: #999;
	position: relative;
	padding-left: 16px;
}

.home_gl_new ul li .down::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/down.png);
}

/* 攻略上新 end*/

/* 精选攻略 */
.w-418 {
	width: 418px;
}

.home_jxgl {}

.home_jxgl .item:nth-of-type(2) {
	margin-top: 20px;
}

.home_jxgl .item {
	margin-top: 12px;
}

.home_jxgl .item .info {
	background: #F8F8F8;
	padding: 14px 15px 15px 19px;
	box-sizing: border-box;
}

.home_jxgl .item .info .desc {
	margin: 8px 0;
}

.home_jxgl .item .info .down {
	display: inline-block;
	width: 60px;
	height: 26px;
	border-radius: 30px;
	border: 1px solid var(--pm-c);
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: var(--pm-c);
}

.home_jxgl .item .thumb {
	width: 172px;
	height: 112px;
	position: relative;
}

.home_jxgl .item .thumb::before {
	content: "";
	display: inline-block;
	z-index: 1;
	width: 12px;
	left: -1px;
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/home_gl_icon.png) no-repeat left / contain;
}

.home_jxgl .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.home_jxgl .item:nth-child(2n) .thumb::before {
	left: auto;
	right: -1px;
	transform: translateY(-50%) rotate(180deg);
}


/* 精选攻略 end*/

/* 手机游戏 */
.home_game>div:nth-of-type(2) {
	margin-left: -15px;
}

.home_game .item:nth-of-type(-n + 6) {
	margin-top: 20px;
}

.home_game .item {
	width: 120px;
	margin-left: 15px;
	text-align: center;
	margin-top: 24px;
}

.home_game .item .text {
	height: 30px;
	background: #F8F8F8;
	line-height: 30px;
}

.home_game .item .img_box {
	margin: 20px 0;
	position: relative;
}

.home_game .item .img_box .icon,
.home_game .item .img_box .down_box {
	width: 88px;
	height: 88px;
	border-radius: 15px;
}

.home_game .item .img_box .down_box {
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: 88px;
	position: absolute;
	top: 0px;
	left: 16px;
	display: none;
}

.home_game .item .img_box .down {
	display: inline-block;
	width: 64px;
	height: 28px;
	background: var(--pm-c);
	border-radius: 30px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #FFFFFF;
}

.home_game .item:hover .img_box .down_box {
	display: block;
}

.home_game .item:hover .text {
	color: #FFFFFF;
	background-color: var(--pm-c);
}

/* 手机游戏 end*/

/* 小编推荐 */
.home_editor_tj {
	background: url(../images/homt_tjbg.png) no-repeat left / cover;
	padding: 38px 0 42px;
	box-sizing: border-box;
	margin-top: 58px;
	margin-bottom: 20px;
}

.home_editor_tj .editor {
	background: url(../images/home_tj_bg.png) no-repeat left / contain;
	width: 420px;
	height: 37px;
	margin: 0 auto;
	margin-bottom: 43px;
}

/* 
.home_editor_tj .item {
	width: 106px;
	text-align: center;
	margin-left: 30px;
}

.home_editor_tj .item:first-of-type {
	margin-left: 0;
}

.home_editor_tj .item .item_top {
	width: 106px;
	height: 149px;
	background: url(../images/home_tj_icon.png) no-repeat left / contain;
	padding-top: 18px;
	box-sizing: border-box;
}

.home_editor_tj .item .item_top .icon {
	width: 70px;
	height: 70px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	margin-bottom: 25px;
}

.home_editor_tj .item .title {
	margin: 17px 0 15px;
}

.home_editor_tj .item .down {
	display: inline-block;
	width: 66px;
	height: 28px;
	border-radius: 30px;
	border: 1px solid #BEDA94;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: var(--pm-c);
	margin-top: 10px;
} */

.home_editor_tj .itemBox {
	margin-left: -20px;
}

.home_editor_tj .itemBox .uk-width-1-4 {
	padding-left: 20px;
}

.home_editor_tj .itemBox .item {}

.home_editor_tj .itemBox .item .thum {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 220px;
}

.home_editor_tj .itemBox .item .title {
	margin-top: 15px;
	font-size: 14px;
	color: #333;
}

.home_editor_tj .itemBox .item .title a {
	color: #333;
}

.home_editor_tj .itemBox .item .tagBox {
	font-size: 12px;
	color: #999;
	margin-top: 14px;
}

.home_editor_tj .itemBox .item .tagBox .tag {
	margin-right: 20px;
}

.home_editor_tj .itemBox .item .tagBox .tag:last-child {
	margin-right: 0;
}

/* 小编推荐 end*/


/* 手游专辑 */
.home_game_zj {
	width: 326px;
}

.home_game_zj .zj_box {
	background: url(../images/home_zj_bg.png) no-repeat left / contain;
	width: 100%;
	height: 154px;
	margin-bottom: 13px;
	padding-left: 30px;
	margin-top: 12px;
	padding-top: 20px;
	box-sizing: border-box;
	position: relative;
}

.home_game_zj .zj_box .title {
	font-weight: bold;
	margin-bottom: 20px;
	width: 153px;
}

.home_game_zj .zj_box .title:hover {
	color: var(--pm-c);
}

.home_game_zj .zj_box::before {
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	background: var(--pm-c);
	margin-right: 8px;
	position: absolute;
	left: 15px;
	top: 25px;
}

.home_game_zj .zj_box span:not(:last-of-type)::after {
	content: "|";
	margin: 0 3px 0 7px;
}

.home_game_zj .tags {
	width: 24px;
	height: 77px;
	padding: 0 4px;
	box-sizing: border-box;
	font-size: 12px;
	color: var(--pm-c);
	text-align: center;
	line-height: 35px;
	border: 2px solid var(--pm-c);
}

.home_game_zj .item {
	margin-left: 29px;
}

.home_game_zj .item:nth-of-type(1) {
	margin-left: 15px;
}

.home_game_zj .item,
.home_game_zj .item .icon {
	width: 50px;
	border-radius: 10px;
	text-align: center;
}

.home_game_zj .item .icon {
	height: 50px;
}

.home_game_zj .item .title {
	font-size: 12px;
	margin-top: 8px;
}

.home_game_zj .list-container {
	margin-top: 20px;
}

/* 手游专辑 end*/


/* 攻略排行 */
.w-390 {
	width: 390px;
}

.home_gl_rank {}

.home_gl_rank ul {
	margin-top: 20px;
}

.home_gl_rank li {
	border-bottom: 1px dashed #E5E5E5;
	padding-bottom: 13px;
	margin-bottom: 15px;
}

.home_gl_rank li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.home_gl_rank li .item {
	padding-left: 32px;
	display: none;
	margin-top: 10px;
}

.home_gl_rank li.active .item {
	display: flex;
}

.home_gl_rank li .order {
	width: 20px;
	height: 20px;
	background: #E3E3E3;
	line-height: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 11px;
	text-align: center;
}

.home_gl_rank li .time {
	margin-left: 5px;
}

.home_gl_rank li:nth-child(1) .order {
	background: #F76F6F;
}

.home_gl_rank li:nth-child(2) .order {
	background: #F78F6F;
}

.home_gl_rank li:nth-child(3) .order {
	background: #FFC95D;
}

.home_gl_rank li .icon {
	margin-right: 14px;
	width: 90px;
	height: 60px;
	border-radius: 10px;
}

.home_gl_rank li .desc {
	line-height: 30px;
}

/* 攻略排行 end*/

/* 视频攻略 */
.home_video_gl {
	width: 418px;
}

.home_video_gl .video_box {
	position: relative;
}

.home_video_gl .video_box .thumb,
.home_video_gl .video_box .video_box_ {
	width: 204px;
	height: 136px;
}

.home_video_gl .video_box .video_box_ {
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 146px;
}

.home_video_gl .video_box .video_box_ .get {
	background: url(../images/home_video.png) no-repeat left / contain;
	width: 44px;
	height: 33px;
	display: inline-block;
}

.home_video_gl li {
	margin-left: 32px;
	position: relative;
}

.home_video_gl li:nth-of-type(5n) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #E5E5E5;
}

.home_video_gl li::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	/* margin-right: 10px; */
	background: url('../images/home_video_icon.png') no-repeat center/contain;
	left: -30px;
	position: absolute;
}

.home_video_gl li:last-of-type {
	margin-bottom: 0;
}

/* 视频攻略 end*/

/* 手机游戏 */
.home_soft>div:nth-of-type(2) {
	margin-left: -15px;
}

.home_soft .item:nth-of-type(-n + 6) {
	margin-top: 20px;
}

.home_soft .item {
	width: 120px;
	margin-left: 15px;
	text-align: center;
	margin-top: 24px;
}

.home_soft .item .text {
	height: 30px;
	background: #F8F8F8;
	line-height: 30px;
}

.home_soft .item .img_box {
	margin: 20px 0;
	position: relative;
}

.home_soft .item .img_box .icon,
.home_soft .item .img_box .down_box {
	width: 88px;
	height: 88px;
	border-radius: 15px;
}

.home_soft .item .img_box .down_box {
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: 88px;
	position: absolute;
	top: 0px;
	left: 16px;
	display: none;
}

.home_soft .item .img_box .down {
	display: inline-block;
	width: 64px;
	height: 28px;
	background: var(--pm-c);
	border-radius: 30px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #FFFFFF;
}

.home_soft .item:hover .img_box .down_box {
	display: block;
}

.home_soft .item:hover .text {
	color: #FFFFFF;
	background-color: var(--pm-c);
}

.home_yxmx {}

.home_yxmx .thum {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.home_yxmx .thumBox1 {
	width: 478px;
}

.home_yxmx .thumBox1 .thum {
	height: 283px;
}

.home_yxmx .thumBox2 {
	width: 250px;
	margin: 0 12px;
}

.home_yxmx .thumBox2 .thum {
	height: 135px;
	margin-bottom: 13px;
}

.home_yxmx .thumBox2 .thum:last-child {
	margin-bottom: 0;
}

.home_yxmx .thumBox3 {
	width: 448px;
}

.home_yxmx .thumBox3 .thum {
	height: 283px;
}

/* 手机游戏 end*/

/* 手游排行 */
.home_rank .rank_warp {
	padding: 14px 15px 20px 20px;
	margin-top: 20px;
	width: 380px;
	margin-left: 29px;
	box-sizing: border-box;
	border-radius: 15px;
}

.home_rank .rank_warp:nth-of-type(1) {
	background: url('../images/home_rank_bg1.png') no-repeat top/contain;
	margin-left: 0;
}

.home_rank .rank_warp:nth-of-type(2) {
	background: url('../images/home_rank_bg2.png') no-repeat top/contain;
}

.home_rank .rank_warp:nth-of-type(3) {
	background: url('../images/home_rank_bg3.png') no-repeat top/contain;
}

.home_rank .rank_warp:nth-of-type(2) .more::before {
	background-image: url(../images/down2.png);
}

.home_rank .rank_warp:nth-of-type(3) .more::before {
	background-image: url(../images/down3.png);
}

.home_rank .rank_warp .rank_title_box {
	text-align: center;
}

.home_rank .rank_warp .rank_title {
	font-weight: bold;
	font-size: 16px;
	color: #FF9181;
	line-height: 46px;
	letter-spacing: 2px;
	text-align: center;
	display: inline-block;
	max-width: 80%;
}

.home_rank .rank_warp:nth-of-type(2) .rank_title {
	color: #FFAB3C;
}

.home_rank .rank_warp:nth-of-type(3) .rank_title {
	color: #52C6D8;
}

.home_rank .rank_warp .rank_title .title {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}

.home_rank .rank_warp .rank_title::before,
.home_rank .rank_warp .rank_title::after {
	width: 30px;
	height: 46px;
	position: absolute;
}

.home_rank .rank_warp .rank_title::before {
	background: url('../images/rank1_l.png') no-repeat center/contain;
	left: -50px;
}

.home_rank .rank_warp .rank_title::after {
	background: url('../images/rank1_r.png') no-repeat center/contain;
	right: -50px;
}

.home_rank .rank_warp .item .down {
	background-color: #FF9181;
}

.home_rank .rank_warp:nth-of-type(2) .item .down {
	background-color: #FFAB3C;
}

.home_rank .rank_warp:nth-of-type(3) .item .down {
	background-color: #52C6D8;
}

.home_rank .rank_warp:nth-of-type(2) .rank_title::before {
	background: url('../images/rank2_l.png') no-repeat center/contain;
	left: -50px;
}

.home_rank .rank_warp:nth-of-type(2) .rank_title::after {
	background: url('../images/rank2_r.png') no-repeat center/contain;
	right: -50px;
}

.home_rank .rank_warp:nth-of-type(3) .rank_title::before {
	background: url('../images/rank3_l.png') no-repeat center/contain;
	left: -50px;
}

.home_rank .rank_warp:nth-of-type(3) .rank_title::after {
	background: url('../images/rank3_r.png') no-repeat center/contain;
	right: -50px;
}

/* 
.home_rank .rank_warp .item1::before,
.home_rank .rank_warp .item3::before {
	display: inline-block;
	content: "";
	background: url('../images/home_rank_icon_bg2.png') no-repeat center/cover;
	width: 114px;
	height: 119px;
	left: -20px;
}

.home_rank .rank_warp .item2::before {
	display: inline-block;
	content: "";
	background: url('../images/home_rank_icon_bg1.png') no-repeat center/cover;
	width: 116px;
	height: 137px;
	left: -20px;
} */

.home_rank .rank_warp .item {
	text-align: center;
	position: relative;
	margin-left: 40px;
}

.home_rank .rank_warp .item::after {
	display: inline-block;
	content: "";
	width: 36px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
}

.home_rank .rank_warp .item1::after {
	background: url('../images/rank_icon2.png') no-repeat center/cover;
}

.home_rank .rank_warp .item2::after {
	background: url('../images/rank_icon1.png') no-repeat center/cover;
}

.home_rank .rank_warp .item3::after {
	background: url('../images/rank_icon3.png') no-repeat center/cover;
}

.home_rank .rank_warp .item1 {
	margin-left: 20px;
}

.home_rank .rank_warp .item1,
.home_rank .rank_warp .item3 {
	width: 74px;
}

.home_rank .rank_warp .item1 .icon,
.home_rank .rank_warp .item3 .icon {
	width: 56px;
}

.home_rank .rank_warp .item1 .icon,
.home_rank .rank_warp .item3 .icon {
	height: 56px;
	border-radius: 15px;
}

.home_rank .rank_warp .item2 {
	width: 76px;
}

.home_rank .rank_warp .item2 .icon {
	width: 70px;
	height: 70px;
	border-radius: 15px;
}

.home_rank .rank_warp .item .title {
	margin: 13px 0 7px;
	position: relative;
}

.home_rank .rank_warp .item .down {
	width: 56px;
	height: 24px;
	background: #FF9181;
	border-radius: 30px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	margin-top: 8px;
	display: inline-block;
}

.home_rank .rank_warp ul {
	margin-top: 33px;
}

.home_rank .rank_warp ul li:first-of-type {
	margin-top: 35px;
}

.home_rank .rank_warp ul li .icon {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	margin-right: 10px;
}

.home_rank .rank_warp ul li .more {
	padding-left: 16px;
	font-size: 12px;
	color: #999;
	position: relative;
}

.home_rank .rank_warp ul li .more::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/down1.png);
}

.home_rank .rank_warp ul li .type {
	margin-left: 5px;
}

/* 手游排行 end*/

/* 开服  */
.category-kaifu {
	margin-bottom: 35px !important;
	margin-top: 25px;
}

.category-kaifu .module-title .num {
	font-size: 12px;
	color: #999999;
}

.kaifu_warp {
	margin-top: 20px;
}

.kaifu_warp tr {
	border: 1px solid #F1F1F1;
}

.kaifu_warp tr th {
	height: 56px;
	line-height: 56px;
	background: #F8F8F8;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	box-sizing: border-box;
	padding: 0 12px;
}

.uk-table-hover tbody tr:hover,
.uk-table-hover>tr:hover {
	background: none;
}

.kaifu_warp tr td {
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
	line-height: 28px;
}

.kaifu_warp tr .game-name {
	width: 170px;
}

.kaifu_warp tr .icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	overflow: hidden;
}

.kaifu_warp tr .title {
	font-size: 14px;
	color: #333333;
	display: inline-block;
	line-height: 18px;
	margin-left: 10px;
}

.kaifu_warp tr .title:hover {
	color: var(--pm-c);
}

.kaifu_warp tr .type {
	font-size: 12px;
	color: #999999;
	display: block;
	line-height: 14px;

}

.kaifu_warp tr .time {
	font-size: 14px;
}

.kaifu_warp tr .az_ {
	width: 22px;
	height: 22px;
}

.kaifu_warp tr .ios_ {
	width: 22px;
	height: 22px;
}

.kaifu_warp .btn {
	display: block;
	width: 91px;
	height: 26px;
	line-height: 26px;
	border-radius: 20px;
	font-size: 12px;
	letter-spacing: 1px;
	box-sizing: border-box;
	margin: 0 auto;
	color: #fff;
}

.kaifu_warp .down {
	background: #FFA883;
	padding-left: 20px;
}

.kaifu_warp .down:hover {
	background-color: #FF8D46;
}

.kaifu_warp .gift {
	background: var(--pm-c);
	padding-left: 22px;
}

.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-size: 14px;
	font-weight: bold;
	color: #333333;
	box-sizing: border-box;
}

.kaifu_warp .red {
	color: #FF4B0E;
}

.kaifu_warp .game-type::after {
	width: 14px;
	height: 14px;
	z-index: 99;
	background: url('../images/kaifu_icon.png') no-repeat center/contain;
	margin-left: 10px;
}

.kaifu_warp .uk-dropdown {
	border-radius: 6px;
	padding: 10px 0;
	min-width: 140px;
}

.kaifu_warp .uk-dropdown .uk-dropdown-nav::after {
	width: 0;
	height: 0;
	border: 18px solid;
	border-color: transparent transparent #ffffff transparent;
	top: -20px;
	left: 55px;
}

.kaifu_warp .uk-dropdown .uk-dropdown-nav li {
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
}

/* 开服 end */

/* 手游专辑  */
.list_zj .module-title,
.list_game .module-title {
	margin-top: 15px;
}

.list_zj .title_box {
	position: relative;
	background: linear-gradient(90deg, #F9F9F9 0%, #FCFCFC 100%);
	padding: 15px 20px 15px 38px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.list_zj .title_box:hover {
	background: linear-gradient(90deg, #F1FFDC 0%, #FCFBE9 100%);
}

.list_zj .title_box .title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}

.list_zj .title_box::before {
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	background: var(--pm-c);
	margin-right: 8px;
	position: absolute;
	left: 15px;
	top: 25px;
}

.list_zj .title_box .text:not(:first-of-type)::before {
	content: "|";
	margin-right: 10px;
	margin-left: 5px;
}

.list_zj .title_box .get {
	width: 100px;
	height: 32px;
	background: var(--pm-c);
	border-radius: 30px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 10px;
}

.list_zj .tags {
	width: 30px;
	height: 106px;
	padding: 0 6px;
	box-sizing: border-box;
	font-size: 12px;
	color: var(--pm-c);
	text-align: center;
	line-height: 24px;
	border: 2px solid var(--pm-c);
}

.list_zj .item {
	margin-left: 52px;
}

.list_zj .item:nth-of-type(1) {
	margin-left: 24px;
}

.list_zj .item,
.list_zj .item .icon {
	width: 68px;
	height: 68px;
	border-radius: 10px;
}

.list_zj .item .title_ {
	margin-top: 20px;
}

/* 手游专辑 end */

/* 礼包列表  */
.list_game_package .get_gift {
	display: inline-block;
	width: 48%;
	height: 203px;
	margin: 15px 0;
}

.list_game_package .get_gift:first-of-type {
	margin-right: 12px;
}

.list_game_package .get_gift:nth-of-type(1) {
	background: url('../images/gift1.png') no-repeat center/cover;
}

.list_game_package .get_gift:nth-of-type(2) {
	background: url('../images/gift2.png') no-repeat center/cover;
}

.game_package_warp .item {
	margin-top: 20px;
}

.game_package_warp .item .item_top {
	height: 30px;
	background: #F8F8F8;
	line-height: 30px;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.game_package_warp .item .item_top .get {
	display: inline-block;
	width: 20px;
	height: 13px;
	background: url('../images/git.png') no-repeat center/contain;
}

.game_package_warp .item .icon {
	width: 88px;
	height: 88px;
	border-radius: 15px;
	margin-right: 10px;
}

.game_package_warp .item .btn {
	width: 64px;
	height: 28px;
	background: var(--pm-c);
	border-radius: 30px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 10px;
}

.game_package_warp .item .text:first-of-type {
	margin-top: 10px;
	line-height: 25px;
}

.sidebar_hot_game .item {
	margin-top: 20px;
}

.sidebar_hot_game .item .text {
	margin: 3px 0;
}

.new_game .item {
	padding-bottom: 14px;
	box-sizing: border-box;
	border-bottom: 1px dashed #E5E5E5;
	margin-left: 25px;
	position: relative;
	margin-top: 12px;
}

.new_game .item::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/gift_icon.png) no-repeat left / contain;
	left: -25px;
	top: 3px;
	position: absolute;
}

.new_game .item .desc {
	margin-top: 10px;
}

.new_game .item .btn {
	width: 54px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #DFDFDF;
	text-align: center;
	margin-left: 5px;
}

.new_game .item .btn:hover {
	border-color: var(--pm-c);
}

.new_game .item .btn a {
	height: 50%;
	line-height: 24px;
}

.new_game .item .btn a:first-of-type span {
	color: #999999;
}

.new_game .item .btn a:last-of-type {
	background: #D3D3D3;
}

.new_game .item .btn a:last-of-type span {
	color: #fff;
}

.new_game .item .btn:hover a:first-of-type span {
	color: var(--pm-c);
}

.new_game .item .btn:hover a:last-of-type {
	background-color: var(--pm-c);
}

.new_game .item .btn a .text:last-of-type {
	display: none;
}

.new_game .item .btn:hover a .text:last-of-type {
	display: inline-block;
}

.new_game .item .btn:hover a .text:first-of-type {
	display: none;
}


.sidebar_game .itemBox {
	margin-left: -20px;
	margin-top: 20px;
}

.sidebar_game .itemBox .uk-width-1-3 {
	padding-left: 20px;
}

.sidebar_game .itemBox .uk-width-1-3.uk-grid-margin {
	margin-top: 30px;
}

.sidebar_game .item {
	text-align: center;
}

.sidebar_game .itemBox .thum {
	height: 80px;
	width: 80px;
	border-radius: 15px;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto 14px;
}

.sidebar_game .itemBox .title {
	font-size: 14px;
	color: #333;
	margin-bottom: 16px;
}

.sidebar_game .itemBox .title a {
	color: #333;
}

.sidebar_game .itemBox .down {
	display: block;
	width: 100%;
	height: 30px;
	background: #FFFAEE;
	line-height: 30px;
	padding-left: 16px;
	position: relative;
	font-size: 12px;
	color: #999;
	box-sizing: border-box;
}

.sidebar_game .itemBox .down::before {
	position: absolute;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/down.png);
}

/* 礼包列表 end */

/* 资讯列表  */
.sidebar_jxgl .item:nth-of-type(2n) {
	flex-direction: inherit;
}

.sidebar_jxgl .item:nth-of-type(2n) .thumb::before {
	right: auto;
	left: -1px;
	transform: translateY(-50%) rotate(0deg);
}

.sidebar_jxgl .item .thumb {
	height: 120px;
}

.sidebar_jxgl .item .info .desc {
	margin: 13px 0;
}

.sidebar_jxgl .item .title {
	font-weight: bold;
}

.list_news .sidebar>.thumb,
.single_game .sidebar>.thumb,
.single_news .sidebar>.thumb,
.single_rank .sidebar>.thumb {
	width: 100%;
	height: 220px;
}

.list_news .sidebar>.thumb {
	margin-top: 38px;
}

.sidebar_hot_news {
	width: 100%;
}

/* 资讯列表 end */

/* 排行榜大全  */
.rank_banner {
	background: url(../images/rank_banner.png) no-repeat center / cover;
	height: 299px;
	margin-top: 15px;
}

.rank_warp .get_more {
	display: inline-block;
	height: 30px;
	width: 100%;
	border-radius: 6px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #999999;
	margin-top: 30px;
}

.list_rank_news .menu_nav li a,
.list_rank .menu_nav li a,
.list_news .menu_nav li a {
	width: auto;
}

.sidebar_home_rank {
	flex-wrap: wrap;
	margin-left: -29px;
	margin-bottom: 80px !important;
}

.sidebar_home_rank .rank_warp:nth-of-type(6n - 5) {
	background: url('../images/home_rank_bg1.png') no-repeat top/contain;
}

.sidebar_home_rank .rank_warp:nth-of-type(6n - 4) {
	background: url('../images/home_rank_bg2.png') no-repeat top/contain;
}

.sidebar_home_rank .rank_warp:nth-of-type(6n - 3) {
	background: url('../images/home_rank_bg3.png') no-repeat top/contain;
}

.sidebar_home_rank .rank_warp:nth-of-type(6n - 2) {
	background: url('../images/home_rank_bg4.png') no-repeat top/contain;
}

.sidebar_home_rank .rank_warp:nth-of-type(6n - 1) {
	background: url('../images/home_rank_bg5.png') no-repeat top/contain;
}

.sidebar_home_rank .rank_warp:nth-of-type(6n) {
	background: url('../images/home_rank_bg7.png') no-repeat top/contain;
}

.sidebar_home_rank .rank_warp:nth-of-type(6n - 5) .down,
.sidebar_home_rank .rank_warp:nth-of-type(6n) .down {
	color: #FF9181;
}

.sidebar_home_rank .rank_warp:nth-of-type(6n - 4) .down {
	color: #F4B45F;
}

.sidebar_home_rank .rank_warp:nth-of-type(6n - 3) .down {
	color: #52C6D8;
}

.sidebar_home_rank .rank_warp:nth-of-type(6n - 2) .down {
	color: #8AB4EA;
}

.sidebar_home_rank .rank_warp:nth-of-type(6n - 1) .down {
	color: #6BC799;
}

.sidebar_home_rank .rank_warp:first-of-type {
	margin-left: 29px;
}

.sidebar_home_rank .rank_warp .rank_title {
	line-height: 18px;
}

.sidebar_home_rank .rank_warp {
	padding-top: 32px;
}

.sidebar_home_rank .rank_warp .rank_title .title a {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 46px;
	letter-spacing: 2px;
	text-align: center;
	display: inline-block;
	max-width: 100%;
}

.sidebar_home_rank .rank_warp .rank_title .time {
	letter-spacing: 0px;
	font-weight: normal;
}

/* 排行榜大全 end */

/* 排行榜大全 end */
.sidebar_game_package {
	margin-bottom: 34px !important;
}

.sidebar_game_package .type:not(:first-child) {
	margin-left: 20px;
}

.sidebar_game_package .btn {
	margin-right: 24px;
}

.sidebar_game_package .item .title {
	max-width: calc(100% - 80px);
}

.sidebar_game_package .item .order {
	background: url('../images/rankn.png') no-repeat right/contain;
	display: inline-block;
	width: 60px;
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	margin-left: 10px;
	text-indent: 6px;
}

.sidebar_game_package .item:nth-of-type(1) .order {
	background: url('../images/rank1.png') no-repeat right/contain;
}

.sidebar_game_package .item:nth-of-type(2) .order {
	background: url('../images/rank2.png') no-repeat top/contain;
}

.sidebar_game_package .item:nth-of-type(3) .order {
	background: url('../images/rank3.png') no-repeat top/contain;
}

/* 排行榜大全 end */

/* 搜索结果  */
.search_warp {
	margin-bottom: 50px;
}

.search_warp .module-title:not(:first-child) {
	margin-top: 25px;
}

.search_warp .module-title:nth-of-type(3) {
	margin-top: 0;
}

/* 搜索结果 end */

/* 专辑详情  */
.single-album {
	margin-bottom: 22px;
}

.single-album .single-header {
	background: #FBFDF8;
	border: 1px solid #EBF1E1;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 15px;
	margin-bottom: 12px;
}

.single-album .single-header h1 {
	font-weight: bold;
	font-size: 18px;
}

.single-album .single-header .type:not(:last-child)::after {
	content: "|";
	margin: 0 15px;
}

.single-album .single-header li a {
	display: inline-block;
	border: 1px solid #EAEDE6;
	padding: 5px;
	box-sizing: border-box;
	margin-left: 9px;
	font-size: 12px;
	color: #999999;
	max-width: 189px;
}

.single-album .single-header li a:hover {
	color: var(--pm-c);
}

.single-album .single-header span.text {
	line-height: 34px;
}

.single-album .show_tj {
	width: 231px;
	height: 143px;
	border: 1px solid var(--pm-c);
	position: relative;
	box-sizing: border-box;
	padding-top: 15px;
	margin-left: 5px;
}

.single-album .show_tj::after {
	position: absolute;
	content: "";
	display: inline-block;
	background: url('../images/show_zj_icon.png') no-repeat right/contain;
	width: 50px;
	height: 56px;
	top: -6px;
	right: -4px;
}

.single-album .show_tj>div {
	padding-left: 18px;
	box-sizing: border-box;
}

.single-album .show_tj .icon {
	width: 54px;
	height: 54px;
	border-radius: 8px;
	margin-right: 13px;
}

.single-album .show_tj .title {
	padding-right: 20px;
	box-sizing: border-box;
}

.single-album .show_tj .type:first-of-type::after {
	content: "|";
	margin: 0 5px;
}

.single-album .show_tj .desc {
	margin: 11px 0 15px;
	padding: 0 15px;
	box-sizing: border-box;
}

.single-album .show_tj .btn {
	display: inline-block;
	height: 30px;
	width: 100%;
	background: var(--pm-c);
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
}

.single-album .sidebar_game_package .uk-width-1-3:nth-of-type(1) .order {
	background: url('../images/rank1.png') no-repeat right/contain;
}

.single-album .sidebar_game_package .uk-width-1-3:nth-of-type(2) .order {
	background: url('../images/rank2.png') no-repeat right/contain;
}

.single-album .sidebar_game_package .uk-width-1-3:nth-of-type(3) .order {
	background: url('../images/rank3.png') no-repeat right/contain;
}

.single-album .sidebar_game_package .uk-width-1-3 .order {
	background: url('../images/rankn.png') no-repeat right/contain;
}

.single-album .sidebar_game_package .uk-width-1-3 .item {
	margin-top: 32px;
}

.single-album .sidebar_game_package .uk-width-1-3:nth-of-type(-n + 3) .item {
	margin-top: 20px;
}

.slide_box {
	width: 380px;
	margin-right: 32px;
}

.slide_box .thumb {
	width: 380px;
	height: 220px;
	margin-bottom: 20px;
}

.sidebar .home_game_zj {
	width: 100%;
}

.single-album .sidebar_hot_news .item:first-of-type {
	margin-top: 0;
}

.single-album .sidebar_hot_news .item:nth-of-type(2) {
	margin-top: 12px;

}

.single-album .sidebar_hot_news .item {
	margin-top: 12px;
}

/* 专辑详情 end */


/* 礼包详情  */
.single_gift {
	margin-bottom: 30px !important;
}

.single_gift .single-header {
	background: #FBFDF8;
	border: 1px solid #EBF1E1;
	padding: 25px 20px;
	box-sizing: border-box;
	margin-top: 15px;
	margin-bottom: 12px;
}

.single_gift .single-header .icon {
	width: 130px;
	height: 130px;
	border-radius: 20px;
	margin-right: 18px;
}

.single_gift .single-header h1 {
	font-weight: bold;
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}

.single_gift .single-header .text_box {
	max-width: 330px;
}

.single_gift .single-header .text {
	display: inline-block;
	border: 1px solid #EAEDE6;
	padding: 5px 12px;
	box-sizing: border-box;
	margin-top: 15px;
	max-width: 160px;
}

.single_gift .single-header .text:nth-of-type(even) {
	margin-left: 9px;
}

.single_gift .game_package_warp .uk-grid-small>.uk-grid-margin {
	margin-top: 0;
}

/* 礼包详情 end */

/* 手游详情  */
.single_game,
.single_news,
.single_rank {
	margin-bottom: 30px !important;
}

.single_game .single-header {
	background: #FBFDF8;
	border: 1px solid #EBF1E1;
	padding: 25px 20px;
	box-sizing: border-box;
	margin-top: 15px;
	margin-bottom: 12px;
}

.single_game .single-header .icon {
	width: 130px;
	height: 130px;
	border-radius: 20px;
	margin-right: 18px;
}

.single_game .single-header h1 {
	font-weight: bold;
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}

.single_game .single-header .text_box {
	max-width: 620px;
	margin-top: 15px;
}

.single_game .single-header .text {
	display: inline-block;
	border: 1px solid #EAEDE6;
	padding: 5px 12px;
	box-sizing: border-box;
	width: 100%;
}

.screenshots {
	position: relative;
	height: auto;
	margin-top: 25px;
	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: 499px; */
	width: 33%;
	padding-left: 20px;
}

.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 .btn span {
	display: block;
	width: 24px;
	height: 48px;
	line-height: 48px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.screenshots .btn svg {
	display: none;
}

.screenshots .left span {
	border-radius: 0 50px 50px 0;
	left: 0;
}

.screenshots .left span {
	background: rgba(0, 0, 0, 0.5) url(../images/slider_l.png) no-repeat 1px / contain;
	background-size: 17px;
}

.screenshots .right span {
	background: rgba(0, 0, 0, 0.5) url(../images/slider_r.png) no-repeat 5px / contain;
	background-size: 17px;
}

.screenshots .right span {
	border-radius: 50px 0 0 50px;
	right: 0;
}

.tip::after,
.tip::before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
}

.tip::before {
	left: 30px;
}

.tip::after {
	right: 30px;
}

.tip {
	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;
}

.sidebar_game_zj {
	width: 100%;
}

.sidebar_game_zj .zj_box {
	height: 100px;
	/* background: linear-gradient(90deg, #F1FFDC 0%, #FCFBE9 100%); */
	background: linear-gradient(90deg, #FFF6DE 0%, #FFFCF4 100%);
	position: relative;
	padding-right: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.sidebar_game_zj .zj_box::after {
	display: inline-block;
	content: "";
	width: 97px;
	height: 82px;
	background: url(../images/game_show_zj.png) no-repeat right / contain;
	position: absolute;
	top: 18px;
	right: 35px;
	display: none;
}

.sidebar_game_zj .zj_box .title {
	width: 100%;
}

.sidebar_game_zj .zj_box::before {
	top: 28px;
}

.sidebar_game_zj .zj_box .itemBox {
	margin-left: -20px;
	width: 200px;
}

.sidebar_game_zj .zj_box .itemBox .uk-width-1-3 {
	padding-left: 10px;
}

.sidebar_game_zj .zj_box .itemBox .item {}

.sidebar_game_zj .zj_box .itemBox .item .thum {
	width: 47px;
	height: 47px;
	background: #D9D9D9;
	border-radius: 99px;
	position: relative;
	display: block;
	overflow: hidden;
}

.sidebar_game_zj .tags {
	width: 26px;
	height: 106px;
	line-height: 24px;
}

.sidebar_game_zj .item,
.sidebar_game_zj .item .icon {
	width: 68px;
}

.sidebar_game_zj .item .icon {
	height: 68px;
}

.sidebar_game_zj .item .title {
	color: #666;
	font-size: 14px;
	margin-top: 16px;
}

.sidebar_game_zj .item .title:hover {
	color: var(--pm-c);
}

.sidebar_game_zj .list-container {
	display: flex;
	flex-wrap: wrap;
}

.sidebar_game_zj .list-container li {
	width: 48%;
}

.sidebar_game_zj .list-container li:nth-of-type(even) {
	margin-left: 30px;
}

.single_game .sidebar>.thumb {
	margin-top: 30px;
}

.sidebar_hot_news .time {
	margin-left: 5px;
}

/* 手游详情 end */

/* 资讯详情  */
.single_news .single-header {
	background: #FBFDF8;
	border: 1px solid #EBF1E1;
	padding: 35px 10px;
	box-sizing: border-box;
	text-align: center;
}

.single_news .single-header h1 {
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	margin-bottom: 30px;
}

.single_news .single-header .others {
	font-size: 12px;
	color: #999;
	text-align: center;
}

.single_news .single-header .others span {
	margin: 0 25px;
}

/* 资讯详情 end */

/* 排行榜详情  */
.single_rank .title_box {
	width: 1155px;
	height: 52px;
	line-height: 52px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px 0px rgba(135, 135, 135, 0.25);
	border-radius: 30px;
	padding: 0 30px;
	box-sizing: border-box;
	position: relative;
	top: -20px;
	left: 20px;
}

.single_rank .title_box h1 {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin-bottom: 0;
}

.single_rank .title_box .time {
	background: url(../images/rank_time_icon.png) no-repeat left / contain;
	background-size: 15px;
	padding-left: 20px;
}

.sidebar_rank {
	width: 100%;
}

.sidebar_rank .rank_warp {
	background: url('../images/home_rank_bg6.png') no-repeat top/contain !important;
	margin-left: 0px;
	padding: 14px 5px 20px;
}

.sidebar_rank .rank_warp ul>div {
	padding-left: 10px;
	padding-right: 15px;
}

.sidebar_rank .rank_warp .item .down {
	color: var(--pm-c) !important;
}

/* 排行榜详情 end */