.san-application-read-other-wrap h1,
.san-application-read-other-wrap h2,
.san-application-read-other-wrap h3 {
  color: #212121;
  font-weight: normal;
}
.san-application-read-other-wrap h1 a,
.san-application-read-other-wrap h2 a,
.san-application-read-other-wrap h3 a {
  color: #212121;
}
.san-application-read-other-wrap h2,
.san-application-read-other-wrap h2 a {
  font-size: 36px;
}
.san-application-read-other-wrap h1,
.san-application-read-other-wrap h1 a {
  font-size: 36px;
}
.san-application-read-other-wrap h3,
.san-application-read-other-wrap h3 a {
  font-family: var(--title-font-family);
  font-size: 18px;
}

.san-application-read-other-wrap .container {
  width: 1400px;
  margin: 0 auto;
}

.san-application-read-other-wrap .padding {
  padding: 100px 0;
}

@media screen and (max-width: 1580px) {
  .san-application-read-other-wrap .padding {
    padding: 80px 0;
  }
}
@media screen and (max-width: 960px) {
  .san-application-read-other-wrap .padding {
    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 {
  width: 90%;
  margin-top: -10px;
}

.san-application-read-other-wrap .title h1,
.san-application-read-other-wrap .title h1 a {
  font-size: 36px;
}

.san-application-read-other-wrap
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.san-application-read-other-wrap .swiper-pagination {
  text-align: center;
  margin-top: 7px;
  margin-left: 26px;
  vertical-align: top;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.san-application-read-other-wrap .swiper-pagination-progress {
  display: inline-block;
  width: 914px;
  height: 2px;
  background: #cbd2d6;
}

.san-application-read-other-wrap .other-scenarios .title {
  margin: -10px auto 0;
  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%;
}

.san-application-read-other-wrap .scenarios-listcon span img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.san-application-read-other-wrap .bt-auto div {
  position: absolute;
  top: 50%;
  margin-top: -48px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  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 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 66px;
  background: rgba(2, 110, 18, 0.75);
}
.san-application-read-other-wrap .bt-auto div.swiper-button-prev::after,
.san-application-read-other-wrap .bt-auto div.swiper-button-next::after {
  content: none;
}

.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 {
  background: var(--color-primary);
}

@media screen and (max-width: 1580px) {
  .san-application-read-other-wrap .container {
    width: 78%;
  }

  .san-application-read-other-wrap .main-href {
    margin-top: 40px;
  }

  .san-application-read-other-wrap h2,
  .san-application-read-other-wrap h2 a {
    font-size: 32px;
  }
  .san-application-read-other-wrap h1,
  .san-application-read-other-wrap h1 a {
    font-size: 32px;
  }
  .san-application-read-other-wrap .swiper-pagination-progress {
    width: 620px;
  }
}

@media screen and (max-width: 1420px) {
  .san-application-read-other-wrap .swiper-pagination-progress {
    width: 520px;
  }
}

@media screen and (max-width: 1280px) {
  .san-application-read-other-wrap h2,
  .san-application-read-other-wrap h2 a {
    font-size: 28px;
  }
  .san-application-read-other-wrap h1,
  .san-application-read-other-wrap h1 a {
    font-size: 28px;
  }

  .san-application-read-other-wrap .application-detailfl .main-href a {
    margin-bottom: 10px;
  }
}

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

  .san-application-read-other-wrap .title {
    width: 100%;
  }

  .san-application-read-other-wrap h2,
  .san-application-read-other-wrap h2 a {
    font-size: 26px;
  }

  .san-application-read-other-wrap .title h1,
  .san-application-read-other-wrap .title h1 a {
    font-size: 28px;
  }

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

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