/*banner*/
.banner{
  width: 100%;
  height: 300px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
.banner-box{
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-text{
  position: absolute;
  width: 100%;
  max-width: 1280px;
  padding: 0 22px;
  left: 50%;
  top: 46%;
  transform: translate(-50%,-50%);
}
.banner-text h3{
  margin: 0;
  padding: 0;
  font-size: 40px;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}
.banner-text p{
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #ddd;
  text-align: center;
  line-height: 1.3;
}
.banner-image{
  width: 100%;
  height: 100%;
}
.banner-image .wap{
  display: none;
}
.banner-image .pc{
  width: 100%;
  height: 100%;
}
.banner-image .wap{
  width: 100%;
  height: 100%;
}
.banner-image .pc img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-image .wap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media(max-width: 1068px){
  .banner{
    height: 240px;
  }
  .banner-text h3{
    font-size: 32px;
  }
  .banner-text p{
    font-size: 16px;
  }
}
@media(max-width: 734px){
  .banner-image .pc{
    display: none;
  }
  .banner-image .wap{
    display: block;
  }
}




.aftersales-wrapper{
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
  padding: 10px 22px;
}
.aftersales-box{
  background: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}





.aftersales-content{
  padding: 60px 80px;
}
.aftersales-content .par{
  margin: 0 0 30px;
}
.aftersales-content ol,
.aftersales-content ul{
  margin: 0;
  padding: 0;
  padding-inline-start: 20px
}
.aftersales-content p,
.aftersales-content li{
  font-size: 16px;
  line-height: 1.8;
  color: rgb(89, 89, 89);
  margin: 10px 0 0;
}
.aftersales-content h3{
  font-size: 22px;
    color: rgb(12, 12, 12);
    line-height: 1.5;
    margin: 0 0 10px;
}
.weixiuqr-wrap{
  margin: 10px 0 0;
}
.weixiuqr{
  display: inline-block;
    max-width: 150px;
    margin-right: 10px;
    text-align: center;
}
.weixiuqr img{
  width: 100%;
    height: auto;
    padding: 5px;
    border: 5px solid #e3e3e3;
}
.weixiuqr:last-of-type {
    margin-right: 0;
}
@media(max-width: 1068px){
  .aftersales-wrapper{
    max-width: 724px;
  }
}
@media(max-width: 734px){
  .aftersales-wrapper{
    padding: 10px;
    max-width: 100%;
  }
  .aftersales-content{
    padding: 16px 18px;
  }
  .aftersales-content h3{
    font-size: 18px;
  }
  .aftersales-content p,
  .aftersales-content li{
    font-size: 15px;
  }
}