.sec1 .wrap {
  padding-top: 100px;
  /* padding-bottom: 66px; */
}
.sec1 .wrap .main .advantage-group{
  padding-bottom: 20px;
}
.sec1 .wrap .main .advantage-group .flex{
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 46px;
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
}
.sec1 .wrap .main .swiper-slide-active .advantage-group .flex{
  opacity: 1;
  transform: translateY(0);
  transition-delay: .3s;
}
.sec1 .wrap .main .advantage-group .flex.type1{
  display: flex;
  justify-content: center;
}
.sec1 .wrap .main .advantage-group .flex.type2{
  width: 977px;
  margin-left: auto;
  margin-right: auto;
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
}
/* .sec1 .wrap .main .swiper {
  margin-bottom: 50px;
}
.sec1 .wrap .main .swiper-slide{
  height: auto;
} */
.sec1 .wrap .main .item {
  border: 1px solid #E5E5E5;
  display: block;
  height: auto;
  padding: 40px 30px 60px;
  min-height: 240px;
  width: 295px;
  /* height: 100%; */
  text-align: center;
  border-radius: 32px;
  transition: all 0.6s;
}
.sec1 .wrap .main .item:hover {
  background-color: #FF6E11;
  border-color: #FF6E11;
}
.sec1 .wrap .main .item:hover .icon img:nth-child(1) {
  opacity: 0;
}
.sec1 .wrap .main .item:hover .icon img:nth-child(2) {
  opacity: 1;
}
.sec1 .wrap .main .item:hover .text {
  color: #fff;
}
.sec1 .wrap .main .item .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  margin: 0 auto 40px;
  position: relative;
  justify-content: center;
}
.sec1 .wrap .main .item .icon img {
  transition: all 0.6s;
  /* width: 100%; */
  /* height: 100%;  */
}
.sec1 .wrap .main .item .icon img:nth-child(2) {
  filter: brightness(0) invert(1);
  position: absolute;
  opacity: 0;
}
.sec1 .wrap .main .item .text{
  color: #333;
  transition: all 0.6s;
  font-size: 16px;
}
.sec2 {
  background-color: #F6F7F9;
}
.sec2 .wrap {
  padding-top: 100px;
  padding-bottom: 66px;
}
.sec2 .wrap .tab {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  gap: 100px;
  /* justify-content: space-between; */
  align-items: end;
  border-bottom: 1px solid #D9D9D9;
  padding: 0 60px;
  position: relative;
}
.sec2 .wrap .tab.hide{
  padding: 0;
}
.sec2 .wrap .tab.hide .flex{
  display: none;
}
.sec2 .wrap .tab .flex{
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  display: flex;
}
.sec2 .wrap .tab .flex .prev{
  transform: rotate(180deg);
}
.sec2 .wrap .tab .flex .next,
.sec2 .wrap .tab .flex .prev{
  height: 100%;
  width: 35px;
  pointer-events: all;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.sec2 .wrap .tab .flex .next:hover::after,
.sec2 .wrap .tab .flex .prev:hover::after{
  border-left-color: #FF6E11;
}
.sec2 .wrap .tab .flex .next::after,
.sec2 .wrap .tab .flex .prev::after{
  content: "";
  width: 0;
  height: 0;
  display: block;
  border: 16px solid transparent;
  border-top-width: 12px;
  transition: all .6s;
  border-bottom-width: 12px;
  border-left-color: #999;
  border-right-width: 0px;
}
.sec2 .wrap .tab .swiper-slide{
  width: fit-content;
  height: auto;
}
.sec2 .wrap .tab .item {
  width: fit-content;
  /* max-width: 180px; */
  /* max-width: 340px; */
  height: 100%;
  color: #aaa;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 10px;
  font-size: 16px;
  position: relative;
  transition: all 0.6s;
  cursor: pointer;
}
.sec2 .wrap .tab .item.active {
  color: #FF6E11;
}
.sec2 .wrap .tab .item.active::after {
  transform: scaleX(1);
}
.sec2 .wrap .tab .item:hover {
  color: #FF6E11;
}
.sec2 .wrap .tab .item::after {
  transition: all 0.6s;
  transform-origin: left;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  content: "";
  background-color: #FF6E11;
  position: absolute;
  /* bottom: -1px; */
  bottom: 0px;
}
.sec2 .wrap .main .swiper{
  transition: all .6s;
}
.sec2 .wrap .main .swiper-slide-active .trem {
  display: flex;
}
.sec2 .wrap .main .swiper-slide-active .trem .right,
.sec2 .wrap .main .swiper-slide-active .trem .left {
  opacity: 1;
  transform: translateY(0);
}
.sec2 .wrap .main .swiper-slide-active .trem .left {
  transition-delay: 0.3s;
}
.sec2 .wrap .main .swiper-slide-active .trem .right {
  transition-delay: 0.6s;
}
.sec2 .wrap .main .trem {
  display: flex;
  justify-content: space-between;
  padding-right: 100px;
}
.sec2 .wrap .main .trem .left {
  width: 800px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.sec2 .wrap .main .trem .left .item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  border-radius: 3px;
  padding: 0 42px;
  transition: all 0.6s;
  cursor: pointer;
  background-color: #fff;
}
.sec2 .wrap .main .trem .left .item .head p {
  color: #1A1A1A;
  font-weight: 700;
  font-size: 20px;
  transition: all 0.6s;
}
.sec2 .wrap .main .trem .left .item .head .add {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
}
.sec2 .wrap .main .trem .left .item .head .add::before,
.sec2 .wrap .main .trem .left .item .head .add::after {
  width: 18px;
  height: 2px;
  content: "";
  display: block;
  background-color: #FF6E11;
  transition: all 0.6s;
}
.sec2 .wrap .main .trem .left .item .head .add::after {
  position: absolute;
  transform: rotate(90deg);
}
.sec2 .wrap .main .trem .left .item .body {
  padding: 0 40px;
  display: none;
}
.sec2 .wrap .main .trem .left .item .body table th {
  width: 320px;
  height: 46px;
  text-align: left;
}
.sec2 .wrap .main .trem .left .item.active .head {
  background-color: #FF6E11;
}
.sec2 .wrap .main .trem .left .item.active .head p {
  color: #fff;
}
.sec2 .wrap .main .trem .left .item.active .head .add::before,
.sec2 .wrap .main .trem .left .item.active .head .add::after {
  background-color: #fff;
}
.sec2 .wrap .main .trem .left .item.active .head .add::after {
  transform: rotate(360deg);
}
.sec2 .wrap .main .trem .right {
  width: 550px;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.sec3 {
  background-color: #fff;
}
.sec3 .wrap {
  padding-top: 108px;
  padding-bottom: 98px;
}
.sec3 .wrap .main {
  position: relative;
}
.sec3 .wrap .main .play {
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.6s;
  backdrop-filter: blur(10px);
}
.sec3 .wrap .main .play:hover {
  background-color: #FF6E11;
}
.sec3 .wrap .main .play:hover span {
  color: #fff;
}
.sec3 .wrap .main .play span {
  transition: all 0.6s;
  color: #FF6E11;
  font-size: 28px;
}
 .sec4 .wrap {
  width: 1600px;
  margin: 0 auto;
  padding-bottom: 68px;
   padding-top: 108px;
}
.sec4 .wrap .common_title {
  width: 1600px;
}
.sec4 .wrap .main {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 55px 40px;
}
.sec4 .wrap .main.type1{
  grid-template-columns: repeat(2,1fr);
}
.sec4 .wrap .main .item .img{
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.sec4 .wrap .main .item .img img{
  transition: all 1s;
}
.sec4 .wrap .main .item:hover .img img{
  transform: scale(1.05);
}
.sec4 .wrap .main .item:hover .text p{
  color: #FF6E11;
}
.sec4 .wrap .main .item .text p{ 
  font-size: 16px;
  transition: all .6s;
}
/*.sec4 .wrap .main .swiper {
  width: 2420px;
  margin-bottom: 44px;
}
.sec4 .wrap .main .swiper .item .img {
  border-radius: 10px;
  overflow: hidden;
}
.sec4 .wrap .main .swiper .item .img img {
  transition: all 1s;
}
.sec4 .wrap .main .swiper .item:hover .img img {
  transform: scale(1.05);
}
.sec4 .wrap .main .swiper .item:hover .text {
  color: #FF6E11;
}
.sec4 .wrap .main .swiper .item .text {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  transition: all 0.6s;
}
.sec4 .wrap .main .swiper .item .more {
  display: flex;
  align-items: center;
  transition: all 0.6s;
  margin-top: 15px;
}
.sec4 .wrap .main .swiper .item .more:hover p {
  color: #FF6E11;
}
.sec4 .wrap .main .swiper .item .more:hover .icon {
  transform: translateX(5px);
}
.sec4 .wrap .main .swiper .item .more:hover .icon span {
  color: #FF6E11;
}
.sec4 .wrap .main .swiper .item .more p {
  font-size: 16px;
  transition: all 0.6s;
  color: #888;
  margin-right: 8px;
  font-weight: 200;
}
.sec4 .wrap .main .swiper .item .more .icon {
  display: flex;
  align-items: center;
  transition: all 0.6s;
}
.sec4 .wrap .main .swiper .item .more .icon span {
  transition: all 0.6s;
  color: #999999;
}
.sec4 .wrap .main .common_swiper_page {
  width: 1600px;
} */
.sec5 .wrap {
  padding-bottom: 100px;
}
.sec5 .wrap .list {
  margin-top: 56px;
  display: flex;
  gap: 50px;
}
.sec5 .wrap .list .item {
  cursor: pointer;
}
.sec5 .wrap .list .item:hover .img img {
  transform: scale(1.05);
}
.sec5 .wrap .list .item:hover .text {
  color: #FF6E11;
}
.sec5 .wrap .list .item .img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.sec5 .wrap .list .item .img img {
  transition: all 1s;
}
.sec5 .wrap .list .item .text {
  color: #1A1A1A;
  transition: all 0.6s;
  font-size: 16px;
  text-align: center;
}

  /* .sec2 .wrap .tab.PE{
    display: none;
  } */

.sec2 .wrap .tab .item{
  font-size: 24px;
}
.sec2 .wrap .tab.PE .swiper-slide-thumb-active .item p{
    color: #FF6E11;
  }
  .sec2 .wrap .tab.PE .swiper-slide-thumb-active .item::after{
    transform: scaleX(1);
  }
  .sec2 .wrap .main .trem .left .item .body table th{
    font-size: 16px;
    font-weight: 400;
  }
  .sec2 .wrap .main .trem .left .item .body table td{
    font-size: 18px;
    font-weight: 700;
  }
.sec2 .wrap .tab .swiper{
  width: 100%;
}


.sec2 .wrap .main .trem .left .item .body .list{
  display: grid;
  gap:30px 80px;
  padding: 30px 0;
  grid-template-columns: repeat(2,1fr);
}
.sec2 .wrap .main .trem .left .item .body .list .flex{
  display: flex;
  align-items: center;
  gap: 15px;
}


.sec2 .wrap .main .trem .left .item .body .list .flex .icon {
  width: 30px;
  height: 30px;
  /* margin-top: 5px; */
  display: flex;
  align-items: center;
  justify-content: center
}

.sec2 .wrap .main .trem .left .item .body .list .flex .content{
  flex: 1;
  font-size: 16px;
  line-height: 22px;
}
.sec2 .wrap .main .trem .left{
  width: 900px;
}
.sec2 .wrap .main .trem{
  padding-right: 60px;
}

@media screen and (max-width: 1919px) {
.sec1 .wrap{
padding-top: 5.2083333333vw;
 /* padding-bottom: 3.4375vw; */
}
.sec1 .wrap .main .advantage-group{
margin-top: 2.3958333333vw;
}
/* .sec1 .wrap .main .swiper{
margin-bottom: 2.6041666667vw;
} */
.sec1 .wrap .main .item{
padding: 4.6875vw 2.5vw 3.125vw;
 min-height: 18.75vw;
 width: 15.36458333333vw;
 border-radius: 1.6666666667vw;
}
.sec1 .wrap .main .item .icon{
width: 3.125vw;
 height: 3.125vw;
 margin: 0px auto 2.0833333333vw;
}
.sec1 .wrap .main .item .text p{
font-size: 0.9375vw;
}

.sec1 .wrap{
padding-top: 5.2083333333vw;
 padding-bottom: 3.4375vw;
}
.sec1 .wrap .main{
margin-top: 2.3958333333vw;
 gap: 2.3958333333vw;
}
.sec1 .wrap .main .item{
padding: 2.0833333333vw 1.5625vw 3.125vw;
 min-height: 12.5vw;
 border-radius: 1.6666666667vw;
}
.sec1 .wrap .main .item .icon{
width: 3.125vw;
 height: 3.125vw;
 margin: 0px auto 2.0833333333vw;
}
.sec1 .wrap .main .item .text{
font-size: 0.8333333333vw;
}
.sec1 .wrap .main .advantage-group .flex{
  gap: 2.3958333333vw;
}

.sec1 .wrap .main .advantage-group .flex.type2{
  width:50.88541666vw;
}

.sec2 .wrap{
/* padding-top: 3.4375vw; */
padding-top: 5.208333333vw;
 padding-bottom: 3.4375vw;
}
.sec2 .wrap .tab{
margin-top: 2.0833333333vw;
 margin-bottom: 2.0833333333vw;
 gap: 5.2083333333vw;
 padding: 0px 3.125vw;
}
.sec2 .wrap .tab .flex .next, .sec2 .wrap .tab .flex .prev{
width: 1.8229166667vw;
}
.sec2 .wrap .tab .flex .next::after, .sec2 .wrap .tab .flex .prev::after{
border-width: 0.625vw 0px 0.625vw 0.8333333333vw;
}

.sec2 .wrap .tab .item{
/* max-width: 11.4583333333vw; */
/* max-width: 17.70833333vw; */
 padding-bottom: 0.5208333333vw;
 font-size:1.041666666vw;
}
.sec2 .wrap .main .trem{
padding-right: 5.2083333333vw;
}
.sec2 .wrap .main .trem .left{
width: 41.6666666667vw;
 gap: 0.5208333333vw;
 transform: translateY(1.0416666667vw);
}
.sec2 .wrap .main .trem .left .item .head{
height: 2.8125vw;
 border-radius: 0.15625vw;
 padding: 0px 2.1875vw;
}
.sec2 .wrap .main .trem .left .item .head p{
font-size: 1.0416666667vw;
}
.sec2 .wrap .main .trem .left .item .head .add{
width: 0.9375vw;
 height: 0.9375vw;
}
.sec2 .wrap .main .trem .left .item .head .add::before, .sec2 .wrap .main .trem .left .item .head .add::after{
width: 0.9375vw;
 height: 0.1041666667vw;
}
.sec2 .wrap .main .trem .left .item .body{
padding: 0px 2.0833333333vw;
}
.sec2 .wrap .main .trem .left .item .body table th{
width: 16.6666666667vw;
 height: 2.3958333333vw;
}
.sec2 .wrap .main .trem .right{
width: 28.6458333333vw;
 height: 28.6458333333vw;
 transform: translateY(1.0416666667vw);
}
.sec3 .wrap{
padding-top: 5.625vw;
 padding-bottom: 5.1041666667vw;
}
.sec3 .wrap .main .play{
width: 6.25vw;
 height: 6.25vw;
 backdrop-filter: blur(0.5208333333vw);
}
.sec3 .wrap .main .play span{
font-size: 1.4583333333vw;
}

.sec4 .wrap{
width: 83.3333333333vw;
 padding-bottom: 3.5416666667vw;
 padding-top: 5.625vw;
}
.sec4 .wrap .common_title{
width: 83.3333333333vw;
}
.sec4 .wrap .main{
margin-top: 3.5416666667vw;
 gap: 2.8645833333vw 2.0833333333vw;
}
.sec4 .wrap .main .item .img{
margin-bottom: 1.5625vw;
 border-radius: 0.5208333333vw;
}
.sec4 .wrap .main .item .text p{
font-size: 0.8333333333vw;
}

.sec5 .wrap{
padding-bottom: 5.2083333333vw;
}
.sec5 .wrap .list{
margin-top: 2.9166666667vw;
 gap: 2.6041666667vw;
}
.sec5 .wrap .list .item .img{
border-radius: 0.5208333333vw;
 margin-bottom: 1.5625vw;
}
.sec5 .wrap .list .item .text{
font-size: 0.8333333333vw;
}
.sec1 .wrap .main .item .icon{
  height: 2.34375vw;
}
.sec2 .wrap .main .trem .left .item .body table td,
.sec2 .wrap .main .trem .left .item .body table th{
  font-size: 0.833333333vw;
}


.sec2 .wrap .tab .item{
font-size: 1.25vw;
}
.sec2 .wrap .main .trem .left .item .body table th{
font-size: 0.8333333333vw;
}
.sec2 .wrap .main .trem .left .item .body table td{
font-size: 0.9375vw;
}


  .sec2 .wrap .main .trem .left .item .body .list{
gap: 1.5625vw 4.1666666667vw;
 padding: 1.5625vw 0px;
}
.sec2 .wrap .main .trem .left .item .body .list .flex{
gap: 0.78125vw;
}
.sec2 .wrap .main .trem .left .item .body .list .flex .icon{
width: 1.5625vw;
 height: 1.5625vw;
}
.sec2 .wrap .main .trem .left .item .body .list .flex .content{
font-size: 0.8333333333vw;
 line-height: 1.1458333333vw;
}
.sec2 .wrap .main .trem .left{
width: 46.875vw;
}
.sec2 .wrap .main .trem{
padding-right: 3.125vw;
}

}
@media screen and (max-width: 1024px) {


  .common_banner .img{
    filter: brightness(0.7);
  }
  .sec1 .wrap .main .item .icon{
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
  }
  .sec1 .wrap .main .item{
    padding: 30px 20px;
    min-height: auto;
  }
  .sec1 .wrap .main .item .text{
    font-size: 14px;
    line-height: 2;
  }
  .sec1 .wrap{
    padding: 50px 0;
    /* width: 95vw;
    margin-right: 0; */
  }
  .sec1 .wrap .common_title{
    width: 90vw;
  }
  .sec1 .wrap .main .advantage-group .flex{
    margin-top: 30px;
    gap: 20px;
    display: grid !important;
    width: 100% !important;
        grid-template-columns: repeat(2, 1fr);
  }
  .sec1 .wrap .main .item{
    width: 100%;
  }
  /* .sec1 .wrap .main .item .icon{
    margin-bottom: 20px
  }
  .sec1 .wrap .main .swiper{
    margin-bottom: 30px;
  } */
  .sec2 .wrap{
    padding: 50px 0;
  }
  .sec2 .wrap .tab{
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 40px;
  }
  .sec2 .wrap .tab .flex .next, .sec2 .wrap .tab .flex .prev{
  width: 30px;
  }
  .sec2 .wrap .tab .flex .next::after, .sec2 .wrap .tab .flex .prev::after{
  border-width: 8px 0px 8px 12px;
  }

  .sec2 .wrap .main .trem {
    flex-direction: column-reverse;
    padding-right: 0;
  }
  .sec2 .wrap .tab .item{
    font-size: 14px;
  }
  .sec2 .wrap .main .trem .right{
    width: 100%;
    margin-bottom: 30px;
    height: 300px;
  }
  .sec2 .wrap .main .trem .left{
    width: 100%;
    gap: 10px;
  }
  .sec2 .wrap .main .trem .left .item .body table td, .sec2 .wrap .main .trem .left .item .body table th{
    font-size: 14px;
    height: 40px;
    padding-right: 40px;
  }
  .sec2 .wrap .main .trem .left .item .head p{
    font-size: 14px;
  }
  .sec2 .wrap .main .trem .left .item .head{
    height: 40px;
  }
  .sec2 .wrap .main .trem .left .item .body{
    padding:10px 20px;
  }
  .sec2 .wrap .main .trem .left .item .body table{
    width: 100%;
  }
  .sec2 .wrap .main .trem .left .item .body table th{
    /* width: 50%; */
    width: max-content;
  }
  .sec2 .wrap .tab.PC{
    display: none;
  }
  .sec2 .wrap .tab.PE{
    display: block;
  }
  .sec2 .wrap .tab.PE .swiper-slide{
    height: auto;
  }
  .sec2 .wrap .tab.PE .swiper-slide .item{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end
  }
  
  .sec2 .wrap .tab.PE .item::after{
    width: 100%;
  }
  .sec2 .wrap .tab.PE .swiper-slide-thumb-active .item::after{
    transform: scaleX(1);
    bottom: 0;
  }
  .sec2 .wrap .tab .item{
    max-width: none;
    width: 100%;
    padding-bottom: 10px;
  }
  .sec2 .wrap .main .trem .left .item .head .add{
    width: 16px;
    height:16px;
  }
  .sec2 .wrap .main .trem .left .item .head .add::before, .sec2 .wrap .main .trem .left .item .head .add::after{
    width: 16px;
    height: 2px;
  }
  .sec2 .wrap .main .trem .left .item .body table{
    display: block;
    overflow: scroll;
  }
  .sec2 .wrap .main .trem .left .item .body tbody{
    display: block;
    width: max-content;
    min-width: 100%;
  }
  .sec2 .wrap .main .trem .left .item .head{
    padding: 0 20px
  }
  .sec4 .wrap{
    padding: 50px 0;
  }
  .sec4 .wrap .main{
    gap:30px 20px;
  }
  .sec4 .wrap .main .item .text p{
    font-size: 14px;
  }
  /* .sec4 .wrap .main .swiper{
    width: 100%;
    margin-bottom: 30px;
  } */
  .sec4 .wrap .common_title{
    width: 90vw;
  }
  .sec4 .wrap{
    width: 90vw;
    margin: 0 auto;
  }
  /* .sec4 .wrap .main .swiper .item .text{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .sec4 .wrap .main .common_swiper_page{
    width: 90vw;
  }
  .common_swiper_page .swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    border-radius: 4px;
    margin: 0 3px;
  }
  .common_swiper_page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 24px;
  } */
  .sec4 .wrap .main{
    margin-top: 30px;
  }
  .sec5 .wrap .list{
    gap:30px 20px;
    flex-wrap: wrap;
  }
  .sec5 .wrap .list .item{
    width: calc(50% - 10px);
  }
  .sec5 .wrap .list .item .text{
    font-size: 14px;
  }
  .sec5 .wrap .list{
    margin-top: 30px;
  }
  .sec4 .wrap .main {
    grid-template-columns: repeat(2, 1fr);
  }
  .sec4 .wrap .main .item .img{
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .sec1 .wrap .main .item .text p{
    font-size: 14px;
  }

  .sec2 .wrap .main .trem .left .item .body .list{
    padding:20px 0;
    gap: 30px 40px;
    grid-template-columns: repeat(1,1fr);
  }
  .sec2 .wrap .main .trem .left .item .body .list .flex .icon{
    width: 24px;
    height: 24px;
  }
  .sec2 .wrap .main .trem .left .item .body .list .flex{
    gap: 10px;
    flex-direction: column;
    align-items: start;
  }
  .sec2 .wrap .main .trem .left .item .body .list .flex .content{
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  /* .sec4 .wrap{
    padding: 50px 0 50px 5vw;
  } */
  .sec5 .wrap .list .item{
    width: 100%;
  }
  .sec4 .wrap .main.type1,
  .sec4 .wrap .main,
  .sec1 .wrap .main .advantage-group .flex{
        grid-template-columns: repeat(1, 1fr);
  }
}