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

.hide {
  display: none !important;
}

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

:root {
	--pm-c: #434BE1;
}


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

/* 首页 */
body {
	background-image: url(../images/header_bgi.png);
	background-size: 100% 2.08rem;
	background-repeat: no-repeat;
}
/* 底部 */
.footer {
	background-color: #1a1a1a;
	height: 2.56rem;
	width: 100%;
	font-size: .24rem;
	color: #999;
	padding-top: .2rem;
}
.footer .title {
	color: #ccc;
}
.footer .aBox {
	line-height: .36rem;
	margin: .2rem 0;
}
.footer a,
.footer .aBox a {
	font-size: .24rem;
	color: #999;
	margin-bottom: .1rem;
	display: inline-block;
}
.footer .aBox a::before {
	display: inline-block;
	content: "|";
	margin: 0 .08rem;
}
.footer .aBox a:first-child::before {
	display: none;
}

.footer .txt {
	line-height: .38rem;
	padding: 0 .16rem;
}
.header {

}

.header .logoBox {
	padding-top: 1.18rem;
	padding-bottom: .3rem;
}

.header .logoBox .logo {
	display: block;
	width: 2.32rem;
	height: 0.6rem;
	position: relative;
	overflow: hidden;
}

.header .logoBox .searchBox {
	width: 3.4rem;
	height: .6rem;
	position: relative;
}

.header .logoBox .searchBox .search {
	height: 0.55rem;
	width: 100%;
	background-color: #fff;
	display: block;
	font-size: .24rem;
	border-radius: 1rem;
	padding: 0 .2rem;
}

.header .logoBox .searchBox .search_icon {
	position: absolute;
	right: .2rem;
	top: .14rem;
	display: block;
	width: 0.26rem;
	height: 0.25rem;
	z-index: 2;
}

.header .logoBox .searchBox .search_icon img {
	display: block;
	width: 100%;
	height: 100%;
}

.header .navBar {
	height: .8rem;
	overflow-x: scroll;
	text-align: center;
	line-height: .8rem;
	box-sizing: content-box;
	white-space: nowrap;
	background-color: #F1F1FF;
}

.header .navBar li {
	display: inline-block;
	width: 1.72rem;
	height: 100%;
	margin-right: .16rem;
	box-sizing: content-box;
}

.header .navBar li:last-child {
	margin-right: 0;
}

.header .navBar li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: .28rem;
}

.header .navBar li.active {
	background: linear-gradient( 180deg, #8293FF 0%, #7773FF 100%);
}

.header .navBar li.active a {
	color: #fff;
}

.index_slider {
	width: 100%;
	height: 4.2rem;
	position: relative;
	margin-bottom: .32rem;
}
.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.5);
	height: .76rem;
	line-height: .76rem;
	padding-left: .2rem;
	padding-right: 1.6rem;
}
.index_slider .slider_nav {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: .3rem;
	right: .1rem;
}
.index_slider .slider_nav li a{
	background-color: #999;
	width: 0.16rem;
	height: 0.16rem;
}
.index_slider .slider_nav li.uk-active a{
	background-color: #6067F4;
}
.index_slider .slider_nav li{
	padding-left: 7px !important;
}
.index_nav {
	margin-bottom: .4rem;
}
.index_nav .itemBox .item{
	display: block;
	height: 1.16rem;
	border-radius: .16rem;
	background: #F5F5FA;
	position: relative;
}
.index_nav .itemBox .item::before{
	display: block;
	position: absolute;
	content: '';
	width: 1.12rem;
	height: .58rem;
	background-repeat: no-repeat;
	background-size: cover;
	left: .16rem;
	top: .16rem;
	z-index: 3;
	width: 1.12rem;
	height: 0.58rem;
}
.index_nav .itemBox .item::after{
	display: block;
	position: absolute;
	content: '';
	width: 1.12rem;
	height: .58rem;
	background-repeat: no-repeat;
	background-size: cover;
	right: 0;
	bottom: 0;
	z-index: 3;
	width: 0.72rem;
	height: 0.72rem;
}
.index_nav .itemBox .uk-width-1-3:nth-child(1) .item::before {
	background-image: url(../images/hotnews_txt.png);
}
.index_nav .itemBox .uk-width-1-3:nth-child(1) .item::after {
	background-image: url(../images/hotnews_img.png);
}
.index_nav .itemBox .uk-width-1-3:nth-child(2) .item::before {
	background-image: url(../images/gift_txt.png);
}
.index_nav .itemBox .uk-width-1-3:nth-child(2) .item::after {
	background-image: url(../images/gift_img.png);
}
.index_nav .itemBox .uk-width-1-3:nth-child(3) .item::before {
	background-image: url(../images/jxgl_txt.png);
}
.index_nav .itemBox .uk-width-1-3:nth-child(3) .item::after {
	background-image: url(../images/jxgl_img.png);
}

.index_thumBox {
	margin-bottom: .4rem;
}
.index_thumBox .itemBox{
	margin-left: -.48rem;
}
.index_thumBox .itemBox .uk-width-1-4{
	padding-left: .48rem;
}
.index_thumBox .itemBox .uk-width-1-4 .item .thum{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-bottom: .16rem;
}
.index_thumBox .itemBox .uk-width-1-4 .item .title{
	text-align: center;
	font-size: .26rem;
	color: #1a1a1a;
	display: block;
	max-width: 1.4rem;
}

.index_game .itemBox .item{
	padding: 0.3rem;
	height: 2rem;
	padding-right: 0;
	box-shadow: 0px .08rem .1rem 0px rgba(0,0,0,0.02);
	border: .02rem solid #EDEDED;
	border-radius: .08rem;
}
.index_game .itemBox .item .thum{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .24rem;
	position: relative;
}
.index_game .itemBox .item .txtBox{
	max-width: 4rem;
}
.index_game .itemBox .item .txtBox .title{
	font-size: .3rem;
	color: #1a1a1a;
	max-width: 3.4rem;
}
.index_game .itemBox .item .txtBox .tagBox{
	margin: .18rem 0;
}
.index_game .itemBox .item .txtBox .tagBox .score{
	color: #F28A2A;
	margin-right: .2rem;
	position: relative;
	display: block;
	padding-left: .3rem;
}
.index_game .itemBox .item .txtBox .tagBox .score::before{
	display: block;
	position: absolute;
	content: "";
	left: 0;
	top: .02rem;
	background-image: url(../images/score_star.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 0.28rem;
	height: 0.28rem;

}
.index_game .itemBox .item .txtBox .tagBox .num{
	font-size: .24rem;
	color: #4d4d4d;
}
.index_game .itemBox .item .txtBox .text{
	font-size: .24rem;
	color: #999;
}
.index_game .itemBox .item .down{
	display: block;
	width: .68rem;
	height: .68rem;
	background: var(--pm-c);
	border-radius: .08rem 0px 0px .08rem;
	background-repeat: no-repeat;
	background-size: .36rem;
	background-image: url(../images/down.png);
	background-position: center;
	position: absolute;
	right: .24rem;
}

/* 公共标题 */
.public_title {
    border-bottom: .02rem solid #ebebeb;
    margin-bottom: .36rem;
	padding-top: .36rem;
}

.public_title .label {
    font-weight: bold;
    height: 100%;
    display: block;
    padding-bottom: .24rem;
    font-size: .36rem;
    color: #1a1a1a;
    position: relative;
    border-bottom: .02rem solid var(--pm-c);
}

.public_title .more {
    font-size: .24rem;
    color: var(--pm-c);
    padding-right: .3rem;
    position: relative;
	padding-bottom: .24rem;
}

.public_title .more::after {
    position: absolute;
    display: block;
    width: .24rem;
    height: .24rem;
    content: "";
    right: 0;
    top: .06rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/public_title_more.png);
}

.index_gftj {
	margin-top: .4rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/gftj_bgi.png);
	height: 6.8rem;
	overflow-x: scroll;
	overflow-y: hidden;
}
.index_gftj .label{
	padding-left: .5rem;
}
.gftj::before {
	background-image: url(../images/gftj.png);
	position: absolute;
    display: block;
    width: .48rem;
    height: .48rem;
    content: "";
    left: 0;
    top: .06rem;
    background-repeat: no-repeat;
    background-size: cover;
}
.index_gftj .public_title {
	border: none;
	margin: .36rem 0;
	padding-top: 0;
}
.index_gftj .public_title .label {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.index_gftj .slider {
	margin-left: .24rem;
}
.index_gftj .itemBox {
	margin-right: .4rem;
}
.index_gftj .itemBox .uk-width-4-5{
	width: 5.2rem;
	padding-left: .15rem;
	margin-right: .4rem;
}
.index_gftj .itemBox .uk-width-4-5:last-child {
	padding-left: 0;
}
.index_gftj .itemBox .uk-width-4-5 .item{
	padding: .3rem;
	background-color: #fff;
	width: 5.2rem;
	height: 5rem;
	border-radius: .08rem;
}
.index_gftj .itemBox .uk-width-4-5 .item .thum{
	width: 100%;
	height: 2.6rem;
	position: relative;
	border-radius: .04rem;
	margin-bottom: .2rem;
}
.index_gftj .itemBox .uk-width-4-5 .item .title{
	max-width: 4.6rem;
	font-size: .28rem;
	color: #1a1a1a;
	margin-bottom: .2rem;
}
.index_gftj .itemBox .uk-width-4-5 .item .text{
	max-width: 4.6rem;
	display: block;
	font-size: .24rem;
	color: #4d4d4d;
	margin-bottom: .3rem;
}
.index_gftj .itemBox .uk-width-4-5 .item .tagBox{
	font-size: .24rem;
	color: #999;
}
.index_gftj .itemBox .uk-width-4-5 .item .score{
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	top: .2rem;
	width: 0.8rem;
	height: 0.46rem;
	line-height: .46rem;
	background-color: #F28A2A;
	color: #fff;
	font-size: .24rem;
	border-radius: .04rem;
}
.index_gftj .itemBox .uk-width-4-5 .item .score span {
	font-size: .32rem;
}
.gameIntroduction {
	margin-top: .6rem;
}
.index_newgame_news {
	margin-bottom: .6rem;
}
.index_newgame_news .itemBox{
	margin-bottom: .56rem;
}
.index_newgame_news .itemBox .item{
	margin-bottom: .6rem;
}
.index_newgame_news .itemBox .item:last-child {
	margin-bottom: 0;
}
.index_newgame_news .itemBox .item .txtBox{
	max-width: 4.3rem;
	margin-right: .3rem;
}
.index_newgame_news .itemBox .item .txtBox .title{
	font-size: .28rem;
	color: #1a1a1a;
	margin-bottom: .2rem;
}
.index_newgame_news .itemBox .item .txtBox .text{
	display: block;
	font-size: .28rem;
	color: #666;
	margin-bottom: .28rem;
}
.index_newgame_news .itemBox .item .txtBox .tagBox{
	font-size: .24rem;
	color: #999;
}
.index_newgame_news .itemBox .item .txtBox .tagBox .num {
	position: relative;
	padding-left: .4rem;
}
.index_newgame_news .itemBox .item .txtBox .tagBox .num::before {
	position: absolute;
    display: block;
    width: .32rem;
    height: .32rem;
    content: "";
    left: 0;
    top: .02rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/eye.png);
}
.index_newgame_news .itemBox .item .thum{
	width: 2.4rem;
	height: 1.6rem;
	border-radius: .04rem;
	position: relative;
}
.list {
	width: 100%;
}
.list li{
	padding-left: .3rem;
	position: relative;
	margin-bottom: .2rem;
}
.list li:last-child {
	margin-bottom: 0;
}
.list li::before{
	display: block;
	position: absolute;
	left: 0;
	top: .17rem;
	width: 0.08rem;
	height: 0.08rem;
	content: "";
	border-radius: 50%;
	background-color: var(--pm-c);
}
.list li .title{
	max-width: 5rem;
	font-size: .28rem;
	color: #1a1a1a;
}
.list li .time{
	font-size: .24rem;
	color: #999;
}
.index_newgame_news .list li {
	padding-left: 0;
}
.index_newgame_news .list li::before {
	display: none;
}
.index_newgame_news .list li .tag{
	display: block;
	width: .84rem;
	height: .44rem;
	border-radius: .08rem;
	font-size: .28rem;
	color: #fff;
	line-height: .44rem;
	text-align: center;
}
.index_newgame_news .list li:nth-child(1) .tag{
	background: #F94255;
}
.index_newgame_news .list li:nth-child(2) .tag{
	background: #3764F7;
}
.index_newgame_news .list li:nth-child(3) .tag{
	background: #FF7649;
}
.index_newgame_news .list li:nth-child(4) .tag{
	background: #F8B33A;
}

.index_game_down {}
.index_game_down .public_title .label::after{
	display: block;
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/hot.png);
	width: 0.8rem;
	height: 0.36rem;
	right: -.9rem;
	top: -.05rem;
}
.index_game_down .itemBox{
	margin-bottom: .48rem;
}
.index_game_down .itemBox .item{
	padding-bottom: .36rem;
	margin-bottom: .36rem;
	border-bottom: .02rem solid #f8f8f8;
}
.index_game_down .itemBox .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 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 .titleBox{
	max-width: 3.4rem;
}
.index_game_down .itemBox .item .txtBox .titleBox .title{
	font-size: .28rem;
	color: #1a1a1a;
	margin-bottom: .14rem;
}
.index_game_down .itemBox .item .txtBox .titleBox .tagBox{
	font-size: .24rem;
	color: #4d4d4d;
	margin-bottom: .14rem;
}
.index_game_down .itemBox .item .txtBox .titleBox .tagBox span::before{
	display: inline-block;
	content: "|";
	margin: 0 .04rem;
}
.index_game_down .itemBox .item .txtBox .titleBox .tagBox span:first-child::before{
	display: none;
}
.index_game_down .itemBox .item .txtBox .down{
	display: block;
	width: 1.36rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	color: #fff;
	font-size: .28rem;
	padding-left: .3rem;
	position: relative;
	background: var(--pm-c);
	border-radius: .08rem;
}
.index_game_down .itemBox .item .txtBox .down::before {
	display: block;
	content: "";
	position: absolute;
	left: .2rem;
	top: .18rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/down_32.png);
	width: 0.32rem;
	height: 0.32rem;
}
.index_game_down .itemBox .item .txtBox .text{
	display: block;
	max-width: 5.3rem;
	padding-left: .4rem;
	position: relative;
	font-size: .24rem;
	color: #999;
}
.index_game_down .itemBox .item .txtBox .text span {
	display: block;
}
.index_game_down .itemBox .item .txtBox .text::before {
	position: absolute;
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/info.png);
	width: 0.36rem;
	height: 0.36rem;
	top: 0;
	left: 0;
}

.public_nav {}
.public_nav .itemBox{
	margin-left: -.2rem;
}
.public_nav .itemBox .uk-width-1-4{
	padding-left: .2rem;
}
.public_nav .itemBox .uk-width-1-4.uk-grid-margin{
	margin-top: .2rem;
}
.public_nav .itemBox .uk-width-1-4 .navItem{
	display: block;
	width: 1.6rem;
	height: 0.6rem;
	border-radius: .06rem;
	font-size: .24rem;
	color: #666;
	line-height: .58rem;
	text-align: center;
	border: .02rem solid #ebebeb;
	background-color: #fafafa;
	padding: 0 .04rem;
}
.index_news {}
.index_news .itemBox{}
.index_news .itemBox .item{
	margin-bottom: .4rem;
}
.public_nav .itemBox .uk-width-1-4.active a{
	background: var(--pm-c);
  color: #fff;
}
.index_news .itemBox .item .title{
	font-size: .28rem;
	margin-bottom: .24rem;
	display: flex !important;
}
.index_news .itemBox .item .title .tag{
	color: var(--pm-c);
}
.index_news .itemBox .item .title .tag::after{
	display: inline-block;
	content: "|";
	margin: 0 .04rem;
}
.index_news .itemBox .item .title .text{
	max-width: 6rem;
	font-size: .28rem;
	color: #1a1a1a;
}
.index_news .itemBox .item .box .thum{
	width: 3rem;
	height: 1.8rem;
	border-radius: .04rem;
	position: relative;
}
.index_news .itemBox .item .box .txtBox{
	padding: .2rem .3rem;
	font-size: .24rem;
	width: 4.02rem;
	height: 1.8rem;
	border-radius: .04rem;
	background-color: #f7f7f7;
}
.index_news .itemBox .item .box .txtBox .text{
	line-height: .4rem;
	color: #666;
	margin-bottom: .28rem;
}
.index_news .itemBox .item .box .txtBox .time{
	color: #999;
}
.index_news .list li{
	margin-bottom: .32rem;
}
.index_tjzj {}
.index_tjzj .img{
	display: block;
	width: 100%;
	height: 2.6rem;
	position: relative;
	overflow: hidden;
	margin-bottom: .36rem;
}
.index_tjzj .list{}
.index_tjzj .list li{
	height: .6rem;
	line-height: .6rem;
	background-color: #f7f7f7;
	border-radius: .04rem;
	padding-left: 0;
	margin-bottom: .24rem;
}
.index_tjzj .list li::before{
	display: none;
}
.index_tjzj .list li .tag{
	width: 1.2rem;
	height: 0.6rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/zj_bgi.png);
	text-align: center;
	font-size: .28rem;
	color: #fff;
}
.index_tjzj .list li .title {
	max-width: 4.8rem;
	overflow: hidden;
	padding-left: .24rem;
}
.index_video {
	margin-bottom: .5rem;
}
.index_video .itemBox{
	margin-left: -.3rem;
}
.index_video .itemBox .uk-width-1-1{
	padding-left: .3rem;
}
.index_video .itemBox .uk-width-1-1 .item{
	position: relative;
}
.index_video .itemBox .uk-width-1-1 .img{
	display: block;
	width: 100%;
	height: 3.8rem;
	border-radius: .04rem;
	margin-bottom: .22rem;
	position: relative;
	overflow: hidden;
}
.index_video .itemBox .uk-width-1-1 .btn{}
.index_video .itemBox .uk-width-1-1 .btn::before {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: .08rem;
	background-repeat: no-repeat;
	background-size: .4rem;
	background-image: url(../images/play_big.png);
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background-color: var(--pm-c);
	border: .14rem solid #fff;
	background-position: center;
}
.index_video .itemBox .uk-width-1-1 .title{
	max-width: 5.7rem;
	color: #333;
	font-size: .28rem;
}
.index_video .itemBox .uk-width-1-2{
	padding-left: .3rem;
}
.index_video .itemBox .uk-width-1-2 .item{
	position: relative;
}
.index_video .itemBox .uk-width-1-2.uk-grid-margin{
	margin-top: .4rem;
}
.index_video .itemBox .uk-width-1-2 .img{
	display: block;
	width: 3.36rem;
	height: 2rem;
	border-radius: .04rem;
	margin-bottom: .14rem;
	position: relative;
	overflow: hidden;
}
.index_video .itemBox .uk-width-1-2 .btn::before{
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: .08rem;
	background-repeat: no-repeat;
	background-size: .28rem;
	background-image: url(../images/play_small.png);
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	background-color: var(--pm-c);
	border: .10rem solid #fff;
	background-position: center;
}
.index_video .itemBox .uk-width-1-2 .title{
	max-width: 2.4rem;
	font-size: .24rem;
	color: #333;
}
.index_rank {}
.index_rank .img{
	display: block;
	height: 3.2rem;
	width: 100%;
	position: relative;
	border-radius: .04rem;
	margin-bottom: .36rem;
	overflow: hidden;
}
.index_rank .img::before {
	display: block;
	content: "";
	right: .16rem;
	top: .16rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/rank.png);
	width: 0.72rem;
	height: 0.72rem;
	position: absolute;
	z-index: 2;
}
.index_rank .img .text{
	display: block;
	width: 100%;
	height: .76rem;
	border-radius: .04rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	line-height: .76rem;
	text-align: center;
	padding: 0 .2rem;
	font-size: .28rem;
	color: #fff;
}
.index_rank .list{}
.index_rank .list li{
	position: relative;
}
.index_rank .list li::before{
	background-color: #e6e6e6;
}

.index_rank .list li .more::before{
	display: block;
    content: "";
    position: absolute;
    right: 0;
    top: .04rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/rank_more.png);
    width: .36rem;
    height: .36rem;
}
.index_rank .list li .title{
	max-width: 6.2rem;
}
.index_rank .list li .tag{
	color: var(--pm-c);
}
.index_rank .list li .tag::after{
	display: inline-block;
	content: "|";
	margin: 0 .04rem;
}
.index_friend .box a{
	display: inline-block;
    border-radius: .04rem;
	padding: .09rem .16rem;
	border: .02rem solid #e8e8e8;
	font-size: .24rem;
	color: #666;
	margin-right: .24rem;
	margin-bottom: .24rem;
}

/* 咨询列表页面 */
.list_nes {}
.list_new_banner{
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 4.2rem;
	margin-bottom: .48rem;
}
.list_new_banner .text {
	font-size: .32rem;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: .76rem;
	line-height: .76rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	padding-left: 1.6rem;
	padding-right: .24rem;
	width: 100%;
}
.list_new_banner .text .tag {
	display: block;
	width: 1.2rem;
	height: 0.76rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/list_new_tagBgi.png);
	line-height: .76rem;
	text-align: center;
	position: absolute;
	left: 0;
}
.list_news_nav {
	overflow-x: scroll;
	box-sizing: content-box;
	white-space: nowrap;
	padding-left: .24rem;
	margin-bottom: .44rem;
}
.list_news_nav a{
	display: inline-block;
	margin-right: .6rem;
	height: .36rem;
	font-size: .28rem;
	color: #666;
	position: relative;
	z-index: 3;
}
.list_news_nav a.active{
	font-weight: bold;
	color: #333;
}
.list_news_nav a.active::before{
	display: block;
	content: "";
	width: 100%;
	max-width: 2rem;
	height: .16rem;
	background: linear-gradient( 90deg, #939CFC 0%, rgba(147,156,252,0) 100%);
	border-radius: 1.98rem;
	position: absolute;
	bottom: -.06rem;
	left: 0;
	z-index: -1;
}
.list_news_itemBox {}
.list_news_itemBox .item{
	margin-bottom: .32rem;
	padding-bottom: .32rem;
	border-bottom: .02rem solid #F2F2F2;
}
.list_news_itemBox .item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.list_news_itemBox .item .thum{
	width: 2.6rem;
	height: 1.6rem;
	margin-right: .3rem;
	border-radius: .04rem;
	position: relative;
}
.list_news_itemBox .item .txtBox{
	max-width: 4.12rem;
}
.list_news_itemBox .item .txtBox .title{
	font-size: .28rem;
	color: #1a1a1a;
	margin-bottom: .2rem;
	line-height: .32rem;
}
.list_news_itemBox .item .txtBox .text{
	display: block;
	font-size: .24rem;
	color: #4d4d4d;
	margin-bottom: .4rem;
}
.list_news_itemBox .item .txtBox .tagBox{
	font-size: .24rem;
	color: #999;
	line-height: .28rem;
}
.list_news_itemBox .item .txtBox .tagBox .author{
	padding-left: .32rem;
	position: relative;
}
.list_news_itemBox .item .txtBox .tagBox .author::before{
	display: block;
	content: "";
	width: 0.28rem;
	height: 0.28rem;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/author.png);
}
.list_news_itemBox .item .txtBox .tagBox .time{
	padding-left: .3rem;
	position: relative;
}
.list_news_itemBox .item .txtBox .tagBox .time::before{
	display: block;
	content: "";
	width: 0.28rem;
	height: 0.28rem;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/time.png);
}

/* 咨询详情页面 */
.show_news {}
.show_news .titleBox{
	padding-top: .4rem;
	padding-bottom: .32rem;
	margin-bottom: .32rem;
	border-bottom: .02rem solid #F2F2F2;
}
.show_news .titleBox h1{
	font-size: .36rem;
	color: #1a1a1a;
	line-height: .58rem;
	margin-bottom: .8rem;
	text-align: center;
	font-weight: bold;
}
.show_news .titleBox .tagBox{
	font-size: .24rem;
	color: #999;
	margin: 0 .4rem;
}
.show_news .titleBox .tagBox .source::after{
	display: inline-block;
	content: "|";
	margin: 0 .04rem;
}
.public_content p {
	font-size: .28rem;
	color: #666;
	line-height: .58rem;
	text-indent: 2em;
}
.public_content p img,
.public_content p iframe {
	display: block;
	width: 6rem;
	height: auto;
	overflow: hidden;
	margin: .6rem auto;
}
.xggl .public_title{
	margin-bottom: 0;
}
.xggl .list li{
	height: .92rem;
	line-height: .92rem;
	border-bottom: .02rem solid #f8f8f8;
	margin-bottom: 0;
}
.xggl .list li:last-child {
	border: none;
}
.xggl .list li::before{
	top: auto;
	background-color: #e6e6e6;
}

.xgyx {}
.xgyx .itemBox{}
.xgyx .itemBox .item{
	width: 100%;
	height: 1.4rem;
	border-radius: .08rem;
	background: #FAF9F9;
	padding: .2rem 0 .2rem .2rem;
	margin-bottom: .24rem;
}

.xgyx .itemBox .item:last-child{
	margin-bottom: 0;
}
.xgyx .itemBox .item .thum{
	width: 1rem;
	height: 1rem;
	border-radius: .2rem;
	position: relative;
	margin-right: .3rem;
}
.xgyx .itemBox .item .txtBox{
	font-size: .24rem;
	max-width: 3.78rem;
}
.xgyx .itemBox .item .title{
	font-size: .28rem;
	color: #1a1a1a;
	margin-bottom: .24rem;
}
.xgyx .itemBox .item .text{
	display: block;
	color: #999;
}
.xgyx .itemBox .item .score{
	height: .8rem;
	border-left: .02rem solid #F0EFEF;
	padding-left: .68rem;
	position: relative;
	color: #F28A2A;
	font-size: .4rem;
	line-height: .8rem;
}
.xgyx .itemBox .item .score::before{
	position: absolute;
	top: .2rem;
	left: .2rem;
	display: block;
	content: "";
	width: 0.4rem;
	height: 0.4rem;
	background-repeat: no-repeat;
	background-image: url(../images/score_star_big.png);
	background-size: cover;
}

.sytj .txtBox {
	max-width: 4.8rem!important;
}
.sytj .itemBox .item{
	padding-left: 0;
	border: none;
	border-bottom: .02rem solid #F8F8F8;
	box-shadow: none;
}
.sytj .item:last-child {
	border: none;
}
.sytj .public_title {
	margin-bottom: 0;
}

.game_rank {
	margin-bottom: .8rem;
}
.game_rank .itemBox .item{
	padding-bottom: 0.36rem;
	margin-bottom: 0.36rem;
	border-bottom: .02rem solid #f8f8f8;
}
.game_rank .itemBox .item:last-child {
	margin-bottom: 0;
	border: none;
	padding-bottom: 0;
}
.game_rank .itemBox .item .order{
	width: .4rem;
	height: .4rem;
	background: #CCC;
	border-radius: .06rem;
	font-size: .28rem;
	color: #fff;
	line-height: .4rem;
	text-align: center;
	margin-right: .3rem;
}
.game_rank .itemBox .item:nth-child(1) .order{
	background: #FF6666;
}
.game_rank .itemBox .item:nth-child(2) .order{
	background: #FF9966;
}
.game_rank .itemBox .item:nth-child(3) .order{
	background: #FFCC66;
}
.game_rank .itemBox .item .thum{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
	overflow: hidden;
}
.game_rank .itemBox .item .txtBox{
	width: 3.6rem;
	margin-right: .3rem;
}
.game_rank .itemBox .item .txtBox .title{
	font-size: .28rem;
	color: #333;
}
.game_rank .itemBox .item .txtBox .tagBox{
	font-size: .24rem;
	color: #999;
}
.game_rank .itemBox .item .txtBox .tagBox span::before{
	display: inline-block;
	content: "|";
	margin: 0 .04rem;
}
.game_rank .itemBox .item .txtBox .tagBox span:first-child::before{
	display: none;
}
.game_rank .itemBox .item .down{
	display: block;
	background-color: var(--pm-c);
	border-radius: .08rem;
	width: 0.72rem;
	height: 0.72rem;
	background-repeat: no-repeat;	
	background-size: .4rem;
	background-image: url(../images/down.png);
	background-position: center;
}
.public_title_icon {
	padding-left: .5rem;
	font-size: .32rem;
	color: #1a1a1a;
	margin-bottom: .32rem;
	position: relative;
	margin-top: .4rem;
}
.public_title_icon::before {
	display: block;
	position: absolute;
	content: "";
	left: 0;
	top: 0.05rem;
	background-repeat: no-repeat;
	background-size: cover;
	width: 0.4rem;
	height: 0.4rem;
}
.public_title_icon.yxtj::before {
	background-image: url(../images/rmyx_icon.png);
} 
.public_title_icon.yytj::before {
	background-image: url(../images/rmyy_icon.png);
} 
.public_title_icon.lbtj::before {
	background-image: url(../images/icon_gift.png);
} 
.list_game .index_thumBox .public_nav{
	margin-top: .5rem;
	margin-bottom: .4rem;
	border-bottom: .02rem solid #f2f2f2;
	padding-bottom: .4rem;
}
/* 手游下载详情 */
.show_game {}
.show_game .topBox{
	margin-top: .4rem;
	margin-bottom: .5rem;
}
.show_game .topBox .titleBox{
	margin-bottom: .4rem;
	padding-bottom: 0.4rem;
	border-bottom: .02rem solid #f5f5f5;
}
.show_game .topBox .titleBox .thum{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
	overflow: hidden;
}
.show_game .topBox .titleBox .txtBox{
	max-width: 3.64rem;
}
.show_game .topBox .titleBox .txtBox .title{
	font-size: .32rem;
	color: #1a1a1a;
	margin-bottom: .14rem;
}
.show_game .topBox .titleBox .txtBox .tagBox{
	font-size: .24rem;
	color: #808080;
}
.show_game .topBox .titleBox .txtBox .tagBox .language{
	margin-bottom: .12rem;
}
.show_game .topBox .titleBox .starBox{
	border: .02rem solid #F28A2A;
	border-radius: 198px 198px 198px 198px;
	padding: .1rem .12rem;
	line-height: .2rem;
}
.show_game .topBox .titleBox .starBox .star {
	height: 0.28rem;
	width: 1.4rem;
	background: url('../images/star.png') repeat-x center/0.28rem;
	display: inline-block;
	margin: 0;
}

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

.show_game .topBox .titleBox .starBox .star-1:before {
	width: 0.28rem;
}

.show_game .topBox .titleBox .starBox .star-2:before {
	width: 0.56rem;
}

.show_game .topBox .titleBox .starBox .star-3:before {
	width: 0.84rem;
}

.show_game .topBox .titleBox .starBox .star-4:before {
	width: 1.12rem;
}

.show_game .topBox .titleBox .starBox .star-5:before {
	width: 1.4rem;
}

.show_game .tagBox .uk-width-1-4{}
.show_game .tagBox .uk-width-1-4 .tag{
	height: .76rem;
	border-right: .02rem solid #F2F1F1;
	font-size: .24rem;
	color: #808080;
	text-align: center;
	width: 1.76rem;
}
.show_game .tagBox .uk-width-1-4:last-child .tag{
	border: none;
}
.show_game .tagBox .uk-width-1-4 .tag span{
	display: block;
	font-size: .26rem;
	font-weight: bold;
	text-align: center;
	line-height: .3rem;
	margin-top: .14rem;
}
.show_game .topBox .down{
	display: block;
    background-color: var(--pm-c);
    border-radius: 2rem;
    width: 100%;
    height: 0.9rem;
	line-height: .9rem;
	text-align: center;
	font-size: .32rem;
	color: #fff;
	margin-top: .5rem;
}
.show_game .topBox .down a{
	color: #fff;
}
.public_content {}
.public_content .title{
	width: 100%;
	height: .8rem;
	background-color: #F7F7F7;
	font-size: .36rem;
	line-height: .8rem;
	color: #fff;
	font-weight: bold;
	position: relative;
	margin-bottom: .36rem;
}
.public_content .title span {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/public_content_title.png);
	width: 2.2rem;
	height: .8rem;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
.public_content .sliderBox{
	overflow: hidden;
	/*height: 5.6rem;*/
	margin-top: .36rem;
}
.public_content .sliderBox .slider li{
	padding-right: .24rem;
}
.public_content .sliderBox .slider li:last-child {
	padding-right: 0;
}
.public_content .sliderBox .slider li .img{
	width: 3.2rem;
	/*height: 5.6rem;*/
	position: relative;
	display: block;
	overflow: hidden;
}
.public_content .item {
	margin-bottom: .8rem;
}
.show_game .public_content p {
	font-size: .28rem;
	color: #666;
	line-height: .58rem;
	text-indent: 0;
}
.public_content h3 {
	font-size: .32rem;
	color: #333;
	margin-bottom: .36rem;
	position: relative;
	z-index: 3;
	font-weight: bold;
	margin-top: .72rem;
}
.public_content h3::before {
	position: absolute;
	content: "";
	display: block;
	width: 1.2rem;
	height: .16rem;
	background: linear-gradient( 90deg, #BCC2FF 0%, rgba(188,194,255,0) 100%);
	border-radius: 198px 198px 198px 198px;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.rmgl .itemBox .item .box .thum {
	height: 1.84rem;
}
.rmgl .itemBox .item .box .txtBox {
	background-color: transparent;
	padding-right: 0;
}
.rmgl .itemBox .item .box .txtBox .text {
	color: #4d4d4d;
}
.rmgl .itemBox .item .box .txtBox .see {
	display: block;
	width: 1.04rem;
	height: .52rem;
	background: #fff;
	border-radius: .06rem;
	border: 0.02rem solid var(--pm-c);
	color: var(--pm-c);
	line-height: .52rem;
	text-align: center;
	font-size: .28rem;
}
.rmgl .itemBox .item {
	padding-bottom: 0.32rem;
	margin-bottom: 0.32rem;
	border-bottom: .02rem solid #F8F8F8;
}

.tltj {}
.tltj .itemBox{
	margin-left: -1.28rem;
}
.tltj .itemBox .uk-grid-1-3{
	padding-left: 1.28rem;
}
.tltj .itemBox .uk-grid-1-3.uk-grid-margin{
	margin-top: .48rem;
}
.tltj .itemBox .uk-grid-1-3 .item{
}
.tltj .itemBox .uk-grid-1-3 .item .thum{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
}
.tltj .itemBox .uk-grid-1-3 .item .title{
	max-width: 1.45rem;
	text-align: center;
	font-size: .28rem;
	color: #1a1a1a;
	margin: .16rem 0 .24rem;
}
.tltj .itemBox .uk-grid-1-3 .item .down{
	display: block;
	width: 1.36rem;
	height: 0.6rem;
	border-radius: .08rem;
	border: 0.02rem solid var(--pm-c);
	color: var(--pm-c);
	font-size: .28rem;
	line-height: .6rem;
	text-align: center;
	position: relative;
	padding-left: .3rem;
}
.tltj .itemBox .uk-grid-1-3 .item .down::before {
	display: block;
	position: absolute;
	content: "";
	width: 0.32rem;
	height: 0.32rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/tltj_down.png);
	left: .16rem;
	top: .16rem;
}
.show_game .index_news {
	margin-bottom: .4rem;
}
/* 专辑列表页面 */
.list_collection {}
.list_collection .list_news_nav{
	margin-top: .4rem;
}
.list_collection .itemBox{}
.list_collection .itemBox .item{
	border: .02rem solid #ededed;
	width: 100%;
	height: 3.62rem;
	padding: .3rem .3rem .4rem .3rem;
	border-radius: .08rem;
	margin-bottom: .36rem;
}
.list_collection .itemBox .item:last-child {
	margin-bottom: 0;
}
.list_collection .itemBox .item .titleBox{
	padding-bottom: .3rem;
	margin-bottom: .4rem;
	border-bottom: .02rem solid #f2f2f2;
}
.list_collection .itemBox .item .titleBox .title{
	font-size: .32rem;
	color: #333;
	font-weight: bold;
	max-width: 4.2rem;
	margin-right: .4rem;
}
.list_collection .itemBox .item .titleBox .time{
	font-size: .24rem;
	color: #999;
}
.list_collection .itemBox .item .thumBox{
	padding-left: 1.08rem;
	position: relative;
}
.list_collection .itemBox .item .thumBox .tj{
	display: block;
    width: .64rem;
    height: 1.8rem;
	text-align: center;
    color: var(--pm-c);
    line-height: .64rem;
    text-align: center;
    font-size: .28rem;
    position: absolute;
    left: 0;
    top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/zj_tj.png);
	writing-mode: vertical-rl;
}
.list_collection .itemBox .item .thumBox .box{
	margin-left: -.52rem;
}
.list_collection .itemBox .item .thumBox .box .uk-width-1-3{
	padding-left: .5rem;
}
.list_collection .itemBox .item .thumBox .box .uk-width-1-3 .thum{
	width: 1.28rem;
	height: 1.28rem;
	border-radius: .3rem;
	position: relative;
	margin-bottom: .16rem;
}
.list_collection .itemBox .item .thumBox .box .uk-width-1-3 .title{
	max-width: 1.4rem;
	font-size: .28rem;
	color: #1a1a1a;
}

/* 专辑详情页面 */
.show_collection {}
.show_collection .topBox{
	margin-top: .4rem;
	margin-bottom: .24rem;
	padding-bottom: .36rem;
	border-bottom: .02rem solid #f2f2f2;
}
.show_collection .topBox .titleBox{}
.show_collection .topBox .titleBox .thum{
	position: relative;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	margin-right: .3rem;
	overflow: hidden;
}
.show_collection .topBox .titleBox .txtBox{
	max-width: 5.32rem;
}
.show_collection .topBox .titleBox .txtBox .title{
	font-size: .32rem;
	color: #1a1a1a;
	font-weight: bold;
	margin-bottom: .44rem;
}
.show_collection .topBox .titleBox .txtBox .tagBox{
	font-size: .24rem;
	color: #999;
}
.show_collection .topBox .titleBox .txtBox .tagBox span{
	display: inline-block;
	margin-right: .08rem;
	padding: .1rem .24rem;
	background-color: #f5f5f5;
	border-radius: .04rem;
	line-height: .28rem;
	letter-spacing:normal;
	
}
.show_collection .topBox .titleBox .txtBox .tagBox span:last-child{
	margin: 0;
}
.show_collection_label {
	margin-bottom: .16rem;
}
.show_collection_label .title{
	 font-size: .28rem;
	 color: #4d4d4d;
	 margin-bottom: .24rem;
}
.show_collection_label .itemBox{}
.show_collection_label .itemBox .uk-width-1-2{}
.show_collection_label .itemBox .uk-width-1-2 .item{
	width: 3.36rem;
	height: .64rem;
	border-radius: .04rem;
	display: block;
	color: #37AFFF;
	border: .02rem solid #37AFFF;
	line-height: .64rem;
	font-size: .24rem;
	margin-bottom: .24rem;
	padding: 0 .1rem;
}
.show_collection_label .itemBox .uk-width-1-2:nth-child(2n) .item {
	color: var(--pm-c);
	border-color: var(--pm-c);
}
.xbtj {
	height: 4.7rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/xbtj_bgi.png);
	position: relative;
	margin: 0 .24rem;
	border-radius: .4rem;
}
.xbtj::before {
	position: absolute;
	display: block;
	content: "";
	width: 2.32rem;
	height: 0.68rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/xbtj_title.png);
	left: 50%;
	transform: translateX(-50%);
	top: .1rem;
}
.xbtj .box{
	position: absolute;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/xbtj_boxBgi.png);
	padding: .56rem;
	border-radius: .4rem;
	height: 3.82rem;
	width: 100%;
}
.xbtj .box{}
.xbtj .box .top{
	margin-bottom: .4rem;
}
.xbtj .box .top .thum{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
}
.xbtj .box .top .txtBox{
	max-width: 4.2rem;
}
.xbtj .box .top .txtBox .title{
	font-size: .32rem;
	color: #333;
	margin-bottom: .12rem;
}
.xbtj .box .top .txtBox .tagBox{
	font-size: .24rem;
	color: #4d4d4d;
	margin-bottom: .12rem;
}
.xbtj .box .top .txtBox .tagBox .score{
	color: #F28A2A;
	padding-left: .3rem;
	position: relative;
	margin-right: .2rem;
}
.xbtj .box .top .txtBox .tagBox .score::before {
	position: absolute;
	content: "";
	width: 0.28rem;
	height: 0.28rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/score_star.png);
	left: 0;
	top: .03rem;
}
.xbtj .box .top .txtBox .tagBox span::after{
	display: inline-block;
	content: "|";
	margin: 0 .04rem;
}
.xbtj .box .top .txtBox .tagBox span:last-child::after{
	display: none;
}
.xbtj .box .top .txtBox .text{
	display: block;
	font-size: .24rem;
	color: #999;
}
.xbtj .box .down{
	width: 100%;
	height: .9rem;
	background: #8378FE;
	border-radius: 198px 198px 198px 198px;
	line-height: .9rem;
	text-align: center;
	font-size: .32rem;
	color: #fff;
	display: block;
}

.show_collection_detail{
	
}
.show_collection_detail .list_game_itemBox .itemBox{
	border: .01rem solid #ededed;
	border-radius: .08rem;
	padding: .3rem;
	margin-bottom: .32rem;
}
.show_collection_detail .list_game_itemBox .top{
	
}
.show_collection_detail .list_game_itemBox .top .thum{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
	overflow: hidden;
}
.show_collection_detail .list_game_itemBox .top .box{
	overflow: hidden;
}
.show_collection_detail .list_game_itemBox .top .txtBox{
	overflow: hidden;
}
.show_collection_detail .list_game_itemBox .top .order{
	display: block;
	width: .52rem;
	height: .52rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../images/order.png');
	line-height: .5rem;
	text-align: center;
	color: var(--pm-c);
	font-size: .24rem;
}
.show_collection_detail .list_game_itemBox .top .title{
	font-size: .28rem;
	color: #1A1A1A;
	line-height: .33rem;
	margin-left: .1rem;
	overflow: hidden;
}
.show_collection_detail .list_game_itemBox .top .down{
	background: var(--pm-c);
	color: #fff;
	display: block;
	width: 1.36rem;
	height: .64rem;
	line-height: .64rem;
	border-radius: .08rem;
	padding-left: .6rem;
	position: relative;
}
.show_collection_detail .list_game_itemBox .top .down::before {
  display: block;
  position: absolute;
  content: "";
  width: .32rem;
  height: .32rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/down.png');
  left: .2rem;
  top: .16rem;
}
.show_collection_detail .list_game_itemBox .top .tagBox{
	margin-top: .1rem;
	font-size: .24rem;
	color: #4D4D4D;
}
.show_collection_detail .list_game_itemBox .top .type{
  display: block;
	margin-bottom: .1rem;
}
.show_collection_detail .list_game_itemBox .top .system{
	display: block;
}
.show_collection_detail .list_game_itemBox .btm{
	border-top: .01rem solid #ededed;
	margin-top: .32rem;
	padding-top: .26rem;
	position: relative;
	padding-left: .43rem;
}
.show_collection_detail .list_game_itemBox .btm::before {
  display: block;
  position: absolute;
  content: "";
  width: .36rem;
  height: .36rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/info.png');
  left: 0;
  top: .26rem;
}
.show_collection_detail .list_game_itemBox .btm .text{
	font-size: .24rem;
	color: #999999;
}

.xgalbum .list{
	
}
.xgalbum .list li::before {
	background: #E6E6E6;
}
.xgalbum .list li{
	padding-bottom: .28rem;
	margin-bottom: .28rem;
	border-bottom: .02rem solid #F2F2F2;
}
.xgalbum .list li:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.xgalbum .list li .title{
	max-width: 4.4rem;
  font-size: .28rem;
  color: #1a1a1a;
}
.xgalbum .list li .tag{
	font-size: .28rem;
	color: var(--pm-c);
}
.xgalbum .list li .tag::after {
  display: inline-block;
  content: "|";
  margin: 0 .08rem;
}
.xgalbum .list li .time{
	display: block;
	font-size: 13px;
	color: #999;
}

.bottom-album{
	
}
.bottom-album-list{
	display: flex;
	overflow-x: scroll;
	margin-bottom: .4rem;
}
.bottom-album-list .item{
	min-width: 5.64rem;
	background: #FFFFFF;
	border-radius: .08rem;
	overflow: hidden;
	border: .01rem solid #ededed;
	margin-right: .4rem;
	padding: .3rem .4rem .4rem;
	position: relative;
}
.bottom-album-list .item .titleBox{
	font-size: .24rem;
	color: #999999;
}
.bottom-album-list .item .titleBox>.title{
	font-weight: bold;
	font-size: .32rem;
	color: #1A1A1A;
	margin-bottom: .2rem;
}
.bottom-album-list .item::before{
	display: block;
	content: '推荐';
	background: url('../images/tj_zj.png') no-repeat center/contain;
	width: .6rem;
	height: .96rem;
	font-size: .28rem;
	color: var(--pm-c);
	position: absolute;
	top: 0;
	right: .4rem;
	padding: .05rem .16rem;
}
.bottom-album-list .item .thumBox{
	margin-top: .4rem;
}
.bottom-album-list .item .thumBox .thum{
	width: 1.2rem;
	height: 1.2rem;
	overflow: hidden;
	border-radius: .3rem;
	position: relative;
}
.bottom-album-list .item .thumBox .title{
	font-size: .24rem;
	color: #1A1A1A;
	margin-top: .16rem;
	display: block;
	text-align: center;
}

/* 礼包 */
.list_game_package .list_game_gameBox{
	display: flex;
	overflow-x: scroll;
	margin-bottom: .4rem;
}
.list_game_gameBox .list{
	width: 5.2rem;
	background: #F9F9FC;
	border-radius: .08rem;
	margin-right: .2rem;
	padding: .3rem;
}
.list_game_package_itemBox .itemBox .item{
	border-bottom: .01rem solid #F2F2F2;
	padding-bottom: .36rem;
	margin-bottom: .36rem;
}
.list_game_package_itemBox .itemBox .item:last-child{
	border: none;
	padding-bottom: 0;
}
.list_game_gameBox .item .thum{
	width: 1rem;
	height: 1rem;
	overflow: hidden;
	border-radius: .24rem;
	position: relative;
	margin-right: .2rem;
}
.list_game_gameBox .item .title{
	font-weight: bold;
	font-size: .28rem;
	color: #1A1A1A;
	margin-bottom: .24rem;
}
.list_game_gameBox .item .date{
	font-size: .24rem;
	color: #4D4D4D;
}
.list_game_gameBox .list .text{
	margin-top: .16rem;
	padding-top: .16rem;
	border-top: .01rem solid #F2F2F2;
	font-size: .24rem;
	color: #999999;
	padding-left: .34rem;
	background: url('../images/gift_icon.png') no-repeat left .16rem/contain;
	background-size: .28rem .28rem;
}
.list_game_package_itemBox .thum{
	width: 1.4rem;
	height: 1.4rem;
	overflow: hidden;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
}
.list_game_package_itemBox .txtBox{
	overflow: hidden;
}
.list_game_package_itemBox .txtBox .title{
	font-size: .28rem;
	color: #1A1A1A;
}
.list_game_package_itemBox .txtBox .time{
	font-size: .24rem;
	color: #999999;
	display: block;
	margin: .2rem 0;
}
.list_game_package_itemBox .txtBox .text{
	font-size: .24rem;
	color: #4D4D4D;
}
.list_game_package_itemBox .get{
	display: block;
	width: 1.26rem;
	height: .64rem;
	line-height: .64rem;
	border-radius: .08rem;
	text-align: center;
	border: .01rem solid var(--pm-c);
	color: var(--pm-c);
	font-size: .28rem;
}

.mb-0{
	margin-bottom: 0 !important;
}
.mt-0{
	margin-top: 0 !important;
}
.show_game_content .titleBox{
	margin-top: .4rem;
}
.show_game_package .show_game_content .thum{
	width: 1.4rem;
	height: 1.4rem;
	overflow: hidden;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
}
.show_game_package .show_game_content .txtBox{
	overflow: hidden;
}
.show_game_package .show_game_content .down{
	display: block;
	background-color: var(--pm-c);
	border-radius: 2rem;
	width: 100%;
	height: 0.9rem;
	line-height: .9rem;
	text-align: center;
	font-size: .32rem;
	color: #fff;
	margin-top: .5rem;
	margin-bottom: .6rem;
}
.show_game_package .show_game_content .txtBox .title{
	
}
.show_game_package .show_game_content .txtBox .time{
	font-size: .22rem;
	color: #808080;
	margin-top: .2rem;
}
.show_game_package .show_game_content .txtBox .num{
	margin-top: .1rem;
}

.hot-gift{
	padding-bottom: .4rem;
}
.bottom-lb .itemBox .item{
	margin-bottom: .52rem;
}
.bottom-lb .itemBox .thum{
	width: 1.4rem;
	height: 1.4rem;
	overflow: hidden;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
}

.bottom-lb .itemBox .title{
	font-size: .28rem;
	color: #1A1A1A;
}
.bottom-lb .itemBox .text{
	font-size: .24rem;
	color: #4D4D4D;
	margin-top: .2rem;
}
.show_game_package .progress {
	font-size: .24rem;
	color: #999;
	margin-top: .2rem;
}

.show_game_package .uk-progress {
	margin: 0;
	background-color: #D9D9D9;
	height: .16rem;
	width: 2rem;
	margin-right: .2rem;
}

.progress progress::-webkit-progress-value {
	background-color: var(--pm-c);
	border-radius: 10px;
}
.bottom-lb .itemBox .txt{
	overflow: hidden;
}
.bottom-lb .itemBox .down{
	display: block;
	width: 1.26rem;
	height: .64rem;
	line-height: .64rem;
	border-radius: .08rem;
	text-align: center;
	border: .01rem solid var(--pm-c);
	color: var(--pm-c);
	font-size: .28rem;
	margin-left: .2rem;
}

.list_rank .banner{
	display: block;
	width: 100%;
	height: 2.2rem;
	background: url('../images/rank_banner.png') no-repeat center/contain;
}
.list_rank .list_info_title_navbar{

}
.list_rank .list_info_title_navbar li{
	position: relative;
	margin-top: .3rem !important;
}
.list_rank .list_info_title_navbar li::before {
  display: block;
  position: absolute;
  content: "";
  width: .24rem;
  height: .24rem;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #f7f7f7;
  left: 59%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 2;
}
.list_rank .list_info_title_navbar li a{
	display: block;
	background: #F7F7F7;
	border-radius: .08rem;
	padding: .22rem 0;
	text-align: center;
	font-size: .28rem;
	color: var(--pm-c);
}
.list_rank .list_info_title_navbar li.active::before{
	background: var(--pm-c);
}
.list_rank .list_info_title_navbar li.active a{
	background: var(--pm-c);
	color: #FFFFFF;
}

.list_rank .list_rank_itemBox .item{
	margin-top: .36rem;
	padding-bottom: .36rem;
	border-bottom: .01rem solid #F2F2F2;
}
.list_rank .list_rank_itemBox .item:last-child{
	border: none;
}
.list_rank .list_rank_itemBox .item .order{
	color: #999999;
	font-size: .24rem;
	display: block;
	width: .4rem;
	height: .4rem;
	background: #F5F5F5;
	border-radius: .04rem;
	text-align: center;
	margin: .16rem;
	margin-right: .2rem;
}
.list_rank .list_rank_itemBox .item:nth-child(-n+3) .order{
	margin: 0;
	margin-right: .2rem;
	width: .56rem;
	height: .56rem;
	line-height: .54rem;
}
.list_rank .list_rank_itemBox .item:nth-child(1) .order{
	color: #C89619;
	background: url('../images/rank_1.png') no-repeat;
}
.list_rank .list_rank_itemBox .item:nth-child(2) .order{
	color: #5085AE;
	background: url('../images/rank_2.png') no-repeat;
}
.list_rank .list_rank_itemBox .item:nth-child(3) .order{
	color: #B97E64;
	background: url('../images/rank_3.png') no-repeat;
}
.list_rank .list_rank_itemBox .item .thum{
	width: 1.4rem;
	height: 1.4rem;
	overflow: hidden;
	border-radius: .3rem;
	position: relative;
	margin-right: .3rem;
}
.list_rank .list_rank_itemBox .item .txtBox,
.list_rank .list_rank_itemBox .item .txtBox .info{
	overflow: hidden;
}
.list_rank .list_rank_itemBox .item .title{
	font-size: .28rem;
	color: #1A1A1A;
}
.list_rank .list_rank_itemBox .item .tagBox{
	margin-top: .18rem;
}
.list_rank .list_rank_itemBox .item .tagBox .score{
	color: #F28A2A;
	margin-right: .2rem;
	position: relative;
	display: block;
	padding-left: .3rem;
}
.list_rank .list_rank_itemBox .item .tagBox .score::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: .02rem;
  background-image: url(../images/score_star.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 0.28rem;
  height: 0.28rem;
}
.list_rank .list_rank_itemBox .item .tagBox .type{
	font-size: .24rem;
	color: #4D4D4D;
}
.list_rank .list_rank_itemBox .item .down{
	display: block;
	width: 1.36rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	color: #fff;
	font-size: .28rem;
	padding-left: .3rem;
	position: relative;
	background: var(--pm-c);
	border-radius: .08rem;
}
.list_rank .list_rank_itemBox .item .down::before {
  display: block;
  content: "";
  position: absolute;
  left: .2rem;
  top: .18rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/down_32.png);
  width: 0.32rem;
  height: 0.32rem;
}

.list_rank .list_rank_itemBox .item .text{
	display: block;
	max-width: 5.3rem;
	padding-left: .44rem;
	position: relative;
	font-size: .24rem;
	color: #999;
	margin-top: .18rem;
}
.list_rank .list_rank_itemBox .item .text::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/rank_text_icon.png);
  width: 0.36rem;
  height: 0.36rem;
  top: 0;
  left: 0;
}

/* 404/500页面 */
.error {}

.error .img {
	display: block;
	overflow: hidden;
	position: relative;
	width: 3.47rem;
	height: 3.57rem;
	margin: 1rem auto .6rem;
}

.error .name{
	font-size: .28rem;
	color: #999999;
	margin: .3rem auto;
}
.error .goHome {
	display: block;
	width: 1.7rem;
	height: 0.62rem;
	border-radius: .08rem;
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
	line-height: .62rem;
	text-align: center;
	margin: 0 auto 1rem;
}

/* 关于我们 */
.aboutUs {
	margin-bottom: .4rem;
}

.aboutUs .list_info_title_navbar {
	margin-top: .2rem;
	margin-left: -.2rem !important;
}

.aboutUs .list_info_title_navbar li.uk-width-1-4 {
	margin-right: 0;
	margin-bottom: 0;
	width: 25%;
	padding-left: .3rem !important;
	margin-top: .2rem !important;
}

.aboutUs .list_info_title_navbar li.uk-width-1-3 {
	margin-right: 0;
	margin-bottom: 0;
	width: calc(100% * 1 / 3.001);
}

.aboutUs .list_info_title_navbar li a {
	display: block;
	font-size: .24rem;
	color: #666;
	width: 1.6rem;
	padding: .14rem 0;
	text-align: center;
	border-radius: .06rem;
}
.aboutUs .list_info_title_navbar li.active a {
	background-color: var(--pm-c);
	color: #FFFFFF;
}
.aboutUs .content{
	font-weight: 400;
	font-size: .28rem;
	color: #666666;
	line-height: .56rem;
	border-top: .02rem solid #EBEBEB;
	margin-top: .4rem;
	padding-top: .36rem;
}
.aboutUs .content .item .index_timeBox h3{
	font-weight: bold;
	font-size: .28rem;
	color: var(--pm-c);
}
.aboutUs .content .item ul{
	margin-bottom: .3rem;
	display: flex;
	flex-wrap: wrap;
	margin-top: .3rem;
}
.aboutUs .content .item ul li{
	min-width: 1.5rem;
	height: .6rem;
	background: #FAFAFA;
	border-radius:.06rem;
	border: .02rem solid #EBEBEB;
	margin-right: .2rem;
	margin-bottom: .2rem;
	text-align: center;
	padding: 0 .1rem;
}
.aboutUs .content .item ul li a{
	font-size: .24rem;
	color: #4D4D4D;
}
/* 搜索结果 */
.search_result {}

.search_result .result {
	font-size: .32rem;
	color: #4D4D4D;
	margin: .4rem 0 .1rem;
}

.search_result .game {
	margin-bottom: .4rem;
}

.search_result .game .list_game_itemBox {
	margin-top: .4rem;
}

.search_result .app {}

.search_result .app .list_game_itemBox {
	margin-top: .4rem;
}

.search_result .news_center {
	margin-bottom: .4rem;
}

/* 开服表 */
/* 开服表 */
.kaifu {}

.kaifu .selectBox {
	margin-bottom: .2rem;
}

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

.kaifu .selectBox .btn span {}

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

.kaifu .itemBox .item {
	background-image: none !important;
	margin-bottom: .2rem;
	font-size: .24rem;
	color: #888;
}

.kaifu .itemBox .item .titleBox {
	margin-bottom: .1rem !important;
}

.kaifu .list_game .itemBox .thum {
	width: 1.2rem;
	height: 1.2rem;
	position: relative;
	margin-right: .2rem;
	border-radius: .16rem;
}

.kaifu .list_game .itemBox .item .line {
	padding-bottom: .3rem;
	margin-bottom: .2rem;
	border-bottom: 1px dashed #dcdcdc;
}

.kaifu .list_game .itemBox .item .line .introduce {
	max-width: 3.6rem;
}

.kaifu .list_game .itemBox .item .line .introduce .titleBox .title {
	font-size: .28rem;
	color: #333;
	max-width: 3rem;
	padding-right: .8rem;
	position: relative;
	margin-bottom: 0;
}

.kaifu .list_game .itemBox .item .line .introduce .titleBox .pg::after,
.kaifu .list_game .itemBox .item .line .introduce .titleBox .az::after {
	display: block;
	width: 0.74rem;
	height: 0.31rem;
	content: "";
	position: absolute;
	right: 0;
	top: .07rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/az.png);
}

.kaifu .list_game .itemBox .item .line .introduce .titleBox .pg::after {
	background-image: url(../images/pg.png);
}

.kaifu .list_game .itemBox .item .line .introduce .startTime span {
	color: #ff881e;
}

.kaifu .list_game .itemBox .item .titleBox .name {
	font-size: .24rem;
	color: #888;
}

.kaifu .list_game .itemBox .item .line .down {
	display: block;
	width: 1.2rem;
	height: 0.6rem;
	border-radius: .1rem;
	background-color: var(--pm-c);
	color: #fff;
	font-size: .28rem;
	line-height: .6rem;
	text-align: center;
}