.swiper-pagination-fff .swiper-pagination-bullet {
	background: #ffffffFF;
	width: 12px;
	height: 6px;
	border-radius: 6px;
}
.swiper-pagination-fff .swiper-pagination-bullet-active {
	width: 20px;
	height: 6px;
	background: #ffffff;
	border-radius: 6px;
}
.swiper-pagination-lan .swiper-pagination-bullet {
	background: #1D2088FF;
	width: 12px;
	height: 6px;
	border-radius: 6px;
}
.swiper-pagination-lan .swiper-pagination-bullet-active {
	width: 20px;
	height: 6px;
	background: #1D2088;
	border-radius: 6px;
}