.c-pm {
	color: #1ec6c0
}
.news-top-switch ul {
    width: 11rem;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: .1rem;
}

.news-top-switch ul li {
    width: 5.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: .2rem;
    margin-top: .3rem;
}

.news-top-switch ul li .img {
    width: 1.61rem;
    height: 1.2rem;
    border-radius: .1rem;
}


.news-top-switch ul li .img img {
    width: 1.61rem;
    height: 1.2rem;
    border-radius: .1rem;
}

.news-top-switch ul li .info {
    flex: 1;
    overflow: hidden;
    font-size: .24rem;
    color: #999;
    margin-left: .2rem;
}

.news-top-switch ul li .name {
    font-size: .28rem;
    color: #333;
    margin-bottom: .15rem;
}

.news-nav {
    padding: 0 .3rem;
}

.news-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.news-nav ul li {
    width: 1.65rem;
    height: .69rem;
    background: url('../image/news_nav.png')no-repeat center;
    background-size: 100%;
    text-align: center;
    line-height: .73rem;
    margin-right: .1rem;
    margin-top: .1rem;
}

.news-nav ul li.active {
    background: url('../image/news_nav_select.png')no-repeat center;
    background-size: 100%;
}

.news-nav ul li:nth-child(4n) {
    margin-right: 0;
}

.news-nav ul li a {
    font-size: .26rem;
    color: #666;
}

.news-nav ul li.active a {
    color: #fff;
}

.list-news ul li{
    margin-top: .3rem;
    counter-increment: number;
}
.list-news ul li .name{
    font-size: .3rem;
    color:#333;
    margin-bottom: .23rem;
}

.list-news ul li .bottom{
    display: flex;
    justify-content: space-between;
}

.list-news ul li .img{
    width: 2.01rem;
	height: 1.51rem;
	border-radius: .1rem;
    position: relative;
}

.list-news ul li:nth-child(-n+3) .img::after{
    counter-increment:section;
    position: absolute;
    content: counter(number);
    top:0;
    left:0;
    width: 0.63rem;
    height: 0.54rem;
    background: url('../image/index_game_num1.png')no-repeat center;
    background-size: 100%;
    font-size: .24rem;
    color: #fff;
    font-weight: bold;
    padding-left: 0.1rem;
}

.list-news ul li .img img{
    width: 2.01rem;
	height: 1.51rem;
	border-radius: .1rem;
}

.list-news ul li .info{
    margin-left: .24rem;
    font-size: .24rem;
    color:#888;
    height: 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: .4rem;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: .25rem;
}

.list-news ul li  .time{
    color:#999;
    display: flex;
    align-items: center;
}

.list-news ul li  .time img{
    height: .24rem;
    width: .21rem;
    margin-right: .11rem;
}


/*上下页按钮*/

.news-translate{
    display: flex;
    font-size: .24rem;
    justify-content: center;
    margin: 1rem 0;
}
.news-translate ul {}
.news-translate ul li {
	display: inline-block;
}
.news-translate div{
    margin-right: .3rem;
    width: 1.4rem;
	height: .56rem;
	background: #f8f8f8;
	border-radius: .1rem;
    text-align: center;
    line-height: .56rem;
}

.page-btn {
    height: 0.56rem;
    margin: 0.65rem auto 0.72rem;
    display: flex;
    justify-content: center;
}

.previous,
.next {
    width: 1.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 0.25rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999;
    border:1px solid #e5e5e5
}

.prev {
    margin-right: 0.29rem;
}

.next {
    margin-left: 0.29rem;
}

.page-active {
    background: #FFF0ED;
    color: #ff684f;
}

.article-top{
    background: #fff;
    padding: 0.5rem 0;
    margin-bottom: .1rem;
}

.article-top h1{
    font-size: .36rem;
    color:#333;
    text-align: center;
    margin-bottom: .45rem;
}

.article-top p{
    display: flex;
    justify-content: space-around;
    font-size: .24rem;
    color:#999;
}

.artice-content{
    background: #fff;
    margin-bottom: .1rem;
    padding:.3rem .2rem;
}

.artice-content p{
    font-size: .26rem;
    color:#666;
    line-height: .58rem;
    text-indent: 2em;
}

.artice-content p iframe{
    width: 100%;
    margin:.2rem 0;
    margin-left: -2em;
}

.artice-content p a{
    display: inline;
    color:#1ec6c0
}

.artice-content p img{
    display: block;
    margin:.2rem auto;
    max-width: 90%;
}

.news-xg-game{
    display: flex;
    justify-content: space-between;
    position: relative;
    border: solid 1px #1ec6c0;
    height: 1.77rem;
    padding:0 .22rem;
    align-items: center;
}

.news-xg-game::before{
    content: '';
    position: absolute;
    left:0;
    top:0;
    width: 1.11rem;
	height: 1.1rem;
    background: url('../image/xg_ico.png')no-repeat center;
    background-size: 100%;
}

.news-xg-game .img{
    width: 1.3rem;
	height: 1.3rem;
	border-radius: .1rem;
}

.news-xg-game .img img{
    width: 1.3rem;
	height: 1.3rem;
	border-radius: .1rem;
}

.news-xg-game .info{
    font-size: .24rem;
    color:#666;
    margin-left: .21rem;
    height: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-xg-game  .name{
    font-size: .28rem;
    color:#333;
    font-weight: bold;
}

.news-xg-game  .down{
    position: absolute;
    right:.17rem;
    top:.35rem;
}

.news-xg-game  .down img{
    width: 1.55rem;
	height: .76rem;
}

.show-news-gl ul li .img::after{
    width: .83rem !important;
	height: .43rem !important;
    background: url('../image/show_news_comment.png')no-repeat center !important;
    background-size: 100% !important;
    content: ''!important;
    padding:0 !important;
}

.show-news-gl ul li:last-child .info{
    border: none;
}

.show-hot-bq ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.show-hot-bq ul li{
    width: 47%;
    height: .62rem;
    line-height: .62rem;
	border: solid 1px #eeeeee;
    padding:0 .25rem;
    box-sizing: border-box;
    margin-top: .22rem;
}

.show-hot-bq ul li a{
    font-size: .26rem;
    color:#666;
}

.show-gl ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.show-gl ul li{
    width: 3.31rem;
    margin-top: .3rem;
}

.show-gl ul li .img{
    width: 3.31rem;
	height: 1.96rem;
}

.show-gl ul li .img img{
    width: 3.31rem;
	height: 1.96rem;
}

.show-gl ul li .name{
    font-size: .26rem;
    color:#666;
    margin-top: .24rem;
    text-align: center;
}

.show-hot-hj{
    display: flex;
    justify-content: space-between;
    margin-top: .4rem;
}

.show-hot-hj .item{
    width: 3.31rem;
}

.show-hot-hj .item>.title{
    height: .61rem;
	background: #eeeeee;
    line-height: .61rem;
    text-align: center;
    font-size: .28rem;
    color:#333;
}

.show-hot-hj .item ul{
    border: solid 1px #eeeeee;
    display: flex;
    flex-wrap: wrap;
    padding:0 .3rem;
    justify-content: space-between;
    padding-bottom: .25rem;
}

.show-hot-hj .item ul li{
    width: 1.2rem;
    margin-top: .23rem;
}

.show-hot-hj .item ul li .img{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .15rem;
}

.show-hot-hj .item ul li .img img{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .15rem;
}

.show-hot-hj .item ul li .name{
    font-size: .24rem;
    color:#666;
    text-align: center;
    margin-top: .12rem;
}

.show-game-commont ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .3rem;
}

.show-game-commont ul li .img{
    width: 1.21rem;
	height: 1.21rem;
	border-radius: .1rem;
}

.show-game-commont ul li .img img{
    width: 1.21rem;
	height: 1.21rem;
	border-radius: .1rem;
}

.show-game-commont ul li .info{
    margin-left: .27rem;
    font-size: .24rem;
    color:#999;
    margin-right: .2rem;
}

.show-game-commont ul li .name{
    font-size: .3rem;
    color:#333;
    margin-bottom: .2rem;
}

.show-game-commont ul li .down{
    width: 1rem;
	height: 1rem;
	border: solid 1px #00beb2;
    border-radius: 50%;
    text-align: center;
    line-height: 1rem;
    font-size: .26rem;
    color:#1ec6c0
}

.show-game-commont ul li:nth-child(-n+3) .down{
    width: 1.13rem;
    height: .94rem;
    font-size: 0;
    background: url('../image/show_game_comment.png')no-repeat center;
    background-size: 100%;
    border:none
}

.game-top-switch ul {
    width: 9rem;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
}

.game-top-switch ul li {
    width: 4.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: .2rem;
    margin-top: .3rem;
}

.game-top-switch ul li .img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .1rem;
}

.game-top-switch ul li .img img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .1rem;
}

.game-top-switch ul li .info {
    flex: 1;
    overflow: hidden;
    font-size: .24rem;
    color: #999;
    margin-left: .2rem;
    height: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.album-top-swicth ul li .info{
    height: 1rem;
}

.game-top-switch ul li .name {
    font-size: .3rem;
    color: #333;
}

.game-top-switch ul li  .star{
    display: flex;
    align-items: center;
    color:#18c2bc;
    font-size: .24rem;
}

.game-top-switch ul li  .star img{
    width: .22rem;
	height: .21rem;
    margin-right: .1rem;
}

.list-game ul li{
    display: flex;
    justify-content: space-between;
    margin-top: .3rem;
    counter-increment: number;
}

.list-game ul li .img{
    width: 1.2rem;
	height: 1.2rem;
	border-radius: .15rem;
    margin-top: .05rem;
    position: relative;
}

.list-game ul li:nth-child(-n+3) .img::after {
    counter-increment: section;
    position: absolute;
    content: counter(number);
    top: 0;
    left: 0;
    width: 0.63rem;
    height: 0.54rem;
    background: url(../image/index_game_num1.png)no-repeat center;
    background-size: 100%;
    font-size: .24rem;
    color: #fff;
    font-weight: bold;
    padding-left: 0.1rem;
}

.list-game ul li .img img{
    width: 1.2rem;
	height: 1.2rem;
	border-radius: .15rem;
}

.list-game ul li .right{
    border-bottom: 1px dashed #dcdcdc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: .22rem;
    font-size: .24rem;
    color:#999;
    padding-bottom: .25rem;
}

.list-game ul li .name{
    font-size: .3rem;
    color:#333;
}

.list-game ul li .info{
    height: 1.34rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: .2rem;
}

.list-game ul li .info p span{
    margin-right: .4rem;
}

.list-game ul li .info p span:last-child{
    margin-right: 0;
}

.list-game ul li  .btn{
    width: 1.11rem;
	padding: .1rem 0;
	text-align: center;
	background-color: #ffffff;
	border-radius: .1rem;
	border: solid 1px #1ec6c0;
	color:#18c2bc;
}

.list-game ul li  .btn p:nth-child(1){
    display: flex;
    align-items: center;
    height: .5rem;
    line-height: .5rem;
    justify-content: center;
    font-size: .24rem;
    color:#18c2bc;
}

.list-game ul li  .btn p:nth-child(1) img{
    width: .22rem;
	height: .21rem;
    margin-right: .1rem;
}

.list-gift ul li  .btn p:nth-child(1) img{
    width: .2rem;
	height: .2rem;
    margin-right: .1rem;
}

.list-game ul li  .btn p:nth-child(2){
    height: .51rem;
    line-height: .51rem;
    background: #1ec6c0;
    text-align: center;
    font-size: .24rem;
    color:#fff;
}

.show-game-top{
    background: url('../image/game_bg.png')no-repeat center top;
    background-size: 100%;
    padding:.2rem;
    margin:0 .3rem;
}


.show-game-top .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.show-game-top .top .img{
    width: 1.4rem;
	height: 1.4rem;
	border-radius: .2rem;
}

.show-game-top h1{
    font-size: .32rem;
    color:#333;
	margin-bottom: .15rem
}

.show-game-top .top .info{
    margin-left: .28rem;
    min-height: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: .24rem;
    color:#888;
}

.show-game-top .top .scope{
    width: 1.45rem;
	height: 1.45rem;
    background: url('../image/app_scope.png')no-repeat center;
    background-size: 100%;
    text-align: center;
    line-height: 1.7rem;
    font-size: .6rem;
    color:#e1af65;
    font-weight: bold;
}

.show-game-top .top .gift-icon{
    width: 1.45rem;
	height: 1.45rem;
}

.show-game-top .top .game-scope{
    background: url('../image/game_scope.png')no-repeat center;
    background-size: 100%;
}

.show-game-top .bottom{
    display: flex;
    justify-content: space-between;
    background: #f3eee0;
    margin-top: .25rem;
    text-align: center;
    padding:.2rem .5rem;
}

.show-game-top .bottom .item p:nth-child(1){
    font-size: .24rem;
    color:#999;
	margin-bottom: .1rem
}

.show-game-top .bottom .item p:nth-child(2){
    font-size: .24rem;
    color:#333;
}

.show-game-down{
    width: 100%;
    margin-top: .24rem;
}

.show-game-down>a{
    height: .7rem;
    line-height: .7rem;
	background-image: linear-gradient(0deg, 
		#08aea8 0%, 
		#24e8ae 100%), 
	linear-gradient(
		#bbbbbb, 
		#bbbbbb);
	background-blend-mode: normal, 
		normal;
	border-radius: .06rem;
    text-align: center;
    font-size: .28rem;
    color:#fff;
}

.show-game-down img{
    width: 100%;    
}
.show-game-img{
    margin-top: .24rem;
}
.show-game-img img{
    width: 3rem;
    margin-right: .16rem;
}

.show-game-content{
    font-size:.26rem;
    color:#666;
    line-height: .45rem;
    margin-top: .3rem;
}

.show-game-content p{
    text-indent: 2em;
}

.show-game-content a{
    display: inline;
    color:#11BEB8
}

.show-game-content h2,.show-game-content h3{
    height: .5rem;
    line-height: .5rem;
	background: #f6f6f6;
    font-size: .24rem;
    color:#333;
    border-left:.03rem solid #1ec6c0;
    padding-left:.12rem;
    font-weight: bold;
    margin:.15rem 0;
}

.show-game-gift ul li{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: .22rem;
}

.show-game-gift ul li .img{
	width: 1.11rem;
	height: 1.11rem;
    border-radius: 50%;
}

.show-game-gift ul li .img img{
	width: 1.11rem;
	height: 1.11rem;
    border-radius: 50%;
}

.show-game-gift ul li .right{
    flex:1;
    overflow: hidden;
    display: flex;
    border-bottom: 1px dashed #dcdbdc;
    margin-left: .3rem;
    align-items: center;
    padding-bottom: .2rem;
}

.show-game-gift ul li .get{
    width: 1.2rem;
	height: .6rem;
	border-radius: .1rem;
	border: solid .01rem #1ec6c0;
    text-align: center;
    line-height: .58rem;
    font-size: .26rem;
    color:#1ec6c0;
}

.show-game-gift ul li .info{
    margin-right: .1rem;
    font-size: .24rem;
    color:#999;
}

.show-game-gift ul li .name{
    font-size: .3rem;
    color:#333;
    margin-bottom: .2rem;
}
.about-bg{
    background: #fff;
    padding:.1rem;
    margin:0 .3rem;
}
.about-bg>img{
    width: 100%;
}

.about-content{
    padding:.3rem;
    line-height: .5rem;
    text-indent: 2em;
    font-size: .24rem;
    color:#666;
}
.map-title{
    height: 0.5rem;
    line-height: .5rem;
    background: #f6f6f6;
    font-size: .24rem;
    color: #333;
    border-left: 0.03rem solid #1ec6c0;
    padding-left: 0.12rem;
    font-weight: bold;
    margin: 0.15rem 0;
}
.map-list{
    display: flex;
    flex-wrap: wrap;
}

.map-list a{
    margin-right: .2rem;
    font-size: .26rem;
    color:#666;
    margin-bottom: .2rem;
}

.map-content{
    padding:.3rem;
}

.search-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    height: .88rem;
    line-height: .88rem;
    margin:.1rem .3rem;
    padding:0 .24rem;
    font-size: .24rem;
    color:#09b8b3;
}

.search-content{
    margin:0 .3rem;
    background: #fff;
    padding:.2rem .3rem;
}

.search-top form{
    display: flex;
    justify-content: space-between;
    height: .55rem;
	border-radius: .27rem;
	border: solid 1px #1ec6c0;
    flex:1;
    overflow: hidden;
    margin-right: .2rem;
}

.search-top button{
    background: none;
    border:none;
    display: flex;
    align-items: center;
    margin-left: .2rem;
    margin-right: .2rem;
}

.search-top button img{
    width: .26rem;
	height: .26rem;
}

.search-top input{
    flex:1;
    overflow: hidden;
    border:none;
    outline: none;

}

.search-title{
    font-size: .26rem;
    color:#333;
    font-weight: bold;
}
.search-gl{
    margin-top: .2rem;
}
.search-gl ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.search-gl ul li{
    width: 47%;
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin-bottom: .3rem;
}

.search-gl ul li span{
    width: .32rem;
	height: .41rem;
    background: url('../image/search_commont.png')no-repeat center;
    background-size: 100%;
    margin-top: .05rem;
    margin-right: .13rem;
}

.search-gl ul li .name{
    font-size: .24rem;
    color:#666;
}

.search-game ul{
    display: flex;
    flex-wrap: wrap;
}
.search-game ul li{
    width: .95rem;
    margin-right: .38rem;
    margin-top: .4rem;
}


.search-game ul li:nth-child(5n){
    margin-right: 0;
}

.search-game ul li .img{
    width: .95rem;
	height: .95rem;
    border-radius: 50%;
}

.search-game ul li .img img{
    width: .95rem;
	height: .95rem;
    border-radius: 50%;
}

.search-game ul li .name{
    margin-top: .2rem;
    color:#666;
    font-size: .24rem;
    text-align: center;
}

.search-msg{
    font-size: .24rem;
    color:#999;
}
.show-gift-down{
    display: flex;
    flex-direction: column;
}
.show-gift-down>*{
    width: 100%;
    font-size: .28rem;
    color:#fff;
    text-align: center;
    margin-top: .3rem;
}

.show-gift-down span{
    height: .7rem;
    line-height: .7rem;
    background-image: linear-gradient(0deg, 
    #08aea8 0%, 
    #24e8ae 100%), 
linear-gradient(
    #bbbbbb, 
    #bbbbbb);
border-radius: .06rem;
}

.show-gift-down  a{
    height: .7rem;
    line-height: .7rem;
	background-image: linear-gradient(0deg, 
		#ff8e1f 0%, 
		#ffeb67 100%), 
	linear-gradient(
		#bbbbbb, 
		#bbbbbb);
	background-blend-mode: normal, 
		normal;
	border-radius: 6px;
}

.whole-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.33);
    z-index: 10;
}

.whole-mask .inner {
    width: 5.71rem;
	height: 1.92rem;
    background:  url('../image/gift_bg.png')no-repeat center;
    background-size: 100% 100%;
    margin: calc(50vh - 3.56rem) auto;
    text-align: center;
    padding-top: 1.64rem;
    position: relative;
}



.whole-mask .inner .info {
    margin:0;
    font-size: .24rem;
    color:#666
}

.whole-mask .inner .active-code {
  
    color: #666;
}
.whole-mask .inner .receive-gift-close{
    position: absolute;
    bottom:-0.2rem;
    left:2.69rem;
}
.whole-mask .inner .receive-gift-close img{
    width: .31rem;
	height: .31rem;
}

.whole-mask .inner .receive-btn {
   margin-top: .35rem;
}

.whole-mask .inner .receive-btn img{
    width: 1.94rem;
	height: .61rem;
}
.list-album ul li{
    margin-top: .35rem;
}
.list-album ul li .top{
    display: flex;
    height: .6rem;
    line-height: .6rem;
    justify-content: space-between;
    align-items:baseline;
}

.list-album ul li:nth-child(5n+1) .top{
    background: url('../image/album_title1.png')no-repeat center;
    background-size: 100%;
}

.list-album ul li:nth-child(5n+2) .top{
    background: url('../image/album_title2.png')no-repeat center;
    background-size: 100%;
}

.list-album ul li:nth-child(5n+3) .top{
    background: url('../image/album_title3.png')no-repeat center;
    background-size: 100%;
}

.list-album ul li:nth-child(5n+4) .top{
    background: url('../image/album_title4.png')no-repeat center;
    background-size: 100%;
}

.list-album ul li:nth-child(5n+5) .top{
    background: url('../image/album_title5.png')no-repeat center;
    background-size: 100%;
}

.list-album ul li .top .title{
    font-size: .28rem;
    color:#333;
    margin:0 .2rem;
}

.list-album ul li .top .time{
    width: 1.11rem;
    height: .38rem;
	background: #ffffff;
	border-radius: .19rem;
    text-align: center;
    line-height: .38rem;
    font-size: .24rem;
    margin-right: .15rem;
}

.list-album ul li:nth-child(5n+1) .top .time{
    color:#7572ba;
}

.list-album ul li:nth-child(5n+2) .top .time{
    color:#dda038;
}

.list-album ul li:nth-child(5n+3) .top .time{
    color:#74a69a;
}

.list-album ul li:nth-child(5n+4) .top .time{
    color:#be7992;
}

.list-album ul li:nth-child(5n+5) .top .time{
    color:#4f9194;
}

.list-album ul li .bottom{
    border: solid 1px #d0f2f1;
    font-size: .24rem;
    color:#888;
    line-height: .5rem;
    padding:.25rem;
}

.album-list-a{
    display: flex;
    margin-top: .25rem;
    flex-wrap: wrap;
}

.album-list-a .item{
    width: 1.25rem;
    margin-right: .45rem;
}

.album-list-a .item:nth-child(4n){
    margin-right: 0;
}


.album-list-a .item .img{
    width: 1.21rem;
	height: 1.21rem;
	border-radius: .1rem;
    margin:0 auto;
}


.album-list-a .item .img img{
    width: 1.21rem;
	height: 1.21rem;
	border-radius: .1rem;
}

.album-list-a .item  .name{
    font-size: .24rem;
    color:#666;
    text-align: center;
    margin-top: .07rem;
}

.show-album-top{
    margin:0 .3rem;
}

.show-album-top .top{
    background: #fff;
    padding:0 .25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .24rem;
    color:#999;
    padding-top: .35rem;
    padding-bottom: .2rem;
}

.show-album-top h1{
   color:#0bbbb4;
   font-size: .28rem;
   display: flex;
   align-items: center;
   margin-bottom: .3rem;
}

.show-album-top h1::before{
    content: '';
    width: 1.13rem;
    height: .3rem;
    background: url('../image/album_right.png')no-repeat center;
    background-size: 100%;
    margin-right: .23rem;
}

.show-album-top h1::after{
    content: '';
    width: 1.13rem;
    height: .3rem;
    background: url('../image/album_left.png')no-repeat center;
    background-size: 100%;
    margin-left: .23rem;
}


.show-album-top  p{
    line-height: .45rem;
}

.show-album-top .bottom{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: .67rem;
    align-items: center;
}

.show-album-top .bottom::before{
    position: absolute;
    content: '';
    top:0;
    left:50%;
    margin-left:-.91rem;
    width: 1.82rem;
	height: .44rem;
    background: url('../image/xb_commont.png')no-repeat center;
    background-size: 100%;
}

.show-album-top .bottom .img{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .2rem;
    margin-left: .2rem;
}

.show-album-top .bottom .img img{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: .2rem;
}

.show-album-top .bottom .name{
    font-size: .3rem;
    color:#333;
    font-weight: bold;
}

.show-album-top .bottom .info{
    margin-left: .25rem;
    font-size: .24rem;
    color:#999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 1.45rem;
}

.show-album-top .bottom .info span{
    margin-right: .2rem;
}


.album-show-btn{
	height: .78rem;
    line-height: .78rem;
    text-align: center;
    margin:0 .2rem;
	background-image: linear-gradient(0deg, 
		#04b6af 0%, 
		#1ac3bd 100%), 
	linear-gradient(
		#f5f8fc, 
		#f5f8fc);
	background-blend-mode: normal, 
		normal;
	border-radius: .2rem;
    font-size: .3rem;
    color:#fff !important;
    font-weight: bold;
    margin-top: .5rem;
}

/* .show-album-list ul li:nth-child(-n+3) .img::after{
    display: none;
} */

/* .show-album-list ul li:nth-child(-n+3) .btn{
    font-size: 0;
    border: none;
    width: 1.19rem;
	height: 1.04rem;
} */

/* .show-album-list ul li:nth-child(-n+3) .btn>*{
    font-size: 0 !important;
} */

/* .show-album-list ul li:nth-child(-n+3) .btn p{
    display: none;
} */

/* .show-album-list ul li:nth-child(1) .btn{
    background: url('../images/show_album1.png')no-repeat center;
    background-size: 100%;
}

.show-album-list ul li:nth-child(2) .btn{
    background: url('../images/show_album2.png')no-repeat center;
    background-size: 100%;
}

.show-album-list ul li:nth-child(3) .btn{
    background: url('../images/show_album3.png')no-repeat center;
    background-size: 100%;
} */


.rank-nav {
    padding: 0 .3rem;
}

.rank-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.rank-nav ul li {
    width: 2.25rem;
	height: .69rem;
    background: url('../image/rank_nav.png')no-repeat center;
    background-size: 100%;
    text-align: center;
    line-height: .73rem;
    margin-right: .06rem;
    margin-top: .1rem;
}

.rank-nav ul li.active {
    background: url('../image/rank_nav_select.png')no-repeat center;
    background-size: 100%;
}

.rank-nav ul li:nth-child(3n) {
    margin-right: 0;
}

.rank-nav ul li a {
    font-size: .26rem;
    color: #666;
}

.rank-nav ul li.active a {
    color: #fff;
}

.rank-list ul li{
    display: flex;
    justify-content: space-between;
    margin-top: .3rem;
    counter-increment: number;
}

.rank-list ul li .img{
    width: 1.2rem;
	height: 1.2rem;
	border-radius: .15rem;
    margin-top: .05rem;
    position: relative;
}
.rank-list ul li .img::after{
    counter-increment: section;
    position: absolute;
    content: counter(number);
    top: -.3rem;
    left: .37rem;
    width: .48rem;
	height: .47rem;
    background: url('../image/rank.png')no-repeat center;
    background-size: 100%;
    font-size: .24rem;
    color: #fff;
    font-weight: bold;
    line-height: .6rem;
    text-align: center;
}
.rank-list ul li:nth-child(1) .img::after {
    font-size: 0;
    background: url('../image/rank_1.png')no-repeat center;
    background-size: 100%;
    width: .46rem;
	height: .45rem;
}

.rank-list ul li:nth-child(2) .img::after {
    font-size: 0;
    background: url('../image/rank_2.png')no-repeat center;
    background-size: 100%;
    width: .46rem;
	height: .45rem;
}

.rank-list ul li:nth-child(3) .img::after {
    font-size: 0;
    background: url('../image/rank_3.png')no-repeat center;
    background-size: 100%;
    width: .46rem;
	height: .45rem;
}

.rank-list ul li .img img{
    width: 1.2rem;
	height: 1.2rem;
	border-radius: .15rem;
}

.rank-list ul li .right{
    border-bottom: 1px dashed #dcdcdc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: .22rem;
    font-size: .24rem;
    color:#999;
    padding-bottom: .25rem;
}

.rank-list ul li .name{
    font-size: .3rem;
    color:#333;
}

.rank-list ul li .info{
    height: 1.34rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: .2rem;
}

.rank-list ul li .info p span{
    margin-right: .4rem;
}

.rank-list ul li .info p span:last-child{
    margin-right: 0;
}

.rank-list ul li  .down{
    width: 1.11rem;
	height: .61rem;
    text-align: center;
    line-height: .58rem;
    font-size: .24rem;
    color:#1ec6c0;
	background-color: #ffffff;
	border-radius: .1rem;
	border: solid 1px #1ec6c0;
}

.rank-list ul li p.star{
    display: flex;
    align-items: center;
    color:#18c2bc;
}

.rank-list ul li p.star img{
    width: .22rem;
	height: .21rem;
    margin-right: .1rem;
}
.hide {
	display: none !important;
}




.add-rank-list ul li{
    height: 2.61rem;
	background-color: #f8f8f8;
    padding-left: .24rem;
    padding-top: .23rem;
    margin-top: .2rem;
}

.add-rank-list ul li .name {
    font-size: .3rem;
    color: #333;
    font-weight: bold;
}

.add-rank-list ul li .img-list {
    display: flex;
    align-items: center;
    margin-top: .2rem;
    margin-bottom: .2rem;
}

.add-rank-list ul li .bottom{
    display: flex;
    justify-content: space-between;
}

.add-rank-list ul li .img-list img {
    height: .3rem;
    width: .3rem;
    border: .03rem solid #f8f8f8;
    border-radius: 50%;
    margin-left: -0.1rem;
}

.add-rank-list ul li .img-list img:nth-child(1){
    margin-left: 0;
}
.add-rank-list ul li .time{
    font-size: 14px;
    color:#999;
}

.add-rank-list ul li .down{
    width: 1.67rem;
	height: .5rem;
	border-radius: .08rem;
	border: solid 1px #1ec6c0;
    display: flex;
    justify-content: center;
    align-items:center;
    font-size: .24rem;
    color:#1ec6c0;
    margin-top: .2rem;
}

.add-rank-list ul li .down img{
    height: .23rem;
    width: .23rem;
    margin-left: .1rem;
}

.add-rank-list ul li  .right{
    display: flex;
    align-items: flex-end;
    flex:1;
    justify-content: space-between;
    margin-left: .35rem;
    margin-right: .2rem;
}

.add-rank-list ul li  .right .item{
    width: 1rem;
}

.add-rank-list ul li  .right .img{
    width: .8rem;
	height: .8rem;
    border-radius: 50%;
    margin:0 auto;
    position: relative;
}

.add-rank-list ul li .item:nth-child(1)  .img::after{
    position: absolute;
    font-size: 0;
    background: url('https://m.zbxz.com/themes/default/common_cms/mobile/assets/images/list_rank1.png')no-repeat center;
    background-size: 100%;
    width: 0.42rem;
    height: 0.41rem;
    top: -0.3rem;
    left: 50%;
    margin-left: -0.21rem;
    content: '';
}


.add-rank-list ul li .item:nth-child(2)  .img::after{
    position: absolute;
    font-size: 0;
    background: url('https://m.zbxz.com/themes/default/common_cms/mobile/assets/images/list_rank2.png')no-repeat center;
    background-size: 100%;
    width: 0.42rem;
    height: 0.41rem;
    top: -0.3rem;
    left: 50%;
    margin-left: -0.21rem;
    content: '';
}



.add-rank-list ul li .item:nth-child(3)  .img::after{
    position: absolute;
    font-size: 0;
    background: url('https://m.zbxz.com/themes/default/common_cms/mobile/assets/images/list_rank3.png')no-repeat center;
    background-size: 100%;
    width: 0.42rem;
    height: 0.41rem;
    top: -0.3rem;
    left: 50%;
    margin-left: -0.21rem;
    content: '';
}


.add-rank-list ul li  .right .item:nth-child(2) .img{
    width: 1.01rem;
	height: 1.01rem;
    border-radius: 50%;
}

.add-rank-list ul li  .right .item:nth-child(2) .img img{
    width: 1.01rem;
	height: 1.01rem;
    border-radius: 50%;
}

.add-rank-list ul li  .right .img img{
    width: .8rem;
	height: .8rem;
    border-radius: 50%;
}

.add-rank-list ul li  .right .right-name{
    margin-top:.18rem ;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .24rem;
    color:#666;
}

.rank-show{
    display: flex;
    justify-content: space-between;
    height: .6rem;
    background: rgba(0,47,114,0.5);
    align-items: center;
    padding:0 .23rem;
    box-sizing: border-box;
    position: absolute;
    bottom:.1rem;
    left:.1rem;
    width: calc(100% - 0.2rem);
}

.show-rank-bg{
    position: relative;
}

.rank-show h1{
    font-size: .28rem;
    color:#fff;
    font-weight: bold;
    flex:1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rank-show time{
    font-size: .24rem;
    color:#fff;
}


.rank-game-list ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:.25rem 0;
}

.rank-game-list ul li:last-child{
    margin-bottom: 0;
}

.rank-game-list ul li .yd{
    width: .09rem;
	height: .09rem;
	background-color: #1ec6c0;
}

.rank-game-list ul li .name{
    font-size: .28rem;
    color:#333;
    margin:0 .2rem;
}

.rank-game-list ul li .time{
    font-size: .24rem;
    color:#888;
}

.rank-game-hot{
    background: url('../image/rank_game_bg.png')no-repeat center top;
    background-size: 100%;
    padding-left: .3rem;
    padding-top: .3rem;
    box-sizing: border-box;
    padding-bottom: .4rem;
    margin-top: .46rem;
}

.rank-game-hot .title{
    font-size: .28rem;
    color:#333;
    font-weight: bold;
}

.rank-game-hot ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-right: .3rem;
    margin-top: .4rem;
}

.rank-game-hot ul li{
    width: 2rem;
}

.rank-game-hot ul li .img{
    width: 1.07rem;
	height: 1.07rem;
    border-radius: 50%;
    margin:0 auto;
}

.rank-game-hot ul li:nth-child(2) .img{
    width: 1.45rem;
	height: 1.45rem;
}

.rank-game-hot ul li:nth-child(2) .img img{
    width: 1.45rem;
	height: 1.45rem;
}

.rank-game-hot ul li .img img{
    width: 1.07rem;
	height: 1.07rem;
    border-radius: 50%;
}
.rank-game-hot ul li .name{
    font-size: .25rem;
    color:#666;
    text-align: center;
    margin-top: .3rem;
}
.hidden {
	display: none;
}

#game-box {}
#game-box .box-warp {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	background: #000;
	border-radius: 8px;
	margin: 0 .2rem;
	padding: .2rem;
	margin: .2rem;
}
#game-box .box-warp>*{
	z-index: 10;
}
#game-box .box-bg {
	position: absolute;
	z-index: 2 !important;
	filter: blur(10px);
	opacity: .6;
}
#game-box .icon {
	width: 1rem;
	height: 1rem;
}
#game-box .icon img {
	width: 100%;
	height: 100%
}
#game-box .box-info {
	overflow: hidden;
	flex: 1;
	margin: 0 .2rem
}
#game-box .box-info .title {
	color: #fff;
	margin-bottom: .2rem;
	font-weight: bold;
	font-size: .28rem;
}
#game-box .box-info .desc {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: .6;
	font-size: .26rem;
}
#game-box .box-down {
	display: block;
	color: #fff;
	font-size: .26rem;
	background-image: linear-gradient( 180deg, #00b3ad, #3492d0);
	border-radius: 0.12rem;
	padding: 0.1rem 0.2rem;
}
#kf-body {
	position: relative;
	overflow: hidden;
	background-image: url('../image/kf-box-bg.png');
	background-size: 100%;
	margin: 0 .2rem;
}
.kaifu {}
.shangjia {
	margin-bottom: -0.5rem !important;
}
#kf-body .box-title {
	margin: 0.25rem 0;
	line-height: normal;
	background-repeat: no-repeat;
	background-size:auto 100%;
	background-position: center;
	height: .48rem;
	color: #fff;
	text-align: center;
	font-size: .34rem;
	font-weight: bold;
}
#kf-body .box-tab {
	margin: .20rem;
}
#kf-body .box-tab .tab-head {
	text-align: center;
	color: #ffea00;
	font-size: .28rem;
	background: rgb(255 255 255 / 30%);
	font-weight: bold;
	padding: .2rem;
	position: relative;
}
#kf-body .box-tab .tab-head span {
	position: relative;
	display: inline-block;
}
#kf-body .box-tab .tab-head span:after {
	content: '';
	position: absolute;
	right: -.5rem;
	top: 48%;
	transform: translate(0,-50%) rotate(180deg);
	display: inline-block;
	width: .3rem;
	height: .25rem;
	background-image: url('../image/tab-head-arrow.png');
	background-size: 100%;
	background-repeat: no-repeat;
}
#kf-body .box-tab .tab-head span:before {
	content: '';
	position: absolute;
	left: -.5rem;
	top:50%;
	transform: translate(0,-50%);
	display: inline-block;
	width: .3rem;
	height: .25rem;
	background-image: url('../image/tab-head-arrow.png');
	background-size: 100%;
	background-repeat: no-repeat;
}
#kf-body .box-tab ul {
	background: #fffccf;
}
#kf-body .box-tab ul li {
	display: flex;
	align-items: center;
	font-size: .24rem;
	text-align: center;
	border-bottom: 0.01rem solid rgb(57 63 112 / 50%);
	overflow: hidden;
	line-height: .32rem;
}
#kf-body .box-tab ul li>* {
	width: 33.33%;
	display: inline-block;
	padding: 0.1rem .2rem;
}
#kf-body .box-tab ul li .type {
	position: relative;
}
#kf-body .box-tab ul li .type:after {
	content: '';
	border-left: 0.01rem solid rgb(57 63 112 / 50%);
	position: absolute;
	top: -11px;
	right: 0;
	height: 200%;
}
#kf-body .box-tab ul li .type:before {
	content: '';
	border-right: 0.01rem solid rgb(57 63 112 / 50%);
	position: absolute;
	top: -11px;
	left: 0;
	height: 200%;
}
#kf-body .box-tab ul li>* {
	line-height: 0.60rem;
	overflow: hidden;

}
#kf-body .box-tab ul li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#kf-body .box-tab ul li .gname a {
	color: #342bd9;
}
#kf-body .box-tab ul li .star a {
	color: #0964f4;
	font-weight: bold;
}