:root {
	--pm-c: #ff8521;
	--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: 11px;
	width: 60px;
	display: inline-block;
	background: url(../images/icon-star-bg.png) repeat-x 12px / contain;
	vertical-align: sub;
}

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

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

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

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

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

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

/*面包屑导航*/
.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;
	letter-spacing: 2px;
	color: #222222;
}

.module-title .more {
	display: block;
	line-height: 24px;
	letter-spacing: 1px;
	color: #999999;
	font-size: 12px;
	padding-right: 24px;
	background: url('../images/more_.png') no-repeat right/contain;
	background-size: 18px;
}

/*默认图标尺寸*/
.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,
.title:hover {
	color: var(--pm-c) !important;
}

/* 默认的一些文字大小和颜色 */
.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: var(--br-c);
}

.list-container li .dot_ {
	display: block;
	width: 14px;
	height: 14px;
	background: url('../images/dot.png') no-repeat center/contain;
}

.list-container li .video {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/dot_video.png') no-repeat center/contain;
}

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

/* 公共头部样式 */
.header {
	position: relative;
	overflow: hidden;
	height: 183px;
	background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffb900, #ffb900);
	box-shadow: 0px 3px 10px 0px rgba(204, 130, 100, 0.42);
}

.header .logo {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	flex: 1;
	margin: 36px 0 44px;
}
.header .logo img{
	width: auto;
	height: 45px;
}
.header .search {
	width: 204px;
	height: 34px;
	border: solid 1px var(--pm-c);
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: url('../images/search.png') no-repeat 10px/contain var(--pm-c);
	background-size: 14px;
	border-radius: 4px;
	padding-left: 30px;
	box-sizing: border-box;
}

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

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: 40px;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	color: var(--pm-c);
	border-radius: 4px;
	text-align: center;
	border: none;
	float: right;
	cursor: pointer;
	background: #fff;
	position: relative;
	margin-right: 5px;
}

.nav {
	overflow: hidden;
}

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

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

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

.nav li.active a {
	font-size: 18px;
	color: #fff;
}

/* 公共尾部样式 */
.footer {
	position: relative;
	overflow: hidden;
	background-color: #333333;
	padding: 25px 0 50px;
	font-size: 14px;
	color: #999999;
	text-align: center;
}

.footer .footer-nav {
	margin: 30px 0 20px;
	justify-content: center;
	align-items: center;
}

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

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

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

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

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

/* 友情链接 */
.index-link ul {
	background: #3B3B3B;
	overflow: hidden;
}

.index-link ul li {
	height: 50px;
	line-height: 50px;
	float: left;
	margin-left: 15px;
}

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

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

.index-link ul li:nth-child(1)::after {
	display: none;
}

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

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

/* 内容区域 */
.main {
	overflow: hidden;
	padding-bottom: 20px;
	background: url('../images/bg.png') no-repeat top/contain #EFECE6;
}

.wrapper {
	overflow: hidden;
	background: #fff;
	padding: 20px;
}

.w768 {
	width: 768px;
}

.w367 {
	width: 367px;
}

.home-switcher .uk-subnav li {
	margin-left: 28px;
	margin-bottom: 10px;
	position: relative;
}

.home-switcher .uk-subnav li::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #d4d4d4 url('../images/h_ios.png') no-repeat 4px 3px/contain;
	background-size: 9px 11px;
	border-radius: 18px;
	position: absolute;
	left: 0;
}

.home-switcher .uk-subnav li:nth-child(1)::before {
	background: #d4d4d4 url('../images/h_az.png') no-repeat center/contain;
	background-size: 10px;
}

.home-switcher .uk-subnav li a {
	font-size: 15px;
	color: #000000;
}

.home-switcher .uk-subnav li.uk-active {
	padding-left: 20px;
	background-color: transparent !important;
}

.home-switcher .uk-subnav li:hover a,
.home-switcher .uk-subnav li.uk-active a {
	background-color: transparent !important;
}

.home-switcher .uk-subnav li.uk-active::before {
	background: var(--pm-c) url('../images/h_ios.png') no-repeat 4px 3px/contain;
	background-size: 9px 11px;
}

.home-switcher .uk-subnav li:nth-child(1).uk-active::before {
	background: var(--pm-c) url('../images/h_az.png') no-repeat center/contain;
	background-size: 10px;
}

.uk-subnav-pill>*>:first-child {
	padding: 5px !important;
}

.refresh {
	display: block;
	flex-shrink: 0;
	width: 60px;
	height: 82px;
	border-radius: 10px;
	font-size: 12px;
	color: #999999;
	padding: 52px 12px 20px;
	box-sizing: border-box;
	background: url(../images/sx_icon.png) no-repeat 22px 24px #f8f8f8;
	background-size: 16px;
	cursor: pointer;
	margin-top: 6px;
}

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

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

.index-game-warp .item {
	box-sizing: border-box;
	margin-left: 0px;
	width: 115px;
	overflow: hidden;
	position: relative;
	padding-right: 15px;
}

.index-game-warp .item::after {
	content: '';
	display: block;
	width: 1px;
	height: 79px;
	background-color: var(--br-c);
	position: absolute;
	right: 2px;
	top: 0;
	z-index: 11;
}

.index-game-warp .uk-width-auto:last-child .item::after {
	display: none;
}

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

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

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

.index-game-warp .item .down {
	display: block;
	width: 72px;
	height: 30px;
	line-height: 30px;
	border-radius: 8px;
	border: solid 1px var(--br-c);
	font-size: 14px;
	color: #999999;
	text-align: center;
	background: url('../images/down_.png') no-repeat 12px/contain #fff;
	background-size: 13px;
	padding-left: 16px;
	box-sizing: border-box;
	margin: 0 auto;
}

.index-game-warp .item:hover .down {
	background: url('../images/down.png') no-repeat 12px/contain var(--pm-c);
	background-size: 13px;
	color: #fff;
}

.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;
	padding-top: 15px;
}

.index-game-list .name {
	width: 56px;
	height: 26px;
	line-height: 26px;
	box-sizing: border-box;
	text-align: center;
	margin-right: 12px;
	font-size: 14px;
	color: #ffffff;
}

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

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

.index-game-list .hot-app .name {
	background: url('../images/rj_bg.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: #444444;
	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: #444444;
}

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

/* 每日精选 */
.home-hot-ht {
	margin-top: 30px;
}

.home-mr-jx {
	margin-bottom: 23px;
	margin-top: 26px;
}

.home-hot-ht .name {
	width: 67px;
	height: 132px;
	background: url('../images/gl_icon.png') no-repeat 20px 20px/contain #f8f8f8;
	background-size: 27px 24px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #666666;
	line-height: 32px;
	padding: 52px 10px 0;
	box-sizing: border-box;
	text-align: center;
}

.home-mr-xy .name {
	background: url('../images/xy_icon.png') no-repeat 20px 20px/contain #f8f8f8;
	background-size: 25px 25px;
}

.home-mr-dj .name {
	background: url('../images/sy_icon.png') no-repeat 20px 20px/contain #f8f8f8;
	background-size: 25px 22px;
}

.home-hot-ht .thumb {
	width: 186px;
	height: 130px;
	overflow: hidden;
	margin: 0 20px;
}

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

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

.home-hot-ht ul {
	padding-left: 20px;
}

.home-hot-ht ul::before {
	width: 1px;
	height: 110px;
	background: #e8e8e8;
	left: 1px;
}

.home-hot-ht ul li {
	margin-bottom: 10px;
	position: relative;
}

.home-hot-ht ul li::before {
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #cecece;
	border-radius: 6px;
	left: -21px;
}

.home-hot-ht ul li:last-child {
	margin-bottom: 0px;
}

.home-hot-ht ul li .title {
	font-size: 16px;
	letter-spacing: 1px;
	color: #222222;
	display: block;
}

.home-hot-ht ul li .time {
	font-size: 14px;
	letter-spacing: 1px;
	color: #888888;
}

/* 热门礼包 */
.home-hot-gift .item .icon {
	width: 65px;
	height: 65px;
	border-radius: 10px;
	overflow: hidden;
}

.home-hot-gift .item .title {
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 2px;
	color: #222222;
	margin: 0 20px 0 12px;
	display: -webkit-box;
}

.home-hot-gift .item .down {
	width: 40px;
	height: 36px;
	line-height: 36px;
	border-radius: 6px;
	border: solid 1px var(--pm-c);
	font-size: 16px;
	letter-spacing: 1px;
	color: var(--pm-c);
	text-align: center;
}

.home-hot-gift .progress {
	font-size: 14px;
	color: #999;
	position: relative;
}

.home-hot-gift .progress::before {
	display: inline-block;
	content: '';
	width: 16px;
	height: 16px;
	background: url('../images/gift_icon.png') no-repeat center/contain;
	background-size: 16px;
	position: absolute;
	left: 110px;
	z-index: 11;
}

.home-hot-gift .uk-progress {
	margin-bottom: 0 !important;
	background-color: #f7f7f7;
	height: 4px;
	width: 118px;
	margin-right: 10px;
}

.progress .uk-progress::-webkit-progress-value {
	border-radius: 2px;
	background: var(--pm-c);
}

.home-latest .latest-title {
	width: 278px;
	height: 73px;
	background: url('../images/news_title.png') no-repeat center/contain;
	margin: 0 auto;
}

.home-latest .latest-top {
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 1px dashed #dcdcdc;
	padding-bottom: 10px;
	margin-top: 30px;
}

.home-latest .latest-top .tag {
	display: inline-block;
	width: 44px;
	height: 24px;
	line-height: 24px;
	background-color: #fc6868;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.home-latest .latest-top .tag2 {
	background-color: #1ecf9f;
}

.home-latest .latest-top .title {
	display: block;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.home-latest .latest-top .desc {
	font-size: 14px;
	color: #999999;
	letter-spacing: 1px;
	margin-top: 5px;
	line-height: 48px;
}

.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 var(--br-c);
	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;
}

.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 .news-img .thumb {
	width: 177px;
	height: 100px;
}

.home-recom-game {
	height: 521px;
	box-sizing: border-box;
	background: url('../images/gf_game_bg.png') no-repeat top/contain;
	padding: 121px 24px 56px 32px;
}

.game-recom .item {
	position: relative;
	width: 183px;
	box-sizing: border-box;
	background: url('../images/game_bg1.png') no-repeat top/contain;
	background-size: 183px 344px
}

.game-recom .item .icon {
	width: 87px;
	height: 87px;
	border-radius: 10px;
	overflow: hidden;
	margin: 22px auto 0;
}

.game-recom .item .title {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 1px;
	width: 147px;
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}

.game-recom .item:nth-child(2) {
	background: url('../images/game_bg2.png') no-repeat top/contain;
}

.game-recom .item:nth-child(3) {
	background: url('../images/game_bg3.png') no-repeat top/contain;
}

.game-recom .item:nth-child(4) {
	background: url('../images/game_bg4.png') no-repeat top/contain;
}

.game-recom .item:nth-child(5) {
	background: url('../images/game_bg5.png') no-repeat top/contain;
}

.game-recom .item .type {
	margin: 0 auto;
	display: block;
	width: 118px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #888888;
	font-size: 12px;
	box-sizing: border-box;
	border-bottom: 1px dashed #e5e5e5;
}

.game-recom .item .type:nth-child(5) {
	border: none;
}

.game-recom .item .score {
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin: 4px auto 10px;
}

.game-recom .item .score i {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	margin-left: 5px;
}

.home-slide {
	width: 768px;
}

.home-slide .slider {
	width: 100%;
	height: 337px;
}

.home-slide .slider .slide {
	width: 100%;
	height: 100%;
	margin-left: 0;
	background-color: #f8f8f8;
	position: relative;
}

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

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

.home-slide .slider li .box {
	position: absolute;
	left: 0;
	bottom: -47px;
	height: 47px;
	line-height: 47px;
	background-color: #f8f8f8;
	padding: 0 22px;
	width: 100%;
	box-sizing: border-box;
}

.home-slide .slider li .title {
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	letter-spacing: 2px;
}

.home-slide .slider li .time {
	font-size: 16px;
	letter-spacing: 2px;
	color: #999999;
}

.home-slide .slider .slideNav {
	position: absolute;
	bottom: 52px;
	right: 0px;
	width: 100%;
	text-align: center;
	justify-content: center;
	height: 10px;
}

.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: 7px;
	height: 7px;
	background-color: #ffffff;
	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;
	width: 246px;
	height: 156px;
}

.home-slide-bottom .item:nth-child(2) {
	margin-top: 24px;
}

.home-slide-bottom .item .thumb {
	width: 246px;
	height: 156px;
	overflow: hidden;
}

.home-slide-bottom .item .title {
	height: 30px;
	line-height: 30px;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 14px;
	letter-spacing: 1px;
	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;
}

.home-slide-bottom .item .hits {
	display: inline-block;
	padding: 0 8px 0 26px;
	height: 23px;
	line-height: 23px;
	background: rgba(0, 0, 0, .5) url('../images/hot_icon.png') no-repeat 8px/contain;
	background-size: 11px 14px;
	border-radius: 6px;
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	top: 12px;
	left: 8px;
}

/* 手机游戏 */
.home-game .game-type {
	display: flex;
	justify-content: space-between;
	background-color: #f8f8f8;
	height: 50px;
	padding: 9px 10px;
	box-sizing: border-box;
}

.home-game .game-type li {
	position: relative;
	padding: 0 18px;
	height: 32px;
	line-height: 30px;
}

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

.home-game .game-type li.active {
	background-color: var(--pm-c);
	border-radius: 4px;
}

.home-game .game-type li.active a {
	font-size: 16px;
	letter-spacing: 2px;
	color: #ffffff;
}

.home-game .item {
	text-align: center;
	margin-bottom: 10px;
}

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

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

.home-game .item .down {
	display: block;
	width: 65px;
	height: 30px;
	line-height: 30px;
	border-radius: 6px;
	border: solid 1px var(--br-c);
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
	margin: 15px auto 0;
}

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

/* 手游合集 */
.home-collection .itme-collection {
	height: 116px;
	background: #FFF9F4;
	margin-bottom: 20px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

.home-collection .itme-collection .title {
	font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
	font-weight: bold;
}

.home-collection .itme-collection .down {
	display: block;
	width: 93px;
	height: 36px;
	line-height: 36px;
	border-radius: 6px;
	border: solid 1px var(--pm-c);
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	color: var(--pm-c);
	margin-top: 12px;
}

.home-collection .itme-collection .icon {
	width: 80px;
	height: 80px;
	border-radius: 20px;
	overflow: hidden;
}

.home-collection .itme-collection::before {
	display: inline-block;
	width: 32px;
	height: 31px;
	background: url('../images/album_icon.png') no-repeat center/contain;
	position: absolute;
	top: 24px;
	right: 78px;
	z-index: 1;
}

.home-collection .list-collection {
	margin-top: 19px;
}

.home-collection .list-collection .title {
	font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
	font-weight: bold;
	flex: 1;
}

.home-collection .list-collection .down {
	display: block;
	width: 20px;
	height: 14px;
	margin-left: 10px;
	background: url('../images/more.png') no-repeat center/contain;
}

.home-collection .list-collection .item-list {
	padding-bottom: 20px;
	border-bottom: dashed 1px #e5e5e5;
	margin-top: 16px;
}

.home-collection .list-collection .item-list span {
	font-size: 14px;
	color: var(--pm-c);
	display: block;
	width: 45px;
}

.home-collection .list-collection .item-list a {
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	background-color: #f8f8f8;
	border-radius: 4px;
	padding: 0 6px;
	box-sizing: border-box;
	font-size: 12px;
	letter-spacing: 1px;
	color: #888888;
	text-align: center;
	margin-left: 5px;
}

.home-collection .list-collection .item-list a:hover {
	color: var(--pm-c);
}

/* 精彩攻略 */
.home-gl .item {
	width: 241px;
}

.home-gl .item .thumb {
	width: 241px;
	height: 170px;
	border-radius: 10px;
	overflow: hidden;
}

.home-gl .item .title {
	display: -webkit-box;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #222222;
	margin-top: 10px;
	height: 60px;
}

.home-gl .item .down {
	display: block;
	width: 62px;
	height: 30px;
	line-height: 30px;
	border-radius: 8px;
	border: solid 1px var(--pm-c);
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	color: var(--pm-c);
}

.home-gl .item .time {
	font-size: 14px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #888888;
}

.home-gl .lists {
	border-top: 1px dashed #e5e5e5;
	padding-top: 20px;
	position: relative;
	margin-right: 5px;
}

.home-gl .lists::before {
	content: '';
	display: block;
	width: 1px;
	height: 217px;
	background-color: #e5e5e5;
	position: absolute;
	left: 2px;
	top: 35px;
	z-index: 0;
}

.home-gl .lists .dot {
	display: block;
	width: 6px;
	height: 6px;
	background-color: #dedede;
	border-radius: 6px;
	position: relative;
	z-index: 1;
}

.home-gl .lists .title {
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #222222;
	padding-left: 20px;
}

.home-gl .lists li:hover .dot {
	background-color: var(--pm-c);
}

/* 游戏视频 */
.home-video .item {
	width: 366px;
	margin-top: 20px;
	position: relative;
}

/*.home-video .item::before {*/
/*	content: '';*/
/*	display: block;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	background: rgba(0, 0, 0, .5);*/
/*	width: 366px;*/
/*	height: 210px;*/
/*	z-index: 1;*/
/*}*/

/*.home-video .item::after {*/
/*	content: '';*/
/*	display: block;*/
/*	position: absolute;*/
/*	top: 78px;*/
/*	left: 155px;*/
/*	width: 55px;*/
/*	height: 55px;*/
/*	background: url('../images/video_icon_.png') no-repeat center/contain;*/
/*	background-size: 55px;*/
/*	z-index: 2;*/
/*}*/

.home-video .item .thumb {
	width: 366px;
	height: 210px;
}
.home-video .item .thumb a{
    width: 366px;
	height: 210px;
	display: block;
	position: relative;
}
.home-video .item .thumb a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	width: 366px;
	height: 210px;
	z-index: 1;
}
.home-video .item .thumb a::after {
	content: '';
	display: block;
	position: absolute;
	top: 78px;
	left: 155px;
	width: 55px;
	height: 55px;
	background: url('../images/video_icon_.png') no-repeat center/contain;
	background-size: 55px;
	z-index: 2;
}

.home-video .item2 {
	width: 175px;
}

.home-video .item2 .thumb a::before {
	width: 175px;
	height: 114px;
}

.home-video .item2 .thumb a::after {
	top: 38px;
	left: 74px;
	width: 35px;
	height: 35px;
	background-size: 35px;
	background: url('../images/video_icon.png') no-repeat center/contain;
}

.home-video .item2 .thumb {
	width: 175px;
	height: 114px;
}

.home-video .item2 .thumb a{
    width: 175px;
	display: block;
	position: relative;
}
.home-video .item .title {
	display: block;
	font-size: 16px;
	letter-spacing: 2px;
	color: #222222;
	margin-top: 15px;
	text-align: center;
}

.home-video .item .time {
	display: block;
	width: 66px;
	height: 28px;
	line-height: 28px;
	background-color: #f8f8f8;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	color: #999999;
}

/* 新游动态 */
.home-xy-dt {}

.home-xy-dt .item .thumb {
	width: 413px;
	height: 222px;
	border-radius: 10px 0px 0px 10px;
}

.home-xy-dt .item .info {
	width: 353px;
	height: 222px;
	background-color: #f7f7f7;
	border-radius: 0px 10px 10px 0px;
	padding: 18px 18px 20px 22px;
	box-sizing: border-box;
}

.home-xy-dt .item .title {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
	letter-spacing: 1px;
	color: #333333;
	position: relative;
	padding-left: 24px;
}

.home-xy-dt .item .title::before {
	content: '';
	display: block;
	margin-right: 10px;
	width: 19px;
	height: 19px;
	background: url('../images/dot_ht.png') no-repeat center/contain;
	position: absolute;
	left: 0;
	top: 15px;
}

.home-xy-dt .item .text {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #666666;
}

.home-xy-dt .item span {
	font-size: 14px;
	letter-spacing: 1px;
	color: #888888;
}

.home-xy-dt ul {
	width: 49%;
	box-sizing: border-box;
}

.home-xy-dt .list-container li {
	margin-bottom: 13px;
}

.home-xy-dt .list .dot {
	background: var(--pm-c);
	margin-right: 10px;
	margin-bottom: 8px;
}

.home-xy-dt .list .title {
	overflow: hidden;
	border-bottom: dashed 1px #e5e5e5;
	padding-left: 0px;
	padding-bottom: 12px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
}

.home-xy-dt .list:last-child .dot {
	margin-bottom: 0;
}

.home-xy-dt ul li:last-child .title {
	border-bottom: 0;
	padding-bottom: 0;
}

/* 游戏评测 */
.home-game-cp .item {
	margin-bottom: 33px;
}

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

.home-game-cp .item .thumb {
	width: 118px;
	height: 85px;
	border-radius: 10px;
	overflow: hidden;
}

.home-game-cp .item .title {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #222222;
	margin-bottom: 15px;
}

.home-game-cp .item .score {
	display: block;
	width: 61px;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	padding-right: 4px;
	box-sizing: border-box;
	text-align: center;
	background: url('../images/socre_bg.png') no-repeat right/contain;
}

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

/* 手游排行榜 */
.index-rank .rank-wrap {
	width: 100%;
}

.index-rank .rank-wrap .rank-item {
	width: 360px;
}

.index-rank .rank-wrap .rank-title {
	margin: 30px auto;
	width: 360px;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
	background: url('../images/rank_title_1.png') no-repeat center/contain;
}

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

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

.index-rank .rank-wrap .rank-item ul li {
	margin-bottom: 18px;
	position: relative;
	padding-right: 90px;
}

.index-rank .rank-wrap .rank-item ul li:last-child {
	margin-bottom: 0;
}

.index-rank .rank-wrap .rank-item ul li .order {
	width: 20px;
	height: 18px;
	line-height: 15px;
	background: url('../images/rank_dot_n.png') no-repeat center/contain;
	font-size: 12px;
	color: #ffffff;
	margin-right: 25px;
	text-align: center;
}

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

.index-rank .rank-wrap .rank-item:nth-child(2) ul li:nth-child(-n+3) .order {
	background: url('../images/rank_dot_2.png') no-repeat center/contain;
}

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

.index-rank .rank-wrap .rank-item ul li .title {
	font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
}

.index-rank .rank-wrap .rank-item ul li .down {
	width: 80px;
	height: 32px;
	line-height: 32px;
	border-radius: 6px;
	border: solid 1px #ff6e6e;
	padding-left: 36px;
	box-sizing: border-box;
	color: #ff6e6e;
	font-size: 14px;
	display: none;
	background: url('../images/rank_down_1.png') no-repeat 13px/contain;
	background-size: 14px 15px;
}

.index-rank .rank-wrap .rank-item:nth-child(2) ul li .down {
	border: solid 1px #6e94ff;
	color: #6e94ff;
	background: url('../images/rank_down_2.png') no-repeat 13px/contain;
	background-size: 14px 15px;
}

.index-rank .rank-wrap .rank-item:nth-child(3) ul li .down {
	border: solid 1px #ffa758;
	color: #ffa758;
	background: url('../images/rank_down_3.png') no-repeat 13px/contain;
	background-size: 14px 15px;
}

.index-rank .rank-wrap .rank-item ul li .icon {
	width: 66px;
	height: 66px;
	border-radius: 10px;
	overflow: hidden;
	display: none;
	margin-right: 15px;
}

.index-rank .rank-wrap .rank-item ul li .type {
	font-size: 14px;
	letter-spacing: 1px;
	color: #888888;
}

.index-rank .rank-wrap .rank-item ul li .hits {
	display: block;
	font-size: 12px;
	color: #ff6e6e;
	margin-top: 5px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.index-rank .rank-wrap .rank-item:nth-child(2) ul li .hits {
	color: #6e94ff;
}

.index-rank .rank-wrap .rank-item:nth-child(3) ul li .hits {
	color: #ffa758;
}

.index-rank .rank-wrap .rank-item ul li .hits i {
	color: #666666;
}

.index-rank .rank-wrap .rank-item ul li.active .icon,
.index-rank .rank-wrap .rank-item ul li.active .down {
	display: block;
}

.index-rank .rank-wrap .rank-item ul li.active .type {
	display: none;
}

.index-rank .rank-wrap .rank-item ul li.active {
	padding-right: 0px;
}

.index-rank .rank-wrap .rank-item ul li.active .hits {
	position: sticky;
	margin-top: 10px;
}

/* 手游美图 */
.index-images .images-list-l .thumb {
	width: 375px;
	height: 220px;
	margin-top: 20px;
}

.index-images .images-list-m .thumb {
	width: 375px;
	height: 462px;
	margin-top: 20px;
	margin: 20px 14px 0;
}

.index-images .images-list-r .thumb {
	width: 375px;
	height: 220px;
	margin-top: 20px;
}

/* 首页样式结束 */

/* 资讯列表 */
.menu ul {
	display: flex;
	flex-wrap: wrap;
	background-color: #f8f8f8;
	padding: 9px 11px;
	box-sizing: border-box;
}

.menu li {
	position: relative;
	padding: 0 14px;
	height: 32px;
	line-height: 30px;
	border-radius: 6px;
	margin-right: 12px;
}

.menu-game ul {
	padding: 16px 11px 0;
}

.menu-game li {
	padding: 0 17px;
	margin-bottom: 14px;
}

.menu li a {
	font-size: 14px;
	color: #333333;
}

.menu li.active {
	background: var(--pm-c);
}

.menu li.active a {
	color: #FFFFFF;
}

.news-list .item {
	position: relative;
	margin-bottom: 40px;
}

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

.news-list .item .thumb {
	width: 216px;
	height: 150px;
	border-radius: 10px;
	overflow: hidden;
}

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

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

.news-list .item .text {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	letter-spacing: 1px;
}

.news-list .item .type {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	color: #999999;
	border-radius: 6px;
	border: solid 1px var(--br-c);
	height: 28px;
	line-height: 28px;
	padding: 0 11px;
	margin-right: 9px;
}

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

.single-news .single-header h1 {
	font-weight: bold;
	font-size: 30px;
	color: #222;
	margin-bottom: 40px;
}

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

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

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

/* 手游列表 */
.hot-game .item {
	width: 146px;
	height: 210px;
	border-radius: 10px;
	border: solid 1px var(--br-c);
	padding: 20px 10px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 18px;
	text-align: center;
}

.hot-game .item::before {
	display: block;
	content: '';
	width: 50px;
	height: 59px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/hot_game_icon.png') no-repeat center/contain;
}

.hot-game .item .icon {
	width: 70px;
	height: 70px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto;
}

.hot-game .item .title {
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
	text-align: center;
	margin-top: 8px;
}

.hot-game .item .down {
	display: block;
	background: #FFF3E8;
	border-radius: 6px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	color: var(--pm-c);
	margin: 16px auto 0;
}

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

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

.game-warp .item {
	max-width: 565px;
	border-radius: 10px;
	border: 1px solid var(--br-c);
	padding: 20px 20px 26px;
	box-sizing: border-box;
	margin-left: 10px;
	margin-bottom: 15px;
	position: relative;
}

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

.game-warp .item .down {
	display: inline-block;
	width: 82px;
	height: 36px;
	line-height: 36px;
	background: #FFF4E5 url('../images/down01.png') no-repeat 16px/contain;
	background-size: 14px;
	border-radius: 8px;
	font-size: 14px;
	color: var(--pm-c);
	letter-spacing: 1px;
	padding-left: 37px;
	box-sizing: border-box;
}

.game-warp .item .text {
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
}

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

.game-warp .item .type span {
	font-size: 14px;
	color: #666666;
	display: block;
	margin-right: 8px;
	height: 29px;
	line-height: 29px;
	background-color: #f8f8f8;
	border-radius: 15px;
	border: solid 1px var(--br-c);
	padding: 0 12px;
}

.game-warp .item:hover .down {
	background: var(--pm-c) url('../images/down.png') no-repeat 16px/contain;
	background-size: 14px;
	color: #ffffff;
}

/* 手游详情 */
.single-game .single-header {
	border: solid 1px var(--br-c);
	padding: 30px;
}

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

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

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

.single-game .single-header .single-info p {
	font-size: 14px;
	color: #666666;
	display: block;
	margin-right: 14px;
	height: 29px;
	line-height: 29px;
	background-color: #f8f8f8;
	border-radius: 15px;
	border: solid 1px var(--br-c);
	padding: 0 15px;
	margin-top: 14px;
}

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

.single-game .down-btn {
	margin-top: 30px;
}

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

.single-game .scroe .value {
	display: block;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 2px;
	color: #d37317;
	margin-top: 28px;
}

.single-game .single-images .uk-slider {
	padding-bottom: 20px;
}

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

.single-game .single-images .item {
	width: 281px;
	/*height: 422px;*/
	overflow: hidden;
}

.single-game .single-images .item img {
	width: 100%;
	/*height: 100%;*/
}

.single-game .single-images .uk-slider-nav {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: -14px;
	width: 100%;
	z-index: 10;
	transition: al .3s;
}

.single-game .single-images .uk-slider-nav li {
	/* flex: 1; */
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #e8e8e8;
	margin: 10px 3px;
}

.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;
	border-radius: 8px;
	background-color: #f4aa57;
}

.single-game .single-images .uk-slider-nav .uk-active {
	background-color: #f4aa57;
}

/* 专辑列表 */
.album-warp {}

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

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

.album-warp .album-list li .item {
	border-radius: 10px;
	border: solid 1px var(--br-c);
	box-sizing: border-box;
	position: relative;
	padding: 20px 20px 30px 20px;
}

.album-warp .album-list li .item .album-game {
	flex: 1;
	overflow: hidden;
}

.album-warp .album-list li .item .album-game .tj {
	font-size: 14px;
	letter-spacing: 1px;
	color: #888888;
	display: block;
}

.album-warp .album-list li .item .game-item {
	max-width: 24%;
}

.album-warp .album-list li .item .game-item .icon {
	width: 26px;
	height: 26px;
	border-radius: 8px;
	overflow: hidden;
}

.album-warp .album-list li .item .name {
	display: block;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	flex: 1;
	overflow: hidden;
}

.album-warp .album-list li .item .album-info {}

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

.album-warp .album-list li .item .title {
	font-weight: bold;
	font-size: 16px;
}

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

.album-warp .album-list li .item .type span {
	display: block;
	font-size: 14px;
	color: #666666;
	margin-top: 16px;
	height: 30px;
	line-height: 30px;
	background-color: #f8f8f8;
	border-radius: 15px;
	border: solid 1px var(--br-c);
	margin-right: 8px;
	padding: 0 15px;

}

.album-warp .album-list li .item .more {
	display: block;
	width: 110px;
	height: 36px;
	line-height: 36px;
	border-radius: 8px;
	font-size: 14px;
	color: var(--pm-c);
	margin-right: 10px;
	background: #FFF4E5 url('../images/dot_album.png') no-repeat 16px/contain;
	background-size: 15px;
	padding-left: 37px;
	box-sizing: border-box;
}

/* .album-warp .album-list li .item:hover .more {
	background-color: var(--pm-c);
	color: #ffffff;
} */

/* 专辑详情 */
.single-album .single-header {
	height: 274px;
	padding: 32px;
	box-sizing: border-box;
	border: solid 1px var(--br-c);
}

.single-album .single-header h1 {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	color: #333333;
}

.single-album .single-header .single-info p {
	font-size: 14px;
	color: #666666;
	display: block;
	margin-right: 14px;
	height: 29px;
	line-height: 29px;
	background-color: #f8f8f8;
	border-radius: 15px;
	border: solid 1px var(--br-c);
	padding: 0 15px;
	margin-top: 14px;
}

.single-album .single-header .icon {
	width: 120px;
	height: 120px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.single-album .more-album span {
	font-size: 16px;
	letter-spacing: 2px;
	color: #666666;
	display: block;
}

.single-album .more-album a {
	font-size: 16px;
	letter-spacing: 1px;
	color: #ff3f3f;
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline-block;
}

.single-album .more-album a:nth-child(2) {
	color: #ff3f3f;
}

.single-album .more-album a:nth-child(3) {
	color: #36ccb5;
}

.single-album .more-album a:nth-child(4) {
	color: #ff903f;
}

.single-album .more-album a:nth-child(5) {
	color: #5997e4;
}

.single-album .more-album a:nth-child(6) {
	color: #e979cd;
}

.single-album .more-album a:nth-child(7) {
	color: #52cae0;
}

.single-album .album-recom {
	width: 321px;
	height: 272px;
	background: url('../images/album_recom.png') no-repeat center/contain;
	border-radius: 10px;
	padding-top: 120px;
	box-sizing: border-box;
}

.single-album .album-recom .item {
	margin: 14px 25px;
	width: 273px;
	height: 124px;
	background-color: #f7f7f7;
	border-radius: 10px;
	padding: 16px;
	box-sizing: border-box;
}

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

.single-album .album-recom .title {
	font-size: 16px;
	color: #333333;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.single-album .album-recom .type {
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
	display: block;
}

.single-album .album-recom .text {
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
	display: block;
}

.single-album .album-recom .down {
	display: block;
	width: 63px;
	height: 30px;
	line-height: 30px;
	background-color: var(--pm-c);
	border-radius: 15px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.single-album .game-warp .item {
	border: none;
	padding: 0;
	margin-bottom: 15px;
	margin-left: 20px;
}

.single-album .game-warp .item .title {
	font-size: 16px;
	letter-spacing: 2px;
	color: #666666;
}

.single-album .game-warp .item .text {
	font-size: 14px;
	color: #666666;
}

.single-album .game-warp .item .down {
	width: 65px;
	height: 30px;
	border-radius: 6px;
	border: solid 1px var(--br-c);
	line-height: 30px;
	letter-spacing: 1px;
	color: #666666;
	font-size: 14px;
	background: #fff;
	padding: 0;
	text-align: center;
}

.single-album .game-warp .item .order {
	position: absolute;
	left: -8px;
	top: -9px;
	display: block;
	width: 60px;
	height: 60px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	display: none;
}

.single-album .game-warp .item .order span {
	transform: rotate(-45deg);
	display: block;
}

.single-album .game-warp .uk-width-1-3:nth-child(-n+3) .item .order {
	display: block;
	color: transparent;
}

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

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

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

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

.rank-list {}

.rank-warp .item {
	border-radius: 10px;
	border: solid 1px var(--br-c);
	position: relative;
	padding: 20px;
}

.rank-warp .item .order {
	display: inline-block;
	width: 100px;
	height: 24px;
	line-height: 24px;
	background: url('../images/rank_icon.png') no-repeat 12px 7px/contain #ffc708;
	background-size: 14px;
	border-radius: 12px;
	font-size: 15px;
	color: #FFFFFF;
	padding-left: 34px;
	margin-left: 12px;
	box-sizing: border-box;
}

.rank-warp .item .icon {
	width: 82px;
	height: 82px;
	border-radius: 10px;
	overflow: hidden;
}

.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-top: 22px;
	font-size: 14px;
	color: #666666;
}

.rank-warp .item .type p {
	font-size: 14px;
	color: #666666;
	display: block;
	margin-right: 9px;
	height: 29px;
	line-height: 29px;
	background-color: #f8f8f8;
	border-radius: 15px;
	border: solid 1px var(--br-c);
	padding: 0 12px;
}

.rank-warp .item .down {
	display: block;
	margin-right: 15px;
	width: 82px;
	height: 36px;
	line-height: 36px;
	border-radius: 8px;
	font-size: 14px;
	color: var(--pm-c);
	padding-left: 37px;
	background: #FFF4E5 url('../images/down01.png') no-repeat 16px/contain;
	background-size: 14px;
	box-sizing: border-box;
}

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

.rank-warp .item:hover .down {
	background: var(--pm-c) url('../images/down.png') no-repeat 16px/contain;
	background-size: 14px;
	color: #fff;
}

.rank-warp .item .text {
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
}

/* 排行榜大全 */
.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;
}

/* 排行榜详情 */

/* 礼包列表 */
.gift-list {}

.gift-warp .item {
	position: relative;
	padding: 20px;
	border-radius: 10px;
	border: solid 1px var(--br-c);
}


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

.gift-warp .item .title {
	font-size: 16px;
	color: #333333;
	letter-spacing: 1px;
	font-weight: bold;
}

.gift-warp .item .type span {
	font-size: 14px;
	color: #666666;
	display: block;
	margin-right: 8px;
	height: 29px;
	line-height: 29px;
	background-color: #f8f8f8;
	border-radius: 15px;
	border: solid 1px var(--br-c);
	padding: 0 12px;
}

.gift-warp .item .text {
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
}

.gift-warp .item .tag {
	display: block;
	width: 83px;
	height: 25px;
	line-height: 23px;
	background-color: #f8f8f8;
	border-radius: 6px;
	border: solid 1px var(--br-c);
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	color: #888888;
	position: relative;
}

.gift-warp .item .tag::after {
	content: '';
	display: block;
	position: absolute;
	right: -7px;
	top: 6px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid var(--br-c);
}

.gift-warp .item .down {
	display: block;
	width: 82px;
	height: 36px;
	line-height: 36px;
	border-radius: 8px;
	padding-left: 37px;
	font-size: 14px;
	color: var(--pm-c);
	background: #FFF4E5 url(../images/gift_icon_.png) no-repeat 16px / contain;
	background-size: 13px 15px;
	box-sizing: border-box;
}

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

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

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

.single .single-news .single-content p {
	font-size: 16px;
	letter-spacing: 1px;
	color: #666666;
	text-indent: 2em;
	line-height: 36px;
}

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

.single .single-content h2,
.single .single-content h3 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #f4aa57;
	padding-left: 18px;
	position: relative;
	background: #FEF6EE;
	border-left: 5px solid #f4aa57;
}

/* .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-size: 18px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 8px;
	width: 219px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	margin-right: 20px;
	padding-left: 30px;
	box-sizing: border-box;
}

.single .down-btn .pc,
.single .down-btn .az,
.single .down-btn .lb,
.single .down-btn .h5 {
	background: url('../images/az_bg.png') no-repeat center/contain;
}

.single .down-btn .sy,
.single .down-btn .ios,
.single .down-btn .mob,
.single .down-btn .xz {
	background: url('../images/ios_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-size: 18px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	background-repeat: no-repeat;
	background-position: 150px 15px;
	display: block;
}

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

.single .down-btn .ios a,
.single .down-btn .ios span {
	background-image: url('../images/ios.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.png');
}

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

.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: 30px;
	width: 303px;
}
.single-album .bottom-xg-news{
	
}
/* 手游攻略 */
.side-hot-gl .thumb {
	width: 146px !important;
	height: 86px !important;
	overflow: hidden;
	position: relative;
}
.side-hot-gl p {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	display: none;
}
.side-hot-gl p a{
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #ffffff;
	padding: 20px;
	background: url('../images/hot_icon.png') no-repeat 18px 24px/contain;
	padding-left: 40px;
	background-size: 14px 18px;
}
.side-hot-gl .thumb:hover p{
	display: block;
}
/* 热门下载 */
.side-hot-game .item{
	text-align: center;
}

.side-hot-game .item .icon {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto;
}

.side-hot-game .item .title {
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
	margin-top: 10px;
}

.side-hot-game .item .down {
	display: block;
	width: 65px;
	height: 30px;
	line-height: 30px;
	border-radius: 6px;
	border: solid 1px var(--br-c);
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
	margin: 15px auto 0;
}
.side-video .item{
	width: 100%;
}
.side-video .item2{
	width: 145px !important;
}
.side-video .item .thumb{
	width: 302px !important;
	height: 200px !important;
}
.side-video .item2 .thumb{
	width: 145px !important;
	height: 98px !important;
}
.side-video .item::before {
  width: 302px;
  height: 200px;
}
.side-video .item2::before {
  width: 145px;
  height: 98px;
}
.side-video .item::after {
  top: 72px;
  left: 124px;
}
.side-video .item2::after {
  top: 31px;
  left: 55px;
}
/* 最爱下载 */
.side-game {}
.side-game .item{
	background: url('../images/game_icon.png') no-repeat left/contain;
	background-size: 19px 15px;
	padding-left: 25px;
}
.side-game .item .icon {
	width: 90px;
	height: 90px;
	border-radius: 10px;
	overflow: hidden;
	display: none;
}

.side-game .item .down {
	display: block;
	font-size: 14px;
	color: var(--pm-c);
	align-self: flex-start;
}

.side-game .item .title {
	font-size: 16px;
	letter-spacing: 2px;
	color: #222222;
}
.side-game .item .type{
	display: none;
	font-size: 14px;
	letter-spacing: 1px;
	color: #888888;
}
.side-game .item .type span {
	font-size: 14px;
	letter-spacing: 1px;
	color: #888888;
	display: block;
	margin-right: 5px;
}
.side-game .item.active {
	padding: 0;
	background: none;
}
.side-game .item.active .icon{
	display: block;
}
.side-game .item.active .type {
	display: flex;
}
.side-game .item.active .down{
	padding-top: 16px;
}
/* 抢礼包 */
.side-gift-rank .list-container li .down{
	font-size: 14px;
	letter-spacing: 1px;
	color: var(--pm-c);
	display: block;
	margin-left: 10px;
}

/* 热门礼包 */
.sidebar-gift-rank {}

.sidebar-gift-rank .item {
	margin-top: 30px;
	position: relative;
}

.sidebar-gift-rank .item .icon {
	width: 70px;
	height: 70px;
	border-radius: 15px;
	overflow: hidden;
}
.sidebar-gift-rank .item .info{
	border-bottom: dashed 1px #e5e5e5;
	padding-bottom: 15px;
}
.sidebar-gift-rank .item .title {
	font-size: 16px;
	letter-spacing: 2px;
	color: #333333;
}

.sidebar-gift-rank .item .text {
	font-size: 14px;
	letter-spacing: 1px;
	color: #888888;
	margin-top: 10px;
}

.sidebar-gift-rank .item:hover::before{
	content: '领取';
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 71px;
	background-color: #FFF3E8;
	border-radius: 10px;
	z-index: 1;
	font-size: 16px;
	letter-spacing: 2px;
	color: var(--pm-c);
	text-align: center;
	line-height: 70px;
}
/* 相关礼包 */
.sidebar-more-gift {
	margin-top: 20px;
}
.sidebar-more-gift .item{
	text-align: center;
	height: 283px;
	width: 185px;
	background: url('../images/gift_bg.png') no-repeat top/cover;
	padding: 73px 20px 0px;
	box-sizing: border-box;
}
.sidebar-more-gift .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 15px;
	overflow: hidden;
}
.sidebar-more-gift .item .title{
	font-size: 16px;
	color: #333333;
	margin-top: 12px;
}

.sidebar-more-gift .item .num{
	display: block;
  font-size: 14px;
	color: #888888;
	margin: 9px auto 14px;
}
.sidebar-more-gift .item .num i{
	color: var(--pm-c);
}
.sidebar-more-gift .item .down{
	display: block;
	width: 100px;
	height: 33px;
	line-height: 33px;
	background-color: #fff7f1;
	border-radius: 8px;
	font-size: 14px;
	color: var(--pm-c);
	text-align: center;
	margin: 0 auto;
}
/* 404 500 错误页面 */
.page-error {
	min-height: 520px;
	padding-top: 240px;
}

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

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

.page-error .name {
	font-size: 14px;
	letter-spacing: 1px;
	color: #888888;
	margin-top: 50px;
}

.page-error .go-home {
	margin-top: 35px;
	display: inline-block;
	line-height: 40px;
	border-radius: 10px;
	font-size: 14px;
	padding: 0 20px;
	letter-spacing: 1px;
	color: #888888;
	border: solid 1px var(--br-c);
}

/* 单页面样式 */
.page {
	min-height: 1220px;
}

.page-nav {
	width: 248px;
	overflow: hidden;
	box-sizing: border-box;
}

.page-nav li {
	width: 248px;
	height: 65px;
	line-height: 65px;
	overflow: hidden;
	margin-bottom: 20px;
	padding-left: 74px;
	box-sizing: border-box;
	position: relative;
	background-color: #f6f6f6;
	border-radius: 32px 0px 0px 33px;
}

.page-nav li::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 8px;
	top: 8px;
	background: url('../images/page_1.png') no-repeat center/contain;
}

.page-nav li:nth-child(2)::before {
	background: url('../images/page_2.png') no-repeat center/contain;
}

.page-nav li:nth-child(3)::before {
	background: url('../images/page_3.png') no-repeat center/contain;
}

.page-nav li:nth-child(4)::before {
	background: url('../images/page_4.png') no-repeat center/contain;
}

.page-nav li:nth-child(5)::before {
	background: url('../images/page_5.png') no-repeat center/contain;
}

.page-nav li:nth-child(6)::before {
	background: url('../images/page_6.png') no-repeat center/contain;
}

.page-nav li a {
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
	font-weight: bold;
}

.page-nav li.active {
	background-image: linear-gradient(90deg, #ff9000 0%, #ffc259 100%);
	box-shadow: 0px 3px 6px 0px rgba(207, 120, 67, 0.35);
	border-radius: 32px 0px 0px 33px;
}

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

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

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

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

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

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

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

.page-content {
	margin-left: 15px;
}

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

.page-content .title {
	background: #FFF3E8;
	color: var(--pm-c);
	height: 50px;
	line-height: 50px;
	padding-left: 27px;
	font-weight: bold;
}

.page-title {
	width: 97px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	letter-spacing: 1px;
	color: var(--pm-c);
	font-weight: bold;
	margin: 10px 0 20px;
	background: url('../images/title_bg.png') no-repeat right/contain;
	text-align: center;
}

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

.page-content ul li {
	margin-right: 25px;
	margin-bottom: 15px;
}

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

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

.page-content ul li:hover a {
	color: var(--pm-c);
}


/* 搜索页样式 */
.search-total {
	font-size: 14px;
	letter-spacing: 1px;
	color: var(--pm-c);
}

.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;
	border: solid 1px var(--br-c);
}

.kaifu-warp tr {
	border: 1px solid transparent;
	border: solid 1px var(--br-c);
}

.kaifu-warp tr th {
	min-width: 120px;
	height: 45px;
	line-height: 45px;
	background-color: #f8f8f8;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	padding: 0 12px;
}

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

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

.uk-table td {
	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: #333;
	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;
}