body {
  max-width: 100% !important;
  font-weight: 300;
}
@font-face {
  font-family: fa;
  src: url(../../fonts/SourceHanSerifCN-ExtraLight.ttf);
}
.top-header {
  width: 100%;
  background-image: linear-gradient(to bottom, #f2edea, #fff);
  padding-top: 0.4rem;
}
.bread {
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
  color: #897c78 !important;
  font-size: 0.15rem;
  padding-left: 1rem;
}
.bread a {
  color: #897c78 !important;
}
.bread a:hover {
  color: #4e2b07 !important;
}
.cur {
  color: #897c78 !important;
}
.top-header h1 {
  text-align: center;
  color: #4e2a06;
  font-size: 0.48rem;
  font-weight: 300;
  /* font-family: fa; */
  letter-spacing: 0.05rem;
  margin-bottom: 0;
  margin-top: 1rem;
}
.charge-banner {
  height: auto;
  width: 100%;
  margin-top: 0.5rem;
}
.charge-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section1 {
  padding: 0.95rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section1 .title {
  color: #000000;
  font-size: 0.4rem;
  text-align: center;
  font-weight: 400;
}
.section1 .desc {
  text-align: center;
  padding: 0 2rem;
  margin-top: 0.35rem;
  line-height: 0.3rem;
  font-size: 0.19rem;
  color: #111;
}
.section1 .h3 {
  margin: 0;
  margin-top: 1.4rem;
  color: #000;
  font-size: 0.4rem;
  font-weight: 400;
}
.section1 .img-box {
  width: 100%;
  margin-top: 0.5rem;
  position: relative;
}
.section1 .img-box .content10 {
  text-align: initial;
  position: relative;
}
.section1 .img-box .content10 .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.section1 .img-box .content10 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section1 .img-box .content10 .swiper-slide .t1 {
  font-weight: 400;
  color: #fff;
  font-size: 0.27rem;
  position: absolute;
  left: 0.67rem;
  bottom: 1.56rem;
}
.section1 .img-box .content10 .swiper-slide .t2 {
  margin-top: 0.35rem;
  color: #fff;
  font-size: 0.19rem;
  position: absolute;
  line-height: 0.3rem;
  left: 0.67rem;
  bottom: 0.7rem;
  width: 50%;
}
@keyframes slideActive {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.section1 .img-box .content10 .in-swiper-pagination {
  position: absolute;
  bottom: 0rem;
  z-index: 2;
  right: 0.74rem;
  left: auto;
  width: auto;
  gap: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.section1 .img-box .content10 .in-swiper-pagination .swiper-pagination-bullet {
  display: block;
  cursor: pointer;
  background: none;
  border-radius: 0;
  opacity: 1;
  width: 0.73rem;
  position: relative;
  height: 1rem;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.3);
  margin: 0;
}
.section1
  .img-box
  .content10
  .in-swiper-pagination
  .in-swiper-pagination-Active::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: -1px;
  background-color: #fff;
  opacity: 1;
  animation: slideActive 4s linear;
  animation-fill-mode: forwards;
  border-radius: 0;
}
.section2 {
  position: relative;
  overflow: hidden;
}
.section2 .bg {
  width: 100%;
}
.section2 .content10 {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.section2 .content10 .title {
  font-size: 0.4rem;
  color: #111;
}
.section2 .content10 ul {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.section2 .content10 ul li {
  display: flex;
  align-items: center;
  margin-bottom: .87rem
}
.section2 .content10 ul li:nth-last-of-type(1) {
    margin-bottom: 0
}
.section2 .content10 ul li .img {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: .36rem
}
.section2 .content10 ul li .img img {
  width: 100%;
  height: 100%;
}
.section2 .content10 ul li .detail {
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
}
.section2 .content10 ul li .detail .t1 {
  font-size: 0.27rem;
}
.section2 .content10 ul li .detail .t2 {
  font-size: 0.19rem;
}
.section3 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.section3 .bg {
  width: 100%;
  object-fit: cover;
}
.section3 .detail {
  position: absolute;
  left: 2.03rem;
  top: 1.5rem;
}
.section3 .detail .title {
  font-size: 0.4rem;
  color: #000;
}
.section3 .detail img {
  width: 5.54rem;
  margin-top: 0.6rem;
}
.section4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section4 .left {
  width: 64%;
  overflow: hidden;
}
.section4 .left img {
  width: 100%;
}
.section4 .right {
  width: 36%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section4 .right .title {
  font-size: 0.4rem;
  font-weight: 400;
}
.section4 .right .desc {
  font-size: 0.19rem;
  color: #111;
  margin-top: 0.33rem;
}
.section4 .right .btn {
  width: 2.78rem;
  height: 0.53rem;
  background-color: #fff;
  border: solid 1px #4f2c28;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f2c28;
  font-size: 0.14rem;
  cursor: pointer;
  position: relative;
  font-weight: 300;
  margin-top: 0.75rem;
  border-radius: 0;
}
.section4 .right .btn::after {
  position: absolute;
  height: 2px;
  width: 100%;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  background-color: #471a14;
  transform: scale(0, 1);
}
.section4 .right .btn:hover {
  background-color: #f2edea;
}
.section4 .right .btn:hover::after {
  transform: scale(1, 1);
}
@media (max-width: 768px) {
  .top-header {
    width: 100%;
    background-image: linear-gradient(to bottom, #f2edea, #fff);
    padding-top: 0.4rem;
    background: #F1ECE9
  }
  .bread {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
    color: #897c78 !important;
    font-size: 0.15rem;
    padding-left: 1rem;
    display: none;
  }
  .bread a {
    color: #897c78 !important;
  }
  .bread a:hover {
    color: #4e2b07 !important;
  }
  .cur {
    color: #897c78 !important;
  }
  .top-header h1 {
    text-align: center;
    color: #4e2a06;
    font-size: 0.48rem;
    font-weight: 300;
    margin-top: 0.5rem;
    font-family: fa;
    letter-spacing: 0.05rem;
  }
  .charge-banner {
    height: auto;
    width: 100%;
    margin-top: 0;
    background: #F1ECE9;
    padding-top: 1rem;
  }
  .charge-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section1 {
      padding: 0;
  }
  .section1 .title{
      padding-top: 1.1rem;
      background: #F1ECE9;
     width: 100%;
  }
  .section1 .desc {
    padding: .65rem 0.9rem 1.25rem;
    margin-top: 0;
    line-height: 0.38rem;
    background: #F1ECE9;
  }
  .section1 .h3 {
      margin-top: 1.25rem
  }
  .section1 .img-box {
      padding: 0 .45rem
  }
  .section1 .img-box .content10 .swiper-slide {
      background: #fff;
      overflow: hidden;
      height: auto
  }
  .section1 .img-box .content10 .swiper-slide img{
      height: 5rem
  }
  .section1 .img-box .content10 .swiper-slide .t1{
      position: static;
      color: #000;
      text-align: center;
      padding-top: .37rem;
      font-size: .33rem;
  }
  .section1 .img-box .content10 .swiper-slide .t2{
      position: static;
      color: #000;
      text-align: center;
      padding: 0 .58rem;
      font-size: .22rem;
      margin-top: .35rem;
      width: 100%;
  }
  .section1 .img-box .content10 .in-swiper-pagination {
      position: static;
      padding:.8rem 1.8rem 0;
  }
  .section1 .img-box .content10 .in-swiper-pagination .swiper-pagination-bullet{
      border-top: 0.01rem solid rgba(0, 0, 0, 0.3);
      width: auto;
      flex: 1
  }
  .section1 .img-box .content10 .in-swiper-pagination .in-swiper-pagination-Active::after{
      background: #000
  }
  .section2 .content10 {
      position: static;
      padding: 0 0.73rem 1.36rem;
      transform: translateY(0);
  }
  .section2 .title{
      position: absolute;
      left: 50%;
      top: 1.75rem;
      transform: translateX(-50%);
      color: #fff;
      font-size: .4rem
  }
  .section2 .content10 ul li .detail {
      flex: 1;
  }
  .section3 {
      display: flex;
      flex-direction: column-reverse;
  }
  .section3 .detail{
      position: static;
    background: #f2edea;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0.95rem;
  }
  .section4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .section4 .left {
      width: 100%;
  }
  .section4 .right{
      width: 100%;
      padding: 1.4rem 0;
  }
  .section4 .right .desc{
      font-size: 0.3rem;
    color: #111;
    margin-top: 0.25rem;
  }
  .section4 .right .btn{
      width: 4.3rem;
    height: 0.8rem;
    background-color: #fff;
    border: solid 1px #4f2c28;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4f2c28;
    font-size: 0.24rem;
    cursor: pointer;
    position: relative;
    font-weight: 300;
    margin-top: 0.75rem;
    border-radius: 0;
  }
}
