.swiper-box {
position: relative;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
font-size: 14px;
color: #000;
}

.swiper {
width: 100%;
height: 100%;
/* 设置Swiper风格 */
/* --swiper-theme-color: #ff6600; */
/* 单独设置按钮颜色 */
/* --swiper-navigation-color: #00ff33; */
/* 设置按钮大小 */
--swiper-navigation-size: 30px;
}


   

.swiper-slide {
text-align: center;
font-size: 18px;
/* background: #fff; */
display: flex;
justify-content: center;
align-items: center;
}
.swiper-slide {
background-size: cover;
background-position: center;
}

.mySwiper2 {
height: 80%;
width: 100%;
}

.mySwiper {
height: 20%;
box-sizing: border-box;
padding: 10px 0;
}

.mySwiper .swiper-slide {
width: 25%;
height: 100%;
opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
opacity: 1;
}

.swiper-slide img {
display: block;
max-width: 100%;
max-height: 100%;
object-fit: cover;
}
.swiper-500 {
	height: 500px;
}
.swiper-600 {
	height: 600px;
}
.swiper-700 {
	height: 700px;
}
.swiper-button-next, .swiper-button-prev {
	color: #f2228266;
} 

.zf-height-500- {
	height: 500px;
}
.container {
	padding: 0;
}
.zf-padding-0 {
	padding: 0;
}

.border-1 {
	border: 1px solid #1f3d9d20;
	border-radius: 6px;
}
.zf-swiper-suoluetu {
	/* padding: 10px; */
	margin-top: 5px;
}
.zf-swiper-suoluetu .swiper-slide img {
	border-radius: 6px;
	border: 1px solid #ccc;
}