html,
body {
	width: 100%;
	height: 100%;
	font-family: " Microsoft YaHei";
	position: relative;
	font-size: 14px;
	margin: 0;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}


.case .swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper-container {
	width: 100%;
	height: 3.57rem;
}


.carousel {
	margin-bottom: .13rem;
	width: 100%;
	height: 3.57rem;
	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: 0.6rem;
	height: 0.6rem;
	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: 1rem;
	height: 0.2rem;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0.11rem;
	z-index: 9999;
	display: none;
}

.vAndiCont {
	width: 1rem;
	height: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.vAndiCont>div {
	width: 0.42rem;
	height: 0.2rem;
	border-radius: 0.1rem;
	line-height: 0.2rem;
	background: #fff;
	color: #444444;
	font-size: 0.09rem;
	text-align: center;
}

.videoBtn:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 0.07rem solid #444444;
	border-top: 0.035rem solid transparent;
	border-bottom: 0.035rem solid transparent;
}

.videoBtn.SWactive:before {
	border-left: 0.07rem solid #fff;
	border-top: 0.035rem solid transparent;
	border-bottom: 0.035rem solid transparent;
}

.videoBtn.SWactive {
	background: #FE3F47;
	color: #fff;
}

.imgBtn.SWactive {
	background: #FE3F47;
	color: #fff;
}

.carousel .swiper-pagination {
	font-size: 0.2rem;
}

.carousel .swiper-pagination-custom {
	position: static !important;
	display: inline-block;
	background: #000;
	float: right;
	color: white;
	width: 0.40rem;
	height: 0.20rem;
	opacity: 0.5;
	line-height: 0.20rem;
	margin-bottom: 0.10rem;
	font-size: 12px;
	border-radius: 0.1rem;
	margin-right: 0.109rem;
}