/*图片轮播控制按钮*/
.casepagination {
  position: absolute;
  z-index: 20;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #999;
  z-index: 666;
}
.swiper-pagination-bullet{
	width: 10px !important;
	height: 10px !important;
	background: #ddd !important;
	opacity: 1 !important;
	/*border-radius: 50%;*/
}
.swiper-pagination-bullet-active{
	width: 10px !important;
	height: 10px !important;
	background: #f21411 !important;
	opacity: 1 !important;
}
