@charset "utf-8";


.swiper-container {
	position: relative;
	background-color: #FFF;
	/*width: 66.666667%;*/
	height: auto;
}
.swiper-slide {
	box-sizing: border-box;
	background-color: #FFF;
}
.swiper-pagination {
  /*bottom: -23px !important;*/
}
.swiper-pagination-bullet {
 	background-color: #FFFFFF;
  	opacity: 0.6;
}
.swiper-pagination-bullet-active {
  	background-color: #ffff99;
	opacity: 1;
}
