/* cyrillic-ext */
@import url("./reset.css?1");
@import url("./swiper.min.css"); 
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css");
.navul::-webkit-scrollbar,
.scroller::-webkit-scrollbar {
    display: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #f90;
  border-color: #f90;
  cursor: default;
}
.app-download:hover,
.game-codeTxt:hover{
  opacity: .8;
  filter:alpha(opacity=80);
  color: #fff;
}
.navul,
.scroller {
    display: -webkit-box;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
} 
.article-tit:hover,
.game-breadcrumb a:hover,
.game-information a:hover,
.game-page a:hover,
.tabLi-title:hover,
.scroll_title:hover,
.foot-txt a:hover,
.game-role-tit:hover,
.game-more:hover{
  color: #f90;
}
.bg-img{
  width: 100%;
  height: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  filter: blur(20px);
}
.bg-img img {
    width: 100%;
    height: 3.5rem;
}
 
.fix-head{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; 
}
.fix-head.active{
  background: #333;
  top: -100%;
}
.head{
  padding:.2rem .2rem 0;
}
.top-logo {
  margin-right: 1rem;
}
.top-logo img{
  height: .8rem;
  display: block;
}
.navBar {
  position: relative;
}
.navul li{ 
    z-index: 1;    
} 
.navBar a{
  display: block;
  font-size: .25rem;
  line-height: .8rem;
  padding: 0 .2rem .2rem; 
  color: #fff;  
  text-align: center;
  margin: 0 .3rem;
  border-bottom: 2px solid transparent;
}
.navul a:hover,
.navul li.active a{
  border-bottom-color: #f90;
}
.head-search{
    width: 45%;
    max-width: 4.2rem; 
    margin-top: .05rem;   
}
.search-scroll{
   position: relative;
}
.search-swipe.swiper-container{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: .5rem; 
  background: #fff;
} 
#sous{
  width: 100%;
}
.search-index{ 
    background: #fff;
    padding: 0 .2rem; 
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: .1rem;
}
.search-swipe .swiper-slide,
.search-index input{
   display: block;  
   font-size: .22rem;
   line-height: .5rem;
   height: .5rem;  
   color: #999;
   font-weight: 400;
}
 
.s-button{
  cursor: pointer;
}
.s-button img{
    display: block;
    width: .35rem; 
}
.foot-bg{
  background: #35343c;
  padding: .5rem 0;
}
.footer{
  flex-wrap: wrap;
}
.foot-txt{
  font-size: .24rem;
  line-height: .34rem;
  color: #fff;
  opacity: 0.8;
}
.foot-txt p{
  margin: .15rem 0;
}
.foot-div{
  width: .5rem;
}
.foot-txt a{
  color: #fff;
}
.foot-logo img{
  display: block;
  height: 1rem;
  margin: 0 auto;
} 
.banner{
  margin-top: 1.2rem;
}
.banner img{
  display: block;
  width: 100%;
}
.banner.swiper-container-horizontal>.swiper-pagination-bullets, 
.banner.swiper-pagination-custom, 
.banner.swiper-pagination-fraction{
  bottom: 0;
} 
.banner  .swiper-pagination-bullet{
  background: #fff;
  opacity:.8;
}
.banner .swiper-pagination-bullet-active{
  background: #f90;
  width: .4rem;
  border-radius: 3px; 
}
.game-title{
  margin: .3rem 0 .2rem; 
}
.game-tit{
  font-size: .36rem;
  font-weight: 700;
  color: #333;
  line-height: .72rem;
}
.game-tit:before{ 
  content: '# ';
  color: #f90; 
  float: left;
  margin-right: 5px;
  font-size: .6rem;
}
.game-more{
  display: block;
  color: #999;
  font-size: .24rem;
  line-height: .72rem;
}
.game-list{
  overflow: hidden; 
}
.game-list ul{
  margin-right: -1.5%;
}
.game-list li{
  width: 23.5%;
  margin: .1rem 1.4% .2rem .1%; 
  float: left;
}  
.game-new,
.game-story{
  margin-right: -2%;
}
.game-story li,
.game-new li{
  float: left;
  background: #fff;
  -webkit-border-radius: .1rem;
  -moz-border-radius: .1rem;
  border-radius: .1rem;
  overflow: hidden;
  position: relative;
  width: 18%;
  margin: 0 2% 20px 0;
}
.game-new li a{
  display: block;
}
.game-new li:hover{
  box-shadow: 0 .05rem .2rem  rgba(0,0,0,.1);
}
.game-new li:hover .zx-info p{
  color:#f90; 
} 
.game-img img{
  display: block;
  width: 100%; 
  height: 4rem;
  object-fit: cover;
}
.game-story .game-img img{
  height: 5rem;
} 
 
.zx-info{
  padding: .15rem .25rem;
}
.zx_title{
  font-size: .28rem;
  color: #333;
  line-height: .5rem;
  text-align: center;
}
.zx_info{
  font-size: .24rem;
  color: #999;
  line-height: .35rem;
  height: .7rem;  
  overflow: hidden;
  margin: .2rem 0;
}
.hot_type span,
.zx_title span{
  margin-left: .1rem;
  background: #0fcf86;
  color: #fff;
  padding: .05rem .15rem;
  font-size: .25rem;
  line-height: .35rem;
  border-radius: .1rem;
}

/**************/
.game-story li{
  cursor: pointer;
}
.game-story .hot_box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    color: #fff;
    z-index: 150;
    padding: .4rem .2rem;
    box-sizing: border-box;
    -webkit-transition: all 0.6s;
    transition: all 0.3s;
    text-align: center;
    background: rgba(0,0,0,.6);
    display: ;
}
.game-story li:hover .hot_box{
     left: 0;
} 
.hot_box .center{
    width: 100%;
    height: 100%;
    display: flex; 
    align-self: center;
    justify-content: center;
    flex-direction: column;
}
.game-story .game-img img{
   width: 100%; 
} 
.hot_icon img {
    display: block;
    margin: 0 auto .1rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .1rem;
}
.hot_game_name {
    text-align: center;
    height: .6rem;
    line-height: .6rem;
    font-size: .3rem; 
    margin-bottom: .1rem;
}
.hot_type{
  text-align: center; 
  font-size: 0;
}
.hot_type span { 
    display: inline-block;
    margin: 0 .1rem .1rem 0;
}
.hot_info {
    height: .8rem;
    line-height: .4rem;
    overflow: hidden;
    font-size: .24rem;
    margin: .1rem 0px;
}
.hot_btn{
  border-radius: .1rem;
  margin: .2rem auto;
  border: 1px solid #f90;
  display: block;
  font-size: .25rem;
  line-height: .45rem; 
  width: 1.5rem;
  color: #fff;
  background: rgba(0,0,0,.5);
}
.hot_btn:hover{
  color: #fff;
  background: #f90;
} 
.game-list .game-role{
  margin-right: -2%;
}
.game-list .game-role li{
   width: 8%;
   margin: 0 2% .4rem 0; 
   position: relative;
   overflow: hidden;
}
.game-role-tit{
    height: .72rem;
    line-height: .72rem; 
    font-size: .28rem;
    color: #141414;
    text-align: center;
} 
.game-role-img img{
  display: block;
  width: 100%;
  height: 1.5rem;
  object-fit: cover;
}
.list-centre-span,
.item_tags,
.scroll_tags,
.discount{ 
    width: .84rem;
    height: .46rem; 
    font-size: .24rem;  
    color: #fff;
    line-height: .6rem;
    text-align: center; 
    background: url(../../img/rebate.png) no-repeat;
    background-size: cover;
}
.list-centre-span{ 
 
  margin-left: .2rem;   
} 

.item_tags{
  position: absolute;
  right: 0;
  top: 0; 
  z-index: 100; 
}
.discount{
    position: absolute;
    bottom: .72rem;
    right: 0;  
    z-index: 9;  
}
.scroll_tags{ 
    margin-left: .2rem;
}
/*************/
.game-list .game-index-info,
.game-list .game-card{
   margin-right: -3%;
} 
.game-card li{
    width: 22%;
    float: left;
    margin: .1rem 3% .25rem 0;  
    background-color: #fff;
    padding: .2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: .1rem;
}
.game-index-info li{
    width: 22%;
    float: left;
    margin: .1rem 3% .25rem 0;  
    border-radius: .1rem;
    overflow: hidden; 
    position: relative;
}
.game_bgimg{
  margin-right: .2rem;
}
.game_bgimg img{
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: .1rem;
}
.scroll_title{
  font-size: .28rem;
  color: #333;
  line-height: .5rem;
}
.scroll_info{
  font-size: .22rem;
  color: #999;
  line-height: .42rem;
} 
.game-information-img{
  width: 100%;
  overflow: hidden;
}
.game-index-info li:hover img{
  transform: scale(1.1);
}
.game-information-img img{
  display: block;
  width: 100%;
  height: 4rem;
  object-fit: cover;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  transition: 1s all;
}
.game-information-tit{
  position: absolute;
  padding: .2rem;
  color: #fff;
  font-size: .28rem;
  line-height: .38rem;
  text-align: center;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0,0,0,.7);
}
/*************/
.game-hot-tab,
.game-hot-item{
  margin-right: -3%;
} 
.game-hot,
.game-hot-tab li{
  width: 31%; 
  margin: 0 2% 0 0;
  float: left; 
  background: #fff; 
}
.game-hot-tab li{ 
  text-align: center;
  font-size: .32rem;
  font-weight: 600;
  line-height: 1rem;
  border-radius: .1rem .1rem 0 0;  
}
.game-hot{
  min-height: 5rem;
  border-radius:  0 0 .1rem .1rem;
  padding: 0 .25rem .25rem; 
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.game-hot li{
  padding: .1rem 0;
}
.box_a{ 
  cursor: pointer;
}
.box_a .num{
  width: .48rem;
  height: .48rem;
  border-radius: .04rem;
  text-align: center;
  line-height: .48rem; 
  background: #d2d2d2;
  font-size: .24rem;
  color: #333;
  margin: 0 .15rem 0 0;
  white-space: nowrap;
}
.game-hot li:nth-child(1)  .box_a .num{
  background: #f90;
  color: #fff;
}
.game-hot li:nth-child(3) .box_a  .num{
  background: #58aafe;
  color: #fff;
}
.game-hot li:nth-child(2) .box_a  .num{
  background: #47d897;
  color: #fff;
} 
.box_a p{  
  font-size: .3rem;
  color: #333; 
  text-align: left;
}
.box_a span{ 
  color: #969696;
  font-size: .26rem; 
  display: block;
  margin-left: .2rem;
  white-space: nowrap; 
}
.box_b{ 
  display: none; 
  padding: .26rem;
  margin: .05rem 0;
  -webkit-border-radius: .1rem;
  border-radius: .1rem;
  -webkit-background-image: linear-gradient(to right,#47d897, #83e76d);
  -moz-background-image: linear-gradient(to right,#47d897, #83e76d);
  background-image: linear-gradient(to right,#47d897, #83e76d);
}
.hide{
  display: none;
}
.active{
   display: block;
}
.game-hot:nth-child(2) .box_b{
  -webkit-background-image: linear-gradient(to right,#ffa23b, #ffd84d);
  -moz-background-image: linear-gradient(to right,#ffa23b, #ffd84d);
  background-image: linear-gradient(to right,#ffa23b, #ffd84d);  
}
.game-hot:nth-child(3) .box_b{
  -webkit-background-image: linear-gradient(to right,#a57cfe, #8293ff);
  -moz-background-image: linear-gradient(to right,#a57cfe, #8293ff);
  background-image: linear-gradient(to right,#a57cfe, #8293ff);  
}
.infor{
  color: #fff;
}
.box_b .num{
  color: #fff;
  font-size: .5rem;
}
.box_b .img{
  width: 1.5rem;
  margin: 0 .2rem;
  position: relative;
  overflow: hidden;
}
.box_b .img img{
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  object-fit: cover;
}
.game-name{
  display: block; 
  line-height: .4rem;
  color: #fff;
  padding-bottom: .1rem; 
  width: 100%;
  font-size: .28rem;
}
.infor dd{
  font-size: .24rem;
  line-height: .34rem;
}
/***********old*********** */
.content-wrap{
  margin-top: 1.6rem;
  flex-wrap: wrap;
}
.tabs-nav-box{
  padding: .3rem .4rem;
  background: #fff;
  border-radius: .1rem; 
  overflow: hidden; 
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: .3rem; 
}

.tabs-nav-type { 
  line-height: .5rem; 
  font-size: .28rem;
  color: #666;
  font-weight: bold; 
  white-space: nowrap;
} 
.tabs-nav li a {
    display: block; 
    text-transform: uppercase; 
    text-align: center;
    box-sizing: border-box;
    padding: 0 .2rem; 
    line-height: .5rem;
    margin: 0 .1rem;
    font-size: .25rem;
    border-radius: .5rem;
    color: #333; 
    transition: all 0.4s ease;
}
.tabs-nav li.active a, .tabs-nav li a:hover {
    background: #f90;
    color: #fff;
}
.main_right{
  background: #fff;
}
.tabsBox-content {
    margin: .3rem -2% 0 0; 
}
 
.tabsBox-content li{
    float: left; 
    width: 32%;
    padding: .32rem .28rem 0; 
    box-sizing: border-box;  
    margin: 0 1% .4rem 0;
} 
.list-centre{ 
  margin-left: .2rem;
  position: relative; 
  padding: 0 0 .32rem;
}
.list-left-img{
  margin-right: .28rem;
}
.list-left-img img{
  display: block;
  width: 1.28rem;
  height: 1.28rem; 
  border-radius: .28rem; 
  object-fit: cover;
} 
.tabLi-title { 
    font-size: .32rem;
    color: #141414;
    line-height: .44rem;  
}  
.tabLi-info{
  margin: .08rem 0;
} 
.tabLi-type { 
    line-height: .32rem;
    font-size: .2rem;
    color: #fff; 
    background: #FFC268; 
    padding: 0 .1rem;
    margin-right: .2rem;
}  
.server_open{
  font-size: .24rem; 
  color: #AA7642;
  line-height: .34rem;
} 
.rebate-right {
   margin-left: .2rem;
}
.rebate-right .list-centre-span{
  margin-left: 0;
}
.lists-text-ellipsis{
  font-size: .2rem;
  line-height: .34rem;  
  color: #9E9E9E; 
}
.pagebar{
  background: #fff;
  padding: .2rem;
  width: 100%;
  text-align: center;
} 
 .load-more {
  display: block;
  font-size: .24rem;
  line-height: .8rem;
  text-align: center;
  color: #999;
}  
/*************/
.game-right{
  width: 375px;
  margin-left: 20px;
}
.game-down,
.game-other, 
.game-recommend,
.gameDetail-imgs,
.gameDetail-head{ 
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: .2rem;
  border-radius: .2rem;
  margin-bottom: 20px; 
}
.game-other, 
.game-recommend,
.gameDetail-imgs,
.gameDetail-head{
  display: block;
}
.game-down img{
  display: block;
  width: 110px;
  height: 110px;
  margin-right: 20px;
}
.gameDetail-icon{
  margin-right: .28rem;
}
.gameDetail-name{
  font-size: .32rem;  
  color: #141414;
  line-height: .44rem;
  position: relative;
}
.gameDetail-tag{
  flex-wrap: wrap;
  margin-top: .22rem;
}
.gameDetail-tag span{
  font-size: .28rem; 
  color: #9E9E9E;
  line-height: .4rem;
  margin: .1rem .12rem 0 0;
}
.gameDetail-icon img{
  display: block;
  width: 1.28rem;
  height: 1.28rem;
  object-fit: cover;
  border-radius: .28rem;
} 
.app-download{ 
  display: block;
  font-size: .28rem;
  line-height: .48rem;
  width: 1.5rem;
  background: #f90;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.list-centre .app-download{
  width: .84rem;
  font-size: .24rem;
  margin-right: 0;
  line-height: .44rem;
  margin-top: 5px;
}
.gameDetail-imgs img{
  display: block; 
  width: 100%;
} 
.gameDetail-imgs .swiper-button-white{
  background-color: #f90;
  width: 50px;
  height: 50px;
  border-radius: 90px;
  background-size: 15px 25px;
}
.detail-tit{ 
  font-size:.32rem; 
  font-weight: 500;
  color: #333333;
  line-height: .44rem; 
}
.detail-tit span{
  position: relative;
}
.detail-tit span:after{
  display: block;
  content: '';
  width: .6rem;
  height: .08rem;
  background: #FFCB7D;
  border-radius: .04rem;
  position: absolute;
  right: .05rem;
  top: 85%;
  z-index: 5;
}
.game-recommend{
  background: #F1F2F6;
  position: relative;
  overflow: hidden; 
}
.detail-recommend-wrap{
  position: relative;
  margin-top: .32rem; 
  border-radius: .2rem;
  overflow: hidden;   
}
.detail-recommend{ 
  margin: .28rem;
  font-size: .28rem; 
  color: #333333;
  line-height: .4rem;
  position: relative;
  overflow: hidden; 
  z-index: 10; 
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.detail-recommend.active{
   max-height:2rem;
}
.game-recommend:after{
  display: block;
  content: '';
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  background: -webkit-linear-gradient(-135deg, #ffebcc, rgba(241,242,246,0), rgba(241,242,246,0));
  background: linear-gradient(-135deg, #ffebcc, rgba(241,242,246,0), rgba(241,242,246,0));
}
.detail-recommend img{ 
  max-width: 100%;
  vertical-align: middle;
}
.more-txt{ 
  font-size: .28rem; 
  color: #FF9900;
  line-height: .4rem;
  cursor: pointer;  
  white-space: nowrap;  
  background: #F1F2F6;  
  text-align: center;
}
.detail-tit .icon{
  display: inline-block;
  width: .44rem;
  height: .44rem;
  background: url(../../img/game_01.png) no-repeat;
  background-size: contain;
  margin-right: .1rem;
  vertical-align: middle;
  margin-top: -3px;
}

.detail-tit .icon.icon-02{
  background-image: url(../../img/game_05.png);
}
.detail-tit .icon.icon-03{
  background-image: url(../../img/game_03.png);
}
.detail-tit .icon.icon-04{
  background-image: url(../../img/game_06.png);
}
.game-list-content li{  
  padding: .32rem 0 0;
  box-sizing: border-box; 
}
.game-down-txt p{
  font-size: .36rem;
  line-height: .5rem;
  position: relative;  
  font-weight: 700;
  color: #f90;
  text-shadow: 0 1px 2px #000;
  letter-spacing: 3px;
  padding-left: 5px;
}
 
.game-codeTxt{
  width: 100%;
  margin: .2rem 0;
  background: #f90;
  color: #fff;
  font-size: .28rem;
  line-height: .6rem;
  display: block;
  text-align: center;
  cursor: pointer;
} 
.game-codeTxt i{
  font-size: .4rem;
  margin-right: .05rem;
}
.detail-foot{
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  padding: .2rem .32rem;
} 
.detail-foot img{
  width: 1rem;
  height: 1rem;
  object-fit: cover;
  border-radius: .28rem;
  margin-right: .2rem;
}
.detail-foot-tit{
  font-size: .32rem;
  color: #141414;
  line-height: .44rem;
  position: relative;
  margin-bottom: .1rem;
}
.detail-money{
  display: block;
  width: 1.8rem;
  line-height: .72rem; 
  text-align: center; 
  border: 1px solid #f90;  
  font-size: .28rem; 
  color: #fff;
  background: #F90; 
  white-space: nowrap;
  margin-left: .4rem;
} 
.detail-foot .list-centre-span{
  margin: 0;
}
.game-page {
  padding: .3rem 0 0;
  font-size: 0;
}
.game-page a{
  display: inline-block;
  font-size: .28rem;
  line-height: .52rem;
  max-width: 40%;
  white-space: nowrap;
  color: #333;
  margin: 0 2%;
  border: 1px solid #ccc;
  padding: 0 .4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.game-information{
  margin-top: .1rem;
}
.game-information li{
    list-style: circle; 
    border-bottom: 1px dashed #efefef;
    padding: .15rem 0;
    margin-left: 20px; 
} 
.article-other{
  margin-top: 20px;
}
.article-other .game-information li{
  float: left;
  width: 45%; 
}
.article-other .game-information li:nth-child(2n){
  float: right;
}
 
.game-information a{
  display: block;
  font-size: .3rem;
  line-height: .4rem;
  color: #333;
}
/******************/
.down-main{
  overflow: hidden;
  position: relative; 
}
.down-bg1{
  width: 100%; 
  background: url(../../img/down_01.jpg?) center center no-repeat;
  background-size: cover;
}
.down-bg2{
  width: 100%;
  padding: .98rem 0 1.96rem;
  background: #FDFAF3;
}
.down-bg3{
  width: 100%;
  padding: 1.41rem 0 1.23rem;
  background: url(../../img/down_03.png) center center no-repeat;  
  background-size: cover;
}
.down-bg4{
  width: 100%;
  padding: 1.78rem 0 1.55rem;
  background: url(../../img/down_08.png) center center no-repeat #FDFAF3; 
  background-size: cover;  
}
.down-bg5{
  width: 100%;
  padding: 1.48rem 0 1.23rem;
  background: url(../../img/down_02.png) center center no-repeat #FDFAF3;  
  background-size: cover; 
}

.down-box1-img,
.down-box2-img,
.down-box3-img,
.down-box4-img,
.down-box5-img{ 
  position: relative;
  z-index: 100;
} 
.down-box1-img img,
.down-box2-img img,
.down-box3-img img,
.down-box4-img img,
.down-box5-img img{
  display: block;
  max-width: 100%;
  position: relative;
}
.down-box2-img{
  margin-right: .6rem;
}
.down-box3-img{
  margin-left: .7rem;
}
.down-box4-img{
  margin-right: 1.06rem;
}
.down-box5-img{
  margin-left: 4rem;
}
.down-box2-img .last{
  margin-left: -.1rem;
}
.down-box1-info{
  margin-right: .5rem;
}
.down-game-name{ 
  font-weight: 800; 
  font-size: 1.35rem;
  font-family: YouSheBiaoTiHei;
  color: #FFFFFF; 
  letter-spacing: .2rem; 
}
.down-game-name span{
  display: block;
  font-size: 1.1rem;
  letter-spacing: .1rem; 
}
.down-game-txt{ 
  font-size: .4rem; 
  color: #FFFFFF;
  line-height: .56rem;
  margin: .14rem 0 .2rem;
}
.down-game-member{ 
  font-size: .22rem; 
  color: #FFFFFF;
  line-height: .3rem;
  margin-top: .22rem;
}
.down-game-btn{
  display: block;
  width: 2.4rem;
  line-height: .68rem;
  background: rgba(255,255,255,0.32);
  -webkit-border-radius: .08rem;
  border-radius: .08rem;
  border: 1px solid rgba(255,255,255,0.78);
  font-size: .24rem; 
  font-weight: 800;
  color: #FFFFFF; 
  text-align: center;
}
.down-game-btn:hover{
  background: #fff;
  color: #f90;
}
.down-game-code{
  display: block; 
  border-radius: 7px;
  margin-left: .44rem;
  background: #fff;
  padding: .15rem .15rem .1rem;
  text-align: center;
}
.down-game-code p{ 
  font-size: 13px; 
  color: #000000;
  line-height: 18px;
  margin-top: 6px;
  white-space: nowrap;
}
.qr-code{
  position: relative;
}

.qr-code i,
.qr-code,
.down-game-code img{
  display: block;
  width: 100px;  
  height: 100px;  
}
.qr-code i{
  background: url(../../img/code.png) center center no-repeat;  
  background-size: contain;
}
.down-game-code img{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.down-reason{
  font-size: .6rem; 
  font-weight: 800;
  color: #515151;
  line-height: .84ren;
  text-align: center;
  margin-bottom: .8rem;
  white-space: nowrap;
}
.down-reason b{ 
   color: #FF9C00;
} 
.down-box2-info{
  position: relative;
  z-index: 150;
}
.down-box2-info dt{
  font-size: .6rem; 
  font-weight: 800;
  color: #FF9C00;
  line-height: .84rem;
}
.down-box2-info dt span{
  color: #FF7E00;
}
.down-box2-info dd{
    font-size: .26rem; 
    color: #959595;
    line-height: .37rem;
    margin: .24rem 0 .58rem;
}
.down-box2-info a{
  display: block;
  font-size: .24rem; 
  font-weight: 800;
  color: #FFFFFF; 
  width: 1.7rem;
  line-height: .56rem;
  background: #FF9C00;
  border-radius: 4px;
  text-align: center;
}
.game-breadcrumb{
  font-size: .24rem;
  line-height: .44rem;
  color: #999;
  margin-bottom: .2rem;
}
.game-breadcrumb a{
  color: #999;
}
.game-breadcrumb i{
  margin: 0 .05rem;
  font-size: .2rem;
}
.article-list{
  background: #fff;
}
.article-list li{
  padding: .25rem .3rem .3rem;
  border-bottom: 1px solid #efefef;
}
.article-tit{
  font-size: .28rem;
  line-height: .48rem;
  color: #333;
}
.article-txt{
  font-size: .24rem;
  line-height: .38rem;
  color: #666;  
  margin: .1rem 0 .2rem;
}
.article-time{
  font-size: .2rem;
  color: #999;
  line-height: .3rem;
}
.article-time i{
  margin-right: 3px;
}
.article-time p{
  margin-right: .3rem;
}
.article-contain{
  background: #fff;
  padding: .3rem;
  -webkit-border-radius: .2rem;
  border-radius: .2rem;
}
.art-title{
  font-size: .4rem;
  line-height: .5rem;
  color: #333;
  text-align: center;
  margin-bottom: .1rem;
}
.art-content{ 
  border-top: 1px solid #efefef; 
  position: relative; 
  width: 100%;
  word-break: break-all; 
  padding: .3rem 0;
  margin-top: .25rem;
  text-align: justify;
-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;  
}  
.art-content caption{
  font-weight:600;
  font-size: .28rem;
  padding-bottom: .2rem;
}  
.art-content h1,
.art-content h2,
.art-content h3,
.art-content h4{
  margin: .2rem auto;
  font-weight: 700;
} 
.art-content p, 
.art-content{
  font-size: .28rem!important;
  color: #333333;
  line-height: .38rem!important;
  word-wrap: break-word;
  word-break: normal;
} 
.art-content table{
  width: 100%!important;
  max-width: 100%!important; 
  border-collapse: collapse;
  margin: 0 auto;
}
.art-content th, .art-content td{
  word-break:break-all;
  padding: 5px 10px;
  border: 1px solid #333;
  width: auto!important;
  font-size: .28rem;
  line-height: .38rem;
}
.art-content img{
    max-width: 100%!important;
    height: auto!important;
    vertical-align: middle;
}

.point-browser{
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.76);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 8000;
}
.point-browser.active{
  display: none!important;
}
.point-browser-tit{ 
  font-size: .32rem; 
  color: #fff;
  line-height: .44rem;
  white-space: nowrap;
  text-align: center;
  background: url(../../img/hint_01.png) no-repeat top center;
  width: 6.4rem;
  height: 2.82rem;
  background-size: contain;
  margin: .06rem auto 0;
}
.point-browser-tit p{
  padding-top: 2rem;
}
.point-browser-hint{
  margin: .94rem .56rem 0;
}
.point-browser-hint dd,
.point-browser-hint dt{
  font-size: .32rem; 
  font-weight: 500;
  color: #FFFFFF;
  line-height: .44rem;
}
.point-browser-hint dt:before{
  display: inline-block;
  content: '';
  background: url(../../img/hint_02.png) no-repeat center;
  width: .42rem;
  height: .42rem;  
  vertical-align: top;
  margin-right: .08rem;
  background-size: cover;
}
.point-browser-hint dd{ 
  margin-top: .16rem;
}
.login-container{
  padding-top: 1rem; 
}
@media screen and (max-width: 1200px) {   
  .game-list ul{
    margin-right: -3%;
  } 
  .game-list .game-card{
    margin-right: 0;
  }
  .game-story,
  .game-new{
    margin-right: -2%;
  }
  .game-story li,
  .game-new li{
    width: 23%;
    margin: .1rem 2% .25rem 0;    
  }
  .game-index-info li,
  .game-card li, 
  .game-list li{
    width: 30%;
    margin: .1rem 3% .25rem 0;
  }   
  .game-list .game-role {
    margin-right: -3%;
   }
  .game-list .game-role li{
     width: 17%;
     margin: 0 3% .4rem 0; 
  }  
  .game-list .game-role li:nth-child(2n){
    float: left;
  }
 
}

@media screen and (max-width: 769px) { 
  .foot-bg{
    padding-bottom: 1.8rem;
  }
  .content-wrap{
    margin-top: 2.3rem;
  }
  .game-right{
    margin-left: 0;
  }
  .article-other .game-information li{
    width: 95%;
  }
  .article-other .game-information li:nth-child(2n){
    float: left;
  } 
  .down-box1-info,
  .game-other,
  .game-left,
  .game-right,
  .game-hot,
  .game-list .game-card li,
  .foot-logo,
  .navBar{
    width: 100%;
  }
  .down-box1-info{
    margin-right: 0;
  }
  .game-left{
     flex: auto;
  }
  .navBar a{
    margin: 0 .2rem;
  }
  .arr-right{ 
    display: block;
    width: 0px;
    height: 0px; 
    border-style: solid; 
    border-width: .12rem .15rem;
    margin-left: .2rem;
    border-color: transparent transparent transparent #fff;
    margin-top: .25rem;
  }
 
  .banner{
    position: relative;
    margin:2.3rem .25rem 0;
    z-index: 100;
    border-radius: .1rem;
    overflow: hidden;
  }  
  .login-container{
    padding-top:1.6rem; 
  }
  .banner img{
    height: 5rem; 
  }
  .game-hot-tab,
  .game-hot-item,
  .game-list ul{
    margin-right: 0;
  } 
  .game-new li,
  .game-story li,
  .game-list li{
    width: 48%;
    margin: .1rem 0 .25rem;
  } 
  .game-new li:nth-child(2n),
  .game-story li:nth-child(2n),  
  .game-list li:nth-child(2n) {
    float: right;
  }
  .game-new li:nth-child(5){
    display: none;
  }
   .game-list .game-role {
    margin-right: -3%;
   }
  .game-list .game-role li{
     width: 22%;
     margin: 0 3% .4rem 0; 
  }
  .game-card li{
      margin: 0;
      border-bottom: 1px solid #ddd;
  }
  .game-hot-tab {
    background: #fff;
  }
  .game-hot-tab li.active{
    color: #f90;
  }

/*  ******old*****/  
  .tabs-nav li a{
    margin: 0;
  }
  .tabs-nav-box{
    padding: .2rem;
  }

  .tabsBox-content{
    margin: 0;
  }
  .tabsBox-content li{
      width: 100%;
      margin: 0;
  }  
  .list-centre{  
    border-bottom: 1px solid #D5D5D5; 
  }  
 .down-game-name{
    font-size: .8rem;
    text-align: center;
  }
  .down-game-name span{
    font-size: .7rem;
  }
  .down-game-txt{
    font-size: .3rem;
    text-align: center;
  }
.down-bg1{
    padding: .4rem 0;
    margin-top: 2rem;
  }
  .down-bg2{
    padding: .3rem 0;
  }
  .down-reason{
    font-size: .36rem;
    line-height: .5rem;
    margin-bottom: .3rem;
  } 
  .down-box4,
  .down-box3{
    position: relative;
  }
  .down-box2-img {
      margin-right: .3rem;
  }
  .down-box3-img img{
    width: 5rem;
  }
  .down-box2-img img{
    width: 2.5rem;
  }
  .down-box3-img {
    margin-right: -2.5rem;
  }
  .down-box4-img{
    margin-left: -2.2rem;
  }
  .down-box5-img{
    margin: 0;
    position: relative;
    left: 24%; 
  }
  .down-box5-img img{
    max-width: 3rem;
  }
  .down-box4-img img{
    width: 3rem;
  }
  .down-box2-info{
    position: relative;
    z-index: 150;
  }
  .down-box2-info dt{
    font-size: .3rem;
    line-height: .5rem;
  }
  .down-box2-info dd{
    font-size: .24rem;
    line-height: .34rem;    
  }
  .down-bg5,
  .down-bg4,
  .down-bg3{
    padding: .3rem 0;
  } 
  .down-box5 .down-box2-info,
  .down-box3 .down-box2-info{
    position: absolute;
    left: .3rem;
    top: 1rem;
  }
  .down-box4 .down-box2-info{
    position: absolute;
    right: .3rem;
    top: 1rem;
  }   
  .gameDetail-name .list-centre-span{
     width: 1rem;
}
} 
@media screen and (min-width: 770px) and (max-width: 992px) {
  .tabsBox-content li{
      float: left; 
      width: 48%;
      padding: .32rem .28rem 0; 
      box-sizing: border-box;  
      margin: 0 1% .3rem 0;
  } 
}
@media screen and (max-width: 640px) {
   
}  
@media screen and (max-width: 480px) {
  
}   
@media screen and (max-width: 3.2rem) {
   
} 
.wenda-answer-content{
  max-height: 100%!important; 
}
.iconfont{
    display: inline;
}
.iconfont a{
    color: #141414;
}