:root {
    --pm-c: #A06FF0;
}
/*隐藏类*/
.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: #f5f5f5;
	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;
	border-radius: .24rem;
	padding: .4rem .38rem .4rem .4rem;
	margin-bottom: .4rem!important;
}

/* 评分图标 */
.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: #666;
}

.pagination .page-item {
	display: inline-block;
	margin: .05rem;
	font-size: .32rem;
	border: .02rem solid #E6E6E6;
	color: #666;
	background: #fff;
	border-radius: .08rem;
	overflow: hidden;
}

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

.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-40 {
	padding: .4rem .38rem .4rem .4rem;
}

.p-30 {
	padding: 0 .3rem;
}
.m-30 {
	margin: 0 .3rem;
}
.m-l-r-30 {
	margin: 0 .3rem;
}
/* 可复用 */
.list{
    width: 100%;
}
.list li{
    padding-left: .4rem;
    position: relative;
    margin-bottom: .4rem;
}
.list li:last-child {
    margin-bottom: 0!important;
}
.list li::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.list li .tag {
	font-size: .28rem;
	color: var(--pm-c);
	margin-right: .2rem;
}
.list li .title{
    font-size: .28rem;
    color: #333;
    padding-right: .4rem;
	width: 4.4rem;
}
.list li .time{
    font-size: .24rem;
    color: #999;
}


/* 底部 */
.footer {
	background-color: #333;
	height: 3.04rem;
	font-size: .24rem;
	color: #999;
	padding: 0.64rem .7rem 0;
}
.footer .title {
	color: #ccc;
}
.footer .aBox {
	line-height: .48rem;
	text-align: center;
	margin: 0 auto .34rem;
}
.footer a,
.footer .aBox a {
	font-size: .24rem;
	color: #999;
}
.footer a {
	margin-right: 0;
}
.footer .aBox a::before {
	display: inline-block;
	content: "|";
	margin: 0 .05rem;
}
.footer .aBox a:first-child::before {
	display: none;
}

.footer .txt {
	line-height: .48rem;
	text-align: center;
}

/* 首页 */
.header {
	height: 2.2rem;
	width: 100%;
	/* background: linear-gradient( 180deg, #2BC584 0%, #2BC56F 100%); */
	/* padding-top: .4rem; */
	background-image: url(../images/head_bgi.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: .54rem;
	box-sizing: border-box;
}
.logoBox {
	margin-bottom: .14rem;
}
.logo{
	display: block;
	width: 2.44rem;
	height: 0.72rem;
	position: relative;
	overflow: hidden;
}
.searchBox {
	position: relative;
	margin: 0 .3rem;
	width: auto;
	margin-top: .26rem;
}
.searchBox .search_ipt {
	display: block;
	width: 100%;
	height: .56rem;
	line-height: .56rem;
	background-color: #fff;
	padding: 0 .74rem 0 .28rem;
	font-size: .24rem;
	border-radius: .12rem;
	border: .02rem solid #eee;
}
.searchBox .search_ipt::placeholder {
	color: #aaa;
}
.searchBox .search_ipt_icon{
	right: .24rem;
	top: .16rem;
	display: block;
	width: 0.24rem;
	height: 0.24rem;
	position: absolute;
}
.searchBox .search_ipt_icon::before {
	display: block;
	content: "";
	position: absolute;
	right: .44rem;
	top: 0.04rem;
	background-color: #eee;
	color: #eee;
	width: .02rem;
	height: .2rem;
}
.searchBox .search_icon{
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	position: relative;
}
.navBar {
    box-sizing: content-box;
    white-space: nowrap;
	overflow-x: scroll;
}
.navBar .aBox {
	height: 100%;
}
.navBar .aBox a{
	display: inline-block;
	font-size: .28rem;
	color: #999;
	width: 1.68rem!important;
	text-align: center;
	position: relative;
	height: .8rem;
	line-height: .8rem;
}
.navBar .aBox a:first-child {
	width: 1.36rem!important;
}

.navBar .aBox a.active {
	font-size: .32rem;
	font-weight: bold;
	color: #333;
}

.index_slider {
	width: 100%;
	height: 4.32rem;
	position: relative;
	margin-bottom: .4rem;
}
.index_slider .slider{
	width: 100%;
	height: 100%;
}
.index_slider .slider li .thum{
	width: 100%;
	height: 4.32rem;
	overflow: hidden;
	position: relative;
}
.index_slider .slider li .thum span {
	width: 100%;
	height: .8rem;
	line-height: .8rem;
	text-align: left;
	padding: 0 .8rem;
	position: absolute;
	left: 0;
	bottom: 0;
    background: rgba(0,0,0,0.5);
}
.index_slider .slider li .thum span::before {
	content: "";
    display: block;
    width: .52rem;
    height: .8rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/slider_span_bgi.png);
    position: absolute;
    left: 0;
    bottom: 0;
}

.index_hotGame {
	
}
.index_hotGame .itemBox{
	margin-left: -0.44rem;
}
.index_hotGame .itemBox .uk-width-1-4{
	padding-left: 0.44rem;
}
.index_hotGame .itemBox .uk-width-1-4.uk-grid-margin{
	margin-top: .4rem;
}
.index_hotGame .itemBox .item {
	width: 1.2rem;
}
.index_hotGame .itemBox .item .thum{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .28rem;
	position: relative;
	margin-bottom: .16rem;
}
.index_hotGame .itemBox .item .title {
	font-size: .28rem;
	color: #444;
}

.public_title {
	margin-bottom: .32rem;
}
.public_title .title{
	padding-left: .52rem;
	position: relative;
	font-size: .36rem;
	color: #333;
	font-weight: bold;
}
.public_title .title::before{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/public_title_icon.png);
	width: 0.32rem;
	height: 0.32rem;
}
.public_title .more{
	font-size: .28rem;
	color: var(--pm-c);
}

.index_news {}
.index_news .titleBox{
	margin-bottom: .32rem;
}
.index_news .titleBox .item{
	margin-bottom: .28rem;
}
.index_news .titleBox .item:last-child {
	margin-bottom: 0;
}
.index_news .titleBox .item .title{
	font-size: .32rem;
	color: var(--pm-c);
	font-weight: bold;
	margin-bottom: .12rem;
	text-align: center;
}
.index_news .titleBox .item .tagBox{
	text-align: center;
}
.index_news .titleBox .item .tagBox .tag{
	display: inline-block;
	width: auto;
	margin-right: .18rem;
	font-size: .24rem;
	color: #999;
}
.index_news .titleBox .item .tagBox .tag:last-child{
	margin-right: 0;
}
.index_news .list {}
.index_news .list li{
	padding-left: 0;
	margin-bottom: .22rem;
}
.index_news .list li::before{
	display: none;
}
.index_news .list .tag{
	font-size: .28rem;
	color: #999;
}
.index_news .list .tag::after{
	display: inline-block;
	margin: 0 .18rem;
	content: "|";
}
.index_news .list li:nth-child(3n) {
	margin-bottom: 0;
}
.index_news .list li:nth-child(3n+1) {
	margin-top: .32rem;
	padding-top: .32rem;
	border-top: .02rem dashed #eee;
}
.index_news .list li:nth-child(3n+1) .tag {
	display: block;
	width: 0.76rem;
	height: 0.4rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/tag_bgi.png);
	line-height: .4rem;
	font-size: .24rem;
	color: #fff;
	padding-left: .1rem;
	margin-right: .24rem;
}
.index_news .list li:nth-child(3n+1) .tag::after{
	display: none;
}
.index_news .list li:nth-child(3n+1) .title {
	color: #333;
}
.index_news .list .title{
	font-size: .28rem;
	color: #666;
}

.navBox {
	box-sizing: content-box;
	white-space: nowrap;
	overflow-x: scroll;
	height: .6rem;
	margin-bottom: .4rem;
}
.navBox a{
	display: inline-block;
	margin-right: .32rem;
	font-size: .28rem;
	color: #777;
	position: relative;
	width: auto;
}
.navBox a:last-child {
	margin-right: 0;
}
.navBox a.active {
	font-size: .32rem;
	color: #333;
	font-weight: bold;
}
.navBox a.active::before {
	width: 1.28rem;
	height: 0.12rem;
	display: block;
	content: "";
	position: absolute;
	bottom: -.1rem;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/game_curr.png);
}

.index_sjyx {
}
.index_sjyx .itemBox{
	margin-left: -.44rem;
}
.index_sjyx .itemBox .uk-width-1-4{
	padding-left: .44rem;
}
.index_sjyx .itemBox .uk-width-1-4.uk-grid-margin{
	margin-top: .4rem;
}
.index_sjyx .itemBox .item{
	width: 1.2rem;
}
.index_sjyx .itemBox .item .thum{
	width: 1.2rem;
	height: 1.2rem;
	position: relative;
	border-radius: .28rem;
	margin: 0 auto .16rem;
}
.index_sjyx .itemBox .item .title{
	font-size: .26rem;
	color: #333;
	text-align: center;
	margin-bottom: .1rem;
}

.index_gfyx {}
.index_gfyx .itemBox{}
.index_gfyx .itemBox .item{
	margin-bottom: .52rem;
}
.index_gfyx .itemBox .item:last-child{
	margin-bottom: 0;
}
.index_gfyx .itemBox .item .order{
	display: block;
	width: 0.46rem;
	height: 0.48rem;
	line-height: .48rem;
	text-align: center;
	margin-right: .28rem;
	font-size: .28rem;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/top.png);
}
.index_gfyx .itemBox .item:nth-child(1) .order {
	background-image: url(../images/top_1.png);
}
.index_gfyx .itemBox .item:nth-child(2) .order {
	background-image: url(../images/top_2.png);
}
.index_gfyx .itemBox .item:nth-child(3) .order {
	background-image: url(../images/top_3.png);
}
.index_gfyx .itemBox .item .thum{
	width: 1.48rem;
	height: 1.48rem;
	position: relative;
	border-radius: .4rem;
	margin-right: .2rem;
}
.index_gfyx .itemBox .item .thum .score{
	position: absolute;
	width: 0.6rem;
	height: 0.52rem;
	line-height: .52rem;
	text-align: center;
	font-size: .28rem;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/top_score_bgi.png);
	left: 0;
	top: 0;
}
.index_gfyx .itemBox .item .txtBox{
	font-size: .28rem;
	color: #999;
}
.index_gfyx .itemBox .item .txtBox .title{
	font-size: .32rem;
	color: #4c4c4c;
	margin-bottom: .12rem;
}
.index_gfyx .itemBox .item .txtBox .type{
	margin-bottom: .16rem;
}
.index_gfyx .itemBox .item .txtBox .time{}
.index_gfyx .itemBox .item .down{
	width: 1.2rem;
	height: .6rem;
	background: var(--pm-c);
	border-radius: .6rem;
	line-height: .6rem;
	text-align: center;
	font-size: .28rem;
	color: #fff;
}

.index_tjlb {}
.index_tjlb .itemBox{
	border-left: .02rem solid #f5f5f5;
	padding-left: .36rem;
}
.index_tjlb .itemBox .item{
	position: relative;
	margin-bottom: .4rem;
}
.index_tjlb .itemBox .item:last-child {
	margin-bottom: 0;
}
.index_tjlb .itemBox .item::before{
	position: absolute;
	display: block;
	content: "";
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background-color: #eee;
	left: -.42rem;
	top: 50%;
	transform: translateY(-50%);
}
.index_tjlb .itemBox .item .thum{
	width: 1.32rem;
	height: 1.32rem;
	border-radius: .36rem;
	position: relative;
	margin-right: .2rem;
}
.index_tjlb .itemBox .item .txtBox{}
.index_tjlb .itemBox .item .txtBox .title{
	font-size: .28rem;
	color: #4c4c4c;
	margin-bottom: .22rem;
	max-width: 4.2rem;
}
.index_tjlb .itemBox .item .txtBox .btmBox{}
.index_tjlb .itemBox .item .txtBox .btmBox .progress{
	width: 0.88rem;
	height: .08rem;
	background-color: #eee;
	margin-right: .2rem;
	margin-bottom: 0;
}
.index_tjlb .itemBox .item .txtBox .btmBox .progress::-webkit-progress-value{
	border-radius: 999px;
	background: linear-gradient( 90deg, #FFC700 0%, #FB561C 100%);
}
.index_tjlb .itemBox .item .txtBox .btmBox span{
	font-size: .24rem;
	color: #999;
	max-width: 1.8rem;
}
.index_tjlb .itemBox .item .txtBox .btmBox .get{
	display: block;
	width: 1.2rem;
	line-height: .6rem;
	text-align: center;
	height: .6rem;
	background: var(--pm-c);
	border-radius: .6rem;
	font-size: .28rem;
	color: #fff;
}

.index_zxdq {}
.index_zxdq .item {
	margin-bottom: .6rem;
}
.index_zxdq .item:last-child {
	margin-bottom: 0;
}
.index_zxdq .img{
	position: relative;
	width: auto;
	height: 3.44rem;
	border-radius: .12rem;
	margin-bottom: .4rem;
	overflow: hidden;
}
.index_zxdq .img span{
    width: 100%;
	position: absolute;
	display: block;
	padding: 0 .2rem 0 .66rem;
	background: rgba(51, 51, 51, .4);
	height: .68rem;
	line-height: .68rem;
	text-align: center;
	left: 0;
	bottom: 0;
	font-size: .28rem;
	color: #fff;
}
.index_zxdq .img span::before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: .68rem;
	width: .46rem;
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/img_span_bgi.png);
	background-size: cover;
}

.index_zxdq .img:last-child {
	margin-top: .6rem;
}

.index_zxdq .list li{
	margin-bottom: .28rem;
}
.index_zxdq .list li::before{
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/list_title_icon.png);
	width: 0.17rem;
	height: 0.18rem;
	top: 50%;
	transform: translateY(-50%);
}
.index_zxdq .list li .time {
	font-size: .28rem;
	color: #aaa;
}



.index_rank .itemBox {
}

.index_rank .itemBox .item {}

.index_rank .itemBox .item {
	margin-bottom: .2rem;
	padding-bottom: .2rem;
	border-bottom: .02rem dashed #f5f5f5;
}
.index_rank .itemBox .item:last-child {
	margin-bottom: 0;
}
.index_rank .itemBox .item .order {
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    color: #aaa;
    font-size: .28rem;
    margin-right: .4rem;
    background-color: #eee;
}
.index_rank .itemBox .item .down {
	font-size: .28rem;
	display: block;
	width: 1.1rem;
	padding-left: .46rem;
	position: relative;
	font-size: .28rem;
	color: #999;
}
.index_rank .itemBox .item .down::before {
	position: absolute;
	left: 0;
	top: 0.02rem;
	content: "";
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/down.png);
}
.index_rank .itemBox .item:nth-child(-n+3) .down{
	color: var(--pm-c);
}
.index_rank .itemBox .item:nth-child(-n+3) .down::before{
	background-image: url(../images/down_curr.png);
}

.index_rank .itemBox .item:nth-child(1) .order {
    background: #FA2F2F;
	width: .4rem;
	height: .8rem;
	line-height: .8rem;
	font-size: .32rem;
	color: #fff;
	border-radius: .08rem;
}
.index_rank .itemBox .item:nth-child(2) .order {
    background-color: #FA6C2F;
	width: .4rem;
	height: .8rem;
	line-height: .8rem;
	font-size: .32rem;
	color: #fff;
	border-radius: .08rem;
}
.index_rank .itemBox .item:nth-child(3) .order {
    background-color: #FAA92F;
	width: .4rem;
	height: .8rem;
	line-height: .8rem;
	font-size: .32rem;
	color: #fff;
	border-radius: .08rem;
}
.index_rank .itemBox .item .itemList .title {
    font-size: .28rem;
    color: #1a1a1a;
    padding-right: .14rem;
}
.index_rank .itemBox .item .itemList .star {
    margin: 0;
}

.index_rank .itemBox .item:nth-child(-n+3) .itemList {
	display: none;
}
.index_rank .itemBox .item:nth-child(-n+3) .itemCard {
	display: flex;
}
.index_rank .itemBox .item .itemCard {
    display: none;
}


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

.index_rank .itemBox .item .itemCard .thum {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: .36rem;
    position: relative;
    margin-right: .3rem;
}

.index_rank .itemBox .item .itemCard .txtBox {
    line-height: 1;
    width: 2.5rem;
}
.index_rank .itemBox .item .title {
	font-size: .28rem;
	color: #333;
}
.index_rank .itemBox .item .itemCard .txtBox .title {
    font-size: .32rem;
    color: #333;
    margin-bottom: .26rem;
}

.index_rmtj{}
.index_rmtj .titleBox{
	width: auto;
	height: 2.16rem;
	border-radius: .24rem;
	background-color: #fafafa;
	padding: .28rem;
	margin-bottom: .4rem;
}
.index_rmtj .titleBox .title{
	font-size: .32rem;
	color: #333;
	margin-bottom: .12rem;
}
.index_rmtj .titleBox .text{
	font-size: .28rem;
	color: #999;
	margin-bottom: .24rem;
}
.index_rmtj .titleBox .btmBox{
	font-size: .24rem;
	color: #aaa;
}
.index_rmtj .titleBox .btmBox .num{
	position: relative;
	padding-left: .32rem;
}
.index_rmtj .titleBox .btmBox .num::before {
	position: absolute;
	display: block;
	content: "";
	width: 0.28rem;
	height: 0.28rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/eye.png);
	left: 0;
	top: 0.02rem;
}
.index_rmtj .titleBox .btmBox .info{
	position: relative;
	padding-left: .32rem;
}
.index_rmtj .titleBox .btmBox .info::before{
	position: absolute;
	display: block;
	content: "";
	width: 0.28rem;
	height: 0.28rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/info.png);
	left: 0;
	top: 0.04rem;
}
.index_rmtj .list li{}
.index_rmtj .list li::before{
	width: 0.1rem;
	height: 0.1rem;
	background-color: #f3f3f3;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.index_rmtj .list li:first-child .title{
	position: relative;
	padding-left: .4rem;
}
.index_rmtj .list li:first-child .title::before{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0.04rem;
	width: 0.32rem;
	height: 0.32rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/hot.png);
}
.index_rmtj .list li .time{
	color: #aaa;
	font-size: .28rem;
}


.index_friend_link {
	
}
.index_friend_link .aBox{
	line-height: .6rem;
}
.index_friend_link .aBox a{
	display: inline-block;
	font-size: .28rem;
	color: #666;
	width: 32.4%;
}

/* 手游下载页面 */
.list_game {
	margin-top: .4rem;
}
.list_game_nav {
	margin-left: -.12rem;
	margin-bottom: .5rem;
}
.list_game_nav .uk-width-1-4 {
	padding-left: .12rem;
}
.list_game_nav .uk-width-1-4.uk-grid-margin {
	margin-top: .28rem;
}
.list_game_nav a {
	display: block;
	width: 1.44rem;
	height: 0.6rem;
	line-height: .56rem;
	text-align: center;
	border-radius: .12rem;
	border: .02rem solid #f8f8f8;
	font-size: .28rem;
	color: #666;
	padding: 0 .04rem;
}
.list_game_nav a.active {
	border: none;
	background: linear-gradient(to bottom,#816FF0,#A06FF0);
	color: #fff;
}

.list_game_itemBox {}
.list_game_itemBox .itemBox{}
.list_game_itemBox .itemBox .item{
	margin-bottom: 0.38rem;
	padding-bottom: 0.38rem;
	border-bottom: .02rem dashed #f5f5f5;
}
.list_game_itemBox .itemBox .item:last-child{
	margin-bottom: 0;
}
.list_game_itemBox .itemBox .item .thum{
	width: 1.2rem;
	height: 1.2rem;
	position: relative;
	border-radius: .28rem;
	margin-right: .28rem;
}
.list_game_itemBox .itemBox .item:nth-child(-n+3) .thum::before {
	display: block;
	width: 0.48rem;
	height: 0.48rem;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/thum_bgi.png);
	z-index: 3;
}


.list_game_itemBox .itemBox .item .txtBox{
	/* max-width: 3.3rem; */
	overflow: hidden;
}

.list_game_itemBox .itemBox .item .txtBox .title{
	font-size: .28rem;
	color: #333;
	margin-bottom: .06rem;
}
.list_game_itemBox .itemBox .item:nth-child(-n+2) .txtBox .title{
	display: inline-block;
	padding-right: .92rem;
	position: relative;
}
.list_game_itemBox .itemBox .item:nth-child(1) .txtBox .title::before{
	position: absolute;
	display: block;
	content: "";
	width: 0.72rem;
	height: 0.32rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/item_title_hot_before.png);
	right: 0;
	top: 0.06rem;
}
.list_game_itemBox .itemBox .item:nth-child(2) .txtBox .title::before{
	position: absolute;
	display: block;
	content: "";
	width: 0.72rem;
	height: 0.32rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/item_title_new_before.png);
	right: 0;
	top: 0.06rem;
}

.list_game_itemBox .itemBox .item .txtBox .tagBox{
	font-size: .24rem;
	color: #aaa;
	margin-bottom: .06rem;
}
.list_game_itemBox .itemBox .item .txtBox .tagBox .tag{
	display: inline-block;
}
.list_game_itemBox .itemBox .item .txtBox .tagBox .tag::before{
	display: inline-block;
	content: "|";
	margin: 0 .1rem;
}
.list_game_itemBox .itemBox .item .txtBox .tagBox .tag:first-child::before{
	display: none;
}
.list_game_itemBox .itemBox .item .txtBox .text{
	font-size: .24rem;
	color: #999;
}
.list_game_itemBox .itemBox .item .down{
	width: 1.2rem;
	height: .6rem;
	background: #fff;
	border-radius: .999rem;
	border: .02rem solid var(--pm-c);
	line-height: .6rem;
	text-align: center;
	font-size: .28rem;
	color: var(--pm-c);
}

/* 手游下载详情 */
.show_game {}
.show_titleBox{
	width: auto;
	height: 4.72rem;
	margin-top: .4rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/detail_titleBox_bgi.png);
}
.show_titleBox .top{
	padding-bottom: 0.32rem;
	border-bottom: .02rem dashed rgba(160,111,240,0.2);
	margin-bottom: .24rem;
}
.show_titleBox .top .thum{
	position: relative;
	width: 1.32rem;
	height: 1.32rem;
	border-radius: .32rem;
	margin-right: .28rem;
	overflow: hidden;
}
.show_titleBox .top .txtBox{
	line-height: 1;
	max-width: 3.7rem;
}
.show_titleBox .top .txtBox .title{
	font-size: .32rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .2rem;
}
.show_titleBox .top .txtBox .platform{
	font-size: .24rem;
	color: #999;
	margin-bottom: .16rem;
}
.show_titleBox .top .txtBox .size{
	font-size: .24rem;
	color: #999;
}
.show_titleBox .top .scoreBox{}
.show_titleBox .top .scoreBox span{
	display: block;
	font-size: .48rem;
	text-align: center;
	color: var(--pm-c);
	font-weight: bold;
	font-style: italic;
}
/* 评分图标 */
.show_titleBox .top .scoreBox .star {
	height: 0.15rem;
	width: .8rem;
	background: url('../images/small_sta.png') repeat-x center/0.16rem;
	display: inline-block;
	margin: 0!important;
}

.show_titleBox .top .scoreBox .star:before {
	content: "";
	display: block;
	background: url('../images/small_star_curr.png') repeat-x 0/0.16rem;
	height: 0.15rem;
}

.show_titleBox .top .scoreBox .star-1:before {
	width: 0.16rem;
}

.show_titleBox .top .scoreBox .star-2:before {
	width: 0.32rem;
}

.show_titleBox .top .scoreBox .star-3:before {
	width: 0.48rem;
}

.show_titleBox .top .scoreBox .star-4:before {
	width: .64rem;
}

.show_titleBox .top .scoreBox .star-5:before {
	width: .8rem;
}
.show_titleBox .tagBox {
	font-size: .24rem;
	color: #999;
	margin-left: -.9rem;
	margin-bottom: .36rem;
}
.show_titleBox .tagBox .tag {
	padding-left: .9rem;
}
.show_titleBox .down-href,
.show_titleBox .down{
	width: auto;
	height: .8rem;
	border-radius: .16rem;
	text-align: center;
	line-height: .8rem;
	background: var(--pm-c);
	box-shadow: 0px .04rem .08rem 0px rgba(160,111,240,0.3);
	font-size: .28rem;
	color: #fff;
	display: block;
	position: relative;
	padding-left: .3rem;
}
.show_titleBox .down-href::before,
.show_titleBox .down::before{
	content: "";
	display: block;
	position: absolute;
	left: 2.1rem;
	top: 0.2rem;
	width: .36rem;
	height: .36rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/down_btn.png);
}
.show_titleBox .down-href .h5,
.show_titleBox .down .h5{
	box-shadow: 0px .04rem .08rem 0px rgba(81,171,255,0.3);
	background: #51ABFF;
}
.show_titleBox .down-href .h5::before,
.show_titleBox .down .h5::before{
	background-image: url(../images/h5.png);
	width: 0.37rem;
	top: .22rem;
}

.show_titleBox .get{
	box-shadow: 0px .04rem .08rem 0px rgba(81,171,255,0.3);
	background: #51ABFF;
	margin-top: .3rem;
}
.show_titleBox .get::before{
	background-image: url(../images/h5.png);
	width: 0.37rem;
	top: .22rem;
}
.show_titleBox .down-href a,
.show_titleBox .down a{
	font-size: .28rem;
	color: #fff;
}
.show_game .scoreenBox {
	margin-bottom: .4rem;
	padding-right: 0;
}
.show_game .scoreenBox .sliderBox{
	overflow: hidden;
}

.show_game .scoreenBox .item:last-child {
	margin-bottom: 0;
}
.show_game .scoreenBox .sliderBox .slider {
	height: 100%;
	position: relative;
	padding-right: .4rem;
}
.show_game .scoreenBox .sliderBox .slider li{
    width: 40%;
	padding-right: .22rem;
}
.show_game .scoreenBox .sliderBox .slider li .img{
	width: 2.42rem;
	height: 100%;
	border-radius: .12rem;
}

.show_game_content {}
.show_game_content p{
	font-size: .28rem;
	color: #666;
	line-height: .6rem;
	text-indent: 2em;
}
.page_content h3,
.show_game_content h3{
	padding-left: .4rem;
	position: relative;
	font-size: .32rem;
	font-weight: bold;
	color: var(--pm-c);
	margin: .48rem 0 .32rem;
}
.page_content h3::before,
.show_game_content h3::before {
	position: absolute;
	left: .1rem;
	top: .22rem;
	display: block;
	content: "";
	width: 0.08rem;
	height: 0.08rem;
	background-color: var(--pm-c);
}
.other_tlyx{}
.other_tlyx .itemBox{}
.other_tlyx .itemBox .item{
	margin-bottom: .4rem;
}
.other_tlyx .itemBox .item:last-child{
	margin-bottom: 0;
}
.other_tlyx .itemBox .item .thum{
	width: 1.32rem;
	height: 1.32rem;
	border-radius: .32rem;
	position: relative;
	margin-right: .28rem;
}
.other_tlyx .itemBox .item .txtBox{
	max-width: 3.3rem;
}
.other_tlyx .itemBox .item .txtBox .title{
	font-size: .32rem;
	font-weight: 600;
	color: #333;
	margin-bottom: .06rem;
}
.other_tlyx .itemBox .item .txtBox .platform{
	font-size: .24rem;
	color: #aaa;
}
.other_tlyx .itemBox .item .txtBox .size{
	font-size: .24rem;
	color: #aaa;
	margin-bottom: .08rem;
}
.other_tlyx .itemBox .item .down{
	display: block;
	width: 1.2rem;
	height: .6rem;
	background: #fff;
	border-radius: .56rem;
	border: .02rem solid var(--pm-c);
	line-height: .6rem;
	text-align: center;
	font-size: .24rem;
	color: var(--pm-c);
}

.other_yxgl {}
.other_yxgl .titleBox{
	margin-bottom: .4rem;
	padding-bottom: .42rem;
	border-bottom: .02rem solid #eee;
}
.other_yxgl .titleBox .title{
	font-size: .32rem;
	color: #333;
	margin-bottom: .2rem;
}
.other_yxgl .titleBox .box{}
.other_yxgl .titleBox .box .thum{
	width: 2.24rem;
	height: 1.4rem;
	border-radius: .12rem;
	position: relative;
	margin-right: .2rem;
}
.other_yxgl .titleBox .box .txtBox{
	width: 3.66rem;
}
.other_yxgl .titleBox .box .text{
	font-size: .28rem;
	color: #777;
	margin-bottom: .1rem;
	line-height: .48rem;
	height: .88rem;
}
.other_yxgl .titleBox .box .time{
	font-size: .28rem;
	color: #aaa;
}

.show_news .list li,
.show_game .list li{
	padding-left: 0;
	margin-bottom: .24rem;
}
.show_news .list li::before,
.show_game .list li::before {
	display: none;
}
.show_news .list li .tag,
.show_game .list li .tag{
	font-size: .28rem;
	color: var(--pm-c);
	margin-right: .2rem;
}
.show_news .list li .title,
.show_game .list li .title{
	/* max-width: 4.5rem; */
	font-size: .28rem;
	color: #333;
	flex: 1;
}
.show_news .list li .time,
.show_game .list li .time{
	font-size: .28rem;
	color: #aaa;
}	

.other_xypc {}
.other_xypc .itemBox{}
.other_xypc .itemBox .item{
	margin-bottom: .4rem;
}
.other_xypc .itemBox .item:last-child{
	margin-bottom: 0;
}
.other_xypc .itemBox .item .box{
	max-width: 5.16rem;
}
.other_xypc .itemBox .item .box .thumBox{
	margin-bottom: .12rem;
}
.other_xypc .itemBox .item .box .thumBox .thum{
	position: relative;
	width: 1.28rem;
	height: 1.28rem;
	border-radius: .28rem;
	margin-right: .2rem;
}
.other_xypc .itemBox .item .box .thumBox .txtBox{
	width: 3.66rem;
}
.other_xypc .itemBox .item .box .thumBox .txtBox .title{
	font-size: .32rem;
	color: #333;
	font-weight: 600;
	margin-bottom: .12rem;
}
.other_xypc .itemBox .item:nth-child(-n+2) .box .thumBox .txtBox .title{
	position: relative;
	display: inline-block;
	padding-right: .92rem;
}
.other_xypc .itemBox .item:nth-child(-n+2) .box .thumBox .txtBox .title::before{
	display: block;
	width: .72rem;
	height: .36rem;
	background-color: var(--pm-c);
	border-radius: .12rem 0 .12rem 0;
	line-height: .36rem;
	text-align: center;
	content: "HOT";
	color: #fff;
	font-size: .24rem;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0.08rem;
}
.other_xypc .itemBox .item .box .thumBox .txtBox .size{
	font-size: .28rem;
	color: #aaa;
}
.other_xypc .itemBox .item .box .downBox .down{
	display: block;
	width: 1.28rem;
	height: .48rem;
	border-radius: .36rem;
	border: .02rem solid var(--pm-c);
	line-height: .44rem;
	text-align: center;
	margin-right: .2rem;
	font-size: .24rem;
	color: var(--pm-c);
}
.other_xypc .itemBox .item .box .downBox .type{
	font-size: .28rem;
	color: #aaa;
}
.other_xypc .itemBox .item .scoreBox{
	font-size: .24rem;
	color: #aaa;
	text-align: center;
	position: relative;
}
.other_xypc .itemBox .item .scoreBox::before {
	position: absolute;
	left: -.24rem;
	top: 50%;
	transform: translateY(-50%);
	width: .02rem;
	background-color: #eee;
	height: .5rem;
	display: block;
	content: "";
}
.other_xypc .itemBox .item .scoreBox span{
	font-size: .44rem;
	color: #F33636;
	font-weight: bold;
	display: block;
}

/* 资讯列表页面 */
.list_news{
	margin-top: .4rem;
}
.list_news .list_game_itemBox{}
.list_news .list_game_itemBox .item{} 
.list_news .list_game_itemBox .item .thum{
	width: 2.4rem;
	height: 1.68rem;
	border-radius: .12rem;
	margin-right: .28rem;
} 
.list_news .list_game_itemBox .itemBox .item:nth-child(-n+3) .thum::before{
	background-image: url(../images/list_new_list.png);
}
.list_news .list_game_itemBox .item .title{
	display: block!important;
	padding-right: 0!important;
	font-size: .32rem;
	color: #333;
	font-weight: 600;
	margin-bottom: .16rem!important;
} 
.list_news .list_game_itemBox .item .title::before{
	display: none!important;
}
.list_news .list_game_itemBox .item .text{
	font-size: .28rem;
	color: #666;
	margin-bottom: .18rem;
} 
.list_news .list_game_itemBox .item .box{} 
.list_news .list_game_itemBox .item .box .time{
	font-size: .28rem;
    color: #aaa;
} 
.list_news .list_game_itemBox .item .box .read{
	font-size: .28rem;
	color: var(--pm-c);
} 

.show_news {
	margin-top: .4rem;
}
.show_news .show_news_contentBox .titleBox{
	padding-top: .3rem;
	padding-bottom: 0.4rem;
	margin-bottom: 0.4rem;
	border-bottom: .01rem solid #eee;
}
.show_news .show_news_contentBox .titleBox h1{
	font-size: .36rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .38rem;
	text-align: center;
	line-height: .55rem;
}
.show_news .show_news_contentBox .titleBox .tagBox{
	font-size: .22rem;
	color: #777;
}
.show_news .show_news_contentBox .contentBox {}
.show_news .show_news_contentBox .contentBox p{
	text-indent: 2em;
	font-size: .28rem;
	color: #333;
	line-height: .6rem;
}
.show_news .show_news_contentBox .contentBox p iframe,
.show_news .show_news_contentBox .contentBox p img{
	display: block;
	width: 5.56rem;
	height: auto;
	margin: .4rem auto;
	border-radius: .24rem;
}

.other_zxph {}
.other_zxph .list{}
.other_zxph .list li{
	margin-bottom: .42rem;
}
.other_zxph .list li .order{
	font-size: .28rem;
	color: #777;
	background-color: #eee;
	width: 0.4rem;
	height: 0.4rem;
	line-height: .4rem;
	text-align: center;
	margin-right: .22rem;
}
.other_zxph .list li:nth-child(-n+3) .order{
	border-radius: .12rem 0px .12rem 0px;
	color: #fff;
}
.other_zxph .list li:nth-child(1) .order{
	background-color: #F02D2D;
}
.other_zxph .list li:nth-child(2) .order{
	background-color: #F67122;
}
.other_zxph .list li:nth-child(3) .order{
	background-color: #FFC327;
}


.other_xyyg{}
.other_xyyg .box{
	margin-bottom: .4rem;
}
.other_xyyg .box .thum{
	width: 2rem;
	height: 1.36rem;
	border-radius: .16rem;
	position: relative;
	margin-right: .2rem;
}
.other_xyyg .box .txtBox{
	max-width: 3.9rem;
}
.other_xyyg .box .txtBox .title{
	font-size: .32rem;
	color: #333;
	margin-bottom: .26rem;
}
.other_xyyg .box .txtBox .text{
	font-size: .28rem;
	color: #777;
}

.other_xyyg .item{
	margin-bottom: .56rem;
}
.other_xyyg .item:last-child{
	margin-bottom: 0;
}

/* 相关专辑页面 */
.list_collection{
	margin-top: .4rem;
}
.list_collection .list_game_nav{
	margin-left: 0;
}
.list_collection .list_game_nav .uk-width-1-4{
	padding-left: 0;
}
.list_collection .list_game_nav a{
	display: inline-block;
	width: 1.44rem;
	margin-right: .32rem;
}
.list_collection_itemBox{}
.list_collection_itemBox .item{
	height: 3.72rem;
	width: auto;
	border: .02rem solid #f4f4f4;
	border-radius: .24rem;
	background-color: #fafafa;
	overflow: hidden;
	margin-bottom: .32rem;
}
.list_collection_itemBox .item:last-child{
	margin-bottom: 0;
}
.list_collection_itemBox .item .top{
	margin-left: -.24rem;
	padding: .3rem;
	padding-bottom: .18rem;
}
.list_collection_itemBox .item .top .uk-width-1-4{
	padding-left: .24rem;
}
.list_collection_itemBox .item .top .box{
	width: 1.2rem;
}
.list_collection_itemBox .item .top .box .thum{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .32rem;
	position: relative;
	margin-bottom: .12rem;
}
.list_collection_itemBox .item .top .box .title{
	font-size: .28rem;
	color: #333;
	text-align: center;
}
.list_collection_itemBox .item .btmBox{
	height: 1.52rem;
	background-color: #fff;
	padding: .3rem;
	padding-top: .28rem;
	border-top: .02rem solid #f4f4f4;
}
.list_collection_itemBox .item .btmBox .left{
	width: 3.88rem;
}
.list_collection_itemBox .item .btmBox .left .title{
	font-size: .32rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .12rem;
}
.list_collection_itemBox .item .btmBox .left .time{
	font-size: .24rem;
	color: #9d9d9d;
}
.list_collection_itemBox .item .btmBox .get{
	display: block;
	width: 1.6rem;
	height: .6rem;
	border-radius: .5rem;
	border: .02rem solid #EBEBEB;
	line-height: .52rem;
	text-align: center;
	font-size: .28rem;
	color: #999;
}

/* 专辑详情页面 */
.show_collection{}
.show_collection .titleBox{
	margin-top: .4rem;
	height: 4.8rem;
	width: auto;
	position: relative;
	margin-bottom: .4rem;
}
.show_collection .titleBox .top{
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/collection_titleBox_bgi.png);
	height: 2.56rem;
	padding-top: .48rem;
	text-align: center;
}
.show_collection .titleBox .top h1 {
	color: #4E1DA3;
	font-size: .36rem;
	font-weight: bold;
	margin-bottom: .16rem;
}
.show_collection .titleBox .top .tagBox {}
.show_collection .titleBox .top .tagBox .label{
	font-size: .24rem;
	color: #603C9F;
	opacity: .6;
}
.show_collection .titleBox .top .tagBox .tag {
	display: inline-block;
	width: 32%;
	position: relative;
}
.show_collection .titleBox .top .tagBox .tag::before {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .02rem;
	height: .32rem;
	background-color: #603C9F;
	opacity: .3;
	content: "";
}
.show_collection .titleBox .top .tagBox .tag:first-child::before {
	display: none;
}
.show_collection .titleBox .top .tagBox .tag span{
	display: block;
	font-size: .28rem;
	color: #603C9F;
	opacity: 1;
}



.show_collection .titleBox .btm{
	position: absolute;
	bottom: 0;
	width: 7rem;
	height: 2.88rem;
	border-radius: .24rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/show_collection_bgi.png);
	z-index: 2;
	padding: .5rem .28rem .26rem .28rem;
	transform: translateX(-.06rem);
}

.show_collection .titleBox .btm .gameBox{
	margin-bottom: .2rem;
}
.show_collection .titleBox .btm .gameBox .thum{
	box-shadow: .08rem .08rem .08rem 0px rgba(51,14,104,0.26);
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .24rem;
	position: relative;
	margin-right: .2rem;
}
.show_collection .titleBox .btm .gameBox .thum::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 0.48rem;
	height: 0.48rem;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/tj.png);
	content: "";
	z-index: 2;
}
.show_collection .titleBox .btm .gameBox .txtBox{

}
.show_collection .titleBox .btm .gameBox .txtBox .title{
	font-size: .32rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: .24rem;
}
.show_collection .titleBox .btm .gameBox .txtBox .tagBox{
	font-size: .24rem;
	color: #fff;
}
.show_collection .titleBox .btm .gameBox .txtBox .tagBox .tag::before{
	display: inline-block;
	content: "|";
	margin: 0 .05rem;
}
.show_collection .titleBox .btm .gameBox .txtBox .tagBox .tag:first-child::before{
	display: none;
}
.show_collection .titleBox .btm .gameBox .reset {
	display: block;
	font-size: .24rem;
	color: #AF7BF4;
	width: 1.2rem;
	height: 0.45rem;
	border-radius: 999px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/btn.png);
	text-align: center;
	line-height: .45rem;
}
.show_collection .titleBox .btm .down{
	display: block;
	width: auto;
	height: .56rem;
	line-height: .56rem;
	text-align: center;
	background: linear-gradient( 90deg, #C1FDC8 0%, #7FFDB5 55%, #46C6EF 100%);
	box-shadow: inset .08rem .04rem .1rem 0px rgba(255,255,255,0.5);
	border-radius: 116px;
	font-size: .24rem;
	color: #300964;
	font-weight: 500;
}

.other_rmzj{}
.other_rmzj .itemBox{}
.other_rmzj .itemBox .item{
	margin-bottom: .44rem;
}
.other_rmzj .itemBox .item:last-child{
	margin-bottom: 0;
}
.other_rmzj .itemBox .item .thum{
	width: 1.24rem;
	height: 1.24rem;
	border-radius: .28rem;
	position: relative;
	margin-right: .36rem;
}
.other_rmzj .itemBox .item .txtBox{
	width: 4.4rem;
}
.other_rmzj .itemBox .item .txtBox .title{
	padding-left: .44rem;
	position: relative;
	font-size: .32rem;
	color: #333;
	font-weight: 500;
	margin-bottom: .06rem;
}
.other_rmzj .itemBox .item .txtBox .title::before {
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	position: absolute;
	left: 0;
	top: 0.08rem;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/hot.png);
}
.other_rmzj .itemBox .item .txtBox .tagBox{
	font-size: .24rem;
	color: #aaa;
}
.other_rmzj .itemBox .item .txtBox .num{
}
.other_rmzj .itemBox .item .txtBox .time{}
.other_rmzj .itemBox .item .more{
	position: relative;
	width: 0.36rem;
	height: 0.36rem;
}
.other_rmzj .itemBox .item .more::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 0.36rem;
	height: 0.36rem;
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/more.png);
}

.show_collection_list {}
.show_collection_list .itemBox{}
.show_collection_list .itemBox .item{
	margin-bottom: .38rem;
	padding-bottom: .38rem;
	border-bottom: .02rem dashed #f5f5f5;
}
.show_collection_list .itemBox .item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.show_collection_list .itemBox .item:nth-child(-n+3) .thum .order{
	width: 0.52rem;
	height: 0.6rem;
}
.show_collection_list .itemBox .item:nth-child(1) .thum .order{
	background-image: url(../images/collection_rank1.png);
}
.show_collection_list .itemBox .item:nth-child(2) .thum .order{
	background-image: url(../images/collection_rank2.png);
}
.show_collection_list .itemBox .item:nth-child(3) .thum .order{
	background-image: url(../images/collection_rank3.png);
}
.show_collection_list .itemBox .item .thum{
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .28rem;
	position: relative;
	margin-right: .28rem;
}
.show_collection_list .itemBox .item .thum .order{
	position: absolute;
	left: 0;
	top: 0;
	font-size: .24rem;
	color: #fff;
	width: 0.4rem;
	height: 0.4rem;
	line-height: .4rem;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/collection_rank.png);
}
.show_collection_list .itemBox .item .txtBox{
	/* max-width: 3.3rem; */
	overflow: hidden;
}
.show_collection_list .itemBox .item .txtBox .title{
	font-size: .28rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .06rem;
}
.show_collection_list .itemBox .item .txtBox .tagBox{
	font-size: .24rem;
	color: #aaa;
	margin-bottom: .06rem;
}
.show_collection_list .itemBox .item .txtBox .tagBox .tag::before{
	display: inline-block;
	content: "|";
	margin: 0 .1rem;
}
.show_collection_list .itemBox .item .txtBox .tagBox .tag:first-child::before{
	display: none;
}
.show_collection_list .itemBox .item .txtBox .text{
	font-size: .24rem;
	color: #999;
}
.show_collection_list .itemBox .item .down{
	display: block;
	width: 1.2rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	background: #fff;
	border-radius: 999px;
	border: .02rem solid var(--pm-c);
	font-size: .28rem;
	color: var(--pm-c);
}

.other_gdzj {}
.other_gdzj .itemBox{}
.other_gdzj .itemBox .list_collection_itemBox{
	margin-bottom: .4rem;
}
.other_gdzj .itemBox .list_collection_itemBox .item{
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/gdzj_bgi.png);
	height: 3.32rem;
}
.other_gdzj .itemBox .list_collection_itemBox .item .top{
}
.other_gdzj .itemBox {}
.other_gdzj .itemBox .box{
	margin-bottom: .6rem;
}
.other_gdzj .itemBox .box:last-child{
	margin-bottom: 0;
}
.other_gdzj .itemBox .list{}
.other_gdzj .itemBox .list li{}
.other_gdzj .itemBox .list li::before{
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background-color: #d9d9d9;
	top: 50%;
	transform: translateY(-50%);
}
.other_gdzj .itemBox .list li .title{
	font-size: .32rem;
}
.other_gdzj .itemBox .list li .num{
	font-size: .28rem;
	color: #aaa;
}

/* 礼包列表页面 */
.list_game_package {}
.list_game_package .top_gift .sliderBox{
	overflow: hidden;
}
.list_game_package .top_gift{
	margin-top: .4rem;
	margin-bottom: .4rem;
	margin-left: .3rem;
}
.list_game_package .top_gift .slide{
	margin-left: -.28rem;
}
.list_game_package .top_gift .slide li{
	padding-left: .28rem;
}
.list_game_package .top_gift .slide li .box{
	width: 4.96rem;
	height: 2.84rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/gift_bgi.png);
	padding: .28rem;
}
.list_game_package .top_gift .slide li .box .top{
	margin-bottom: .24rem;
}
.list_game_package .top_gift .slide li .box .get{
	display: block;
	width: auto;
	height: .56rem;
	line-height: .56rem;
	text-align: center;
	background: linear-gradient( #665A3A 0%, #5C5339 100%);
	font-size: .24rem;
	color: #F0E5C5;
	border-radius: 999px;
}
.list_game_package .top_gift .slide li .box .top .txtBox{
	width: 2.68rem;
}
.list_game_package .top_gift .slide li .box .top .time{
	font-size: .24rem;
	color: #BBAF91;
}
.list_game_package .top_gift .slide li .box .thum{
	width: 1.32rem;
	height: 1.32rem;
	border-radius: .24rem;
	position: relative;
	margin-right: .24rem;
}
.list_game_package .top_gift .slide li .box .thum::before {
	position: absolute;
	display: block;
	width: 0.48rem;
	height: 0.48rem;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	content: "";
	background-size: cover;
	background-image: url(../images/tj.png);
	z-index: 3;
}
.list_game_package .top_gift .slide li .box .title{
	font-size: .28rem;
	color: #99844E;
	font-weight: 500;
	margin-bottom: .18rem;
}

.list_game_package .show_collection_list .item .time{
	font-size: .24rem;
	color: #999;
	margin-bottom: .06rem;
}
.list_game_package .show_collection_list .item .thumBox{
	position: relative;
	width: 1.2rem;
	height: 1.2rem;
	margin-right: .28rem;
}
.list_game_package .show_collection_list .item .thumBox .thum {
	margin-right: 0;
}
.list_game_package .show_collection_list .item .thumBox::before {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 0.36rem;
	height: 0.36rem;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/gift.png);
	z-index: 3;
}

/* 礼包详情页面 */
.show_game_package{}
.show_game_package .show_titleBox .top .txtBox .title{
	margin-bottom: .3rem;
}
.show_game_package .show_titleBox{
	/*height: 5.2rem;*/
	height: auto;
}
.show_game_package .show_titleBox .num{
	font-size: .24rem;
	color: #FF9700;
}
.show_game_package .show_titleBox .tagBox{
	margin-left: 0;
}
.show_game_package .show_titleBox .tagBox .tag{
	padding-left: 0;
}
.show_game_package .show_titleBox .down.get {
	background: #77D92A;
	box-shadow: 0px .04rem .08rem 0px rgba(119,217,42,0.3);
	margin-bottom: .2rem;
}
.show_game_package .show_titleBox .down.get::before {
	background-image: url(../images/btn_gift.png);
}

.other_qtlb {}
.other_qtlb .itemBox{}
.other_qtlb .itemBox .item{
	margin-bottom: .32rem;
	padding-bottom: .24rem;
	border-bottom: .02rem dashed #f5f5f5;
}
.other_qtlb .itemBox .item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.other_qtlb .itemBox .item .txtBox{
	width: 4.92rem;
	padding-right: .2rem;
}
.other_qtlb .itemBox .item .txtBox .title{
	padding-left: .6rem;
	position: relative;
	font-size: .32rem;
	color: #333;
	margin-bottom: .12rem;
}
.other_qtlb .itemBox .item .txtBox .title::before {
	position: absolute;
	left: 0;
	top: 0.08rem;
	display: block;
	width: 0.36rem;
	height: 0.36rem;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/list_gift.png);
}
.other_qtlb .itemBox .item .txtBox .time{
	font-size: .28rem;
	color: #aaa;
}
.other_qtlb .itemBox .item .get{
	display: block;
	width: 1.2rem;
	height: .6rem;
	background: var(--pm-c);
	border-radius: 999px;
	line-height: .6rem;
	text-align: center;
	line-height: .6rem;
	font-size: .28rem;
	color: #fff;
}

.other_yxgl .list li{
	padding-left: 0;
}
.other_yxgl .list li::before{
	display: none;
}

.show_game_package .index_tjlb{}
.show_game_package .index_tjlb .itemBox{
	padding-left: 0;
	border-left: none;
}
.show_game_package .index_tjlb .itemBox .item{
	margin-bottom: .36rem;
	padding-bottom: .36rem;
	border-bottom: .02rem dashed #f5f5f5;
}
.show_game_package .index_tjlb .itemBox .item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.show_game_package .index_tjlb .itemBox .item::before{
	display: none;
}
.show_game_package .index_tjlb .itemBox .item .txtBox .btmBox span {
	max-width: 2.3rem;
}
.show_game_package .index_tjlb .itemBox .item .txtBox .btmBox .get {
	height: .56rem;
	background-color: transparent;
	line-height: .52rem;
	border: .02rem solid var(--pm-c);
	color: var(--pm-c);
}
.show_game_package .index_tjlb .itemBox .item .txtBox .title {
	max-width: 4.6rem;
}
.show_game_package .other_xyyg .list li{
	padding-left: 0;
}
.show_game_package .other_xyyg .list li::before{
	display: none;
}


/* 排行榜页面 */
.list_rank{}
.list_rank .show_collection_list .itemBox .item .down{
	background-color: var(--pm-c);
	color: #fff;
}
.list_rank .show_collection_list .itemBox .item .thum{
	width: 1.32rem;
	height: 1.32rem;
	border-radius: .36rem;
	margin-right: .18rem;
}
.list_rank .show_collection_list .itemBox .item .thum .tag {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: .4rem;
	background: linear-gradient( 180deg, rgba(51,51,51,0) 0%, #333333 100%);
	font-size: .24rem;
	color: #fff;
}
.list_rank .show_collection_list .itemBox .item .txtBox .title{
	max-width: 2.8rem;
}
.list_rank .show_collection_list{
	transform: translateY(-.36rem);
}
.list_rank .show_collection_list .itemBox .item{
	padding: .28rem;
	height: 1.88rem;
	background: #FCFCFC;
	width: auto;
	border-radius: .24rem;
}

.list_rank .show_collection_list .itemBox .item:nth-child(1){
	background-color: #FFF6F4;
}
.list_rank .show_collection_list .itemBox .item:nth-child(2){
	background-color: #FFF9F1;
}
.list_rank .show_collection_list .itemBox .item:nth-child(3){
	background-color: #FFFDF4;
}
.list_rank .show_collection_list .itemBox .item .txtBox{
	max-width: 4.04rem;
}
.rank_banner {
	margin-top: .4rem;
	margin-bottom: 0;
	display: block;
	width: auto;
	height: 3.08rem;
	position: relative;
	overflow: hidden;
}
.list_rank .list_game_nav {
	margin-left: 0;
}
.list_rank .list_game_nav a{
	padding-left: 0;
	display: inline-block;
	height: .6rem;
	width: auto;
	line-height: .6rem;
	padding: 0 .14rem;
	border: .02rem solid #f8f8f8;
	border-radius: .12rem;
	margin-right: .05rem;
}
.list_rank .list_game_nav a:nth-child(3n) {
	margin-right: 0;
}

/* 排行榜列表页面 */
.list_rank_news_itemBox{}
.list_rank_news_itemBox .itemBox{}
.list_rank_news_itemBox .itemBox .item{
	width: auto!important;
	height: 3.44rem!important;
	background: #FCFCFC!important;
	border-radius: .24rem!important;
	padding: .28rem!important;
	margin-bottom: .24rem!important;
	border-bottom: none!important;
}
.list_rank_news_itemBox .itemBox .item:last-child {
	margin-bottom: 0!important;
}
.list_rank_news_itemBox .itemBox .item .title{
	font-size: .32rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .24rem;
}
.list_rank_news_itemBox .itemBox .item .box{}
.list_rank_news_itemBox .itemBox .item .box .list{
	margin-right: .38rem;
}
.list_rank_news_itemBox .itemBox .item .box .list li{
	padding-left: .68rem;
	margin-bottom: .2rem;
	padding-bottom: .2rem;
	border-bottom: .02rem dashed #eee;
}
.list_rank_news_itemBox .itemBox .item .box .list li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.list_rank_news_itemBox .itemBox .item .box .list li::before{
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 0;
	width: 0.48rem;
	height: 0.56rem;
	background-repeat: no-repeat;
	background-size: cover;
}
.list_rank_news_itemBox .itemBox .item .box .list li:nth-child(1)::before{
	background-image: url(../images/order_1.png);
}
.list_rank_news_itemBox .itemBox .item .box .list li:nth-child(2)::before{
	background-image: url(../images/order_2.png);
}
.list_rank_news_itemBox .itemBox .item .box .list li:nth-child(3)::before{
	background-image: url(../images/order_3.png);
}
.list_rank_news_itemBox .itemBox .item .box .list li .title{
	font-size: .28rem;
	color: #666;
	padding-right: 0;
	width: 2rem;
	margin-bottom: 0;
}
.list_rank_news_itemBox .itemBox .item .box .list li .down{
	position: relative;
	width: 0.36rem;
	height: 0.36rem;
	background-repeat: no-repeat;
	background-image: url(../images/rank_down.png);
	background-size: cover;
	border: none;
	background-color: transparent;
}
.list_rank_news_itemBox .itemBox .item .box .thumBox .imgBox{
	width: 1.98rem;
	position: relative;
	height: 1.56rem;
	margin-bottom: .2rem;
}
.list_rank_news_itemBox .itemBox .item .box .thumBox .imgBox .thum{
	display: block;
	position: absolute;
	width: 1.56rem;
	height: 1.56rem;
	border-radius: .36rem;
	margin-right: 0;
	z-index: 4;
}
.list_rank_news_itemBox .itemBox .item .box .thumBox .imgBox .thum:nth-child(2){
	right: .2rem;
	bottom: 0;
	width: 1rem;
	height: 1rem;
	border-radius: .2rem;
	opacity: .8;
	z-index: 3;
}
.list_rank_news_itemBox .itemBox .item .box .thumBox .imgBox .thum:nth-child(3){
	right: 0;
	bottom: 0;
	opacity: .4;
	width: .48rem;
	height: .48rem;
	border-radius: .12rem;
	z-index: 1;
}
.list_rank_news_itemBox .itemBox .item .box .thumBox .time{
	font-size: .24rem;
	color: #aaa;
}
/* 排行榜详情 */
.show_rank{}
.show_rank .show_collection_list{
	padding: .28rem;
}
.show_rank .show_collection_list .itemBox{
}
.show_rank .show_collection_list .titleBox{
	letter-spacing: 0;
	margin-bottom: .32rem;
}
.show_rank .show_collection_list .titleBox .name{
	font-size: .28rem;
	color: #333;
	font-weight: bold;
}
.show_rank .show_collection_list .titleBox .time{
	position: relative;
	padding-left: .28rem;
	font-size: .24rem;
	color: #999;
}
.show_rank .show_collection_list .titleBox .time::before{
	position: absolute;
	display: block;
	content: "";
	width: 0.12rem;
	height: 0.12rem;
	border-radius: 50%;
	background-color: #cdcdcd;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.show_rank .other_yxzx .itemBox .item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.other_gdph{}
.other_gdph .itemBox{}
.other_gdph .itemBox .item{
	margin-bottom: .42rem;
	padding-bottom: .36rem;
	border-bottom: .02rem dashed #f5f5f5;
}
.other_gdph .itemBox .item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.other_gdph .itemBox .item .titleBox{
	margin-bottom: .32rem;
}
.other_gdph .itemBox .item .titleBox .title{
	font-size: .32rem;
	color: #333;
	font-weight: bold;
}
.other_gdph .itemBox .item .titleBox .all{
	position: relative;
	display: block;
	width: 1.08rem;
	height: .56rem;
	background: linear-gradient( 90deg, #F8F8F8 0%, rgba(237,237,237,0) 100%);
	border-radius: .52rem 0px 0px .52rem;
	line-height: .56rem;
	text-align: center;
	padding-right: .2rem;
	font-size: .24rem;
	color: #aaa;
}
.other_gdph .itemBox .item .titleBox .all::before{
	position: absolute;
	top: .18rem;
	right: 0;
	display: block;
	width: 0.24rem;
	height: 0.24rem;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/all_more.png);
}
.other_gdph .itemBox .item .thumBox{
	margin-left: -.28rem;
}
.other_gdph .itemBox .item .thumBox .uk-width-1-4{
	padding-left: .28rem;
}
.other_gdph .itemBox .item .thumBox .box{
	width: 1.32rem;
}
.other_gdph .itemBox .item .thumBox .box .thum{
	position: relative;
	width: 1.32rem;
	height: 1.32rem;
	margin-bottom: .12rem;
	border-radius: .28rem;
}
.other_gdph .itemBox .item .thumBox .box .thum .order{
	display: block;
	width: .4rem;
	height: 0.4rem;
	line-height: .4rem;
	text-align: center;
	font-size: .24rem;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/collection_rank.png);
	position: absolute;
	left: 0;
	top: 0;
}
.other_gdph .itemBox .item .thumBox .uk-width-1-4:nth-child(-n+3) .box .thum .order{
	width: .52rem;
	height: .6rem;
	color: transparent;
}
.other_gdph .itemBox .item .thumBox .uk-width-1-4:nth-child(1) .box .thum .order{
	background-image: url(../images/collection_rank1.png);
}
.other_gdph .itemBox .item .thumBox .uk-width-1-4:nth-child(2) .box .thum .order{
	background-image: url(../images/collection_rank2.png);
}
.other_gdph .itemBox .item .thumBox .uk-width-1-4:nth-child(3) .box .thum .order{
	background-image: url(../images/collection_rank3.png);
}
.other_gdph .itemBox .item .thumBox .box .title{
	font-size: .28rem;
	color: #333;
	text-align: center;
}

.show_rank .other_zxph .list li,
.show_rank .other_xyyg .list li{
	padding-left: 0;
}
.show_rank .other_zxph .list li::before,
.show_rank .other_xyyg .list li::before{
	display: none;
}












/* 404/500页面 */
.error {
	margin-top: .4rem;
	text-align: center;
}
.error .img{
	width: 3.48rem;
	height: 3.48rem;
	margin: 1.6rem auto .2rem;
	position: relative;
	overflow: hidden;
}
.error .txtBox {}
.error .txtBox .text{
	font-size: .28rem;
	color: #333;
	margin-bottom: .4rem;
}
.error.err .img {
	width: 2.72rem;
	height: 2.14rem;
}
.error .goHome{
	display: block;
    width: 1.52rem;
    height: .64rem;
    border-radius: .12rem;
    margin: 0 auto;
	line-height: .6rem;
	text-align: center;
	font-size: .28rem;
	color: var(--pm-c);
	border: .02rem solid var(--pm-c);
	margin-bottom: 1.2rem;
}

/* 关于我们页面 */
.page {}
.page_top {
	margin: 0 .3rem;
	text-align: center;
	font-size: .36rem;
	color: #333;
	font-weight: bold;
	margin-top: .24rem;
}
.page_sitemap .list_game_title,
.page .list_game_title{
	margin-top: .4rem;
}
.page_sitemap .list_game_title .list_game_nav ,
.page .list_game_title .list_game_nav {
	margin-bottom: 0;
}
.page_sitemap .page_content,
.page .page_content {
	margin-bottom: .26rem;
}
.page .page_content p{
	font-size: .28rem;
	color: #666;
	line-height: .6rem;
	text-indent: 2em;
}
.page_sitemap .page_content .content {
	margin-left: -0.24rem;
}
.page_sitemap .page_content .item {
	margin-bottom: .6rem;
	line-height: 1;
}
.page_sitemap .page_content .content .uk-width-1-3{
	padding-left: .24rem;
}
.page_sitemap .page_content .content .uk-width-1-3.uk-grid-margin{
	margin-top: .28rem;
}
.page_sitemap .page_content .content a{
	display: block;
	font-size: .28rem;
	color: #333;
	width: 1.88rem;
	height: .56rem;
	border: .02rem solid #EFEFEF;
	line-height: .52rem;
	text-align: center;
	padding-right: .32rem;
	padding-left: .06rem;
	position: relative;
}
.page_sitemap .page_content .content a::before {
	position: absolute;
	top: .16rem;
	right: .1rem;
	display: block;
	width: 0.24rem;
	height: 0.24rem;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/page_more.png);
}
/* 搜索结果 */
.page_search {}
.page_search_itemBox {
	margin-top: .4rem;
}
.page_nav {
	margin-bottom: .2rem;
}
.page_nav a{
	display: inline-block;
	margin-right: .1rem;
	width: auto;
	height: .56rem;
	border-radius: 999px;
	line-height: .56rem;
	text-align: center;
	padding: 0 .2rem;
	font-size: .28rem;
	color: #666;
	margin-bottom: .24rem;
	background-color: #fafafa;
}
.page_search .content{}
.page_search .content .more_nav{
	margin-bottom: .34rem;
}
.page_search .content .more_nav a{
	font-size: .28rem;
	color: #aaa;
	font-weight: bold;
	display: inline-block;
	margin-right: .28rem;
}
.page_search .content .more_nav a.active{
	font-size: .36rem;
	color: #333;
}
.page_search{}
.page_search .list_game_itemBox .itemBox .item .txtBox .title{
	margin-bottom: .26rem;
}
.page_search .list_game_itemBox{}
.page_search .list_game_itemBox .item{}
.page_search .list_game_itemBox .itemBox .item .thum .order {
	border-radius: 0 0 .3rem 0;
	display: block;
	width: 0.48rem;
	height: 0.48rem;
	line-height: .48rem;
	text-align: center;
	font-size: .24rem;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	background-color: #BEBBC2;
}
.page_search .list_game_itemBox .itemBox .item:nth-child(-n+3) .thum::before{
	display: none;
}
.page_search .list_game_itemBox .itemBox .item:nth-child(-n+3) .thum .order {
	background: linear-gradient( 180deg, #A06FF0 0%, #4066EF 100%);

}

/* 搜索结果页面 */
.search_result{}
.search_result .other_yxzx .itemBox .item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.search_result .result{
	margin-top: .4rem;
}
.search_result .result .title{
	font-size: .32rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .34rem;
}
.search_result .result .title span{
	color: var(--pm-c);
}



/* 开服表 */
.kaifu {
	margin-top: .4rem;
}
.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 {
	margin-left: -.1rem;
	margin-bottom: .42rem;
}
.kaifu .selectBox li{
	padding-left: .1rem;
}

.kaifu .selectBox .btn {
	width: 1.96rem;
	height: .64rem;
	padding-right: .3rem;
	position: relative;
	display: inline-block;
	border-radius: .12rem;
	border: .02rem solid #eee;
	line-height: .6rem;
	font-size: .28rem;
	color: #777;
	background-color: transparent;
	text-align: left;
	box-sizing: border-box;
	padding-left: .2rem;
}

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


.kaifu .selectBox li a {
	font-size: .24rem;
}
.kaifu .list_game_itemBox .item {
}
.kaifu .list_game_itemBox .item .title{
	margin-bottom: .06rem!important;
}
.kaifu .list_game_itemBox .item .name{
	font-size: .24rem;
	color: #aaa;
	margin-bottom: .06rem;
}
.kaifu .list_game_itemBox .item .startTime{
	font-size: .24rem;
	color: var(--pm-c);
}
.kaifu .list_game_itemBox .itemBox .item .txtBox .titleBox {
	position: relative;
	display: inline-block;
	width: auto;
	margin-bottom: 0;
}
.kaifu .list_game_itemBox .itemBox .item .txtBox .title::before{
	display: none;
}
.kaifu .list_game_itemBox .itemBox .item .txtBox .title {
	display: inline-block;
	width: auto;
	padding-right: .8rem;
	margin-bottom: 0!important;
}
.kaifu .list_game_itemBox .itemBox .item .txtBox .titleBox .tag {
	display: block;
	font-size: .24rem;
	color: #bcbcbc;
	width: 0.72rem;
	height: 0.32rem;
	line-height: .28rem;
	text-align: center;
	border: .02rem solid #eee;
	position: absolute;
	right: 0;
	top: 0.06rem;
	border-radius: .06rem;
}
.kaifu .list_game_itemBox .itemBox .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.kaifu{}