:root {
    --pm-c: #2BC56F;
}
/*隐藏类*/
.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;
	}
}
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,
::before,
::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-size: .24rem;
	line-height: 1.5;
	color: #333;
	background-color: #f7f7f7;
	width: 7.5rem;
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	letter-spacing: .01rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

table {
	border-collapse: collapse;
}

input {
	border: none;
	/*在移动端浏览器默认的外观在iOS上加上这个属性才能给按钮和输入框自定义样式*/
	-webkit-appearance: none;
}

a,
a:hover {
	text-decoration: none;
}


ul,
li,
ol {
	list-style: none;
}

:focus {
	outline: none;
}


/*点击高亮我们需要清除  设置为transparent 完成透明*/
* {
	-webkit-tap-highlight-color: transparent;
}

/*禁用长按页面时的弹出菜单*/
img,
a {
	-webkit-touch-callout: none;
}

/* 去掉滑动条 */
::-webkit-scrollbar {
	display: none
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3); */
	border-radius: .1rem;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: .1rem;
	background: rgba(0, 0, 0, 0.1);
	/* -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5); */
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 0, 0, 0.4);
}

.rank-nav li:last-child {
	margin-right: 0px;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: .12rem;
}

/*溢出*/
.oneTxtLine {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

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

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

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

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

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.wrapper {
	width: 100%;
	background: #F7F7F7;
	/* padding-left: .3rem !important;
	padding-right: .3rem !important; */
}

.module {
	padding: .24rem;
	background: #fff;
	margin-bottom: .2rem;
}

.bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

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

a.title {
	display: block;
}
.bgc-fff {
	background-color: #fff;
}

/* 评分图标 */
.star {
	height: 0.32rem;
	width: 1.6rem;
	background: url('../images/star.png') repeat-x center/0.32rem;
	display: inline-block;
	margin: .1rem 0;
}

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

.star-1:before {
	width: 0.32rem;
}

.star-2:before {
	width: 0.64rem;
}

.star-3:before {
	width: 0.96rem;
}

.star-4:before {
	width: 1.28rem;
}

.star-5:before {
	width: 1.6rem;
}

/* 多次使用 */
/* 重复使用 */
/* 分页多次使用 */
.pagination {
	padding: .6rem 0 .4rem 0;
	text-align: center;
	color: #4D4D4D;
}

.pagination .page-item {
	display: inline-block;
	margin: .05rem;
	font-size: .26rem;
	border: .02rem solid #E6E6E6;
	color: #999;
	background: #fff;
	border-radius: .04rem;
}

.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: .06rem .18rem;
	border: .02rem solid transparent;
}

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

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

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


.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;
}
.p-l-r-24 {
	padding: 0 .24rem;
}
.m-l-r-24 {
	margin: 0 .24rem;
}
.list {
	position: relative;
	padding-bottom: .6rem;
}
.list li{
	padding-left: .3rem;
	position: relative;
	margin-bottom: .32rem;
}
.list li:last-child{
	margin-bottom: 0;
}
.list li::before{
	position: absolute;
	display: block;
	content: "";
	width: 0.08rem;
	height: 0.08rem;
	background: #E6E6E6;
	left: 0;
	top: .14rem;
	border-radius: 50%;
}
.list li .title{
	max-width: 5.8rem;
	font-size: .28rem;
	color: #1a1a1a;
}
.list li .tag{
	color: var(--pm-c);
}
.list li .tag::after{
	display: inline-block;
	content: "|";
}
.list li .time{
	display: block;
	font-size: .24rem;
	color: #999;
}

/* 底部 */
.footer {
	background-color: #1a1a1a;
	height: 2.56rem;
	width: 100%;
	font-size: .24rem;
	color: #999;
	padding-top: .38rem;
}
.footer .title {
	color: #ccc;
}
.footer .aBox {
	line-height: .36rem;
	width: 5.7rem;
	margin: .22rem 0;
}
.footer a,
.footer .aBox a {
	font-size: .24rem;
	color: #999;
}
.footer .aBox a::before {
	display: inline-block;
	content: "|";
	margin: 0 .06rem;
}
.footer .aBox a:first-child::before {
	display: none;
}

.footer .txt {
	line-height: .28rem;
	padding: 0 .24rem;
}

/* 首页 */
.header {
	/*height: 3rem;*/
	width: 100%;
	background: linear-gradient( 180deg, #2BC584 0%, #2BC56F 100%);
	/* padding-top: .3rem; */
	padding-top: .28rem;
	padding-bottom: .1rem;
	box-sizing: border-box;
}
.logoBox {
	padding-bottom: .5rem;
}
.logo {
	display: block;
	height: 0.6rem;
	position: relative;
	overflow: hidden;
}
.logo img {
	height: 100%;
}
.searchBox {
	position: relative;
	width: 3.4rem;
	height: 0.6rem;
	border-radius: 198px;
	border: .02rem solid var(--pm-c);
	background-color: #fff;
	line-height: .56rem;
	overflow: hidden;
}
.searchBox .search{
	padding-right: .6rem;
	padding-left: .2rem;
	font-size: .24rem;
	width: 100%;
	height: 100%;
}
.searchBox .search::placeholder {
	color: #999;
	font-size: .26rem;
}
.searchBox .search_icon{
	position: absolute;
	right: .2rem;
	top: 0rem;
	display: block;
	width: 0.28rem;
	/*height: 0.28rem;*/
}
.navBar {
	padding: 0 .24rem;
    overflow-x: scroll;
    box-sizing: content-box;
    white-space: nowrap;
}
.navBar a{
	display: inline-block;
	font-size: .28rem;
	color: #fff;
	width: auto;
	position: relative;
	margin-right: .6rem;
	height: .5rem;
}
.navBar a:last-child {
	margin-right: 0;
}
.navBar a.active::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: .06rem;
	background-color: #fff;
	left: 0;
	bottom: 0;
}
.index_slider {
	width: 100%;
	height: 4.2rem;
	position: relative;
}
.index_slider .slider{
	width: 100%;
	height: 100%;
}
.index_slider .slider li .thum{
	width: 100%;
	height: 4.2rem;
	overflow: hidden;
	position: relative;
}
.index_slider .slider li .thum span{
	width: 100%;
	bottom: 0;
	position: absolute;
	background: rgba(0,0,0,0.6);
	height: .76rem;
	line-height: .76rem;
	padding-left: .2rem;
	padding-right: 1.6rem;
	font-size: .32rem;
	color: #fff;
}
.index_slider .slider_nav {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: .3rem;
	right: .24rem;
}
.index_slider .slider_nav li a{
	background: rgba(255,255,255,0.5);
	width: 0.16rem;
	height: 0.16rem;
}
.index_slider .slider_nav li.uk-active a{
	background-color: var(--pm-c);
}

.index_jqrd {
	padding-top: .32rem;
	margin-bottom: .2rem;
}
.index_jqrd .box{
	height: 3.6rem;
	width: 100%;
	background: linear-gradient( #DFF4EE 0%, #6FD09A 100%),url(../images/jqrd_bgi.png);
	border-radius: .16rem;
	background-repeat: no-repeat;
	background-blend-mode:color;
	position: relative;
	padding: .88rem .12rem .12rem;
	margin-bottom: .36rem;
}
.index_jqrd .box .titleBox::before {
	position: absolute;
	content: "";
	display: block;
	width: 1.70rem;
	height: 0.4rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/jqrd.png);
	left: .42rem;
	top: .24rem;
}
.index_jqrd .box .titleBox .time {
	font-size: .26rem;
	color: #49A468;
	position: absolute;
	top: .28rem;
	right: .42rem;
}
.index_jqrd .box .list {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: .12rem;
	padding: .36rem .3rem;
}
.index_jqrd .box .list li{
	padding-left: 0;
	padding-bottom: 0.19rem;
	margin-bottom: 0.19rem;
	border-bottom: .02rem solid #f2f2f2;
}
.index_jqrd .box .list li:last-child {
	margin-bottom: 0;
    border-bottom: none;
	padding-bottom: 0;
}
.index_jqrd .box .list li::before{
	display: none;
}
.index_jqrd .box .list li .hot{
	font-size: .24rem;
	color: #999;
	padding-left: .28rem;
	position: relative;
}
.index_jqrd .box .list li .hot::before {
	position: absolute;
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/list_hot.png);
	width: 0.24rem;
	height: 0.24rem;
	left: 0;
	top: .04rem;
}
.index_jqrd .itemBox{
	padding-bottom: .5rem;
}
.index_jqrd .itemBox .item{
	width: 25%;
}
.index_jqrd .itemBox .item .thum{
	width: 0.88rem;
	height: 0.88rem;
	position: relative;
	margin: 0 auto;
	margin-bottom: .08rem;
}
.index_jqrd .itemBox .item .title{
	font-size: .28rem;
	color: #1a1a1a;
	max-width: .88rem;
	margin: 0 auto;
	text-align: center;
}
.public_title {
	padding-bottom: .24rem;
	margin-bottom: .3rem;
	border-bottom: .02rem solid #ebebeb;
}
.public_title .title{
	width: auto;
	font-size: .36rem;
	color: #1a1a1a;
	padding-left: .34rem;
	position: relative;
	font-weight: bold;
}
.public_title .title::before{
	position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/public_title.png);
    width: 0.14rem;
    height: 0.36rem;
    left: 0;
    top: .1rem;
}
.public_title .more{
	font-size: .24rem;
	color: #999;
	position: relative;
	padding-right: .28rem;
}
.public_title .more::after{
	position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/public_title_more.png);
    width: 0.24rem;
    height: 0.24rem;
    right: 0;
    top: .06rem;
}
.public_item {
	margin-bottom: 0.31rem;
	padding-bottom: 0.31rem;
	border-bottom: .02rem solid #f2f2f2;
}
.public_item .thum{
	width: 2.6rem;
	height: 1.6rem;
	border-radius: .04rem;
	position: relative;
	margin-right: .3rem;
}
.public_item .txtBox{
	max-width: 4.12rem;
}
.public_item .txtBox .title{
	font-size: .28rem;
	color: #1a1a1a;
	margin-bottom: .24rem;
}
.public_item .txtBox .text{
	font-size: .24rem;
	color: #4d4d4d;
	margin-bottom: .24rem;
}
.other_rmgl .itemBox .item .box .tagBox,
.public_item .txtBox .tagBox{
	font-size: .24rem;
	color: #999;
}
.other_rmgl .itemBox .item .box .tagBox .author,
.public_item .txtBox .tagBox .author{
	padding-left: .34rem;
	position: relative;
}
.other_rmgl .itemBox .item .box .tagBox .author::before,
.public_item .txtBox .tagBox .author::before{
	position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/public_item_author.png);
    width: 0.24rem;
    height: 0.24rem;
    left: 0;
    top: .06rem;
}
.other_rmgl .itemBox .item .box .tagBox .time,
.public_item .txtBox .tagBox .time{
	padding-left: .3rem;
	position: relative;
}
.other_rmgl .itemBox .item .box .tagBox .time::before,
.public_item .txtBox .tagBox .time::before{
	position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/public_item_time.png);
    width: 0.24rem;
    height: 0.24rem;
    left: 0;
    top: .06rem;
}
.index_news {
	margin-bottom: .2rem;
	padding-top: .36rem;
}

.index_news .itemBox{
	margin-bottom: .44rem;
}
.index_news .itemBox .public_item{
	margin-bottom: .4rem;
	padding-bottom: 0;
	border: none;
}
.index_news .itemBox .public_item:last-child {
	margin-bottom: 0;
}
.index_news .list::before {
	display: block;
	content: "";
	position: absolute;
	left: 0.03rem;
	top: 0.14rem;
	width: .02rem;
	height: 5.2rem;
	background-color: #e6e6e6;
}
.index_game_down {
	padding-top: .36rem;
	margin-bottom: .2rem;
	padding-bottom: .6rem;
}

.game_down_nav {
	box-sizing: content-box;
	white-space: nowrap;
	overflow-x: scroll;
	padding-left: .24rem;
	margin-bottom: .44rem;
}
.game_down_nav a{
	display: inline-block;
	width: 2rem;
	height: .8rem;
	background: #F5F5F5;
	border-radius: .08rem;
	font-size: .28rem;
	color: #333;
	line-height: .8rem;
	text-align: center;
	padding: 0 .06rem;
	margin-right: .16rem;
}
.game_down_nav a.active {
	color: var(--pm-c);
	background: #EFF9F3;
}
.index_game_down .public_title{
	margin-left: .24rem;
	margin-right: .24rem;
}
.index_game_down .itemBox{}
.index_game_down .itemBox .item{
	margin-bottom: 0.35rem;
	padding-bottom: 0.35rem;
	border-bottom: .02rem solid #F8F8F8;
}
.index_game_down .itemBox .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.index_game_down .itemBox .item .thum{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
}
.index_game_down .itemBox .item .txtBox{
}
.index_game_down .itemBox .item .txtBox .title{
	font-size: .28rem;
	color: #1a1a1a;
	max-width: 3.4rem;
}
.index_game_down .itemBox .item .txtBox .star{}
.index_game_down .itemBox .item .txtBox .tagBox{
	font-size: .24rem;
	color: #999;
}
.index_game_down .itemBox .item .txtBox .tagBox span::before{
	display: inline-block;
	content: "|";
	margin: 0 .04rem;
}
.index_game_down .itemBox .item .txtBox .tagBox span:first-child::before{
	display: none;
}
.index_game_down .itemBox .item .down{
	display: block;
	width: 1.36rem;
	height: .64rem;
	background: var(--pm-c);
	border-radius: .08rem;
	line-height: .64rem;
	text-align: center;
	position: relative;
	padding-left: .26rem;
	font-size: .28rem;
	color: #fff;
}
.index_game_down .itemBox .item .down::before {
	position: absolute;
	display: block;
	content: "";
	width: 0.28rem;
	height: 0.28rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/down.png);
	left: .22rem;
	top: .18rem;
}
.index_hot_news {
	padding-top: .36rem;
	margin-bottom: .2rem;
	padding-bottom: .6rem;
}
.index_hot_news .topImg{
	display: block;
	position: relative;
	width: 100%;
	height: 3.8rem;
	overflow: hidden;
	margin-bottom: .36rem;
}
.index_hot_news .topImg .con{
	width: 100%;
	height: 0.88rem;
	line-height: .88rem;
	padding: 0 .3rem;
	background: rgba(0,0,0,0.6);
	border-radius: 0px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.index_hot_news .topImg .con .title{
	display: block;
	max-width: 5.2rem;
	font-size: .32rem;
	color: #fff;
}
.other_xgyx .itemBox .item .rd,
.index_hot_news .topImg .con .rd{
	display: block;
	font-size: .32rem;
	color: #fff;
	padding-left: .36rem;
	position: relative;
}
.other_xgyx .itemBox .item .rd::before,
.index_hot_news .topImg .con .rd::before{
	position: absolute;
    display: block;
    content: "";
    width: 0.32rem;
    height: 0.32rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/hot.png);
    left: 0;
    top: 0.28rem;
}
.index_hot_news .public_item .txtBox .tagBox .time{
	padding-left: 0;
}
.index_hot_news .public_item .txtBox .tagBox .time::before{
	display: none;
}
.index_hot_news .public_item .txtBox .text {
	line-height: .4rem;
	height: .8rem;
}
.index_hot_news .public_item .title {
	font-size: .32rem;
    color: #1a1a1a;
	margin-bottom: .24rem;
}

.index_hot_package {
	padding-top: .36rem;
	margin-bottom: .2rem;
	padding-bottom: .6rem;
}
.index_hot_package .itemBox {}
.index_hot_package .itemBox .item{
	margin-bottom: .44rem;
}
.index_hot_package .itemBox .item:last-child{
	margin-bottom: 0;
}
.index_hot_package .itemBox .item:nth-child(-n+3){
	margin-bottom: .52rem;
}
.index_hot_package .itemBox .item:nth-child(-n+3) .order {
	background-color: var(--pm-c);
	color: #fff;
}
.index_hot_package .itemBox .item .order{
	width: .4rem;
	height: .4rem;
	border-radius: .06rem;
	border: .02rem solid var(--pm-c);
	line-height: .36rem;
	text-align: center;
	color: var(--pm-c);
	font-size: .28rem;
	margin-right: .2rem;
}
.index_hot_package .itemBox .item .thum{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
}
.index_hot_package .itemBox .item .txtBox{
	max-width: 4.7rem;
}
.index_hot_package .itemBox .item .title{
	max-width: 4.2rem;
	font-size: .28rem;
	color: #1a1a1a;
}
.index_hot_package .itemBox .item .txtBox .text{
	font-size: .24rem;
    color: #4d4d4d;
	margin: 0.14rem 0;
}
.index_hot_package .itemBox .item .num{
	font-size: .24rem;
	color: #999;
	position: relative;
	padding-left: .42rem;
}
.index_hot_package .itemBox .item .num::before {
	position: absolute;
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/gift.png);
	width: 0.32rem;
	height: 0.32rem;
	left: 0;
	top: 0;
}
.index_hot_package .itemBox .item .num span{
	color: #ff6666;
}
.index_gftj {
	padding-top: .36rem;
	margin-bottom: .2rem;
	padding-bottom: .6rem;
}
.index_gftj .top{
	margin-bottom: .2rem;
}
.index_gftj .top .star{
	margin: 0;
}
.index_gftj .public_item .txtBox .tagBox .time{
	padding-left: 0;
}
.index_gftj .public_item .txtBox .tagBox .time::before{
	display: none;
}
.index_gftj .public_item .thum{
	width: 2.4rem;
}
.index_gftj .public_item .txtBox{
	width: 4.32rem;
}
.index_gftj .public_item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.index_jxgl {
	padding-top: .36rem;
	margin-bottom: .2rem;
	padding-bottom: .6rem;
}
.index_jxgl .public_title {
	margin: 0 .24rem .3rem;
}
.index_jxgl .slider {
	margin-left: .24rem;
}
.index_jxgl .itemBox {
	margin-left: 0;
	margin-right: .62rem;
}
.index_jxgl .itemBox .uk-width-4-5{
	width: 4.68rem;
	padding-left: 0;
	margin-right: .38rem;
}
.index_jxgl .itemBox .uk-width-4-5:last-child {
	padding-left: 0;
}
.index_jxgl .itemBox .uk-width-4-5 .item{
	background-color: #fff;
	width: 4.68rem;
	height: 2.6rem;
	border-radius: .08rem;
}
.index_jxgl .itemBox .uk-width-4-5 .item .thum{
	width: 100%;
	height: 2.6rem;
	position: relative;
	border-radius: .04rem;
}
.index_jxgl .itemBox .uk-width-4-5 .item .title{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: .68rem;
	background: rgba(0,0,0,0.6);
	border-radius: 0px 0px .04rem .04rem;
	line-height: .68rem;
	font-size: .28rem;
	color: #fff;
	padding: 0 .3rem;
	text-align: center;
}
.index_top {
	padding-top: .36rem;
	margin-bottom: .2rem;
	padding-bottom: .6rem;
}
.index_top .slider{
	margin-left: .24rem;
}
.index_top .slider .itemBox{
	margin-left: 0;
	margin-right: .44rem;
}
.index_top .slider .itemBox .uk-width-4-5{
	padding-left: 0;
	margin-right: .2rem;
	width: 5.8rem;
}
.index_top .slider .itemBox .uk-width-4-5 .item{
	width: 100%;
	height: 100%;
}
.index_top .slider .itemBox .uk-width-4-5 .item .top{
	height: .92rem;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	line-height: .92rem;
	text-align: center;
	font-size: .32rem;
	font-weight: bold;
	color: #fff;
}
.index_top .slider .topItemBox {
	padding: .3rem;
	border: .02rem solid #EBEBEB;
    border-radius: 0 0 .16rem .16rem;
    border-top: none;
}
.index_top .slider .itemBox .gd {
	display: block;
	width: 5.2rem;
	height: .72rem;
	background: #F2F2F2;
	border-radius: .08rem;
	color: #1a1a1a;
	font-size: .24rem;
	line-height: .72rem;
	text-align: center;
	position: relative;
	padding-right: .3rem;
}
.index_top .slider .itemBox .gd::before {
	position: absolute;
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	right: 2.22rem;
	top: .24rem;
	background-image: url(../images/top_more.png);
	width: 0.24rem;
	height: .24rem;
}
.index_top .slider .topItemBox .top_item {
	margin-bottom: .36rem;
}
.index_top .slider .topItemBox .top_item .thum {
	width: 0.92rem;
	height: 0.92rem;
	border-radius: .24rem;
	position: relative;
}
.index_top .slider .topItemBox .top_item .order {
	font-size: .28rem;
	color: #999;
	font-weight: bold;
	margin: 0 .2rem;
}
.index_top .slider .topItemBox .top_item .txtBox {

}
.index_top .public_title {
	margin: 0 .24rem .3rem;
}
.index_top .slider .topItemBox .top_item .txtBox .title {
	max-width: 2rem;
	font-size: .28rem;
	color: #1a1a1a;
}
.index_top .slider .topItemBox .top_item .txtBox .tagBox {
	margin-top: .16rem;
	font-size: .24rem;
	color: #999;
}
.index_top .slider .topItemBox .top_item .txtBox .tagBox .tag::before {
	display: inline-block;
	content: "|";
	margin: 0 .04rem;
}
.index_top .slider .topItemBox .top_item .txtBox .tagBox .tag:first-child::before {
	display: none;
}
.index_top .slider .topItemBox .top_item .more {
	display: block;
	width: 1.28rem;
	height: .56rem;
	background: var(--pm-c);
	border-radius: .08rem;
	line-height: .56rem;
	text-align: center;
	padding-left: .2rem;
	position: relative;
}
.index_top .slider .topItemBox .top_item .more::before {
	position: absolute;
    content: "";
    display: block;
    width: .28rem;
    height: .28rem;
    left: 0.2rem;
    top: 0.16rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/down.png);
}
.index_top .slider .top1 {
	background-image: url(../images/index_top1.png);
}
.index_top .slider .top2 {
	background-image: url(../images/index_top2.png);
}
.index_top .slider .top3 {
	background-image: url(../images/index_top3.png);
}
.index_friend_link {
	padding-top: .36rem;
	padding-bottom: .6rem;
}
.index_friend_link .aBox a{
	margin-right: .16rem;
	margin-bottom: .24rem;
	display: inline-block;
	height: .5rem;
	background: #fff;
	border-radius: .08rem;
	font-size: .24rem;
	color: #666;
	border: 0.02rem solid #E6E6E6;
	padding: 0 .16rem;
	line-height: .5rem;
	text-align: center;
}
/* 资讯列表页面 */
.list_news {}
.list_news .index_jqrd{
	padding-bottom: .4rem;
	margin-bottom: 0;
}
.list_news_nav {
	height: .8rem;
	width: 100%;
	white-space: nowrap;
	padding-left: .24rem;
	line-height: .8rem;
	overflow-x: scroll;
}
.list_news_nav a {
	display: inline-block;
	margin-right: .6rem;
	font-size: .28rem;
	color: #4d4d4d;
}
.list_news_nav a.active {
	font-weight: bold;
	color: var(--pm-c);
	border-bottom: .02rem solid var(--pm-c);
}
.list_news .itemBox {
	padding-top: .36rem;
}
.list_news .itemBox .public_item .thum{
	width: 2.4rem;
}
.list_news .itemBox .public_item .txtBox {
	max-width: 4.32rem;
}
.list_news .itemBox .public_item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
/* 咨询详情页面 */
.show_news {}

.show_news .titleTop h1{
	line-height: .58rem;
	font-size: .32rem;
	color: #1a1a1a;
	text-align: center;
	font-weight: bold;
	margin-bottom: .8rem;
}
.show_news .titleTop .tagBox{
	font-size: .24rem;
	color: #999;
	text-align: center;
	padding-bottom: .31rem;
	border-bottom: .02rem solid #f2f2f2;
}
.show_news .titleTop .tagBox .tag{
	display: inline-block;
}
.show_news .titleTop .tagBox .tag::before{
	display: inline-block;
    content: "|";
    margin: 0.16rem;
}
.show_news .titleTop .tagBox .tag:first-child::before{
	display: none;
}
.show_news .content {
	padding-top: .31rem;
	padding-bottom: .6rem;
	margin-bottom: .2rem;
}
.show_news .content p {
	font-size: .28rem;
	color: #666;
	text-indent: 2em;
	line-height: .58rem;
}
.show_news .content p iframe,
.show_news .content p img{
	display: block;
	width: 6rem;
	height: auto;
	margin: .2rem auto;
}
.other_xggl {
	padding-top: .36rem;
	margin-bottom: .6rem;
	margin-bottom: .2rem;
}
.other_xggl .list li{
	padding-left: 0;
}
.other_xggl .list li::before{
	display: none;
}
.other_xggl .list li .tag{
	width: .72rem;
	height: .4rem;
	background: #F5F5F5;
	border-radius: .04rem;
	line-height: .4rem;
	text-align: center;
	font-size: .24rem;
}
.other_xggl .list li .tag::after{
	display: none;
}
.other_xggl .list li .title {
	max-width: 5.5rem;
	padding-right: .2rem;
}
.other_xgyx {
	padding-top: .36rem;
	padding-bottom: .6rem;
	margin-bottom: .2rem;
}
.other_xgyx .public_title {
	margin: 0 .24rem .36rem;
}
.other_xgyx .slider {
	padding-left: .24rem;
}
.other_xgyx .slider .itemBox{
	margin-left: 0;
	margin-right: .44rem;
}
.other_xgyx .slider .itemBox .uk-width-4-5{
	width: 5.2rem;
	height: 5.8rem;
	background: #FAFAFA;
	border-radius: .08rem;
	padding: 0;
	margin-right: .2rem;
}
.other_xgyx .slider .itemBox .uk-width-4-5 .item{
	width: 100%;
	height: 100%;
	padding: .2rem;
}
.other_xgyx .slider .itemBox .uk-width-4-5 .item .box {
	margin-bottom: .54rem;
}
.other_xgyx .slider .itemBox .uk-width-4-5 .item .box:last-child {
	margin-bottom: 0;
}
.other_xgyx .slider .itemBox .item .thum{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
}
.other_xgyx .slider .itemBox .item .txtBox .title{
	max-width: 3.1rem;
	font-size: .28rem;
	color: #1a1a1a;
	margin-bottom: .16rem;
}
.other_xgyx .slider .itemBox .item .txtBox .tagBox{
	font-size: .24rem;
	color: #4d4d4d;
	margin-bottom: .16rem;
}
.other_xgyx .slider .itemBox .item .txtBox .tagBox span::before{
	display: inline-block;
	content: "|";
	margin: 0 .08rem;
}
.other_xgyx .slider .itemBox .item .txtBox .tagBox span:first-child::before{
	display: none;
}
.other_xgyx .slider .itemBox .item .rd {
	font-size: .24rem;
	color: #999;
	padding-left: .24rem;
}
.other_xgyx .slider .itemBox .item .rd::before {
	background-image: url(../images/list_hot.png);
	width: 0.24rem;
	height: .24rem;
	top: .04rem;
}
.other_hot_game {
	padding-top: .36rem;
	padding-bottom: .6rem;
	margin-bottom: .2rem;
}
.other_hot_game .itemBox{}
.other_hot_game .itemBox .item{
	margin-bottom: .35rem;
	padding-bottom: .35rem;
	border-bottom: .02rem solid #f2f2f2;
}
.other_hot_game .itemBox .item:last-child {
	margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.other_hot_game .itemBox .item .thum{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
}
.other_hot_game .itemBox .item .txtBox .top{
	width: 5.32rem;
	margin-bottom: .16rem;
}
.other_hot_game .itemBox .item .txtBox .title{
	max-width: 3.2rem;
    font-size: .28rem;
    color: #1a1a1a;
}
.other_hot_game .itemBox .item .txtBox .top .tag{
	width: 1.56rem;
	height: .36rem;
	background: var(--pm-c);
	border-radius: .04rem;
	line-height: .36rem;
	font-size: .24rem;
	color: #fff;
	text-align: center;
	padding-left: .3rem;
	position: relative;
}
.other_hot_game .itemBox .item .txtBox .top .tag::before{
	position: absolute;
	content: "";
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/tj.png);
	left: .12rem;
	top: .02rem;
}
.other_hot_game .itemBox .item .txtBox .tagBox{
	font-size: .24rem;
	color: #999;
}
.other_hot_game .itemBox .item .txtBox .tagBox div{
	width: 50%;
}
.other_game_video {
	padding-top: .36rem;
	padding-bottom: .6rem;
	margin-bottom: .2rem;
}
.other_game_video .itemBox{}
.other_game_video .itemBox .item{
	margin-bottom: .31rem;
	padding-bottom: .31rem;
	border-bottom: .02rem solid #f2f2f2;
}
.other_game_video .itemBox .item .thum{
	width: 2.3rem;
	height: 1.52rem;
	position: relative;
	border-radius: .04rem;
	margin-left: .3rem;
}
.other_game_video .itemBox .item .thum::before {
	position: absolute;
    content: "";
    display: block;
    width: .52rem;
    height: .52rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/play.png);
    right: .12rem;
    bottom: .12rem;
	z-index: 2;
}
.other_game_video .itemBox .item .txtBox{
	width: 4.42rem;
}
.other_game_video .itemBox .item .txtBox .title{
	font-size: .28rem;
	color: #1a1a1a;
	margin-bottom: .18rem;
}
.other_game_video .itemBox .item .txtBox .text{
	font-size: .24rem;
	color: #4d4d4d;
	margin-bottom: .26rem;
}
.other_game_video .itemBox .item .txtBox .tagBox .time{
	font-size: .24rem;
	color: #999;
	margin-right: .16rem;
}
.other_game_video .itemBox .item .txtBox .tagBox .tag{
	height: .36rem;
	line-height: .36rem;
	padding-right: .12rem;
	padding-left: .52rem;
	position: relative;
	text-align: center;
	font-size: .24rem;
	color: var(--pm-c);
	background: #EFF9F3;
}
.other_game_video .itemBox .item .txtBox .tagBox .tag::before {
	position: absolute;
    content: "";
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/eye.png);
    left: .12rem;
    top: .02rem;
}
.other_game_video .list li::before {
	width: 0.36rem;
	height: 0.36rem;
	background-color: #d9d9d9;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/list_play.png);
	top: 0.02rem;
}
.other_game_video .list {
	padding-bottom: 0;
}
.other_game_video .list li {
	padding-left: .36rem;
}
.other_game_video .list li .title {
	padding-right: .2rem;
}
.other_new_game {
	padding-top: .36rem;
	padding-bottom: .6rem;
}
.other_new_game .itemBox{
	margin-left: -1.28rem;
}
.other_new_game .itemBox .uk-width-1-3{
	padding-left: 1.28rem;
}
.other_new_game .itemBox .uk-width-1-3.uk-grid-margin {
	margin-top: .4rem;
}
.other_new_game .itemBox .item .thum{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-bottom: .16rem;
	margin:0 auto;
}
.other_new_game .itemBox .item .title{
	max-width: 1.4rem;
	text-align: center;
	font-size: .28rem;
	color: #1a1a1a;
	margin-bottom: .1rem;
	margin:0 auto;
}
.other_new_game .itemBox .item .size{
	max-width: 1.4rem;
	text-align: center;
	margin: 0 auto;
	font-size: .24rem;
	color: #999;
}
/* 手游下载 */
.list_game {}
.list_game_itemBox {
	padding: .4rem .24rem;
	margin-bottom: .2rem;
}
.list_game_itemBox .itemBox {
	margin-left: -.2rem;
}
.list_game_itemBox .uk-width-1-4{
	padding-left: .2rem;
}
.list_game_itemBox .uk-width-1-4.uk-grid-margin {
	margin-top: .2rem;
}
.list_game_itemBox .uk-width-1-4 a{
	display: block;
	height: .6rem;
	line-height: .6rem;
	max-width: 1.6rem;
	text-align: center;
	background-color: #f7f7f7;
	border-radius: .06rem;
	font-size: .24rem;
	color: #333;
}
.list_game_itemBox .uk-width-1-4 a.active{
	background-color: var(--pm-c);
	color: #fff;
}
.list_game .index_game_down{
	margin-bottom: 0;
}
/* 手游下载详情 */
.show_news {}
.show_news .titleTop{
	padding: .4rem .24rem 0;
}
.show_news .titleTop .top {
	position: relative;
	width: 100%;
	margin-bottom: 0.39rem;
	padding-bottom: 0.39rem;
	border-bottom: .02rem solid #f2f2f2;
}
.show_news .titleTop .top::after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: .14rem;
	width: 0.8rem;
	height: 1.12rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/down_detail_tj.png);
}
.show_news .titleTop .thum{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
	overflow: hidden;
}
.show_news .titleTop .txtBox .title{
	max-width: 4.5rem;
	font-size: .32rem;
	color: #1a1a1a;
	margin-bottom: .16rem;
}
.show_news .titleTop .txtBox .language{
	font-size: .24rem;
	color: #808080;
	margin-bottom: .14rem;
}
.show_news .titleTop .txtBox .updateTime{
	font-size: .24rem;
	color: #808080;
}
.show_news .titleTop .btm{
	padding-bottom: .5rem;
}
.show_news .titleTop .btm .tag{
	display: inline-block;
	width: 24%;
	text-align: center;
	border-right: .02rem solid #f2f2f2;
	font-size: .24rem;
	color: #808080;
}
.show_news .titleTop .btm .tag:last-child {
	border: none;
}
.show_news .titleTop .btm .tag span {
	display: block;
	margin-top: .2rem;
	font-size: .26rem;
	font-weight: bold;
}
.show_news .titleTop .down {
	display: block;
	width: 100%;
	height: .9rem;
	line-height: .9rem;
	text-align: center;
	background: var(--pm-c);
	border-radius: 198px;
	font-size: .32rem;
	color: #fff;
}
.show_news .titleTop .down a {
	color: #fff;
}
.content_title {
	padding-bottom: .24rem;
	margin-bottom: .34rem;
	border-bottom: .02rem solid var(--pm-c);
}
.content_title .title{
	font-size: .36rem;
	color: #1a1a1a;
	font-weight: bold;
	padding-left: .64rem;
	position: relative;
}
.content_title .title::before {
	position: absolute;
    left: 0;
    top: 0.06rem;
    display: block;
	width: 0.48rem;
	height: 0.48rem;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
}
.content_title .photo::before {
	background-image: url(../images/photo.png);
}
.content_title .game::before {
	background-image: url(../images/game.png);
}
.content_title .info::before {
	background-image: url(../images/info.png);
}
.content_title .app::before {
	background-image: url(../images/app.png);
}
.show_news .content {
	padding: .4rem .24rem .6rem;
	margin-bottom: .2rem;
}
.show_news .content .sliderBox{
	overflow: hidden;
	/*height: 5.6rem;*/
	margin-top: .36rem;
}
.show_news .content .item {
	margin-bottom: .8rem;
}
.show_news .content .item:last-child {
	margin-bottom: 0;
}
.show_news .content .sliderBox .slider li{
	padding-right: .24rem;
}
.show_news .content .sliderBox .slider li:last-child {
	padding-right: 0;
}
.show_news .content .sliderBox .slider li .img{
	width: 3.2rem;
	/*height: 5.6rem;*/
	position: relative;
	display: block;
	overflow: hidden;
}
.show_news .content .item p {
	font-size: .28rem;
	color: #666;
	line-height: .58rem;
	text-indent: 0;
}
.show_news .content .item h3,
.show_news .content .item h2{
	font-size: .32rem;
	color: var(--pm-c);
	font-weight: bold;
	margin-top: .22rem;
	margin-bottom: .16rem;
}
.show_news .other_rmgl {
	padding-top: .36rem;
	margin-bottom: 0.2rem;
	padding-bottom: .6rem;
}
.other_rmgl .itemBox{}
.other_rmgl .itemBox .item{
	margin-bottom: .5rem;
}
.other_rmgl .itemBox .item:last-child{
	margin-bottom: 0;
}
.other_rmgl .itemBox .item .tag{
	width: .8rem;
	height: .44rem;
	background: #FD6943;
	border-radius: .04rem;
	line-height: .44rem;
	text-align: center;
	margin-right: .2rem;
	font-size: .28rem;
	color: #fff;
	margin-bottom: .24rem;
}
.other_rmgl .itemBox .item .title{
	font-size: .32rem;
	color: #1a1a1a;
	max-width: 6.02rem;
	margin-bottom: .24rem;
}
.other_rmgl .itemBox .item .box{
	padding: .24rem .4rem;
	width: 100%;
	height: 2.34rem;
	background: #F7F7F7;
	border-radius: .08rem;
}
.other_rmgl .itemBox .item .box .text{
	font-size: .28rem;
	color: #4d4d4d;
	margin-bottom: .42rem;
	line-height: .56rem;
}
.other_rmgl .itemBox .item .box .tagBox .author::before {
	top: .04rem;
	width: .28rem;
	height: .28rem;
}
.other_rmgl .itemBox .item .box .tagBox .time::before {
	top: .04rem;
	width: .28rem;
	height: .28rem;
}
.other_tltj {
	padding: .4rem 0 .6rem;
	margin-bottom: .2rem;
}
.other_tltj .public_title {
	margin: 0 .24rem .3rem;
}
.other_tltj .slider{
	padding-left: .24rem;
}
.other_tltj .slider .itemBox{
	margin-left: 0;
	padding-right: .46rem;
}
.other_tltj .slider .itemBox .uk-width-1-4{
	padding-left: 0;
	margin-right: .46rem;
}
.other_tltj .slider .itemBox .uk-width-1-4 .item{
	width: 1.4rem;
}
.other_tltj .slider .itemBox .uk-width-1-4 .item .thum{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-bottom: .2rem;
}
.other_tltj .slider .itemBox .uk-width-1-4 .item .title{
	width: 1.4rem;
	font-size: .28rem;
	color: #1a1a1a;
	margin-bottom: .16rem;
	text-align: center;
}
.other_tltj .slider .itemBox .uk-width-1-4 .item .down{
	display: block;
	width: 1.36rem;
	height: .64rem;
	background: var(--pm-c);
	border-radius: .08rem;
	line-height: .64rem;
	text-align: center;
	font-size: .28rem;
	color: #fff;
	margin: 0 auto;
}

.other_top {
	padding: .4rem 0.24rem .6rem;
	margin-bottom: .2rem;
}
.other_top .top{
	padding-bottom: .35rem;
	margin-bottom: .35rem;
	border-bottom: .02rem solid #f2f2f2;
}
.other_top .top .topItemBox{
	margin-left: -.9rem;
}
.other_top .top .topItemBox .top1{
	transform: translateX(100%);
}
.other_top .top .topItemBox .top2{
	transform: translateX(-100%);
}
.other_top .top .topItemBox .top1 .thum {
	border-color: #9D6321!important;
	transform: scale(1.12);
	margin-bottom: .24rem!important;
}
.other_top .top .topItemBox .top2 .thum {
	border-color: #446780!important;
}
.other_top .top .topItemBox .top3 .thum {
	border-color: #7A3D16!important;
}
.other_top .top .topItemBox .top1 .title {
	color: #9D6321!important;
}
.other_top .top .topItemBox .top2 .title {
	color: #446780!important;
}
.other_top .top .topItemBox .top3 .title {
	color: #7A3D16!important;
}
.other_top .top .topItemBox .uk-width-1-3{
	padding-left: .9rem;
}
.other_top .top .topItemBox .uk-width-1-3 .item{
	position: relative;
}
.other_top .top .topItemBox .uk-width-1-3 .item .thum{
	position: relative;
	width: 1.44rem;
	height: 1.44rem;
	border-radius: .3rem;
	border: .04rem solid #E6E6E6;
	margin: 0 auto .16rem;
}
.other_top .top .topItemBox .uk-width-1-3 .item::before{
	position: absolute;
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	width: 0.52rem;
	height: 0.4rem;
	left: 0;
	top: 0;
	z-index: 3;
}
.other_top .top .topItemBox .top1 .item::before{
	background-image: url(../images/top1.png);
	top: -.12rem;
}
.other_top .top .topItemBox .top2 .item::before{
	background-image: url(../images/top2.png);
	left: .1rem;
	top: -.04rem;
}
.other_top .top .topItemBox .top3 .item::before{
	background-image: url(../images/top3.png);
	left: .1rem;
	top: -.04rem;
}
.other_top .top .topItemBox .uk-width-1-3 .item .title{
	width: 1.44rem;
    font-size: .28rem;
    color: #1a1a1a;
    text-align: center;
	margin: 0 auto;
}
.other_top .index_game_down {
	padding: 0;
	margin: 0;
}
.other_top .index_game_down .down {
	border: .02rem solid var(--pm-c)!important;
	color: var(--pm-c)!important;
	background-color: transparent!important
}
.other_top .index_game_down .down::before {
	background-image: url(../images/down_curr.png)!important;
}
.other_top .index_game_down .item .order{
	font-size: .3rem;
	color: #bfbfbf;
	font-weight: bold;
	margin-right: .3rem;
}
.other_top .index_game_down .itemBox .item .txtBox .title{
	max-width: 3.2rem;
}
.other_xggl .itemBox .public_item .thum {
	width: 2.2rem;
	height: 1.48rem;
}
.other_xggl .itemBox .public_item .txtBox {
	max-width: 4.52rem;
}
.show_news .index_gftj {
	margin: 0;
}

/* 专辑页面 */
.list_collection {}
.top_nav {
	padding: 0 0.24rem;
}
.top_nav .aBox{
	padding: .4rem 0 .35rem;
	border-bottom: .02rem solid #f2f2f2;
	padding-left: 1.4rem;
}
.top_nav .aBox a{
	display: inline-block;
	width: 1.92rem;
	height: .8rem;
	background: #F7F7F7;
	border-radius: .06rem;
	font-size: .28rem;
	color: #333;
	text-align: center;
	line-height: .8rem;
}
.top_nav .aBox a:first-child {
	margin-right: .2rem;
}
.top_nav .aBox a.active {
	background-color: var(--pm-c);
	color: #fff;
}
.list_collection .itemBox {
	padding: .35rem .24rem .6rem;
}
.list_collection .itemBox .item{
	padding: .3rem;
	width: 100%;
	height: 3.22rem;
	background: #F9F9F9;
	border-radius: .08rem;
	margin-bottom: 0.28rem;
}
.list_collection .itemBox .item:last-child {
	margin-bottom: 0;
}
.list_collection .itemBox .item .top{
	margin-bottom: .5rem;
}
.list_collection .itemBox .item .top .tag{
	width: .72rem;
	height: .4rem;
	background: var(--pm-c);
	border-radius: .04rem;
	font-size: .24rem;
	text-align: center;
	line-height: .4rem;
	color: #fff;
	margin-right: .12rem;
}
.list_collection .itemBox .item .top .title{
	font-size: .28rem;
	color: #1a1a1a;
	max-width: 3.6rem;
	padding-right: .2rem;
}
.list_collection .itemBox .item .top .time{
	font-size: .24rem;
	color: #999;
}
.list_collection .itemBox .item .thumBox{
	margin-left: -.6rem;
}
.list_collection .itemBox .item .thumBox .uk-width-1-4{
	padding-left: .6rem;
}
.list_collection .itemBox .item .thumBox .uk-width-1-4 .box{
	width: 1.4rem;
}
.list_collection .itemBox .item .thumBox .uk-width-1-4 .box .thum{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .3rem;
	position: relative;
	margin: 0 auto .16rem;
}
.list_collection .itemBox .item .thumBox .uk-width-1-4 .box .title{
	max-width: 1.4rem;
	margin: 0 auto;
	font-size: .26rem;
	color: #4d4d4d;
}
.list_collection .itemBox .item .thumBox .uk-width-1-4 .box .more{
	display: block;
	width: 1.08rem;
	height: 1.08rem;
	border-radius: .08rem;
	border: .02rem solid var(--pm-c);
	position: relative;
	margin-top: .08rem;
}
.list_collection .itemBox .item .thumBox .uk-width-1-4 .box .more span{
	display: block;
	line-height: .32rem;
	font-size: .28rem;
	margin: 0.18rem .16rem;
	color: var(--pm-c);
}
.list_collection .itemBox .item .thumBox .uk-width-1-4 .box .more::before{
	position: absolute;
	display: block;
	content: "";
	width: 0.2rem;
	height: 0.2rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/zj_more.png);
	top: .44rem;
	right: .1rem;
}

/* 专辑详情页面 */
.show_collection{}
.show_collection .titleTop{
}
.show_collection .titleTop .line {
	padding-top: .4rem;
	padding-bottom: .35rem;
	border-bottom: .02rem solid #f2f2f2;
}
.show_collection .titleTop .thum{
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	overflow: hidden;
	position: relative;
	margin-right: .3rem;
}
.show_collection .titleTop .txtBox{
	max-width: 5.32rem;
}
.show_collection .titleTop .txtBox h1{
	margin: 0 0 .18rem;
	font-size: .32rem;
	color: #1a1a1a;
	font-weight: bold;
}
.show_collection .titleTop .txtBox .tagBox{
	font-size: .24rem;
	color: #808080;
}
.show_collection .titleTop .txtBox .tagBox .tag{
	width: 48%;
	display: inline-block;
}
.show_collection .titleTop .txtBox .tagBox .tag.updateTime {
	width: 100%;
	margin-top: .14rem;
}
.show_collection .content {
	padding-top: .35rem;
	padding-bottom: .4rem;
	margin-bottom: .2rem;
}
.show_collection .content .tj {}
.show_collection .content .tj .tj_title{
	padding-left: .4rem;
	position: relative;
	font-size: .28rem;
	color: var(--pm-c);
	margin-bottom: .24rem;
}
.show_collection .content .tj .tj_title::before {
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/love.png);
	position: absolute;
	width: 0.32rem;
	height: 0.32rem;
	left: 0;
	top: 0.06rem;
}
.show_collection .content .tj .itemBox{
	margin-left: -.3rem;
}
.show_collection .content .tj .itemBox .uk-width-1-2{
	padding-left: .3rem;
}
.show_collection .content .tj .itemBox .uk-width-1-2.uk-grid-margin{
	margin-top: .3rem;
}
.show_collection .content .tj .itemBox .uk-width-1-2 .item{
	height: .64rem;
	background: #F2F2F2;
	border-radius: 0.16rem;
	line-height: .64rem;
	text-align: center;
	padding: 0 .2rem;
	position: relative;
}
.show_collection .content .tj .itemBox .uk-width-1-2 .item::before {
	position: absolute;
	display: block;
	content: "";
	width: 0.2rem;
	height: 0.2rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/tag_more.png);
	right: .2rem;
	top: .22rem;
}
.show_collection .content .tj .itemBox .uk-width-1-2 .item .title{
	max-width: 2.8rem;
	padding-right: .26rem;
	font-size: .24rem;
	color: #333;
}
.xbtj {}
.xbtj .xbtj_content{
	width: 100%;
	height: 4.18rem;
	background: #fff;
	border-radius: .16rem;
	border: .02rem solid #EDEDED;
	padding: 1.24rem .4rem .3rem;
	position: relative;
	z-index: 1;
	margin-top: .4rem;
}
.xbtj .xbtj_content::before {
	display: block;
	width: 7.02rem;
	height: .84rem;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: -0.02rem;
	top: 0;
	content: "";
	background-image: url(../images/xbtj.png);
	z-index: 2;
}
.xbtj .xbtj_content .top{}
.xbtj .xbtj_content .top .thum{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
}
.xbtj .xbtj_content .top .txtBox{
	max-width: 4.52rem;
}
.xbtj .xbtj_content .top .txtBox .title{
	font-size: .32rem;
	color: #1a1a1a;
}
.xbtj .xbtj_content .top .txtBox .tagBox{
	font-size: .24rem;
	color: #4d4d4d;
	margin: .15rem 0;
}
.xbtj .xbtj_content .top .txtBox .tagBox .star{
	margin: 0 .15rem 0 0;
}
.xbtj .xbtj_content .top .txtBox .tagBox .tag::after{
	display: inline-block;
	content: "|";
	margin: 0 .04rem;
}
.xbtj .xbtj_content .top .txtBox .tagBox .tag:last-child::after{
	display: none;
}
.xbtj .xbtj_content .top .txtBox .text{
	font-size: .24rem;
	color: #999;
}
.xbtj .xbtj_content .down{
	display: block;
	margin-top: .3rem;
	width: 6.22rem;
	height: .9rem;
	background: #EFF9F3;
	border-radius: 198px;
	font-size: .32rem;
	color: var(--pm-c);
	line-height: .9rem;
	text-align: center;
}
.show_collection .index_game_down .itemBox .item .txtBox .tagBox {
	font-size: .24rem;
    color: #4d4d4d;
    margin: .18rem 0;
}
.show_collection .index_game_down .itemBox .item .star {
	margin: 0;
}
.show_collection .index_game_down .itemBox .item .text {
	margin-top: .2rem;
	font-size: .24rem;
	color: #999;
}
.show_collection .other_xggl .list {
	padding-bottom: 0;
}
.show_collection .other_xggl {
	padding-bottom: .6rem;
}
.show_collection .other_xggl .itemBox .public_item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.show_collection .other_xggl .itemBox .public_item .thum {
	width: 2.4rem;
	height: 1.6rem;
}
.show_collection .other_xggl .itemBox .public_item .txtBox {
	max-width: 4.32rem;
}
.other_tjzj {
	padding: .36rem .24rem .8rem;
}
.other_tjzj .itemBox {}
.other_tjzj .itemBox .item {
	padding: .3rem;
	width: 100%;
	height: 2rem;
	background: #F8F8F8;
	border-radius: .08rem;
	margin-bottom: .26rem;
}
.other_tjzj .itemBox .item:last-child {
	margin-bottom: 0;
}
.other_tjzj .itemBox .item .txtBox .title{
	max-width: 3.8rem;
	font-size: .28rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .28rem;
}
.other_tjzj .itemBox .item .txtBox .tagBox{
	font-size: .24rem;
	color: #999;
}
.other_tjzj .itemBox .item .txtBox .tagBox .tag{
	margin-bottom: .12rem;
	padding-left: .34rem;
	position: relative;
}
.other_tjzj .itemBox .item .txtBox .tagBox .tag:last-child{
	margin-bottom: 0;
}
.other_tjzj .itemBox .item .txtBox .tagBox .tag:last-child::before{
	background-image: url(../images/num.png);
}
.other_tjzj .itemBox .item .txtBox .tagBox .tag::before{
	position: absolute;
	display: block;
	content: "";
	width: 0.28rem;
	height: 0.28rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/time_curr.png);
	left: 0;
	top: 0.04rem;
}
.other_tjzj .itemBox .item .thumBox .thum{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .12rem;
}
.other_tjzj .itemBox .item .thumBox .right .thum{
	width: 0.64rem;
	height: 0.64rem;
	margin-right: 0;
	margin-bottom: .12rem;
	position: relative;
	border-radius: .16rem;
}
.other_tjzj .itemBox .item .thumBox .right .thum:last-child{
	margin-bottom: 0;
}
/* 手游排行榜 */
.list_rank {
}
.list_rank_banner{
	display: block;
	height: 1.8rem;
	position: relative;
	overflow: hidden;
}
.list_rank_nav{
	padding: .36rem .24rem .52rem;
}
.list_rank_nav .itemBox{
	margin-left: -.22rem;
}
.list_rank_nav .itemBox .uk-width-1-2{
	padding-left: .22rem;
}
.list_rank_nav .itemBox .uk-width-1-2.uk-grid-margin{
	margin-top: .22rem;
}
.list_rank_nav .itemBox .uk-width-1-2 .item a{
	display: block;
	width: 3.4rem;
	height: .8rem;
	line-height: .8rem;
	text-align: center;
	background: #f7f7f7;
	border-radius: .12rem;
	font-size: .24rem;
	color: #333;
}
.list_rank_nav .itemBox .uk-width-1-2 .item.active a{
	background-color: var(--pm-c);
	color: #fff;
}
.list_rank .index_game_down .itemBox .item {
	margin-bottom: 0.35rem;
	padding-bottom: 0.35rem;
	border-bottom: .02rem solid #f2f2f2;
}
.list_rank .index_game_down .itemBox .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.list_rank .index_game_down .itemBox .item .txtBox {
	max-width: 4.52rem;
}
.list_rank .index_game_down .itemBox .item .txtBox .tagBox {
	margin: .18rem 0;
	color: #4d4d4d;
	font-size: .24rem;
}
.list_rank .index_game_down .itemBox .item .txtBox .title {
	max-width: 3rem;
}
.list_rank .index_game_down .itemBox .item .order {
	width: 0.56rem;
	height: 0.56rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/rank.png);
	font-size: .24rem;
	color: #fff;
	line-height: .66rem;
	text-align: center;
	margin-right: .24rem;
}
.list_rank .index_game_down .itemBox .item:nth-child(1) .order{
	background-image: url(../images/rank1.png);
}
.list_rank .index_game_down .itemBox .item:nth-child(2) .order{
	background-image: url(../images/rank2.png);
}
.list_rank .index_game_down .itemBox .item:nth-child(3) .order{
	background-image: url(../images/rank3.png);
}
.list_rank .index_game_down .itemBox .item .score {
	padding-left: .3rem;
	color: #ff6666;
	position: relative;
	font-size: .24rem;
	margin-right: .16rem;
}
.list_rank .index_game_down .itemBox .item .text {
	font-size: .24rem;
	color: #999;
}
.list_rank .index_game_down .itemBox .item .score::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 0.02rem;
	width: 0.28rem;
	height: 0.28rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/star_curr.png);
}
.list_rank .index_game_down {
	padding-top: 0;
	margin-bottom: 0;
}
/* 排行榜列表 */
.list_rank_news{}
.list_rank_news_itemBox {
	padding: .36rem .24rem 0;
}
.list_rank_news_itemBox .item {
	padding: .3rem;
	width: 100%;
	height: 4.24rem;
	background: #F8F8F8;
	margin-bottom: .28rem;
	border-radius: .08rem;
}
.list_rank_news_itemBox .item:last-child {
	margin-bottom: 0;
}
.list_rank_news_itemBox .item .top{
	padding-bottom: .3rem;
	border-bottom: .02rem solid #E6E6E6;
}
.list_rank_news_itemBox .item .top .title{
	font-size: .32rem;
	max-width: 4.2rem;
	color: #1a1a1a;
	font-weight: bold;
}
.list_rank_news_itemBox .item .top .time{
	font-size: .24rem;
    color: #999;
    margin-top: .2rem;
	padding-left: .36rem;
	position: relative;
}
.list_rank_news_itemBox .item .top .time::before {
	position: absolute;
	display: block;
	width: 0.28rem;
	height: 0.28rem;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	background-image: url(../images/time_curr.png);
	left: 0;
	top: .04rem;
}
.list_rank_news_itemBox .item .top .more{
	width: 1.84rem;
	height: .64rem;
	border-radius: .08rem;
	border: .02rem solid var(--pm-c);
	text-align: center;
	line-height: .6rem;
	color: var(--pm-c);
	font-size: .28rem;
	position: relative;
	padding-right: .2rem;
}
.list_rank_news_itemBox .item .top .more::before {
	position: absolute;
	display: block;
	content: "";
	width: 0.2rem;
	height: 0.2rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/zj_more.png);
	top: .22rem;
	right: .22rem;
}
.list_rank_news_itemBox .item .thumBox{
	margin-left: -.78rem;
	padding-top: .44rem;
}
.list_rank_news_itemBox .item .thumBox .uk-width-1-3{
	padding-left: .78rem;
}
.list_rank_news_itemBox .item .thumBox .uk-width-1-3 .box{
	max-width: 1.4rem;
	position: relative;
}
.list_rank_news_itemBox .item .thumBox .uk-width-1-3 .box::before {
	display: block;
	position: absolute;
	content: "";
	width: 0.52rem;
	height: 0.4rem;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0.04rem;
	top: -.04rem;
	z-index: 2;
}
.list_rank_news_itemBox .item .thumBox .uk-width-1-3 .box .thum{
	width: 1.24rem;
	height: 1.24rem;
	border-radius: .3rem;
	position: relative;
	margin: 0 auto .16rem;
}
.list_rank_news_itemBox .item .thumBox .uk-width-1-3 .box .title{
	margin: 0 auto;
	max-width: 1.4rem;
	text-align: center;
	font-size: .28rem;
	color: #4d4d4d;
}
.list_rank_news_itemBox .item .thumBox .uk-width-1-3:nth-child(1){
	transform: translateX(100%);
}
.list_rank_news_itemBox .item .thumBox .uk-width-1-3:nth-child(2){
	transform: translateX(-100%);
}
.list_rank_news_itemBox .item .thumBox .uk-width-1-3:nth-child(1) .box::before{
	background-image: url(../images/top1.png);
	left: -.04rem;
	top: -.12rem;
}
.list_rank_news_itemBox .item .thumBox .uk-width-1-3:nth-child(2) .box::before{
	background-image: url(../images/top2.png);
}
.list_rank_news_itemBox .item .thumBox .uk-width-1-3:nth-child(3) .box::before{
	background-image: url(../images/top3.png);
}
.list_rank_news_itemBox .item .thumBox .uk-width-1-3:nth-child(1) .thum{
	border: .04rem solid #F3B543;
	transform: scale(1.12);
	margin-bottom: .24rem;
}
.list_rank_news_itemBox .item .thumBox .uk-width-1-3:nth-child(2) .thum{
	border: .04rem solid #A9D2FA;
}
.list_rank_news_itemBox .item .thumBox .uk-width-1-3:nth-child(3) .thum{
	border: .04rem solid #EC8D59;
}
/* 礼包列表 */
.list_game_package{}
.list_game_package .other_xgyx {
	padding-bottom: .4rem;
}
.list_game_package .other_xgyx .slider .itemBox .item .txtBox .text{
	font-size: .24rem;
	color: #999;
}
.list_game_package .other_xgyx .slider .itemBox .item .txtBox{
	max-width: 3.1rem;
}
.list_game_package .other_xgyx .slider .itemBox .item .txtBox .title{
	font-weight: bold;
}
.list_game_package .other_xgyx .slider .itemBox .item .thum{
	width: 1.2rem;
	height: 1.2rem;
	margin-right: .2rem;
}
.list_game_package .other_xgyx .slider .itemBox .uk-width-4-5 .item{
}
.list_game_package .other_xgyx .slider .itemBox .uk-width-4-5{
	width: 5rem;
	height: 2.16rem;
}
.progress {
    width: 2rem;
    height: .12rem;
    background: #D9D9D9;
    border-radius: 999px;
    margin-bottom: 0;
    margin-right: .16rem;
}

.progress::-webkit-progress-value {
    border-radius: 999px;
    background-color: #FD6943;
}
.list_game_package .other_xgyx .slider .itemBox .item .box {
	margin-bottom: 0;
}
.list_game_package .other_xgyx .slider .itemBox .item .btm {
	font-size: .24rem;
	color: #FD6943;
}
.list_game_package .other_xgyx .slider .itemBox .item .btm .get{
	display: block;
	width: 1.44rem;
	height: .56rem;
	border-radius: .08rem;
	border: .02rem solid var(--pm-c);
	line-height: .52rem;
	color: var(--pm-c);
	font-size: .28rem;
	text-align: center;
	margin-left: .12rem;
}
.list_game_package_itemBox {
	padding-top: .36rem;

}
.list_game_package_itemBox .itemBox .item{
	margin-bottom: .35rem;
	padding-bottom: .35rem;
	border-bottom: .02rem solid #f2f2f2;
}
.list_game_package_itemBox .itemBox .item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.list_game_package_itemBox .item .thum{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
}
.list_game_package_itemBox .item .txtBox{
	width: 5.32rem;
}
.list_game_package_itemBox .item .txtBox .title{
	font-size: .28rem;
	color: #1a1a1a;
	margin-bottom: .16rem;
}
.list_game_package_itemBox .item .txtBox .text{
	font-size: .24rem;
	color: #4d4d4d;
	max-width: 3.2rem;
	margin-bottom: .16rem;
}
.list_game_package_itemBox .item .txtBox .time{
	font-size: .24rem;
	color: #999;
	padding-left: .32rem;
	position: relative;
}
.list_game_package_itemBox .item .txtBox .time::before{
	position: absolute;
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	width: 0.28rem;
	height: 0.28rem;
	background-image: url(../images/time_curr.png);
	left: 0;
	top: .04rem;
}
.list_game_package_itemBox .item .get{
	display: block;
	width: 1.36rem;
	height: .64rem;
	border-radius: .08rem;
	border: .02rem solid var(--pm-c);
	line-height: .6rem;
	font-size: .28rem;
	text-align: center;
	color: var(--pm-c);
}

/* 礼包详情页面 */
.show_game_package {}
.show_game_package .titleBox{
	padding: .4rem .24rem .5rem;
}
.show_game_package .titleBox .thum{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
	display: block;
	overflow: hidden;
}
.show_game_package .titleBox .txtBox{}
.show_game_package .titleBox .txtBox .title{
	max-width: 5.32rem;
	font-size: .32rem;
	color: #1a1a1a;
	font-weight: bold;
	margin-bottom: .12rem;
}
.show_game_package .titleBox .tagBox{
	font-size: .24rem;
	color: #808080;
	margin-left: 0;
}
.show_game_package .titleBox .tagBox .tag{
	width: 50%;
	padding-left: 0;
	letter-spacing: normal;
}
.show_game_package .titleBox .tagBox .tag.uk-grid-margin {
	margin-top: .12rem;
}
.show_game_package .titleBox .tagBox .tag.num{
	width: 80%;
}
.show_game_package .titleBox .tagBox .tag.num span {
	color: #FD6943;
}
.show_game_package .btnBox {
	padding-bottom: .6rem;
}
.show_game_package .btnBox a{
	display: block;
	width: 100%;
	height: .9rem;
	border-radius: 198px;
	line-height: .9rem;
	text-align: center;
	font-size: .32rem;
	color: #fff;
}
.show_game_package .btnBox .get{
	background: #FF6666;
	margin-bottom: .32rem;
}
.show_game_package .btnBox .down{
	background-color: var(--pm-c);
}
.show_game_package .content {
	padding-bottom: .8rem;
	margin-bottom: .2rem;
}
.show_game_package .content h3:first-child{
	margin-top: 0;
}
.show_game_package .content h3{
	font-size: .32rem;
	color: #333;
	margin-bottom: .36rem;
	margin-top: .72rem;
	font-weight: bold;
}
.show_game_package .content p{
	font-size: .28rem;
	color: #666;
	line-height: .64rem;
}
.show_game_package .list_game_package_itemBox {
	padding-bottom: .6rem;
	margin-bottom: .2rem;
}
.show_game_package .list {
	padding-bottom: 0;
}
.show_game_package .index_hot_news .topImg {
	width: 100%;
	height: 2.2rem;
}
.show_game_package .index_hot_package{
	margin-bottom: 0;
}

/* 关于我们页面 */
.page {}
.page .list_game_itemBox {
	margin-bottom: 0;
}
.page .list_game_itemBox .uk-width-1-4 a{
	background-color: #fff;
}
.page .list_game_itemBox .uk-width-1-4 a.active {
	background-color: var(--pm-c);
	color: #fff;
}
.page .content {
	padding-top: .36rem;
	padding-bottom: 1.36rem;
}
.page .content p{
	font-size: .28rem;
	color: #666;
	line-height: .56rem;
	margin-bottom: .6rem;
}
.page .content p:last-child {
	margin-bottom: 0;
}
.page .content .item {
	margin-bottom: .6rem;
}
.page .content .item:last-child {
	margin-bottom: 0;
}
.page .content .item .list_game_itemBox{
	padding: 0;
}
.page .content .item h3{
	font-size: .28rem;
	color: #1a1a1a;
	font-weight: bold;
	margin-bottom: .32rem;
}
.page .content .item a{
	border: .02rem solid #D9D9D9;
	color: #4d4d4d;
}
/* 404 */
.error {
	padding-top: .9rem;
	padding-bottom: 3rem;
}
.error .img{
	width: 3.8rem;
	height: 3.8rem;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
.error .txtBox {
	transform: translateY(-.6rem);
	text-align: center;
	margin: 0 auto;
	width: 3.64rem;
	letter-spacing: normal;
}
.error .txtBox .text{
	font-size: .28rem;
	color: #999;
	line-height: .56rem;
}
.error .txtBox .goHome{
	font-size: .28rem;
	color: var(--pm-c);
	text-decoration: underline;
}

/* 搜索页面 */
.search {}
.search .other_xggl{
	margin-bottom: 0;
	padding-bottom: .8rem;
}
.search .other_xggl .public_item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.search .content{
	padding: .4rem .24rem .6rem;
}
.search .content .title{
	font-size: .32rem;
	color: #4d4d4d;
}
.search .index_game_down{
	padding-bottom: .8rem;
	margin-bottom: 0;
}

/* 开服表 */
.kaifu {}
.kaifu .index_game_down .itemBox .item .txtBox .title{
	margin-bottom: .12rem;
	position: relative;
	width: auto;
	max-width: none;
	margin-right: .08rem;
}
.kaifu .index_game_down .itemBox .item .txtBox .tagBox .new {
	margin-top: .12rem;
}
.kaifu .titleBox{
	position: relative;
	max-width: 3.4rem;
}
.kaifu .index_game_down .itemBox .item .txtBox .titleBox span{
	position: relative;
	width: 0.28rem;
	height: 0.28rem;
}
.kaifu .index_game_down .itemBox .item .txtBox .titleBox span::after{
	position: absolute;
	display: block;
	content: "";
	right: 0;
	top: .08rem;
	background-repeat: no-repeat;
	background-size: cover;
	width: 0.28rem;
	height: 0.28rem;
}
.kaifu .index_game_down .itemBox .item .txtBox .titleBox .pg::after {
	background-color: #007CEE;
	background-image: url(../images/pg.png);
}
.kaifu .index_game_down .itemBox .item .txtBox .titleBox .az::after {
	background-color: #85C808;
	background-image: url(../images/az.png);
}
.kaifu .selectBox {
	height: 1rem;
	line-height: 1rem;
}

.kaifu .selectBox .btn {
	width: 2.2rem;
	max-width: 2.2rem;
	text-align: left;
	height: 100%;
	line-height: 100%;
	padding-left: .3rem;
	position: relative;
	display: inline-block;
	padding: 0 .16rem;
	height: .6rem;
	border-radius: 6px;
	border: none;
	line-height: .6rem;
	text-align: center;
	font-size: .28rem;
	color: #999;
	background-color: transparent;
}

.kaifu .selectBox .btn::after {
	position: absolute;
	display: block;
	content: "";
	width: .4rem;
	height: .4rem;
	background-image: url(../images/drop.png);
	background-repeat: no-repeat;
	background-size: cover;
	right: .2rem;
	top: .1rem;
}


.kaifu .selectBox li a {
	font-size: .24rem;
}