.section1 {
  position: relative;
  overflow: unset;
}

.section1 .bg {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.section1 .bg img {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.section1 .wrap {
  position: relative;
  z-index: 2;

  width: 1600px;
  height: calc(100vh + 1500px);
  margin: 0 auto;
}

.section1 .wrap .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section1 .wrap .top .crumb {
  color: #666666;
  font-size: 16px;
}

.section1 .wrap .top .crumb a {
  color: #666666;
  transition: all 0.6s;
}

.section1 .wrap .top .crumb a:hover {
  color: #107FF6;
}

.section1 .wrap .top .return {
  width: 140px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 25px;
  transition: all 0.6s;
}

.section1 .wrap .top .return .icon {
  margin-right: 10px;
  transition: all 0.6s;
  transform: rotate(180deg);
}

.section1 .wrap .top .return p {
  color: #666666;
  font-size: 18px;
}

.section1 .wrap .top .return:hover {
  background-color: #107FF6;
}

.section1 .wrap .top .return:hover .icon {
  filter: brightness(0) invert(1);
}

.section1 .wrap .top .return:hover p .fist:nth-child(2) {
  color: #fff;
}

.section1 .wrap .bottom {
  display: flex;
  height: calc(100% - 100px);
  align-items: center;
  justify-content: space-between;
  margin-top: 140px;
}

.section1 .wrap .bottom .left {
  width: 680px;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  opacity: 0;
  position: absolute;
  left: calc(50% - 340px);
}

.section1 .wrap .bottom .right {
  width: 600px;
  display: flex;
  justify-content: center;
  position: absolute;
  right: calc(50% - 300px);
}

.section1 .wrap .bottom .right img {
  width: 100%;
  max-height: 400px;
}

.section1 .wrap .bottom .left h3 {
  color: #111;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 20px;
}

.section1 .wrap .bottom .left p {
  color: #707070;
  font-size: 18px;
  line-height: 30px;
}

.section1 .wrap .mouse {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 46px;
  border: 1px solid #111;
  border-radius: 15px;
}

.section1 .wrap .mouse::after {
  content: "";
  animation: lineAnimate 1s ease infinite;
  width: 2px;
  height: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #111;
  position: absolute;
  top: 10px;
}

.section1 .wrap .top {
  position: absolute;
  top: 130px;
  width: 1600px;
}

.section1 .wrap .box {
  height: 100vh;
  padding-top: 130px;
  padding-bottom: 200px;
  position: sticky;
  top: 0;
}

.section2 {
  background-color: #F7F7F7;
}

.section2 .wrap {
  padding: 130px 0 170px;
  width: 1600px;
  margin: 0 auto;
}

.section2 .wrap .title {
  margin-bottom: 70px;
}

.section2 .wrap .title h3 {
  color: #107FF6;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}

.section2 .wrap .list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0 80px;
}

.section2 .wrap .list .item {
  width: 480px;
}

.section2 .wrap .list .item .img {
  margin-bottom: 30px;
}

.section2 .wrap .list .item .text {
  color: #707070;
  font-size: 18px;
  line-height: 40px;
}

.section3 {
  position: relative;
  background-color: #F7F7F7;
}

.section3 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section3 .bg img {
  width: 100%;
  height: 100%;
}

/* .section3::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.section3::before {
  background: linear-gradient(to top, rgba(27, 126, 232, 0.2) 0%, rgba(101, 134, 166, 0.2) 11%, rgba(253, 152, 31, 0.06) 36%, rgba(247, 247, 247, 0) 50%, rgba(253, 152, 31, 0.12) 61%, rgba(101, 134, 166, 0.2) 86%, rgba(27, 126, 232, 0.2) 100%);
  top: 0;
} */

.section3 .wrap {
  width: 1600px;
  margin: 0 auto;
  padding: 100px 0 200px;
  position: relative;
  z-index: 2;
}

.section3 .wrap .title {
  text-align: center;
  margin-bottom: 110px;
}

.section3 .wrap .title h3 {
  color: #1B7EE8;
  font-size: 40px;
}

.section3 .wrap .list {
  display: grid;
  grid-gap: 110px 200px;
  grid-template-columns: repeat(3, 1fr);
}

.section3 .wrap .list .item {
  width: 400px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.section3 .wrap .list .item .line {
  width: 1px;
  height: 50px;
  background-color: #DCE1E6;
}

.section3 .wrap .list .item .icon {
  width: 50px;
  /* margin: 0 auto;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 40px; */
}

.section3 .wrap .list .item .icon img {
  width: 100%;
  height: auto;
}

.section3 .wrap .list .item .text {
  color: #111111;
  font-size: 18px;
  width: 300px;
  text-align: left;
}

.section4 {
  background-color: #F7F7F7;
}

.section4 .wrap {
  padding: 100px 0 170px;
  width: 1600px;
  margin: 0 auto;
}

.section4 .wrap .title {
  margin-bottom: 100px;
}

.section4 .wrap .title h3 {
  text-transform: uppercase;
  color: #1B7EE8;
  font-size: 40px;
}

.section4 .wrap .main {
  display: flex;
  justify-content: space-between;
}

.section4 .wrap .main .left {
  position: relative;
  width: 760px;
}

.section4 .wrap .main .left .item:hover h4,
.section4 .wrap .main .left .item.active h4 {
  color: #1B7EE8;
}

.section4 .wrap .main .left .item:hover .icon img,
.section4 .wrap .main .left .item.active .icon img {
  filter: none;
}

.section4 .wrap .main .left .head {
  /* margin-bottom: 20px; */
  cursor: pointer;
  display: flex;
  align-items: center;
}

.section4 .wrap .main .left .head .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.section4 .wrap .main .left .head .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0);
  transition: all .6s;
}

.section4 .wrap .main .left .head h4 {
  color: #111;
  font-size: 24px;
  flex: 1;
  transition: all 0.6s;
}

.section4 .wrap .main .left .body {
  padding-bottom: 20px;
  display: none;
  padding-left: 50px;
}

.section4 .wrap .main .left .body p {
  color: #707070;
  font-size: 18px;
  line-height: 30px;
}

/* .section4 .wrap .main .left .body p:not(:last-child) {
  margin-bottom: 20px;
} */

.section4 .wrap .main .left .body p span {
  font-weight: 700;
  color: #111;
}

.section4 .wrap .main .left .swiper-pagination {
  left: 0;
  bottom: -50px;
  width: fit-content;
}

.section4 .wrap .main .left .swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 8px;
  background-color: #C4CCD5;
  border-radius: 4px;
  opacity: 1;
  transition: all 0.6s;
}

.section4 .wrap .main .left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  background-color: #1B7EE8;
}

.section4 .wrap .main .right {
  width: 786px;
}

.section5 {
  background-color: #F7F7F7;
}

.section5 .wrap {
  width: 1600px;
  margin: 0 auto;
  padding-bottom: 200px;
}

.section5 .wrap .text {
  color: #111;
  font-size: 24px;
  margin-top: 40px;
  font-weight: 700;
  text-align: center;
}

.section5 .wrap .img {
  position: relative;
}

.section5 .wrap .img .play {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
  cursor: pointer;
}

.section5 .wrap .img .play:hover {
  background-color: #1B7EE8;
  border-color: #1B7EE8;
}

.section5 .wrap .img .play span {
  color: #fff;
}

body {
  background-color: #F7F7F7;
}

/* .section6 {
  background-color: #F7F7F7;
} */

.section6 .wrap {
  padding-top: 150px;
  padding-bottom: 100px;
}

.section6 .wrap .title {
  margin-bottom: 60px;
}

.section6 .wrap .title h3 {
  color: #1B7EE8;
  text-align: center;
  font-size: 40px;
}

.section6 .wrap .main {
  overflow: hidden;
}

.section6 .wrap .main .swiper {
  width: 2440px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.section6 .wrap .main .text {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  transition: all 0.6s;
}

.section6 .wrap .main .img {
  overflow: hidden;
}

.section6 .wrap .main .img img {
  transition: all 1s;
}

/* .section6 .wrap .main .item {
  cursor: pointer;
} */

.section6 .wrap .main .item:hover .img img {
  transform: scale(1.1);
}

.section6 .wrap .main .item:hover .text {
  color: #1B7EE8;
}

.section6 .wrap .main .swiper-pagination {
  position: static;
  margin-top: 60px;
}

.section6 .wrap .main .swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 8px;
  background-color: #C4CCD5;
  border-radius: 4px;
  opacity: 1;
  transition: all 0.6s;
}

.section6 .wrap .main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  background-color: #1B7EE8;
}

.section6 .wrap .tab {
  width: 120px;
  position: static;
  justify-content: space-between;
  display: flex;
  z-index: 10;
  pointer-events: none;
  margin: 30px auto 0;
}

.section6 {
  position: relative;
  z-index: 2;
}

.section6 .wrap .tab .prev {
  transform: rotate(180deg);
}

.section6 .wrap .tab .prev,
.section6 .wrap .tab .next {
  pointer-events: all;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: all 0.6s;
}

.section6 .wrap .tab .prev:hover,
.section6 .wrap .tab .next:hover {
  background-color: #1B7EE8;
}

.section6 .wrap .tab .prev span,
.section6 .wrap .tab .next span {
  color: #fff;
  font-size: 28px;
}


.product_mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s;
}

.product_mask.active {
  opacity: 1;
  pointer-events: all;
}

.product_mask .color {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.product_mask .main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.product_mask .main .swiper {
  width: 2016px;
  margin-left: 50vw;
  transform: translateX(-50%);
}

.product_mask .main .swiper-slide-active .item .img {
  filter: none;
}

.product_mask .main .swiper-slide-active .item .text {
  opacity: 1;
  transform: translateY(0);
}

.product_mask .main .item .img {
  filter: brightness(0.6);
  transition: all 0.6s;
}

.product_mask .main .item .text {
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
}

@keyframes lineAnimate {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    transform: translateY(7px);
    opacity: 0;
  }
}

.section3 .wrap .list .item .icon img {
  max-width: 80%;
  max-height: 80%;
}

.section1 .wrap .bottom .right img {
  object-fit: contain;
}

.section4 .wrap .main .left {
  border-top: 1px solid #ccc;
}

.section4 .wrap .main .left .item {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1919px) {
.section1 .wrap{
width: 83.3333333333vw;
 height: calc(78.125vw + 100vh);
}
.section1 .wrap .top .crumb{
font-size: 0.8333333333vw;
}
.section1 .wrap .top .return{
width: 7.2916666667vw;
 height: 2.6041666667vw;
 border-radius: 1.3020833333vw;
}
.section1 .wrap .top .return .icon{
margin-right: 0.5208333333vw;
}
.section1 .wrap .top .return p{
font-size: 0.9375vw;
}
.section1 .wrap .bottom{
height: calc(100% - 5.2083333333vw);
 margin-top: 7.2916666667vw;
}
.section1 .wrap .bottom .left{
width: 35.4166666667vw;
 padding: 2.0833333333vw;
 border-radius: 0.5208333333vw;
 left: calc(50% - 17.7083333333vw);
}
.section1 .wrap .bottom .right{
width: 31.25vw;
 right: calc(50% - 15.625vw);
}
.section1 .wrap .bottom .right img{
max-height: 20.8333333333vw;
}
.section1 .wrap .bottom .left h3{
font-size: 2.0833333333vw;
 margin-bottom: 1.0416666667vw;
}
.section1 .wrap .bottom .left p{
font-size: 0.9375vw;
 line-height: 1.5625vw;
}
.section1 .wrap .mouse{
bottom: 2.0833333333vw;
 width: 1.5625vw;
 height: 2.3958333333vw;
 border-radius: 0.78125vw;
}
.section1 .wrap .mouse::after{
width: 0.1041666667vw;
 height: 0.5208333333vw;
 top: 0.5208333333vw;
}
.section1 .wrap .top{
top: 6.7708333333vw;
 width: 83.3333333333vw;
}
.section1 .wrap .box{
padding-top: 6.7708333333vw;
 padding-bottom: 10.4166666667vw;
}
.section2 .wrap{
padding: 6.7708333333vw 0px 8.8541666667vw;
 width: 83.3333333333vw;
}
.section2 .wrap .title{
margin-bottom: 3.6458333333vw;
}
.section2 .wrap .title h3{
font-size: 2.0833333333vw;
 line-height: 2.6041666667vw;
}
.section2 .wrap .list{
gap: 0px 4.1666666667vw;
}
.section2 .wrap .list .item{
width: 25vw;
}
.section2 .wrap .list .item .img{
margin-bottom: 1.5625vw;
}
.section2 .wrap .list .item .text{
font-size: 0.9375vw;
 line-height: 2.0833333333vw;
}
.section3 .wrap{
width: 83.3333333333vw;
 padding: 5.2083333333vw 0px 10.4166666667vw;
}
.section3 .wrap .title{
margin-bottom: 5.7291666667vw;
}
.section3 .wrap .title h3{
font-size: 2.0833333333vw;
}
.section3 .wrap .list{
gap: 5.7291666667vw 10.4166666667vw;
}
.section3 .wrap .list .item{
width: 20.8333333333vw;
}
.section3 .wrap .list .item .line{
height: 2.6041666667vw;
}
.section3 .wrap .list .item .icon{
width: 2.6041666667vw;
}
.section3 .wrap .list .item .text{
font-size: 0.9375vw;
 width: 15.625vw;
}
.section4 .wrap{
padding: 5.2083333333vw 0px 8.8541666667vw;
 width: 83.3333333333vw;
}
.section4 .wrap .title{
margin-bottom: 5.2083333333vw;
}
.section4 .wrap .title h3{
font-size: 2.0833333333vw;
}
.section4 .wrap .main .left{
width: 39.5833333333vw;
}
.section4 .wrap .main .left .head .icon{
width: 1.5625vw;
 height: 1.5625vw;
 margin-right: 1.0416666667vw;
}
.section4 .wrap .main .left .head h4{
font-size: 1.25vw;
}
.section4 .wrap .main .left .body{
padding-bottom: 1.0416666667vw;
 padding-left: 2.6041666667vw;
}
.section4 .wrap .main .left .body p{
font-size: 0.9375vw;
 line-height: 1.5625vw;
}
.section4 .wrap .main .left .swiper-pagination{
bottom: -2.6041666667vw;
}
.section4 .wrap .main .left .swiper-pagination .swiper-pagination-bullet{
width: 1.3541666667vw;
 height: 0.4166666667vw;
 border-radius: 0.2083333333vw;
}
.section4 .wrap .main .left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
width: 3.125vw;
}
.section4 .wrap .main .right{
width: 40.9375vw;
}
.section5 .wrap{
width: 83.3333333333vw;
 padding-bottom: 10.4166666667vw;
}
.section5 .wrap .text{
font-size: 1.25vw;
 margin-top: 2.0833333333vw;
}
.section5 .wrap .img .play{
width: 2.6041666667vw;
 height: 2.6041666667vw;
}
.section6 .wrap{
padding-top: 7.8125vw;
 padding-bottom: 5.2083333333vw;
}
.section6 .wrap .title{
margin-bottom: 3.125vw;
}
.section6 .wrap .title h3{
font-size: 2.0833333333vw;
}
.section6 .wrap .main .swiper{
width: 127.0833333333vw;
}
.section6 .wrap .main .text{
font-size: 1.25vw;
 margin-top: 1.0416666667vw;
}
.section6 .wrap .main .swiper-pagination{
margin-top: 3.125vw;
}
.section6 .wrap .main .swiper-pagination .swiper-pagination-bullet{
width: 1.3541666667vw;
 height: 0.4166666667vw;
 border-radius: 0.2083333333vw;
}
.section6 .wrap .main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
width: 3.125vw;
}
.section6 .wrap .tab{
width: 6.25vw;
 margin: 1.5625vw auto 0px;
}
.section6 .wrap .tab .prev, .section6 .wrap .tab .next{
width: 2.0833333333vw;
 height: 2.0833333333vw;
}
.section6 .wrap .tab .prev span, .section6 .wrap .tab .next span{
font-size: 1.4583333333vw;
}
.product_mask .main .swiper{
width: 105vw;
}
.product_mask .main .item .text{
font-size: 1.25vw;
 margin-top: 1.5625vw;
}
.section4 .wrap .main .left .item{
padding: 0.5208333333vw 0px;
}
.section1 .wrap .top .return .icon{
  width: 1.40625vw;
}
}
@media screen and (max-width: 1024px) {
  .section1 .wrap .mouse{
    display: none;
  }
  .section1 .wrap{
    width: 90vw;
    height: auto;
    padding: 120px 0 60px;
  }
  .section1 .wrap .bottom{
    height: auto;
  }
  .section1 .wrap .top{
    width: 90vw;
    position: static;
  }
  .section1 .wrap .top .crumb{
    font-size: 14px;
  }
  .section1 .wrap .top .return{
    height: 40px;
    width: 120px;
    border-radius: 20px;
  }
  .section1 .wrap .top .return p{
    font-size: 14px;
  }
  .section1 .wrap .top .return .icon{
    width: 20px;
    margin-right: 10px;
  }
  .section1 .wrap .bottom .left{
    opacity: 1;
  }
  .section1 .wrap .box{
    padding: 0;
    height: auto;
  }
  .section1 .wrap .bottom .right,
  .section1 .wrap .bottom .left{
    position: static;
  }
  .section1 .wrap .bottom{
    margin-top: 60px;
    flex-direction: column-reverse;
  }
  .section1 .wrap .bottom .left{
    width: 100%;
    padding:30px 20px;
    border-radius: 10px;
  }
  .section1 .wrap .bottom .right{
    width: 80%;
    margin-bottom: 30px;
  }
  .section1 .wrap .bottom .left h3{
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .section1 .wrap .bottom .left p{
    font-size: 14px;
    line-height: 2;
  }
  .section1 .wrap .bottom .right img {
        max-height: 300px;
    }
    .section3 .wrap{
      width: 90vw;
      padding: 60px 0;
    }
    .section3 .wrap .title{
      margin-bottom: 30px;
    }
    .section3 .wrap .list .item .text{
      font-size: 14px;
    }
    .section3 .wrap .list{
      gap: 30px;
    }
    .section3 .wrap .list .item .icon{
      width: 40px;
    }
    .section3 .wrap .list .item .line{
      height: 40px;
    }
    .section3 .wrap .list {
      grid-template-columns: repeat(2, 1fr);
  }
  .section3 .wrap .list .item{
    width: 100%;
  }
  .section3 .wrap .list .item .text{
    flex: 1;
  }
  .section3 .wrap .list .item .line{
    margin: 0 20px;
  }
  .section3 .wrap .title h3{
    font-size: 28px;
  }
  .section4 .wrap{
    padding: 60px 0;
    width: 90vw;
  }
  .section4 .wrap .title h3{
    font-size: 28px;
  }
  .section4 .wrap .title{
    margin-bottom: 30px;
  }
  .section4 .wrap .main .left .head .icon{
    width: 20px;
    height: 20px;
  }
  .section4 .wrap .main{
    flex-direction: column;
  }
  .section4 .wrap .main .left .swiper-pagination{
    display: none;
  }
  .section4 .wrap .main .left .item{
    padding: 10px 0;
  }
  .section4 .wrap .main .left .body p{
    font-size: 14px;
    line-height: 2;
  }
  .section4 .wrap .main .left .head h4{
    font-size: 18px;
  }
  .section4 .wrap .main .left .head .icon{
    margin-right: 10px;
  }
  .section4 .wrap .main .left{
    width: 100%;
  }
  .section4 .wrap .main .left .body{
    padding:0 30px 0;
  }
  .section4 .wrap .main .right{
    width: 100%;
  }
  .section4 .wrap .main .right img{
    margin: 0 auto;
    display: block;
  }
  .section6 .wrap{
    padding: 0 0 60px;
  }
  .section6 .wrap .title h3{
    font-size: 28px;
  }
  .section6 .wrap .title{
    margin-bottom: 30px;
  }
  .section6 .wrap .main .text{
    font-size: 18px;
    margin-top: 10px;
  }
  .section6 .wrap .tab .prev, .section6 .wrap .tab .next{
    width: 40px;
    height: 40px;
  }
  .section6 .wrap .tab{
    width: 120px;
    margin-top: 30px;
  }
  .section6 .wrap .tab .prev span, .section6 .wrap .tab .next span{
    font-size: 20px;
  }
  .section6 .wrap .main .swiper-pagination{
    margin-top: 20px;
  }
  .section6 .wrap .main .swiper-pagination .swiper-pagination-bullet{
    width: 18px;
    height: 6px;
    border-radius: 3px;
  }
  .section6 .wrap .main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 40px;
  }
  
}
@media screen and (max-width: 767px) {
  .section1 .wrap .bottom .left h3 {
        font-size: 24px;
  }
  .section1 .wrap {
    padding: 110px 0 50px;
  }
  .section1 .wrap .bottom .right img {
        max-height: 240px;
    }
    .section1 .wrap .bottom {
        margin-top: 50px;
    }
    .section1 .wrap .bottom .left h3{
      font-size: 20px;
    }
    .section3 .wrap .list .item .line {
        margin: 0 15px;
    }
    .section3 .wrap{
      padding: 50px 0;
    }
    .section3 .wrap .title h3{
      font-size: 24px;
    }
    .section3 .wrap .list {
        gap: 20px;
    }
    .section3 .wrap .list {
        grid-template-columns: repeat(1, 1fr);
    }
    .section3 .wrap .list .item .icon {
        width: 30px;
    }
        .section4 .wrap .main .left .head h4 {
        font-size: 16px;
    }
    .section4 .wrap .main .left .head .icon{
      display: none;
    }
    .section4 .wrap .main .left .body{
      padding: 10px 0;
    }
    .section4 .wrap{
      padding: 50px 0;
    }
    .section4 .wrap .title h3 {
        font-size: 24px;
    }
    .section6 .wrap .main .swiper{
      width: 90vw;
      margin: 0 auto;
      transform: none;
      overflow: unset;
    }
    .section6 .wrap .main {
      overflow: hidden;
    }
    .section6 .wrap .title h3{
      font-size: 24px;
    }
    .section6 .wrap{
      padding-bottom: 50px;
    }
    /* .section1 .wrap .top{
      flex-direction: column;
      gap: 20px;
      align-items: start;
    } */
}