@charset "utf-8";
.swiper-pagination{
	position: static;
	pointer-events: none;
}
.swiper-pagination-bullet{
	background: #000;
    width: 10px;
    height: 10px;
    margin: 0 8px;
	pointer-events: auto;
}
.swiper-container {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.swiper-pagination-bullet-active{
	background: #000;
}