

:root {
  --swidth-xl: 750px;
  --thumbs-xl: 140px;
  --swiperpr-xl: 905px;
  --prbox-xl: 480px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	:root {
	  --swidth-xl: 100%;
	  --thumbs-xl: 100px;
	  --swiperpr-xl: 100%;
	  --prbox-xl: 100%;
	}
	.prbox-right {
		margin-top: 50px;
	}
	.gallery-thumbs {
		order: 2;
		margin-top: 10px;
	}
	.gallery-top {
		order: 1;
	}
	
	.gallery-top video {
		height: 335px !important;
	}
	
	.swiper-button-next, .swiper-button-prev {
		display: none;
	}

}	

@media (min-width: 1200px) {
	:root {
	  --swidth-xl: 550px;
	  --thumbs-xl: 100px;
	  --swiperpr-xl: 655px;
	  --prbox-xl: 440px;
	}
}

@media (min-width: 1400px) {
	:root {
	  --swidth-xl: 550px;
	  --thumbs-xl: 100px;
	  --swiperpr-xl: 655px;
	  --prbox-xl: 480px;
	}
}

@media screen and (min-width: 1600px) and (max-width: 1920px) {
	:root {
	  --swidth-xl: 750px;
	  --thumbs-xl: 140px;
	  --swiperpr-xl: 905px;
	  --prbox-xl: 480px;
	}
}

.swiper-prbox {
	width: var(--swiperpr-xl);
	float: left;
}

.prbox-right {
	float: right;
	width: var(--prbox-xl);
}

.prbox-right h1 {
	font-size: 22px;
	font-weight: bold;
}

.prbox-right .subtitle {
	font-weight: bold;
	padding: 35px 0;
}

.prbox-right .note {
	line-height: 30px;
	color: #888;
}

.prbox-right .note ul li {
	position: relative;
	padding-left: 20px;
}

.prbox-right .note ul li::after {
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	top: 11px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #0670ba;
}

.swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 480px) {
	.swiper-container {
		min-height: 320px;
	}
}

.swiper-container-wrapper {
	display: flex;
	flex-flow: column nowrap;
	height: var(--swidth-xl);
	width: 100%;
}

@media (min-width: 480px) {
	.swiper-container-wrapper {
		flex-flow: row nowrap;
	}
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff;
}

.swiper-slide-duplicate,
.swiper-slide {
	text-align: center;
	background-size: cover;
	background-position: center;
	background-color: #fff;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.gallery-top {
	width: var(--swidth-xl);
	height: var(--swidth-xl);
}

@media (min-width: 480px) {
	.gallery-top {
		width: var(--swidth-xl);
		height: var(--swidth-xl);
		margin-left: 15px;
	}
}

.gallery-thumbs {
	width: 100%;
	height: var(--thumbs-xl);
	overflow: hidden;
	box-sizing: border-box;
}

@media (min-width: 480px) {
	.gallery-thumbs {
		width: var(--thumbs-xl);
		height: var(--swidth-xl);
		padding: 0;
	}
}

.gallery-thumbs .swiper-wrapper {
	flex-direction: row;
}

@media (min-width: 480px) {
	.gallery-thumbs .swiper-wrapper {
		flex-direction: column;
	}
}

.gallery-thumbs .swiper-slide {
	width: 25%;
	flex-flow: row nowrap;
	height: 100%;
	opacity: 0.75;
	cursor: pointer;
}

@media (min-width: 480px) {
	.gallery-thumbs .swiper-slide {
		flex-flow: column nowrap;
		width: 100%;
		overflow: hidden;
	}
}

.slide-video-btn::after,
.gallery-top .swiper-slide::before,
.gallery-thumbs .swiper-slide::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.slide-video-btn::after {
	background-color: rgba(0, 0, 0, 0.5);
}
.slide-video-btn .bi {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 40px;
}
.gallery-top .swiper-slide::before,
.gallery-thumbs .swiper-slide::before{
	position: absolute;
	border: 1px solid #ccc;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active::before {
	border: 1px solid #888;
}



