    .case .swiper-slide{
        height:260px;
    }
	.case .swiper-slide img {
		width: 100%;
		height: 100%;
	}
	
	.swiper-container {
		width: 100%;
		/*height: 3.57rem;*/
	    height: 300px;
	}
	.carousel {
		margin-bottom: .13rem;
		width: 100%;
		/*height: 300px;*/
		position: relative;
	}
	/*视频*/
	.swiper-slideVideo {
		width: 100%;
		height: 100%;
		position: relative;
	}
	.video_btn {
		width: 4rem;
		height: 4rem;
		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:260px;
		position: fixed;
	}
	
	/*图片/视频切换*/
	.vAndi {
		width: 10rem;
		height: 2rem;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 0.5rem;
		z-index: 9999999;
		display: none;
	}
	.vAndiCont {
		width: 10rem;
		height:2rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.vAndiCont>div {
		width: 4rem;
		height: 2rem;
		border-radius: 1rem;
		line-height: 2rem;
		background: #fff;
		color: #444444;
		font-size: 0.9rem;
		text-align: center;
		border:1px solid #ccc;
	}
	.videoBtn:before {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-left: 0.7rem solid #444444;
		border-top: 0.35rem solid transparent;
		border-bottom: 0.35rem solid transparent;
	}
	.videoBtn.SWactive:before {
		border-left: 0.7rem solid #fff;
		border-top: 0.35rem solid transparent;
		border-bottom: 0.35rem 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;
	}

	.seat_show {
		position: absolute;
		bottom: 0;
		z-index: 10;
		width: 100%;
		display: none;
	}
    video{
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

		