*{padding: 0;margin: 0;list-style: none;}
body{background-color: rgb(9, 6, 31);}
#screen{
    width: 100%;
    max-width: 1080px;
    height: 100vh;
    color: #fff;
    position: relative;
}
#screen .swiper-slide{overflow-y: auto;}
#screen .swiper-pagination{bottom: 200px!important;}
#screen .swiper-pagination-bullet{width: 16px;height: 16px;background: #fff;}
.picItem{width: 100%;}
.onLine{
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 5;
    background: rgba(255,255,255,0.8);
    color: #000;
    height: 80px;
    line-height: 80px;
    width: 60%;
    border-radius: 0 40px 40px 0;
    padding-left: 20px;
    font-size: 36px;
    
    box-shadow: 0 0 10px 0 #333;
}

.onLine strong{color: #f00;font-size: 48px;letter-spacing: 2px;}

.bottomBar {
    height: 130px;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
  }
  
  .inner {
    height:15vw;
    position: fixed;
    bottom: 0;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: rgba(255, 255, 255, 0.8);
  }
  
  .iconBox {
    flex: 1.3;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .iconBox img {
    width:12vw;
    border-radius: 15px;
  }
  .imgBox{
    width:100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 15vw;
    font-size: 0;
  }
  
  .imgBox img{
    width:100%;
    margin-top: -2px;
  }
  
  .bottomText {
    flex: 3.5;
    color: #333;
    padding: 10px 0;
  }

  .bottomText img{width: 340px;}
  
  .btnBox {
    flex: 3;
  }
  
  .btnDown {
    display: block;
    width: 90%;
    height: 110px;
    background: url(../images/qieping/an-djxz.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    color: #fff;
    font-size: 46px;
    line-height: 90px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0.5vw;
    border-radius: 10px;
  }


  #users{position: absolute;bottom: 17vh;right: 0;width: 65%;background: rgba(0,0,0,0.5);z-index: 5;padding: 20px;height: 200px;}
  #users .swiper-slide{
      color: #fff;
      
      height: 50px;
      line-height: 50px;
      font-size: 28px;
      
    }
    #users .swiper-slide:nth-child(2n+1){
      color: rgb(202, 138, 50);
      background: url(../images/qieping/icon-lb.png) no-repeat left center;
      background-size: 5%;
      padding-left: 40px;
    }

    .adrBanner{
        display: none;
      position: fixed;
      top: 0;
      height: 100vh;
      width: 100vw;
      z-index:10;
      background-color: rgba(0, 0, 0, 0.5);
    }
    .adrBanner .close{position: absolute;top: 20px;right: 60px;width: 50px;height: 50px;}
    .adrinstallguide{
      position: absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
      margin:auto;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .adrinstallguide img{
      display: block;
      width:90vw;
      max-height:100%;
    }

    .baodu{width: 220px;height: 145px;position: absolute;z-index: 11;top: 20px;right: 40px;}
    .baodu img{width: 100%;height: 100%;}
