body{
  margin:0;
  padding:0;
}
ul,li{
  list-style: none;
  margin:0;
  padding:0;
}
a{
  text-decoration: none;
}
.gray_bg{
  height: 100%;
  background: #eaeff3;
}
.download-app-page .header1 img{
  /* height: 117px; */
  /* height: 234px; */
}
.download-app-page .content{
  background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/index_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.download-app-page .swiper-slide img{
  height:187 px;
  /* height:374px; */
  width:100%;
  margin:0 auto;
  border-radius: 25px;
  overflow: hidden;
}
.download-app-page .swiper-pagination-bullet{
  background:#626262;
  opacity: 0.6;
}
.download-app-page .swiper-pagination-bullet-active{
  background:#0376fe;
  opacity: 1;
}
.download-app-page .index_banner{
  margin:0 16px;
}
.download-app-page .content .section{
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.download-app-page .content .desc{
  width:65%;
  margin-top:60px;
}
.download-app-page .content .download-btn{
  width:55%;
  /* width:100%; */
  margin:45px 0 35px;
  /* margin:75px 0 65px; */
}
/* .download-app-page .swiper-pagination-bullet{
  width: 16px;
  height: 16px;
}
.download-app-page .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom:20px;
} */