/* 公共样式 */
.swiperList-hover .swiper-button-next,
.swiperList-hover .swiper-button-prev {
  width: 44px;
  height: 44px;
  /* border: 1px solid #e0e2e4; */
  border: 1px solid #000;
  padding: 14px;
  border-radius: 50%;
  /* top: -40px; */
  /* background: #828898; */
  /* opacity: 0.5; */
}

.swiperList-hover .swiper-button-prev {
  right: 64px;
  left: initial;
  background-image: url(../img/l.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: invert(100%); */
}

.swiperList-hover .swiper-button-next {
  right: 0;
  left: initial;
  background-image: url(../img/r.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: invert(100%); */
}

.banner b {
  background: var(--space, linear-gradient(167deg, #FF5F41 1.62%, #FFB88D 49.29%, #FFF2DA 89.69%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 动态变色字体 */
#home-banner-slogan {
  font-size: 72px;
  height: auto;
  line-height: normal;
  user-select: none;
  text-align: center;
  margin: auto;
}

.container-glizWQ {
  position: relative;
}

.container-glizWQ .AXU2Ec1 {
  background-image: conic-gradient(from 90deg at 50% -10%,
      rgba(255, 83, 51, 1) -86.58deg,
      rgba(255, 171, 120, 1) 99.21deg,
      rgba(255, 213, 179, 1) 203.39deg,
      rgba(255, 242, 218, 1) 273.42deg);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-position-x: -50%;
  color: transparent;
}

.overlay-uXun_R {
  /* -webkit-filter: blur(10px); */
  /* filter: blur(10px); */
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.overlay-uXun_R .AXU2Ec2 {
  background-image: conic-gradient(from 0deg at 50% -10%,
      rgba(255, 83, 51, 1) -86.58deg,
      rgba(255, 171, 120, 1) 99.21deg,
      rgba(255, 213, 179, 1) 203.39deg,
      rgba(255, 242, 218, 1) 273.42deg);
  mask-image: linear-gradient(90deg,
      transparent -15.5556%,
      black,
      transparent 84.4444%);
  -moz-background-clip: text;
  -o-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  background-position-x: -50%;
  color: transparent;
}

#fourth h2,
#fifth h3,
#sixth h2 {
  background: var(--space, linear-gradient(167deg, #FF5F41 1.62%, #FFB88D 49.29%, #FFF2DA 89.69%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



/* 移动端 */
@media (max-width: 767px) {
  .title_box {
    filter: invert(0%);
  }

  .banner_title {
    padding-top: 33vw;
  }

  .banner_title h1 {
    font-size: 11.733vw;
    line-height: normal;
    margin-bottom: 3.200vw;
  }

  .banner_title p {
    font-size: 4.267vw;
    line-height: 6.400vw;
    letter-spacing: 2.560vw;
  }

  .banner_title .bannerBtn {
    padding-right: 3.200vw;
  }

  .bannerBtn svg {
    margin-left: 2.133vw;
  }

  .banner {
    height: auto;
  }

  #home-banner-slogan {
    font-size: 10.667vw;
  }

  .container-glizWQ .AXU2Ec1 {
    font-size: 10.667vw;
    line-height: normal;
  }

  .overlay-uXun_R .AXU2Ec2 {
    font-size: 10.667vw;
    line-height: normal;
  }

  .pt-80 {
    padding-top: 10.667vw;
  }

  .pb-80 {
    padding-bottom: 10.667vw;
  }
  .w-1120{
    padding-left:4.267vw ;
    padding-right: 4.267vw;
  }
  .fs-16{
    font-size: 3.733vw;
    line-height: 5.867vw;
  }
  .fs-16 br{
    display: none;
  }
  .thirdly {
  }

  #thirdly h4 {
    font-size: 5.333vw;
    line-height: 7.467vw;
  }

  #thirdly .pb-12 {
    padding-bottom: 3.200vw;
  }
  .thirdly-bottom .df-sb{
    display: block;
  }
  .thirdly-bottom li{
    width: 100%;
  }
  #fourth h2, #fifth h3, #sixth h2, #fifth h2{
    font-size: 6.467vw;
    line-height: 9.600vw;
  }
  .fifth-right {
    width: 70%;
  }
  .mb-100{
    margin-bottom: 8.533vw;
  }
  #sixth li{
    width: 24%;
  }
  #sixth h5{
    font-size: 3.733vw;
    line-height: 5.867vw;
  }
}