.clearfix::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.banner .bannerSwiper .swiper-button-ptb-prev {
	position: absolute;
	left: 0.2rem;
	top: 50%;
	width: 0.54rem;
	height: 0.54rem;
	margin-top: -0.27rem;
	background: url('../image/version/arrow.png') no-repeat;
	background-size: 0.54rem 0.54rem;
	transform: rotate(180deg);
	z-index: 9999;
}
.banner .bannerSwiper .swiper-button-ptb-prev:hover {
	position: absolute;
	left: 0.2rem;
	top: 50%;
	width: 0.54rem;
	height: 0.54rem;
	margin-top: -0.27rem;
	background: url('../image/version/arrow_hover.png') no-repeat;
	background-size: 0.54rem 0.54rem;
	transform: rotate(0deg);
	z-index: 9999;
}
.banner .bannerSwiper .swiper-button-ptb-next {
	position: absolute;
	right: 0.2rem;
	top: 50%;
	width: 0.54rem;
	height: 0.54rem;
	margin-top: -0.27rem;
	background: url('../image/version/arrow.png') no-repeat;
	background-size: 0.54rem 0.54rem;
	z-index: 9999;
}
.banner .bannerSwiper .swiper-button-ptb-next:hover {
	position: absolute;
	right: 0.2rem;
	top: 50%;
	width: 0.54rem;
	height: 0.54rem;
	margin-top: -0.27rem;
	background: url('../image/version/arrow_hover.png') no-repeat;
	background-size: 0.54rem 0.54rem;
	transform: rotate(180deg);
	z-index: 9999;
}
.swiper-button-ptb-next.swiper-button-disabled,
.swiper-button-ptb-prev.swiper-button-disabled {
	opacity: 0.35 !important;
	cursor: not-allowed !important;
	pointer-events: auto !important;
}
.swiper-pagination-bullets {
	position: absolute;
	left: 50% !important;
	bottom: 0.2rem !important;
	transform: translate3d(-50%, 0, 0) !important;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 0.3rem;
	height: 0.06rem;
	border-radius: 0;
	background-color: #3082FF;
	border-radius: 0.2rem;
	margin: 0 0.2rem;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 0.3rem;
	height: 0.06rem;
	border-radius: 0;
	background-color: #3082FF;
	border-radius: 0.2rem;
}
