:root {
	--pm-c: #FA6087;
}

/*隐藏类*/
.hide {
	display: none !important;
}

/*隐藏遮罩*/
#aq-model {
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff url(/themes/default/404.png) no-repeat center;
}

/*应用信息样式*/
#app_info {
	/* margin: 20px 0 */
}

#app_info li {
	display: inline-block;
    width: 32.9%;
    color: #4D4D4D;
    font-size: 16px;
    /* margin: 10px 0; */
}

#app_info li b {
	cursor: pointer;
    color: #4D4D4D;
    font-size: 16px;
    font-weight: normal;
}
#app_info li .quanxian{
	border-bottom: 1px solid #4D4D4D;
    line-height: 16px;
	display: inline-block;
}

#app_info_cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	text-align: center;
	z-index: 9999
}

#app_info_cover .app_info_main {
	background: #fff;
	width: 520px;
	margin: auto;
	margin-top: 100px;
	border-radius: 8px;
	overflow: hidden;
}

#app_info_cover .app_info_title {
	background: #5CA8F6;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

#app_info_cover .app_info_body {
	padding: 20px;
	height: 320px;
	overflow-y: scroll;
	text-align: left;
}

#app_info_cover .app_info_close {
	margin: 20px;
	font-size: 17px;
	color: #fff;
	background: #5CA8F6;
	line-height: 48px;
	border-radius: 20px;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-top: 30px;
}

@media (max-width: 760px) {
	#app_info li {
		width: 100%;
		margin-top: 10px;
	}

	#app_info_cover .app_info_main {
		width: 98%;
	}

	#app_info_cover .app_info_close {
		font-size: 16px;
		line-height: 42px;
	}
}

/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/* 解决IOS默认滑动很卡的情况 */
	-webkit-overflow-scrolling: touch;
}

/*修改UIKIT框架自带样式*/
body,
html {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}
body{
	background: #F7F7F7 url(../images/body_bg.png) no-repeat top/contain;
	background-size: 100% 630px;
}

.bg-f {
	background-color: #ffffff;
}

.uk-container {
	box-sizing: border-box;
	padding: 0px;
}

a,
a:hover {
	text-decoration: none;
}

ol,
ul,
p {
	padding: 0;
	margin: 0;
	list-style: none;
}

/*图片高清*/
img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	object-fit: cover;
}

/*边框样式*/
.b-a {
	border: 1px solid #F4F4F4 !important;
}

.b-b {
	border-bottom: 1px solid #F4F4F4 !important;
}

.b-t {
	border-top: 1px solid #F4F4F4 !important;
}

.b-l {
	border-left: 1px solid #F4F4F4 !important;
}

.b-r {
	border-right: 1px solid #F4F4F4 !important;
}

/* 虚线上边框 */
.b-t-dashed {
	border-top: 1px dashed #F4F4F4 !important;
}

/* 虚线下边框 */
.b-b-dashed {
	border-bottom: 1px dashed #F4F4F4 !important;
}

/* 内边距  */
.p-a-0 {
	padding: 0px;
}

.p-a-5 {
	padding: 5px;
}

.p-a-10 {
	padding: 10px;
}

.p-a-15 {
	padding: 15px;
}

.p-a-20 {
	padding: 20px;
}

.p-a-25 {
	padding: 25px;
}

.p-a-30 {
	padding: 30px;
}

/* 内上边距 */
.p-t-0 {
	padding-top: 0px !important;
}

.p-t-5 {
	padding-top: 5px;
}

.p-t-10 {
	padding-top: 10px;
}

.p-t-15 {
	padding-top: 15px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-t-30 {
	padding-top: 30px;
}

/* 内下边距 */
.p-b-0 {
	padding-bottom: 0px !important;
}

.p-b-5 {
	padding-bottom: 5px;
}

.p-b-10 {
	padding-bottom: 10px;
}

.p-b-15 {
	padding-bottom: 15px;
}

.p-b-20 {
	padding-bottom: 20px;
}

.p-b-30 {
	padding-bottom: 30px !important;
}

/* 内右边距 */
.p-r-0 {
	padding-right: 0px;
}

.p-r-5 {
	padding-right: 5px;
}

.p-r-10 {
	padding-right: 10px;
}

.p-r-15 {
	padding-right: 15px;
}

.p-r-20 {
	padding-right: 20px;
}

.p-r-30 {
	padding-right: 30px;
}

/* 内左边距 */
.p-l-0 {
	padding-left: 0px;
}

.p-l-5 {
	padding-left: 5px;
}

.p-l-10 {
	padding-left: 10px;
}

.p-l-15 {
	padding-left: 15px;
}

.p-l-20 {
	padding-left: 20px;
}

.p-l-30 {
	padding-left: 30px;
}

/*圆角样式*/
.b-r-4 {
	border-radius: 4px !important;
}

.b-r-6 {
	border-radius: 6px !important;
}

.b-r-8 {
	border-radius: 8px !important;
}

.b-r-10 {
	border-radius: 10px !important;
}

.b-r-12 {
	border-radius: 12px !important;
}

.b-r-24 {
	border-radius: 24px !important;
}

/* 上外边距 */
.m-t-0 {
	margin-top: 0px !important;
}

.m-t-5 {
	margin-top: 5px !important;
}

.m-t-10 {
	margin-top: 10px !important;
}

.m-t-15 {
	margin-top: 15px !important;
}

.m-t-20 {
	margin-top: 20px !important;
}

.m-t-25 {
	margin-top: 25px !important;
}

.m-t-30 {
	margin-top: 30px !important;
}

.m-t-35 {
	margin-top: 35px !important;
}
.m-t-40 {
	margin-top: 40px !important;
}
.m-t-50 {
	margin-top: 50px !important;
}
.m-t-60 {
	margin-top: 60px !important;
}

/* 下外边距 */
.m-b-0 {
	margin-bottom: 0px !important;
}

.m-b-5 {
	margin-bottom: 5px !important;
}

.m-b-10 {
	margin-bottom: 10px !important;
}

.m-b-15 {
	margin-bottom: 15px !important;
}

.m-b-20 {
	margin-bottom: 20px !important;
}

.m-b-25 {
	margin-bottom: 25px !important;
}

.m-b-30 {
	margin-bottom: 30px !important;
}
.m-b-35 {
	margin-bottom: 35px !important;
}
.m-b-40 {
	margin-bottom: 40px !important;
}
.m-b-50 {
	margin-bottom: 50px !important;
}

/* 左外边距 */
.m-l-0 {
	margin-left: 0px !important;
}

.m-l-5 {
	margin-left: 5px !important;
}

.m-l-10 {
	margin-left: 10px !important;
}

.m-l-15 {
	margin-left: 15px !important;
}

.m-l-20 {
	margin-left: 20px !important;
}

.m-l-25 {
	margin-left: 25px !important;
}

.m-l-30 {
	margin-left: 30px !important;
}

.m-l-35 {
	margin-left: 35px !important;
}

.m-l-40 {
	margin-left: 40px !important;
}


/* 右外边距 */
.m-r-0 {
	margin-right: 0px !important;
}

.m-r-5 {
	margin-right: 5px !important;
}

.m-r-10 {
	margin-right: 10px !important;
}

.m-r-15 {
	margin-right: 15px !important;
}

.m-r-20 {
	margin-right: 20px !important;
}

.m-r-30 {
	margin-right: 30px !important;
}
.m-r-40 {
	margin-right: 40px !important;
}

/* 溢出2行省略号 */
.line-2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

/* 溢出3行省略号 */
.line-3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

/* 溢出4行省略号 */
.line-4 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
}

/*伪类居中*/
/* 增加伪类 前置 */
.before-middle {
	position: relative;
}

.before-middle::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

/* 增加伪类 后置 */
.after-middle {
	position: relative;
}

.after-middle::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.before-center {
	position: relative;
}

.before-center::before {
	content: "";
	position: absolute;
}

.after-center {
	position: relative;
}

.after-center::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

/* 分页 */
.pagination {
	margin: 80px 0 50px 0 !important;
	text-align: center;
}

.pagination .page-item {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px;
	border: 1px solid #F4F4F4;
	color: #666;
	background: #fff;
}

.pagination .active span {
	background: var(--pm-c);
	color: #fff;
}

.pagination .page-item:hover {
	background: var(--pm-c);
	color: #fff;
}

.pagination .page-item .page-link {
	display: block;
	padding: 6px 10px;
	border: 1px solid transparent;
}

.pagination li a {
	display: inline-block;
	color: #666;
}

.pagination li a:hover {
	background: var(--pm-c);
	color: #fff;
	border: 1px solid var(--pm-c) !important;
}
.score{
	color: var(--pm-c);
	font-size: 12px;
}
/* 评分 */
.star {
	height: 15px;
	width: 60px;
	display: inline-block;
	/* background: url(../images/home_hot_.png) repeat-x 12px / contain; */
	vertical-align: text-top;
}

.star:before {
	content: "";
	display: block;
	/* background: url(../images/home_hot.png) repeat-x 12px / contain; */
	height: 15px;
}

.star-1:before {
	width: 12px;
}

.star-2:before {
	width: 24px;
}

.star-3:before {
	width: 36px;
}

.star-4:before {
	width: 48px;
}

.star-5:before {
	width: 60px;
}

/* .star1 {
	height: 22px;
	width: 110px;
	display: inline-block;
	background: url(../images/icon-star-bg1.png) repeat-x 22px / contain;
	vertical-align: sub;
}

.star1:before {
	content: "";
	display: block;
	background: url(../images/icon-star1.png) repeat-x 22px / contain;
	height: 22px;
}

.star1-1:before {
	width: 22px;
}

.star1-2:before {
	width: 44px;
}

.star1-3:before {
	width: 66px;
}

.star1-4:before {
	width: 88px;
}

.star1-5:before {
	width: 110px;
} */

/*面包屑导航*/
.crumbs {
	font-size: 12px;
	color: #999;
	box-sizing: border-box;
	position: relative;
	padding-left: 18px;
}
.crumbs::before{
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	left: 0px;
	background: url(../images/location.png) no-repeat left/contain;
}
.crumbs a {
	display: inline-block;
	position: relative;
	font-size: 12px;
	color: #999;
}

.crumbs a::after {
	content: ">";
}

.crumbs a:last-child:after {
	content: "";
}
.crumbs .toMyself{
	color: #4D4D4D;
}

/* 平台 安卓 苹果 图标显示 */
.platform{
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	padding: 2px;
	box-sizing: border-box;
	vertical-align: bottom;
}
.platform.az{
	background: #D9D9D9 url(../images/az.png) no-repeat center/contain;
	background-size: 12px;
	margin-right: 4px;
}
.platform.az_{
	background: #96CF4E url(../images/az.png) no-repeat center/contain;
	background-size: 12px;
}
.platform.ios{
	background: #D9D9D9 url(../images/ios.png) no-repeat center/contain;
	background-size: 12px;
}
.platform.ios_{
	background: #5B77EA url(../images/ios.png) no-repeat center/contain;
	background-size: 12px;
}

/* 公共标题 */
.module-title {
	position: relative;
	/* height: 24px;
	line-height: 24px; */
	/* padding-bottom: 13px; */
}

.module-title .title {
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	/* letter-spacing: 2px; */
	/* line-height: 24px; */
	padding-left: 24px;
	background: url('../images/module_icon.png') no-repeat left/contain;
	background-size: 16px;
}

.module-title .more {
	display: inline-block;
	/* border-radius: 4px; */
	/* border: 1px solid var(--pm-c); */
	font-size: 12px;
	color: #999999;
}
.module-title .more::after{
	display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background: var(--pm-c) url(../images/module_more.png) no-repeat center/contain;
	background-size: 8px;
	margin-left: 6px;
	/* border-radius: 4px; */
	padding: 2px;
	vertical-align: bottom;
}

/* .module-title .title::before {
	display: inline-block;
	width: 5px;
	height: 17px;
	background-color: var(--pm-c);
	border-radius: 10px;
	left: 0;
} */

/*默认图标尺寸*/
.item .icon {
	margin: 0 auto;
	overflow: hidden;
}

.item .icon img {
	width: 100%;
	height: 100%;
}

/* 默认缩略图尺寸 */
.item .thumb img {
	width: 100%;
	height: 100%;
}

.item .thumb a,
.item .icon a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

/* .item:hover .title, */
.list:hover .title,
ul li:hover .title {
	color: var(--pm-c);
}

.item .title:hover {
	color: var(--pm-c);
}

/* 默认的一些文字大小和颜色 */
.info {
	flex: 1;
	overflow: hidden;
}

.info .title {
	font-size: 14px;
	color: #333;
	display: block;
}

.info .title:hover,
.info .title_:hover {
	color: var(--pm-c);
}

.info .text,
.info .time {
	font-size: 12px;
	color: #999;
}

.title {
	display: block;
	font-size: 14px;
	color: #333333;
}
.title_{
	color: #666;
	display: block;
	font-size: 14px;
}

.text,
.time,
.type,
.desc,
.size,
.num {
	font-size: 12px;
	color: #999;
}

/* list 样式 */
.list-container li {
	margin-top: 17px;
}

.list-container li .title {
	font-size: 14px;
	color: #333333;
}

.list-container li .time {
	font-size: 12px;
	color: #999;
	margin-left: 5px;
}

/* 图标 */
.list-container li .dot {
	display: block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background: url('../images/list_dot.png') no-repeat center/contain;
	background-size: 6px;
}
.list-container li:hover .dot{
	background: url('../images/list_dot_.png') no-repeat center/contain;
	background-size: 10px;
}

/* 圆点 */
.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;
	color: var(--pm-c);
	margin-right: 10px;
}
/* 序号 */
.list-container li .order{
	width: 19px;
	height: 19px;
	/* background: #E3E3E3; */
	text-align: center;
	line-height: 19px;
	font-weight: bold;
	font-size: 16px;
	color: #999999;
	margin-right: 13px;
}
/* 数字 */
.list-container li .num{
	width: 11px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	font-weight: bold;
	font-size: 16px;
	color: #999999;
	margin-right: 9px;
	font-style: italic;
}

/* 公共头部样式 */
/* 公共头部样式 */
.header {
	padding-top: 25px;
	box-sizing: border-box;
	margin-bottom: 16px;
	/* position: relative; */
	/* height: 250px; */
	/* background: url('../images/header_bg.png') no-repeat center/contain; */
	/* background-size: 100% */
}

/* logo样式 */
.logo {
	/* width: 225px; */
	height: 100%;
}
.header .nav{
	background: var(--pm-c);
	border-radius: 5px;
	display: flex;
	margin-top: 25px;
}
.header .nav li{
	text-align: center;
    padding: 14px 0;
    box-sizing: border-box;
    width: 150px;
	height: 50px;
    line-height: 20px;
}
.header .nav li:not(:last-of-type) a{
	border-right: 1px dashed rgba(255,255,255,0.6);
}
.header .nav li.active:first-of-type a,
.header .nav li:hover:first-of-type a{
	background: url('../images/nav_home.png') no-repeat left/contain;
	background-size: 20px;
	background-position: 30px;
}
.header .nav li.active,
.header .nav li:hover{
	background-color: #E4577B;
}
.header .nav li.active a,
.header .nav .li:hover a{
	border: none;
}
.header .nav li a{
	display: inline-block;
	width: 100%;
	font-size: 18px;
	color: #FFFFFF;
}

/* 搜索 */
.header .search {
	width: 290px;
	height: 36px;
	line-height: 36px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid var(--pm-c);
	overflow: hidden;
	position: relative;
	margin-left: 10px;
	margin-right: 16px;
}

.header .search .search_input {
	height: 100%;
	width: 100%;
	border: none;
	outline: medium;
	vertical-align: top;
    /* line-height: 30px; */
	color: #999999;
	font-size: 12px;
	background-color: #ffffff;
	text-indent: 10px;
	padding-left: 36px;
	box-sizing: border-box;	
}

.search-input:-webkit-input-placeholder {
	color: #ccc;
}

.search-input:-moz-input-placeholder {
	color: #ccc;
}

.search-input:-ms-input-placeholder {
	color: #ccc;
}

.header .search .search-btn {
	width: 18px;
	height: 18px;
	/* line-height: 24px; */
	cursor: pointer;
	background: url(../images/search_icon.png) no-repeat center/contain;
	position: absolute;
	left: 12px;
	border: none;
	top: 50%;
    transform: translateY(-50%);
}
.header span,
.header .title{
	font-size: 12px;
	color: #565656;
}
.header .title:hover{
	color: var(--pm-c);
}
.header .title:not(:first-of-type){
	margin-left: 8px;
}

/* 公共头部样式end */

/* 公共尾部样式 */
.footer {
	background-color: #333;
	padding: 39px 0;
	font-size: 14px;
	color: #999;
	text-align: center;
	height: 180px;
    box-sizing: border-box;
}
.footer .company{
	font-size: 14px;
	color: #CCCCCC;
	margin-bottom: 24px;
}
.footer span,
.footer a,
.footer p {
	font-size: 14px;
	color: #999;
}
.footer p {
	margin-top: 24px;
}
.footer span:last-child,
.footer a:last-child {
	margin-right: 0;
}

.footer .name {
	color: #ccc;
}

.footer .aBox span,
.footer .aBox a {
	margin-right: 10px;
}

.footer .aBox a::after {
	content: '|';
	display: inline-block;
	color: #999;
	margin-left: 15px;
}

.footer .aBox a:last-child::after {
	content: "";
}

.footer .footer_p {
	line-height: 34px;
}

/* 友情链接 */
.index_link{
	margin-bottom: 20px !important;
}
.index_link ul {
	margin-left: -15px;
	margin-top: 10px;
}

.index_link ul li {
	display: inline-block;
	margin-top: 10px;
	margin-left: 20px;
}

.index_link ul li a {
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
}

.index_link ul li:hover a {
	color: var(--pm-c) !important;
}

/* index_link ul li::after {
	content: '|';
	display: inline-block;
	color: #999;
	margin-left: 10px;
} */

/* .index_link ul li:last-child::after {
	display: none;
}

.index_link ul li:last-child::after {
	display: none;
} */
/* 侧边栏 */
.sidebar {
	margin-left: 40px;
	width: 320px;
}

.sidebar .game-rank {
	width: 100%;
}

/* 详情页公共样式 */
.single_content_title{
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 auto 20px;
	/* position: relative; */
}
.single_content_title::before{
	width: 32px;
	height: 20px;
	background: url(../images/single_content_title_l.png) no-repeat left / contain;
	left: -46px;
}
.single_content_title::after{
	background: url(../images/single_content_title_r.png) no-repeat left / contain;
	right: -46px;
	width: 32px;
	height: 20px;
}
.single_content_title i{
	display: inline-block;
	width: 82px;
	height: 5px;
	background: linear-gradient( 90deg, #FA6087 0%, #FFA7CA 100%);
	border-radius: 99px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.single .single_content {
	/* padding: 35px 25px; */
}

.single .single_content iframe {
	display: block;
	margin: 0 auto;
	width: 520px;
	height: 320px;
}

.single .single_content p {
	font-weight: 400;
	font-size: 16px;
	color: #4D4D4D;
	/* text-indent: 2em; */
	margin: 20px 0 40px;
	line-height: 2.5;
}

.single .single_content p img {
	max-width: 68% !important;
	margin: 10px auto;
	display: block;
}
.single .single_content h2,
.single .single_content h3 {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	letter-spacing: 1px;
	background: url(../images/single_content_icon.png) no-repeat left / contain;
	background-size: 14px;
	padding-left: 22px;
	margin: 0;
}
/* .single .single_content h2:first-of-type,
.single .single_content h3:first-of-type{
	margin-top: 20px;
} */

/* .single .single_content h3::after,
.single .single_content h3::after {
	content: '';
	width: 640px;
	height: 1px;
	background-color: #F2F2F2;
	display: inline-block;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(50%);
	z-index: -1;
} */

/* 详情下载按钮 */
.single .down-btn .btn {
	position: relative;
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	width: 170px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.single .down-btn .lb{
	margin-bottom: 20px;
}
.single .down-btn .ios{
	margin-right: 20px;
}

.single .down-btn .pc {
	/* background: var(--pm-c); */
}

.single .down-btn .sy,
.single .down-btn .ios,
.single .down-btn .mob,
.single .down-btn .xz {
	background: url('../images/game_xz_bg.png') no-repeat center/contain;
}
.single .down-btn .az{
	background: url('../images/az_xz_bg.png') no-repeat center/contain;
}
.single .down-btn .lb {
	background: url('../images/gift_bg.png') no-repeat center/contain;
}

.single .down-btn .btn:hover .qrcode {
	display: block;
}

.single .down-btn .btn:hover a {
	color: #fff !important;
}

.single .down-btn .btn .qrcode {
	display: none;
	background-color: #fff;
	z-index: 999;
	position: absolute;
	right: 5%;
	top: 120%;
	border-radius: 10px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	border: 1px solid var(--pm-c);
}

.single .down-btn .btn .qrcode img {
	width: 120px;
	height: 120px;
}

.single .down-btn .btn a,
.single .down-btn .btn span {
	position: relative;
	/* font-weight: bold; */
	font-size: 16px;
	color: #fff;
}

/* .single .down-btn .az a,
.single .down-btn .az span {
	background-image: url('../images/az.png');
}

.single .down-btn .ios a,
.single .down-btn .ios span {
	background-image: url('../images/ios.png');
}

.single .down-btn .pc a,
.single .down-btn .pc span {
	background-image: url('../images/pc.png');
}

.single .down-btn .mob a,
.single .down-btn .mob span {
	background-image: url('../images/play.png');
}

.single .down-btn .sy a,
.single .down-btn .sy span {
	background-image: url('../images/album_btn.png');
}

.single .down-btn .lb a,
.single .down-btn .lb span {
	background-image: url('../images/lb_icon.png');
	background-size: 16px;
}

.single .down-btn .xz a,
.single .down-btn .xz span {
	background-image: url('../images/xz_icon.png');
	background-size: 16px;
} */

.single .down-btn .none {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
	opacity: .4;
	border: none;
}

/* 404 500 错误页面 */
.page-error {
	min-height: 520px;
	/* margin-top: 160px; */
	background: #FFFFFF;
	padding-top: 100px;
}

.page-error .page-404 {
	width: 240px;
	height: 240px;
	margin: 0 auto;
	background: url(../images/404.png) no-repeat center/contain;
}

.page-error .page-500 {
	width: 240px;
	height: 240px;
	margin: 0 auto;
	background: url(../images/500.png) no-repeat center/contain;
}

.page-error p {
	font-size: 14px;
	color: #999999;
	/* margin: 45px 0 30px; */
	margin-bottom: 25px;
}

.page-error .go-home {
	display: inline-block;
	width: 110px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid var(--pm-c);
	line-height: 40px;
	font-size: 14px;
	color: var(--pm-c);
	text-align: center;
	box-sizing: border-box;
}

/* 单页面样式 */
.page {
	min-height: 720px;
	margin-bottom: 30px;
	padding-bottom: 30px !important;
	padding-top: 0 !important;
}

.page-nav {
	margin-right: 40px;
}

.page-nav li{
	width: 210px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #EBEBEB;
	margin-bottom: 12px;
}
.page-nav li:hover,
.page-nav li.active{
	background-color: var(--pm-c);
}
.page-nav li:hover a,
.page-nav li.active a{	
	background: url(../images/page_btn.png) no-repeat 180px / contain;
	background-size: 18px;
	color: #fff;
}

.page-nav li a{
	width: 100%;
	font-size: 18px;
	color: #B3B3B3;
	display: inline-block;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 0 12px;
}

/* .page-content{
	width: 860px;
} */
.page .page-title {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin: 30px 0 20px;
}
.page-content p {
	font-size: 16px;
	color: #666666;
	/* letter-spacing: 1px; */
	/* text-indent: 2em; */
	margin: 30px 0;
	line-height: 36px;
}
.page-content ul {
	flex-wrap: wrap;
	margin-left: -20px;
}

.page-content ul li {
	width: 110px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	text-align: center;
	background: #F7F7F7;
	border-radius: 6px;	
	margin-left: 20px;
	margin-bottom: 15px;
	box-sizing: border-box;
	border: 1px solid #F7F7F7;
}

.page-content ul li a {
	font-size: 14px;
	color: #666666;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.page-content ul li:hover,
.page-content ul li.active{
	border-color: var(--pm-c);
	background-color: #fff;
}
.page-content ul li:hover a,
.page-content ul li.active a {
	color: var(--pm-c);	
}

/* 搜索页样式 */
.search-total {
	font-size: 24px;
	color: #333333;
	/* letter-spacing: 1px; */
	margin: 30px 0;
}
/* 列表页公共样式 */
/* 菜单栏 */
.menu_nav{
	border-radius: 15px;
	border: 3px solid #FFE3EA;
	padding-bottom: 20px;
	padding-top: 8px;
	padding: 8px 60px 20px 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 24px;
	position: relative;
}
.menu_nav::after{
	content: '';
	display: inline-block;
	width: 160px;
	height: 80px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/game_type_icon.png) no-repeat center / contain;
}
.menu_nav li{
	width: 122px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(247,247,247,0.8);
	border-radius: 8px;
	display: inline-block;
	margin-top: 12px;	
	box-sizing: border-box;
	margin-right: 12px;
}
.menu_nav li a{
	font-size: 16px;
	color: #4D4D4D;
	display: inline-block;
    width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 8px;
}
.menu_nav li.active a,
.menu_nav li:hover a{
	color: #FFFFFF;
	background: var(--pm-c);
}
/* 模块 */
.module{
	padding: 20px;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 5px;
	margin-bottom: 30px;
}
.w390{
	width: 390px;
}
.w320{
	width: 320px;
}

/* 首页 */
.index_top_news{
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #F2F2F2;
}
.index_top_news .item{
	width: 100%;
	position: relative;
	text-align: center;
}
.index_top_news .item::before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/hot_icon.png) no-repeat center / contain;
	position: absolute;
	top: -3px;
    right: -3px;
    z-index: 1;
}
.index_top_news .item .thumb{
	width: 100%;
	height: 90px;
	margin-bottom: 8px;
}

.index_top_game .item{
	width: 80px;
}
.index_top_game .item:not(:first-of-type){
	margin-left: 40px;
}
.index_top_game .item .icon{
	width: 80px;
	height: 80px;
	margin-bottom: 8px;
	border-radius: 20px;
}


.index_catList{
	margin: 22px 0 34px;
	padding-bottom: 18px;
	border-bottom: 1px solid #F2F2F2;
}
.index_catList ul {
	list-style: none;
	margin-top: 16px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}

.index_catList ul:first-child {
	margin-top: 0;
}

.index_catList ul li {
	margin-right: 9px;
	padding-right: 12px;
}

.index_catList ul li:first-child {
	width: 72px;
	height: 28px;
	text-indent: 14px;
	line-height: 28px;
	margin-right: 10px;
}
.index_catList ul:nth-of-type(1) li:first-of-type{
	background: url(../images/type_bg1.png) no-repeat center / contain;
}
.index_catList ul:nth-of-type(2) li:first-of-type{
	background: url(../images/type_bg2.png) no-repeat center / contain;
}.index_catList ul:nth-of-type(3) li:first-of-type{
	background: url(../images/type_bg3.png) no-repeat center / contain;
}

.index_catList ul li:first-child span {
	font-size: 14px;
	color: #FFFFFF;
}

.index_catList ul li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 5px;
	width: 1px;
	height: 12px;
	background: #E6E6E6;
}

.index_catList ul li:first-child {
	padding-right: 0;
}

.index_catList ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.index_catList ul li:first-child:after {
	display: none;
}

.index_catList ul li i {
	line-height: 0;
	margin: 0 20px;
}


.index_slide {
	margin-bottom: 30px;
}

.index_slide .slider {
	width: 100%;
	height: 220px;
}

.index_slide .slider .slide {
	width: 100%;
	height: 100%;
	margin-left: 0;
}

.index_slide .slider li {
	padding-left: 0;
}

.index_slide .slider li .img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.index_slide .slider li .img span {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 0 70px 0 15px;
	display: block;
	width: 100%;
	line-height: 40px;
	text-align: left;
	box-sizing: border-box;
}

.index_slide .slider .slideNav {
	position: absolute;
	bottom: 14px;
	right: 16px;
}

.index_slide .slider .slideNav li {
	margin-right: 5px;
	padding-left: 0;
}

.index_slide .slider .slideNav li:last-child {
	margin-right: 0;
}

.index_slide .slider .slideNav li a {
	width: 8px;
	height: 8px;
	background: rgba(255,255,255,0.4);
	display: block;
	border-radius: 50%;
	border: none;
}

.index_slide .slider .slideNav li.uk-active a {
	background-color: var(--pm-c);
}


.index_new_news .item{
	margin-top: 40px;
}
.index_new_news .item .thumb{
	width: 100px;
	height: 64px;
	margin-right: 15px;
}
.index_new_news .item .desc{
	height: 26px;
	line-height: 26px;
	background: #F5F5F5;
	border-radius: 5px;
	margin-top: 15px;
}
.index_new_news .item .desc .time{
	display: inline-block;
	width: 58px;
	height: 26px;
	text-indent: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background: url(../images/album_date_bg.png) no-repeat center / contain;
	background-size: 58px 26px;
	box-sizing: border-box;
	text-indent: 5px;
}
.index_new_news .item .desc p{
	margin-left: 5px;
}


.index_news_thumb{
	border-bottom: 1px solid #F2F2F2;
}
.index_news_thumb .row:nth-of-type(even){
	margin-top: 15px;
	margin-bottom: 23px;
}
.index_news_thumb .thumb{
	width: 120px;
	height: 78px;
	margin-left: 15px;
}
.index_news_thumb .title{
	font-weight: bold;
	font-size: 18px;
	color: #FA6086;
	margin-bottom: 13px;
}
.index_news_thumb .title_{
	width: 47%;
	text-align: center;
}
.index_news_thumb .title_:hover{
	color: var(--pm-c);
}


.index_news_list .tab_news{
	margin-top: 28px;
}
.index_news_list .tab_news li{
	width: 33%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #F5F5F5;
	border-top: 2px solid #EAEAEA;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}
.index_news_list .tab_news li.active{
	border-color: #555555;
	background-color: #fff;
	font-weight: bold;
}
.index_news_list .news_list{
	display: none;
}
.index_news_list .news_list.active{
	display: block;
}
.index_news_list li .size{
	background: url(../images/eye.png) no-repeat left / contain;
	padding-left: 20px;
	box-sizing: border-box;
	background-size: 16px;
	margin-left: 10px;
}


.index_tj_game .item{
	width: 106.6px;
	padding: 16px 10px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.index_tj_game .item:nth-of-type(1){
	background: url(../images/tj_bg1.png) no-repeat center / cover;
}
.index_tj_game .item:nth-of-type(2){
	background: url(../images/tj_bg2.png) no-repeat center / cover;
}
.index_tj_game .item:nth-of-type(3){
	background: url(../images/tj_bg3.png) no-repeat center / cover;
}
.index_tj_game .item:nth-of-type(4){
	background: url(../images/tj_bg4.png) no-repeat center / cover;
}
.index_tj_game .item:nth-of-type(5){
	background: url(../images/tj_bg5.png) no-repeat center / cover;
}
.index_tj_game .item:nth-of-type(6){
	background: url(../images/tj_bg6.png) no-repeat center / cover;
}
.index_tj_game .item:nth-of-type(7){
	background: url(../images/tj_bg7.png) no-repeat center / cover;
}
.index_tj_game .item:nth-of-type(8){
	background: url(../images/tj_bg8.png) no-repeat center / cover;
}
.index_tj_game .item:nth-of-type(9){
	background: url(../images/tj_bg9.png) no-repeat center / cover;
}
.index_tj_game .item:nth-of-type(-n + 3)::before{
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;	
	position: absolute;
	top: 0px;
	left: 20px;
}
.index_tj_game .item:nth-of-type(1)::before{
	background: url(../images/tj_No1.png) no-repeat center / contain;
}
.index_tj_game .item:nth-of-type(2)::before{
	background: url(../images/tj_No2.png) no-repeat center / contain;
}
.index_tj_game .item:nth-of-type(3)::before{
	background: url(../images/tj_No3.png) no-repeat center / contain;
}
.index_tj_game .item:nth-of-type(1) .icon{
	border: 3px solid transparent;
	background-image: linear-gradient(to bottom, #FFE600, #FFB007);
}
.index_tj_game .item:nth-of-type(2) .icon{
	border: 3px solid transparent;
	background-image: linear-gradient(to bottom, #9ED9FF, #2BABFF);
}
.index_tj_game .item:nth-of-type(3) .icon{
	border: 3px solid transparent;
	background-image: linear-gradient(to bottom, #FFBAA0, #FF8254);
}
.index_tj_game .item .icon{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0 auto 10px;
}


.index_ht_tl li{
	margin-top: 15px;
	padding-bottom: 14px;
	border-bottom: 1px solid #F2F2F2;
	padding-left: 16px;
	box-sizing: border-box;
	position: relative;
}
.index_ht_tl li:last-of-type{
	border-bottom: none;
	padding-bottom: 0px;
}
.index_ht_tl li::before {
	content: '';
	position: absolute;
	top: 5px;
    left: 2px;
	display: block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background: url('../images/list_dot.png') no-repeat center/contain;
	background-size: 6px;
}
.index_ht_tl li:hover::before{
	background: url('../images/list_dot_.png') no-repeat center/contain;
	background-size: 10px;
}
.index_ht_tl li .title{
	max-width: 283px;
}
.index_ht_tl li .desc{
	margin-top: 12px;
}
.index_ht_tl li span{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../images/home_ht_dot.png') no-repeat center/contain;
}


.index_game_down{
	margin-right: 30px;
	position: relative;
}
.index_game_down .game_type{
	position: absolute;
	left: 124px;
	top: 2px;
	display: flex;
}
.index_game_down .game_type .title{
	height: 28px;
	line-height: 28px;
	border-radius: 6px;
	border: 1px solid #EFEFEF;
	padding: 0 8px;
	box-sizing: border-box;
	margin-right: 12px;
	z-index: 1;
}
.index_game_down .game_type .title:hover{
	border-color: var(--pm-c);
	color: var(--pm-c);
}
.index_game_down .item_{
	width: 398px;
	background: #F9F9F9;
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
}
.index_game_down .item_:first-of-type{
	margin-right: 14px;
}
.index_game_down .item_ .icon{
	width: 76px;
	height: 76px;
	border-radius: 20px;
	margin-right: 15px;
}
.index_game_down .item_ .title{
	font-size: 16px;
}
.index_game_down .item_ .text:first-of-type{
	margin-right: 30px;
}
.index_game_down .item_ b{
	position: relative;
	font-weight: bold;
	font-size: 12px;
	color: #04CE8F;
	padding-left: 20px;
	box-sizing: border-box;
	background: url('../images/home_tj_bg.png') no-repeat left/contain;
	background-size: 14px;
}
.index_game_down .item_ b::before{
	content: '';
	width: 100%;
	height: 7px;
	background-color: rgba(4,206,143,0.14);
	position: absolute;
	bottom: 1px;
	left: 0;
	border-radius: 2px;
}
.index_game_down .item_ .desc{
	margin-left: 8px;
}

.index_game_down .uk-grid-small>*{
	padding-left: 14px;
}
.index_game_down .uk-grid-small>.uk-grid-margin{
	margin-top: 24px;
}
.index_game_down .item{
	background: #F9F9F9;
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid transparent;
}
.index_game_down .item:hover{
	border-color: var(--pm-c);
	background: rgba(250,96,135,0.04);
}
.index_game_down .item .icon{
	width: 64px;
	height: 64px;
	border-radius: 15px;
	margin-right: 12px;
}
.index_game_down .item .text{
	margin: 3px 0;
}

.index_game_rank li .item{
	display: none;
}
.index_game_rank li.active .item{
	display: flex;
}
.index_game_rank li.active .li{
	display: none;
}
.index_game_rank .li{
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #E6E6E6;
	padding-left: 4px;
	box-sizing: border-box;
}
.index_game_rank .li .icon{
	width: 20px;
	height: 20px;
	border-radius: 4px;
	margin-right: 8px;
}
.index_game_rank .li .num{
	width: 19px;
}
.index_game_rank .li .type{
	margin-left: 10px;
}
.index_game_rank .item{
	background: url('../images/game_rank_bg.png') no-repeat center/contain;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
}
.index_game_rank .item::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 110px;
	background: url(../images/hot_icon.png) no-repeat left / contain;
	width: 20px;
	height: 20px;
	z-index: 1;
}
.index_game_rank .item .num{
	width: 35px;
	font-size: 28px;
    color: #FFFFFF;
    margin-right: 0px;
    text-align: center;
    height: 25px;
    line-height: 25px;
	box-sizing: border-box;
}
.index_game_rank .item .icon{
	width: 64px;
	height: 64px;
	border-radius: 15px;
	margin-right: 17px;
	margin-left: 14px;
}
.index_game_rank .item .title{
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}
.index_game_rank .item p{
	color: #fff;
}
.index_game_rank .item .text{
	margin: 2px 0;
}


.index_gl_rank .item{
	margin-top: 20px;
	position: relative;
}
.index_gl_rank .item:nth-of-type(-n + 4) .order{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.index_gl_rank li{
	margin-top: 18px;
}
.index_gl_rank .item .order,
.index_gl_rank li .order{
	background: url('../images/gl_rank_bg1.png') no-repeat center/contain;
	display: inline-block;
	width: 18px;
	height: 18px;	
	text-align: center;
	line-height: 16px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.index_gl_rank .item:nth-of-type(3) .order{
	background: url('../images/gl_rank_bg2.png') no-repeat center/contain;
}
.index_gl_rank .item:nth-of-type(4) .order{
	background: url('../images/gl_rank_bg3.png') no-repeat center/contain;
}
.index_gl_rank .item .desc{
	margin: 5px 0;
}
.index_gl_rank .item .thumb{
	width: 120px;
	height: 74px;
	margin-right: 15px;
}
.index_gl_rank li .order{
	background: url('../images/gl_rank_bgn.png') no-repeat center/contain;
	color: #333333;
	margin-right: 10px;
}

.index_jx_gl .item{
	padding-bottom: 16px;
	border-bottom: 1px dashed #E6E6E6;
}
.index_jx_gl .item:not(:first-of-type){
	margin-top: 17px;
}
.index_jx_gl .item:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
}
.index_jx_gl .item:not(:nth-of-type(2)) .thumb{
	display: none;
}
.index_jx_gl .item .thumb{
	width: 120px;
	height: 74px;
	margin-right: 15px;
}
.index_jx_gl .item .title{
	padding-left: 24px;
	background: url('../images/gl_dot.png') no-repeat left/contain;
	background-size: 16px;
}
.index_jx_gl .item .desc{
	margin: 8px 0;
}
.index_jx_gl .item .text{
	padding-left: 18px;
	background: url('../images/avatar.png') no-repeat left/contain;
	background-size: 14px;
	margin-right: 30px;
}
.index_jx_gl .item .time{
	padding-left: 18px;
	background: url('../images/home_time_icon.png') no-repeat left/contain;
	background-size: 14px;
}


.index_hot_gl li{
	margin-top: 20px;
}
.index_hot_gl li .li_wrap{
	display: none;
}
.index_hot_gl li.active .li_wrap{
	display: flex;
	margin-top: 20px;
}
.index_hot_gl .li_top .tag{
	width: 40px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: rgba(250,96,135,0.1);
	border-radius: 4px;
}
.index_hot_gl .li_wrap .tag{
	width: 43px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: url('../images/tag_bg.png') no-repeat center/contain;
	color: #FFFFFF;
}
.index_hot_gl .li_wrap .thumb{
	width: 100px;
	height: 76px;
	margin-right: 15px;
}
.index_hot_gl .li_wrap .desc{
	line-height: 22px;
	margin-top: 9px;
}


.index_app{
	margin-right: 30px;
	position: relative;
}
.index_app .game_type{
	position: absolute;
	left: 124px;
	top: 2px;
	display: flex;
}
.index_app .game_type .title{
	height: 28px;
	line-height: 28px;
	border-radius: 6px;
	border: 1px solid #EFEFEF;
	padding: 0 8px;
	box-sizing: border-box;
	margin-right: 12px;
	z-index: 1;
}
.index_app .game_type .title:hover{
	border-color: var(--pm-c);
	color: var(--pm-c);
}
.index_app .item_{
	width: 398px;
	background: #F9F9F9;
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
}
.index_app .item_:first-of-type{
	margin-right: 14px;
}
.index_app .item_ .icon{
	width: 76px;
	height: 76px;
	border-radius: 20px;
	margin-right: 15px;
}
.index_app .item_ .title{
	font-size: 16px;
}
.index_app .item_ .text:first-of-type{
	margin-right: 30px;
}
.index_app .item_ b{
	position: relative;
	font-weight: bold;
	font-size: 12px;
	color: #04CE8F;
	padding-left: 20px;
	box-sizing: border-box;
	background: url('../images/home_tj_bg.png') no-repeat left/contain;
	background-size: 14px;
}
.index_app .item_ b::before{
	content: '';
	width: 100%;
	height: 7px;
	background-color: rgba(4,206,143,0.14);
	position: absolute;
	bottom: 1px;
	left: 0;
	border-radius: 2px;
}
.index_app .item_ .desc{
	margin-left: 8px;
}

.index_app .uk-grid-small>*{
	padding-left: 14px;
}
.index_app .uk-grid-small>.uk-grid-margin{
	margin-top: 24px;
}
.index_app .item{
	background: #F9F9F9;
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid transparent;
}
.index_app .item:hover{
	border-color: var(--pm-c);
	background: rgba(250,96,135,0.04);
}
.index_app .item .icon{
	width: 64px;
	height: 64px;
	border-radius: 15px;
	margin-right: 12px;
}
.index_app .item .text{
	margin: 3px 0;
}

.index_app_rank li .item{
	display: none;
}
.index_app_rank li.active .item{
	display: flex;
}
.index_app_rank li.active .li{
	display: none;
}
.index_app_rank .li{
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #E6E6E6;
	padding-left: 4px;
	box-sizing: border-box;
}
.index_app_rank .li .icon{
	width: 20px;
	height: 20px;
	border-radius: 4px;
	margin-right: 8px;
}
.index_app_rank .li .num{
	width: 19px;
}
.index_app_rank .li .type{
	margin-left: 10px;
}
.index_app_rank .item{
	background: url('../images/game_rank_bg.png') no-repeat center/contain;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
}
.index_app_rank .item::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 94px;
	background: url(../images/hot_icon.png) no-repeat left / contain;
	width: 20px;
	height: 20px;
	z-index: 1;
}
.index_app_rank .item .num{
	font-size: 28px;
    color: #FFFFFF;
    margin-right: 0px;
    width: auto;
    text-align: center;
    height: 25px;
    line-height: 25px;
}
.index_app_rank .item .icon{
	width: 64px;
	height: 64px;
	border-radius: 15px;
	margin-right: 17px;
	margin-left: 14px;
}
.index_app_rank .item .title{
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}
.index_app_rank .item p{
	color: #fff;
}
.index_app_rank .item .text{
	margin: 2px 0;
}

.index_new_game .item{
	padding-bottom: 13px;
    border-bottom: 1px solid #F2F2F2;
    margin-top: 12px;
}
.index_new_game .item:nth-of-type(2){
	margin-top: 20px;
}
.index_new_game .item:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}
.index_new_game .item .title{
	margin-bottom: 12px;
}
.index_new_game .item .thumb{
	width: 120px;
	height: 76px;
	margin-right: 15px;
}
.index_new_game .item .desc{
	line-height: 24px;
	margin-bottom: 2px;
}
.index_new_game .item b{
	position: relative;
	font-weight: bold;
	font-size: 12px;
	color: var(--pm-c);
	padding-left: 20px;
	box-sizing: border-box;
	background: url('../images/trends_icon.png') no-repeat left/contain;
	background-size: 14px;
	margin-right: 12px;
}
.index_new_game .item b::before{
	content: '';
	width: 100%;
	height: 7px;
	background-color: rgba(250,96,135,0.14);
	position: absolute;
	bottom: -1px;
	left: 0;
	border-radius: 2px;
}

.index_score_tj .item{
	padding-left: 68px;
	box-sizing: border-box;
	margin-top: 25px;
	background: url('../images/score_tj_icon.png') no-repeat left/contain;
	background-size: 50px;
}
.index_score_tj .item .title{
	margin-bottom: 12px;
}
.index_score_tj .item:hover{
	background: url('../images/score_tj_icon_.png') no-repeat left/contain;
	background-size: 50px;
}
.index_score_tj .item:hover .title{
	color: var(--pm-c);
}


.index_game_gift .thumb{
	width: 100%;
	height: 160px;
	margin-top: 20px;
}
.index_game_gift li{
	height: 38px;
	line-height: 38px;
	background: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #EBEBEB;
	margin-top: 12px;
	padding: 0 12px;
	box-sizing: border-box;
}
.index_game_gift li:hover{
	border-color: var(--pm-c)
}
.index_game_gift li:hover .text{
	color: var(--pm-c);
}
.index_game_gift li:first-of-type{
	margin-top: 18px;
}
.index_game_gift li .text{
	margin-left: 10px;
}

.index_video .item{
	background: #FAFAFA;
	width: 100%;
}
.index_video .item .thumb{
	width: 100%;
	height: 143px;
	position: relative;
}
.index_video .item .thumb:hover .video_box{
	display: block;
}
.index_video .item .video_box{	
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.index_video .item .video_box::before{
	content: '';
	display: inline-block;
	width: 56px;
	height: 56px;
	background: url('../images/video_btn.png') no-repeat center/contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.index_video .item .item_wrap{
	padding: 0 15px 13px;
}
.index_video .item .title{
	margin: 12px 0;
}
.index_video .item .text{
	padding-left: 18px;
	background: url('../images/avatar.png') no-repeat left/contain;
	background-size: 14px;
}
.index_video .item .size{
	padding-left: 18px;
	background: url('../images/video.png') no-repeat left/contain;
	background-size: 14px;
}

.index_picture .thumb1{
	width: 300px;
	height: 400px;
}
.index_picture .thumb2{
	width: 540px;
	height: 220px;
	margin-bottom: 10px;
}
.index_picture .thumb3{
	width: 300px;
	height: 170px;
	margin-right: 10px;
}
.index_picture .thumb4{
	width: 230px;
	height: 170px;
}


.index_rank .uk-width-1-3:nth-of-type(3n - 2) .rank_title{
	color: var(--pm-c);
	border-bottom: 1px solid var(--pm-c);
}
.index_rank .uk-width-1-3:nth-of-type(3n - 2) .rank_title::before{
	background: url('../images/rank_title_icon1.png') no-repeat left/contain;
}
.index_rank .uk-width-1-3:nth-of-type(3n - 2) ul{
	background: linear-gradient( 180deg, #FFF2F5 0%, rgba(255,242,245,0) 100%);
	border-top: 1px solid #FED5DF;
}
.index_rank .uk-width-1-3:nth-of-type(3n - 2) .score{
	background: url('../images/rank_star1.png') no-repeat left/contain;
	background-size: 14px;
	color: var(--pm-c);
}
.index_rank .uk-width-1-3:nth-of-type(3n - 2) .down{
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
}
.index_rank .uk-width-1-3:nth-of-type(3n - 2) .down:hover{
	background-color: var(--pm-c);
	color: #fff;
}

.index_rank .uk-width-1-3:nth-of-type(3n - 1) .rank_title{
	color: #2D80E9;
	border-bottom: 1px solid #2D80E9;
}
.index_rank .uk-width-1-3:nth-of-type(3n - 1) .rank_title::before{
	background: url('../images/rank_title_icon2.png') no-repeat left/contain;
}
.index_rank .uk-width-1-3:nth-of-type(3n - 1) ul{
	background: linear-gradient( 180deg, #EAF3FF 0%, rgba(234,243,255,0) 100%);
	border-top: 1px solid #C4DCFB;
}
.index_rank .uk-width-1-3:nth-of-type(3n - 1) .score{
	background: url('../images/rank_star2.png') no-repeat left/contain;
	background-size: 14px;
	color: #2D80E9;
}
.index_rank .uk-width-1-3:nth-of-type(3n - 1) .down{
	border: 1px solid #2D80E9;
	color: #2D80E9;
}
.index_rank .uk-width-1-3:nth-of-type(3n - 1) .down:hover{
	background-color: #2D80E9;
	color: #fff;
}

.index_rank .uk-width-1-3:nth-of-type(3n) .rank_title{
	color: #FF8737;
	border-bottom: 1px solid #FF8737;
}
.index_rank .uk-width-1-3:nth-of-type(3n) .rank_title::before{
	background: url('../images/rank_title_icon3.png') no-repeat left/contain;
}
.index_rank .uk-width-1-3:nth-of-type(3n) ul{
	background: linear-gradient( 180deg, #FFF2F5 0%, rgba(255,242,245,0) 100%);
	border-top: 1px solid #FED5DF;
}
.index_rank .uk-width-1-3:nth-of-type(3n) .score{
	background: url('../images/rank_star3.png') no-repeat left/contain;
	background-size: 14px;
	color: #FF8737;
}
.index_rank .uk-width-1-3:nth-of-type(3n) .down{
	border: 1px solid #FF8737;
	color: #FF8737;
}
.index_rank .uk-width-1-3:nth-of-type(3n) .down:hover{
	background-color: #FF8737;
	color: #fff;
}

.index_rank .rank_wrap{
	background: #FFFFFF;
	border-radius: 12px;
	border: 1px solid #EBEBEB;
}
.index_rank .rank_wrap .rank_title{
	font-weight: bold;
	font-size: 16px;
	padding: 10px 20px 10px 52px;
	box-sizing: border-box;	
	display: inline-block;	
}
.index_rank .rank_wrap .rank_title::before{
	background: url('../images/rank_title_icon1.png') no-repeat left/contain;
	width: 22px;
	height: 22px;
	left: 20px;
}
.index_rank .rank_wrap ul{
	background: linear-gradient( 180deg, #FFF2F5 0%, rgba(255,242,245,0) 100%);
	border-top: 1px solid #FED5DF;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.index_rank .rank_wrap li{
	padding: 0 20px;
	margin-top: 32px;
}
.index_rank .rank_wrap li:first-of-type{
	margin-top: 24px;
}
.index_rank .rank_wrap li .order{
	width: 28px;
	height: 28px;
	margin-right: 12px;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.index_rank .rank_wrap li .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
	margin-right: 15px;
}
.index_rank .rank_wrap li .type{
	margin: 5px 0;
}
.index_rank .rank_wrap li .score{
	font-size: 12px;
	padding-left: 15px;
}
.index_rank .rank_wrap li .down{
	width: 68px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 6px;
	font-size: 14px;
	margin-left: 10px;
}
.index_rank .rank_wrap li .down:hover{
	color: #FFFFFF;
}
.index_rank .rank_wrap li:nth-of-type(1) .order{
	background: url('../images/rank_order1.png') no-repeat center/contain;
	color: transparent !important;
}
.index_rank .rank_wrap li:nth-of-type(2) .order{
	background: url('../images/rank_order2.png') no-repeat center/contain;
	color: transparent !important;
}
.index_rank .rank_wrap li:nth-of-type(3) .order{
	background: url('../images/rank_order3.png') no-repeat center/contain;
	color: transparent !important;
}
.index_rank .uk-width-1-3:nth-of-type(3n - 2) .order{
	color: var(--pm-c);
}
.index_rank .uk-width-1-3:nth-of-type(3n - 1) .order{
	color: #2D80E9;
}
.index_rank .uk-width-1-3:nth-of-type(3n) .order{
	color: #FF8737;
}
/* 首页 end*/

/* 手游专辑 */
.zj_menu_nav{
	margin: 30px 0 22px;
}
.zj_menu_nav li{
	width: 150px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	margin-right: 16px;
	background: url('../images/zj_menu_nav.png') no-repeat center/contain;
}
.zj_menu_nav li a{
	display: inline-block;
	width: 100%;
	font-size: 18px;
	color: #808080;
}
.zj_menu_nav li.active,
.zj_menu_nav li:hover{
	background: url('../images/zj_menu_nav_.png') no-repeat center/contain;
	height: 54px;
}
.zj_menu_nav li.active a,
.zj_menu_nav li:hover a{
	color: #fff;
}

.list_zj_wrap{
	border-radius: 5px;
	border: 1px solid #EEEEEE;
}
.list_zj_wrap:hover{
	border-color: var(--pm-c);
}
.list_zj_wrap:hover .top_wrap{
	background: linear-gradient( 90deg, #FFE2E5 0%, #FEF2F0 100%);
}
.list_zj_wrap .top_wrap{
	height: 52px;
	line-height: 52px;
	padding: 14px 20px;
	background: #F8F8F8;
	box-sizing: border-box;
	border-radius: 5px 5px 0 0;
}
.list_zj_wrap .top_wrap .warp_title{
	font-weight: bold;
	font-size: 18px;
}
.list_zj_wrap .top_wrap .warp_title:hover{
	color: var(--pm-c);
}
.list_zj_wrap .top_wrap .num{
	color: var(--pm-c);
	font-weight: bold;
}
.list_zj_wrap .top_wrap .time{
	background: url('../images/album_time.png') no-repeat left/contain;
	background-size: 14px;
	padding-left: 18px;
}
.list_zj_wrap .album_wrap{
	padding: 22px;
	box-sizing: border-box;
}
.list_zj_wrap .album_wrap .item{
	width: 80px;
	text-align: center;
}
.list_zj_wrap .album_wrap .item:not(:first-of-type){
	margin-left: 28px;
}
.list_zj_wrap .album_wrap .item .icon{
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
}
/* 手游专辑 end*/

/* 礼包列表 */
.list_gift_warp .row{
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.list_gift_warp .row:last-of-type{
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.list_gift_warp .item{}
.list_gift_warp .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 18px;
	margin-right: 15px;
}
.list_gift_warp .item .title{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
.list_gift_warp .item .desc{
	margin-top: 12px;
}
.list_gift_warp .item .get{
	display: inline-block;
	width: 76px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 8px;
	border: 1px solid var(--pm-c);
	font-size: 14px;
	color: var(--pm-c);
	margin-left: 10px;
}
.list_gift_warp .item .get:hover{
	background: var(--pm-c);
	color: #FFFFFF;
}

.hot_game .item{
	position: relative;
}
.hot_game .item::before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -3px;
    left: 43px;
	background: url('../images/hot_icon.png') no-repeat center/contain;
	z-index: 1;
}
.hot_game .item .icon{
	width: 60px;
	height: 60px;
	border-radius: 12px;
	margin-right: 12px;
}
.hot_game .item .title{
	margin-bottom: 10px;
}
/* 礼包列表 end*/

/* 游戏列表 */
.list_game_warp>.uk-grid-margin{
	margin-top: 30px;
}
.list_game_warp>*{
	padding-left: 30px;
}
.list_game_warp .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 18px;
	margin-right: 15px;
}
.list_game_warp .item .title{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
}
.list_game_warp .item .time{
	padding-left: 18px;
	background: url('../images/home_time_icon.png') no-repeat left/contain;
	background-size: 14px;
	margin-top: 8px;
}
.list_game_warp .item .desc{
	height: 58px;
	padding: 25px 36px 17px;
	box-sizing: border-box;
	position: relative;
	margin-top: 8px;
	background: url('../images/game_desc_bg.png') no-repeat center/contain;
}
.list_game_warp .item .desc::before,
.list_game_warp .item .desc::after{
	content: '';
	display: inline-block;
	width: 16px;
	height: 12px;
	position: absolute;	
}
.list_game_warp .item .desc::before{
	top: 20px;
	left: 12px;
	background: url('../images/game_desc_l.png') no-repeat left/contain;
}
.list_game_warp .item .desc::after{
	bottom: 12px;
	right: 12px;
	background: url('../images/game_desc_r.png') no-repeat left/contain;
}
.list_game_warp .item .down{
	display: inline-block;
	width: 90px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 8px;
	border: 1px solid var(--pm-c);
	font-size: 14px;
	color: var(--pm-c);
	margin-left: 10px;
}
.list_game_warp .item .down:hover{
	background: var(--pm-c);
	color: #fff;
}
/* 游戏列表 end*/

/* 资讯列表 */
.news_menu_nav{
	margin-bottom: 25px;
	display: flex;
}
.news_menu_nav li{
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	background: rgba(255,255,255,0.8);
	border-radius: 8px;
	border: 1px solid #EFEFEF;
	box-sizing: border-box;
}
.news_menu_nav li:not(:first-of-type){
	margin-left: 12px;
}
.news_menu_nav li a{
	width: 100%;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	color: #4D4D4D;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_menu_nav li:hover,
.news_menu_nav li.active{
	border: 1px solid var(--pm-c);
}
.news_menu_nav li:hover a,
.news_menu_nav li.active a{
	color: var(--pm-c);
}


.list_news_wrap .item{
	margin-top: 40px;
}
.list_news_wrap .item:first-of-type{
	margin-top: 0;
}
.list_news_wrap .item .thumb{
	width: 190px;
	height: 130px;
	margin-right: 25px;
}
.list_news_wrap .item .title{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.list_news_wrap .item .item_wrap{
	height: 92px;
	background: #FAFAFA;
	border-radius: 8px;
	padding: 15px 18px;
	box-sizing: border-box;
	position: relative;
}
.list_news_wrap .item .item_wrap::before{
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #FAFAFA;
	position: absolute;
	top: -4px;
    left: 34px;
    transform: rotate(45deg);
    z-index: 1;
}
.list_news_wrap .item .desc{
	margin-bottom: 25px;
}
.list_news_wrap .item .time{
	padding-left: 15px;
	background: url('../images/home_time_icon.png') no-repeat left/contain;
	background-size: 14px;
}
.list_news_wrap .item .btn{
	font-weight: 400;
	font-size: 12px;
	color: var(--pm-c);
	background: url('../images/get.png') no-repeat right/contain;
	background-size: 12px;
	padding-right: 16px;
}
/* 资讯列表 end*/

/* 排行榜大全 */
.rank_banner{
	background: url('../images/rank_banner.png') no-repeat center/contain;
	width: 100%;
	height: 200px;
	margin-top: 30px;
}
.list_rank_news,
.list_rank{
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
}
.list_rank_news .crumbs,
.list_rank .crumbs,
.single_rank .crumbs{
	padding: 20px 20px 0 38px;
}
.list_rank_news .crumbs::before,
.list_rank .crumbs::before,
.single_rank .crumbs::before{
	left: 20px;
}
.list_rank_news .module,
.list_rank .module{
	padding-top: 0;
}
.rank_news_wrap>.uk-grid-margin{
	margin-top: 28px;
}
.rank_news_wrap>*{
	padding-left: 28px;
}
.rank_news_wrap .rank_wrap{
	background: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #EBEBEB;
	padding: 18px 25px 25px;
	box-sizing: border-box;
}
.rank_news_wrap .rank_title{
	font-weight: bold;
	font-size: 18px;
}
.rank_news_wrap .rank_title:hover{
	color: var(--pm-c);
}
.rank_news_wrap .time{
	margin-left: 10px;
}

.rank_news_wrap .item{
	box-sizing: border-box;
	text-align: center;
	position: relative;
	width: 33%;
	padding: 0 10px;
}
.rank_news_wrap .item::before{
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 6px;
	left: 52px;
}
.rank_news_wrap .item:nth-of-type(1)::before{
	background: url(../images/tj_No1.png) no-repeat center / contain;
}
.rank_news_wrap .item:nth-of-type(2)::before{
	background: url(../images/tj_No2.png) no-repeat center / contain;
}
.rank_news_wrap .item:nth-of-type(3)::before{
	background: url(../images/tj_No3.png) no-repeat center / contain;
}
.rank_news_wrap .item:nth-of-type(1){
	background: url(../images/rank_item_bg1.png) no-repeat center / cover;
}
.rank_news_wrap .item:nth-of-type(2){
	background: url(../images/rank_item_bg2.png) no-repeat center / cover;
}
.rank_news_wrap .item:nth-of-type(3){
	background: url(../images/rank_item_bg3.png) no-repeat center / cover;
}
.rank_news_wrap .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: 25px auto 8px;
	border: 3px solid transparent;
	box-sizing: border-box;
}
.rank_news_wrap .item:nth-of-type(1) .icon{	
    background-image: linear-gradient(to bottom, #FFE600, #FFB007);
}
.rank_news_wrap .item:nth-of-type(2) .icon{
    background-image: linear-gradient(to bottom, #9ED9FF, #2BABFF);
}
.rank_news_wrap .item:nth-of-type(3) .icon{
    background-image: linear-gradient(to bottom, #FFBAA0, #FF8254);
}
/* 排行榜大全 end*/

/* 排行榜列表 */
.rank_menu_nav{
	margin: 16px 0 45px;
	display: flex;
}
.rank_menu_nav li{
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(250,96,135,0.08);
	border-radius: 10px;	
}
.rank_menu_nav li:hover,
.rank_menu_nav li.active{
	background: url(../images/rank_menu_nav_.png) no-repeat center / cover;
	height: 58px;
	line-height: 48px;
}
.rank_menu_nav li:hover a,
.rank_menu_nav li.active a{
	color: #fff;
}
.rank_menu_nav li:not(:first-of-type){
	margin-left: 16px;
}
.rank_menu_nav li a{
	display: block;
	width: 100%;
	font-size: 20px;
	color: var(--pm-c);
	padding: 0 5px;
	box-sizing: border-box;
}
.game_rank_list .item{
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 30px;
	margin-top: 30px;
	box-sizing: border-box;
}
.game_rank_list .item:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
}
.game_rank_list .item .order{
	font-size: 22px;
	color: #999999;
	font-weight: bold;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-style: italic;
}
.game_rank_list .item:nth-of-type(-n + 3) .order{
	color: transparent;
}
.game_rank_list .item:nth-of-type(1) .order{
	background: url(../images/list_rank_order1.png) no-repeat center / contain;
}
.game_rank_list .item:nth-of-type(2) .order{
	background: url(../images/list_rank_order2.png) no-repeat center / contain;
}
.game_rank_list .item:nth-of-type(3) .order{
	background: url(../images/list_rank_order3.png) no-repeat center / contain;
}
.game_rank_list .item .icon{
	width: 110px;
	height: 110px;
	border-radius: 22px;
	margin: 0 25px 0 20px;
}
.game_rank_list .item .title{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 16px;
}
.game_rank_list .item .desc{
	margin-top: 16px;
}
.game_rank_list .item .score{
	background: url('../images/rank_star1.png') no-repeat left/contain;
	background-size: 14px;
	color: var(--pm-c);
	margin-right: 12px;
	padding-left: 17px;
}
.game_rank_list .item .down{
	display: inline-block;
	width: 130px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid var(--pm-c);
	margin-left: 10px;
	font-size: 16px;
	color: var(--pm-c);
}
.game_rank_list .item .down:hover{
	background: var(--pm-c);
	color: #fff;
}
/* 排行榜列表 end*/

/* 搜索结果 */
.search_warp .list_game_warp>*{
	padding-left: 0;
}
.search_warp .list_news_wrap .item:nth-of-type(2){
	margin-top: 20px;
}
/* 搜索结果 end*/

/* 专辑详情 */
.single_album .single_header{
	width: 100%;
	height: 220px;
	background: url(../images/single_album_header_bg.png) no-repeat center / contain;
	padding: 25px 30px;
	box-sizing: border-box;
}
.single_album .single_header .icon{
	width: 120px;
	height: 120px;
	border-radius: 25px;
	margin-right: 25px;
}
.single_album .single_header h1{
	font-weight: bold;
	font-size: 30px;
	color: #333333;
	margin-bottom: 25px;
}
.single_album .single_header .text span{
	background: rgba(250,96,134,0.05);
	border-radius: 10px;
	color: var(--pm-c);
	margin-right: 5px;
	display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    box-sizing: border-box;
}
.single_album .single_header .text{
	margin-right: 30px;
	font-size: 14px;
}
.single_album .show_tj{
	width: 260px;
}
.single_album .more_xg span{
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	padding-right: 12px;
	background: url(../images/album_more_icon.png) no-repeat right / contain;
	background-size: 10px;
	border-bottom: 7px solid var(--pm-c);
	border-radius: 2px;
	margin-right: 6px;
	line-height: 8px;
}
.single_album .more_xg .title{
	width: 180px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 8px;
	border: 1px solid var(--pm-c);
	padding: 0px 12px 0 28px;
	box-sizing: border-box;
	margin-right: 8px;
	color: var(--pm-c);
	background: url(../images/more_xg_icon.png) no-repeat 12px / contain;
	background-size: 14px;
}
.single_album .more_xg .title:last-of-type{
	margin-right: 0;
}
.single_album .more_xg .title:hover{
	background: var(--pm-c);
	color: #fff;
	background: var(--pm-c) url(../images/more_xg_icon_.png) no-repeat 12px / contain;
	background-size: 14px;
}

.show_tj{
	border-radius: 12px;
	padding: 57px 20px 20px;	
	height: 220px;
	box-sizing: border-box;
	margin-left: 20px;
	background: rgba(250,96,134,0.05) url(../images/single_album_tj.png) no-repeat top / contain;
	background-size: 100% 60px;
}
.show_tj .icon{
	width: 60px;
	height: 60px;
	margin-right: 15px;
	border-radius: 15px;
}
.show_tj .title{
	font-weight: bold;
	font-size: 16px;
	color: #404040;
	margin-bottom: 10px;
}
.show_tj .title:hover{
	color: var(--pm-c);
}
.show_tj .score{
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	background: url(../images/show_score_bg.png) no-repeat center / contain;
}
.show_tj .desc{
	margin: 14px 0;
}
.show_tj .down{
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: linear-gradient( 90deg, #FA6086 0%, #FF8AA7 100%);
	border-radius: 8px;
	font-size: 14px;
	color: #FFFFFF;
}

.album_game_warp .item .icon{
	width: 90px;
	height: 90px;
	border-radius: 20px;
	margin-right: 20px;
}
.album_game_warp .item .title{
	margin-bottom: 0;
}
.album_game_warp .item .text{
	width: 50%;
	display: inline-block;
	margin-top: 10px;
}
.album_game_warp .item .desc{
	background: url(../images/album_desc_bg.png) no-repeat center / contain;
}

.new_album .wrap_header{
	height: 190px;
	border: 1px solid #EEEEEE;
}
.new_album .wrap_header .warp_title{
	font-weight: bold;
	font-size: 16px;
}
.new_album .wrap_header .warp_title:hover{
	color: var(--pm-c);
}
.new_album .wrap_header .text{
	margin-left: 10px;
}
.new_album .top_wrap{
	height: 45px;
	background: #F8F8F8;
	line-height: 45px;
	padding: 12px 15px;
	box-sizing: border-box;
}
.new_album .wrap_header .score{
	font-weight: bold;
	margin: 0 5px;
}
.new_album .album_wrap{
	padding: 18px 30px 20px;
	box-sizing: border-box;
}
.new_album .album_wrap .item{
	width: 80px;
	text-align: center;
}
.new_album .album_wrap .item:not(:first-of-type){
	margin-left: 30px;
}
.new_album .album_wrap .item .icon{
	width: 80px;
	height: 80px;
	margin-bottom: 9px;
	border-radius: 20px;
}
.new_album .size{
	margin-left: 10px;
}
/* 专辑详情 end*/

/* 礼包详情 */
.single_gift .single_header{
	width: 800px;
	height: 180px;
	border-radius: 12px;
	border: 1px solid rgba(250,96,134,0.4);
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.single_gift .single_header .icon{
	width: 120px;
	height: 120px;
	border-radius: 25px;
	margin-right: 25px;
}
.single_gift .single_header h1{
	font-weight: bold;
	font-size: 22px;
	color: #333333;
}
.single_gift .single_header .text{
	font-size: 14px;
	color: #666666;
}
.single_gift .single_header .text span{
	width: 72px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: rgba(250,96,135,0.08);
	border-radius: 5px;
	font-size: 14px;
	color: var(--pm-c);
	margin-right: 10px;
}

.xg_news .row{
	margin-bottom: 16px;
	padding-bottom: 18px;
	border-bottom: 1px dashed #E6E6E6;
}
.xg_news .item{
	width: calc(50% - 14px);
	text-align: center;
	position: relative;
}
.xg_news .item:first-of-type{
	margin-right: 28px;
}
.xg_news .item .time{
	width: 47px;
	height: 24px;
	background: url(../images/xg_news_time_bg.png) no-repeat center / contain;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: 1;
}
.xg_news .item .thumb{
	width: 176px;
	height: 96px;
	margin-bottom: 10px;
}

.list_gift_warp .module-title{
	margin-bottom: 20px;
}
/* 礼包详情 end*/


/* 手游详情 */
.single_game{
	margin-bottom: 30px;
}
.single_game .single_header{
	width: 100%;
	height: 257px;
	background: url(../images/single_game_header_bg.png) no-repeat center / contain;
	padding: 22px 30px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 28px;
}
.single_game .single_header::before{
	content: "";
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url(../images/single_game_header_icon.png) no-repeat center / contain;
	position: absolute;
	right: 30px;
	top: -5px;
}
.single_game .single_header .icon{
	width: 140px;
	height: 140px;
	border-radius: 35px;
	margin-right: 25px;
}
.single_game .single_header h1{
	font-weight: bold;
	font-size: 30px;
	color: #333333;
	margin-bottom: 24px;
	padding-right: 80px;
	box-sizing: border-box;
}
.single_game .single_header .text{
	font-size: 14px;
	color: #666666;
	padding-right: 10px;
	box-sizing: border-box;
}
.single_game .single_header .text span{
	width: 72px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: rgba(250,96,135,0.08);
	border-radius: 5px;
	font-size: 14px;
	color: var(--pm-c);
	margin-right: 10px;
	display: inline-block;
}
.screenshots {
    position: relative;
    height: auto;
	/* padding: 0 34px; */
	box-sizing: border-box;
	margin-bottom: 40px;
}

.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: -40px;
}

.screenshots .sliderBox .slide li {
    width: 240px;
    /* padding-right: 40px;
    padding-left: 0; */
}

.screenshots .sliderBox .slide li:last-child {
    margin-right: 0;
}

.screenshots .sliderBox .slide li img {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: auto;
    border-radius: 6px;
}
.screenshots .sliderBox .slide_toggle {
    height: 8px;
    margin-top: 10px !important;
    background-color: #F0F0F0;
    border-radius: 20px;
    overflow: hidden;
	margin-bottom: 0;
}

.screenshots .sliderBox .slide_toggle li {
    display: flex;
    width: 33.3%;
    padding-left: 0;
}

.screenshots .sliderBox .slide_toggle li a {
    display: inline-block;
    width: 100%;
    height: 8px;
    background-color: transparent;
    border-radius: 20px;
    border: none;
}
.screenshots .sliderBox .slide_toggle li.uk-active a {
    display: inline-block;
    width: 100%;
    height: 8px;
    background-color: #ccc;
    border-radius: 20px;
}

.xg_gl .item{
	margin-top: 20px;
}
.xg_gl .item .thumb{
	width: 130px;
	height: 90px;
	margin-right: 15px;
}
.xg_gl .item .item_wrap{
	height: 62px;
	background: #FAFAFA;
	border-radius: 8px;
	padding: 9px 12px;
	box-sizing: border-box;
	position: relative;
	margin-top: 7px;
}
.xg_gl .item .item_wrap::before{
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #FAFAFA;
	position: absolute;
	top: -3px;
    left: 17px;
    transform: rotate(45deg);
    z-index: 1;
}
.xg_gl .item .desc{
	margin-bottom: 8px;
}
.xg_gl .item .btn{
	font-weight: 400;
	font-size: 12px;
	color: var(--pm-c);
	background: url('../images/get.png') no-repeat right/contain;
	background-size: 12px;
	padding-right: 16px;
}

.game_type_tj .item{
	width: 72px;
	margin-left: 32px;
	margin-top: 30px;
}
.game_type_tj .item:nth-of-type(8n - 7){
	margin-left: 0;
}
.game_type_tj .item:nth-of-type(-n + 8){
	margin-top: 0;
}
.game_type_tj .item .icon{
	width: 70px;
	height: 70px;
	border-radius: 15px;
	margin: 0 auto 8px;
}
/* 手游详情 end*/

/* 资讯详情 */
.single_news .single_header{
	background: url('../images/single_news_header_bg.png') no-repeat center/contain;
	height: 152px;
	padding: 34px 25px 34px;
	box-sizing: border-box;
	text-align: center;
}
.single_news .single_header h1{
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	margin-bottom: 34px;
}
.single_news .single_header .others span{
	font-size: 14px;
	color: #999999;
}
.single_news .single_header .others span:not(:first-of-type){
	margin-left: 40px;
}
.single_news .single_content p{
	text-indent: 2em;
}
.xg_game .item{
	width: 100%;
	background: #FAFAFA;
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid transparent;
}
.xg_game .item:hover{
	border-color: var(--pm-c);
	background: rgba(250,96,135,0.04);
}
.xg_game .item:hover .down{
	background: var(--pm-c);
	border-color: var(--pm-c);
	color: #fff;
}
.xg_game .item .icon{
	width: 66px;
	height: 66px;
	border-radius: 15px;
	margin-right: 15px;
}
.xg_game .item .text{
	margin: 5px 0;
}
.xg_game .item .down{
	width: 68px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #E6E6E6;
	font-size: 14px;
	color: #666666;
	display: inline-block;
	margin-left: 10px;
}
/* 资讯详情 end*/

/* 排行榜详情 */
.single_rank{
	background: #FFFFFF;
	border-radius: 5px;
	margin-bottom: 30px;
}
.single_rank .title_box{
	padding-bottom: 20px;
	border-bottom: 1px solid #EBEBEB;
}
.single_rank .title_box h1{
	font-weight: bold;
	font-size: 20px;
	color: #333333;	
	margin-bottom: 0;
}
.single_rank .title_box .time{
	font-size: 14px;
	color: #999999;
	margin-left: 10px;
}
.single_rank .index_score_tj{
	margin-top: 70px;
}
.single_rank .index_score_tj .item{
	margin-top: 0;
}


.more_renk li{
	height: 38px;
	background: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #EBEBEB;
	line-height: 38px;
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 12px;
}
.more_renk li:first-of-type{
	margin-top: 16px;
}
.more_renk li:hover{
	border-color: var(--pm-c);
}
.more_renk li .icon{
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.more_renk li .icon:nth-of-type(2){
	transform: translateX(8px);
}
.more_renk li .icon:nth-of-type(1){
	transform: translateX(16px);
}

.score_game .icon{
	width: 60px;
	height: 60px;
	border-radius: 12px;
}
.score_game .item .title{
	margin-top: 8px;
}
.score_game .item .info{
	margin-left: 15px;
}
.score_game .item .info .score{
	margin-right: 10px;
	padding-left: 16px;
	background: url(../images/rank_star1.png) no-repeat left / contain;
	background-size: 14px;
}
.score_game .item .info .title{
	margin-bottom: 10px;
	margin-top: 0;
}


.tj_album .item .thumb{
	width: 120px;
	height: 70px;
	margin-right: 15px;
}
.tj_album .item{
	margin-bottom: 24px;
}
.tj_album .item:nth-of-type(2){
	margin-top: 20px;
}
.tj_album li .text{
	margin-left: 10px;
}
.tj_album .item .text:first-of-type{
	margin-top: 5px;
	margin-bottom: 5px;
}
.tj_album .score{
	font-weight: bold;
}
/* 排行榜详情 end*/


/* 开服  */
.categor_kaifu{
	margin-bottom: 30px !important;
	margin-top: 30px;
}
.categor_kaifu .module-title{
	margin-top: 30px;
}
.categor_kaifu .module-title .time {
	font-size: 14px;
	color: #999;
	background: url(../images/album_time.png) no-repeat left / contain;
	background-size: 16px;
	padding-left: 20px;
}
.kaifu_warp{
	margin-top: 16px;
}
.kaifu_warp thead{
	border-radius: 6px;
}
.kaifu_warp thead,
.kaifu_warp thead tr,
.kaifu_warp tbody,
.kaifu_warp tbody tr{
	border: none;
	border-color: transparent;
	border-top-color: transparent;
	border-top: none !important;
}
.kaifu_warp tbody tr{
	border-top: 9px solid #fff !important;
}
.kaifu_warp tbody tr{
	background: #FAFAFA;
}
.kaifu_warp tr {
	border: none;
}

.kaifu_warp tr th {
	height: 40px;
	line-height: 40px;
	background: var(--pm-c);
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 12px;
}
.kaifu_warp thead tr th:first-of-type,
.kaifu_warp tbody tr td:first-of-type{
	border-radius: 6px 0px 0px 12px;
}
.kaifu_warp thead tr th:last-of-type,
.kaifu_warp tbody tr td:last-of-type{
	border-radius: 0px 6px 12px 0px;
}

.uk-table-hover tbody tr:hover,
.uk-table-hover>tr:hover {
	background: #F5F5F5;
}

.kaifu_warp tr td {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	padding: 0 12px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	/* line-height: 28px; */
}
.kaifu_warp tr .platform{
	vertical-align: middle;
}

.kaifu_warp tr .game-name {
	width: 170px;
}

.kaifu_warp tr .icon {
	width: 30px;
	height: 30px;
	border-radius: 6px;
	overflow: hidden;
}

.kaifu_warp tr .title {
	font-size: 14px;
	color: #333333;
	display: inline-block;
	line-height: 18px;
	margin-left: 10px;
}
.kaifu_warp tr .title:hover{
	color: var(--pm-c);
}

.kaifu_warp tr .type {
	font-size: 12px;
	color: #999999;
	display: block;
	line-height: 14px;
	
}

.kaifu_warp tr .time {
	font-size: 14px;
}

/* .kaifu_warp tr .az_ {
	width: 22px;
	height: 22px;
}

.kaifu_warp tr .ios_ {
	width: 22px;
	height: 22px;
} */

.kaifu_warp .btn {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	box-sizing: border-box;
	margin: 0 auto;
}

.kaifu_warp .down {
	background: url(../images/kaifu_xz.png) no-repeat left / contain;
	background-size: 16px;
	color: var(--pm-c);
	padding-left: 18px;
}
/* .kaifu_warp .down:hover{
	background-color: #FF8D46;
} */

.kaifu_warp .gift {
	background: url(../images/kaifu_lb.png) no-repeat left / contain;
	background-size: 16px;
	color: #FF904B;
	padding-left: 18px;
}
/* .kaifu_warp .gift:hover{
	background-color: #8DB84F;
} */

/* .kaifu_warp .btn::before {
	left: 12px;
	display: inline-block;
	z-index: 100;
} */

/* .kaifu_warp .down::before {
	width: 14px;
	height: 14px;
	background: url(../images/kaifu_down_icon.png) no-repeat center/contain;
}
.kaifu_warp .down:hover::before{
	background: url(../images/kaifu_down_icon_.png) no-repeat center/contain;
} */

/* .kaifu_warp .gift::before {
	width: 15px;
	height: 15px;
	background: url(../images/kaifu_gift_icon.png) no-repeat center/contain;
}
.kaifu_warp .gift:hover::before{
	background: url(../images/kaifu_gift_icon_.png) no-repeat center/contain;
} */

.kaifu_warp .game-type {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
}
.kaifu_warp .red{
	/* color: #FF4B0E; */
}
.kaifu_warp .game-type::after {
	width: 16px;
	height: 16px;
	z-index: 99;
	background: url('../images/kaifu_drop.png') no-repeat center/contain;
	margin-left: 10px;
}

.kaifu_warp .uk-dropdown {
	border-radius: 6px;
	padding: 10px 0;
	min-width: 140px;
}

.kaifu_warp .uk-dropdown .uk-dropdown-nav::after {
	width: 0;
	height: 0;
	border: 18px solid;
	border-color: transparent transparent #ffffff transparent;
	top: -20px;
	left: 55px;
}

.kaifu_warp .uk-dropdown .uk-dropdown-nav li {
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
}
/* 开服 end */