.Swiper1_box {
  position: relative;
  padding: 30px 10% 70px;
  width: 100%;
}
.Swiper1_box .img_box {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.Swiper1_box .img_box img {
  transition: all 0.3s;
  width: 100%;
  height: 6.66rem;
}
@media (max-width: 600px) {
  .Swiper1_box .img_box {
    width: 100%;
  }
  .Swiper1_box .img_box img {
    height: auto;
  }
}
.Swiper1_box .swiper-button-prev,
.Swiper1_box .swiper-button-next {
  transition: all 0.3s;
  top: 46%;
  width: 37px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 600px) {
  .Swiper1_box .swiper-button-prev,
  .Swiper1_box .swiper-button-next {
    display: none;
  }
}
.Swiper1_box .swiper-button-prev {
  background-image: url(../images/btn_prev2.png);
  left: 10%;
}
.Swiper1_box .swiper-button-next {
  background-image: url(../images/btn_next2.png);
  right: 10%;
}
.Swiper1_box .swiper-pagination {
  bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.Swiper1_box .swiper-pagination-total {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.Swiper1_box .swiper-pagination-current {
  font-size: 22px;
  color: #0091d2;
}
.wlst_detail_bottom {
  margin-bottom: 20px;
  padding: 0 4%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .wlst_detail_bottom {
    position: relative;
    padding-top: 180px;
  }
}
.topage_box {
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topage_box .img {
  width: 100%;
  height: 111px;
  background: url(../images/wlst_bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 23px 24px 12px 14px;
}
.topage_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topage_box p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  letter-spacing: normal;
  color: #333333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.topage_box:hover p {
  color: #0091d2;
}
.Swiper2_box {
  width: calc(100% - 410px);
  position: relative;
  padding: 0 40px;
}
.Swiper2_box .swiper-pagination {
  bottom: -30px;
}
.Swiper2_box .swiper-button-prev,
.Swiper2_box .swiper-button-next {
  position: absolute;
  top: 0;
  width: 34px;
  height: 100%;
  margin-top: 0;
  max-height: 150px;
}
.Swiper2_box .swiper-button-prev {
  background: url(../images/btn_prev3.png) no-repeat center center;
  left: -10px;
}
.Swiper2_box .swiper-button-next {
  right: -10px;
  background: url(../images/btn_next3.png) no-repeat center center;
}
@media (max-width: 992px) {
  .Swiper2_box {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.zt_img a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.zt_img a img {
  transition: all 0.3s;
  width: 100%;
  height: 111px;
  object-fit: cover;
}
.zt_img a h6 {
  margin-top: 18px;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  line-height: 1.5;
  height: 3em;
}
.zt_img a:hover h6 {
  color: #00418d;
}
