:root {
	--pm-c: #A06FF0;
	--br-c: #eeeeee;
}

/*隐藏类*/
.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: 33.33%;

}

#app_info li b {
	cursor: pointer;
}

#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: #F5F5F5;
}

.bg-f {
	background-color: #ffffff;
}

.uk-container {
	box-sizing: border-box;
	padding: 0px;
}

.w400 {
	width: 400px;
}

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;
}

em,
i {
	font-style: normal;
}

/*边框样式*/
.b-a {
	border: 1px solid var(--br-c) !important;
}

.b-b {
	border-bottom: 1px solid #f5f5f5 !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-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-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-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;
}

/* 溢出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%);
}

.after-center {
	position: relative;
}

.after-center::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

/* 分页 */
.pagination {
	margin: 60px 0 40px 0;
	text-align: center;
}

.pagination .page-item {
	display: inline-block;
	margin: 5px;
	font-size: 16px;
	color: #666666;
	border: 1px solid var(--br-c);
	background: #fff;
	border-radius: 6px;
}

.pagination .active span {
	background: var(--pm-c);
	color: #fff;
	border-radius: 6px;
}

.pagination .page-item:hover {
	background: var(--pm-c);
	color: #fff;
}

.pagination .page-item .page-link {
	display: block;
	padding: 8px 14px;
	border: 1px solid transparent;
}

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

.pagination li a:hover {
	background: var(--pm-c);
	color: #fff;
	border: 1px solid var(--pm-c) !important;
}

/* 评分 */
.star {
	height: 15px;
	width: 80px;
	display: inline-block;
	background: url(../images/icon-star-bg.png) repeat-x 15px / contain;
	vertical-align: text-top;
}

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

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

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

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

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

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

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

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

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

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

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

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

.star1-5:before {
	width: 82px;
}

/*面包屑导航*/
.crumbs {
	font-size: 12px;
	color: #999999;
}

.crumbs a {
	display: inline-block;
	position: relative;
	font-size: 12px;
	color: #999999;
}

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

/* 平台 安卓 苹果 图标显示 */
.platform i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.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: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	padding-left: 26px;
	background: url('../images/title_icon.png') no-repeat left/contain;
	background-size: 16px;
}

.module-title .more {
	display: block;
	line-height: 24px;
	letter-spacing: 1px;
	color: var(--pm-c);
	font-size: 14px;
	font-weight: 500;
}

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

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

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

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

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

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

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

.info .title:hover {
	olor: var(--pm-c);
}

.info .text {
	font-size: 14px;
	color: #777777;
}

.info .time {
	font-size: 14px;
	color: #AAAAAA;
}

.title {
	display: block;
	font-size: 16px;
	color: #333333;
}

.text {
	font-size: 14px;
	color: #777777;
}

/* list 样式 */
.list-container li {
	margin-bottom: 16px;
}

.list-container li:last-child {
	margin-bottom: 0 !important;
}

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

.list-container li .title::before {
	display: inline-block;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: var(--pm-c);
}

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

.list-container li .dot {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #EEEEEE;
}

.list-container li .dot_ {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: var(--pm-c);
}

.list-container li:hover .dot {
	background: var(--pm-c);
}

.list-container li .tag {
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
}

/* 公共头部样式 */
.header {
	height: 150px;
	padding: 45px 0;
	box-sizing: border-box;
	background: url('../images/header_bg.png') no-repeat center/contain;
}

.header-top {
	width: 100%;
	overflow: hidden;
}

.header .logo {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	flex: 1;
}

.header .search {
	width: 330px;
	height: 40px;
	border: solid 1px var(--pm-c);
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--pm-c);
	border-radius: 33px;
}

.header .search .search_input {
	height: 100%;
	border: none;
	outline: medium;
	vertical-align: top;
	width: 281px;
	height: 46px;
	line-height: 46px;
	color: #ffffff;
	font-size: 14px;
	background-color: var(--pm-c);
	text-indent: 15px;
}

input::placeholder {
	color: #ffffff;
	/* 白色字体 */
}

.search_input:-webkit-input-placeholder {
	color: #ffffff;
}

.search_input:-moz-input-placeholder {
	color: #ffffff;
}

.search_input:-ms-input-placeholder {
	color: #ffffff;
}

.header .search .search-btn {
	width: 48px;
	height: 40px;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: none;
	float: right;
	cursor: pointer;
	background: url('../images/search.png') no-repeat center/contain;
	background-size: 16px;
	position: relative;
}

.header .search .search-btn::before {
	content: '';
	display: block;
	width: 0px;
	height: 16px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 0;
	top: 12px;
}

.nav {
	overflow: hidden;
	background: var(--pm-c);
	box-shadow: 0px 4px 6px 0px rgba(235, 235, 235, 0.25);
}

.nav li {
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-sizing: border-box;
}

.nav li a {
	display: block;
	font-size: 16px;
	color: #fff;
}

.nav li.active {
	background-color: #ffffff;
}

.nav li.active a {
	font-size: 18px;
	color: var(--pm-c);
	font-weight: 600;
}

/* 公共尾部样式 */
.footer {
	background-color: #333;
	padding: 50px 0;
	font-size: 14px;
	color: #999;
	text-align: center;
}

.footer ul {
	margin-bottom: 20px;
	justify-content: center;
	align-items: center;
}

.footer ul li {
	line-height: 1;
	padding: 0 10px;
	border-left: 1px solid #999;
	letter-spacing: 1px;
}

.footer ul li a {
	font-size: 14px;
	color: #999999;
}

.footer ul li:first-child {
	border-left: 0;
}

.footer p {
	margin-top: 10px;
}

.footer a {
	font-size: 14px;
	color: #999999;
}

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

.index-link ul li {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}

.index-link ul li a {
	font-size: 14px;
	color: #888888;
	letter-spacing: 1px;
}

.index-link ul li:hover a {
	color: var(--pm-c) !important;
}

.index-link ul li::after {
	content: '|';
	display: inline-block;
	color: #888888;
	margin-left: 10px;
}

.index-link ul li:last-child::after {
	display: none;
}

/* 内容区域 */
.main {}

.week-hot-tag {
	display: block;
	flex-shrink: 0;
	width: 42px;
	height: 118px;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	padding: 15px 10px;
	box-sizing: border-box;
	background-image: url(../images/week_hot_tag.png);
	background-size: 100% 100%;
}

.index-game-warp {
	margin: 26px auto 20px;
}

.index-game-warp {
	margin-left: -5px;
}

.index-game-warp .item {
	box-sizing: border-box;
	margin-left: 11px;
	width: 90px;
	overflow: hidden;
}

.index-game-warp .item .icon {
	width: 86px;
	height: 86px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.index-game-warp .item .icon::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 18px;
	background: url('../images/hot.png') no-repeat center/contain;
	z-index: 11;
}

.index-game-warp .item .title {
	font-size: 14px;
	color: #444444;
	display: block;
	margin: 12px auto 8px;
	text-align: center;
}

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

.index-news-warp .item {
	overflow: hidden;
	position: relative;
	margin-right: 3px;
}

.index-news-warp .uk-width-auto:last-child {
	margin-right: 0;
}

.index-news-warp .item .thumb {
	width: 225px;
	height: 140px;
	border-radius: 10px;
	overflow: hidden;
}

.index-news-warp .item .title {
	display: block;
	width: 225px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	padding: 0 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 0px 0px 10px 10px;
	text-align: center;
	box-sizing: border-box;
}

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

.index-game-list {
	margin: 0 auto 20px;
	border-top: 1px dashed #EEEEEE;
	padding-top: 20px;
}

.index-game-list .name {
	width: 44px;
	height: 24px;
	line-height: 24px;
	box-sizing: border-box;
	text-align: center;
	margin-right: 12px;
}

.index-game-list .hot-game2,
.index-game-list .hot-app {
	margin: 14px 0;
}

.index-game-list .hot-game .name {
	background: url('../images/game_jp_icon.png');
}

.index-game-list .hot-app .name {
	background: url('../images/game_zx_icon.png');
}

.index-game-list .hot-game2 .name {
	background: url('../images/game_tj_icon.png');
}

.index-game-list .hot-app2 .name {
	background: url('../images/game_bw_icon.png');
}

.index-game-list ul {
	display: flex;
	overflow: hidden;
}

.index-game-list ul li {
	text-wrap: nowrap;
}

.index-game-list ul li::after {
	content: '|';
	display: inline-block;
	margin: 0 10px;
	color: #dddddd;
	font-size: 12px;
	vertical-align: top;
}

.index-game-list ul li a {
	display: inline-block;
	max-width: 108px;
	text-align: center;
	font-size: 14px;
	color: #4C4C4C;
}

.index-game-list ul li:last-child::after {
	display: none;
}

.index-recommend {
	margin-top: 30px;
}

.home-hot-ht {
	margin-top: 45px;
}

.home-hot-ht .item {
	margin-top: 22px;
}

.home-hot-ht .item .thumb {
	width: 142px;
	height: 84px;
	border-radius: 6px;
	overflow: hidden;
}

.home-hot-ht .item .title {
	font-size: 16px;
	color: #333333;
}

.home-hot-ht .item .text {
	font-size: 14px;
	color: #777777;
	margin: 8px 0;
}

.home-hot-ht .item .type {
	font-size: 12px;
	color: #AAAAAA;
}

.home-hot-ht .item .type span {
	display: block;
	padding-left: 25px;
}

.home-hot-ht .item .type span:nth-child(1) {
	background: url('../images/wg_icon.png') no-repeat left/contain;
}

.home-hot-ht .item .type span:nth-child(2) {
	background: url('../images/jr_icon.png') no-repeat left/contain;
}

.home-latest {
	width: 440px;
	margin: 0 40px;
}

.home-latest .latest-top {
	box-sizing: border-box;
	overflow: hidden;
}

.home-latest .latest-top .item {
	text-align: center;
}

.home-latest .latest-top .item:last-child {
	margin-top: 10px;
}

.home-latest .latest-top .title {
	display: block;
	font-size: 18px;
	color: var(--pm-c);
	font-weight: bold;
}

.home-latest .latest-top .desc {
	font-size: 16px;
	color: #999999;
	letter-spacing: 1px;
	margin-top: 7px;
}

.home-latest .home-news {
	padding-right: 5px;
	box-sizing: border-box;
}

.home-latest .home-news .list {
	display: flex;
	margin-bottom: 10px;
}

.home-latest .home-news .list:last-child {
	margin-bottom: 0px;
}

.home-latest .home-news ul {
	border-bottom: 1px dashed #eeeeee;
	padding-bottom: 20px;
}

.home-latest .home-news ul:last-child {
	border: none;
}

.home-latest ul .list .hot {
	font-size: 14px;
	color: #999999;
	margin-right: 10px;
	/* border-right: 1px solid #eee; */
}

.home-latest ul .list .hot::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #ccc;
	margin-left: 10px;
	vertical-align: middle;
}

.home-latest ul .list .title {
	font-size: 14px;
	color: #666666;
	display: block;
}

.home-latest ul .list .time {
	font-size: 14px;
	color: #AAAAAA;
}

.home-latest .home-news .list:hover .title {
	color: var(--pm-c);
}

.home-latest .home-news .tag {
	display: inline-block;
	width: 46px;
	height: 24px;
	line-height: 24px;
	background: url('../images/zx_tj_icon.png') no-repeat center/contain;
	color: #fff;
	font-size: 14px;
	padding-left: 6px;
	box-sizing: border-box;
}

.home-latest .home-news .one-title {
	margin-top: 20px;
}

.home-latest .home-news .one-title .title {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	font-weight: 600;
	margin-left: 6px;
}

.home-recom {
	width: 260px;
}

.game-recom {
	width: 100%;
}

.game-recom .item {
	margin-bottom: 20px;
	position: relative;
}

.game-recom .item .thumb {
	width: 260px;
	height: 65px;
	border-radius: 6px;
	overflow: hidden;
}

.game-recom .item .title {
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background: rgba(51, 51, 51, .5);
	border-radius: 6px;
	line-height: 65px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

.game-recom .item .text {
	font-size: 12px;
	margin-top: 12px;
}

.home-slide {
	width: 420px;
}

.home-slide .slider {
	width: 100%;
	height: 240px;
	border-radius: 12px;
}

.home-slide .slider .slide {
	width: 100%;
	height: 100%;
	margin-left: 0;
}

.home-slide .slider li {
	padding-left: 0;
}

.home-slide .slider li .img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.home-slide .slider li .img span {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, .5);
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0 78px 0 38px;
	display: block;
	width: 76%;
	text-align: left;
}

.home-slide .slider li .img span::before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 40px;
	background: url('../images/icon.png') no-repeat center/contain;
	background-size: 23px 40px;
	position: absolute;
	left: 0;
}

.home-slide .slider .slideNav {
	position: absolute;
	bottom: 14px;
	right: 15px;
}

.home-slide .slider .slideNav li {
	margin-right: 5px;
	padding-left: 0;
}

.home-slide .slider .slideNav li:last-child {
	margin-right: 0;
}

.home-slide .slider .slideNav li a {
	width: 8px;
	height: 8px;
	background: #999;
	display: block;
	border-radius: 50%;
	border: none;
}

.home-slide .slider .slideNav li.uk-active a {
	background-color: var(--pm-c);
}

.home-slide-bottom .item {
	position: relative;
	margin-top: 10px;
}

.home-slide-bottom .item .thumb {
	width: 205px;
	height: 125px;
	border-radius: 12px;
	overflow: hidden;
}

.home-slide-bottom .item .title {
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, .5);
	border-radius: 0px 0px 12px 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0 10px 0 30px;
	box-sizing: border-box;
}

.home-slide-bottom .item .title::before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 40px;
	background: url('../images/icon.png') no-repeat center/contain;
	background-size: 23px 40px;
	position: absolute;
	left: 0;
}

.news-recom {
	position: relative;
}

.news-recom .item {
	border-bottom: dashed 1px #e5e5e5;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.news-recom .item .title {
	font-size: 22px;
	line-height: 40px;
	letter-spacing: 2px;
}

.home-zx-gift {
	margin-top: 50px;
}

/* 热门资讯 */
.home-hot-zx {
	flex: 1;
	overflow: hidden;
}

.home-hot-zx .item {
	height: 98px;
	background: linear-gradient(270deg, #FFFFFF 66%, rgba(255, 255, 255, 0) 79%);
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #F5F5F5;
	position: relative;
}

.home-hot-zx .item .thumb {
	width: 181px;
	height: 98px;
}

.home-hot-zx .item::before {
	content: '';
	display: block;
	position: absolute;
	left: 141px;
	z-index: 11;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 98px solid transparent;
	border-left-color: transparent;
	border-right-color: #fff;
	border-bottom: 0;
}

.home-hot-zx .item .info {
	padding-right: 10px;
}

.home-hot-zx .item .title {
	font-size: 16px;
	color: #333333;
}

.home-hot-zx .item .time {
	font-size: 14px;
	color: #AAAAAA;
}

.home-hot-zx .item .down {
	display: block;
	width: 55px;
	height: 26px;
	background: #FFFFFF;
	border-radius: 13px;
	border: 1px solid var(--pm-c);
	font-size: 16px;
	color: var(--pm-c);
	padding-left: 10px;
	box-sizing: border-box;
}

.home-hot-zx .item .down span {
	display: block;
	background: url('../images/more_.png') no-repeat 25px/contain;
	background-size: 14px;
}

.home-hot-zx .item:hover {
	background: linear-gradient(270deg, rgba(160, 111, 240, 0.06) 66%, rgba(255, 255, 255, 0) 79%);
	border-color: var(--pm-c);
}

.home-hot-zx .item:hover::before {
	border-right-color: #F9F6FE;
}

.home-hot-zx .item:hover .down {
	background: var(--pm-c);
	color: #fff;
}

.home-hot-zx .item:hover .down span {
	background: url('../images/more.png') no-repeat 25px/contain;
	background-size: 14px;
}

/* 推荐礼包 */
.home-gift {
	width: 260px;
	margin-left: 40px;
}

.home-gift .gift-list {
	border-left: 1px solid #F5F5F5;
	padding-left: 18px;
}

.home-gift .item::before {
	width: 5px;
	height: 5px;
	background: #EEEEEE;
	border-radius: 3px;
	left: -21px;
}

.home-gift .item {
	margin-bottom: 15px;
}

.home-gift .item:last-child {
	margin-bottom: 0;
}

.home-gift .item .icon {
	width: 66px;
	height: 66px;
	border-radius: 18px;
	overflow: hidden;
	display: none;
}

.home-gift .item .title {
	font-size: 14px;
	color: #4C4C4C;
	flex: 1;
	line-height: 30px;
}

.home-gift .item .info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 30px;
	margin-left: 0;
}

.home-gift .item .progress {
	font-size: 12px;
	color: #999999;
	display: none;
	overflow: hidden;
	margin-right: 5px;
}

.home-gift .item .uk-progress {
	margin: 0;
	background-color: #D9D9D9;
	height: 6px;
	width: 30px;
	margin-right: 2px;
}

.progress progress::-webkit-progress-value {
	background: linear-gradient(90deg, #FFC700 0%, #FB561C 100%);
	border-radius: 10px;
}

.home-gift .item .down {
	display: block;
	width: 55px;
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	border-radius: 30px;
	border: 1px solid #E8E8E8;
	font-size: 14px;
	color: #999999;
	text-align: center;
}

.home-gift .item.active::before {
	background: var(--pm-c);
}

.home-gift .item.active .icon,
.home-gift .item.active .progress {
	display: block;
	display: flex;
}

.home-gift .item.active .info {
	display: inline-block;
	line-height: 1;
	margin-left: 15px;
}

.home-gift .item.active .title {
	font-weight: bold;
	font-size: 16px;
}

.home-gift .item.active .down {
	background: var(--pm-c);
	border: 1px solid var(--pm-c);
	color: #FFFFFF;
}

/* 手机游戏 */
.home-game .game-type {
	display: flex;
	justify-content: space-between;
}

.home-game .game-type li {
	position: relative;
}

.home-game .game-type li a {
	font-size: 14px;
	color: #777777;
}

.home-game .game-type li.active::before {
	content: '';
	display: block;
	width: 64px;
	height: 8px;
	background: url('../images/active_line.png') no-repeat center/contain;
	position: absolute;
	top: 27px;
}

.home-game .game-type li.active a {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}

.home-game .item {
	width: 90px;
}

.home-game .item .icon {
	width: 90px;
	height: 90px;
	border-radius: 20px;
	overflow: hidden;
}

.home-game .item .title {
	display: block;
	font-size: 14px;
	color: #666666;
	margin: 10px auto 8px;
	text-align: center;
}

/* 高分游戏 */
.home-jx-game {
	width: 260px;
	margin-left: 40px;
}

.game-rank .item {
	margin-bottom: 24px;
	position: relative;
}

.game-rank .item:last-child {
	margin-bottom: 0px;
}

.game-rank .item .order {
	margin-right: 14px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 0px 10px 10px 10px;
	background: #DDDDDD;
}

.game-rank .item:nth-child(1) .order {
	background: #FF5A00;
}

.game-rank .item:nth-child(2) .order {
	background: #FF9B19;
}

.game-rank .item:nth-child(3) .order {
	background: #FFCB2E;
}

.game-rank .item .icon {
	width: 74px;
	height: 74px;
	border-radius: 20px;
	overflow: hidden;
}

.game-rank .item .info {
	margin-left: 12px;
}

.game-rank .item .title {
	font-size: 16px;
	color: #4C4C4C;
	font-weight: 600;
}

.game-rank .item .type {
	font-size: 14px;
	color: #999999;
}

.game-rank .item .type span {
	line-height: 16px;
	margin-top: 8px;
	display: block;
}

.game-rank .item .time {
	margin-top: 12px;
}

.game-rank .item .down {
	display: block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	background-color: #ffffff;
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	border: 1px solid #E8E8E8;
}

.game-rank .item:hover .down {
	border: 1px solid var(--pm-c);
	background-color: var(--pm-c);
	color: #ffffff;
}

.game-rank .item:nth-child(-n+3) .score {
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 600;
	font-style: italic;
	position: absolute;
	top: 0;
	left: 38px;
	z-index: 11;
	width: 30px;
	height: 26px;
	line-height: 26px;
	background: url('../images/tag.png') no-repeat center/contain;
	text-align: center;
}

.game-rank .item:nth-child(-n+3) .score span {
	display: none;
}

.game-rank .item:nth-child(n+4) .score {
	color: #FF9700;
	font-weight: 500;
}

.game-rank .item:nth-child(n+4) .title {
	font-size: 16px;
	color: #4C4C4C;
	font-weight: 400;
}

.game-rank .item:nth-child(n+4) .info {
	margin-left: 0;
}

.game-rank .item:nth-child(n+4) .icon,
.game-rank .item:nth-child(n+4) .down,
.game-rank .item:nth-child(n+4) .type {
	display: none;
}

/* 资讯大全 */
.index-hot-news {
	margin: 60px 0;
	padding: 60px 0;
	overflow: hidden;
	background: linear-gradient(140deg, #261D35 0%, #0C0B3C 100%);
}

.index-hot-news .module-title .title {
	font-weight: bold;
	font-size: 20px;
	color: #D0B4FF;
}

.index-hot-news .module-title .more {
	font-weight: 500;
	font-size: 14px;
	color: #D0B4FF;
}

.index-hot-news .item {
	position: relative;
	width: 276px;
}

.index-hot-news .uk-width-1-4:nth-child(-n+4) {
	margin-bottom: 30px;
}

.index-hot-news .item .thumb {
	width: 276px;
	height: 172px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.index-hot-news .item .title {
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 276px;
	height: 34px;
	line-height: 34px;
	background: rgba(51, 51, 51, .5);
	border-radius: 0px 0px 6px 6px;
	padding-left: 34px;
	width: 100%;
	padding-right: 10px;
	box-sizing: border-box;
}

.index-hot-news .item .title::before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 34px;
	background: url(../images/icon.png) no-repeat center / contain;
	background-size: 23px 34px;
	position: absolute;
	left: 0;
}

.index-hot-news .list {
	height: 30px;
	line-height: 30px;
	margin-top: 12px;
	background: url('../images/dot.png') no-repeat left/contain;
	background-size: 6px;
	padding-left: 16px;
}

.index-hot-news .list:hover {
	border-left: 2px solid #A06FF0;
	background: linear-gradient(90deg, rgba(160, 111, 240, 0.2) 0%, rgba(37, 7, 86, 0.3) 100%);
}

.index-hot-news .list .name {
	font-size: 14px;
	color: #FFFFFF;
	display: block;
}

.index-hot-news .list .time {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}

.index-hot-news .list:hover .name {
	color: #D0B4FF;
}

.index-hot-news .list:hover .time {
	color: #8159C3;
}

/* 游戏攻略 */
.home-game-gl .gl-item .item {
	margin-bottom: 22px;
}

.home-game-gl .gl-item .item:last-child {
	margin-bottom: 0 !important;
}

.home-game-gl .gl-item .title {
	font-weight: 600;
	font-size: 16px;
	color: #333333;
	margin-bottom: 14px;
}

.home-game-gl .gl-item .thumb {
	width: 160px;
	height: 90px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.home-game-gl .gl-item .name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 160px;
	height: 34px;
	line-height: 34px;
	background: rgba(51, 51, 51, .5);
	border-radius: 0px 0px 6px 6px;
	width: 100%;
	padding: 0 5px 0 30px;
	box-sizing: border-box;
	font-size: 14px;
	color: #FFFFFF;
}

.home-game-gl .gl-item .name::before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 34px;
	background: url(../images/icon.png) no-repeat center / contain;
	background-size: 23px 34px;
	position: absolute;
	left: 0;
}

.home-game-gl .gl-item .text {
	font-size: 14px;
	color: #777777;
	line-height: 28px;
}

.home-game-gl .gl-item .time {
	font-size: 14px;
	color: #AAAAAA;
	display: block;
}

.home-game-gl .gl-list {
	width: 360px;
	margin-left: 40px;
}

.home-game-gl .gl-list .gl {
	font-size: 14px;
	color: var(--pm-c);
	margin-right: 10px;
}

/* 手游攻略 */
.home-sy-gl .item-thumb .thumb {
	width: 354px;
	height: 212px;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}

.home-sy-gl .item-thumb .thumb:lasth-child {
	margin-bottom: 0;
}

.home-sy-gl .item-thumb .title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 354px;
	height: 40px;
	line-height: 40px;
	background: rgba(51, 51, 51, .5);
	border-radius: 0px 0px 12px 12px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}

.sy-gl-list {
	padding-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
}

.sy-gl-list .title {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.sy-gl-list .text {
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	margin: 10px 0;
}

.sy-gl-list .type {
	font-size: 14px;
	color: #999999;
}

/* 热门攻略 */
.home-hot-gl {
	width: 350px;
}

.home-hot-gl ul li .item {
	border-bottom: 1px dashed #EEEEEE;
	padding-bottom: 14px;
	margin-bottom: 14px;
}

.home-hot-gl ul li .item:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.home-hot-gl ul li .item .thumb {
	width: 120px;
	height: 78px;
	border-radius: 6px;
	overflow: hidden;
}

.home-hot-gl ul li .item .title {
	padding-left: 22px;
	background: url('../images/hot_icon.png') no-repeat left/contain;
	background-size: 16px;
	font-weight: 600;
	font-size: 16px;
	color: #333333;
}

.home-hot-gl ul li .item .text {
	font-size: 14px;
	color: #777777;
	line-height: 22px;
	margin: 5px 0;
}

.home-hot-gl ul li .item .time {
	font-size: 12px;
	color: #AAAAAA;
}

.home-hot-gl .uk-slider-items {
	/* display: block !important; */
}

.home-hot-gl .uk-slidenav-previous,
.home-hot-gl .uk-slidenav-next {
	width: 24px;
	height: 24px;
}

.home-hot-gl .uk-slidenav-previous::before,
.home-hot-gl .uk-slidenav-next::before {
	width: 24px;
	height: 24px;
}

.home-hot-gl .uk-slidenav-previous svg,
.home-hot-gl .uk-slidenav-next svg {
	color: transparent;
}

.home-hot-gl .uk-slidenav-previous::before {
	background: url(../images/left_icon.png) no-repeat center/contain;
	left: 7px;
	background-size: 24px;
}

.home-hot-gl .uk-slidenav-next::before {
	background: url(../images/left_icon.png) no-repeat center/contain;
	transform: rotate(180deg) translateY(9px);
	margin-top: -3px;
	background-size: 24px;
}

.home-hot-gl .uk-slidenav-previous {
	margin-left: 31%;
}

.home-hot-gl .uk-slidenav-next {
	margin-left: 57%;
}

.home-hot-gl .uk-dotnav {
	margin-top: 25px;
}

.home-hot-gl .uk-dotnav>.uk-active>* {
	background: var(--pm-c);
	border: 1px solid var(--pm-c);
}

.home-hot-gl .uk-dotnav>*>* {
	border: 1px solid #CCCCCC;
	width: 6px;
	height: 6px;
	background: #CCCCCC;
}

/* 精选资讯 */
.home-jx-zx {
	background: #F7F7F7;
	padding: 60px 0;
	margin: 80px 0;
}

.home-jx-zx .gl-item .item .thumb {
	width: 142px;
	height: 96px;
	border-radius: 6px;
}

.home-jx-zx .gl-item-left .item .thumb::before {
	content: '';
	display: block;
	position: absolute;
	left: -3px;
	top: 10px;
	z-index: 11;
	width: 36px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	background: url('../images/zx_icon1.png') no-repeat center/contain;
}

.home-jx-zx .gl-item .item .time {
	color: #999999;
	padding-left: 20px;
	background: url('../images/date.png') no-repeat left/contain;
	background-size: 14px;
	font-size: 14px;
}

.home-jx-zx .gl-item .item .date {
	background: none;
	padding-left: 0;
}

.home-jx-zx .gl-list li .zx {
	display: block;
	width: 30px;
	height: 18px;
	line-height: 16px;
	background: #C1C1C1;
	border-radius: 4px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

/* 新游排行榜 */
.index-rank .rank-wrap {
	width: 430px;
	margin-right: 40px;
}

.index-rank .rank-wrap .rank-item .item {
	border-bottom: 1px dashed #EEEEEE;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.index-rank .rank-wrap .rank-item .item:last-child {
	border: none;
	margin-bottom: 0;
}

.index-rank .rank-wrap .rank-item .icon {
	width: 74px;
	height: 74px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.index-rank .rank-wrap .rank-item .order {
	width: 23px;
	height: 24px;
	background: url('../images/game_n.png') no-repeat center/contain;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 11;
}

.index-rank .rank-wrap .rank-item .item:nth-child(1) .order {
	background: url('../images/game_01.png') no-repeat center/contain;
}

.index-rank .rank-wrap .rank-item .item:nth-child(2) .order {
	background: url('../images/game_02.png') no-repeat center/contain;
}

.index-rank .rank-wrap .rank-item .item:nth-child(3) .order {
	background: url('../images/game_03.png') no-repeat center/contain;
}

.index-rank .rank-wrap .rank-item .title {
	font-weight: 500;
	font-size: 16px;
	color: #4C4C4C;
}

.index-rank .rank-wrap .rank-item .type {
	font-size: 14px;
	color: #999999;
}

.index-rank .rank-item .down {
	width: 82px;
	height: 34px;
	line-height: 34px;
	background: #FFFFFF;
	border-radius: 20px;
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
	font-size: 14px;
	text-align: center;
}

.index-rank .rank-item .item:hover .down {
	background: var(--pm-c);
	color: #fff;
}

/* 推荐下载 */
.index-rank .game-down {
	overflow: hidden;
	flex: 1;
}

.index-rank .game-down .item {
	border-bottom: 1px dashed #EEEEEE;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.index-rank .game-down .item .icon {
	width: 66px;
	height: 66px;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #EEEEEE;
	overflow: hidden;
	border-radius: 50%;
	padding: 3px;
	box-sizing: border-box;
}

.index-rank .game-down .item .icon img {
	border-radius: 50%;
}

.index-rank .game-down .item .title {
	font-weight: 500;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}

.index-rank .game-down .item .platform {
	font-size: 14px;
	color: #999999;
}

.index-rank .game-down .rank-item .down {
	width: 60px;
	height: 30px;
	line-height: 30px;
	border-radius: 32px;
}

/* 热门新闻 */
.home-hot-xw {
	flex: 1;
	overflow: hidden;
}

.home-hot-xw .xw-type {
	width: 100%;
}

.home-hot-xw .xw-type li {
	width: 98px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
}

.home-hot-xw .xw-type li a {
	display: block;
	font-size: 16px;
	color: #333333;
}

.home-hot-xw .xw-type li:hover,
.home-hot-xw .xw-type li.active {
	background: linear-gradient(270deg, #A06FF0 0%, #6F7CF0 100%);
}

.home-hot-xw .xw-type li:hover a,
.home-hot-xw .xw-type li.active a {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

.home-hot-xw .list-container {
	width: 50%;
	box-sizing: border-box;
}

.home-hot-xw .list-container li:hover .tag {
	color: var(--pm-c);
}

.home-hot-xw .list-container li:hover .time {
	color: var(--pm-c);
}

/* 热门推荐 */
.home-hot-tj {
	width: 260px;
	margin-left: 40px;
}

.home-hot-tj .item-news {
	background: #FAFAFA;
	border-radius: 12px;
	padding: 14px;
}

.home-hot-tj .item-news .title {
	font-size: 16px;
	color: #333333;
	font-weight: 600;
}

.home-hot-tj .item-news .text {
	font-size: 14px;
	color: #999999;
	margin-top: 5px;
}

.home-hot-tj .item-news .type {
	font-size: 12px;
	color: #AAAAAA;
	margin-top: 6px;
}

.home-hot-tj .item-news .type span {
	background-size: 14px;
	padding-left: 20px;
}

.home-hot-tj .item-news .hits {
	background: url('../images/hits_icon.png') no-repeat left/contain;
}

.home-hot-tj .item-news .pl {
	background: url('../images/pl_icon.png') no-repeat left/contain;
}

.home-hot-tj .list-container li:nth-child(1) .title {
	padding-left: 20px;
	margin-left: 10px;
	background: url('../images/hot_icon.png') no-repeat left/contain;
	background-size: 16px;
}

/* 手游美图 */
.index-images .images-list-l .thumb {
	width: 276px;
	height: 150px;
	margin-top: 5px;
}

.index-images .images-list-m .thumb {
	width: 276px;
	height: 305px;
	margin-top: 5px;
}

.index-images .images-list-m .thumb:last-child {
	height: 150px;
}

.index-images .images-list-r .list-top .thumb {
	width: 276px;
	height: 230px;
}

.index-images .images-list-r .list-top .thumb:last-child {
	width: 360px;
	margin-left: 5px;
}

.index-images .images-list-r .list-bottom .thumb {
	width: 360px;
	height: 224px;
}

.index-images .images-list-r .list-bottom .thumb:last-child {
	width: 276px;
	margin-left: 5px;
}

/* 首页样式结束 */

/* 资讯列表 */
.news-warp {
	background: #fff;
	border-radius: 12px 12px 0px 0px;
}

.menu-news li {
	margin-right: 10px;
	height: 36px;
	line-height: 36px;
	padding: 0 12px;
	border-radius: 6px;
	border: 1px solid #F8F8F8;
}

.menu-news li a {
	font-size: 16px;
	color: #666666;
}

.menu-news li.active {
	background: linear-gradient(180deg, #816FF0 0%, #A06FF0 100%);
}

.menu-news li.active a {
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
}

.news-list .item {
	position: relative;
	background: #FFFFFF;
	padding: 20px;
}

.news-list .item:hover {
	background: #F6F1FE;
}

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

.news-list .item .thumb {
	width: 180px;
	height: 128px;
	border-radius: 12px;
	overflow: hidden;
}

.news-list .item .info {
	margin-left: 20px;
}

.news-list .item .title {
	font-weight: 600;
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}

.news-list .item .text {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}

.news-list .item .time {
	font-size: 14px;
	color: #AAAAAA;
}

.news-list .item .more {
	font-weight: 600;
	font-size: 14px;
	color: var(--pm-c);
}

/* 资讯详情 */
.single-news .single-header {
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
}

.single-news .single-header h1 {
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
}

.single-news .single-header .info {}

.single-news .single-header .info span {
	margin: 0 25px;
	font-size: 14px;
	color: #777777;
}

.single-news .single-content {
	border-top: 1px solid var(--br-c);
	padding: 30px 20px;
}

/* 手游列表 */
/* 菜单栏 */
.menu-game-nav {
	margin-top: 20px;
	flex-wrap: wrap;
}

.menu-game-nav li {
	width: 182px;
	height: 70px;
	background: #F8F8F8;
	border-radius: 8px;
	margin-right: 11px;
	margin-bottom: 12px;
	padding: 14px 20px;
	box-sizing: border-box;
	cursor: pointer;
}

.menu-game-nav li:hover,
.menu-game-nav li.active {
	background: linear-gradient(180deg, #816FF0 0%, var(--pm-c) 100%);
}

.menu-game-nav li a {
	font-weight: 600;
	font-size: 16px;
	color: #333333;
	display: block;
	line-height: 26px;
}

.menu-game-nav li:hover a,
.menu-game-nav li.active a {
	color: #ffffff;
}

.menu-game-nav li .desc {
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}

.menu-game-nav li:hover .desc,
.menu-game-nav li.active .desc {
	color: #FFFFFF;
}

.menu-game-nav li .down {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/game_menu.png') no-repeat center/contain;
}

.menu-game-nav li:hover .down,
.menu-game-nav li.active .down {
	background: url('../images/game_menu_.png') no-repeat center/contain;
}

.game-warp {
	margin-left: -25px;
}

.game-warp .item {
	max-width: 372px;
	border-radius: 12px;
	border: 1px solid #F5F5F5;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-left: 10px;
	margin-top: 5px;
	position: relative;
}

.game-warp .item .icon {
	width: 80px;
	height: 80px;
	border-radius: 16px;
	overflow: hidden;
}

.game-warp .item .down {
	display: inline-block;
	width: 60px;
	height: 28px;
	line-height: 28px;
	border: solid 1px var(--pm-c);
	background-color: #ffffff;
	border-radius: 27px;
	font-size: 14px;
	color: var(--pm-c);
	text-align: center;
}

.game-warp .item .info {
	margin-left: 14px;
}

.game-warp .item .text {
	font-size: 14px;
	color: #999999;
	margin-top: 12px;
}

.game-warp .item .text span {
	font-weight: 500;
	font-size: 14px;
	color: var(--pm-c);
}

.game-warp .item .title {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}

.game-warp .item .type span {
	font-size: 14px;
	color: #666666;
	display: block;
	margin-bottom: 8px;
}

.game-warp .item .type span:last-child {
	margin-bottom: 0;
}

.game-warp .item .type span i {
	font-size: 14px;
	color: #999999;
}

.game-warp .item .time {
	font-size: 14px;
	color: #888888;
	display: block;
	padding-left: 24px;
	background: url('../images/date.png') no-repeat left/contain;
	background-size: 15px;
}

.game-warp .item:hover {
	border: 1px solid var(--pm-c);
	background: rgba(160, 111, 240, 0.05);
}

.game-warp .item:hover .down {
	background: var(--pm-c);
	color: #ffffff;
}

.game-warp .item .score {
	position: absolute;
	top: 10px;
	right: 24px;
}

.game-warp .item .score i {
	font-size: 12px;
	color: #AAAAAA;
	display: block;
	border-bottom: 1px solid #F5F5F5;
	padding-bottom: 4px;
	text-align: center;
}

.game-warp .item .score span {
	display: block;
	text-align: center;
	font-weight: 800;
	font-size: 16px;
	color: var(--pm-c);
}

.game-warp .item .order {
	position: absolute;
	top: 20px;
	right: 33px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0px 2px 1px #D2D2D2;
	background: #D2D2D2;
	border-radius: 50%;
	font-weight: 600;
	font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
	font-style: italic;
	padding-right: 3px;
	box-sizing: border-box;
}

.game-warp .uk-width-1-3:nth-child(-n+3) .order {
	width: 52px;
	height: 60px;
	border-radius: 0;
	top: 0;
	right: 24px;
	color: transparent;
	text-shadow: none;
}

.game-warp .uk-width-1-3:nth-child(1) .order {
	background: url('../images/album_1.png') no-repeat center/contain;
}

.game-warp .uk-width-1-3:nth-child(2) .order {
	background: url('../images/album_2.png') no-repeat center/contain;
}

.game-warp .uk-width-1-3:nth-child(3) .order {
	background: url('../images/album_3.png') no-repeat center/contain;
}

/* 手游详情 */
.single-game .single-header {
	padding: 30px;
	background: url('../images/single_header.png') no-repeat center/contain;
}

.single-game .single-header .icon {
	width: 130px;
	height: 130px;
	border-radius: 30px;
	overflow: hidden;
}

.single-game .single-header .single-title h1 {
	font-weight: bold;
	font-size: 26px;
	color: #333333;
	margin-bottom: 0px;
}

.single-game .single-header .single-info {
	flex-wrap: wrap;
	margin-right: 180px;
}

.single-game .single-header .single-info p {
	font-size: 14px;
	color: #999999;
	width: 40%;
	margin-top: 10px;
}

.single-game .single-header .single-info p span {
	font-size: 14px;
	color: #999999;
}

.single-game .single-header .single-info .num {
	font-size: 16px;
	color: #FF9700;
}

.single-game .down-btn {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed rgba(160, 111, 240, 0.2);
}

.single-game .scroe {
	width: 155px;
	height: 142px;
	position: absolute;
	right: 30px;
	margin-top: 20px;
	text-align: center;
	background: url('../images/pf_bg.png') no-repeat center/contain;
}

.single-game .scroe .value {
	display: block;
	font-weight: 600;
	font-size: 36px;
	color: var(--pm-c);
	font-style: italic;
}

.single-game .scroe .star1 {
	position: relative;
	top: -7px;
}

.single-game .scroe i {
	display: block;
	font-size: 12px;
	color: #ABABAB;
}

.single-game .single-images .uk-slider {
	margin-left: 90px;
	margin-right: 90px;
}

.single-game .single-images {
	position: relative;
}

.single-game .single-images .item {
	width: 200px;
	height: 356px;
	border-radius: 12px;
	overflow: hidden;
}

.single-game .single-images .item img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
}

.single-game .single-images .uk-slider-nav {
	display: flex;
	position: absolute;
	bottom: 0;
	width: 79%;
	height: 8px;
	background: #F0F0F0;
	z-index: 10;
	transition: al .3s;
}

.single-game .single-images .uk-slider-nav li {
	flex: 1;
}

.single-game .single-images .uk-slider-nav a {
	display: block;
	height: 8px;
	width: 100%;
}

.single-game .single-images .uk-slider-nav .uk-active a {
	display: block;
	background: #ccc;
	border-radius: 20px;
}

.single-images .slider-btn {
	width: 28px;
	height: 48px;
	line-height: 36px;
	background: rgba(0, 0, 0, .8);
	text-align: center;
	color: #fff;
	margin-left: -50px;
}

.single-images .previous {
	left: 75px;
}

.single-images .slider-btn:hover {
	background: var(--pm-c);
}

/* 专辑列表 */
.album-warp {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
}

.album-warp .album-list {
	margin-left: -20px;
	margin-top: 24px;
}

.album-warp .album-list li {
	padding-left: 20px;
}

.album-warp .album-list li .item {
	background: #FAFAFA;
	border-radius: 12px;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	position: relative;
}

.album-warp .album-list li .item .album-game {
	border-bottom: 1px solid #F4F4F4;
	padding: 30px 30px 15px;
	justify-content: space-between;
	border-radius: 12px 12px 0 0;
}

.album-warp .album-list li .item:hover .album-game {
	background: url('../images/album_bg.png') no-repeat center/cover;
	background-size: 100% 150%;
}

.album-warp .album-list li .item .album-game .game-item {
	width: 20%;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}

.album-warp .album-list li .item .icon {
	width: 80px;
	height: 80px;
	border-radius: 16px;
	overflow: hidden;
}

.album-warp .album-list li .item .name {
	display: block;
	font-weight: 600;
	font-size: 16px;
	color: #333333;
}

.album-warp .album-list li .item .album-info {
	padding: 15px 30px;
}

.album-warp .album-list li .item .title {
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	display: block;
}

.album-warp .album-list li .item:hover .title {
	color: var(--pm-c);
}

.album-warp .album-list li .item .type {
	font-size: 14px;
	color: #9D9D9D;
	margin-top: 6px;
}

.album-warp .album-list li .item .more {
	display: block;
	width: 96px;
	height: 36px;
	line-height: 36px;
	border-radius: 25px;
	border: 1px solid #AAAAAA;
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin-left: 15px;
}

.album-warp .album-list li .item:hover .more {
	background-color: var(--pm-c);
	color: #ffffff;
	border: 1px solid var(--pm-c);
}

/* 专辑详情 */
.single-album .single-header {
	display: flex;
	align-items: center;
	width: 880px;
	height: 220px;
	box-sizing: border-box;
	padding: 43px 28px 36px 116px;
	background: url('../images/album_header.png') no-repeat center/cover;
}

.single-album .single-header h1 {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: bold;
	font-size: 32px;
	color: #4E1DA3;
}

.single-album .single-header .single-info p {
	font-size: 14px;
	color: #AE92CC;
	text-align: center;
	position: relative;
}

.single-album .single-header .single-info p::after {
	content: '';
	display: block;
	width: 0px;
	height: 18px;
	border: 1px solid #603C9F;
	opacity: 0.4;
	z-index: 11;
	position: absolute;
	top: 16px;
	right: -38px;
}

.single-album .single-header .single-info span {
	display: block;
	font-size: 16px;
	color: #6745A4;
	text-align: center;
	margin-top: 4px;
}

.single-album .single-header .game {
	width: 266px;
	margin-left: 100px;
	margin-right: 8px;
}

.single-album .single-header .game .icon {
	width: 84px;
	height: 84px;
	box-shadow: 4px 4px 4px 0px rgba(51, 14, 104, 0.26);
	border-radius: 18px;
	overflow: hidden;
	position: relative;
}

.single-album .single-header .game .icon::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	width: 26px;
	height: 26px;
	background: url('../images/game_tj.png') no-repeat center/contain;
}

.single-album .single-header .game .title {
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}

.single-album .single-header .game .type {
	font-size: 14px;
	color: #9263DF;
}

.single-album .single-header .game .down {
	display: block;
	width: 266px;
	height: 34px;
	line-height: 34px;
	background: linear-gradient(90deg, #C1FDC8 0%, #7FFDB5 55%, #46C6EF 100%);
	box-shadow: inset 4px 2px 5px 0px rgba(255, 255, 255, 0.5);
	border-radius: 58px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	color: #300964;
	margin-top: 23px;
}

.single-album .album-recom {
	width: 300px;
}

.single-album .album-recom .item {
	padding: 17px;
	background: #FFFFFF;
	border-radius: 12px;
	margin-bottom: 12px;
}

.single-album .album-recom .item:last-child {
	margin-bottom: 0px;
}

.single-album .album-recom .icon {
	width: 70px;
	height: 70px;
	border-radius: 14px;
	overflow: hidden;
}

.single-album .album-recom .title {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	padding-left: 26px;
	background: url('../images/hot_icon.png') no-repeat left/contain;
	background-size: 18px;
}

.single-album .album-recom .type {
	font-size: 14px;
	color: #888888;
}

.single-album .album-recom .type span {
	display: block;
	font-size: 14px;
	color: #AAAAAA;
}

.single-album .album-recom .down {
	display: block;
	height: 18px;
	width: 18px;
	background: url('../images/jt.png') no-repeat center/contain;
}


/* 排行榜 */
.category-rank .rank-banner {
	height: 360px;
	background: url('../images/rank_banner.png') no-repeat center/contain;
}

.menu-rank-nav {
	height: 50px;
	line-height: 50px;
	background: var(--pm-c);
	border-radius: 64px;
	padding: 0 4px;
}

.menu-rank-nav li {
	width: 160px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin: 4px 0;
}

.menu-rank-nav li.active {
	background: #fff;
	border-radius: 64px;
}

.menu-rank-nav li a {
	font-size: 16px;
	color: #FFFFFF;
}

.menu-rank-nav li.active a {
	font-weight: bold;
	font-size: 18px;
	color: var(--pm-c);
}

.rank-list {
	margin-top: -70px;
	padding: 20px;
	background: #fff;
	border-radius: 12px;
}

.rank-warp .item {
	background: #FCFCFC;
	border-radius: 24px;
	position: relative;
	padding: 30px 20px 30px 36px;
}

.rank-warp .item:nth-child(1) {
	background: #FFF6F4;
}

.rank-warp .item:nth-child(2) {
	background: #FFF9F1;
}

.rank-warp .item:nth-child(3) {
	background: #FFFDF4;
}

.rank-warp .item .order {
	width: 44px;
	height: 44px;
	line-height: 44px;
	background: #D6D6D6;
	box-shadow: inset 0px 2px 4px 0px #CCCCCC;
	font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 50%;
	margin: 0 16px;
}

.rank-warp .item:nth-child(-n+3) .order {
	color: transparent;
	width: 75px;
	height: 86px;
	border-radius: 0;
	margin: 0;
	box-shadow: none;
}

.rank-warp .item:nth-child(1) .order {
	background: url('../images/album_1.png') no-repeat center/contain;
}

.rank-warp .item:nth-child(2) .order {
	background: url('../images/album_2.png') no-repeat center/contain;
}

.rank-warp .item:nth-child(3) .order {
	background: url('../images/album_3.png') no-repeat center/contain;
}

.rank-warp .item .icon {
	width: 142px;
	height: 142px;
	border-radius: 30px;
	overflow: hidden;
	margin-left: 20px;
}

.rank-warp .item .title {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: bold;
	font-size: 22px;
	color: #333333;
}

.rank-warp .item .type {
	margin: 22px 0;
	font-size: 14px;
	color: #888888;
}

.rank-warp .item .type span {
	font-size: 16px;
	color: #AAAAAA;
}

.rank-warp .item .type p {
	margin-right: 20px;
	font-size: 16px;
	color: #666666;
}

.rank-warp .item .type p:last-child {
	margin-right: 0;
}

.rank-warp .item .down {
	display: block;
	margin-left: 20px;
	width: 102px;
	height: 44px;
	line-height: 44px;
	border-radius: 39px;
	border: solid 1px var(--pm-c);
	font-size: 16px;
	color: var(--pm-c);
	text-align: center;
	background: rgba(255, 255, 255, 0.4);
}

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

.rank-warp .item:hover .down {
	background: var(--pm-c);
	color: #fff;
}

.rank-warp .item .text {
	font-size: 16px;
	color: #777777;
}

.rank-warp .item:nth-child(1) .type span {
	color: rgba(191, 167, 167, 0.6);
}

.rank-warp .item:nth-child(1) .text,
.rank-warp .item:nth-child(1) .type p {
	color: rgba(191, 167, 167, 1);
}

.rank-warp .item:nth-child(2) .type span {
	color: rgba(195, 172, 141, 0.6);
}

.rank-warp .item:nth-child(2) .text,
.rank-warp .item:nth-child(2) .type p {
	color: rgba(195, 172, 141, 1);
}

.rank-warp .item:nth-child(3) .type span {
	color: rgba(203, 189, 126, 0.6);
}

.rank-warp .item:nth-child(3) .text,
.rank-warp .item:nth-child(3) .type p {
	color: rgba(203, 189, 126, 1);
}

/* 排行榜大全 */
.category-rank-list .rank-banner {
	background: url('../images/rank_list_.png') no-repeat center/contain;
	position: relative;
}

.category-rank .rank-banner .single-rank-top {
	padding-top: 100px;
}

.category-rank .rank-banner .single-rank-title {
	font-family: MicrosoftYaHei-Bold;
	font-size: 36px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 3px;
	color: #fff7d5;
	display: block;
}

.category-rank .rank-banner .single-rank-time {
	display: inline-block;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	border: solid 1px #faf8df;
	font-size: 16px;
	letter-spacing: 1px;
	color: #faf8df;
	margin-top: 40px;
}

/* 排行榜详情 */

/* 礼包列表 */
.hot-gift .item {
	text-align: center;
	padding: 18px 24px 15px;
	background: url('../images/gift_bg.png') no-repeat center/contain;
}

.hot-gift .item .title {
	font-weight: 600;
	font-size: 16px;
	color: #333333;
}

.hot-gift .item .icon {
	position: relative;
	width: 110px;
	height: 110px;
	box-shadow: 2px 3px 6px -1px rgba(169, 137, 51, 0.4);
	border-radius: 24px;
	overflow: hidden;
}

.hot-gift .item .icon::before {
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	background: url('../images/game_tj.png') no-repeat center/contain;
}

.hot-gift .item .time {
	display: block;
	margin-top: 68px;
	font-size: 14px;
	color: #E2C26B;
	line-height: 36px;
}

.hot-gift .item .down {
	display: none;
	width: 92px;
	height: 34px;
	line-height: 34px;
	background: linear-gradient(180deg, #F2E3B4 0%, #D6B653 100%);
	border-radius: 31px 31px 31px 31px;
	border: 1px solid #FFD864;
	font-weight: 400;
	font-size: 14px;
	color: #856917;
	text-align: center;
	margin: 68px auto 0;
}

.hot-gift .item:hover .time {
	display: none;
}

.hot-gift .item:hover .down {
	display: block;
}

.gift-list {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
}

.gift-warp .item {
	position: relative;
}

.gift-warp .item .gift-info {
	display: flex;
	align-items: center;
	flex: 1;
	overflow: hidden;
	padding-bottom: 20px;
}

.gift-warp .item:last-child .gift-info {
	border: none !important;
}

.gift-warp .item .icon {
	width: 95px;
	height: 95px;
	border-radius: 24px;
	overflow: hidden;
}

.gift-warp .item::before {
	display: block;
	width: 24px;
	height: 24px;
	background: url('../images/lb_icon.png') no-repeat center/contain;
	position: absolute;
	left: 72px;
	top: 82px;
	z-index: 11;
}

.gift-warp .item .title {
	font-size: 16px;
	color: #333333;
}

.gift-warp .item .time {
	display: block;
	font-size: 14px;
	color: #999999;
	margin: 15px 0;
}

.gift-warp .item .text {
	font-size: 14px;
	color: #999999;
}

.gift-warp .item .down {
	display: block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	border-radius: 32px;
	border: solid 1px var(--pm-c);
	text-align: center;
	font-size: 14px;
	color: var(--pm-c);
}

.gift-warp .item:hover .down {
	background: var(--pm-c);
	color: #ffffff;

}

.gift-warp .item .num {
	text-align: center;
	font-size: 12px;
	color: #AAAAAA;
	margin: 5px auto;
}

/* 礼包详情 */
.single-gift .single-header .single-info {
	justify-content: flex-start;
}

.single-gift .single-header .single-info .num {
	width: 100%;
}

.single-gift .single-header .single-info p {
	width: 30%;
	margin-right: 30px;
}

/* 详情页公共样式 */
.single .single-content iframe {
	display: block;
	margin: 0 auto;
	width: 520px;
	height: 320px;
}

.single .single-content p {
	font-size: 16px;
	color: #666666;
	text-indent: 2em;
	line-height: 34px;
}

.single .single-news .single-content p {
	font-size: 14px;
	color: #333333;
	text-indent: 2em;
	line-height: 34px;
}

.single .single-content p img {
	max-width: 68%;
	margin: 10px auto;
	display: block;
}

.single .single-content h2,
.single .single-content h3 {
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	font-size: 18px;
	color: var(--pm-c);
	padding-left: 22px;
	position: relative;
}

.single .single-content h2::before,
.single .single-content h3::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: var(--pm-c);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

/* 详情下载按钮 */
.single .down-btn .btn {
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 8px;
	padding: 14px 55px;
	cursor: pointer;
	margin-right: 20px;
}

.single .down-btn .pc,
.single .down-btn .az,
.single .down-btn .lb,
.single .down-btn .h5 {
	background: #77D92A;
	box-shadow: 0px 2px 4px 0px rgba(119, 217, 42, 0.3);
}

.single .down-btn .sy,
.single .down-btn .ios,
.single .down-btn .mob,
.single .down-btn .xz {
	background: #51ABFF;
	box-shadow: 0px 2px 4px 0px rgba(81, 171, 255, 0.3);
}

.single .down-btn .lb {
	background: var(--pm-c);
}

.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;
	padding-left: 28px;
	font-size: 16px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center left;
}

.single .down-btn .az a,
.single .down-btn .az span {
	background-image: url('../images/az_icon.png');
	background-size: 18px;
}

.single .down-btn .ios a,
.single .down-btn .ios span {
	background-image: url('../images/ios_icon.png');
	background-size: 16px;
}

.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/app.png');
}

.single .down-btn .sy a,
.single .down-btn .sy span {
	background-image: url('../images/album_btn.png');
}

.single .down-btn .h5 a,
.single .down-btn .h5 span {
	background-image: url('../images/h5.png');
}

.single .down-btn .lb a,
.single .down-btn .lb span {
	background-image: url('../images/gift_icon.png');
}

.single .down-btn .xz a,
.single .down-btn .xz span {
	background-image: url('../images/down1.png');
}

.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;
}

/* 侧边栏 */
.sidebar {
	margin-left: 20px;
	width: 300px;
}

/* 资讯排行 */
.side-zx-rank {
	background: #FFF;
	border-radius: 12px;
	padding: 20px;
}

.side-zx-rank li .order {
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #EEEEEE;
	font-size: 14px;
	color: #777777;
	text-align: center;
}

.side-zx-rank li:nth-child(-n+3) .order {
	background-size: 20px;
	color: #FFFFFF;
}

.side-zx-rank li:nth-child(1) .order {
	background: url('../images/zx_order_1.png') no-repeat center/contain;
}

.side-zx-rank li:nth-child(2) .order {
	background: url('../images/zx_order_2.png') no-repeat center/contain;
}

.side-zx-rank li:nth-child(3) .order {
	background: url('../images/zx_order_3.png') no-repeat center/contain;
}

/* 新游预告 */
.side-hot-gl {
	background: #FFF;
	border-radius: 12px;
	padding: 20px;
}

.side-hot-gl .item .thumb {
	width: 100px;
	height: 68px;
	border-radius: 8px;
	overflow: hidden;
}

.side-hot-gl .item .title {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}

.side-hot-gl .item .text {
	font-size: 14px;
	color: #777777;
}

.side-hot-gl li .tag {
	font-size: 14px;
	color: var(--pm-c);
}

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

/* 游戏排行 */
.side-game-rank {
	background: #FFF;
	border-radius: 12px;
	padding: 20px;
}

.side-game-rank .item:last-child {
	margin-bottom: 0 !important;
}

.side-game-rank .item .order {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #AAAAAA;
	background: #EEEEEE;
}

.side-game-rank .item:nth-child(-n+3) .order {
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
}

.side-game-rank .item:nth-child(1) .order {
	background: #FA2F2F;
}

.side-game-rank .item:nth-child(2) .order {
	background: #FA6C2F;
}

.side-game-rank .item:nth-child(3) .order {
	background: #FAA92F;
}

.side-game-rank .item .icon {
	width: 70px;
	height: 70px;
	border-radius: 16px;
	overflow: hidden;
	display: none;
}

.side-game-rank .item .title {
	font-size: 14px;
	color: #333333;
}

.side-game-rank .item .star {
	display: none;
}

.side-game-rank .item .down {
	width: 20px;
	height: 20px;
	background: url('../images/down.png') no-repeat center/contain;
}

.side-game-rank .item:nth-child(-n+3) .down {
	background: url('../images/down_.png') no-repeat center/contain;
}

.side-game-rank .item:nth-child(-n+3) .icon,
.side-game-rank .item:nth-child(-n+3) .star {
	display: block;
}

.side-game-rank .item:nth-child(-n+3) .title {
	font-weight: 600;
	font-size: 16px;
	color: #333333;
}

.side-game-rank .item:nth-child(n+4) .info {
	margin-left: 0 !important;
}

/* 新游测评 */
.side-game-cp {
	background: #FFF;
	border-radius: 12px;
	padding: 20px;
}

.side-game-cp .item {
	justify-content: space-between;
}

.side-game-cp .item .icon {
	width: 64px;
	height: 64px;
	border-radius: 14px;
	overflow: hidden;
}

.side-game-cp .item .down {
	display: block;
	width: 64px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: var(--pm-c);
	text-align: center;
	border-radius: 18px;
	border: 1px solid var(--pm-c);
	margin-top: 8px;
}

.side-game-cp .item .title {
	font-weight: 600;
	font-size: 16px;
	color: #333333;
	margin-bottom: 16px;
}

.side-game-cp .item .title .hot {
	display: inline-block;
	width: 36px;
	height: 18px;
	line-height: 18px;
	background: var(--pm-c);
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	border-radius: 6px 0 6px 0;
	text-align: center;
}

.side-game-cp .item .type span {
	font-size: 14px;
	color: #AAAAAA;
	display: block;
}

.side-game-cp .item .score {
	text-align: center;
	border-left: 1px solid #EEEEEE;
	margin-left: 10px;
	padding-left: 12px;
}

.side-game-cp .item .score span {
	font-size: 22px;
	color: #F33636;
	display: block;
}

.side-game-cp .item .score i {
	font-size: 12px;
	color: #AAAAAA;
	display: block;
}

/* 游戏资讯 */
.sidebar-game-zx {
	background: #FFF;
	border-radius: 12px;
}

/* 更多专辑 */
.bottom-more-album .item {
	border: 1px solid #F4F4F4;
	border-radius: 12px;
}

.bottom-more-album .album-game {
	padding: 20px 26px;
	background: url('../images/more_album_bg.png') no-repeat center/cover;
	border-radius: 12px 12px 0 0;
}

.bottom-more-album .icon {
	width: 88px;
	height: 88px;
	border-radius: 20px;
	overflow: hidden;
}

.bottom-more-album .album-info {
	background: #FEFCFD;
	padding: 12px 20px;
}

.bottom-more-album .album-info .title {
	font-weight: bold;
	font-size: 19px;
	color: #333333;
	display: block;
	margin-bottom: 5px;
}

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

.bottom-more-album .album-info .type {
	font-size: 13px;
	color: #9D9D9D;
}

.bottom-more-album .album-info .more {
	width: 90px;
	height: 36px;
	line-height: 36px;
	background: #FFFFFF;
	border-radius: 25px;
	border: 1px solid var(--pm-c);
	text-align: center;
	font-size: 14px;
	color: var(--pm-c);
}

.bottom-more-album .item:hover .album-info .more {
	color: #FFFFFF;
	background: var(--pm-c);
}

.bottom-more-album .list-container .title {
	font-size: 16px;
}

/* 推荐礼包 */
.sidebar-gift-rank {
	background: #FFF;
	border-radius: 12px;
	padding: 20px;
}

.sidebar-gift-rank .item {
	margin-top: 22px;
}

.sidebar-gift-rank .item .icon {
	width: 80px;
	height: 80px;
	border-radius: 18px;
	overflow: hidden;
}

.sidebar-gift-rank .item .title {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	min-height: 52px;
}

.sidebar-gift-rank .item .down {
	display: block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	border-radius: 32px;
	border: 1px solid var(--pm-c);
	text-align: center;
	font-size: 14px;
	color: var(--pm-c);
}

.sidebar-gift-rank .item .progress {
	font-size: 12px;
	color: #AAAAAA;
}

.sidebar-gift-rank .item .progress .uk-progress {
	width: 44px;
	height: 4px;
	margin-bottom: 0px;
	margin-right: 4px;
}

/* 更多礼包 */
.sidebar-more-gift {
	background: #FFF;
	border-radius: 12px;
	padding: 20px;
}

/* 其他礼包 */
.bottom-other-gift {
	background: #FFF;
	border-radius: 12px;
	padding: 20px;
}

.bottom-other-gift .item {
	background: url('../images/gift.png') no-repeat left/contain;
	background-size: 18px;
	padding-left: 26px;
	justify-content: space-between;
}

.bottom-other-gift .item .title {
	width: 210px;
	font-size: 16px;
	color: #333333;
}

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

.bottom-other-gift .item .time {
	font-size: 14px;
	color: #666666;
	display: block;
	width: 120px;
}

.bottom-other-gift .item .text {
	width: 340px;
	font-size: 14px;
	color: #666666;
	margin-left: 10px;
}

.bottom-other-gift .item .down {
	display: block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	border-radius: 32px;
	border: solid 1px var(--pm-c);
	text-align: center;
	font-size: 14px;
	color: var(--pm-c);
}

.bottom-other-gift .item:hover .down {
	background: var(--pm-c);
	color: #ffffff;
}

/* 相关资讯 */
.bottom-xg-news {
	background: #FFF;
	border-radius: 12px;
	padding: 20px;
}

.bottom-xg-news .gl-list {
	width: 420px;
}

/* 同类游戏 */
.bottom-game-type {
	background: #FFF;
	border-radius: 12px;
	padding: 20px;
}

.bottom-game-type .icon {
	width: 80px;
	height: 80px;
	border-radius: 16px;
	overflow: hidden;
}

.bottom-game-type .item .title {
	font-weight: 600;
	font-size: 16px;
	color: #333333;
	margin-bottom: 12px;
}

.bottom-game-type .type {
	font-size: 12px;
	color: #AAAAAA;
}

.bottom-game-type .type span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bottom-game-type .down {
	display: block;
	width: 72px;
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	border-radius: 26px;
	border: 1px solid var(--pm-c);
	text-align: center;
	font-size: 12px;
	color: var(--pm-c);
	margin-left: 10px;
}

.bottom-game-type .item:hover .down {
	background: var(--pm-c);
	color: #FFFFFF;
}

/* 专辑推荐 */
.sidebar-album-recom .list-container li {
	margin-bottom: 12px;
}

.sidebar-album-recom .list-container li .title {
	font-size: 16px;
}

.sidebar-album-recom .list-container li .tag {
	display: block;
	width: 76px;
	height: 28px;
	line-height: 26px;
	border-radius: 4px;
	border: solid 1px #eeeeee;
	font-size: 14px;
	letter-spacing: 1px;
	color: #999999;
	text-align: center;
}

.sidebar-album-recom .list-container li .time {
	color: #999999;
}

/* 404 500 错误页面 */
.page-error {
	min-height: 520px;
	padding-top: 140px;
	background: #fff;
	border-radius: 12px;
}

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

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

.page-error .name {
	font-size: 16px;
	color: #333333;
	margin-top: 23px;
}

.page-error .go-home {
	margin-top: 40px;
	display: inline-block;
	line-height: 44px;
	border-radius: 6px;
	font-size: 16px;
	padding: 0 30px;
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
}

/* 单页面样式 */
.page {
	/* min-height: 720px; */
	background: #fff;
	border-radius: 12px;
	padding: 20px;
}

.page-nav {
	width: 240px;
	background: #FFFFFF;
	border-radius: 12px 12px 0px 0px;
	overflow: hidden;
	padding-top: 40px;
	padding-left: 46px;
	box-sizing: border-box;
}

.page-nav li {
	height: 44px;
	line-height: 44px;
	width: 194px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 15px;
	padding-left: 42px;
	position: relative;
}

.page-nav li::before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 20px;
	top: 14px;
	background: url('../images/jt.png') no-repeat center/contain;
	background-size: 18px;
}

.page-nav li a {
	display: block;
	font-size: 16px;
	color: #333333;
}

.page-nav li.active {
	border-radius: 30px 0px 0px 30px;
	background: var(--pm-c);

}

.page-nav li.active::before {
	background: url('../images/jt_.png') no-repeat center/contain;
}

.page-nav li.active a {
	color: #ffffff;
	font-weight: bold;
}

.page-content {
	background: #FFFFFF;
	border-radius: 12px 12px 0px 0px;
	padding: 20px;
}

.page-content p {
	font-size: 14px;
	color: #666666;
	line-height: 34px;
	letter-spacing: 1px;
}

.page-title {
	font-size: 18px;
	letter-spacing: 1px;
	color: var(--pm-c);
	font-weight: bold;
	margin: 10px 0 20px;
	background: url('../images/title_icon2.png') no-repeat left/contain;
	background-size: 14px;
	padding-left: 22px;
}

.page-content ul {
	flex-wrap: wrap;
	margin-bottom: 10px;
	padding-left: 20px;
}

.page-content ul li {
	width: 110px;
	height: 28px;
	line-height: 27px;
	border: solid 1px var(--br-c);
	margin-right: 18px;
	margin-bottom: 10px;
	padding: 0 10px;
	box-sizing: border-box;
	padding-right: 15px;
	background: url('../images/jt1.png') no-repeat 88px/contain;
	background-size: 12px;
}

.page-content ul li:nth-child(7n) {
	margin-right: 0;
}

.page-content .page-rank li {
	width: 160px;
}

.page-content ul li a {
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	display: block;
}

.page-content ul li:hover {
	background: rgba(160, 111, 240, 0.05) url('../images/jt1_.png') no-repeat 88px/contain;
	background-size: 12px;
	border: 1px solid rgba(160, 111, 240, 0.2);
}


/* 搜索页样式 */
.search-total {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
}

.search-total span {
	color: var(--pm-c);
}

/* 开服表样式 */
.category-kaifu .module-title .num {
	font-size: 14px;
	color: #999999;
}

.category-kaifu .module-title .num i {
	font-size: 14px;
	font-weight: bold;
	color: var(--pm-c);
}

.kaifu-warp table {
	background: #fff;
}

.kaifu-warp tr {
	border: 1px solid transparent;
}

.kaifu-warp tr th {
	min-width: 120px;
	height: 40px;
	line-height: 40px;
	background: var(--pm-c);
	font-size: 14px;
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 0 12px;
}

.kaifu-warp tr:nth-child(-n+3) {
	background: #F8F4FF;
}

.uk-table-hover tbody tr:hover,
.uk-table-hover>tr:hover {
	background: #F8F4FF;
}

.uk-table-divider>:first-child>tr:not(:first-child),
.uk-table-divider>:not(:first-child)>tr,
.uk-table-divider>tr:not(:first-child) {
	border-top: 12px solid #fff;
}

.uk-table td {
	padding: 9px 0px;
	vertical-align: middle;
}

.kaifu-warp tr td {
	font-size: 14px;
	color: #666666;
	line-height: 38px;
}

.kaifu-warp tr .icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	overflow: hidden;
	margin: 0 auto;
}

.kaifu-warp tr .title {
	font-size: 14px;
	color: #666666;
}

.kaifu-warp tr .type {
	font-size: 12px;
	color: #999999;
	display: block;
	line-height: 14px;
}

.kaifu-warp tr .time {
	font-size: 14px;
	color: #666666;
}

.kaifu-warp tr .az_ {
	width: 22px;
	height: 22px;
}

.kaifu-warp tr .ios_ {
	width: 22px;
	height: 22px;
}

.kaifu-warp tr td span {
	font-size: 14px;
	letter-spacing: 1px;
	color: #c6c5c5;
}

.kaifu-warp .btn {
	display: block;
	width: 82px;
	height: 34px;
	line-height: 34px;
	border-radius: 6px;
	font-size: 14px;
	letter-spacing: 1px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
}

.kaifu-warp .down {
	border: solid 1px #12CDB0;
	color: #12CDB0;
}

.kaifu-warp .gift {
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
}

.kaifu-warp .btn::before {
	left: 12px;
	display: inline-block;
	z-index: 100;
}

.kaifu-warp .down::before {
	width: 14px;
	height: 14px;
	background: url(../images/kf_down_.png) no-repeat center/contain;
}

.kaifu-warp .down:hover {
	background: var(--pm-c);
	color: #ffffff !important;
}

.kaifu-warp .down:hover::before {
	background: url(../images/kf_down.png) no-repeat center/contain;
}

.kaifu-warp .gift::before {
	width: 15px;
	height: 15px;
	background: url(../images/kf_gift_.png) no-repeat center/contain;
}

.kaifu-warp .gift:hover {
	background-color: #0598FA;
	color: #ffffff !important;
}

.kaifu-warp .gift:hover::before {
	background: url(../images/kf_gift.png) no-repeat center/contain;
}

.kaifu-warp .uk-link-toggle:hover .uk-link,
.kaifu-warp .uk-link:hover,
.kaifu-warp a:hover {
	/* color: #fff !important; */
}

.kaifu-warp .title {
	font-size: 14px;
	color: #666666;
}

.kaifu-warp .game-type {
	font-size: 14px;
	color: #fff;
	display: block;
}

.kaifu-warp .red {
	color: #D83D3D;
}

.kaifu-warp .game-type::after {
	width: 14px;
	height: 14px;
	z-index: 99;
	background: url('../images/dropdown.png') no-repeat center/contain;
	margin-left: 10px;
}

.kaifu-warp .uk-dropdown {
	border-radius: 6px;
	padding: 10px 0;
	min-width: 140px;
	/* left: 305px !important;
  top: 420px !important; */
}

.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: 15px;
	letter-spacing: 1px;
	color: #666666;
	cursor: pointer;
}

.kaifu-warp .uk-dropdown .uk-dropdown-nav li.uk-active {
	/* background-color: #249df8; */
	/* color: #fff; */
}

.popupSection {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	display: none;
}

.popupSection .cover {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popupSection .cover .code {
	position: relative;
}

.popupSection #code {
	position: absolute;
	bottom: 110px;
	left: 0;
	display: block;
	width: 100%;
	height: 75px;
	line-height: 75px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding: 0 80px;
}

.popupSection .code .close {
	display: block;
	position: absolute;
	right: 30px;
	top: 20px;
	width: 42px;
	height: 42px;
	background: url(../images/close.png) no-repeat center/contain;
	cursor: pointer;
}

.popupSection .code .copyBtn {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -113px;
	width: 226px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	text-align: center;
	color: var(--pm-c);
	background-color: #f8f8f8;
	border-radius: 26px;
	cursor: pointer;
}