.san-application-read-other-wrap h2,
.san-application-read-other-wrap h3 {
  color: #212121;
  font-weight: normal;
}
.san-application-read-other-wrap .title h2 {
  font-size:clamp(22px, 2.5vw, 48px);
  margin-bottom: 26px;
}
.san-application-read-other-wrap .title p {
  font-size: 18px;
}
.san-application-read-other-wrap h2 a,
.san-application-read-other-wrap h3 a {
  color: #212121;
}

.san-application-read-other-wrap h3,
.san-application-read-other-wrap h3 a {
  font-family: var(--title-font-family);
  font-size: 18px;
}


.other-scenarios{padding:100px 0;}

@media screen and (max-width:1441px) {
.other-scenarios{padding:80px 0;}
}

@media screen and (max-width:1280px) {
.other-scenarios{padding:60px 0;}
}

@media screen and (max-width:992px) {
.other-scenarios{padding:50px 0;}
}

.san-application-read-other-wrap .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.san-application-read-other-wrap .swiper-container {
  width: 100%;
  overflow: hidden;
}
.san-application-read-other-wrap .swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}

.san-application-read-other-wrap .title {
  margin: 0 auto 2rem;
  text-align: center;
}

.san-application-read-other-wrap .scenarios-listcon {
  position: relative;
  margin-top: 45px;
}

.san-application-read-other-wrap .scenarios-listcon h3 {
  margin-top: 20px;
  text-align: center;
}

.san-application-read-other-wrap .scenarios-listcon span {
  display: block;
  overflow: hidden;
}

.san-application-read-other-wrap .scenarios-listcon span img {
  width: 100%;
  border-radius: 10px;
}

.san-application-read-other-wrap .bt-auto div {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  z-index: 8;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

.san-application-read-other-wrap .bt-auto div.swiper-button-prev,
.san-application-read-other-wrap .bt-auto div.swiper-button-next {
  color: var(--text-color);
  text-align: center;
}
.san-application-read-other-wrap .bt-auto div.swiper-button-prev::after,
.san-application-read-other-wrap .bt-auto div.swiper-button-next::after {
  font-size: 18px;
}

.san-application-read-other-wrap .bt-auto div.swiper-button-prev {
  left: -35px;
}

.san-application-read-other-wrap .bt-auto div.swiper-button-next {
  right: -35px;
}

.san-application-read-other-wrap .bt-auto div.swiper-button-prev:hover,
.san-application-read-other-wrap .bt-auto div.swiper-button-next:hover {
  color: var(--color-primary);
}


.san-application-read-other-wrap .swiper-pagination{position:static;text-align:center;margin-top:25px;font-size:0;display:none;}
.san-application-read-other-wrap .swiper-pagination .swiper-pagination-bullet {width:12px;height:12px;border-radius:6px;background:#000000;opacity:0.21;cursor:pointer;display:inline-block;margin:0 4px;}
.san-application-read-other-wrap .swiper-pagination .swiper-pagination-bullet-active{background:var(--color-primary) !important;opacity:1;}



@media screen and (max-width:1441px) {
.san-application-read-other-wrap .title p{font-size:17px;}
.san-application-read-other-wrap .scenarios-listcon{margin-top:40px;}
}

@media screen and (max-width:1280px) {
.san-application-read-other-wrap .title p{font-size:16px;}
.san-application-read-other-wrap .title h2{margin-bottom:20px;}
.san-application-read-other-wrap .scenarios-listcon{margin-top:35px;}
}


@media screen and (max-width: 960px) {
.san-application-read-other-wrap .title{width:100%;}
}

@media screen and (max-width: 768px) {
.other-scenarios{padding:30px 0;}
.san-application-read-other-wrap .title h2{margin-bottom:15px;}
.san-application-read-other-wrap .title p{font-size:15px;} 
.san-application-read-other-wrap .scenarios-listcon{margin-top:25px;}
.san-application-read-other-wrap .bt-auto div.swiper-button-prev,.san-application-read-other-wrap .bt-auto div.swiper-button-next{display:none;}
.san-application-read-other-wrap .swiper-pagination{display:block;}
}

@media screen and (max-width:480px) {
.san-application-read-other-wrap .title p{font-size:14px;} 
}

