body{ overflow:hidden;background-color: #3c3c3c;background: url('../img/phone-bg.jpg') no-repeat;background-size: 100%;}
.column{margin:0 auto;position: relative;}
.column img{margin:0 auto;}

/* 下载按钮的显隐 */
.is-phone-show{display: inline-block;}
.is-pc-show{display: none};
.bg-orange{
  background-color: transparent;
}

@media (max-width: 1025px) { 
  .bg-orange{
    background-color: #feb904 !important;
  }
  .mid{
    top:30%;
  }
} 
@media (min-width: 1025px){
  .is-phone-show{
    display: none !important;
  }
  .is-pc-show{
    display: block;
  }
  body{
    background:rgba(0,0,0,.8);
  }
  .mid{
    top:40%;
  }
  .header-bg{
    margin-top: 0;
    width: 100%;
    height: 3.8rem;
    line-height: 3.8rem;
    padding: 0 5%;
    background: rgb(102, 102, 102, 0.5);
  }
  .header-logo-box{
    margin-top: 0.9rem;
    float: left;
    height: 2rem;
    border-radius: 5px;
    overflow: hidden;
  }
  .header-logo-box img{
    display: block;
    width: 100%;
    height: 100%;
  }
  .header-bg .header-name-img{
    float: left;
    height: 2.6rem;
    margin-top:0.6rem;
  }
  .footer-bg{
    width: 100%;
    height: 3.75rem;
    line-height: 3.75rem;
    padding: 0;
    background: rgb(102, 102, 102, 0.5);
  }
  .footer-bg div p {
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }
  .has-text-white{
    margin-bottom: 0;
  }
  .footer-bg .columns{
    margin-top: 0;
  }
}
.button.is-white.is-outlined:hover{background-color: transparent;color:#fff;}

.mid {margin:0 auto;max-width: 1000px;padding:0 40px;position: absolute; left: 50%; width: 100%; transform: translate(-50%, -50%); text-align: center;z-index: 10;}
header{text-align: center;margin-top: 8%;}
header img{display: inline-block; vertical-align: top;}
#download{width:220px;  overflow:hidden;margin:0 auto; margin-top:29px;}
#download a{display:block;margin-bottom:20px; }
#download  em{display:inline-block; background-repeat:no-repeat; background-position:left center; color:#fff;}
#download  em.ios{padding-left:28px; background-image:url(../img/ios.png);}
#download  em.android{padding-left:30px; background-image:url(../img/android.png);}
#download img{width:140px; height:140px; margin:30px auto 0 auto;display: block;}

.partlink{text-align:center;position: absolute; left:0; bottom:0px;margin:0 auto;width:100%;}
.partlink p{padding:5px 0;}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container {
  position: fixed;
  top:0;
  left: 0;
  z-index: -100;
  width: 100%;
  height: 100%;

}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide{background: url('https://img30.360buyimg.com/pop/jfs/t1/214217/17/14150/403729/62262a05E63c125c4/cb1ccc966189f037.jpg') center no-repeat; background-size: cover;}

.shadow-box{
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
};
.shadow-box img{
  display: block;
  width: 80%;
  margin: 20% auto 0;
};
.wx-img-box{
  font-size: 12px;
  color: #9E9E9E;
}
.wx-img{
  position: absolute;
  top: -90px;
  left: 50%;
  margin-left: -40px !important;
}
.wx-phone-img{
  display: block;
  height: 80px;
}

/* 盗版提示框 */
.pirateModal{
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #373737;
  padding: 20px 30px;
  border-radius: 20px 20px 0 0;
  z-index: 10000;
  color: #c9c9c9;
}
.pirate-shadow-box{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #000;
}
.pirate-title{
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 10px 0 20px 0;
}
.closeBtn{
  height: 50px;
  line-height: 50px;
  width: 100%;
  background-color: #307dfa;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  margin-top: 20px;
}

.bottom-content-box{
  display: flex;
  flex-direction: row;
  height: 80px;
  color: #000;
}
.bottom-box-right{
 font-size: 14px;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 justify-content: space-around;
 margin-left: 10px;
}
.bottom-box-right span{
  display: block;
}
.bottom-text{
  text-align: left;
  padding-left: 5px;
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  display: block;
}
.section-phone{
  padding: 1rem;
}

/* 跳转提示 */
.loading-tip-box{
  border-radius: 10px;
  color: #fff;
  z-index: 10001;
  position: fixed;
  top: 40%;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 100px;
  background: rgba(0,0,0,.6);
  text-align: center;
  line-height: 100px;
  display: none;
}
