@charset "utf-8";


@media (max-width: 1000px) { /*小于1000时*/


    /*轮播图的小圆点样式*/
    div.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 10px;
    }
   .swiper-pagination .swiper-pagination-bullet{
        width: 15px;
        height: 15px;
    }

    div.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 8px;
    }


}




@media (max-width: 767px){ /*小于767时*/

    /*轮播图的小圆点样式*/
    div.swiper-container-horizontal>.swiper-pagination-bullets, 
    .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 5px;
    }
   .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }

    div.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 4px;
    }

    div.swiper-container{
        margin-top: 60px;
    }




}