/*隐藏类*/
.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: #F7F7F7;
	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: #8674D3;
}

.bgc-fff {
	padding: 20px !important;
	background-color: #fff;
	margin-bottom: 20px;
}

.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;
}

/* 平台 */
.platform i {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
	border-radius: 3px;
}

.platform .az_ {
	background-image: url(../images/rank_az_.png);
	margin-right: 7px;
	background-color: #DBDBDB;
}

.platform .az {
	background-image: url(../images/rank_az_.png);
	margin-right: 7px;
	background-color: #89BE55;
}

.platform .ios_ {
	background-image: url(../images/rank_ios_.png);
	background-color: #DBDBDB;
}

.platform .ios {
	background-image: url(../images/rank_ios_.png);
	background-color: var(--pm-c);
}


/* 分页多次使用 */
.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;
}

.public_title .title {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

.public_title .title::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background: url('../images/title_before.png') no-repeat center/contain;
}

.public_title .title::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 8px;
	background: url('../images/title_after.png') no-repeat center/contain;
}

.public_title .more {
	position: relative;
	font-size: 12px;
	color: var(--pm-c);
}

/* 当前位置 */
.crumbs {
	position: relative;
	font-size: 12px;
	color: #999;
	margin: 20px 0;
}

.crumbs a {
	font-size: 12px;
	color: #999;
}

.crumbs a::before {
	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: url('../images/header.png') no-repeat center/contain;
	height: 150px;
}

.header .logo {
	display: block;
	overflow: hidden;
	width: 158px;
	position: relative;
	padding: 33px 0 32px;
}

.header .navBar {
	height: 44px;
	line-height: 44px;
}

.header .navBar .aBox {
	letter-spacing: 0;
	padding-left: 25px;
}

.header .navBar .aBox li {
	display: block;
	text-align: center;
	width: 160px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #666;
	position: relative;
	z-index: 999;
	margin-left: -30px;
	background: url('../images/nav.png') no-repeat center/contain;
}

.header .navBar .aBox li a {
	color: #666;
	position: relative;
}

.header .navBar .aBox li.active,
.header .navBar .aBox li:hover {
	background: url('../images/nav_.png') no-repeat center/contain;
}

.header .navBar .aBox li:hover a,
.header .navBar .aBox li.active a {
	color: #fff;
}

.searchBox {
	position: relative;
}

.searchBox .search_ipt {
	display: block;
	padding-left: 12px;
	padding-right: 50px;
	width: 290px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 6px;
}

.searchBox .search_ipt::placeholder {
	font-size: 14px;
	color: #fff;
}

.searchBox .search_btn {
	cursor: pointer;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: url('../images/search.png') no-repeat center/contain;
}

/* 今日推荐 */
.index_recom_list {
	margin-bottom: 20px;
}

.index_recom_list .name {
	background: url('../images/title_tj.png') no-repeat center/contain;
	width: 194px;
	height: 34px;
	margin-right: 20px;
}

.index_recom_list .info {
	text-align: right;
}

.index_recom_list ul {
	justify-content: flex-end;
}

.index_recom_list ul li a {
	display: inline-block;
	font-size: 14px;
	color: var(--pm-c);
	height: 34px;
	line-height: 34px;
	padding: 0 12px;
	background: rgba(134, 116, 211, 0.1);
	border-radius: 99px;
	margin-left: 15px;
}

.index_recom_list ul li a::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	vertical-align: text-bottom;
	background: url('../images/jt_.png') no-repeat center/contain;
}

.index_recom_list ul li a:hover {
	background: var(--pm-c);
	color: #fff;
}

.index_recom_list ul li a:hover::after {
	background: url('../images/jt.png') no-repeat center/contain;
}

.index_recom_item {
	justify-content: space-between;
}

.index_recom_item .item {
	text-align: center;
	width: 10%;
}

.index_recom_item .icon {
	width: 80px;
	height: 80px;
	border-radius: 20px;
	margin: 0 auto;
	overflow: hidden;
}

.index_recom_item .title {
	margin-top: 12px;
	text-align: center;
}

.index_recom_item .title a {
	font-size: 14px;
	color: #333;
}

.index_game_list .itemBox {
	width: 100%;
	border-top: 1px solid #F2F2F2;
	padding-top: 16px;
	margin-top: 16px;
}

.index_game_list .itemBox .item {
	margin-bottom: 16px;
}

.index_game_list .itemBox .item:last-child {
	margin-bottom: 0;
}

.index_game_list .itemBox .item .title {
	width: 64px;
	height: 28px;
	line-height: 28px;
	background: url('../images/game_bg.png') no-repeat center/contain;
	position: relative;
	font-size: 14px;
	color: #fff;
	margin-right: 18px;
	text-align: center;
}

.index_game_list .itemBox .item .title:hover {
	color: #fff !important;
}

.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: 14px;
	color: #333;
}

.index_game_list .itemBox .item ul li a:hover {
	color: var(--pm-c);
}

.index_game_list .itemBox .item ul li a::before {
	content: "|";
	color: #333;
	margin: 0 10px;
}

.index_game_list .itemBox .item ul li:first-child a::before {
	display: none;
}

.index_game_news .index_type {}

.index_type a {
	display: block;
	height: 80px;
	background: url('../images/syalbum.png') no-repeat center/contain;
}

.index_type .uk-width-1-2:nth-child(2) a {
	background: url('../images/hotzx_bg.png') no-repeat center/contain;
}

.index_type .uk-width-1-2:nth-child(3) a {
	background: url('../images/tjgame_bg.png') no-repeat center/contain;
}

.index_type .uk-width-1-2:nth-child(4) a {
	background: url('../images/sygl_bg.png') no-repeat center/contain;
}

/* 首页轮播图 */
.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: 220px;
}

.index_game_news .sliderBox .sliderItem li .title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 15px;
	padding: 0 78px 0 15px;
	display: block;
	text-align: left;
	box-sizing: border-box;
}

.index_game_news .sliderBox .sliderItem li .title a {
	color: #fff;
}

.index_game_news .sliderBox .dotnav {
	position: absolute;
	z-index: 333;
	bottom: 14px;
	right: 16px;
	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: var(--pm-c);
}

.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_zx_recom .item {
	position: relative;
	margin-top: 22px;
}

.index_zx_recom .item .thum {
	width: 120px;
	height: 74px;
	overflow: hidden;
	margin-left: 15px;
}

.index_zx_recom .item .title {
	font-size: 14px;
	color: #333;
}

.index_zx_recom .item .title a {
	color: #333;
}

.index_zx_recom .item .desc {
	font-size: 12px;
	color: #999;
	margin-top: 12px;
}

.index_zx_recom .item .title::before {
	content: '推荐';
	display: inline-block;
	width: 47px;
	height: 22px;
	line-height: 22px;
	background: var(--pm-c) url('../images/icon_tj.png') no-repeat 4px/contain;
	background-size: 12px;
	border-radius: 4px;
	padding-left: 18px;
	box-sizing: border-box;
	font-size: 12px;
	color: #fff;
	margin-right: 8px;
}

.index_zx_recom .item .time {
	font-size: 12px;
	color: #999;
}

.index_zx_recom .item .hits {
	font-size: 12px;
	color: #999;
	background: url('../images/icon_hits.png') no-repeat left center;
	background-size: 14px;
	margin-left: 15px;
	padding-left: 20px;
}

.index_zx_recom .list li::before {
	display: none;
}

.index_zx_recom .list li {
	padding-left: 0;
}

.index_zx_recom .list li .tag {
	display: block;
	margin-right: 10px;
	color: var(--pm-c);
	font-size: 12px;
}

.index_latest .latest_top>.title {
	font-size: 18px;
	color: var(--pm-c);
	font-weight: bold;
	text-align: center;
}

.index_latest .latest_top>.title a {
	color: var(--pm-c);
}

.index_latest .latest_top .list .title {
	font-size: 12px;
	color: #999999;
	margin-top: 14px;
	width: 49%;
	text-align: center;
}

.index_latest .latest_top .list .title a {
	color: #999999;
}

.index_latest ul.list {
	border-top: 1px dashed #E3E3E3;
	margin-top: 20px;
	padding-top: 20px;
	position: relative;
}

.index_latest ul::before {
	content: '';
	position: absolute;
	left: 12px;
	top: 16px;
	width: 1px;
	height: 100%;
	background-color: #EAEAEA;
}

.index_latest ul li {
	padding-left: 40px;
}

.index_latest ul li::before {
	width: 8px;
	height: 8px;
	background: #fff;
	border: 2px solid #D1D1D1;
	left: 9px;
}

.index_latest ul li:nth-child(1)::before {
	content: '新';
	width: 26px;
	height: 26px;
	line-height: 26px;
	background: url('../images/new_bg.png') no-repeat center/contain;
	color: #359AFF;
	font-size: 14px;
	text-align: center;
	margin-right: 20px;
	z-index: 1111;
	border: none;
	left: 0px;
}

.index_latest ul li:nth-child(7)::before {
	content: '热';
	width: 26px;
	height: 26px;
	line-height: 26px;
	background: url('../images/hot_bg.png') no-repeat center/contain;
	color: #EE5E5E;
	font-size: 14px;
	text-align: center;
	margin-right: 20px;
	z-index: 1111;
	border: none;
	left: 0px;
}

.index_latest ul li:nth-child(13)::before {
	content: '荐';
	width: 26px;
	height: 26px;
	line-height: 26px;
	background: url('../images/recom_bg.png') no-repeat center/contain;
	color: #609C32;
	font-size: 14px;
	text-align: center;
	margin-right: 20px;
	z-index: 1111;
	border: none;
	left: 0px;
}

.index_latest ul li .tag {
	color: #999999;
	font-size: 14px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #ccc;
	height: 12px;
	line-height: 12px;
}

/* 手游推荐 */
.game_recom {
	margin-bottom: 20px;
}

.game_recom .item {
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #E8E6F6 100%);
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
}

.game_recom .item:nth-child(2) {
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF4DF 100%);
}

.game_recom .item .icon {
	width: 80px;
	height: 80px;
	border-radius: 20px;
	overflow: hidden;
	margin-left: 10px;
}

.game_recom .item .title {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	max-width: 150px;
}

.game_recom .item .title a {
	color: #333;
}

.game_recom .item .hot {
	width: 38px;
	height: 20px;
	background: url('../images/icon_hot.png') no-repeat center/contain;
	margin-left: 10px;
}

.game_recom .item .desc {
	font-size: 12px;
	color: #999;
	margin-top: 8px;
}

.game_recom .item .more {
	display: inline-block;
	width: 77px;
	height: 28px;
	line-height: 28px;
	background: url('../images/look_1.png') no-repeat center/contain;
	font-size: 14px;
	color: #333;
	padding-left: 14px;
	box-sizing: border-box;
	margin-top: 10px;
}

.game_recom .item:nth-child(2) .more {
	background: url('../images/look_2.png') no-repeat center/contain;
}

.game_recom .item .more::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../images/icon_jt.png') no-repeat center/contain;
	margin-left: 13px;
	vertical-align: text-bottom;
}

/* 手游榜单 */
.game_rank .item {
	margin-top: 16px;
}

.game_rank .item .icon {
	width: 82px;
	height: 80px;
	position: relative;
}

.game_rank .item .icon::before {
	content: "";
	display: inline-block;
	width: 82px;
	height: 80px;
	background: url('../images/rank_1.png') no-repeat center/contain;
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 11;
}

.game_rank .item:nth-child(3) .icon::before {
	background: url('../images/rank_2.png') no-repeat center/contain;
}

.game_rank .item:nth-child(4) .icon::before {
	background: url('../images/rank_3.png') no-repeat center/contain;
}

.game_rank .item .icon img {
	width: 66px !important;
	height: 66px !important;
	border-radius: 50%;
	margin-left: -5px;
}

.game_rank .item .info {
	margin-left: 15px;
}

.game_rank .item .title {
	font-size: 14px;
	color: #333;
}

.game_rank .item .title a {
	color: #333;
}

.game_rank .item .type {
	font-size: 12px;
	color: #999;
	margin-top: 14px;
}

.game_rank .item .down {
	width: 68px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 99px;
	border: 1px solid var(--pm-c);
	font-size: 14px;
	color: var(--pm-c);
	margin-left: 10px;
}

.game_rank .item .down:hover {
	background: var(--pm-c);
	color: #fff;
}

.game_rank .item .size {
	font-size: 12px;
	color: #999;
}

.game_rank .item .order {
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #999;
	text-align: center;
	background: url('../images/rank_n.png') no-repeat center/contain;
}

.game_rank .item:nth-child(-n+4) .order {
	display: none;
}

.game_rank .item:nth-child(-n+4) .size {
	display: none;
}

.game_rank .item:nth-child(n+5) .icon {
	display: none;
}

.game_rank .item:nth-child(n+5) .type {
	display: none;
}

.game_rank .item:nth-child(n+5) .down {
	display: none;
}

/* 热门视频 */
.index_video {
	background: url('../images/video_bg.png') no-repeat center/contain;
	height: 590px;
	margin-top: -65px;
	padding-top: 80px;
	box-sizing: border-box;
	position: relative;
	z-index: 111;
}

.index_video_box {
	position: relative;
}

.index_video .item {
	position: relative;
}

.index_video .item:nth-child(1) {
	margin-bottom: 15px;
}

.index_video .item .thum {
	width: 266px;
	height: 120px;
	overflow: hidden;
}

.index_video .item .info {
	width: 226px;
	height: 70px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	top: -28px;
	text-align: center;
	padding: 6px 15px;
	box-sizing: border-box;
}

.index_video .item .time {
	font-size: 12px;
	color: var(--pm-c);

}

.index_video .item .time::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: text-bottom;
	margin-right: 6px;
	background: url('../images/time_.png') no-repeat left/contain;
}

.index_video .item .title {
	font-size: 14px;
	color: #333333;
	margin-top: 6px;
}

.index_video .item .title a {
	color: #333333;
}

.index_video .item .down {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	background: var(--pm-c) url('../images/icon_video.png') no-repeat center/contain;
	background-size: 10px;
	border-radius: 26px;
	margin: 8px auto 0px;
}

.index_video .btn {
	width: 38px;
	height: 26px;
	border-radius: 6px;
	border: 1px solid var(--pm-c);
	margin: 0;
	position: absolute;
	top: 0px;
	background: url('../images/left.png') no-repeat center/contain;
	background-size: 16px;
}

.index_video .btn svg {
	width: 9px;
	display: none;
}

.index_video .prev {
	right: 50px;
}

.index_video .prev:hover {
	background: var(--pm-c) url('../images/left_.png') no-repeat center/contain;
	background-size: 16px;
}

.index_video .next {
	right: 0;
	background: url('../images/right.png') no-repeat center/contain;
	background-size: 16px;
}

.index_video .next:hover {
	background: var(--pm-c) url('../images/right_.png') no-repeat center/contain;
	background-size: 16px;
}

/* 手游下载 */
.index_game {
	margin-top: -50px;
}

.index_game .game_lists {
	margin-top: 0;
	flex: 1;
	overflow: hidden;
	margin-left: 10px;
}

.index_game .game_lists .item {
	background: #F7F7F7;
	border-radius: 16px;
	padding: 20px;
	border: 6px solid #fff;
	margin-left: 20px;
	width: 150px;
	box-sizing: border-box;
}

.index_game .game_lists .item:hover {
	border: 6px solid rgba(134, 116, 211, 0.3);
}

.index_game .game_lists .icon {
	width: 100px;
	height: 100px;
	border-radius: 25px;
	overflow: hidden;
	margin: 0 auto 10px;
}

.index_game .game_lists .item .title {
	font-size: 15px;
	color: #333;
	text-align: center;
}

.index_game .game_lists .item .title a {
	color: #333;
}

.index_game .game_lists .item .type {
	display: block;
	font-size: 12px;
	color: #999;
	margin: 6px auto 0;
	text-align: center;
}

/* 游戏分类 */
.index_game .game_channel {
	position: relative;
}

.index_game .game_channel {
	border-left: 1px dashed #EAEAEA;
	margin-left: 20px;
	margin-top: 10px;
}

.index_game .game_channel .title {
	width: 126px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 22px;
	margin-left: -18px;
}

.index_game .game_channel .title:last-child {
	margin-bottom: 2px;
}

.index_game .game_channel .title::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 2px solid #D1D1D1;
	margin-top: -2px;
	margin-left: -6px;
	margin-right: 5px;
}

.index_game .game_channel .title a {
	font-size: 14px;
	color: #8C8C8C;
}

.index_game .game_channel .title.active,
.index_game .game_channel .title:hover {
	padding-left: 10px;
	background: url('../images/game_type_bg.png') no-repeat center/contain;
}

.index_game .game_channel .title.active::before,
.index_game .game_channel .title:hover::before {
	display: none;
}

.index_game .game_channel .title.active a,
.index_game .game_channel .title:hover a {
	color: #fff;
}

/* 应用软件 */
.index_soft {
	margin-top: 0;
}

.index_game_zx {}

/* 最新资讯 */
.index_new_zx {}

.index_new_zx .game_xz_item .thum {
	width: 390px;
	height: 210px;
}

.index_new_zx .game_xz_item .time {
	display: block;
	width: 95px;
	height: 20px;
	line-height: 20px;
	background: linear-gradient(90deg, rgba(134, 116, 211, 0.18) 0%, rgba(134, 116, 211, 0) 100%);
	border-radius: 99px 99px 99px 99px;
	font-size: 12px;
	color: var(--pm-c);
	margin-top: 12px;
	padding-left: 5px;
}

.index_new_zx .game_xz_item .time::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: text-bottom;
	margin-right: 6px;
	background: url('../images/time_.png') no-repeat left/contain;
}

.index_new_zx .game_xz_item .title {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	margin-top: 12px;
}

.index_new_zx .game_xz_item .title a {
	color: #333333;
}

.index_new_zx .game_xz_item .desc {
	font-size: 12px;
	color: #999999;
	line-height: 26px;
	margin-top: 12px;
}

.index_new_zx .game_xz_list .item {
	margin-bottom: 30px;
}

.index_new_zx .game_xz_list .item:last-child {
	margin-bottom: 0px;
}

.index_new_zx .game_xz_list .thum {
	width: 120px;
	height: 74px;
	margin-left: 12px;
}

.index_new_zx .game_xz_list .time {
	display: block;
	width: 95px;
	height: 20px;
	line-height: 20px;
	background: linear-gradient(90deg, rgba(134, 116, 211, 0.18) 0%, rgba(134, 116, 211, 0) 100%);
	border-radius: 99px 99px 99px 99px;
	font-size: 12px;
	color: var(--pm-c);
	padding-left: 5px;
}

.index_new_zx .game_xz_list .time::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: text-bottom;
	margin-right: 6px;
	background: url('../images/time_.png') no-repeat left/contain;
}

.index_new_zx .game_xz_list .title {
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
}

.index_new_zx .game_xz_list .title a {
	color: #333333;
}

.index_new_zx .game_xz_list .desc {
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
}

/* 热门攻略 */
.index_hot_gl {}

.index_hot_gl .item {}

.index_hot_gl .item .thum {
	width: 180px;
	height: 90px;
}

.index_hot_gl .uk-width-1-2 {
	position: relative;
	margin-left: 1px;
	width: 49.5%;
}

.index_hot_gl .uk-width-1-2::before {
	content: 'Hot';
	display: inline-block;
	width: 40px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 4px;
	left: 11px;
	z-index: 11;
	background: url('../images/gl_hot_bg.png') no-repeat center/contain;
}

.index_hot_gl .item .title {
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-top: 12px;
}

.index_hot_gl .item .title a {
	color: #333333;
}

.index_hot_gl ul {
	border-top: 1px dashed #E6E6E6;
	padding-top: 14px;
	margin-top: 14px;
}

/* 精选攻略 */
.index_jx_gl ul li {
	padding-left: 0;
	margin-bottom: 18px;
}

.index_jx_gl ul li::before {
	display: none;
}

.index_jx_gl .jx_gl_list {
	width: 100%;
}

.index_jx_gl .jx_gl_list .order {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #f5f5f5;
	border-radius: 18px;
	font-size: 12px;
	color: #666;
	margin-right: 15px;
}

.index_jx_gl .jx_gl_item {
	display: none;
	position: relative;
	width: 100%;
}

.index_jx_gl .jx_gl_item .order {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 22px;
	height: 24px;
	line-height: 18px;
	text-align: center;
	z-index: 111;
	font-size: 12px;
	color: #fff;
	background: url('../images/dot_gl_.png') no-repeat center/contain;
}

.index_jx_gl .jx_gl_item .thum {
	width: 130px;
	height: 76px;
}

.index_jx_gl .jx_gl_item .title {
	font-size: 14px;
	color: #333;
}

.index_jx_gl .jx_gl_item .title a {
	color: #333;
}

.index_jx_gl .jx_gl_item .desc {
	font-size: 12px;
	color: #999;
	margin-top: 12px;
}

.index_jx_gl .jx_gl_item .info {
	background: #fafafa;
	padding: 15px;
}

.index_jx_gl ul li.active .jx_gl_list {
	display: none;
}

.index_jx_gl ul li.active .jx_gl_item {
	display: flex;
	align-items: center;
}

/* 手游攻略 */
.index_game_gl .list li {
	padding-left: 0;
	line-height: 24px;
	margin-bottom: 12px;
}

.index_game_gl .list li::before {
	display: none;
}

.index_game_gl .list li .tag {
	width: 42px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #999999;
	text-align: center;
	margin-right: 10px;
	background: url('../images/gl_bg.png') no-repeat center/contain;
}

.index_game_gl .list li:hover .tag {
	color: #FFFFFF;
	background: url('../images/gl_bg_.png') no-repeat center/contain;
}

/* 游戏礼包 */
.index_game_gift .gift_item {
	background: url('../images/lb_bg.png') no-repeat center/contain;
	padding: 15px;
	margin-bottom: 20px;
}

.index_game_gift .gift_item .icon {
	width: 80px;
	height: 80px;
	border: 3px solid rgba(164, 151, 217, 1);
	/* border-image: linear-gradient(180deg, rgba(164, 151, 217, 1), rgba(222, 217, 244, 1)) 3 3; */
	margin-right: 15px;
	border-radius: 99px;
}

.index_game_gift .gift_item .title {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}

.index_game_gift .gift_item .title a {
	color: #333333;
}

.index_game_gift .gift_item .desc {
	font-size: 12px;
	color: #999999;
	line-height: 22px;
	margin-top: 10px;
}

.index_game_gift .item {
	margin-bottom: 28px;
}

.index_game_gift .item:last-child {
	margin-bottom: 0;
}

.index_game_gift .item::before {
	content: '';
	display: inline-block;
	width: 46px;
	height: 46px;
	background: url('../images/icon_lb.png') no-repeat center/contain;
	margin-right: 12px;
}

.index_game_gift .item .title {
	font-size: 14px;
	color: #333333;
}

.index_game_gift .item .title a {
	color: #333333;
}

.index_game_gift .item .desc {
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
}

.index_game_gift .item .get {
	display: inline-block;
	width: 60px;
	height: 28px;
	line-height: 28px;
	background: var(--pm-c);
	border-radius: 99px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-left: 10px;
}

.index_news ul li {
	padding-left: 0;
}

/* 新游动态   */
.index_xy_dt {}

.index_xy_dt .item {
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.index_xy_dt .item .title {
	font-size: 14px;
	color: #333;
	max-width: 340px;
}

.index_xy_dt .item .title a {
	color: #333;
}

.index_xy_dt .item .new {
	width: 38px;
	height: 20px;
	background: url('../images/icon_new.png') no-repeat center/contain;
	margin-left: 6px;
}

.index_xy_dt .item .thum {
	width: 100px;
	height: 60px;
	margin-right: 15px;
}

.index_xy_dt .item .desc {
	font-size: 12px;
	color: #999999;
	margin-bottom: 15px;
}

.index_xy_dt .item .time {
	font-size: 12px;
	color: #999999;
	padding-left: 20px;
	background: url(../images/time.png) no-repeat left / contain;
	background-size: 14px;
}

.index_xy_dt ul {
	margin-left: 5px;
}

.index_xy_dt ul li {
	padding-left: 10px;
	margin-bottom: 0px;
}

/* 产业资讯 */
.index_cy_zx ul li {
	margin-bottom: 28px;
	padding-left: 55px;
}

.index_cy_zx ul li::before {
	content: '产业资讯';
	display: inline-block;
	width: 46px;
	height: 46px;
	font-size: 12px;
	color: #999999;
	padding: 8px 10px;
	box-sizing: border-box;
	margin-right: 8px;
	border-radius: 0;
	background: url('../images/cyzx_bg.png') no-repeat center/cover;
}

.index_cy_zx ul li:hover::before {
	background: url('../images/cyzx_bg_.png') no-repeat center/cover;
	color: #FFFFFF;
}

.index_cy_zx ul li:last-child {
	margin-bottom: 0px;
}

.index_cy_zx ul li .title {
	font-size: 14px;
	color: #333;
}

.index_cy_zx ul li .desc {
	font-size: 12px;
	color: #999999;
	margin-top: 14px;
}

.index_cy_zx ul li .time {
	font-size: 12px;
	color: #999999;
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #f2f2f2;
	padding-left: 15px;
	margin-left: 15px;
}

/* 高分推荐 */
.index_game_pc ul li::before {
	display: none;
}

.index_game_pc ul li {
	padding-bottom: 15px;
	border-bottom: 1px dashed #E6E6E6;
}

.index_game_pc ul li .game_pc_list {
	width: 100%;
}

.index_game_pc ul li .game_pc_list::before {
	content: '';
	width: 4px;
	height: 4px;
	background: #E6E6E6;
	border-radius: 4px;
	margin-right: 10px;
	vertical-align: text-bottom;
}

.index_game_pc ul li .game_pc_list .score {
	font-size: 14px;
	color: var(--pm-c);
	padding-left: 20px;
	background: url('../images/icon_pf.png') no-repeat left/contain;
	background-size: 16px;
}

.index_game_pc ul li .game_pc_item {
	display: none;
	position: relative;
	width: 100%;
}

.index_game_pc ul li .game_pc_item .score {
	position: absolute;
	top: 9px;
	left: -2px;
	z-index: 111;
	width: 40px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: url('../images/gl_hot_bg.png') no-repeat center/contain;
}

.index_game_pc ul li .game_pc_item .thum {
	width: 120px;
	height: 74px;
	margin-right: 15px;
}

.index_game_pc ul li .game_pc_item .title {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}

.index_game_pc ul li .game_pc_item .title a {
	color: #333;
}

.index_game_pc ul li .game_pc_item .time {
	font-size: 12px;
	color: #999999;
	padding-left: 20px;
	background: url('../images/time.png') no-repeat left/contain;
	background-size: 14px;
}

.index_game_pc ul li .game_pc_item .desc {
	font-size: 12px;
	color: #999999;
	margin-top: 12px;
}

.index_game_pc ul li.active .game_pc_list {
	display: none;
}

.index_game_pc ul li.active .game_pc_item {
	display: flex;
	align-items: center;
}

/* 精美壁纸 */
.index_yxmx .index_image_l .thum {
	width: 470px;
	height: 310px;
	margin-right: 10px;
}

.index_yxmx .index_image_m .thum {
	height: 150px;
}

.index_yxmx .index_image_m_t .thum {
	width: 260px;
	margin-right: 10px;
}

.index_yxmx .index_image_m_t .thum:nth-child(2) {
	width: 200px;
}

.index_yxmx .index_image_m_b .thum {
	width: 230px;
	margin-right: 10px;
	margin-top: 10px;
}

.index_yxmx .index_image_m_b .thum:nth-child(2) {
	width: 230px;
}

.index_yxmx .index_image_r .thum {
	margin-left: 10px;
	width: 198px;
	height: 310px;
}

.index_yxmx .thum a {
	display: block;
	height: 100%;
	transition: all .5s ease .1s;
}

.index_yxmx .thum:hover a {
	transform: scale(1.3);
}

/* 手游排行 */
.index_rank:nth-child(2) {
	margin: 0 40px;
}

.index_rank .topTitle {
	width: 205px;
	height: 40px;
	text-align: left;
	background: url('../images/rank_title_1.png') no-repeat left/contain;
}

.index_rank:nth-child(2) .topTitle {
	background: url('../images/rank_title_2.png') no-repeat left/contain;
}

.index_rank:nth-child(3) .topTitle {
	background: url('../images/rank_title_3.png') no-repeat left/contain;
}

.index_rank .topTitleBox .more {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 22px;
	border: 1px solid #484B4E;
	background: url('../images/rank_more.png') no-repeat center/contain;
	background-size: 10px;
}

.index_rank .topTitleBox .more:hover {
	border: 1px solid var(--pm-c);
	background: var(--pm-c) url('../images/rank_more_.png') no-repeat center/contain;
	background-size: 10px;
}

.index_rank:nth-child(2) .topTitleBox .more:hover {
	border: 1px solid #F68F3B;
	background: #F68F3B url('../images/rank_more_.png') no-repeat center/contain;
	background-size: 10px;
}

.index_rank:nth-child(3) .topTitleBox .more:hover {
	border: 1px solid #53B9E4;
	background: #53B9E4 url('../images/rank_more_.png') no-repeat center/contain;
	background-size: 10px;
}

.index_rank .itemBox {
	margin-top: 20px;
}

.index_rank .itemBox .item {
	margin-bottom: 10px;
	border-radius: 8px;
	border: 1px solid #F5F5F5;
	padding: 10px 15px;
}

.index_rank .itemBox .item:hover {
	border: 1px solid transparent;
	background: url('../images/rank_bg.png') no-repeat center/contain;
}

.index_rank:nth-child(2) .itemBox .item:hover {
	border: 1px solid transparent;
	background: url('../images/rank_bg_2.png') no-repeat center/contain;
}

.index_rank:nth-child(3) .itemBox .item:hover {
	border: 1px solid transparent;
	background: url('../images/rank_bg_3.png') no-repeat center/contain;
}

.index_rank .itemBox .item:last-child {
	margin-bottom: 0;
}

.index_rank .itemBox .item .order {
	margin-right: 16px;
	font-weight: 500;
	font-size: 26px;
	color: #C8CACC;
	font-style: italic;
}

.index_rank .itemBox .item:nth-child(-n+3) .order {
	color: var(--pm-c);
}

.index_rank:nth-child(2) .itemBox .item:nth-child(-n+3) .order {
	color: #F68F3B;
}

.index_rank:nth-child(3) .itemBox .item:nth-child(-n+3) .order {
	color: #53B9E4;
}

.index_rank .itemBox .item .thum {
	width: 70px;
	height: 70px;
	position: relative;
	border-radius: 15px;
	margin-right: 15px;
	margin-left: 15px;
}

.index_rank .itemBox .item .title {
	font-size: 16px;
	color: #333;
}

.index_rank .itemBox .item .title a {
	color: #333;
}

.index_rank .itemBox .item .tag {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}

.index_rank .itemBox .item .down {
	position: relative;
	width: 28px;
	height: 28px;
	color: transparent;
	background: url('../images/rank_down_1.png') no-repeat center/contain;
}

.index_rank:nth-child(2) .itemBox .item .down {
	background: url('../images/rank_down_2.png') no-repeat center/contain;
}

.index_rank:nth-child(3) .itemBox .item .down {
	background: url('../images/rank_down_3.png') no-repeat center/contain;
}

.index_rank:nth-child(1) .itemBox .item:hover .title a,
.index_rank:nth-child(1) .itemBox .item .title a:hover {
	color: var(--pm-c);
}

.index_rank:nth-child(2) .itemBox .item:hover .title a,
.index_rank:nth-child(2) .itemBox .item .title a:hover {
	color: #F68F3B !important;
}

.index_rank:nth-child(3) .itemBox .item:hover .title a,
.index_rank:nth-child(3) .itemBox .item .title a:hover {
	color: #53B9E4 !important;
}

/* 友情链接 */
.index_link {
	margin-bottom: 60px;
}

.index_link .itemBox .title {
	display: inline-block;
	font-size: 14px;
	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: -10px;
}

.list_game_nav ul li {
	position: relative;
	display: block;
	min-width: 108px;
	font-size: 15px;
	color: #666;
	box-sizing: content-box;
	padding-left: 10px;
}

.list_game_nav ul li:last-child {
	margin-right: 0;
}

.list_game_nav ul li.uk-grid-margin {
	margin-top: 10px;
}

.list_game_nav ul li a {
	display: block;
	height: 39px;
	line-height: 38px;
	border: 1px solid #E0E0E0;
	border-radius: 99px;
	text-align: center;
	font-size: 16px;
	color: #666;
	max-width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_game_nav ul li:hover a,
.list_game_nav ul li.active a {
	color: #fff;
	border-color: var(--pm-c);
	background: var(--pm-c);
}

/* 公共文章 */
.single_content p {
	font-size: 16px;
	color: #666666;
	line-height: 38px;
	text-indent: 2em;
}

.single_content h2,
.single_content h3 {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	color: var(--pm-c);
	position: relative;
	padding-left: 2px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.single_content h2::before,
.single_content h3::before {
	content: '';
	display: inline-block;
	width: 80px;
	height: 8px;
	border-radius: 99px;
	background: rgba(134, 116, 211, 0.16);
	position: absolute;
	bottom: -1px;
	left: -1px;
}

.single_content p iframe,
.single_content p img {
	display: block;
	max-width: 80%;
	margin: 20px auto;
}

.single_content .title {
	display: flex;
	justify-content: center;
	min-width: 172px;
	height: 52px;
	line-height: 52px;
	background: url('../images/single_h3.png') no-repeat center/contain;
	margin: 10px auto;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

/* 游戏列表 */
.list_game {}

.list_game_itemBox .itemBox {
	margin-left: -30px;
}

.list_game_itemBox .itemBox .uk-width-1-5 {
	padding-left: 30px;
}

.list_game_itemBox .itemBox .uk-width-1-5.uk-grid-margin {
	margin-top: 30px;
}

.list_game_itemBox .itemBox .item {
	position: relative;
	border-radius: 12px;
	border: 1px solid #EBEBEB;
}

.list_game_itemBox .itemBox .item .box {
	padding: 0 20px;
}

.list_game_itemBox .itemBox .item .thum {
	position: relative;
	width: 90px;
	height: 90px;
	border-radius: 18px;
	margin: 0 auto;
}

.list_game_itemBox .itemBox .item .title {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	margin: 20px auto;
	text-align: center;
}

.list_game_itemBox .itemBox .item .title a {
	color: #333;
}

.list_game_itemBox .itemBox .item .desc {
	font-size: 12px;
	color: #999;
	margin: 20px auto;
}

.list_game_itemBox .itemBox .item .tag {
	font-size: 12px;
	color: #999;
	height: 44px;
	line-height: 44px;
	background: #F9F9F9;
	border-radius: 0px 0px 12px 12px;
	text-align: center;
}

.list_game_itemBox .itemBox .item .score {
	font-size: 12px;
	color: #F48319;
	padding-left: 18px;
	background: url('../images/icon_score.png') no-repeat left / contain;
	background-size: 14px;
	margin-left: 3px;
}

.list_game_itemBox .itemBox .item .down {
	display: none;
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: linear-gradient(90deg, var(--pm-c) 0%, #B074D3 100%);
	border-radius: 0px 0px 12px 12px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border: 1px solid var(--pm-c);
}

.list_game_itemBox .itemBox .item:hover {
	border: 1px solid var(--pm-c);
}

.list_game_itemBox .itemBox .item:hover .tag {
	display: none;
}

.list_game_itemBox .itemBox .item:hover .down {
	display: block;
}

/* 游戏详情 */
.show_game {
	padding-bottom: 20px;
}

.show_game .single_header {
	margin-bottom: 20px;
	padding: 30px;
	position: relative;
	background: url('../images/single_header_game.png') no-repeat top/cover;
}

.show_game .single_header .thum {
	width: 140px;
	height: 140px;
	border-radius: 35px;
	position: relative;
	margin-right: 25px;
	border: 4px solid #DED9F4;
}

.show_game .single_header .single_info .title {
	font-size: 31px;
	color: #333;
	margin-bottom: 30px;
	font-weight: bold;
}

.show_game .single_header .single_info .single_tag {
	font-size: 14px;
	color: #666;
}

.show_game .single_header .single_info .single_tag>div div {
	display: flex;
	align-items: center;
	position: relative;
}

.show_game .single_header .single_info .single_tag>div div::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url('../images/single_tag.png') no-repeat center/contain;
	margin-right: 10px;
}

.show_game .single_header .single_info .single_tag>div div::after {
	content: '';
	display: inline-block;
	width: 168px;
	height: 8px;
	border-radius: 99px;
	background: rgba(134, 116, 211, 0.16);
	position: absolute;
	bottom: -1px;
	left: -1px;
}

/* 下载按钮 */
.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: 200px;
	height: 50px;
	border-radius: 99px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	position: relative;
	padding-left: 15px;
	box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
}

.show_game .single_header .signle_btn .az {
	margin-right: 15px;
}

.show_game .single_header .signle_btn .btn:first-child {
	background: linear-gradient(90deg, var(--pm-c) 0%, #B074D3 100%);
}

.show_game .single_header .signle_btn .btn:last-child {
	background: linear-gradient(90deg, #89BE55 0%, #B2CA43 100%);
}

.show_game .single_header .signle_btn .btn.lb {
	width: 170px;
	background: linear-gradient(90deg, #FF7549 0%, #FFA449 100%);
	margin-bottom: 20px;
}

.show_game .single_header .signle_btn .btn.sy {
	width: 170px;
	background: linear-gradient(90deg, var(--pm-c) 0%, #B074D3 100%);
}

.show_game .single_header .signle_btn .btn::before {
	position: absolute;
	left: 40px;
	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/game_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/game_ios.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 .code {
	display: none;
	position: absolute;
	bottom: -165px;
	left: 20px;
	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 .code {
	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: -30px;
}

.show_game .single_content .screenshots .sliderBox .slide li {
	width: 270px;
	padding-left: 30px;
}

.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 {}

.list_news_itemBox .itemBox {
	position: relative;
}

.list_news_itemBox .itemBox .item {
	position: relative;
	margin-bottom: 15px;
	background: #FFFFFF;
	padding: 20px;
}

.list_news_itemBox .itemBox .item:last-child {
	margin-bottom: 0;
}

.list_news_itemBox .itemBox .item .thum {
	position: relative;
	width: 210px;
	height: 130px;
	margin-right: 25px;
}

.list_news_itemBox .itemBox .item .title {
	font-weight: bold;
	font-size: 18px;
	color: #333;
	margin-top: 12px;
}

.list_news_itemBox .itemBox .item .title a {
	color: #333;
}

.list_news_itemBox .itemBox .item .time {
	display: block;
	width: 95px;
	height: 20px;
	line-height: 18px;
	background: linear-gradient(90deg, rgba(134, 116, 211, 0.18) 0%, rgba(134, 116, 211, 0) 100%);
	border-radius: 99px;
	font-size: 12px;
	color: var(--pm-c);
	padding-left: 5px;
}

.list_news_itemBox .itemBox .item .time::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: text-bottom;
	margin-right: 6px;
	background: url(../images/time_.png) no-repeat left / contain;
}

.list_news_itemBox .itemBox .item .desc {
	font-size: 14px;
	color: #999;
	margin-top: 14px;
}

.list_news_itemBox .itemBox .item .down {
	margin-top: 28px;
	font-size: 12px;
	color: #ABABAB;
	display: block;
}

/* 资讯详情 */
.show_news .single_header {
	padding: 34px 20px;
	margin-bottom: 20px;
	background: url('../images/single_header_news.png') no-repeat center/cover;
}

.show_news .single_header h1 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 34px;
}

.show_news .single_header .single_info {
	text-align: center;
	font-size: 14px;
	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;
}

.hot_collection {
	text-align: right;
}

.hot_collection .more {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 20px;
}

.hot_collection .more a {
	display: inline-block;
	height: 29px;
	line-height: 29px;
	background: #FFFFFF url('../images/icon_hots.png') no-repeat 12px/contain;
	background-size: 14px;
	border-radius: 99px;
	padding: 0 12px 0 30px;
	font-size: 13px;
	color: #666666;
}

.hot_collection .more a:hover {
	background: #FFEEE8 url('../images/icon_hots.png') no-repeat 12px/contain;
	background-size: 14px;
	color: #FA6361;
}

.list_collection_itemBox {
	position: relative;
}

.list_collection_itemBox .itemBox {
	margin-left: -27px;
	margin-top: 16px;
}

.list_collection_itemBox .itemBox .uk-width-1-2 {
	padding-left: 27px;
}

.list_collection_itemBox .itemBox .uk-width-1-2.uk-grid-margin {
	margin-top: 32px;
}

.list_collection_itemBox .itemBox .item {
	position: relative;
	padding: 0 22px;
	background: url('../images/list_album.png') no-repeat bottom/contain;
}

.list_collection_itemBox .itemBox .item .top {
	margin-bottom: 12px;
}

.list_collection_itemBox .itemBox .item .icon {
	width: 90px;
	height: 90px;
	border-radius: 20px;
	margin-right: 20px;
	overflow: hidden;
}

.list_collection_itemBox .itemBox .item .top .title {
	font-size: 20px;
	color: #333;
	margin-bottom: 14px;
	font-weight: bold;
	margin-top: 33px;
}

.list_collection_itemBox .itemBox .item .top .title a {
	color: #333;
}

.list_collection_itemBox .itemBox .item .top .type {
	font-size: 12px;
	color: var(--pm-c);
	display: block;
}

.list_collection_itemBox .itemBox .item .top .type .tag {
	margin-right: 20px;
	position: relative;
}

.list_collection_itemBox .itemBox .item .top .type .tag::after {
	content: '';
	display: inline-block;
	width: 104%;
	height: 6px;
	background: rgba(134, 116, 211, 0.15);
	border-radius: 99px;
	position: absolute;
	bottom: -3px;
	left: -4px;
}

.list_collection_itemBox .itemBox .item .btm {
	margin-top: 28px;
	padding-bottom: 20px;
	margin-left: 9px;
}

.list_collection_itemBox .itemBox .item .btm .uk-width-auto {
	padding-left: 0px;
}

.list_collection_itemBox .itemBox .item .btm .box {
	margin-right: 30px;
}

.list_collection_itemBox .itemBox .item .btm .box .thum {
	width: 56px;
	height: 56px;
	position: relative;
	border-radius: 99px;
	margin: 0 auto 10px;
}

.list_collection_itemBox .itemBox .item .btm .box .title {
	font-size: 12px;
	color: #4D4D4D;
	text-align: center;
	width: 60px;
}

.list_collection_itemBox .itemBox .item .btm .box .title a {
	color: #4D4D4D;
}

.list_collection_itemBox .itemBox .item .btm .more {
	display: block;
	width: 60px;
	height: 60px;
	background: var(--pm-c) url('../images/icon_album_more.png') 45px center no-repeat;
	background-size: 8px;
	box-shadow: 0px 10px 10px 0px rgba(134, 116, 211, 0.25);
	border-radius: 14px;
	font-size: 13px;
	color: #fff;
	padding: 13px;
	box-sizing: border-box;
	margin-left: 15px;
}

/* 专辑详情 */
.show_collection {}

.show_collection .single_header .box {
	position: relative;
	padding: 30px;
	background: url(../images/single_header_album.png) no-repeat center / cover;
}

.show_collection .single_header h1 {
	font-size: 31px;
	color: #333;
	font-weight: bold;
	margin: 0;
	margin-bottom: 30px;
}

.show_collection .single_header .thum {
	width: 110px;
	height: 110px;
	border-radius: 20px;
	overflow: visible;
	margin-right: 30px;
	position: relative;
	z-index: 1;
}

.show_collection .single_header .thum::before {
	content: '';
	display: block;
	width: 110px;
	height: 110px;
	border-radius: 20px;
	background: var(--pm-c);
	position: absolute;
	right: -6px;
	bottom: -6px;
	z-index: -1;
}

.show_collection .single_header .thum .num {
	position: absolute;
	bottom: 0;
	right: 0;
	min-width: 44px;
	height: 20px;
	line-height: 22px;
	background: var(--pm-c);
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-top-left-radius: 12px;
}

.show_collection .single_header .single_info .label {
	font-size: 14px;
	color: #666;
	margin-right: 50px;
	position: relative;
}

.show_collection .single_header .single_tag .label::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url('../images/single_tag.png') no-repeat center/contain;
	margin-right: 10px;
}

.show_collection .single_header .single_tag .label::after {
	content: '';
	display: inline-block;
	width: 168px;
	height: 8px;
	border-radius: 99px;
	background: rgba(134, 116, 211, 0.16);
	position: absolute;
	bottom: -1px;
	left: -1px;
}

.show_collection .single_header .single_tag .type::after {
	width: 118px;
}

.show_collection .single_header .tjBox {
	margin-top: 22px;
}

.show_collection .single_header .tjBox span {
	font-size: 16px;
	color: #4D4D4D;
	margin-right: 8px;
}

.show_collection .single_header .tjBox .aBox .more {
	position: relative;
	margin-right: 8px;
	font-size: 14px;
	color: var(--pm-c);
	height: 36px;
	line-height: 36px;
	border-radius: 99px;
	border: 1px solid var(--pm-c);
	padding: 0 15px;
	display: flex;
	align-items: center;
}

.show_collection .single_header .tjBox .aBox .more:last-child {
	margin-right: 0;
}

.show_collection .single_header .tjBox .aBox .more a {
	font-size: 14px;
	color: var(--pm-c);
}

/* 小编推荐 */
.show_collection .single_header .xbtj {
	position: relative;
	padding: 20px;
	margin-left: 20px;
	width: 270px;
	box-sizing: border-box;
	background: #FFFFFF;
}

.show_collection .single_header .xbtj::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	background: url('../images/icon_tj_.png') no-repeat center/contain;
}

.show_collection .single_header .xbtj .icon {
	width: 70px;
	height: 70px;
	position: relative;
	border-radius: 15px;
	margin-right: 15px;
}

.show_collection .single_header .xbtj .title {
	font-size: 16px;
	color: #404040;
	font-weight: bold;
	margin-bottom: 8px;
}

.show_collection .single_header .xbtj .title a {
	color: #404040;
}

.show_collection .single_header .xbtj .tag {
	font-size: 12px;
	color: #999;
}

.show_collection .single_header .xbtj .score {
	font-size: 14px;
	color: #F48319;
	background: url(../images/icon_score.png) no-repeat left / contain;
	background-size: 14px;
	margin-top: 10px;
	vertical-align: middle;
	padding-left: 18px;
}

.show_collection .single_header .xbtj .down {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin-top: 12px;
	background: linear-gradient(90deg, var(--pm-c) 0%, #B074D3 100%);
	border-radius: 99px;
	height: 40px;
	line-height: 40px;
}

.show_collection .single_header .xbtj .desc {
	font-size: 12px;
	color: #999;
	margin-top: 12px;
	line-height: 26px;
}

.show_collection .single_header .xbtj .desc span {
	font-weight: bold;
	font-size: 12px;
	color: var(--pm-c);
}

/* 专辑列表 */
.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 #EBEBEB;
	border-radius: 12px;
	position: relative;
	padding: 20px 0px 0px;
}

.show_collection_itemBox .itemBox .item .title {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.show_collection_itemBox .itemBox .item .title a {
	color: #333;
}

.show_collection_itemBox .itemBox .item .icon {
	width: 80px;
	height: 80px;
	border-radius: 18px;
	position: relative;
	margin-right: 15px;
	margin-left: 20px;
}

.show_collection_itemBox .itemBox .item .tag {
	font-size: 12px;
	color: #999;
	margin: 10px 0 12px;
}

.show_collection_itemBox .itemBox .item .score {
	font-size: 14px;
	color: #F48319;
	background: url(../images/icon_score.png) no-repeat left / contain;
	background-size: 14px;
	margin-top: 10px;
	vertical-align: middle;
	padding-left: 18px;
}

.show_collection_itemBox .itemBox .item .down {
	display: block;
	position: relative;
	width: 90px;
	height: 36px;
	line-height: 36px;
	border-radius: 99px;
	text-align: center;
	font-size: 13px;
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
	margin-right: 20px;
	margin-left: 10px;
}

.show_collection_itemBox .itemBox .item:hover .down {
	background: linear-gradient(90deg, var(--pm-c) 0%, #B074D3 100%);
	color: #fff;
	border-color: transparent;
}

.show_collection_itemBox .itemBox .item .desc {
	height: 36px;
	line-height: 36px;
	background: #F9F9F9;
	border-radius: 0px 0px 12px 12px;
	margin-top: 20px;
	font-size: 12px;
	color: #999;
	padding: 0 20px;
}

.show_collection_itemBox .itemBox .item .desc span {
	font-size: 12px;
	font-weight: bold;
	color: var(--pm-c);
}

/* 礼包列表 */
.list_gift {
	padding-bottom: 20px;
}

.list_gift_itemBox .itemBox .item {}

.list_gift_itemBox .itemBox .uk-width-1-2.uk-grid-margin {
	margin-top: 40px;
}

.list_gift_itemBox .itemBox .uk-width-1-2 {
	padding-left: 40px;
}

.list_gift_itemBox .itemBox .item .icon {
	width: 80px;
	height: 80px;
	border-radius: 18px;
	position: relative;
	margin-right: 15px;
}

.list_gift_itemBox .itemBox .item .title {
	font-size: 16px;
	color: #333;
	margin-bottom: 14px;
	position: relative;
}

.list_gift_itemBox .itemBox .item .title a {
	color: #333;
}

.list_gift_itemBox .itemBox .item .title::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url('../images/dot_lb.png') no-repeat center/contain;
	margin-right: 10px;
}

.list_gift_itemBox .itemBox .item .desc {
	font-size: 12px;
	color: #999;
	position: relative;
	margin-bottom: 14px;
}

.list_gift_itemBox .itemBox .item .time {
	font-size: 12px;
	color: #999;
}

.list_gift_itemBox .itemBox .item .get {
	display: block;
	height: 36px;
	line-height: 36px;
	border-radius: 99px;
	text-align: center;
	font-size: 14px;
	color: var(--pm-c);
	margin-left: 10px;
	padding: 0 24px;
	border: 1px solid var(--pm-c);
}

/* 礼包详情 */
.show_gift {}

.show_gift .single_header {
	padding: 30px;
	background: url('../images/single_header_lb.png') no-repeat center / cover;
}

.show_gift .single_header .thum {
	width: 120px;
	height: 120px;
	border-radius: 25px;
	overflow: visible;
	position: relative;
	z-index: 1;
}
.show_gift .single_header .thum img{
	border-radius: .3rem;
}
.show_gift .single_header .thum::before {
	content: '';
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 25px;
	background: var(--pm-c);
	position: absolute;
	right: -10px;
	bottom: -10px;
	z-index: -1;
}
.show_gift .single_header .thum::after{
	content: '';
	display: block;
	width: 32px;
	height: 30px;
	background: var(--pm-c) url('../images/dot_lb_.png') no-repeat center/contain;
	background-size: 22px;
	position: absolute;
	right: -10px;
	bottom: -10px;
	z-index: 3;
	border-radius: 12px 0 12px 0;
}

.show_gift .single_header .single_info .title {
	font-size: 24px;
}

.show_gift .single_header .single_info .single_tag>div div::after,
.show_gift .single_header .single_info .single_tag>div div::before {
	display: none;
}

.show_gift .single_header .progress {
	width: 100px;
	height: 8px;
	border-radius: 99px;
	border: 1px solid var(--pm-c);
	padding: 2px 1.5px;
	margin: 10px 0;
}

.show_gift .single_header .progress::-webkit-progress-value {
	background: var(--pm-c);
	border-radius: 99px;
}

.show_gift .single_header .num_bfb {
	font-size: 14px;
	color: var(--pm-c);
	margin-left: 6px;
}

/* 排行榜列表 */
.list_rank {}

.list_rank .rank_warp {
	background-repeat: no-repeat;
	background-size: 100% 350px;
	background-image: url(../images/list_rank_bg.png);
	padding-top: 338px;
}

.list_rank .list_game_nav {
	background: #fff;
	margin-bottom: 15px;
}

.list_rank .list_game_nav ul li {
	position: relative;
	padding-left: 0px;
}

.list_rank .list_game_nav ul li:hover::before,
.list_rank .list_game_nav ul li.active::before {
	content: '';
	display: block;
	width: 300px;
	height: 104px;
	background: url('../images/nav_rank_bg.png') no-repeat center/contain;
	position: absolute;
	left: 10px;
	top: -12px;
}

.list_rank .list_game_nav ul li a {
	width: 300px;
	height: 90px;
	border: none;
	border-radius: 0;
	font-size: 20px;
	color: #333;
	position: relative;
	padding-top: 48px;
	box-sizing: border-box;
	margin-top: -12px;
	padding-left: 44px;
}

.list_rank .list_game_nav ul li:hover a,
.list_rank .list_game_nav ul li.active a {
	color: #fff;
	background: none;
}

.list_rank .list_game_nav ul li a::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url('../images/rank_ios.png') no-repeat center/contain;
	position: absolute;
	top: 22px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 12px;
}

.list_rank .list_game_nav ul li:nth-child(2) a::before {
	background: url('../images/rank_az.png') no-repeat center/contain;
}

.list_rank .list_game_nav ul li:nth-child(3) a::before {
	background: url('../images/rank_ss.png') no-repeat center/contain;
}

.list_rank .list_game_nav ul li:nth-child(4) a::before {
	background: url('../images/rank_all.png') no-repeat center/contain;
}

.list_rank .list_game_nav ul li a::after {
	content: '';
	display: inline-block;
	width: 64px;
	height: 3px;
	background: #CCC;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 12px;
}

.list_rank .list_game_nav ul li:hover a::after,
.list_rank .list_game_nav ul li.active a::after {
	background: #fff;
}

.list_rank .list_game_nav ul li:hover a::before,
.list_rank .list_game_nav ul li.active a::before {
	background: url('../images/rank_ios_.png') no-repeat center/contain;
}

.list_rank .list_game_nav ul li:nth-child(2):hover a::before,
.list_rank .list_game_nav ul li:nth-child(2).active a::before {
	background: url('../images/rank_az_.png') no-repeat center/contain;
}

.list_rank .list_game_nav ul li:nth-child(3):hover a::before,
.list_rank .list_game_nav ul li:nth-child(3).active a::before {
	background: url('../images/rank_ss_.png') no-repeat center/contain;
}

.list_rank .list_game_nav ul li:nth-child(4):hover a::before,
.list_rank .list_game_nav ul li:nth-child(4).active a::before {
	background: url('../images/rank_all_.png') no-repeat center/contain;
}

.list_rank_itemBox {
	padding-top: 30px !important;
}

.list_rank_itemBox .itemBox .item {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 0;
}

.list_rank_itemBox .itemBox .item:nth-child(1) {
	background: url('../images/rank_1_bg.png') no-repeat center right/contain;
}

.list_rank_itemBox .itemBox .item:nth-child(2) {
	background: url('../images/rank_2_bg.png') no-repeat center right/contain;
}

.list_rank_itemBox .itemBox .item:nth-child(3) {
	background: url('../images/rank_3_bg.png') no-repeat center right/contain;
}

.list_rank_itemBox .itemBox .item .icon {
	width: 110px;
	height: 110px;
	border-radius: 25px;
	position: relative;
	margin-right: 25px;
}

.list_rank_itemBox .itemBox .item .title {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-bottom: 24px;
}

.list_rank_itemBox .itemBox .item .title a {
	color: #333;
}

.list_rank_itemBox .itemBox .item .score {
	font-size: 14px;
	color: #F48319;
	padding-left: 18px;
	background: url(../images/icon_score.png) no-repeat left / contain;
	background-size: 16px;
	margin-left: 3px;
	margin-bottom: 24px;
	vertical-align: middle;
	margin-left: 10px;
	padding-left: 24px;
}

.list_rank_itemBox .itemBox .item .order {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #C2C2C2;
	font-weight: bold;
	background: url('../images/list_rank_n.png') no-repeat center/contain;
	margin-right: 20px;
}

.list_rank_itemBox .itemBox .item:nth-child(1) .order {
	color: transparent;
	background: url('../images/list_rank_1.png') no-repeat center/cover;
}

.list_rank_itemBox .itemBox .item:nth-child(2) .order {
	color: transparent;
	background: url('../images/list_rank_2.png') no-repeat center/cover;
}

.list_rank_itemBox .itemBox .item:nth-child(3) .order {
	color: transparent;
	background: url('../images/list_rank_3.png') no-repeat center/cover;
}

.list_rank_itemBox .itemBox .item .tagBox {
	font-size: 14px;
	color: #999;
}

.list_rank_itemBox .itemBox .item .tagBox .tag {
	display: flex;
	align-items: center;
	margin-right: 50px;
}

.list_rank_itemBox .itemBox .item .text {
	font-size: 14px;
	color: #999;
	margin-bottom: 24px;
}

.list_rank_itemBox .itemBox .item .text span {
	font-weight: bold;
	color: var(--pm-c);
}

.list_rank_itemBox .itemBox .item .down {
	display: block;
	margin-left: 20px;
	width: 138px;
	height: 48px;
	line-height: 48px;
	border-radius: 99px;
	text-align: center;
	position: relative;
	font-size: 16px;
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
}

.list_rank_itemBox .itemBox .item:hover .down {
	background: linear-gradient(90deg, var(--pm-c) 0%, #B074D3 100%);
	color: #fff;
}

/* 排行榜大全 */
.list_rank_news_itemBox .itemBox {
	margin-left: -24px;
}

.list_rank_news_itemBox .itemBox .uk-width-1-2 {
	padding-left: 24px;
}

.list_rank_news_itemBox .itemBox .uk-width-1-2.uk-grid-margin {
	margin-top: 24px;
}

.list_rank_news_itemBox .itemBox .uk-width-1-2 .item {
	padding: 25px;
	border-radius: 12px;
	border: 1px solid #EBEBEB;
	background: url('../images/list_rank_bg_icon.png') no-repeat 17px 10px/contain;
	background-size: 60px 62px;
}

.list_rank_news_itemBox .itemBox .uk-width-1-2 .item:hover {
	border: 1px solid var(--pm-c);
}

.list_rank_news_itemBox .itemBox .topTitle {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.list_rank_news_itemBox .itemBox .topTitle a {
	color: #333;
}

.list_rank_news_itemBox .itemBox .icon {
	width: 90px;
	height: 90px;
	position: relative;
	border-radius: 18px;
	overflow: hidden;
}

.list_rank_news_itemBox .itemBox .time {
	display: inline-block;
	font-size: 14px;
	color: #999;
	margin-top: 20px;
}

.list_rank_news_itemBox .itemBox .game_list {
	margin-top: 20px;
}

.list_rank_news_itemBox .itemBox .game_list .title {
	max-width: 30%;
	font-size: 14px;
	color: #4D4D4D;
	padding-left: 24px;
	background: url('../images/list_rank_1.png') no-repeat left/contain;
	background-size: 20px;
	margin-right: 20px;
}

.list_rank_news_itemBox .itemBox .game_list .title a {
	color: #4D4D4D;
}

.list_rank_news_itemBox .itemBox .game_list .title:nth-child(2) {
	background: url('../images/list_rank_2.png') no-repeat left/contain;
	background-size: 20px;
}

.list_rank_news_itemBox .itemBox .game_list .title:nth-child(3) {
	background: url('../images/list_rank_3.png') no-repeat left/contain;
	background-size: 20px;
}

/* 排行榜详情 */
.show_rank {}

.show_rank .rank_warp {
	background-image: url('../images/list_rank_bg.png');
	background-repeat: no-repeat;
	background-size: 100% 350px;
	padding-top: 355px;
}

.show_rank_left {
	background: #fff;
}

.show_rank .titleBox {
	padding: 15px 20px;
	border-bottom: 1px solid #EBEBEB;
}

.show_rank .titleBox .title {
	font-weight: bold;
	font-size: 20px;
	color: #333;
}

.show_rank .titleBox .time {
	font-size: 14px;
	color: #999;
}

.show_rank .list_rank_itemBox {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px !important;
}

/* 侧边栏 */
.sideBar {
	width: 360px;
	margin-left: 20px;
}

/* 精选手游 */
.side_hot_game .item .icon {
	width: 74px;
	height: 74px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.side_hot_game .item .icon::before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: -2px;
	top: -2px;
	z-index: 11;
	background: url('../images/icon_jx.png') no-repeat center/contain;
}

.side_hot_game .item .title {
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-top: 10px;
}

.side_hot_game .item .title a {
	color: #333333;
}

/* 精选礼包 */
.side_jx_gift .item {
	background: #FFFFFF url('../images/jxlb_bg.png') no-repeat right bottom;
	background-size: 150px 126px;
	border-radius: 10px;
	padding: 15px;
	border: 1px solid #EBEBEB;
	text-align: center;
	margin-bottom: 18px;
}

.side_jx_gift .item:hover {
	border: 1px solid var(--pm-c);
}

.side_jx_gift .item .icon {
	width: 90px;
	height: 90px;
	border-radius: 18px;
	overflow: hidden;
	margin: 0 auto 10px;
}

.side_jx_gift .item .title {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	margin: 0 auto 10px;
}

.side_jx_gift .item .title a {
	color: #333333;
}

.side_jx_gift .item .get {
	display: block;
	width: 60px;
	height: 28px;
	line-height: 28px;
	background: var(--pm-c);
	border-radius: 99px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
}

.side_jx_gift .list .get {
	font-size: 14px;
	color: var(--pm-c);
	margin-left: 10px;
}

/* 相关攻略 */
.single_xg_gl .item {
	margin-bottom: 22px;
}

.single_xg_gl .item .thum {
	width: 120px;
	height: 74px;
	margin-right: 15px;
}

.single_xg_gl .item .title {
	font-size: 14px;
	color: #333;
}

.single_xg_gl .item .title a {
	color: #333;
}

.single_xg_gl .item .desc {
	margin: 10px 0;
	font-size: 12px;
	color: #999;
}

.single_xg_gl .item .time {
	font-size: 12px;
	color: #999999;
	padding-left: 20px;
	background: url(../images/time.png) no-repeat left / contain;
	background-size: 14px;
}

/* 相关游戏 */
.single_xg_game {
	margin-top: 20px !important;
}

.single_xg_game .game_lists {
	margin-left: -11px;
}

.single_xg_game .game_lists .uk-width-auto {
	padding-left: 11px;
}

.single_xg_game .game_lists .uk-width-auto.uk-grid-margin {
	margin-top: 11px;
}

.single_xg_game .game_lists .item {
	width: 102px;
	padding: 12px 10px;
	box-sizing: border-box;
	margin-left: 0;
	background: #F7F7F7;
	border-radius: 12px;
}

.single_xg_game .game_lists .item .icon {
	width: 60px;
	height: 60px;
	border-radius: 15px;
	overflow: hidden;
}

.single_xg_game .game_lists .item .title {
	font-size: 14px;
	text-align: center;
}

.single_xg_game .game_lists .item .tag {
	font-size: 12px;
	color: #999;
	margin-top: 8px;
	text-align: center;
}

/* 相关礼包 */
.single_game_gift .itemBox {
	margin-left: -40px;
}

.single_game_gift .itemBox .uk-width-1-2 {
	padding-left: 40px;
}

.single_game_gift .itemBox .uk-width-1-2.uk-grid-margin {
	margin-top: 40px;
}

.single_game_gift .itemBox .item .title::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../images/icon_lb.png) no-repeat center / contain;
	margin-right: 6px;
}

/* 相关资讯 */
.single_xg_zx .item {
	position: relative;
	background: #F7F7F7;
	border-radius: 10px;
	padding: 12px;
	overflow: hidden;
}

.single_xg_zx .item .thum {
	width: 156px;
	height: 80px;
	overflow: hidden;
}

.single_xg_zx .item .title {
	font-size: 14px;
	color: #333;
	margin: 8px auto 10px;
	text-align: center;
}

.single_xg_zx .item .title a {
	color: #333;
}

.single_xg_zx .item .desc {
	font-size: 12px;
	color: #999;
	text-align: center;
}

.single_xg_zx .item .time {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: var(--pm-c);
	padding: 0 7px;
	border-radius: 10px 0 10px 0px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 0;
}

/* 更多礼包 */
.single_more_gift .itemname {
	border-bottom: 1px solid #EBEBEB;
	padding: 12px 0;
}

.single_more_gift .itemname span {
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	width: 14%;
	text-align: center;
	padding: 0 10px;
}

.single_more_gift .itemname span:nth-child(1) {
	width: 36%;
	text-align: left;
}

.single_more_gift .itemname span:nth-child(2) {
	width: 36%;
	text-align: left;
}

.single_more_gift .item {
	border-bottom: 1px dashed #E6E6E6;
	padding: 13px 0;
}

.single_more_gift .item .box {
	width: 36%;
}

.single_more_gift .item .icon {
	width: 80px;
	height: 80px;
	border-radius: 18px;
	overflow: hidden;
	display: none;
	margin-right: 15px;
}

.single_more_gift .item .title {
	font-size: 14px;
	color: #333333;
}

.single_more_gift .item .title a {
	color: #333333;
}

.single_more_gift .item .info {
	width: 36%;
	padding: 0 10px;
	box-sizing: border-box;
}

.single_more_gift .item .desc {
	font-size: 12px;
	color: #999;
}

.single_more_gift .item .time {
	width: 14%;
	text-align: center;
	font-size: 12px;
	color: #999;
}

.single_more_gift .item .get {
	text-align: center;
	width: 14%;
}

.single_more_gift .item .get a {
	display: inline-block;
	width: 60px;
	height: 28px;
	line-height: 28px;
	background: var(--pm-c);
	border-radius: 99px;
	font-size: 14px;
	color: #fff;
}

.single_more_gift .item.active .icon {
	display: block;
}

.single_more_gift .item.active .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	line-height: 26px;
}

/* 同类推荐 */
.single_type_game {}

.single_type_game .item {
	background: #F7F7F7;
	border-radius: 10px;
	padding: 12px 15px;
}

.single_type_game .item .icon {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	overflow: hidden;
}

.single_type_game .item .type {
	margin-top: 8px;
	font-size: 12px;
	color: var(--pm-c);
	width: 60px;
	height: 22px;
	line-height: 22px;
	background: url('../images/game_type.png') no-repeat center/contain;
	padding-left: 3px;
	box-sizing: border-box;
}

.single_type_game .item .info {
	margin-left: 12px;
}

.single_type_game .item .title {
	font-size: 14px;
	color: #333;
	margin-top: 5px;
}

.single_type_game .item .title a {
	color: #333;
}

.single_type_game .item .tag {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}

.single_type_game .item .desc {
	font-size: 12px;
	color: #999;
	margin-top: 18px;
}

.single_type_game .item:hover .down {
	display: block;
	width: 28px;
	height: 28px;
	background: url('../images/rank_down_1.png') no-repeat center/contain;
}

/* 最新专辑 */
.single_new_album .item {}

.single_new_album .album_item {
	background: #F7F7F7;
	border-radius: 12px;
	padding: 15px;
}

.single_new_album .album_item:hover {
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.single_new_album .album_item .items-top .title {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}

.single_new_album .album_item .items-top .title a {
	color: #333333;
}

.single_new_album .album_item .items-top .num {
	font-size: 12px;
	color: #999999;
}

.single_new_album .album_item .items-btm {
	margin-top: 20px;
}

.single_new_album .album_item .items-btm .thum {
	width: 56px;
	height: 56px;
	border-radius: 99px;
	overflow: hidden;
}

.single_new_album .album_item .items-btm .more {
	display: block;
	width: 30px;
	height: 56px;
	padding: 5px 8px;
	box-sizing: border-box;
	text-align: center;
	background: rgba(134, 116, 211, 0.2);
	border-radius: 10px;
	font-size: 12px;
	color: #333;
	margin-left: 10px;
}

.single_new_album .album_item:hover:hover .more {
	color: #fff;
	background: var(--pm-c);
}

.single_new_album .album_list .list li {
	padding-left: 0;
}

.single_new_album .album_list .list li::before {
	display: none;
}

.single_new_album .album_list .tag {
	width: 42px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #999999;
	text-align: center;
	margin-right: 10px;
	background: url(../images/gl_bg.png) no-repeat center / contain;
}

.single_new_album .album_list .list:hover .tag {
	color: #FFFFFF;
	background: url('../images/gl_bg_.png') no-repeat center/contain;
}

/* 热门排行 */
.side_more_rank ul li {
	padding-left: 0;
}

.side_more_rank ul li::before {
	display: none;
}

.side_more_rank ul li .tag {
	width: 42px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #999999;
	text-align: center;
	margin-right: 10px;
	background: url(../images/gl_bg.png) no-repeat center / contain;
}

.side_more_rank ul li:hover .tag {
	color: #FFFFFF;
	background: url('../images/gl_bg_.png') no-repeat center/contain;
}

.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 .hits {
	font-size: 12px;
	color: #999999;
	margin-left: 10px;
	padding-left: 18px;
	background: url('../images/icon_hits.png') no-repeat left/contain;
	background-size: 14px;
}

/* 热门手游 */
.side_rm_game {}

.side_rm_game .item {
	margin-top: 20px;
}

.side_rm_game .item .icon {
	width: 64px;
	height: 64px;
	border-radius: 12px;
	overflow: hidden;
	margin-right: 12px;
}

.side_rm_game .item .title {
	font-size: 14px;
	color: #333;
	max-width: 200px;
}

.side_rm_game .item .title a {
	color: #333;
}

.side_rm_game .item .tag {
	font-size: 12px;
	color: var(--pm-c);
	margin-left: 10px;
	min-width: 60px;
	height: 22px;
	line-height: 22px;
	background: url(../images/game_type.png) no-repeat right / cover;
	padding-left: 3px;
	box-sizing: border-box;
}

.side_rm_game .item .score {
	font-size: 12px;
	color: #F48319;
	padding-left: 18px;
	background: url(../images/icon_score.png) no-repeat left / contain;
	background-size: 14px;
	margin-right: 3px;
}

.side_rm_game .item .desc {
	font-size: 12px;
	color: #999;
}

/* 热门攻略 */
.side_hot_gl .item .thum {
	width: 150px;
}

/* 侧边栏新游动态 */
.side_xy_dt .item .title {
	max-width: 300px;
}

/* 单页 */
.page {
	padding-bottom: 30px;
}

.page .page_nav {
	padding: 20px 0 !important;
	width: 210px;
	box-sizing: border-box;
	text-align: center;
}

.page .page_nav ul li {
	position: relative;
	display: block;
	width: 100%;
	font-size: 18px;
	color: #B3B3B3;
	text-align: center;
	margin: 0 0 10px;
	height: 48px;
	line-height: 48px;
}

.page .page_nav ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.page .page_nav ul li a {
	display: block;
	font-size: 18px;
	color: #B3B3B3;
	text-align: center;
	height: 48px;
	line-height: 48px;
}

.page .page_nav ul li.active a {
	color: var(--pm-c);
	background: url('../images/nav_active.png') no-repeat center/contain;
}

.page .page_content {
	margin-left: 20px;
	flex: 1;
	overflow: hidden;
}

.page .page_content .title {
	font-size: 24px;
	color: #333333;
	padding-bottom: 12px;
	margin-bottom: 16px;
	background: url('../images/title_line.png') no-repeat bottom/contain;
}

.page .page_content p {
	text-indent: 2em;
	font-size: 16px;
	color: #666;
	line-height: 36px;
}

/* 网站地图 */
.page .page_content h2,
.page .page_content h3 {
	font-weight: bold;
	font-size: 16px;
	color: #4D4D4D;
}

.page .page_content .content .page_list {
	flex-wrap: wrap;
}

.page .page_content .content .page_list .box a {
	display: block;
	position: relative;
	font-size: 15px;
	color: #666;
	margin-right: 20px;
	margin-bottom: 15px;
	min-width: 110px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 4px;
	background: #F7F7F7;
	text-align: center;
}

.page .page_content .content .page_list .box a:hover {
	color: var(--pm-c);
	background: rgba(134, 116, 211, 0.08);
}

/* 搜索结果 */
.page_search {}

.search_content .topTitle {
	font-size: 24px;
	color: #333;
	margin-bottom: 24px;
}

/* 开服表 */
.kaifu {}

.kaifu .public_title p {
	font-size: 12px;
	color: #999;
	background: url('../images/time_.png') no-repeat left/contain;
	background-size: 16px;
	padding-left: 26px;
}

.kaifu .titleBox span {
	color: #999;
}

.kaifu .kaifuBox {
	margin-bottom: 20px !important
}

.kaifu .titleBox {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	font-weight: bold;
	border-radius: 6px;
	background: var(--pm-c);
}

.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: 16px;
	height: 16px;
	display: inline-block;
	background: url('../images/kf_down_select.png') no-repeat center/cover;
	vertical-align: text-bottom;
	cursor: pointer;
	margin-left: 5px;
	line-height: 1;
}

.kaifu .startTime {
	margin-left: 20px;
	width: 10%;
}

.kaifu .startTime span {
	display: inline-block;
	font-size: 14px;
	color: #666;
}

.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: 50px;
	line-height: 50px;
	text-align: center;
	background: #FAFAFA;
	border-radius: 6px;
	border: 1px solid #FFFFFF;
	margin: 9px 0;
}

.kaifu .itemBox .item .name .thum {
	width: 30px;
	height: 30px;
	position: relative;
	margin-right: 10px;
	border-radius: 6px;
}

.kaifu .itemBox .item .name .title {
	display: block;
	font-size: 14px;
	color: #333;
}

.kaifu .itemBox .item .btn a {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.kaifu .itemBox .item .down a {
	color: var(--pm-c);

}

.kaifu .itemBox .item .btn a::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: rgba(134, 116, 211, 0.12) url('../images/kf_down.png') no-repeat center/contain;
	background-size: 12px;
	border-radius: 18px;
	vertical-align: middle;
	margin-right: 5px;
}

.kaifu .itemBox .item .get a {
	color: #FF7549;
}

.kaifu .itemBox .item .get a::before {
	background: rgba(255, 117, 73, 0.12) url('../images/kf_gift.png') no-repeat center/contain;
	background-size: 12px;
}

.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 {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
	border-radius: 3px;
}

.kaifu .itemBox .item .system .az {
	background-image: url(../images/rank_az_.png);
	margin-right: 5px;
	background-color: #DBDBDB;
}

.kaifu .itemBox .item .system .az_ {
	background-image: url(../images/rank_az_.png);
	margin-right: 5px;
	background-color: #89BE55;
}

.kaifu .itemBox .item .system .ios {
	background-image: url(../images/rank_ios_.png);
	background-color: #DBDBDB;
}

.kaifu .itemBox .item .system .ios_ {
	background-image: url(../images/rank_ios_.png);
	background-color: var(--pm-c);
}

.kaifu .itemBox .item .system .nodata {
	color: #999;
}

/* 错误页面 404 500 */
.err {
	padding-bottom: 20px;
}

.err_content {}

.err_content .thum {
	width: 250px;
	margin: 100px auto 0px;
}

.err_content .txtBox {
	text-align: center;
	padding-bottom: 100px;
}

.err_content .txtBox .title {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-bottom: 25px;
	line-height: 2;
}

.err_content .txtBox .goHome {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 99px;
	font-size: 14px;
	color: #fff;
	padding: 0 27px;
	background: var(--pm-c);
}