/* index */
.banner img {
	width: 100%;
}

.banner {
	font-size: 0;
}

.banner .swiper-pagination {
	bottom: calc(3.2vw + 16px);
	display: flex;
	align-items: center;
	justify-content: left;
}

.banner .swiper-button-next {
	right: 3%;
	transition: .3s;
	z-index: 9;
	color: #fff6;
}


.banner .swiper-button-prev {
	left: 3%;
	color: #fff6;
	transition: .3s;
	z-index: 9;
}


.banner .swiper-button-next::after,.banner .swiper-button-prev::after {
	color: inherit;
	font-size: inherit;
	transition: .3s;
}


.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover {
	color: #fff;
}


.banner .swiper-button-next:hover::after,.banner .swiper-button-prev:hover::after {
	color: #fff;
}


.banner .swiper-pagination span {
	display: block;
	width: calc(2vw + 10px);
	height: calc(0.06vw + 1px);
	background-color: rgba(255, 255, 255, 0.2);
	position: relative;
	border-radius: 0px;
	margin: 0 !important;
	opacity: 1;
}




.banner .swiper-pagination span::after {
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	right: 0;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	
	background-color: #fff !important;
	transition: 1.5s;
	opacity: 1 !important;
}


.banner .swiper-pagination span.swiper-pagination-bullet-active::after {
	width: 100%;
	right: auto;
	left: 0;
}

.banner video{
	display: block;
	width: 100%;
}