/*隐藏类*/
.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;
	}
}

html {
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/* 解决IOS默认滑动很卡的情况 */
	-webkit-overflow-scrolling: touch;
	line-height: 1.3;
}

body {
	margin: 0;
	background: #fff;
	background-repeat: no-repeat;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td,
span,
a,
b,
i,
strong,
main,
header,
footer,
::before,
::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a,
a:hover {
	background-color: transparent;
	text-decoration: none;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted none;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

input {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
}

input::-webkit-input-placeholder {
	color: transparent;
}

input:-moz-placeholder {
	color: transparent;
}

input::-moz-placeholder {
	color: transparent;
}

input:-ms-input-placeholder {
	color: transparent;
}

input:focus {
	outline: none;
}

main {
	display: block;
}

img {
	border-style: none;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

/* 全局主题色 */
:root {
	--pm-c: #FF759A;
}

.bgc-fff {
	padding: 20px !important;
	background-color: #fff;
	border-radius: 10px;
}

.bgc-f5 {
	background-color: #f5f5f5;
}

.bgc-f8 {
	background-color: #f8f8f8;
}

/* 重复使用 */
.p-l-r-20 {
	padding: 0 20px !important;
}

.p-l-r-24 {
	padding: 0 24px !important;
}

.p-l-r-30 {
	padding: 0 30px !important;
}

.p-l-24 {
	padding-left: 24px;
}

.p-l-30 {
	padding-left: 30px;
}

.p-r-24 {
	padding-right: 24px;
}

.p-r-30 {
	padding-right: 30px;
}

.p-t-10 {
	padding-top: 10px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-t-30 {
	padding-top: 30px;
}

.p-t-40 {
	padding-top: 40px;
}

.p-t-50 {
	padding-top: 50px;
}

.p-t-60 {
	padding-top: 60px;
}

.p-b-10 {
	padding-bottom: 10px;
}

.p-b-20 {
	padding-bottom: 20px;
}

.p-b-30 {
	padding-bottom: 30px;
}

.p-b-40 {
	padding-bottom: 40px;
}

.m-l-r-20 {
	margin: 0 20px !important;
}

.m-l-r-24 {
	margin: 0 24px !important;
}

.m-l-r-30 {
	margin: 0 30px !important;
}

.m-l-24 {
	margin-left: 24px;
}

.m-l-30 {
	margin-left: 30px;
}

.m-r-30 {
	margin-right: 30px;
}

.m-r-24 {
	margin-right: 24px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-t-40 {
	margin-top: 40px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-t-60 {
	margin-top: 60px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-b-30 {
	margin-bottom: 30px;
}

.m-b-40 {
	margin-bottom: 40px;
}

.m-b-50 {
	margin-bottom: 50px;
}

.m-b-60 {
	margin-bottom: 60px;
}

.w-300 {
	width: 300px;
}

.w-320 {
	width: 320px;
}

.w-350 {
	width: 350px;
}

.w-360 {
	width: 360px;
}

.w-380 {
	width: 380px;
}

.w-398 {
	width: 398px;
}

.w-390 {
	width: 390px;
}

.w-400 {
	width: 400px;
}

.w-420 {
	width: 420px;
}

.w-440 {
	width: 440px;
}

.w-460 {
	width: 460px;
}

.frame {
	border: 1px solid #eaeaf8;
}

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

/* 溢出省略打点显示 */
.line2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.line3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.line4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.line5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.thum {
	display: block;
	overflow: hidden;
}

.icon {
	display: block;
	overflow: hidden;
}

.title {
	display: block;
}

/* 评分图标 */
.star1 {
	height: 10px;
	width: 50px;
	background: url('../images/star_small.png') repeat-x center/10px;
	display: inline-block;
	margin: 10px 0;
}

.star1:before {
	content: "";
	display: block;
	background: url('../images/star_curr_small.png') repeat-x 0/10px;
	height: 10px;
}

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

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

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

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

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

/* 评分图标 */
.star {
	height: 14px;
	width: 70px;
	background: url('../images/star.png') repeat-x center/14px;
	display: inline-block;
	margin: 10px 0;
}

.star:before {
	content: "";
	display: block;
	background: url('../images/star_curr.png') repeat-x 0/14px;
	height: 14px;
}

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

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

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

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

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

/* 评分图标 */
.star3 {
	height: 14px;
	width: 70px;
	background: url('../images/star3.png') repeat-x center/14px;
	display: inline-block;
	margin: 10px 0;
}

.star3:before {
	content: "";
	display: block;
	background: url('../images/star3_curr.png') repeat-x 0/14px;
	height: 14px;
}

.star3-1:before {
	width: 14px;
}

.star3-2:before {
	width: 28px;
}

.star3-3:before {
	width: 42px;
}

.star3-4:before {
	width: 56px;
}

.star3-5:before {
	width: 70px;
}

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

.pagination .page-item {
	display: inline-block;
	margin: 5px;
	font-size: 16px;
	border: 1px solid #E6E6E6;
	color: #666;
	background: #fff;
}

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

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

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

.pagination li {
	color: #666;
}

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

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

.pagination li:last-child {
	display: inline-block;
}

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

/* 可复用 */
.list {}

.list li {
	padding-left: 16px;
	position: relative;
	margin-bottom: 16px;
}

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

.list li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #d9d9d9;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: cover;
}

.list li .title {
	font-size: 14px;
	color: #333;
	padding-right: 20px;
}

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

.list li .title a {
	font-size: 14px;
	color: #333;
}

.list li .time {
	font-size: 12px;
	color: #999;
}

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

.item {}

.item .title:hover {
	color: var(--pm-c) !important;
}

.item .title a:hover {
	color: var(--pm-c) !important;
}

/* 页脚 */
.footer {
	font-size: 13px;
	color: #999;
	background-color: #333;
	text-align: center;
	padding: 40px 0;
}

.footer a {
	font-size: 13px;
	color: #999;
}

.footer a:last-child {
	margin-right: 0;
}

.footer .name {
	color: #ccc;
	margin: 20px 0;
}

.footer .aBox {
	margin: 0 0 20px;
}

.footer .aBox a {
	margin-right: 10px;
}

/* 公共标题 */
.public_title {
	width: 100%;
	margin-bottom: 18px;
	border-top: 1px solid #EDEDED;
}

.public_title .title {
	font-size: 15px;
	color: #222;
	font-weight: bold;
	position: relative;
	display: inline-block;
	border-top: 2px solid var(--pm-c);
	padding-top: 12px;
}

.public_title .more {
	position: relative;
	font-size: 12px;
	color: #999;
	padding-top: 12px;
}

/* 当前位置 */
.crumbs {
	position: relative;
	font-size: 12px;
	color: #999;
	margin: 12px 0;
}

.crumbs a {
	font-size: 12px;
	color: #999;
}

.crumbs a::after {
	display: inline-block;
	content: ">";
	margin: 0 4px;
}

.crumbs a:first-child:before {
	display: none;
}

.crumbs a:last-child::before {
	color: #999;
}

/* .crumbs a:last-child {
	color: #4d4d4d;
} */

/* 首页页面 */
.header {
	z-index: 3;
	position: relative;
	background: #FFFFFF;
}

.header .logo {
	display: block;
	overflow: hidden;
	width: 158px;
	position: relative;
	padding: 33px 0 29px;
}

.header .navBar {
	height: 52px;
	line-height: 52px;
	background: var(--pm-c);
}

.header .navBar .aBox {
	letter-spacing: 0;
}

.header .navBar .aBox li {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: relative;
	z-index: 999;
	padding: 0 22px;
}

.header .navBar .aBox li a {
	color: #fff;
	position: relative;
}

.header .navBar .aBox li.active,
.header .navBar .aBox li:hover {
	background: #FFADC3;
}

.header .navBar .aBox li:hover a,
.header .navBar .aBox li.active a {
	font-weight: bold;
}

.searchBox {
	position: relative;
}

.searchBox .search_ipt {
	display: block;
	padding-left: 12px;
	padding-right: 50px;
	width: 234px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	border: 1px solid var(--pm-c);
	box-sizing: border-box;
}

.searchBox .search_ipt::placeholder {
	font-size: 12px;
	color: #999;
}

.searchBox .search_btn {
	cursor: pointer;
	width: 45px;
	height: 32px;
	line-height: 32px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #fff;
	background: var(--pm-c);
	text-align: center;
}

.index_game_list .itemBox {
	width: 100%;
	margin-bottom: 20px;
}

.index_game_list .itemBox .item {
	margin-bottom: 14px;
}

.index_game_list .itemBox .item:last-child {
	margin-bottom: 0;
}

.index_game_list .itemBox .item .title {
	width: 55px;
	height: 24px;
	line-height: 24px;
	background: #FFF8EA;
	border: 1px solid #FFBD2E;
	border-radius: 6px;
	position: relative;
	font-size: 13px;
	color: #FFBD2E;
	margin-right: 10px;
	text-align: center;
}

.index_game_list .itemBox .item:nth-child(2) .title {
	background: #F1FFF3;
	border: 1px solid #47DE59;
	color: #47DE59;
}

.index_game_list .itemBox .item:nth-child(3) .title {
	background: #FFF4F6;
	border: 1px solid #FF7083;
	color: #FF7083;
}

.index_game_list .itemBox .item ul {
	line-height: 15px;
}

.index_game_list .itemBox .item ul li {
	display: inline-block;
	line-height: 15px;
}

.index_game_list .itemBox .item ul li a {
	display: block;
	font-size: 13px;
	color: #888;
}

.index_game_list .itemBox .item ul li a:hover {
	color: var(--pm-c);
}

.index_game_list .itemBox .item ul li a::before {
	content: "|";
	color: #888;
	margin: 0 10px;
}

.index_game_list .itemBox .item ul li:first-child a::before {
	display: none;
}

.index_game_list .newsBox .item {
	position: relative;
}

.index_game_list .newsBox .item .thum {
	width: 224px;
	height: 124px;
	border-radius: 4px;
	overflow: hidden;
}

.index_game_list .newsBox .item .title {
	font-size: 14px;
	color: #666;
	margin-top: 16px;
}

.index_game_list .newsBox .item .title a {
	color: #666;
}

.index_game_list .newsBox .item .time {
	position: absolute;
	left: 10px;
	top: 10px;
	display: block;
	height: 26px;
	line-height: 26px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	padding: 0 8px;
	text-align: center;
	font-size: 14px;
	color: #ffff;
}

/* 游戏资讯 热门攻略 最新游戏 */
/* 游戏资讯 */
.index_game_news .game_zx .item {
	border-radius: 6px;
	border: 1px solid #F2F2F2;
	padding: 15px 16px;
	position: relative;
	margin-bottom: 10px;
}

.index_game_news .game_zx .item .thum {
	width: 120px;
	height: 80px;
	overflow: hidden;
	margin-right: 12px;
}

.index_game_news .game_zx .item .title {
	font-size: 14px;
	color: #333;
}

.index_game_news .game_zx .item .title a {
	color: #333;
}

.index_game_news .game_zx .item .desc {
	font-size: 12px;
	color: #999;
	line-height: 24px;
	margin-top: 12px;
}

.index_game_news .game_zx .item::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -5px;
	z-index: 11;
	width: 59px;
	height: 47px;
	background: url('../images/icon_tj.png') no-repeat center/contain;
}

.index_game_news .game_zx .list li::before {
	display: none;
}

.index_game_news .game_zx .list li {
	padding-left: 0;
}

.index_game_news .game_zx .list li .tag {
	display: block;
	margin-right: 10px;
	color: var(--pm-c);
	font-size: 12px;
}

/* 热门攻略 最新攻略 */
.index_game_news .game_gl .subnav {
	border-top: 1px solid var(--pm-c);
}

.index_game_news .game_gl .subnav li {
	width: 50%;
	padding-left: 0;
}

.index_game_news .game_gl .subnav li a {
	width: 100%;
	background: #F8F8F8;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #666;
	justify-content: center;
}

.index_game_news .game_gl .subnav li.uk-active a {
	background: var(--pm-c);
	color: #fff;
}

.index_game_news .game_gl .list li {
	margin-bottom: 25px;
}

/* 最新游戏 */
.index_game_news .new_game .item {
	margin-top: 6px;
}

.index_game_news .new_game .item .icon {
	width: 70px;
	height: 70px;
	border-radius: 15px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.index_game_news .new_game .item .title {
	font-size: 14px;
	color: #666;
	margin-top: 18px;
	text-align: center;
}

.index_game_news .new_game .item .title a {
	color: #666;
}

.index_game_news .new_game .item .order {
	display: none;
	width: 20px;
	height: 23px;
	line-height: 23px;
	border-radius: 10px 0px 10px 0px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	color: #fff;
	z-index: 111;
	text-align: center;
}

.index_game_news .new_game .uk-width-1-4:nth-child(1) .order {
	display: block;
	background: linear-gradient(180deg, #FF8D8D 0%, #F23F3F 100%);
}

.index_game_news .new_game .uk-width-1-4:nth-child(2) .order {
	display: block;
	background: linear-gradient(180deg, #FFB963 0%, #FF7032 100%);
}

.index_game_news .new_game .uk-width-1-4:nth-child(3) .order {
	display: block;
	background: linear-gradient(180deg, #FFDA63 0%, #FFA718 100%);
}

/* 首页轮播图 */
.index_game_news .sliderBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.index_game_news .sliderBox .sliderItem {
	width: 100%;
}

.index_game_news .sliderBox .sliderItem li {
	width: 100%;
}

.index_game_news .sliderBox .sliderItem li .thum {
	position: relative;
	width: 390px;
	height: 238px;
}

.index_game_news .sliderBox .dotnav {
	position: absolute;
	z-index: 333;
	right: 30%;
	bottom: 18px;
	margin-left: 0;
}

.index_game_news .sliderBox .dotnav li {
	display: block;
	margin-right: 6px;
	padding-left: 0;
}

.index_game_news .sliderBox .dotnav li:last-child {
	margin-right: 0;
}

.index_game_news .sliderBox .dotnav li a {
	position: relative;
	display: block;
	background: rgba(255, 255, 255, 0.4);
	width: 8px;
	height: 8px;
}

.index_game_news .sliderBox .dotnav li.uk-active a {
	background-color: #fff;
}

.index_game_news .sliderBox .previous,
.index_game_news .sliderBox .next {
	display: block;
	width: 24px;
	height: 48px;
	line-height: 46px;
	background: rgba(0, 0, 0, 0.3);
	padding: 0;
	padding-left: 4px;
	color: #fff;
}

.index_game_news .sliderBox .previous svg,
.index_game_news .sliderBox .next svg {
	width: 10px
}

.index_game_news .sliderBox .previous {
	border-radius: 0 24px 24px 0;
}

.index_game_news .sliderBox .next {
	border-radius: 24px 0 0 24px;
	padding-left: 10px;
}

/* 游戏资讯 */
.index_game_zx .game_zx_item .thum {
	width: 380px;
	height: 196px;
	overflow: hidden;
	margin-bottom: 5px;
}

.index_game_zx .item {
	margin-top: 20px;
}

.index_game_zx .item .thum {
	width: 121px;
	height: 84px;
	margin-right: 15px;
}

.index_game_zx .item .title a {
	font-size: 14px;
	color: #333;
}

.index_game_zx .item .desc {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}

.index_game_zx .item .time {
	display: block;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}

.index_game_zx .list .info {
	background: #F8F8F8;
	padding: 16px;
}

.index_game_zx .list .thum {
	width: 255px;
	height: 167px;
}

.index_game_zx .list .title a {
	font-size: 14px;
	color: #333;
}

.index_game_zx .list .title a:hover {
	color: var(--pm-c);
}

.index_game_zx .list .time {
	display: block;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
	background: url('../images/time.png') no-repeat left/contain;
	background-size: 16px;
	padding-left: 22px;
}

/* 手机游戏 */
.index_game .game_lists {
	margin-top: 0;
}

.index_game .game_lists .item {
	margin-top: 32px;
}

.index_game .game_lists .icon {
	width: 92px;
	height: 92px;
	border-radius: 15px;
	overflow: hidden;
	margin-right: 13px;
}

.index_game .game_lists .item .title {
	font-size: 15px;
	color: #222;
}

.index_game .game_lists .item .title a {
	color: #222;
}

.index_game .game_lists .item .type {
	display: block;
	font-size: 12px;
	color: #999;
	margin: 12px 0 14px;
}

.index_game .game_lists .item .down {
	display: block;
	width: 83px;
	height: 28px;
	line-height: 28px;
	background: #FFF3F7;
	border-radius: 2px;
	text-align: center;
	color: var(--pm-c);
	font-size: 13px;
}

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

/* 游戏分类 */
.index_game .game_channel .title {
	width: 106px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #F1F1F1;
	border-radius: 4px;
	text-align: center;
}

.index_game .game_channel .title a {
	font-size: 15px;
	color: #666;
}

.index_game .game_channel .title:hover {
	border-color: var(--pm-c);
}

.index_game .game_channel .title:hover a {
	color: var(--pm-c);
}

/* 游戏礼包 */
.index_game_gift .list li {
	padding-left: 0;
}

.index_game_gift .list li::before {
	display: none;
}

.index_game_gift .list .icon {
	width: 55px;
	height: 55px;
	background: url('../images/icon_gift.png') no-repeat center/contain;
	margin-right: 10px;
	margin-bottom: 18px;
}

.index_game_gift .list .box {
	padding-bottom: 18px;
	border-bottom: 1px dashed #F5F5F5;
}

.index_game_gift .list li:last-child .box {
	padding-bottom: 0;
	border-bottom: 0;
}

.index_game_gift .list li:last-child .icon {
	margin-bottom: 0;
}

.index_game_gift .list .title a {
	font-size: 15px;
	color: #333;
}

.index_game_gift .list .desc {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}

.index_game_gift .list .get {
	display: block;
	width: 52px;
	height: 26px;
	line-height: 26px;
	border: 1px solid var(--pm-c);
	border-radius: 4px;
	text-align: center;
	color: var(--pm-c);
	font-size: 12px;
	margin-left: 10px;
}

/* 最新攻略 */
.index_hot_gl .list li {
	padding-left: 0;
	margin-bottom: 12px;
}

.index_hot_gl .list li::before {
	display: none;
}

.index_hot_gl .list li:last-child .info {
	border: none;
	padding-bottom: 0;
}

.index_hot_gl .list .tag {
	width: 42px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #E5E5E5;
	font-size: 12px;
	color: #999;
}

.index_hot_gl .list .info {
	padding-bottom: 12px;
	border-bottom: 1px dashed #E5E5E5;
	margin-left: 12px;
}

/* 最新合集 */
.index_album .album_list>.title a {
	font-size: 14px;
	color: #333;
}

.index_album .game_list {
	background: #F8F8F8;
	padding: 0 20px 18px;
	background: linear-gradient(to bottom, #fff 20%, #F8F8F8 100%);
	margin-top: 14px;
	margin-bottom: 14px;
}

.index_album .game_list .thum {
	width: 54px;
	height: 54px;
	border-radius: 10px;
	overflow: hidden;
}

.index_album .game_list .title {
	font-size: 12px;
	color: #333;
	text-align: center;
	max-width: 60px;
	margin-top: 10px;
}

.index_album .game_list .title a {
	color: #333;
}

.index_album .game_list .more {
	display: block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px 0px rgba(192, 192, 192, 0.25);
	border-radius: 30px 30px 30px 30px;
	border: 1px solid #F5F2F2;
	font-size: 13px;
	color: #999999;
	text-align: center;
}

.index_album .list .time {
	background: url('../images/icon_jt.png') no-repeat right/contain;
	background-size: 19px 13px;
	padding-right: 24px;
}

/* 精美壁纸 */
.index_yxmx .uk-slider-container {
	width: 98.5%;
}

.index_yxmx .thum {
	width: 570px;
	height: 336px;
}

.index_yxmx .next {
	width: 36px;
	height: 336px;
	line-height: 336px;
	background: #F8F8F8;
	left: 97.5%;
}

/* 手游排行 */
.index_rank {}

.index_rank:nth-child(2) {
	margin: 0 23px;
}

.index_rank .topTitle {
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	width: 277px;
	height: 61px;
	line-height: 38px;
	background: url('../images/rank_title_bg1.png') no-repeat center/contain;
}

.index_rank:nth-child(2) .topTitle {
	background: url('../images/rank_title_bg2.png') no-repeat center/contain;
}

.index_rank:nth-child(3) .topTitle {
	background: url('../images/rank_title_bg3.png') no-repeat center/contain;
}

.index_rank .item_name {
	height: 36px;
	line-height: 36px;
	background: #F8F8F8;
	padding: 0 0 0 11px;
	font-size: 12px;
	color: #999;
}

.index_rank .item_name .name {
	padding-left: 18px;
}

.index_rank .item_name .type {
	display: inline-block;
	width: 80px;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
}

.index_rank .itemBox {
	margin-top: 20px;
}

.index_rank .itemBox .item {
	margin-bottom: 10px;
}

.index_rank .itemBox .item:last-child {
	margin-bottom: 0;
}

.index_rank .itemBox .item .order {
	margin-right: 16px;
	font-size: 12px;
	color: #999;
	width: 36px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 10px;
	background: #F8F8F8;
}

.index_rank .itemBox .item:nth-child(-n+4) .order {
	background: var(--pm-c);
	color: #FFFFFF;
}

.index_rank:nth-child(2) .itemBox .item:nth-child(-n+4) .order {
	background: #5EE4FF;
}

.index_rank:nth-child(3) .itemBox .item:nth-child(-n+4) .order {
	background: #FFC97D;
}

.index_rank .itemBox .item .btm_item {
	display: none;
	margin-top: 16px;
	margin-bottom: 16px;
}

.index_rank .itemBox .item.last-child .btm_item {
	margin-bottom: 0;
}

.index_rank .itemBox .item .info {
	border-bottom: 1px dashed #E5E5E5;
	padding-bottom: 10px;
}

.index_rank .itemBox .item .thum {
	width: 60px;
	height: 60px;
	position: relative;
	border-radius: 15px;
	margin-right: 11px;
}

.index_rank .itemBox .item .title {
	font-size: 14px;
	color: #333;
}

.index_rank .itemBox .item .title a {
	color: #333;
}

.index_rank .itemBox .item .tag {
	display: inline-block;
	font-size: 12px;
	color: #999;
	width: 80px;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}

.index_rank .itemBox .item .desc {
	font-size: 12px;
	color: #999;
	line-height: 30px;
}

.index_rank .itemBox .item .down {
	position: relative;
	height: 28px;
	line-height: 28px;
	padding: 0 14px;
	font-size: 14px;
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
	border-radius: 4px;
	text-align: center;
	margin-left: 10px;
}

.index_rank:nth-child(2) .itemBox .item .down {
	border: 1px solid #5EE4FF;
	color: #5EE4FF;
}

.index_rank:nth-child(3) .itemBox .item .down {
	border: 1px solid #FFC97D;
	color: #FFC97D;
}

.index_rank .itemBox .item.active .btm_item {
	display: flex !important;
	margin-left: 52px;
}

/* 一周热门 */
.index_news {}

.index_news ul li {
	padding-left: 0;
}

.index_news ul li::before {
	display: none;
}

.index_news ul li .tag {
	font-size: 12px;
	color: #999;
	margin-right: 10px;
}

/* 友情链接 */
.index_link {
	margin-bottom: 60px;
}

.index_link .itemBox .title {
	display: inline-block;
	font-size: 13px;
	color: #666;
	margin-right: 20px;
	position: relative;
	padding-right: 14px;
	line-height: 2.5;
}

.index_link .itemBox .title:last-child {
	margin-right: 0;
}

/* 公共分类 */
.list_game_nav {
	margin-bottom: 20px;
}

.list_game_nav ul {
	margin-left: -13px;
}

.list_game_nav ul li {
	position: relative;
	display: block;
	width: 107px;
	font-size: 15px;
	color: #666;
	box-sizing: content-box;
	padding-left: 13px;
}

.list_game_nav ul li:last-child {
	margin-right: 0;
}

.list_game_nav ul li.uk-grid-margin {
	margin-top: 13px;
}

.list_game_nav ul li a {
	display: block;
	height: 36px;
	line-height: 34px;
	border: 1px solid #F1F1F1;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
	color: #666;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_game_nav ul li:hover a,
.list_game_nav ul li.active a {
	color: var(--pm-c);
	border-color: var(--pm-c);
}

/* 公共文章 */
.single_content p {
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	text-indent: 2em;
}

.single_content h2,
.single_content h3 {
	display: inline-block;
	min-width: 143px;
	height: 30px;
	line-height: 30px;
	background: url('../images/single_h3.png') no-repeat center/cover;
	margin: 10px 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.single_content p iframe,
.single_content p img {
	display: block;
	max-width: 80%;
	margin: 20px auto;
}

/* 游戏列表 */
.list_game {
	padding-bottom: 20px;
}

.list_game_itemBox .itemBox {
	margin-left: -43px;
}

.list_game_itemBox .itemBox .uk-width-1-5 {
	padding-left: 43px;
}

.list_game_itemBox .itemBox .uk-width-1-5.uk-grid-margin {
	margin-top: 30px;
}

.list_game_itemBox .itemBox .item {
	position: relative;
}

.list_game_itemBox .itemBox .item .thum {
	position: relative;
	width: 92px;
	height: 92px;
	border-radius: 15px;
	margin-right: 13px;
}

.list_game_itemBox .itemBox .item .title {
	font-size: 15px;
	color: #222;
	margin-bottom: 12px;
}

.list_game_itemBox .itemBox .item .title a {
	color: #222;
}

.list_game_itemBox .itemBox .item .tag {
	font-size: 12px;
	color: #999;
	margin-bottom: 14px;
}


.list_game_itemBox .itemBox .item .down {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	border-radius: 2px;
	text-align: center;
	padding: 0 15px;
	font-size: 13px;
	color: var(--pm-c);
	background: #FFF3F7;
}

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

/* 游戏详情 */
.show_game {
	padding-bottom: 20px;
}

.show_game .single_header {
	margin-bottom: 20px;
	padding: 36px 20px 0;
	position: relative;
	background: url('../images/single_header_bg.png') no-repeat top/contain;
}

.show_game .single_header .thum {
	width: 140px;
	height: 140px;
	border-radius: 20px;
	position: relative;
	margin-right: 20px;
}

.show_game .single_header .single_info .title {
	font-size: 24px;
	color: #333;
	margin-bottom: 26px;
	font-weight: bold;
	margin-top: 0;
}

.show_game .single_header .single_info .single_tag {
	font-size: 12px;
	color: #888;
}

.show_game .single_header .single_info .single_tag>div div {
	padding: 0 18px;
	height: 28px;
	line-height: 28px;
	border-radius: 4px;
	border: 1px solid #FFE5EC;
	display: flex;
	align-items: center;
}

.show_game .single_header .single_info .single_tag>div div::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: var(--pm-c);
	margin-right: 10px;
}

.show_game .single_header .single_score {
	width: 280px;
	height: 140px;
	line-height: 260px;
	border-left: 1px dashed #FFBFD0;
	margin-left: 120px;
	background: url('../images/icon_game.png') no-repeat top center/cover;
	background-size: 106px 101px;
	text-align: center;
}

.show_game .single_header .single_score p {
	font-size: 12px;
	color: #888;
	text-align: center;
	padding-left: 30px;
}

.show_game .single_header .single_score p span {
	font-size: 12px;
	color: var(--pm-c);
	font-weight: bold;
}

/* 下载按钮 */
.show_game .single_header .signle_btn {
	margin-top: 24px;
}

.show_game .single_header .signle_btn .btn:last-child {
	margin-right: 0;
}

.show_game .single_header .signle_btn .btn {
	display: block;
	width: 180px;
	height: 40px;
	border-radius: 10px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	position: relative;
	padding-left: 15px;
}

.show_game .single_header .signle_btn .az {
	margin-right: 15px;
}

.show_game .single_header .signle_btn .btn:first-child {
	background: linear-gradient(270deg, #FF4D7D 0%, #FF9375 100%);
}

.show_game .single_header .signle_btn .btn:last-child {
	background: linear-gradient(270deg, #4DB5FF 0%, #9A75FF 100%);
}

.show_game .single_header .signle_btn .btn.lb {
	background: linear-gradient(270deg, #FF4D7D 0%, #FF9375 100%);
	margin-right: 15px;
}

.show_game .single_header .signle_btn .btn.sy {
	background: linear-gradient(270deg, #4DB5FF 0%, #9A75FF 100%);
}

.show_game .single_header .signle_btn .btn::before {
	position: absolute;
	left: 33px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: cover;
}

.show_game .single_header .signle_btn .az::before {
	background-image: url(../images/az.png);
}

.show_game .single_header .signle_btn .pc::before {
	/* background-image: url(../images/pc.png); */
}

.show_game .single_header .signle_btn .h5::before {
	/* background-image: url(../images/start.png); */
}

.show_game .single_header .signle_btn .pg::before {
	background-image: url(../images/pg.png);
}

.show_game .single_header .signle_btn .lb::before {
	background-image: url(../images/lb.png);
	left: 43px;
}

.show_game .single_header .signle_btn .sy::before {
	background-image: url(../images/sy.png);
	left: 43px;
}

.show_game .single_header .signle_btn .btn .QRcodeBox {
	display: none;
	position: absolute;
	bottom: -165px;
	left: 10px;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	width: 160px;
	height: 164px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 0 0 10px 10px;
	border-top: none;
	z-index: 5;
}

.show_game .single_header .signle_btn .btn:hover .QRcodeBox {
	display: block;
}

/* 游戏截图 */
.show_game .single_content .screenshots {
	position: relative;
}

.show_game .single_content .screenshots .sliderBox {
	width: auto;
	position: relative;
	margin: 0;
	overflow: hidden;
}

.show_game .single_content .screenshots .sliderBox .slide {
	margin-left: -13px;
}

.show_game .single_content .screenshots .sliderBox .slide li {
	width: 499px;
	padding-left: 13px;
}

.show_game .single_content .screenshots .sliderBox .slide li span {
	display: block;
	overflow: hidden;
	position: relative;
}

.show_game .single_content .screenshots .sliderBox .slide li img {
	width: 100%;
	height: 100%;
}

.show_game .single_content .screenshots .btn {
	width: 24px;
	height: 48px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 24px 0 0 24px;
}

.show_game .single_content .screenshots .btn svg {
	display: none;
}

.show_game .single_content .screenshots .left {
	background: rgba(0, 0, 0, 0.5) url(../images/left.png) no-repeat 2px/contain;
	background-size: 15px;
	border-radius: 0 24px 24px 0;
}

.show_game .single_content .screenshots .right {
	background: rgba(0, 0, 0, 0.5) url(../images/right.png) no-repeat 7px/contain;
	background-size: 15px;
}

/* 资讯列表 */
.list_news {
	padding-bottom: 20px;
}

.list_news_itemBox .itemBox {
	position: relative;
}

.list_news_itemBox .itemBox .item {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #F2F2F2;
	border-radius: 6px;
	padding: 16px 14px;
}

.list_news_itemBox .itemBox .item:nth-child(-n+3)::before {
	content: '';
	display: inline-block;
	width: 59px;
	height: 43px;
	position: absolute;
	left: -3px;
	top: -5px;
	background: url('../images/icon_tj.png') no-repeat center/contain;
	z-index: 11;
}

.list_news_itemBox .itemBox .item:last-child {
	margin-bottom: 0;
}

.list_news_itemBox .itemBox .item .thum {
	position: relative;
	width: 176px;
	height: 112px;
	margin-right: 14px;
}

.list_news_itemBox .itemBox .item .title {
	font-size: 16px;
	color: #333;
}

.list_news_itemBox .itemBox .item .title a {
	color: #333;
}

.list_news_itemBox .itemBox .item .time {
	font-size: 12px;
	color: #999999;
	display: block;
	margin-left: 10px;
	background: url('../images/time.png') no-repeat left/contain;
	padding-left: 22px;
}

.list_news_itemBox .itemBox .item .desc {
	font-size: 12px;
	color: #999;
	line-height: 26px;
	margin-top: 22px;
}

/* 资讯详情 */
.show_news .single_header {
	padding: 28px;
	margin-bottom: 26px;
	border: 1px solid #F2F2F2;
}

.show_news .single_header h1 {
	font-size: 18px;
	color: #222;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.show_news .single_header .single_info {
	text-align: center;
	font-size: 12px;
	color: #999;
	margin: 0 auto;
	width: 70%;
}

.show_news .single_header .single_info>div {
	margin-right: 44px;
}

.show_news .single_header .single_info>div:last-child {
	margin-right: 0;
}

/* 专辑列表 */
.list_collection {
	padding-bottom: 20px;
}

.list_collection_itemBox {
	position: relative;
}

.list_collection_itemBox .itemBox {
	margin-left: -38px;
}

.list_collection_itemBox .itemBox .uk-width-1-2 {
	padding-left: 38px;
}

.list_collection_itemBox .itemBox .uk-width-1-2.uk-grid-margin {
	margin-top: 20px;
}

.list_collection_itemBox .itemBox .item {
	position: relative;
}

.list_collection_itemBox .itemBox .item .top {
	margin-bottom: 12px;
}


.list_collection_itemBox .itemBox .item .top .title {
	font-size: 15px;
	color: #333;
	margin-bottom: 10px;
	font-weight: bold;
}

.list_collection_itemBox .itemBox .item .top .title a {
	color: #333;
}

.list_collection_itemBox .itemBox .item .top .title::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: var(--pm-c);
	margin-right: 6px;
	margin-bottom: 4px;
}

.list_collection_itemBox .itemBox .item .top .type {
	position: relative;
	font-size: 12px;
	color: #999;
	display: block;
}

.list_collection_itemBox .itemBox .item .top .type .tag:nth-child(2)::before,
.list_collection_itemBox .itemBox .item .top .type .tag:nth-child(2)::after {
	content: '|';
	margin: 0 10px;
	line-height: 1;
}

.list_collection_itemBox .itemBox .item .top .down {
	display: inline-block;
	height: 34px;
	line-height: 32px;
	border-radius: 4px;
	background: var(--pm-c) url('../images/icon_jt_.png') no-repeat 70px/contain;
	background-size: 16px 11px;
	color: #fff;
	font-size: 13px;
	padding: 0 28px 0 13px;
}

.list_collection_itemBox .itemBox .item .btm {
	background: linear-gradient(to bottom, #fff 20%, #F8F8F8 100%);
	box-sizing: border-box;
	margin-top: 30px;
	padding-bottom: 22px;
	margin-left: 0;
}

.list_collection_itemBox .itemBox .item .btm .uk-width-auto {
	padding-left: 20px;
}

.list_collection_itemBox .itemBox .item .btm .box .thum {
	width: 54px;
	height: 54px;
	position: relative;
	border-radius: 10px;
	margin: 0 auto 10px;
}

.list_collection_itemBox .itemBox .item .btm .box .title {
	font-size: 12px;
	color: #333;
	text-align: center;
	width: 62px;
}

.list_collection_itemBox .itemBox .item .btm .box .title a {
	color: #333;
}

.list_collection_itemBox .itemBox .item .btm .more {
	display: block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px 0px rgba(192, 192, 192, 0.25);
	border-radius: 30px 30px 30px 30px;
	border: 1px solid #F5F2F2;
	font-size: 13px;
	color: #999999;
	text-align: center;
	margin-right: 12px;
}

/* 专辑详情 */
.show_collection {
	padding-bottom: 20px;
}

.show_collection .single_header {
	position: relative;
	padding: 25px 20px;
	background: url(../images/single_header_album.png) no-repeat top / contain;
}

.show_collection .single_header h1 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	background: url('../images/icon_title.png') no-repeat left/contain;
	background-size: 32px 30px;
	padding-left: 42px;
	margin: 0;
	margin-bottom: 26px;
}

.show_collection .single_header .thum {
	width: 120px;
	height: 120px;
	border-radius: 20px;
	overflow: hidden;
	margin-right: 18px;
}

.show_collection .single_header .single_info .label {
	font-size: 12px;
	color: #888;
}

.show_collection .single_header .single_info .label::after {
	content: '|';
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
	color: #DBDBDB;
}

.show_collection .single_header .single_info .label:last-child::after {
	display: none;
}

.show_collection .single_header .tjBox {
	margin-top: 32px;
}

.show_collection .single_header .tjBox span {
	font-size: 13px;
	color: #888;
	margin-right: 8px;
}

.show_collection .single_header .tjBox .aBox .more {
	position: relative;
	margin-right: 3px;
	font-size: 12px;
	color: #999;
	height: 28px;
	line-height: 26px;
	border-radius: 4px;
	border: 1px solid #FFE5EC;
	padding: 0 12px;
	display: flex;
	align-items: center;
}

.show_collection .single_header .tjBox .aBox .more::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: var(--pm-c);
	border-radius: 10px;
	margin-right: 10px;
}

.show_collection .single_header .tjBox .aBox .more:last-child {
	margin-right: 0;
}

.show_collection .single_header .tjBox .aBox .more a {
	font-size: 12px;
	color: #999;
}

/* 小编推荐 */
.show_collection .single_header .xbtj {
	position: relative;
	padding: 20px;
	margin-left: 20px;
	width: 333px;
	box-sizing: border-box;
	background: url('../images/single_zj_bg.png') no-repeat top/contain;
}

.show_collection .single_header .xbtj .icon {
	width: 60px;
	height: 60px;
	position: relative;
	border-radius: 15px;
	margin-right: 10px;
}

.show_collection .single_header .xbtj .title {
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
}

.show_collection .single_header .xbtj .title a {
	color: #333;
}

.show_collection .single_header .xbtj .tag {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #999;
}

.show_collection .single_header .xbtj .tag::after {
	content: '|';
	margin: 0 12px;
	color: #999;
}

.show_collection .single_header .xbtj .tag:last-child::after {
	display: none;
}

.show_collection .single_header .xbtj .down {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 40px;
}

.show_collection .single_header .xbtj .desc {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}

/* 专辑列表 */
.show_collection_itemBox .itemBox {
	margin-left: -18px;
}

.show_collection_itemBox .itemBox .uk-width-1-3 {
	padding-left: 18px;
}

.show_collection_itemBox .itemBox .uk-width-1-3.uk-grid-margin {
	margin-top: 18px;
}

.show_collection_itemBox .itemBox .item {
	border: 1px solid #F1F1F1;
	border-radius: 4px;
	position: relative;
	padding: 15px 18px;
}

.show_collection_itemBox .itemBox .item .title {
	font-size: 15px;
	color: #222;
}

.show_collection_itemBox .itemBox .item .title a {
	color: #222;
}

.show_collection_itemBox .itemBox .item .order {
	display: block;
	width: 54px;
	height: 18px;
	line-height: 17px;
	padding-left: 9px;
	font-size: 12px;
	color: #fff;
	background: url(../images/zj_n.png) no-repeat right/cover;
	box-sizing: border-box;
	margin-left: 10px;
}

.show_collection_itemBox .itemBox .uk-width-1-3:nth-child(1) .order {
	color: #FFFFFF;
	background: url(../images/zj_1.png) no-repeat right/cover;
}

.show_collection_itemBox .itemBox .uk-width-1-3:nth-child(2) .order {
	color: #FFFFFF;
	background: url(../images/zj_2.png) no-repeat right/cover;
}

.show_collection_itemBox .itemBox .uk-width-1-3:nth-child(3) .order {
	color: #FFFFFF;
	background: url(../images/zj_3.png) no-repeat right/cover;
}

.show_collection_itemBox .itemBox .item .icon {
	width: 92px;
	height: 92px;
	border-radius: 15px;
	position: relative;
	margin-right: 13px;
}

.show_collection_itemBox .itemBox .item .tag {
	font-size: 12px;
	color: #999;
	margin: 10px 0 14px;
}

.show_collection_itemBox .itemBox .item .tag::after {
	content: '|';
	margin: 0 6px;
	color: #999;
}

.show_collection_itemBox .itemBox .item .tag:last-child::after {
	display: none;
}

.show_collection_itemBox .itemBox .item .down {
	display: block;
	position: relative;
	width: 83px;
	height: 28px;
	line-height: 28px;
	background: #FFF3F7;
	border-radius: 2px;
	text-align: center;
	font-size: 13px;
	color: var(--pm-c);
}

/* 礼包列表 */
.list_gift {
	padding-bottom: 20px;
}

.list_gift_itemBox .itemBox .item {
	padding: 15px 20px;
	border: 1px solid #F1F1F1;
	border-radius: 4px;
	margin-bottom: 19px;
}

.list_gift_itemBox .itemBox .item .icon {
	width: 92px;
	height: 92px;
	border-radius: 15px;
	position: relative;
	margin-right: 14px;
}

.list_gift_itemBox .itemBox .item .title {
	font-size: 15px;
	color: #222;
	margin-bottom: 12px;
}

.list_gift_itemBox .itemBox .item .title a {
	color: #222;
}

.list_gift_itemBox .itemBox .item .progress {
	width: 175px;
	height: 3px;
	background: #F8F8F8;
	border-radius: 20px;
	margin-right: 6px;
}

.list_gift_itemBox .itemBox .item .progress::-webkit-progress-bar {
	background: #F8F8F8;
	border-radius: 20px;
}

.list_gift_itemBox .itemBox .item .progress::-webkit-progress-value {
	border-radius: 20px;
	background-color: var(--pm-c);
}

.list_gift_itemBox .itemBox .item .num span {
	font-size: 12px;
	color: #999;
}

.list_gift_itemBox .itemBox .item .desc {
	font-size: 12px;
	color: #999;
	position: relative;
	margin-top: 14px;
}

.list_gift_itemBox .itemBox .item .get {
	display: block;
	width: 83px;
	height: 28px;
	border-radius: 2px;
	line-height: 28px;
	text-align: center;
	font-size: 13px;
	color: var(--pm-c);
	background: #FFF3F7;
	margin-left: 10px;
}

/* 礼包详情 */
.show_gift {
	padding-bottom: 20px;
}

.show_gift .single_header .single_score {
	background: url(../images/icon_lb.png) no-repeat top center / cover;
	background-size: 115px 109px;
}

.show_gift .single_header .single_info .single_tag>div div {
	width: 180px;
	box-sizing: border-box;
}

.show_gift .single_header .single_score p {
	padding-left: 18px;
	margin-top: 6px;
}

/* 排行榜列表 */
.list_rank {
	padding-bottom: 20px;
}

.list_rank .rank_warp {
	background-repeat: no-repeat;
	background-size: 100% 320px;
	background-image: url(../images/rank_bg.png);
	padding-top: 340px;
}

.list_rank .list_game_nav ul li {
	width: 160px;
}

.list_rank_itemBox .itemBox .item {
	position: relative;
	margin-bottom: 13px;
	padding: 15px 20px;
	border: 1px solid #F1F1F1;
	border-radius: 4px;
}

.list_rank_itemBox .itemBox .item:last-child {
	margin-bottom: 0;
}

.list_rank_itemBox .itemBox .item .icon {
	width: 92px;
	height: 92px;
	border-radius: 15px;
	position: relative;
	margin-right: 13px;
}

.list_rank_itemBox .itemBox .item .title {
	font-size: 15px;
	color: #222;
	margin-bottom: 14px;
}

.list_rank_itemBox .itemBox .item .title a {
	color: #222;
}

.list_rank_itemBox .itemBox .item::before {
	content: '';
	display: inline-block;
	width: 59px;
	height: 43px;
	background: url('../images/rank_n.png') no-repeat center/contain;
	position: absolute;
	left: 0;
	top: -1px;
	z-index: 111;
}

.list_rank_itemBox .itemBox .item:nth-child(1):before {
	background: url('../images/rank_1.png') no-repeat center/cover;
	left: -2px;
	top: -3px;
}

.list_rank_itemBox .itemBox .item:nth-child(2):before {
	background: url('../images/rank_2.png') no-repeat center/cover;
	left: -2px;
	top: -3px;
}

.list_rank_itemBox .itemBox .item:nth-child(3):before {
	background: url('../images/rank_3.png') no-repeat center/cover;
	left: -2px;
	top: -3px;
}

.list_rank_itemBox .itemBox .item .order {
	display: block;
	width: 30px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	transform: rotate(-50deg);
	position: absolute;
	left: 0;
	top: 3px;
	z-index: 111;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.list_rank_itemBox .itemBox .item:nth-child(-n+3) .order {
	display: none;
}

.list_rank_itemBox .itemBox .item .tagBox {
	font-size: 12px;
	color: #999;
	margin-bottom: 16px;
}

.list_rank_itemBox .itemBox .item .tagBox .tag {
	display: flex;
	align-items: center;
	margin-right: 28px;
}

.list_rank_itemBox .itemBox .item .tagBox .tag::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: var(--pm-c);
	border-radius: 10px;
	margin-right: 10px;
}

.list_rank_itemBox .itemBox .item .text {
	font-size: 12px;
	color: #999;
}

.list_rank_itemBox .itemBox .item .down {
	display: block;
	margin-left: 20px;
	width: 83px;
	height: 28px;
	line-height: 28px;
	border-radius: 2px;
	text-align: center;
	position: relative;
	background: #FFF3F7;
	font-size: 13px;
	color: var(--pm-c);
}

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

/* 排行榜大全 */
.list_rank_news {
	padding-bottom: 20px;
}

.list_rank_news_itemBox .itemBox {
	margin-left: -22px;
}

.list_rank_news_itemBox .itemBox .uk-width-1-3 {
	padding-left: 22px;
}

.list_rank_news_itemBox .itemBox .uk-width-1-3.uk-grid-margin {
	margin-top: 32px;
}

.list_rank_news_itemBox .itemBox .uk-width-1-3 .item {}

.list_rank_news_itemBox .itemBox .item .topTitleBox {
	text-align: center;
	height: 60px;
	background: url('../images/rank_title_bg1.png') no-repeat center/contain;
	background-size: 317px 60px;
}

.list_rank_news_itemBox .itemBox .uk-width-1-3:nth-child(6n+2) .item .topTitleBox {
	background: url('../images/rank_title_bg2.png') no-repeat center/contain;
	background-size: 317px 60px;
}

.list_rank_news_itemBox .itemBox .uk-width-1-3:nth-child(6n+3) .item .topTitleBox {
	background: url('../images/rank_title_bg3.png') no-repeat center/contain;
	background-size: 317px 60px;
}

.list_rank_news_itemBox .itemBox .uk-width-1-3:nth-child(6n+4) .item .topTitleBox {
	background: url('../images/rank_title_bg4.png') no-repeat center/contain;
	background-size: 317px 60px;
}

.list_rank_news_itemBox .itemBox .uk-width-1-3:nth-child(6n+5) .item .topTitleBox {
	background: url('../images/rank_title_bg5.png') no-repeat center/contain;
	background-size: 317px 60px;
}

.list_rank_news_itemBox .itemBox .uk-width-1-3:nth-child(6n+6) .item .topTitleBox {
	background: url('../images/rank_title_bg6.png') no-repeat center/contain;
	background-size: 317px 60px;
}

.list_rank_news_itemBox .itemBox .topTitle {
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 38px;
}

.list_rank_news_itemBox .itemBox .topTitle a {
	color: #fff;
	display: block;
	max-width: 200px;
	margin: 0 auto;
}

.list_rank_news_itemBox .itemBox .time {
	display: inline-block;
	font-size: 11px;
	color: #999;
	margin-top: 10px;
}

.list_rank_news_itemBox .itemBox .item_name {
	margin-top: 24px;
	height: 36px;
	line-height: 36px;
	background: #F8F8F8;
	padding: 0 0 0 11px;
	font-size: 12px;
	color: #999;
}

.list_rank_news_itemBox .itemBox .item_name .name {
	padding-left: 18px;
}

.list_rank_news_itemBox .itemBox .item_name .type {
	display: inline-block;
	width: 80px;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
}

.list_rank_news_itemBox .itemBox {
	margin-top: 25px;
}

.list_rank_news_itemBox .itemBox .item {
	margin-bottom: 15px;
}

.list_rank_news_itemBox .itemBox .item:last-child {
	margin-bottom: 0;
}

.list_rank_news_itemBox .itemBox .list {
	margin-bottom: 10px;
}

.list_rank_news_itemBox .itemBox .list:last-child {
	padding-bottom: 0px;
}

.list_rank_news_itemBox .itemBox .item .list .order {
	margin-right: 16px;
	width: 36px;
	height: 24px;
	line-height: 24px;
	background: #F8F8F8;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	margin-bottom: 9px;
}

.list_rank_news_itemBox .itemBox .list:last-child .order {
	margin-bottom: 0px;
}

.list_rank_news_itemBox .itemBox .list .thum {
	width: 24px;
	height: 24px;
	position: relative;
	border-radius: 4px;
	margin-right: 10px;
}

.list_rank_news_itemBox .itemBox .list .info {
	border-bottom: 1px dashed #E5E5E5;
	padding-bottom: 9px;
}

.list_rank_news_itemBox .itemBox .list:last-child .info {
	border-bottom: none;
	padding-bottom: 0;
}

.list_rank_news_itemBox .itemBox .list .title {
	font-size: 14px;
	color: #333;
	max-width: 138px;
}

.list_rank_news_itemBox .itemBox .list .title a {
	color: #333;
}

.list_rank_news_itemBox .itemBox .list .tag {
	display: inline-block;
	font-size: 12px;
	color: #999;
	width: 80px;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}

.list_rank_news_itemBox .itemBox .more {
	display: block;
	height: 36px;
	line-height: 36px;
	background: #F8F8F8;
	text-align: center;
	font-size: 12px;
	color: #999;
	margin: 12px auto 0;
}

/* 排行榜详情 */
.show_rank {
	padding-bottom: 20px;
}

.show_rank .rank_warp {
	background-image: url(../images/rank_detail_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 320px;
	padding-top: 90px;
}

.show_rank .titleBox {
	padding-left: 28px;
	margin-bottom: 155px;
}

.show_rank .titleBox .title {
	font-weight: bold;
	font-size: 30px;
	color: #000000;
}

.show_rank .titleBox .time {
	font-size: 14px;
	color: #999;
	width: 187px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	border: 1px solid #DFDFDF;
	text-align: center;
	margin-top: 30px;
}

.show_rank .show_rank_content {
	margin-top: 16px;
}

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

/* 热门攻略 */
.side_hot_gl .game_zx_item .thum {
	width: 100%;
	height: 196px;
	overflow: hidden;
}

.side_hot_gl .list .time {
	background: none;
	padding-left: 0;
}

/*  手游排行榜 */
.side_game_rank {}

/* 更多游戏 */
.single_xg_game .itemBox {
	margin-left: -43px;
}

.single_xg_game .itemBox .uk-width-1-3 {
	padding-left: 43px;
}

.single_xg_game .itemBox .uk-width-1-3.uk-grid-margin {
	margin-top: 30px;
}

/* 推荐游戏 */
.single_tj_game .item {
	width: 105px;
}

.single_tj_game .item .icon {
	width: 70px;
	height: 70px;
	border-radius: 15px;
	overflow: hidden;
}

.single_tj_game .item .title {
	font-size: 14px;
	color: #666;
	margin-top: 16px;
}

.single_tj_game .item .title a {
	color: #666;
}

/* 热门排行 */
.side_more_rank ul li {
	margin-bottom: 18px;
}

.side_more_rank ul li:last-child {
	margin-bottom: 0;
}

.side_more_rank ul li .tag {
	width: 20px;
	height: 20px;
	background: url('../images/icon_rank_dot.png') no-repeat center/contain;
}

.side_more_rank ul li .info {
	margin-left: 10px;
}

.side_more_rank ul li .title {
	font-size: 14px;
	color: #333;
}

.side_more_rank ul li .title a {
	color: #333;
}

.side_more_rank ul li .down {
	font-size: 12px;
	color: #999;
	display: block;
	margin-left: 10px;
}

.side_more_rank ul li .rank_game_list {
	display: none;
	margin-top: 16px;
}

.side_more_rank ul li .icon {
	width: 43px;
	height: 43px;
	border-radius: 6px;
	overflow: hidden;
}

.side_more_rank ul li.active .rank_game_list {
	display: flex;
}

.side_more_rank ul li .more {
	display: inline-block;
	width: 43px;
	height: 43px;
	line-height: 43px;
	background: #FFF3F7;
	border-radius: 6px;
	font-size: 12px;
	color: var(--pm-c);
	text-align: center;
}

/* 单页 */
.page {
	padding-bottom: 30px;
}

.page .page_nav {
	padding: 20px 20px 16px;
	background: #F8F8F8;
	width: 276px;
	box-sizing: border-box;
}

.page .page_nav ul li {
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	color: #666;
	border-bottom: 1px dashed #E5E5E5;
	padding-bottom: 16px;
	background: url('../images/icon_right.png') no-repeat center right/contain;
	background-size: 18px;
	background-position-y: top;
	box-sizing: border-box;
	margin-left: 20px;
	padding-left: 0;
}

.page .page_nav ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.page .page_nav ul li.active {
	background: url('../images/icon_down.png') no-repeat center right/contain;
	background-size: 18px;
	background-position-y: top;
}

.page .page_nav ul li a::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background: #D9D9D9;
	margin-right: 10px;
}

.page .page_nav ul li.active a::before {
	background: var(--pm-c);
}

.page .page_nav ul li a {
	color: #666;
	display: flex;
	align-items: center;
}

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

.page .page_content {
	margin-left: 50px;
	flex: 1;
	overflow: hidden;
}

.page .page_content p {
	text-indent: 2em;
	font-size: 14px;
	color: #666;
	line-height: 36px;
}

/* 网站地图 */
.page .page_content h2,
.page .page_content h3 {
	width: 143px;
	height: 30px;
	line-height: 30px;
	background: url('../images/page_list_bg.png') no-repeat center/contain;
	margin: 10px 0 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.page .page_content .content .page_list {
	flex-wrap: wrap;
}

.page .page_content .content .page_list .box a {
	display: block;
	position: relative;
	font-size: 14px;
	color: #666;
	margin-right: 12px;
	margin-bottom: 20px;
	min-width: 107px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #F1F1F1;
	text-align: center;
}

.page .page_content .content .page_list .box a:hover {
	color: var(--pm-c);
	border-color: var(--pm-c);
}

/* 搜索结果 */
.page_search {
	padding-bottom: 20px;
}

.search_content .topTitle {
	font-size: 15px;
	color: #666;
	margin-bottom: 24px;
}

/* 开服表 */
.kaifu {}

.kaifu .public_title p {
	font-size: 12px;
	color: #999;
}

.kaifu .titleBox span {
	color: #999;
}

.kaifu .kaifuBox {
	margin-bottom: 20px !important
}

.kaifu .titleBox {
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: 20px;
	font-weight: bold;
	background: #F8F8F8;
}

.kaifu .name {
	font-size: 14px;
	text-align-last: left;
	width: 18%;
	margin-left: 20px;
}

.kaifu .type {
	width: 14%;
}

.kaifu .system img,
.kaifu .type img {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-top: -4px;
	margin-left: 4px;
	cursor: pointer;
}

.kaifu .system span,
.kaifu .type span {
	width: 20px;
	height: 16px;
	display: inline-block;
	background: url('../images/kf_down_seclet.png') no-repeat center/cover;
	vertical-align: text-bottom;
	cursor: pointer;
	margin-left: 5px;
	line-height: 1;
}

.kaifu .startTime span {
	display: inline-block;
	font-size: 14px;
	color: #FF4B0E;
}

.kaifu .new {
	width: 12%;
}

.kaifu .system {
	width: 12%;
}

.kaifu .platform {
	width: 12%;
}

.kaifu .down {
	display: block;
	width: 10%;
}

.kaifu .get {
	display: block;
	width: 10%;
}

.kaifu .itemBox {
	font-size: 14px;
	color: #666;
}

.kaifu .titleBox .selectBox {
	width: 120px;
	background-color: #fff;
	top: 20px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	left: -86px;
	border-radius: 12px;
	padding: 5px;
}

.kaifu .titleBox .selectBox li {
	width: 100%;
}

.kaifu .titleBox .selectBox li a:hover {
	background: rgba(131, 109, 239, 0.1);
	color: var(--pm-c);
}

.kaifu .titleBox .selectBox li a {
	display: block;
	width: 105px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #999;
	font-weight: 400;
}

.kaifu .itemBox .item {
	border-top: none;
	color: #999;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border: 1px solid #F1F1F1;
	border-top: 0;
}

.kaifu .itemBox .item .name .thum {
	width: 40px;
	height: 40px;
	position: relative;
	margin-right: 10px;
	border-radius: 12px;
}

.kaifu .itemBox .item .name .title {
	display: block;
	font-size: 14px;
	color: #666;
}

.kaifu .itemBox .item .btn a {
	display: block;
	box-sizing: border-box;
	width: 91px;
	height: 26px;
	border-radius: 20px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: var(--pm-c);
	margin: 0 auto;
}

.kaifu .itemBox .item .down a {
	background: var(--pm-c);
}

.kaifu .itemBox .item .get a {
	background: #40C6EF;
}

.kaifu .itemBox .item .get span {
	font-size: 12px;
	color: #999;
}

.kaifu .itemBox .item .system span {
	margin-right: 4px;
}

.kaifu .itemBox .item .system span:last-child {
	margin-right: 0;
}

.kaifu .itemBox .item .system span {
	font-size: 14px;
	color: #666;
}

.kaifu .itemBox .item .system .az {
	/* display: block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/az.png); */
}

.kaifu .itemBox .item .system .pg {
	/* display: block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/pg.png); */
}

.kaifu .itemBox .item .system .nodata {
	color: #999;
}

/* 错误页面 404 500 */
.err {
	padding-bottom: 20px;
}

.err_content {}

.err_content .thum {
	width: 240px;
	margin: 100px auto 40px;
}

.err_content .txtBox {
	text-align: center;
	padding-bottom: 100px;
}

.err_content .txtBox .title {
	text-align: center;
	font-size: 13px;
	color: #666;
	margin-bottom: 29px;
	line-height: 2;
}

.err_content .txtBox .goHome {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eee;
	font-size: 12px;
	color: #666;
	padding: 0 22px;
}