.mySwiper_home_slider .swiper-slide{
    width:100% !important;
}
.swiper-pagination-home {
    position: absolute;
    z-index: 99999999999;
    bottom: 30px !important;
    left:130rem !important;
}
.swiper-pagination-home .swiper-pagination-bullet-active {
    background: red; /* 选中Status的红色，也可写十六进制如 #ff0000 */

}
@media only screen and (max-width: 767px) {
    .swiper-pagination-home {
        left:108rem !important;
    }
}