#slide{
  margin-top:0.79rem;
}
.swiper-container {
  width: 100%;
  height: 2.07rem;
}
.swiper-slide {
  text-align: right;
  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-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 10px;
  right: 0;
  left: 35%;
  width: 100%;
}
.swiper-pagination-bullets{
  float:right;
}
.swiper-pagination-bullet{
  width:0.1rem;
  height:0.1rem;
  background:rgba(255,255,255,.4);
  opacity: 1;
  margin-left:0.2rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:0 8px;
}
.swiper-pagination-bullet-active{
  width:0.24rem;
  background:#fff;
  border-radius:0.05rem;
}
.swiper-slide img{
  width:100%;
  height:100%;
}
.swiper-pagination{
  width:1.2rem;
}