* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.img-mb {
  display: none;
}
.home-item {
  margin-bottom: 20px;
  font-size: 0;
  position: relative;
}
.home-item:last-of-type {
  margin-bottom: 0;
}
.home-item .img-cover {
  width: 100%;
}
.home-item .swiper-pagination {
  bottom: 2.6042vw;
}
.home-item .swiper-pagination .swiper-pagination-bullet {
  margin: 0 1.0416vw;
  width: 1.0416vw;
  height: 1.0416vw;
  opacity: 1;
  background: #fff;
}
.home-item .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #007aff;
}
@media (max-width: 768px) {
  .img-pc {
    display: none;
  }
  .img-mb {
    display: inline-block;
  }
  .home-item {
    margin-bottom: 10px;
  }
  .home-item .swiper-pagination {
    bottom: 25px;
  }
  .home-item .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
    width: 10px;
    height: 10px;
  }
}
