:root {
	--pm-c: #6AD6FF;
	--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;
}

#app_info li b {
	cursor: pointer;
    color: #333;
    font-size: 13px;
    font-weight: normal;
}
#app_info li .quanxian{
	color: #6AD6FF;
	font-size: 14px;
}

#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';
	background-color: #F8FDFF;
}

.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: 100px 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: 75px;
	display: inline-block;
	background: url(../images/home_star_.png) repeat-x 15px / contain;
	vertical-align: text-top;
}

.star:before {
	content: "";
	display: block;
	background: url(../images/home_star.png) repeat-x 15px / contain;
	height: 15px;
}

.star-1:before {
	width: 15px;
}

.star-2:before {
	width: 30px;
}

.star-3:before {
	width: 45px;
}

.star-4:before {
	width: 60px;
}

.star-5:before {
	width: 75px;
}

.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: #888888;
	box-sizing: border-box;
	position: relative;
	margin-top: 20px;
}
.crumbs::before{
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	left: 0px;
	/* background: url(../images/location.png) no-repeat left/contain; */
}
.crumbs a {
	display: inline-block;
	position: relative;
	font-size: 12px;
	color: #999;
}

.crumbs a::after {
	content: ">";
}

.crumbs a:last-child:after {
	content: "";
}
.crumbs .toMyself{
	color: #4D4D4D ;
}

/* 平台 安卓 苹果 图标显示 */
.platform i {
	display: inline-block;
	width: 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;
}

.module-title .title {
	font-size: 16px;
	font-weight: bold;
	color: #222;
	letter-spacing: 2px;
	line-height: 24px;
	padding-left: 15px;
}

.module-title .more {
	display: block;
	/* line-height: 24px; */
	/* letter-spacing: 1px; */
	/* color: #999999;
	font-size: 12px; */
	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 {
	color: var(--pm-c);
}

.info .text {
	font-size: 12px;
	color: #999;
}

.info .time {
	font-size: 12px;
	color: #999;
}

.title {
	display: block;
	font-size: 14px;
	color: #333333;
}

.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: 20px;
	height: 20px;
	background: url('../images/home_gift.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: 12px;
}

.list-container li .tag {
	font-size: 14px;
	letter-spacing: 1px;
	color: #999999;
}
.list-container li .order{
	width: 20px;
	height: 20px;
	background: #E3E3E3;
	text-align: center;
	line-height: 20px;
}

/* 公共头部样式 */
/* 首页页面 */
.header {
	height: 162px;
	background-color: #fff;
	padding-top: 33px;
	box-sizing: border-box;
}
.header .logo {
	display: block;
	width: auto;
	height: 100%;
	overflow: hidden;
}
.header-bottom{
	height: 52px;
	background: linear-gradient( 180deg, #75E3FF 0%, #3D9BFF 100%);
	padding: 10px 0;
	box-sizing: border-box;
	margin-top: 30px;
}

.header .search {
	width: 234px;
	height: 32px;
	border: solid 1px var(--pm-c);
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
}

.header .search .search_input {
	height: 100%;
	border: none;
	outline: medium;
	vertical-align: top;
	width: 186px;
    height: 30px;
    line-height: 30px;
	color: #999999;
	font-size: 12px;
	background-color: #ffffff;
	text-indent: 10px;
}

.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: 45px;
	height: 26px;
	line-height: 24px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	float: right;
	cursor: pointer;
	background-color: var(--pm-c);
	border: none;
	margin-right: 2px;
}

.header .nav li.active a,
.header .nav li:hover a {
	color: var(--pm-c);
	background-color: #fff;
	font-weight: bold;
	border-radius: 20px;
}

.header .nav li a {
	display: inline-block;
	width: auto;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0px 25px;
	box-sizing: border-box;
	height: 32px;
	line-height: 32px;
}

/* 公共尾部样式 */
.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: 20px;
}

.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: 13px;
	width: 347px;
}

.sidebar .game-rank {
	width: 100%;
}


/* 列表页公共样式 */
/* 菜单栏 */
.menu-nav{
	margin-bottom: 25px;
}
.menu-nav li:first-child{
	margin-left: 0px;
}
.menu-nav li {
	margin-left: 40px;
}

.menu-nav li a {
	display: block;
	font-size: 16px;
	color: #8C8C8C;
	line-height: 16px;
}

.menu-nav li.active a,
.menu-nav li:hover a {
	color: #333333;
	border-bottom: 5px solid var(--pm-c);
}

/* 详情页公共样式 */
.single .single-content {
	/* padding: 35px 25px; */
}

.single .single-content iframe {
	display: block;
	margin: 0 auto;
	width: 520px;
	height: 320px;
}

.single .single-content p {
	font-weight: 400;
	font-size: 14px;
	color: #666;
	text-indent: 2em;
	margin: 20px 0 30px;
	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 {
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: linear-gradient( 90deg, #E6F6FF 0%, rgba(255,255,255,0) 100%);
	font-weight: bold;
	font-size: 14px;
	color: var(--pm-c);
	letter-spacing: 1px;
	padding-left: 15px;
	margin: 0;
}

/* .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: 14px;
	color: #fff;
	font-weight: bold;
	border-radius: 30px;
	padding: 10px 40px;
	cursor: pointer;
}

.single .down-btn .pc {
	background: var(--pm-c);
}

.single .down-btn .sy,
.single .down-btn .ios,
.single .down-btn .mob,
.single .down-btn .xz {
	background: linear-gradient( 90deg, #FFCF70 0%, #FF8645 100%);
}
.single .down-btn .az,
.single .down-btn .lb {
	background: linear-gradient( 90deg, #70DCFF 0%, #45A4FF 100%);
}

.single .down-btn .btn:hover .qrcode {
	display: block;
}

.single .down-btn .btn:hover a {
	color: #fff !important;
}

.single .down-btn .btn .qrcode {
	display: none;
	background-color: #fff;
	z-index: 999;
	position: absolute;
	right: 14%;
	top: 110%;
	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/gift_btn_icon.png');
	background-size: 16px;
}

.single .down-btn .xz a,
.single .down-btn .xz span {
	background-image: url('../images/gift_game_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;
    box-shadow: 0px 0px 4px 0px #DFF0F7;
	margin-bottom: 18px;
	margin-top: 18px;
	padding-top: 130px;
}

.page-error .page-404 {
	width: 280px;
	height: 242px;
	margin: 0 auto;
	background: url(../images/404.png) no-repeat center/contain;
}

.page-error .page-500 {
	width: 280px;
	height: 242px;
	margin: 0 auto;
	background: url(../images/500.png) no-repeat center/contain;
}

.page-error p {
	color: #999;
	font-size: 14px;
	margin: 20px 0 60px;
}

.page-error .go-home {
	margin-top: 40px;
	display: inline-block;
	width: 100px;
	height: 36px;
	border-radius: 4px;
	border: 1px solid #E5E5E5;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	text-align: center;
}

/* 单页面样式 */
.page {
	min-height: 720px;
}

.page-nav {
	overflow: hidden;
	margin-right: 36px;
}

.page-nav li{
	width: 263px;
	height: 42px;
	background: #F8F8F8;
	text-align: center;
	line-height: 42px;
	border-radius: 30px;
	margin-bottom: 15px;
	padding: 0 16px;
	box-sizing: border-box;
	position: relative;
}
.page-nav li:hover,
.page-nav li.active{
	background: #F0FBFF;
}
.page-nav .dot{
	width: 18px;
	height: 18px;
	background: var(--pm-c);
	border-radius: 50%;
	margin-right: 7px;
}
.page-nav .dot::before{
	width: 9px;
	height: 9px;
	display: inline-block;
	left: 50%;
	transform: translate(-50%, -50%);
}
.page-nav li:nth-of-type(1) .dot::before{
	background: url(../images/page_icon1.png) no-repeat left / contain;
}

.page-nav li:nth-of-type(2) .dot::before{
	background: url(../images/page_icon2.png) no-repeat left / contain;
}

.page-nav li:nth-of-type(3) .dot::before{
	background: url(../images/page_icon3.png) no-repeat left / contain;
}

.page-nav li:nth-of-type(4) .dot::before{
	background: url(../images/page_icon4.png) no-repeat left / contain;
}

.page-nav li:nth-of-type(5) .dot::before{
	background: url(../images/page_icon5.png) no-repeat left / contain;
}

.page-nav li:nth-of-type(6) .dot::before{
	background: url(../images/page_icon6.png) no-repeat left / contain;
}

.page-nav li:nth-of-type(7) .dot::before{
	background: url(../images/page_icon7.png) no-repeat left / contain;
}

.page-nav li a{
	font-size: 14px;
	color: #333333;
}
.page-nav li.active .btn_,
.page-nav li:hover .btn_{
	background: url(../images/page_icon.png) no-repeat left / contain;
}
.page-nav li .btn_{
	width: 9px;
	height: 14px;
	background: url(../images/page_icon_.png) no-repeat left / contain;
}

.page-content{
	width: 860px;
}
.page-content p {
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #666666;
	text-indent: 2em;
}

.page-title {
	font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
	font-weight: 600;
	margin: 10px 0 20px;
}

.page-content ul {
	flex-wrap: wrap;
}

.page-content ul li {
	width: 110px;
	height: 42px;
	line-height: 40px;
	border-radius: 6px;
	border: solid 1px var(--br-c);
	text-align: center;
	margin-right: 10px;
	margin-bottom: 12px;
	padding: 0 15px;
	box-sizing: border-box;
}

.page-content .page-rank li {
	width: 160px;
}

.page-content ul li a {
	font-size: 16px;
	color: #333333;
	letter-spacing: 1px;
	display: block;
}

.page-content ul li:hover {
	border: solid 1px var(--pm-c);
	background-color: var(--pm-c);
}

.page-content ul li:hover a {
	color: #ffffff;
}

/* 搜索页样式 */
.search-total {
	font-size: 14px;
	letter-spacing: 1px;
	color: var(--pm-c);
	margin-bottom: 25px;
}

/* 首页 */
.module {
	background: #FFFFFF;
	box-shadow: 0px 0px 4px 0px #DFF0F7;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 15px;
}

.module:first-child {
	margin-top: 0px;
}
.w369{
	width: 369px;
}
/* 头部游戏 */
.home_header_game{
	margin-top: 11px;
	background-color: #fff;
	box-shadow: 0px 0px 4px 0px #DFF0F7;
}
.home_header_game .tab_trigger li {
	width: 124px;
	height: 76px;
	background-color: #F0F7F9;
	text-align: center;
	line-height: 76px;
}

.home_header_game .tab_trigger li span {
	font-size: 16px;
	color: #333;
	padding-left: 26px;
	cursor: pointer;
}
.home_header_game .tab_trigger li:nth-child(1) span {
	background: url(../images/home_hot.png) no-repeat left / contain;
	background-size: 17px;
}
.home_header_game .tab_trigger li:nth-child(2) span {
	background: url(../images/home_time.png) no-repeat left / contain;
	background-size: 17px;
}

.home_header_game .tab_trigger li.active {
	background-color: #fff;
	color: #5AC4FF;
}
.home_header_game .tab_trigger li.active span{
	color: #5AC4FF;
}
.home_header_game .tab_game{
	padding: 20px 0;
}
.home_header_game .tab_game{
	display: none;
}
.home_header_game .tab_game.active{
	display: flex;
}
.home_header_game .item{
	width: 75px;
	margin-left: 44px;
}
.home_header_game .item:first-child{
	margin-left: 25px;
}
.home_header_game .icon{
	width: 75px;
	line-height: 75px;
	border-radius: 15px;
	margin-bottom: 10px;
}
.home_header_game .title{
	color: #666666;
}
/* 头部游戏 end */
/* 游戏分类 */
.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: 50px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	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: #E8E8E8;
}

.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 .title{
	color: #666666;
}
.home_catList ul li span {
	font-size: 18px;
	color: #333;
}

.home_catList ul li i {
	line-height: 0;
	margin: 0 20px;
}
/* 游戏分类 end*/

/* 轮播图 */
.home_slide {
	width: 615px;
}

.home_slide .slider {
	width: 100%;
	height: 344px;
}

.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;
	overflow: hidden;
}
/* 轮播图 end*/
/* 精选攻略 第一个*/
.home_jxgl_list{
	background: #F0F6F9;
	position: relative;
	padding: 23px 15px 0 32px;
	box-sizing: border-box;
}
.home_jxgl_list .more{
	position: absolute;
	top: -23px;
	right: -15px;
	width: 64px;
	height: 50px;
}
.home_jxgl_list .list-container li:first-child{
	margin-top: 25px;
}
.home_jxgl_list .list-container li{
	margin-top: 18px;
}
/* 精选攻略 end*/
/* 精选攻略 第二个*/
.home_jxgl .item{
	border-left: 1px solid #f2f2f2;
	padding-left: 15px;
	box-sizing: border-box;
	position: relative;
	margin-top: 23px;
}
.home_jxgl .item::before{
	content: "";
	display: inline-block;
	width: 3px;
	height: 12px;
	background: var(--pm-c);
	position: absolute;
	left: 0px;
	top: 7px;
}
.home_jxgl .item .time{
	width: 156px;
	height: 28px;
	background: #F8F8F8;
	text-align: center;
	line-height: 28px;
	position: relative;
}
.home_jxgl .item .time::before{
	content: "";
	display: inline-block;
	width: 7px;
	height: 13px;
	background: url(../images/home_title_icon_.png) no-repeat left / contain;
	position: absolute;
	left: -7px;
	top: 50%;
	transform: translateY(-50%);
}
.home_jxgl .item .title{
	margin-top: 9px;
	margin-bottom: 14px;
}
.home_jxgl .item .thumb{
	width: 88px;
	height: 61px;
	margin-right: 10px;
}
.home_jxgl .item .desc{
	line-height: 30px;
}
/* 精选攻略 end*/

/* 小编推荐 */
.home_tj{
	width: 369px;
	margin-left: 25px;
}
.home_tj .thumb{
	width: 369px;
	height: 97px;
	margin: 29px 0 24px;
}
.home_tj .item{
	width: 70px;
	margin-left: 29px;
	text-align: center;
}
.home_tj .item:first-child{
	margin-left: 0;
}
.home_tj .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
}
.home_tj .item .title{
	margin: 10px 0;
}
.home_tj .item .down{
	display: inline-block;
	width: 60px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border-radius: 30px;
	border: 1px solid #EDEDED;
	margin-top: 15px;
	font-size: 12px;
	color: #666666;
}
/* 精选攻略 end*/


/* 安卓游戏 */
.home_game .uk-grid{
	margin-top: 27px;
}
.home_game > div:nth-child(2){
	margin-left: -8px;
}
.home_game .item{
	width: 120px;
	border: 1px solid #F1F1F1;
	text-align: center;
	margin-left: 8px;
	margin-bottom: 20px;
	padding-top: 20px;
	box-sizing: border-box;
}
.home_game .item:nth-last-child(-n + 6){
	margin-bottom: 0;
}
.home_game .item:hover{
	border-color: var(--pm-c);
}
.home_game .item:hover .title{
	color: var(--pm-c);
}
.home_game .item:hover .down{
	background-color: var(--pm-c);
}
.home_game .item:hover .down span{
	color: #fff;
}
.home_game .item:hover .down .down_{
	display: inline-block;
}
.home_game .item:hover .down .type{
	display: none;
}
.home_game .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
}
.home_game .item .title{
	margin: 10px 0 15px;
	padding: 0 5px;
	box-sizing: border-box;
	color: #666;
}
.home_game .item .down{
	display: inline-block;
	height: 30px;
	text-align: center;
	line-height: 30px;
	/* font-size: 12px;
	color: #666666; */
	background: #F8F8F8;
	width: 100%;
}
.home_game .item .down .down_{
	display: none;
	font-size: 14px;
}
.home_game .item .down .type{
	display: inline-block;
}
/* 安卓游戏 end*/


/* 下载排行榜 */
.home_down_rank ul{
	margin-top: 25px;
}
.home_down_rank li {
	border-bottom: 1px solid #F4F4F4;
	padding-bottom: 11px;
	margin-bottom: 14px;
}
.home_down_rank li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.home_down_rank li .item {
	padding-left: 31px;
	display: none;
	margin-top: 12px;
}
.home_down_rank li.active .item {
	display: flex;
}
.home_down_rank li.active .title{
	color: var(--pm-c);
}

.home_down_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_down_rank li:nth-child(1) .order {
	background: #F76F6F;
}
.home_down_rank li:nth-child(2) .order {
	background: #F78F6F;
}
.home_down_rank li:nth-child(3) .order {
	background: #FFC95D;
}
.home_down_rank li .type{
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
}
.home_down_rank li .type::after{
	content: "|";
	color: #999999;
	font-size: 12px;
	position: absolute;
	right: -2px;
    top: -2px;
}

.home_down_rank li .down {
	width: 50px;
	height: 22px;
	line-height: 22px;
	background: var(--pm-c);
	border-radius: 3px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-right: 13px;
}

.home_down_rank li .icon {
	margin-right: 11px;
	width: 50px;
	height: 50px;
	border-radius: 10px;
}
/* 下载排行榜 end*/


/* 手游专辑 */
.home_game_zj .uk-grid{
	margin-top: 13px;
}
.home_game_zj .list{
	border-left: 1px solid #f2f2f2;
	padding-left: 17px;
	box-sizing: border-box;
	position: relative;
}
.home_game_zj .list:hover p{
	background-color: var(--pm-c);
}
.home_game_zj .list:hover p a{
	color: #fff;
}

.home_game_zj .list::before{
	content: "";
	display: inline-block;
	width: 3px;
	height: 12px;
	background: var(--pm-c);
	position: absolute;
	left: 0px;
	top: 14px;
}
.home_game_zj .list:hover::after{
	background: url(../images/home_title_icon.png) no-repeat left / contain;
}
.home_game_zj .list::after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 13px;
	background: url(../images/home_title_icon_.png) no-repeat left / contain;
	position: absolute;
	left: 10px;
	top: 12px;
}
.home_game_zj .list p{
	width: 254px;
	height: 39px;
	background: #F8F8F8;
	text-align: left;
	line-height: 39px;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	padding: 0 11px;
	box-sizing: border-box;
	margin-bottom: 22px;
}
.home_game_zj .item{
	margin-left: 17px;
	text-align: center;
}
.home_game_zj .item .icon{
	border-radius: 10px;
}
.home_game_zj .item .title{
	font-size: 12px;
	color: #666666;
}
.home_game_zj .item .title:hover{
	color: var(--pm-c);
}
.home_game_zj .item:first-child{
	margin-left: 0;
}
.home_game_zj .item:nth-child(1){
	width: 65px;
}
.home_game_zj .item:nth-child(2){
	width: 55px;
}
.home_game_zj .item:nth-child(3){
	width: 45px;
}
.home_game_zj .item:nth-child(4){
	width: 35px;
}
.home_game_zj .item:nth-child(1) .icon{
	width: 65px;
	height: 65px;
}
.home_game_zj .item:nth-child(2) .icon{
	width: 55px;
	height: 55px;
}
.home_game_zj .item:nth-child(3) .icon{
	width: 45px;
	height: 45px;
}
.home_game_zj .item:nth-child(4) .icon{
	width: 35px;
	height: 35px;
	background: #F8F8F8;
	text-align: center;
	line-height: 35px;
}
.home_game_zj .item:nth-child(4) .icon a{
	font-weight: bold;
	font-size: 22px;
	color: #D5D5D5;
}
/* 手游专辑 end*/


/* 最新资讯 */
.home_zx .home_zx_list .zx_item{
	position: relative;
	padding-top: 13px;
	box-sizing: border-box;
}
.home_zx .home_zx_list .zx_item .dot{
	width: 45px;
	height: 26px;
	background: var(--pm-c);
	border-radius: 4px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 10px;
}
.home_zx .home_zx_list .zx_item .title{
	font-weight: bold;
	font-size: 16px;
}
.home_zx .home_zx_list .zx_item .title:hover{
	color: var(--pm-c);
}
.home_zx .home_zx_list .zx_item .desc{
	border-left: 1px solid #F2F2F2;
	padding-left: 30px;
	margin-left: 20px;
	box-sizing: border-box;
	margin-top: 20px;
	color: #666666;
	line-height: 26px;
}
.home_zx .home_zx_list .zx_item .desc::before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 17px;
    top: 60px;
	background-color: #f2f2f2;
}
.home_zx .list-container{
	margin-top: 30px;
}
.home_zx .list-container li{
	padding-bottom: 10px;
	margin-bottom: 9px;
	margin-top: 0;
}
.home_zx .list-container li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
.home_zx .list-container li:nth-child(5){
	border-bottom: 1px solid #F4F4F4;
}
.home_thumb_news{
	width: 276px;
	margin-left: 25px;
}
.home_thumb_news .thumb{
	width: 276px;
	height: 152px;
	margin-bottom: 10px;
}
.home_thumb_news ul{
	margin-top: 13px;
}
.home_thumb_news li{
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	height: 32px;
	line-height: 32px;
	margin-bottom: 6px;
}
.home_thumb_news li a,
.home_thumb_news li:hover a{
	color: #fff;
}
.home_thumb_news li:nth-child(3n){
	margin-left: 5.1px;
}
.home_thumb_news li:nth-child(3n),
.home_thumb_news li:nth-child(3n - 1){
	width: 49%;
	display: inline-block;
}
/* 最新资讯 end*/
/* 精品礼包 */
.home_gift{
	margin-bottom: 20px;
}
.home_gift li{
	border-bottom: 1px solid #F4F4F4;
	padding-bottom: 15px;
	margin-top: 15px;
	box-sizing: border-box;
}
.home_gift li:first-child{
	margin-top: 22px;
}
.home_gift .icon{
	width: 28px;
	height: 28px;
	border-radius: 4px;
	margin-right: 10px;
	margin-left: 10px;
}
.home_gift .get{
	width: 60px;
	height: 30px;
	background: #F8F8F8;
	border-radius: 4px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	margin-left: 10px;
}
/* 精品礼包 end*/


/* 产业资讯 */
.home_news_item .item{
	margin-top: 20px;
}
.home_news_item .thumb{
	width: 90px;
	height: 60px;
	margin-right: 10px;
}
.home_news_item .info{
	padding: 5px 0;
	box-sizing: border-box;
}
.home_news_item .info .title{
	margin-bottom: 12px;
}
.home_news_item  li{
	margin-top: 13px;
}
.home_news_item .tag{
	margin-right: 10px;
}
/* 产业资讯 end*/

/* 应用软件 */
.home_app .uk-grid{
	margin-top: 27px;
}
.home_app > div:nth-child(2){
	margin-left: -8px;
}
.home_app .item{
	width: 120px;
	border: 1px solid #F1F1F1;
	text-align: center;
	margin-left: 8px;
	margin-bottom: 20px;
	padding-top: 20px;
	box-sizing: border-box;
}
.home_app .item:nth-last-child(-n + 6){
	margin-bottom: 0;
}
.home_app .item:hover{
	border-color: var(--pm-c);
}
.home_app .item:hover .title{
	color: var(--pm-c);
}
.home_app .item:hover .down{
	background-color: var(--pm-c);
}
.home_app .item:hover .down span{
	color: #fff;
}
.home_app .item:hover .down .down_{
	display: inline-block;
}
.home_app .item:hover .down .type{
	display: none;
}
.home_app .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
}
.home_app .item .title{
	margin: 10px 0 15px;
}
.home_app .item .down{
	display: inline-block;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #F8F8F8;
	width: 100%;
}
.home_app .item .down .down_{
	display: none;
	font-size: 14px;
}
.home_app .item .down .type{
	display: inline-block;
}
/* 应用软件 end*/

/* 应用专辑 */
.home_app_zj .uk-grid{
	margin-top: 13px;
}
.home_app_zj .list{
	border-left: 1px solid #f2f2f2;
	padding-left: 17px;
	box-sizing: border-box;
	position: relative;
}
.home_app_zj .list:hover p{
	background-color: var(--pm-c);
}
.home_app_zj .list:hover p a{
	color: #fff;
}

.home_app_zj .list::before{
	content: "";
	display: inline-block;
	width: 3px;
	height: 12px;
	background: var(--pm-c);
	position: absolute;
	left: 0px;
	top: 14px;
}
.home_app_zj .list:hover::after{
	background: url(../images/home_title_icon.png) no-repeat left / contain;
}
.home_app_zj .list::after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 13px;
	background: url(../images/home_title_icon_.png) no-repeat left / contain;
	position: absolute;
	left: 10px;
	top: 12px;
}
.home_app_zj .list p{
	width: 254px;
	height: 39px;
	background: #F8F8F8;
	text-align: left;
	line-height: 39px;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	padding: 0 11px;
	box-sizing: border-box;
	margin-bottom: 22px;
}
.home_app_zj .item{
	margin-left: 17px;
	text-align: center;
}
.home_app_zj .item .icon{
	border-radius: 10px;
}
.home_app_zj .item .title{
	font-size: 12px;
	color: #666666;
}
.home_app_zj .item .title:hover{
	color: var(--pm-c);
}
.home_app_zj .item:first-child{
	margin-left: 0;
}
.home_app_zj .item:nth-child(1){
	width: 65px;
}
.home_app_zj .item:nth-child(2){
	width: 55px;
}
.home_app_zj .item:nth-child(3){
	width: 45px;
}
.home_app_zj .item:nth-child(4){
	width: 35px;
}
.home_app_zj .item:nth-child(1) .icon{
	width: 65px;
	height: 65px;
}
.home_app_zj .item:nth-child(2) .icon{
	width: 55px;
	height: 55px;
}
.home_app_zj .item:nth-child(3) .icon{
	width: 45px;
	height: 45px;
}
.home_app_zj .item:nth-child(4) .icon{
	width: 35px;
	height: 35px;
	background: #F8F8F8;
	text-align: center;
	line-height: 35px;
}
.home_app_zj .item:nth-child(4) .icon a{
	font-weight: bold;
	font-size: 22px;
	color: #D5D5D5;
}
/* 应用专辑 end*/


/* 精美壁纸 */
.home_wallpaper li:first-child{
	margin-left: 0;
}
.home_wallpaper li{
	margin-left: 10px;
}
.home_wallpaper .preOne .thumb{
	width: 401px;
	height: 177px;
}
.home_wallpaper .preOne .thumb:first-child{
	margin-bottom: 7px;
}
.home_wallpaper .preTwo .thumb{
	width: 230px;
	height: 361px;
}
.home_wallpaper .preThree .thumb{
	width: 504px;
	height: 361px;
}
/* 精美壁纸 end*/


/* 手游排行 */
.home_game_rank .game_rank_list{
	/* width: 370px; */
	/* margin-left: 24px; */
}
.home_game_rank .game_rank_list:first-child{
	/* margin-left: 0; */
}
.home_game_rank .game_rank_list .rank_top{
	/* width: 370px; */
	height: 133px;
	text-align: center;
	padding-top: 30px;
	box-sizing: border-box;
}
.home_game_rank .game_rank_list:nth-child(1) .rank_top{
	background: url(../images/home_rank_bg1.png) no-repeat top / contain;
}
.home_game_rank .game_rank_list:nth-child(2) .rank_top{
	background: url(../images/home_rank_bg2.png) no-repeat top / contain;
}
.home_game_rank .game_rank_list:nth-child(3) .rank_top{
	background: url(../images/home_rank_bg3.png) no-repeat top / contain;
}
.home_game_rank .tip{
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	display: inline-block;
}
.home_game_rank .tip::before,
.home_game_rank .tip::after{
	content: "";
	display: inline-block;
	width: 53px;
	height: 16px;
}
.home_game_rank .tip::before{
	background: url(../images/home_game_rank_l.png) no-repeat left / contain;
	left: -73px;
}
.home_game_rank .tip::after{
	background: url(../images/home_game_rank_r.png) no-repeat left / contain;
	right: -73px;
}
.home_game_rank .rank_warp{
	position: relative;
	top: -53px;
    width: 326px;
    left: 50%;
    transform: translateX(-50%);
}
.home_game_rank .item{
	background: #F8FAFD;
	box-shadow: 0px 0px 4px 0px rgba(201,201,201,0.25);
	border-radius: 6px;
	padding: 16px 15px;
	box-sizing: border-box;
	margin-bottom: 11px;
	position: relative;
}
.home_game_rank .item::before{
	content: "";
	display: inline-block;
	width: 21px;
	height: 26px;
	position: absolute;
	left: 29px;
	z-index: 1;
    top: 4px;
}
.home_game_rank .item:nth-child(1)::before{
	background: url(../images/home_rank1.png) no-repeat left / contain;
}
.home_game_rank .item:nth-child(2)::before{
	background: url(../images/home_rank2.png) no-repeat left / contain;
}
.home_game_rank .item:nth-child(3)::before{
	background: url(../images/home_rank3.png) no-repeat left / contain;
}
.home_game_rank .game_rank_list .rank_warp .item:first-child{
	background: #fff;
}
.home_game_rank .item .icon{
	width: 50px;
	height: 50px;
	border-radius: 10px;
	margin-right: 10px;
}

.home_game_rank .item .title{
	margin-bottom: 5px;
}
.home_game_rank .item .type:first-child {
	padding-right: 10px;
	margin-right: 10px;
	box-sizing: border-box;
	position: relative;
}
.home_game_rank .item .type:first-child::after{
	content: "|";
	display: inline-block;
	font-size: 12px;
	color: #999999;
	position: absolute;
	right: 0px;
}
.home_game_rank .item .down{
	width: 56px;
	height: 28px;
	border-radius: 4px;
	border: 1px solid var(--pm-c);
	font-size: 14px;
	color: var(--pm-c);
	text-align: center;
	line-height: 28px;
	margin-left: 10px;
}
.home_game_rank li{
	margin-top: 20px;
}
.home_game_rank li .order{
	background-color: #Fff;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #D2D7DE;
}
.home_game_rank li .order{
	margin-left: 10px;
}
/* 手游排行 end*/


/* 手游专辑 */
.list_zj {
	margin-bottom: 18px !important;
}
.list_zj .menu_nav{
	margin-top: 25px;
	margin-bottom: 40px;
}
.list_zj .menu_nav li{
	width: 191px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid var(--pm-c);
}
.list_zj .menu_nav li a{
	color: var(--pm-c);
	font-size: 14px;
}
.list_zj .menu_nav li:first-child{
	border-radius: 30px 0px 0px 30px;
}
.list_zj .menu_nav li:last-child{
	border-radius: 0px 30px 30px 0px;
}
.list_zj .menu_nav li.active,
.list_zj .menu_nav li:hover{
	background: var(--pm-c);	
}
.list_zj .menu_nav li.active a,
.list_zj .menu_nav li:hover a{
	color: #FFFFFF;	
}
.list_zj .menu_nav li:first-child a{
	background: url(../images/collection_game.png) no-repeat left / contain;
	background-size: 19px 15px;
	padding-left: 30px;
}
.list_zj .menu_nav li:first-child:hover a,
.list_zj .menu_nav li:first-child.active a{
	background: url(../images/collection_game_.png) no-repeat left / contain;
	background-size: 19px 15px;
}
.list_zj .menu_nav li:last-child a{
	background: url(../images/collection_app.png) no-repeat left / contain;
	background-size: 14px 15px;
	padding-left: 25px;
}
.list_zj .menu_nav li:last-child:hover a,
.list_zj .menu_nav li:last-child.active a{
	background: url(../images/collection_app_.png) no-repeat left / contain;
	background-size: 14px 15px;
}

.zj_warp .zj_warp_item{
	border-left: 1px solid #f2f2f2;
	padding-left: 17px;
	box-sizing: border-box;
	position: relative;
}

.zj_warp .zj_warp_item::before{
	content: "";
	display: inline-block;
	width: 3px;
	height: 12px;
	background: var(--pm-c);
	position: absolute;
	left: 0px;
	top: 14px;
}
.zj_warp .zj_warp_item::after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 13px;
	background: url(../images/home_title_icon_.png) no-repeat left / contain;
	position: absolute;
	left: 10px;
	top: 12px;
}
.zj_warp .zj_warp_item .title_top{
	height: 39px;
	background: #F8F8F8;
	line-height: 39px;
	position: relative;
	padding: 0 11px;
	box-sizing: border-box;
	margin-bottom: 22px;
}
.zj_warp .zj_warp_item .title_top .title{
	font-weight: bold;
	margin-right: 10px;
}
.zj_warp .item{
	margin-left: 27px;
	width: 55px;
	text-align: center;
}
.zj_warp .item:first-child{
	margin-left: 0;
}
.zj_warp .item .icon{
	width: 55px;
	height: 55px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.zj_warp .item .title{
	font-size: 12px;
	color: #666666;
}
.zj_warp .item .title:hover,
.zj_warp .zj_warp_item .title_top .title:hover,
.zj_warp .item:last-child .title{
	color: var(--pm-c);
}
.zj_warp .item:last-child .icon{
	background: #F8F8F8;
}
.zj_warp .item:last-child .icon a{
	background: url(../images/collection_more.png) no-repeat center / contain;
	background-size: 17px;
}
/* 手游专辑 end*/

/* 礼包列表 */
.list_game_package .item{
	border-left: 1px solid #f2f2f2;
	padding-left: 17px;
	box-sizing: border-box;
	position: relative;
	margin-top: 23px;
}
.list_game_package .item:first-child{
	margin-top: 20px;
}
.list_game_package .item::before{
	content: "";
	display: inline-block;
	width: 3px;
	height: 12px;
	background: var(--pm-c);
	position: absolute;
	left: 0px;
	top: 8px;
}
.list_game_package .item::after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 13px;
	background: url(../images/home_title_icon_.png) no-repeat left / contain;
	position: absolute;
	left: 10px;
	top: 7px;
}
.list_game_package .item .time{
	padding: 6px 11px;
	box-sizing: border-box;
	background: #F8F8F8;
	position: relative;
	font-weight: 400;
}
.list_game_package .item .info p{
	color: #888;
}
.list_game_package .item .icon{
	width: 95px;
	height: 95px;
	border-radius: 20px;
	margin-right: 13px;
}
.list_game_package .item .title{
	font-weight: bold;
	font-size: 16px;
}
.list_game_package .item .type{
	margin: 15px 0 10px;
}
.list_game_package .item .get{
	width: 90px;
	height: 32px;
	background: var(--pm-c);
	border-radius: 6px 6px 6px 6px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 32px;
	margin-left: 10px;
}

.sidebar.module{
	margin-top: 0;
}
.sidebar_package .home_gift li:last-child{
	border-bottom: none;
}
.news_gift .item{
	margin-top: 24px;
}
.news_gift .item:first-child{
	margin-top: 20px;
}
.news_gift .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
	margin-right: 10px;
}
.news_gift .get{
	font-size: 14px;
	color: var(--pm-c);
	margin-left: 10px;
}
.news_gift .desc{
	margin-top: 5px;
	line-height: 22px;
}
.sidebar_package .home_down_rank .type::after{
	content: "";
}
.sidebar_package .home_down_rank .type{
	padding-right: 0;
	margin-right: 0;
}
/* 礼包列表 end*/

/* 游戏列表 */
.list_game{
	margin-bottom: 18px !important;
}
.game-menu-nav{
	flex-wrap: wrap;
	margin-top: 22px;
	margin-left: -11px;
}
.game-menu-nav li{
	width: 115px;
	height: 36px;
	background: #F8F8F8;
	text-align: center;
	line-height: 36px;
	border-radius: 30px 30px 30px 30px;
	margin-left: 11px;
	margin-bottom: 21px;
	padding: 0 10px;
	box-sizing: border-box;
}
.game-menu-nav li:hover,
.game-menu-nav li.active{
	background: rgba(106,214,255,0.1);
}
.game-menu-nav .dot{
	width: 18px;
	height: 18px;
	background: var(--pm-c);
	border-radius: 50%;
	margin-right: 3px;
}
.game-menu-nav .dot::before{
	width: 10px;
	height: 10px;
	display: inline-block;
	left: 50%;
	transform: translate(-50%, -50%);
}
.game-menu-nav li:nth-child(1) .dot::before{
	background: url(../images/list_game_icon1.png) no-repeat left / contain;
}
.game-menu-nav li:nth-child(2) .dot::before{
	background: url(../images/list_game_icon2.png) no-repeat left / contain;
}
.game-menu-nav li:nth-child(3) .dot::before{
	background: url(../images/list_game_icon3.png) no-repeat left / contain;
}
.game-menu-nav li:nth-child(4) .dot::before{
	background: url(../images/list_game_icon4.png) no-repeat left / contain;
}
.game-menu-nav li:nth-child(5) .dot::before{
	background: url(../images/list_game_icon5.png) no-repeat left / contain;
}
.game-menu-nav li:nth-child(6) .dot::before{
	background: url(../images/list_game_icon6.png) no-repeat left / contain;
}
.game-menu-nav li:nth-child(7) .dot::before{
	background: url(../images/list_game_icon7.png) no-repeat left / contain;
}
.game-menu-nav li:nth-child(8) .dot::before{
	background: url(../images/list_game_icon8.png) no-repeat left / contain;
}
.game-menu-nav li:nth-child(9) .dot::before{
	background: url(../images/list_game_icon9.png) no-repeat left / contain;
}
.game-menu-nav li:nth-child(10) .dot::before{
	background: url(../images/list_game_icon10.png) no-repeat left / contain;
}
.game-menu-nav li:nth-child(11) .dot::before{
	background: url(../images/list_game_icon11.png) no-repeat left / contain;
}
.game-menu-nav li:nth-child(12) .dot::before{
	background: url(../images/list_game_icon12.png) no-repeat left / contain;
}
.game-menu-nav li:nth-child(13) .dot::before{
	background: url(../images/list_game_icon13.png) no-repeat left / contain;
}
.game-menu-nav li:nth-child(14) .dot::before{
	background: url(../images/list_game_icon14.png) no-repeat left / contain;
}

.list_game_warp {
	flex-wrap: wrap;
	margin-top: 5px;
	margin-left: -11px;
}
.list_game_warp .item{
	width: 135px;
	border: 1px solid #F1F1F1;
	text-align: center;
	margin-left: 11px;
	margin-bottom: 20px;
	padding-top: 20px;
	box-sizing: border-box;
}
.list_game_warp .item:hover{
	border-color: var(--pm-c);
}
.list_game_warp .item:hover .title{
	color: var(--pm-c);
}
.list_game_warp .item:hover .down{
	background-color: var(--pm-c);
}
.list_game_warp .item:hover .down span{
	color: #fff;
}
.list_game_warp .item:hover .down .down_{
	display: inline-block;
}
.list_game_warp .item:hover .down .type{
	display: none;
}
.list_game_warp .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
}
.list_game_warp .item .title{
	margin: 10px 0 15px;
	padding: 0 5px;
	box-sizing: border-box;
	color: #666666;
}
.list_game_warp .item .down{
	display: inline-block;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #F8F8F8;
	width: 100%;
}
.list_game_warp .item .down .down_{
	display: none;
	font-size: 14px;
}
.list_game_warp .item .down .type{
	display: inline-block;
}
/* 游戏列表 end*/

/* 资讯列表 */
.news-menu-nav{
	flex-wrap: wrap;
	margin-top: 5px;
	margin-left: -11px;
}
.news-menu-nav li{
	width: 115px;
	height: 36px;
	background: #F8F8F8;
	text-align: center;
	line-height: 36px;
	border-radius: 30px 30px 30px 30px;
	margin-left: 11px;
	margin-bottom: 21px;
	padding: 0 10px;
	box-sizing: border-box;
}
.news-menu-nav li:hover,
.news-menu-nav li.active{
	background: rgba(106,214,255,0.1);
}
.news-menu-nav .dot{
	width: 18px;
	height: 18px;
	background: var(--pm-c);
	border-radius: 50%;
	margin-right: 3px;
}
.news-menu-nav .dot::before{
	width: 10px;
	height: 10px;
	display: inline-block;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/list_news_icon.png) no-repeat left / contain;
}
.news-menu-nav li:first-child .dot::before{
	background: url(../images/list_game_icon1.png) no-repeat left / contain;
}

.list_news .home_jxgl .item:first-child{
	margin-top: 5px;
}
.list_news .home_jxgl .title{
	margin: 0;
	font-weight: bold;
	font-size: 16px;
}
.list_news .home_jxgl .thumb{
	width: 156px;
	height: 95px;
	margin-right: 20px;
}
.sidebar_thumb_news{
	width: 100%;
	margin-left: 0;
	margin-bottom: 25px;
}
.sidebar_thumb_news .thumb{
	width: 100%;
	height: 190px;
	margin-top: 20px;
}
.sidebar_game_zj .list{
	margin-top: 22px;
}
.sidebar_game_zj .item{
	margin-left: 25px;
}
.sidebar_game_zj .list p{
	width: auto;
}
/* 资讯列表 end*/

/* 排行榜大全 */
.rank_banner{
	height: 356px;
	background: url(../images/rank_banner.png) no-repeat left / contain;
	margin-top: 20px;
}
.rank-menu-nav{
	flex-wrap: wrap;
	margin-left: -11px;
}
.rank-menu-nav li{
	height: 36px;
	background: #F8F8F8;
	text-align: center;
	line-height: 36px;
	border-radius: 30px 30px 30px 30px;
	margin-left: 11px;
	margin-bottom: 21px;
	padding: 0 14px;
	box-sizing: border-box;
}
.rank-menu-nav li:hover,
.rank-menu-nav li.active{
	background: rgba(106,214,255,0.1);
}
.rank-menu-nav .dot{
	width: 18px;
	height: 18px;
	background: var(--pm-c);
	border-radius: 50%;
	margin-right: 3px;
}
.rank-menu-nav .dot::before{
	width: 10px;
	height: 10px;
	display: inline-block;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/rank_icon.png) no-repeat left / contain;
}

.rank_list_warp{
	margin-bottom: 10px !important;
	margin-top: 0;
}
.rank_list_warp .game_rank_list:nth-child(3n - 2) .rank_top{
	background: url(../images/home_rank_bg1.png) no-repeat top / contain;
}
.rank_list_warp .game_rank_list:nth-child(3n - 1) .rank_top{
	background: url(../images/home_rank_bg2.png) no-repeat top / contain;
}
.rank_list_warp .game_rank_list:nth-child(3n) .rank_top{
	background: url(../images/home_rank_bg3.png) no-repeat top / contain;
}
.rank_list_warp .game_rank_list:nth-child(1),
.rank_list_warp .game_rank_list:nth-child(4),
.rank_list_warp .game_rank_list:nth-child(7){
	margin-left: 0;
}
.rank_list_warp .game_rank_list .btn{
	display: inline-block;
	height: 30px;
	width: 326px;
	border-radius: 6px;
	border: 1px solid var(--pm-c);
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: var(--pm-c);
	margin-top: 20px;
}
.rank_list_warp .game_rank_list .time{
	color: #fff;
	margin-top: 10px;
}
.rank_list_warp .game_rank_list .rank_warp{
	top: -30px;
}
.rank_list_warp .pagination{
	margin-top: 70px !important;
}
/* 排行榜大全 end*/

/* 排行榜列表 */
.rank_list{
	margin-bottom: 18px !important;
	margin-top: 0px;
}
.rank_list .item{
	border-left: 1px solid #f2f2f2;
	padding-left: 15px;
	box-sizing: border-box;
	position: relative;
	margin-top: 30px;
}
.rank_list .item::before{
	content: "";
	display: inline-block;
	width: 3px;
	height: 12px;
	background: var(--pm-c);
	position: absolute;
	left: 0px;
	top: 14px;
}
.rank_list .item .time{
	height: 39px;
	background: #F8F8F8;
	text-align: center;
	line-height: 39px;
	position: relative;
	margin-bottom: 22px;
	font-size: 14px;
	padding: 0 13px;
	box-sizing: border-box;
	display: inline-block;
}
.rank_list .item .time::before{
	content: "";
	display: inline-block;
	width: 7px;
	height: 13px;
	background: url(../images/home_title_icon_.png) no-repeat left / contain;
	position: absolute;
	left: -7px;
	top: 50%;
	transform: translateY(-50%);
}
.rank_list .item .order{
	width: 20px;
	height: 26px;
	text-align: center;
	line-height: 21px;
	display: inline-block;
	background: url(../images/home_rankn.png) no-repeat left / contain;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.rank_list .item:nth-of-type(-n + 3) .order{
	color: transparent;
}
.rank_list .item:nth-of-type(1) .order{
	background: url(../images/home_rank1.png) no-repeat left / contain;
}
.rank_list .item:nth-of-type(2) .order{
	background: url(../images/home_rank2.png) no-repeat left / contain;
}
.rank_list .item:nth-of-type(3) .order{
	background: url(../images/home_rank3.png) no-repeat left / contain;
}
.rank_list .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 10px;
	margin-left: 30px;
	margin-right: 15px;
}
.rank_list .item .type{
	margin-right: 20px;
}
.rank_list .item .down{
	width: 88px;
	height: 32px;
	background: var(--pm-c);
	border-radius: 6px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 32px;
	margin-left: 10px;
}
.rank_list .item .desc,
.rank_list .item .type{
	color: #666;
}
/* 排行榜列表 end*/

/* 网站地图  */
.page_map{
	width: 860px;
}
.page_banner{
	width: 860px;
	height: 175px;
	background: url(../images/page_banner.png) no-repeat left / contain;
	margin-bottom: 20px;
}
.page_map .item {
	margin-bottom: 20px;
}

.page_map .item p {
	width: 729px;
	height: 34px;
	background: linear-gradient( 90deg, #E6F6FF 0%, rgba(255,255,255,0) 100%);
	padding: 0 15px;
	box-sizing: border-box;
	line-height: 34px;
	font-weight: bold;
	font-size: 14px;
	color: var(--pm-c);
	margin: 20px 0;
}
.page_map .item ul li {
	width: 80px;
	height: 30px;
	border-radius: 30px;
	border: 1px solid #EBEBEB;
	line-height: 24x;
	margin-right: 9px;
	margin-bottom: 12px;
	text-align: center;
	padding: 0 14px;
	box-sizing: border-box;
}

.page_map .item ul li a {
	font-size: 12px;
	color: #666666;
	text-align: center;
}

.page_map .item ul li:nth-child(9n) {
	margin-right: 0;
}
/* 网站地图 end */


/* 搜索结果  */
.search_warp {
	margin-bottom: 20px !important;
}
.search_warp .home_game .item,
.search_warp .home_app .item{
	margin-bottom: 20px;
	width: 135px;
}
.jxgl_warp{
	margin-top: 10px;
}
.jxgl_warp .item{
	margin-top: 30px;
}
.jxgl_warp .item .title{
	margin: 0;
	font-weight: bold;
	font-size: 16px;
}
.jxgl_warp .item .thumb{
	width: 156px;
	height: 95px;
	margin-right: 20px;
}
.jxgl_warp .item .time{
	width: 100px;
}
/* 搜索结果 end */


/* 专辑详情  */
.details_zj{
	padding-top: 67px;
	box-sizing: border-box;
	margin-bottom: 18px !important;
}
.details_zj_header{
	height: 181px;
	background: #F8FAFD;
	border-radius: 6px;
	padding: 23px 40px 23px 20px;
	box-sizing: border-box;
	margin-bottom: 28px;
}
.details_zj_header .icon{
	width: 135px;
	height: 135px;
	border-radius: 20px;
	margin-right: 25px;
}
.details_zj_header .title{
	font-weight: bold;
	font-size: 20px;
	color: var(--pm-c);
}
.details_zj_header .info .desc a{
	font-size: 12px;
	color: #999999;
}
.details_zj_header .info .desc a:hover{
	color: var(--pm-c);
}
.details_zj_header .type{
	margin-left: 40px;
}
.details_zj_header .type:first-child{
	margin-left: 0;
}
.show_tj{
	width: 339px;
	height: 262px;
	background: url(../images/show_tj_bg.png) no-repeat left / contain;
	padding: 46px 40px 40px;
	box-sizing: border-box;
	position: relative;
    top: -66px;
}
.show_tj::before{
	content: "";
	display: inline-block;
	width: 46px;
	height: 41px;
	background: url(../images/show_tj_icon.png) no-repeat left / contain;
	position: absolute;
	top: 45px;
    left: 39px;
	z-index: 1;
}
.show_tj .icon{
	width: 90px;
	height: 90px;
	border-radius: 20px;
	margin-right: 11px;
}
.show_tj .title{
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}

.show_tj .type:first-of-type{
	margin: 10px 0;
}
.show_tj .type{
	margin-left: 0;
}
.show_tj .desc{
	margin-top: 15px;
}
.show_tj .btn_box{
	margin-top: 35px;
	text-align: center;
}
.show_tj .down{
	font-weight: bold;
	font-size: 16px;
	color: #20C2FF;
	background: url(../images/show_down.png) no-repeat left / contain;
	background-size: 24px;
	padding-left: 29px;
	
}


.details_zj_list .item{
	border-left: 1px solid #f2f2f2;
	padding-left: 15px;
	box-sizing: border-box;
	position: relative;
}
.details_zj_list .item::before{
	content: "";
	display: inline-block;
	width: 3px;
	height: 12px;
	background: var(--pm-c);
	position: absolute;
	left: 0px;
	top: 9px;
}
.details_zj_list .uk-width-1-3:nth-of-type(2) .item::before{
	background-color: #FFBB5C;
}
.details_zj_list .uk-width-1-3:nth-of-type(3) .item::before{
	background-color: #47DF7A;
}
.details_zj_list .item .time{
	width: 64px;
	height: 28px;
	background: #F8F8F8;
	text-align: center;
	line-height: 28px;
	position: relative;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #999999;
}
.details_zj_list .uk-width-1-3:nth-of-type(-n + 3) {
	margin-top: 25px;
}
.details_zj_list .uk-width-1-3:nth-of-type(-n + 3) .item .time{
	color: #fff;
}
.details_zj_list .uk-width-1-3:nth-of-type(1) .item .time{
	background: var(--pm-c);
}
.details_zj_list .uk-width-1-3:nth-of-type(2) .item .time{
	background: #FFBB5C;
}
.details_zj_list .uk-width-1-3:nth-of-type(3) .item .time{
	background: #47DF7A;
}
.details_zj_list .uk-width-1-3:nth-of-type(1) .item .time::before{
	background: url(../images/details_zj_icon1.png) no-repeat left / contain;
}
.details_zj_list .uk-width-1-3:nth-of-type(2) .item .time::before{
	background: url(../images/details_zj_icon2.png) no-repeat left / contain;
}
.details_zj_list .uk-width-1-3:nth-of-type(3) .item .time::before{
	background: url(../images/details_zj_icon3.png) no-repeat left / contain;
}
.details_zj_list .item .time::before{
	content: "";
	display: inline-block;
	width: 7px;
	height: 13px;
	background: url(../images/home_title_icon_.png) no-repeat left / contain;
	position: absolute;
	left: -7px;
	top: 50%;
	transform: translateY(-50%);
}
.details_zj_list .item .icon{
	width: 95px;
	height: 95px;
	border-radius: 20px;
	margin-right: 13px;
}
.details_zj_list .item .title{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.details_zj_list .item .down{
	width: 70px;
	height: 32px;
	background: var(--pm-c);
	border-radius: 6px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 32px;
	margin-left: 10px;
}
.details_zj_list .item .desc,
.details_zj_list .item .type{
	color: #888;
	margin-top: 10px;
}

.more_zj{
	margin-top: 40px;
}
.more_zj ul{
	margin-left: -9px;
}
.more_zj li{
	padding: 0 15px;
	box-sizing: border-box;
	height: 32px;
	line-height: 32px;
	margin-bottom: 9px;
	margin-left: 9px;
}
.more_zj li a,
.more_zj li:hover a{
	color: #fff;
}
.more_zj li:nth-of-type(1),
.more_zj li:nth-of-type(2),
.more_zj li:nth-of-type(3),
.more_zj li:nth-of-type(8),
.more_zj li:nth-of-type(9),
.more_zj li:nth-of-type(10){
	width: 380px;
}
.more_zj li:nth-of-type(4),
.more_zj li:nth-of-type(5),
.more_zj li:nth-of-type(6),
.more_zj li:nth-of-type(7),
.more_zj li:nth-of-type(11),
.more_zj li:nth-of-type(12),
.more_zj li:nth-of-type(13),
.more_zj li:nth-of-type(14){
	width: 283px;
}

.details_zj .sidebar{
	width: 310px;
	margin-left: 50px;
}

/* 专辑详情 end */

/* 礼包详情  */
.show_game_package,
.show_game{
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0px 0px 4px 0px #DFF0F7;
}
.show_game_package .single_header{
	height: 254px;
	background: #F8FAFD;
	border-radius: 6px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	padding-right: 78px;
	margin-bottom: 20px;
}
.show_game_package .single_header::after{
	content: "";
	display: inline-block;
	width: 78px;
	height: 78px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/gift_icon.png) no-repeat left / contain;
}
.show_game_package .single_header .icon{
	width: 142px;
	height: 142px;
	border-radius: 20px;
	margin-right: 20px;
}
.show_game_package .single_header .info .title{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 30px;
}
.show_game_package .single_header .info .title:hover{
	color: #333;
}
.show_game_package .single_header .down-btn{
	margin-top: 26px;
	margin-left: 10px;
}
.show_game_package .home_game .item,
.show_game .home_game .item{
	width: 125px;
}
/* 礼包详情 end */

/* 手游详情  */

.show_game .single_header{
	height: 254px;
	background: #F8FAFD;
	border-radius: 6px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	padding-right: 78px;
	margin-bottom: 20px;
}
.show_game .single_header::after{
	content: "";
	display: inline-block;
	width: 78px;
	height: 78px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/gift_icon.png) no-repeat left / contain;
}
.show_game .single_header .icon{
	width: 142px;
	height: 142px;
	border-radius: 20px;
	margin-right: 20px;
}
.show_game .single_header .info .title{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 30px;
}
.show_game .single_header .info .title:hover{
	color: #333;
}
.show_game .single_header .down-btn{
	margin-top: 26px;
	margin-left: 10px;
}

.screenshots {
    position: relative;
    height: auto;
    margin: 30px auto;
    padding: 0 43px;
}

.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;
    padding-left: 13px; */
	width: 33.3%;
    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 {
    /* display: block; */
    width: 24px;
    height: 48px;
	background: #D9D9D9;
	line-height: 48px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.screenshots .btn svg {
    display: none;
}

.screenshots .left {
	border-radius: 0 50px 50px 0;
    left: 0;
}
.screenshots .left span{
    background: url(../images/slider_l.png) no-repeat left / contain;
	background-size: 17px;
    margin: 0px;
}
.screenshots .right span{
    background: url(../images/slider_r.png) no-repeat left / contain;
	background-size: 17px;
    margin: 0px;
	margin-left: 4px;
}
.screenshots .right {
	border-radius: 50px 0 0 50px;
    background-image: url(../images/slider_r.png) no-repeat left / contain;
    right: 0;
}
.single .tip {
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: linear-gradient( 90deg, #E6F6FF 0%, rgba(255,255,255,0) 100%);
	font-weight: bold;
	font-size: 14px;
	color: var(--pm-c);
	letter-spacing: 1px;
	padding-left: 15px;
	margin: 0;
}
/* 手游详情 end */


/* 资讯详情  */
.show_news_warp{
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0px 0px 4px 0px #DFF0F7;
}
.show_news_warp .single_header{
	padding: 34px 25px;
	box-sizing: border-box;
	text-align: center;
	margin: 30px 0 20px;
	border-bottom: 1px dashed #E5E5E5;
}
.show_news_warp .single_header .title{
	font-weight: bold;
	font-size: 18px;
	color: #222222;
}
.show_news_warp .single_header .others {
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-top: 16px;
}
.show_news_warp .single_header .others span {
	margin: 0 15px;
}
/* 资讯详情 end */


/* 排行榜详情  */
.show_rank_warp{
	margin-top: 0;
	position: relative;
	margin-bottom: 18px !important;
}
.show_rank_warp .rank_banner{
	height: 354px;
}
.show_rank_warp .title_box{
	width: 1160px;
	height: 60px;
	line-height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px #D9E0E3;
	border-radius: 10px;
	padding: 0 20px;
	box-sizing: border-box;
	position: absolute;
	top: -40px;
}
.show_rank_warp .title_box h1{
	font-weight: bold;
	font-size: 16px;
	color: #333333;
    background: url(../images/show_rank_icon.png) no-repeat left / contain;
	background-size: 26px;
	padding-left: 43px;
	box-sizing: border-box;
	margin-bottom: 0;
    height: 26px;
    line-height: 26px;
}
.show_rank_warp .rank_list .time span{
	color: var(--pm-c);
}
.show_rank_warp .rank_list .info .title{
	font-weight: bold;
}
/* 排行榜详情 end */


/* 开服  */
.category-kaifu{
	margin-bottom: 20px !important;
}
.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: #FFAA75;
	padding-left: 20px;
}
.kaifu_warp .down:hover{
	background-color: #FF8D46;
}

.kaifu_warp .gift {
	background: #6AD6FF;
	padding-left: 22px;
}
.kaifu_warp .gift:hover{
	background-color: #32C2F9;
}

.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 */











