body{
  background-color:#fff;
}
.game-box{
  height:100%;
}
.container{
  width:100%;
  padding:0 !important;
}
.navbar-collapse{
  padding:0 !important;
}
/* 重置bootstrap的重置样式 */
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.nav>li>a:focus, .nav>li>a:hover{
  background-color: rgba(0,0,0,0);
}
/* 头部 */
.navbar{
 width:100%;
 height:60px;
 line-height:60px; 
 min-height:60px !important;
 font-size:18px;
}
@media (max-width: 760px){
  .nav{
    background-color:#fff;
  }
  .navbar{
    z-index:100;
  }
 .nav .logo-img,.nav .form,.pop-layer-box{
    display:none !important;
  }
  .other-apply .other-list .swiper-container .s-btn{
    display:none;
  }
  .container{
    height:60px;
    line-height: 60px;
    padding-right: 0 !important;
    padding-left:  0 !important;
  }
  .navbar-brand{
    padding:0 10px 0 !important;
  }
  .navbar-header{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .brand-hidden{
    width:70%;
    height:40px;
    line-height:40px;
    margin:8px 8px 0 0;
    height:40px !important;
    margin-right:15px;
    position: relative;
}
  .brand-hidden .ipt{
    position: absolute;
    top:0;
    width:100%;
    height:100%;
    padding-left:60px;
    color:#333;
    border-radius:36px;
    -webkit-border-radius:36px;
    -moz-border-radius:36px;
    -ms-border-radius:36px;
    -o-border-radius:36px;
    background-color:#eaeaea;
    font-size:14px;
  }
  .brand-hidden ::-webkit-input-placeholder{
    color:#333;
  }
  .brand-hidden .search{
   position: absolute;
   width:20px;
   height:20px;
   background:url(../images/search.png) no-repeat left center;
   background-size:20px 20px;
   vertical-align: middle;
   left:30px;
   top: 20px;
   -webkit-transform: translateY(-50%);
           transform: translateY(-50%);
   z-index:99;
  }
  .nav li.list-a{
    background-color:#fff;
    z-index:100;
    text-align: center;
    height:60px;
    line-height:60px;
  }
  .nav li.list-a a{
    font-size:16px;
    color:#333;
    display:inline-block !important;
    padding:0 0 5px;
  }
  .nav li.list-a.cur a{
    border-bottom:2px solid #3aa2d9;
  }
  .pro-filter-mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    background: rgba(0,0,0,.3);
  }
  /* 移动端的下载页面 */
  .pop-layer .tit .img{
    width:2.5rem;
    height:2.5rem;
    margin: 0.1rem auto;
  }
  .pop-layer .tit p{
    margin-bottom:10px;
  }
  .pop-layer .tit p.g-tit{
    font-size:0.32rem;
    color:#333;
    margin-top:0.1rem;
  }
   .pop-layer .tit p.g-version{
    color:#a4a4a4;
    font-size:0.14rem;
  }
   .pop-layer .tit p span{
    padding-right:0.2rem;
  }
  .pop-layer .code-box .loading{
    display: inline-block;
    height:0.6rem;
    line-height:0.6rem;
    padding:0 0.3rem;
    background-color:#eaeaea;
    font-size:0.32rem;
    color:#3aa2d9;
    border-radius:0.3rem;
    -webkit-border-radius:0.3rem;
    -moz-border-radius:0.3rem;
    -ms-border-radius:0.3rem;
    -o-border-radius:0.3rem;
}
  .pop-layer .screenshot h3{
    font-size:0.32rem;
    color:#333;
    padding-left:0.1rem;
    border-left:3px solid #fb922a;
    margin-left: 0.1rem;
  }
  .pop-layer .screenshot .shot-slider{
    width: 80% !important;
    margin: 0 auto;
  }
  .pop-layer .screenshot .shot-slider .product-box img{
    width:100%;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
}
  .screenshot .swiper-pagination{
    margin-top: 0.40rem;
    position: relative;
  }
  .screenshot .swiper-pagination-bullet{
    width: 0.6rem;
    height: 8px;
    border-radius: 0;
    margin-right: 0.1rem;
    background-color: #a4a4a4;
  }
  .screenshot .swiper-pagination-bullet-active{
    background-color: #fb922a;
  }
  .pop-layer .game-pro{
    margin:0.1rem;
  }
  .pop-layer .game-pro h3{
    font-size:0.32rem;
    color:#333;
    padding-left:0.1rem;
    border-left:3px solid #fb922a;
  }
  .pop-layer .game-pro p{
    font-size: 0.28rem;
    line-height: 0.36rem;
    color: #a4a4a4;
    margin: 0.1rem 0 0.2rem;
  }
  /* 下载路径 */
  .load-type-box{
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 100;
  }
  .load-type-box .load-type{
    width:6.9rem;
    height:4.8rem;
    position: absolute;
    top:3.7rem;
    left:0.3rem;
    background-color:#fff;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    padding:0.4rem;
}
  .load-type-box .load-type h3{
    font-size:0.32rem;
    font-weight: bold;
  }
  .load-type-box .load-type .official{
    font-size:0.28rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding:0.2rem 0;
  }
  .load-type-box .load-type .official .load{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .load-type-box .load-type .official .load em{
    margin-right:0.15rem;
  }
  .load-type-box .load-type .official .load.o-icon em{
    width:0.45rem;
    height:0.45rem;
    background:url(../images/office.png) no-repeat center center;
    background-size:100%;
  }
  .load-type-box .load-type .official .load.b-icon em{
    width:0.45rem;
    height:0.45rem;
    background:url(../images/baidu.png) no-repeat center center;
    background-size:100% 100%;
  }
  .load-type-box .load-type .official .load.a-icon em{
    width:0.45rem;
    height:0.45rem;
    background:url(../images/android.png) no-repeat center center;
    background-size:100% 100%;
  }
  .load-type-box .load-type .official .load.s-icon em{
    width:0.45rem;
    height:0.45rem;
    background:url(../images/IOS.png) no-repeat center center;
    background-size:100% 100%;
  }

  .load-type-box .load-type .official .loaded{
    display: inline-block;
    height:0.6rem;
    line-height:0.6rem;
    padding:0 0.3rem;
    background-color:#eaeaea;
    font-size:0.32rem;
    color:#3aa2d9;
    border-radius:0.3rem;
    -webkit-border-radius:0.3rem;
    -moz-border-radius:0.3rem;
    -ms-border-radius:0.3rem;
    -o-border-radius:0.3rem;
  }
  .load-type-box .y-close{
    position: absolute;
    /* top:7.8rem; */
    top:8.8rem;
    left:50%;
    transform: translateX(-0.3rem)  ;
    -webkit-transform: translateX(-0.3rem)  ;
    -moz-transform: translateX(-0.3rem)  ;
    -ms-transform: translateX(-0.3rem)  ;
    -o-transform: translateX(-0.3rem)  ;
}
  .load-type-box .y-close em{
    display: inline-block;
    width:0.6rem;
    height:0.6rem;
    background:url(../images/y-close.png) no-repeat center center;
    background-size:0.6rem 0.6rem;
  }
  /* 移动端空白页 */
  .pc-null-content{
    margin: 0 auto;
  }
  .pc-null-content .pc-bg{
    text-align: center;
    padding-top: 100px;
  }
  .pc-null-content .pc-bg em{
    display:inline-block;
    width:288px;
    height:222px;
    background:url(../images/m-bg.png) no-repeat center center;
    background-size:288px 222px;
  }
  .pc-null-content .word{
    font-size:18px;
    color:#333333;
    margin:20px 0;
    text-align: center;
  }
}

@media (min-width: 760px){
  .brand-hidden{
    display:none;
  }
  h1, h2, h3{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .nav{
    background-color:#3aa2d9;
    padding:0 4%;
  }
  .navbar-collapse{
    
  }
  .nav .logo-img{
    width:130px;
    height:60px;
    line-height:60px;
    background-color:#fff;
    text-align:center;
  }
  .nav .logo-img img{
    vertical-align: middle;
  }
  .nav li.list-a{
    float:left;
    margin-left:20px;
    height:60px;
    line-height:60px;
  }
  .nav li.list-a a{
    display:inline-block;
    color:#fff;
    margin-right:40px;
    padding:0 0 4px 0 !important;
    font-size:18px;
    position: relative;
  }
  .nav li.list-a a:hover,.nav li.list-a a:focus{
    background-color: rgba(0,0,0,0);
  }
  /* .nav li.list-a.cur a{
    border-bottom:2px solid #fb922a;
  } */
  .nav li.list-a.cur a:after{
    content:'';
    position:absolute;
    bottom:-6px;
    left:15%;
    width:70%;
    height:3px;
    background-color:#fb922a;
  }
  .nav li.form-box{
    padding-top:8px;
  }
  .nav li.form-box .search{
    width:360px;
    height:40px;
    line-height:40px;
    background-color:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius:4px;;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    /* overflow: hidden; */
  }
  .nav li.form-box .form .search .f-field{
    -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
    position:relative;
    height: 40px;
    line-height: 40px;
  }
  .nav li.form-box .form .search .f-field .ipt{
    width:100%;
    padding-left:30px;
  }
  .nav li.form-box .form .search .f-field ::-webkit-input-placeholder{
    font-size:18px;
    color:#333;
  }
  .nav li.form-box .form .search .f-field .list{
    display:none;
    position:absolute;
    width:100%;
    background-color:#fff;
    left:0;
    top:40px;
    -webkit-box-shadow:0px 0px 16px rgba(0, 0, 0, 0.3);
            box-shadow:0px 0px 16px rgba(0, 0, 0, 0.3);
  }
  .nav li.form-box .form .search .f-field .list li{
    height:60px;
    line-height:60px;
    color:#a4a4a4;
    border-bottom:#a4a4a4;
    font-size:16px;
    padding-left:30px;
  }
  .nav li.form-box .form .search .f-field .list li.cur{
    background-color:#F2F2F2;
    color:#333;
  }
  .nav li.form-box .form .search .h-search-btn{
    width:95px;
    height:40px;
    line-height:40px;
    background-color:#fb922a;
    font-size:18px;
    color:#fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  /* pc空白页 */
  .pc-null-content{
    margin: 0 auto;
  }
  .pc-null-content .pc-bg{
    text-align: center;
    padding-top: 180px;
  }
  .pc-null-content .pc-bg em{
    display:inline-block;
    width:412px;
    height:318px;
    background:url(../images/pc-bg.png) no-repeat center center;
    background-size:412px 318px;
  }
  .pc-null-content .word{
    font-size:18px;
    color:#333333;
    margin:20px 0;
    text-align: center;
  }
  /*移动端下载页面需要自适应 */
  #pop-layer .tit .img{
    width:90px;
    height:90px;
    margin: 0.1rem auto;
  }
  #pop-layer .tit p{
    margin-bottom:10px;
  }
  #pop-layer .tit p.g-tit{
    font-size:24px;
    color:#333;
    margin-top:0.1rem;
  }
   #pop-layer .tit p.g-version{
    color:#a4a4a4;
    font-size:0.14rem;
  }
   #pop-layer .tit p span{
    padding-right:0.2rem;
  }
  #pop-layer .code-box .loading{
    display: inline-block;
    height:45px;
    line-height:45px;
    padding:0 0.3rem;
    background-color:#eaeaea;
    font-size:24px;
    color:#3aa2d9;
    border-radius:22px;
    -webkit-border-radius:22px;
    -moz-border-radius:22px;
    -ms-border-radius:22px;
    -o-border-radius:22px;
}
  #pop-layer .screenshot h3{
    font-size:16px;
    color:#333;
    padding-left:0.1rem;
    border-left:3px solid #fb922a;
    margin-left: 20px;
  }
  #pop-layer .screenshot .shot-slider{
    width: 80% !important;
    margin: 0 auto;
  }
  #pop-layer .screenshot .shot-slider .product-box img{
    width:100%;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
  }
  #pop-layer .game-pro{
    padding:20px;
  }
  #pop-layer .game-pro h3{
    font-size:16px;
    color:#333;
    padding-left:10px;
    border-left:3px solid #fb922a;
  }
  #pop-layer .game-pro p{
    font-size: 14px;
    line-height: 24px;
    color: #a4a4a4;
    margin: 10px;
  }
  /* 下载路径 */
  .load-type-box{
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 100;
  }
  .load-type-box .load-type{
    width:6.9rem;
    height:4.8rem;
    position: absolute;
    top:50%;
    left:50%;
    background-color:#fff;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    padding:0.4rem;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
  .load-type-box .load-type h3{
    font-size:24px;
    font-weight: bold;
  }
  .load-type-box .load-type .official{
    font-size:21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding:0.2rem 0;
  }
  .load-type-box .load-type .official .load{
    font-size:18px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .load-type-box .load-type .official .load em{
    margin-right:0.15rem;
  }
  .load-type-box .load-type .official .load.o-icon em{
    width:0.45rem;
    height:0.45rem;
    background:url(../images/office.png) no-repeat center center;
    background-size:100%;
  }
  .load-type-box .load-type .official .load.b-icon em{
    width:0.45rem;
    height:0.45rem;
    background:url(../images/baidu.png) no-repeat center center;
    background-size:100%;
  }
  .load-type-box .load-type .official .loaded{
    display: inline-block;
    height:45px;
    line-height:45px;
    padding:0 0.3rem;
    background-color:#eaeaea;
    font-size:24px;
    color:#3aa2d9;
    border-radius:22px;
    -webkit-border-radius:22px;
    -moz-border-radius:22px;
    -ms-border-radius:22px;
    -o-border-radius:22px;
}
  .load-type-box .y-close{
    position: absolute;
    top:86%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
  .load-type-box .y-close em{
    display: inline-block;
    width:0.6rem;
    height:0.6rem;
    background:url(../images/y-close.png) no-repeat center center;
    background-size:0.6rem 0.6rem;
  }
}
/* 内容 */
.content{
}
/* 推荐应用 */
.recommend-apply{
  padding:0 4%;
  position: relative;
}
.recommend-apply h1{
  text-align:center;
  padding:20px 0;
}
.recommend-apply h1 em{
  display:inline-block;
  width:240px;
  height:100px;
  background:url(../images/apply-1.png) no-repeat center center;
  background-size:100% 100%;
} 
.recommend-apply .recommend-list ul li{
  float:left;
  width:23%;
  margin:0 2% 20px 0;
  -webkit-box-shadow:0px 0px 16px rgba(0, 0, 0, 0.3);
  box-shadow:0px 0px 16px rgba(0, 0, 0, 0.3);
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
} 
/* .recommend-apply .recommend-list ul li:nth-of-type(4n){
  margin-right:0;
} */
.apply .item{
  padding:20px;
  height: 300px;
}
.apply .item h2{
  font-size:18px;
  color:#333;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-weight:bold;
} 
.recommend-apply .recommend-list ul li .item .version{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          color: #a4a4a4;
          position: relative;
}
.apply.item .version .version-detail{
  font-size:14px;
  color:#a4a4a4;
}
.apply  .item .version .version-detail p{
  padding-bottom:10px;
}
.apply .item .version .version-detail p span{
  padding-right:10px;
}
.recommend-apply .recommend-list ul li .item .version .game-img{
  width:90px;
  height:90px;
  position: absolute;
  right: -11px;
  top: 50%;
  -webkit-transform: translateY(-32px);
          transform: translateY(-32px);
}
.recommend-apply .recommend-list ul li .item .version .game-img img{
  width:100%;
  border-radius:20px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
}
/* 公用的组件 */
.apply .item .apply-brief h3{
  font-size:14px;
  color:#fb922a;
}
.apply .item .apply-brief p{
  font-size:14px;
  line-height:24px;
  color:#a4a4a4;
  margin:10px 0;
  /* overflow-y: scroll; */
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.content .apply .btn{
  display: inline-block;
  height:40px;
  line-height:40px;
  padding:0 30px;
  border:2px solid #3aa2d9;
  font-size:18px;
  color:#3aa2d9;
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -ms-border-radius:8px;
  -o-border-radius:8px;
  outline: none;
}
.recommend-apply .leaf-1{
  position: absolute;
  left:-20px;
  top:20px;
}
.recommend-apply .leaf-1 em{
  display:inline-block;
  width:95px;
  height:139px;
  background:url(../images/leaf-1.png) no-repeat center center;
  background-size:100% 100%;
}
.recommend-apply .leaf-2{
  position: absolute;
  right:-64px;
  bottom:-112px;
}
.recommend-apply .leaf-2 em{
  display:inline-block;
  width:162px;
  height:174px;
  background:url(../images/leaf-2.png) no-repeat center center;
  background-size:100% 100%;
}
/* 其它应用 */
.other-apply{
  padding:0 4%;
}
.other-apply h1{
  text-align:center;
  padding:20px 0;
}
.other-apply h1 em{
  display:inline-block;
  width:240px;
  height:100px;
  background:url(../images/apply-2.png) no-repeat center center;
  background-size:100% 100%;
}
.other-apply .other-list{
  font-size: 14px;
  color: #a4a4a4;
  position: relative !important;
}
.other-apply .other-list .swiper-container{
  padding-bottom:60px;
  position: static !important;
}
.other-apply .other-list .swiper-container .swiper-slide{
  -webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
  overflow: hidden;
  /* margin-left:10px; */
}
.other-apply .other-list .swiper-container .item-box .other-img{
  width:100%;
  height:200px;
  overflow: hidden;
}
.other-apply .other-list .swiper-container .item-box .other-img img{
  width:100%;
  height:100%;
}
.other-apply .other-list .swiper-container .s-btn{
  width:30px !important;
  height:100px !important;
  background-color:#e5e5e5 !important;
  color:#fff !important;
  width:13px;
  height:24px;
  background-size:13px 24px;
}
.other-apply .other-list .swiper-container .swiper-button-next{
  background:url(../images/arrow-right.png) no-repeat center center;
  right:-30px !important;
}
.other-apply .other-list .swiper-container .swiper-button-prev{
  background:url(../images/arrow-left.png) no-repeat center center;
  left:-30px !important;
}
@media (max-width: 768px){
  .recommend-apply .recommend-list ul li{
    width:100%;
  }
  h1, h2, h3{
    margin-top:10 !important;
    margin-bottom:10 !important;
  }
}
.block {
  display: block;
}
/* 游戏弹窗 */
.pop-layer-box{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.pop-layer-box .pop-layer{
  width: 60%;
  position: absolute;
  top: 20%;
  left: 40%;
  margin-left: -20%;
  height:600px;
  background-color: #fff;
  padding: 20px;
  /* overflow: hidden;
  overflow-y: scroll; */
}
.pop-layer-box .pop-layer .pop-layer-bl{
  width: 100%;
  height: 96%;
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 25px;
}
.pop-layer-box .pop-layer .close{
  position:fixed;
  top: 20%;
  right: 40%;
  margin-right: -20%;
  padding: 20px;
}
.pop-layer-box .pop-layer .close em{
  display:inline-block;
  width:23px;
  height:22px;
  background:url(../images/p-close.png) no-repeat center center;
  background-size:100%;
}
.pop-layer-box .pop-layer .tit .img{
  width:90px;
  height:90px;
  margin:0 auto;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
}
.pop-layer-box .pop-layer .tit .img img{
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
}
.pop-layer-box .pop-layer .tit p{
  margin-bottom:10px;
}
.pop-layer-box .pop-layer .tit p.g-tit{
  font-size:20px;
  color:#333;
  margin-top:10px;
}
.pop-layer-box .pop-layer .tit p.g-version{
  color:#a4a4a4;
  font-size:14px;
}
.pop-layer-box .pop-layer .tit p span{
  padding-right:20px;
}
.pop-layer-box .pop-layer .code-box{
  padding:0 10%;
  text-align: center;
}
.pop-layer-box .pop-layer .code-box ul li{
  display:inline-block;
  text-align: center;
  /* padding-right:5%; */
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0);
  width: 30%;
  /* height: 100px; */
}
.pop-layer-box .pop-layer .code-box ul li img{
  width:100%;
  /* height:100%; */
}
.pop-layer-box .pop-layer .code-box ul li:last-child{
  padding-right:0;
}
.pop-layer-box .pop-layer .code-box ul li p{
  font-size:12px;
  color:#333;
  padding-top:10px;
}
.pop-layer-box .pop-layer .screenshot h3{
  font-size:16px;
  color:#333;
  padding-left:10px;
  border-left:3px solid #fb922a;
  margin-bottom:10px;
}
.pop-layer-box .pop-layer .screenshot .shot-slider{
  width: 80% !important;
  margin: 0 auto;
  /* max-height:240px; */
}
.pop-layer-box .pop-layer .screenshot .shot-slider .product-box img{
  width:100%;
  /* height:100%; */
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
}
.pop-layer-box .pop-layer .screenshot .shot-slider .product-box{
  /* height:280px;
  overflow: hidden; */
}
.screenshot .swiper-pagination{
  margin-top: 28px;
  position: relative;
}
.screenshot .swiper-pagination-bullet{
  width: 40px;
  height: 8px;
  border-radius: 0;
  margin-right: 10px;
  background-color: #a4a4a4;
}
.screenshot .swiper-pagination-bullet-active{
  background-color: #fb922a;
}
.pop-layer-box .pop-layer .game-pro h3{
  font-size:16px;
  color:#333;
  padding-left:10px;
  border-left:3px solid #fb922a;
}
.pop-layer-box .pop-layer .game-pro p{
  font-size: 14px;
  line-height: 24px;
  color: #a4a4a4;
  margin: 10px;
}
@media (min-width: 768px) and (max-width:1024px){
  .header .header-l .tab a{
    font-size:16px;
  }
  .nav li.form-box .search{
    width:220px;
  }
  .nav li.form-box .form .search .h-search-btn{
    width:50px;
  }
  .pop-layer-box .pop-layer{
    height:450px;
  }
  .recommend-apply .recommend-list ul li{
    width:31.3% !important;
  }
  /* .recommend-apply .recommend-list ul li:nth-child(3n){
    margin-right: 0 !important;
  } */
}
body.modalOpen {
  position: fixed;
  width: 100%;
}
