._carousel-wrapper {
  width: 100%;
}
._carousel-wrapper .swiper-wrapper .swiper-slide {
  position: relative;
  padding-top: 63%;
}
._carousel-wrapper .swiper-wrapper .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
._carousel-wrapper .swiper-wrapper .swiper-slide .title {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  padding: 0 30% 0 0.29rem;
  width: 100%;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.32rem;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._carousel-wrapper .swiper-pagination {
  bottom: 0;
	padding: 0.39rem 0.06rem;
  text-align: right;
}
._carousel-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.03rem;
	border-radius: 0;
	width: 0.14rem;
	height: 0.14rem;
  background-color: #fff;
  opacity: 1;
}
._carousel-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #167c76;
}
