
.case .swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper-container {
	width: 100%;
	height: 390px;
}


.carousel {
	margin-bottom: .13em;
	width: 100%;
	height: 390px;
	position: relative;
}

.swiper-pagination-bullet {
	background: none;
	opacity: 1;
	border: 1px solid #FF4C81;
}

.swiper-pagination-bullet-active {
	background: #FF4C81;
}

.swiper-slideVideo {
	width: 100%;
	height: 100%;
	position: relative;
}

.video_btn {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.video_btn>img {
	width: 100%;
	height: 100%;
}

.swiper-slideVideo>video {
	width: 100%;
	height: 100%;
}

.vAndi {
	width: 100px;
	height: 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 10px;
	z-index: 9999;
	/* display: none; */
}

.vAndiCont {
	width: 100px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.vAndiCont>div {
	width: 50px;
	height: 24px;
	border-radius:12px;
	line-height: 22px;
	background: #fff;
	color: #444444;
	font-size: 12px;
	text-align: center;
}

/* .videoBtn:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 2px solid #444444;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
} */

/* .videoBtn.SWactive:before {
	border-left: 2px solid #fff;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
} */

.videoBtn.SWactive {
	background: #FE3F47;
	color: #fff;
}

.imgBtn.SWactive {
	background: #FE3F47;
	color: #fff;
}

.carousel .swiper-pagination {
	font-size: 12px;
}

.carousel .swiper-pagination-custom {
	position: static !important;
	display: inline-block;
	background: #000;
	float: right;
	color: white;
	width: 50px;
	height: 20px;
	opacity: 0.5;
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	border-radius: 10px;
	margin-right: 10px;
}