a {
	text-decoration: none;
	color: #333C4A;
}

body {
	background-image: url(../../../../../website/public/placeholder/choosebg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
}

.hidden{
	display: none !important;
}

.left-btn,
.right-btn{
	position: absolute;
	top: calc(50% - 15px);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #D8D8D8;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.left-btn{
	left: 20px;
}

.right-btn{
	right: 20px;
}

.left-btn:hover,
.right-btn:hover{
	background-color: #333C4A;
	cursor: pointer;
}

.left-btn>img,
.right-btn>img{
	width: 60%;
	height: 60%;
}

.choose-box {
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	color: #333C4A;
}

.choose-box .swiper-container {
	position: relative;
	width: 100vw;
	height: 75vh;
}
.choose-box .mySwiper {
	position: relative;
	width: 820px;
	margin: 0 auto;
	height: 15vh;
	box-sizing: border-box;
	padding: 10px 0;
}

.choose-box .mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.choose-box .mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 85px;
	object-fit: cover;
}
.choose-box .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.choose-box .swiper-container .swiper-slide .conten-box {
	padding: 50px;
}

.choose-box .swiper-container .swiper-slide .conten-box .top-title {
	display: flex;
	justify-content: center;
	font-weight: 600;
	font-size: x-large;
	margin-bottom: 20px;
}

.choose-box .swiper-container .swiper-slide .conten-box .img-box {
	width: 820px;
  height: calc(75vh - 160px);
	margin: 0 auto;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 16px 26px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
}

.choose-box .swiper-container .swiper-slide .conten-box .img-box>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.choose-box .swiper-container .swiper-slide .conten-box .text {
	width: 820px;
	margin: 0 auto;
	font-weight: 600;
	text-align: center;
}

.choose-box .swiper-container .swiper-slide .conten-box .text img{
	width: 16px;
	object-fit: cover;
	margin-right: 6px;
}

.choose-box .swiper-container .swiper-slide .conten-box .text span {
	display: inline-block;
	margin: 0 20px;
}

/* .choose-box .swiper-container .swiper-slide .conten-box .bottom-tips {
	width: 900px;
	margin: 0 auto;
	text-align: center;
} */

.choose-box .swiper-container .swiper-button-prev,
.choose-box .swiper-container .swiper-button-next {
	padding: 20px 15px;
}

.bottom-text {
	width: 100vw;
	position: fixed;
	left: 0;
	bottom: 35px;
	font-weight: normal;
	color: #9E9E9E;
	text-align: center;
}
