.swiper-container {
	width: 100%;
	height: calc(100vh - 1.14rem);
	overflow: hidden;
	position: relative;
	margin-top: 1.14rem;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-btn {
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	cursor: pointer;
}

.swiper-btn img {
	width: 0.24rem;
	height: 0.39rem;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -0.05rem !important;
}

.video {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.video .video-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video .video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1rem;
	height: 1rem;
	z-index: 1;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.video video {
	background: #000;
	width: 100%;
	object-fit: cover;
	max-height: 100%;
	height: 100vh;
}

video::-webkit-media-controls-fullscreen-button {
	display: none;
	z-index: -1;
}

.swiper-btn.prev {
	left: 0.3rem;
}

.arrow-active {
	display: none;
}

.swiper-btn.prev:hover .arrow {
	display: none;
}

.swiper-btn.prev:hover .arrow-active {
	display: block;
}

.swiper-btn.next {
	right: 0.3rem;
}

.swiper-btn.next:hover .arrow {
	display: none;
}

.swiper-btn.next:hover .arrow-active {
	display: block;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #c9c9cb;
}

.banner-info {
	position: absolute;
	top: 2.02rem;
	right: 1.8rem;
	z-index: 1;
	color: #ffffff;
	opacity: 0;
	text-align: right;
}

.banner3 {
	position: absolute;
	text-align: left;
	top: 2.6rem;
	left: 1.3rem;
}

.opc {
	opacity: 1;
}

.delay0 {
	animation-delay: 0.3s;
	font-size: 0.96rem;
	font-family: SourceHanSansMedium;
	font-weight: 500;
}
.delay1 {
	animation-delay: 0.6s;
	font-size: 0.96rem;
	font-family: SourceHanSansMedium;
	font-weight: 500;
}
.delay2 {
	animation-delay: 0.9s;
	font-size: 0.42rem;
	font-weight: 400;
	letter-spacing: 0.08rem;
	margin-top: 0.12rem;
}

.banner3 .delay0 {
	font-size: 0.96rem;
}

.banner3 .delay1 {
	font-size: 0.96rem;
  line-height: 1.02rem;
  margin-top: 0.04rem;
}

.banner3 .delay2 {
	font-size: 0.4rem;
}

footer {
	background: #000000;
}

footer span {
	color: #ffffff;
}
