.banner-pc,
.banner-pad {
  transform-origin: bottom center;
  transition: 2s all ease-in-out;
}

.banner-pc.active {
  transform: scale(1.15);
}

.banner-pc.BigActive {
  transform: scale(1.15);
}

.banner-pad.active {
  transform: scale(1.3);
}

/* 公共样式 */
.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(../sk/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(../sk/img/r.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: invert(100%); */
}

/* 第三屏 */
#thirdly {}

.thirdly_text1 h2,
.thirdly_text2 h2 {
  background: linear-gradient(101deg,
      #ffae34 8.16%,
      #ff6b34 50.8%,
      #db0507 80.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 900px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.thirdly img {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 动态变色字体 */
#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%,
          rgb(255, 60, 19) -86.58deg,
          rgb(254, 124, 86) 99.21deg,
          rgb(255, 187, 134) 203.39deg,
          rgb(255, 70, 16) 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%,
  rgb(255, 60, 19) -86.58deg,
  rgb(254, 124, 86) 99.21deg,
  rgb(255, 187, 134) 203.39deg,
  rgb(255, 70, 16) 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;
}

.fifthly-left{
  width: 660px;
}


/* 第六屏 */
#sixthly h2 span {
  background: linear-gradient(91deg, #FF3C13 24.75%, #FFBB86 49.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sixthly {
  height: 200vh;
}

.sixthly_shade {
  background: linear-gradient(0deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.sixthly_shade.active {
  height: 50vh;
  /* opacity: 1; */
}

.sixthly_textBox h2 {
  opacity: 0;
  transform: translateY(-60px);
  transition: opacity 0.6s linear,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
}

.sixthly_textBox h2 b {
  border: 1px solid #fff;
  border-radius: 9999px;
  padding: 2px 12px;
  margin-bottom: 16px;
}

.sixthly_textBox h2.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}

.sixthly_textBox p {
  opacity: 0;
  transform: translateY(-60px);
  transition: opacity 0.6s linear 0.1s,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.sixthly_textBox p.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}

#sixthly_video {
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#sixthly_video.active {
  width: 100%;
  height: 100%;
}

#sixthly .sixthly_textBox h2 span {
  background: linear-gradient(101deg, #FFAE34 8.16%, #FF6B34 50.8%, #DB0507 80.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* new——第六屏 */
#new_sixthly h2 span {
  background: linear-gradient(91deg, #FF3C13 24.75%, #FFBB86 49.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.new_sixthly {
  height: 200vh;
}

.new_sixthly_shade {
  background: linear-gradient(0deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.new_sixthly_shade.active {
  height: 50vh;
  /* opacity: 1; */
}

.new_sixthly_textBox h2 {
  opacity: 0;
  transform: translateY(-60px);
  transition: opacity 0.6s linear,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
}

.new_sixthly_textBox h2 b {
  border: 1px solid #fff;
  border-radius: 9999px;
  padding: 2px 12px;
  margin-bottom: 16px;
}

.new_sixthly_textBox h2.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}

.new_sixthly_textBox p {
  opacity: 0;
  transform: translateY(-60px);
  transition: opacity 0.6s linear 0.1s,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.new_sixthly_textBox p.active {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}

#new_sixthly_video {
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#new_sixthly_video.active {
  width: 100%;
  height: 100%;
}

#new_sixthly .new_sixthly_textBox h2 span {
  background: linear-gradient(101deg, #FFAE34 8.16%, #FF6B34 50.8%, #DB0507 80.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



/* 第四屏 */
.fourth h2 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) -12.65%, #FFF 50.04%, rgba(255, 255, 255, 0.00) 111.49%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.fourth-mySwiper .swiper-slide {
  transition: 0.3s;
  transform: scale(0.9);
  opacity: 0.8;
}

.fourth-mySwiper .swiper-slide.swiper-slide-active,
.fourth-mySwiper .swiper-slide-duplicate-active {
  transform: scale(1);
  opacity: 1;
  transition: 0.3s;
}

.fourth ul {
  background-color: rgba(255, 255, 255, 0.14);
}

.fourth ul li.active {
  background-color: #fff;
}

.fourth ul li.active h5 {
  color: var(--Color-Text-Title);
  opacity: 1;
}

.fifthly h2 span {
  background: linear-gradient(91deg, #F23109 29.08%, #FFA55F 116.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fifthly .fifthly40 {
  background: linear-gradient(91deg, #F23109 29.08%, #FFA55F 116.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fifthly .fifthly40 span {
  background: linear-gradient(91deg, #F23109 29.08%, #FFA55F 116.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


#seventh h2 span {
  background: linear-gradient(125deg, #FF0035 -30.02%, #FFAE34 148.03%, #FCBB93 213.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#seventh ul li {
  border-radius: 8px;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, #F4F5F8 0%, #FEFEFE 100%);
}

#seventh ul li div {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(180deg, #262626 0%, #000 100%);
  box-shadow: 0px 16px 32px 0px rgba(38, 38, 38, 0.30);
  backdrop-filter: blur(4px);
}

.eighth h2 span {
  background: linear-gradient(93deg, #F23109 61.28%, #FFA55F 91.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.eighth ul li div {
  background: linear-gradient(90deg, #F23109 49.62%, #FFA55F 133.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.eighth ul li div span {
  background: linear-gradient(90deg, #F23109 49.62%, #FFA55F 133.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.ninth h2 {}

.ninth-content ul {
  border-bottom: 1px solid var(--Color-Fill-2, #C9CDD4);
}

.ninth-content li.active h3 {
  color: #ff4610;
}

.new_fourth_content ul li.active {
  width: 448px;
}

#new_fourth h2 span {
  background: linear-gradient(91deg, #F23109 29.08%, #FFA55F 116.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.new_fourth_content ul li div {
  backdrop-filter: blur(8px);
}

.newText-wrap p {
  transform: translateY(60px);
  opacity: 0;
  transition: opacity 0.6s linear,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newText-wrap p.active {
  transform: translateY(0px);
  opacity: 1;
}

.newText-content {
  transform-style: preserve-3d;
  /* transform-origin: bottom center; */
  will-change: transform;
  transition: transform 0.6s ease-in-out;
  height: 144px;
}

.newText-content1 {

  transform: translateZ(80px) rotateX(0deg);
  transition: transform 0.6s ease-in-out;
}

.newText-content1 h2 {
  background: linear-gradient(91deg, #F23109 29.08%, #FFA55F 116.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.newText-content2 {
  transform: translateZ(20px) rotateX(-90deg);
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
}

.newText-content2 h2 {
  background: linear-gradient(91deg, #F23109 29.08%, #FFA55F 116.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



/* pad端 */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  #new_sixthly_video {
    width: 100%;
    height: 100%;
  }

  #thirdly {
    height: 300px;
  }

  .sixthly {
    height: auto;
    padding: 40px 64px;
  }

  .sixthly_content {
    height: auto;
    position: inherit;
    display: block;
  }

  #sixthly_video {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .md_sixthly_title h2 {
    margin-bottom: 16px;
  }

  .md_sixthly_title {
    margin-bottom: 32px;
  }

  .line {
    width: 100% !important;
  }

  #secondly {
    height: auto;
  }

  .h-630 {
    height: auto;
  }

  .w-1152,
  .w-1120 {
    width: 888px;
  }

  .pt-80 {
    padding-top: 68px;
  }

  .pb-80 {
    padding-bottom: 68px;
  }

  .fs-28 {
    font-size: 24px;
  }

  .lh-36 {
    line-height: 32px;
  }

  .fs-48 {
    font-size: 28px;
  }

  .fs-40 {
    font-size: 28px;
  }

  .lh-48 {
    line-height: 36px;
  }

  .w-550 {
    width: 436px;
  }

  .mr-20 {
    margin-right: 16px;
  }

  .mb-20 {
    margin-bottom: 16px;
  }

  .mb-64 {
    margin-bottom: 48px;
  }

  .mb-24 {
    margin-bottom: 20px;
  }

  .fs-18 {
    font-size: 16px;
  }

  .lh-26 {
    line-height: 24px;
  }

  .w-560 {
    width: 456px;
  }

  .mr-64 {
    margin-right: 48px;
  }

  .pt-40 {
    padding-top: 24px;
  }

  .pb-40 {
    padding-bottom: 24px;
  }

  .w-800 {
    width: 588px;
  }

  .h-560 {
    height: 444px;
  }

  /* 移动端新第六屏 */
  #new_sixthly {
    height: auto;
    background: var(--Color-Background-Full);
    padding: 68px 64px;
  }

  .new_sixthly {
    height: auto;
  }

  .new_sixthly_content {
    position: inherit;
    height: auto;
    display: block;
  }


  .md_sixthly_title h2 {
    margin-bottom: 16px;
    color: #171B25;
  }

  #sixthly .md_sixthly_title h2 b {
    color: #171B25;
  }

  .sixthly_content {
    height: auto;
    display: block;
  }

  .sixthly_content video {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .md_new_sixthly_title {
    margin-bottom: 32px;
  }

  .md_new_sixthly_content .bg-white {
    width: 49%;
    height: 116px;
    border-radius: 8px;
  }

  .md_new_sixthly_content h3 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 2px;
  }

  .md_new_sixthly_content img {
    width: 142px;
  }

  .md_new_sixthly_content p {
    font-size: 12px;
    line-height: 20px;
  }

  .md_new_sixthly_content {
    display: flex;
    margin-top: 24px;
  }

  .new_fourth_content ul li.active {
    width: 288px;
  }

  .new_fourth_content ul li {
    width: 288px;
    height: 384px;
  }

  .ninth-content .w-966 {
    width: 100%;
  }
}

/* 小pad */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #new_sixthly_video {
    width: 100%;
    height: 100%;
  }
  .sixthly {
    height: auto;
    padding: 40px 64px;
  }

  .sixthly_content {
    height: auto;
    position: inherit;
    display: block;
  }

  #sixthly_video {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .md_sixthly_title h2 {
    margin-bottom: 16px;
  }

  .md_sixthly_title {
    margin-bottom: 32px;
  }

  .line {
    width: 100% !important;
  }

  .h-630 {
    height: auto;
  }

  .w-1152,
  .w-1120 {
    width: 680px;
  }

  .pt-40 {
    padding-top: 16px;
  }

  .pb-40 {
    padding-bottom: 16px;
  }

  .pt-80 {
    padding-top: 48px;
  }

  .pb-80 {
    padding-bottom: 48px;
  }

  .fs-28 {
    font-size: 20px;
  }

  .lh-36 {
    line-height: 28px;
  }

  .fs-48 {
    font-size: 28px;
  }

  .fs-40 {
    font-size: 28px;
  }

  .lh-48 {
    line-height: 36px;
  }

  .w-550 {
    width: 332px;
  }

  .mr-20 {
    margin-right: 16px;
  }

  .mb-20 {
    margin-bottom: 16px;
  }

  .mb-64 {
    margin-bottom: 32px;
  }

  .mb-24 {
    margin-bottom: 20px;
  }

  .fs-18 {
    font-size: 16px;
  }

  .lh-26 {
    line-height: 24px;
  }

  .w-560 {
    width: 348px;
  }

  .mr-64 {
    margin-right: 32px;
  }

  .w-800 {
    width: 480px;
  }

  .h-560 {
    height: 340px;
  }

  .banner {
    height: auto;
  }

  .banner_title {
    padding-top: 148px;
  }

  /* 移动端新第六屏 */
  #new_sixthly {
    height: auto;
    background: var(--Color-Background-Full);
    padding: 48px 44px;
  }

  .new_sixthly {
    height: auto;
  }

  .new_sixthly_content {
    position: inherit;
    height: auto;
    display: block;
  }


  .md_sixthly_title h2 {
    margin-bottom: 16px;
    color: #171B25;
  }

  #new_sixthly_video {
    height: auto;
  }

  #sixthly .md_sixthly_title h2 b {
    color: #171B25;
  }

  .sixthly_content {
    height: auto;
    display: block;
  }

  .sixthly_content video {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .md_new_sixthly_content .bg-white {
    width: 49%;
    height: 116px;
    border-radius: 8px;
  }

  .md_new_sixthly_content h3 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 2px;
  }

  .md_new_sixthly_content img {
    width: 142px;
  }

  .md_new_sixthly_content p {
    font-size: 12px;
    line-height: 20px;
  }

  .md_new_sixthly_content {
    display: flex;
    margin-top: 24px;
  }

  .new_fourth_content ul li.active {
    width: 216px;
  }

  .new_fourth_content ul li {
    width: 216px;
    height: 288px;
  }

  .md_new_sixthly_title {
    margin-bottom: 32px;
  }

  /* 第五屏 */
  #fifthly {
    background: var(--Color-Background-1, #FFF);
    padding: 48px 44px;
  }

  .md_fifthly_title {
    margin-bottom: 32px;
  }

  .md_fifthly_title h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
    text-align: left;
  }

  .md_fifthly_title p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .fifthly-left {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .seventh-left {
    width: 100%;
  }

  .seventh-left ul {
    margin-top: 32px;
    margin-right: 32px;
  }

  .seventh-title {
    margin-bottom: 32px;
  }


  /* 第八屏样式 */
  #eighth {
    padding: 48px 44px;
    background-color: var(--Color-Background-Full);
  }

  .eighth {
    width: 100%;
    display: block;
  }

  .eighth-title {
    margin-bottom: 32px;
  }

  .eighth-title h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  .eighth-title p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .eighth-right {
    width: 100%;
  }

  .eighth-right ul {
    margin-top: 24px;
    background-color: #fff;
    border-radius: 8px;
    justify-content: space-between;
    position: relative;
  }

  .eighth-right ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 327.5px;
    padding: 6px 12px;
    flex-wrap: wrap;
    margin-right: 0;
    height:104px;
  }

  .eighth-right ul li div {
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
  }

  .eighth-right ul li div span {
    font-size: 24px;
    line-height: 100%;
  }

  .eighth-right ul li p {
    font-size: 14px;
    line-height: normal;
    width: 100%;
    text-align: center;
  }

  .eighth-right ul::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 13px;
    width: 1px;
    height: 78px;
    background: var(--Color-Fill-4, #F2F4F7);
  }

  .ninth-imgBox {
    height: 380px;
  }

  .w-966 {
    width: 100%;
  }
}

/* 移动端 */
@media (max-width: 767px) {
  .banner_title h1 {
    color: #fff;
    font-size: 14.933vw;
    line-height: normal;
    margin-bottom: 2.133vw;
  }

  .banner_title p {
    color: #fff;
    opacity: 0.85;
    font-size: 3.733vw;
    line-height: 5.867vw;
    letter-spacing: 1.333vw;
    margin-bottom: 9.600vw;
  }

  .banner_title .bannerBtn {
    color: #fff;
     filter: invert(100%);
    width: fit-content;
    padding-left: 3.200vw;
    padding-right: 3.200vw;
  }

  .bannerBtn svg {
    margin-left: 2.133vw;
  }

  .PageHeader {
    position: relative;
  }

  .banner {
    height: auto;
  }

  .banner_title {
    padding-top: 21.333vw;
  }


  /* 移动端第二屏 */

  .secondly .pb-40 {
    padding-bottom: 4.267vw;
  }

  /* 移动端第三屏 */
  #thirdly {
    height: 80vw;
  }

  .md_thirdly_title h2 {
    background: linear-gradient(90deg, #FF3C13 17.41%, #FE7C56 61.28%, #FFBB86 109.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    font-size: 7.467vw;
    line-height: 9.6vw;
    margin: auto;
  }

  /* 移动端第二屏 */
  #secondly {
    height: auto;
    padding: 0 4.267vw;
  }

  .secondly {
    height: auto;
  }

  .secondly .pb-48 {
    padding-bottom: 8.53vw;
  }

  .secondly h3 {
    font-size: 5.33vw;
    line-height: 7.46vw;
  }

  .secondly div.br50 {
    width: 9.6vw;
    height: 9.6vw;
  }

  .secondly .br-20 {
    border-radius: 5.333vw;
  }

  .secondly img {
    border-radius: 2.13vw;
  }

  .secondly>.df-sb {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }

  .secondly .fl {
    width: 100%;
    height: auto;
    margin-bottom: 4.267vw;
    border-radius: 2.13vw;
    overflow: hidden;
  }

  .secondly .fl:last-child {
    margin-bottom: 0;
  }

  .secondly_right {
    width: 100%;
    height: auto;
  }

  .secondly_right ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }

  .secondly_right li {
    width: 100%;
    height: auto;
    margin-bottom: 4.267vw;
  }

  .secondly .fl .t-0 {
    top: initial;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 6.400vw;
  }

  /* 移动端第六屏 */
  #sixthly {
    height: auto;
  }

  .sixthly {
    height: auto;
    padding: 10.667vw 4.267vw;
  }

  .sixthly_title {
    position: inherit;
    font-size: 6.4vw;
    line-height: 8.533vw;
    padding-top: 10.667vw;
    padding-bottom: 8.533vw;
  }

  .md_sixthly_title h2 {
    font-size: 6.4vw;
    line-height: 8.533vw;
    margin-bottom: 2.133vw;
    color: #171B25;
  }

  #sixthly .md_sixthly_title h2 b {
    color: #171B25;
  }


  .md_sixthly_title p {
    font-size: 3.733vw;
    line-height: normal;
    margin-bottom: 6.400vw;
    color: var(--Color-Text-T2);
  }

  .sixthly_content {
    height: auto;
    display: block;
  }

  .sixthly_content video {
    width: 100%;
    height: auto;
    border-radius: 3.2vw;
  }

  #newText {
    display: none;
  }


  /* 移动端新第六屏 */
  #new_sixthly {
    height: auto;
    background: var(--Color-Background-Full);
  }

  .new_sixthly {
    height: auto;
    padding: 10.667vw 4.267vw;
  }

  .new_sixthly_content {
    position: inherit;
    height: auto;
    display: block;
  }

  .sixthly_title {
    position: inherit;
    font-size: 6.4vw;
    line-height: 8.533vw;
    padding-top: 10.667vw;
    padding-bottom: 8.533vw;
  }

  .md_sixthly_title h2 {
    font-size: 6.4vw;
    line-height: 8.533vw;
    margin-bottom: 2.133vw;
    color: #171B25;
  }

  #sixthly .md_sixthly_title h2 b {
    color: #171B25;
  }


  .md_sixthly_title p {
    font-size: 3.733vw;
    line-height: normal;
    margin-bottom: 6.400vw;
    color: var(--Color-Text-T2);
  }

  .sixthly_content {
    height: auto;
    display: block;
  }

  .sixthly_content video {
    width: 100%;
    height: auto;
    border-radius: 3.2vw;
  }

  .md_new_sixthly_content .bg-white {
    width: 49%;
    height: 22.933vw;
    border-radius: 3.200vw;
  }

  .md_new_sixthly_content h3 {
    font-size: 5.333vw;
    margin-top: 0.533vw;
  }
  .md_new_sixthly_content svg{
    width: 6.467vw;
    height: 6.467vw;
  }

  .md_new_sixthly_content img {
    width: 25.600vw;
  }

  .md_new_sixthly_content p {
    font-size: 2.667vw;
  }

  .md_new_sixthly_content {
    display: flex;
    margin-top: 4.267vw;
  }

  /* 第五屏 */
  #fifthly {
    background: var(--Color-Background-1, #FFF);
    padding: 10.667vw 4.267vw;
  }

  .md_fifthly_title {
    margin-bottom: 6.400vw;
  }

  .md_fifthly_title h2 {
    font-size: 6.400vw;
    line-height: 8.533vw;
    margin-bottom: 4.267vw;
  }

  .md_fifthly_title p {
    font-size: 4.267vw;
    line-height: 6.400vw;
  }

  .fifthly-left {
    width: 100%;
    height: auto;
    margin: 0;
  }

  /* 双区随动 */
  #new_fourth {
    padding: 10.667vw 4.267vw;
  }

  .new_fourth_title {
    margin-bottom: 6.400vw;
  }

  .new_fourth_title h2 {
    font-size: 6.400vw;
    line-height: 8.533vw;
    margin-bottom: 4.267vw;
  }

  .new_fourth_title p {
    font-size: 4.267vw;
    line-height: 6.400vw;
  }

  .md_new_fourth-mySwiper .swiper-slide div {
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(2.133vw);
  }

  .md_new_fourth-pagination {
    display: flex;
    justify-content: center;
    margin-top: 6.400vw;
  }

  .md_new_fourth-pagination .swiper-pagination-bullet {
    width: 2.133vw;
    height: 2.133vw;
    background: var(--Color-Fill-3);
    border-radius: 2666.400vw;
    margin: 0 1.600vw;
  }

  .md_new_fourth-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8.533vw;
    background: var(--Color-Brand-Normal, #FF4610);
    justify-content: center;
  }

  /* 第七屏 */
  #seventh {
    padding: 10.667vw 4.267vw;
  }

  .seventh {
    display: block;
  }

  .seventh-left {
    width: 100%;
  }

  .seventh-title {
    margin-bottom: 6.400vw;
  }

  .seventh-title h2 {
    font-size: 6.400vw;
    line-height: 8.533vw;
    text-align: center;
    margin-bottom: 4.267vw;
  }

  .seventh-left ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 6.400vw;
  }

  .seventh-left ul li {
    text-align: center;
    width: 28.000vw;
    padding: 4.267vw;
    border-radius: 3.200vw;
    margin-right: 0;
  }

  .seventh-left ul li div {
    margin: auto;
    width: 11.733vw;
    height: 11.733vw;
    padding: 2.667vw;
    margin-bottom: 2.133vw;
  }

  .seventh-left ul li div img {
    width: 7.467vw;
  }

  .seventh-left ul li h5 {
    font-size: 3.200vw;
    line-height: 5.333vw;
  }

  .seventh-left p {
    font-size: 4.267vw;
    line-height: 6.400vw;
    margin-top: 0;
  }

  /* 第八屏样式 */
  #eighth {
    padding: 10.667vw 4.267vw;
    background-color: var(--Color-Background-Full);
  }

  .eighth {
    width: 100%;
    display: block;
  }

  .eighth-title {
    margin-bottom: 6.400vw;
  }

  .eighth-title h2 {
    font-size: 6.400vw;
    line-height: 8.533vw;
    text-align: center;
  }

  .eighth-title p {
    font-size: 4.267vw;
    line-height: 6.400vw;
    text-align: center;
  }

  .eighth-right {
    width: 100%;
  }

  .eighth-right ul {
    margin-top: 4.267vw;
    background-color: #fff;
    border-radius: 3.200vw;
    justify-content: space-between;
    position: relative;
  }

  .eighth-right ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42.400vw;
    padding: 1.600vw 3.200vw;
    flex-wrap: wrap;
    margin-right: 0;
  }

  .eighth-right ul li div {
    font-size: 13.867vw;
    line-height: 17.067vw;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
  }

  .eighth-right ul li div span {
    font-size: 6.400vw;
    line-height: 100%;
  }

  .eighth-right ul li p {
    font-size: 3.733vw;
    line-height: normal;
    width: 100%;
    text-align: center;
  }

  .eighth-right ul::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 3.467vw;
    width: 0.267vw;
    height: 20.800vw;
    background: var(--Color-Fill-4, #F2F4F7);
  }


  /* 移动端第九屏 */
  #ninth {
    height: auto;
  }

  .md_ninth {
    padding: 10.667vw 4.267vw;
    height: auto;
  }

  .md_ninth_title h2 {
    font-size: 6.4vw;
    line-height: 8.533vw;
    margin-bottom: 8.533vw;
    color: var(--Color-Text-Title, #171B25);
  }

  .md_ninth-content {
    height: auto;
  }

  .md_ninth-content .swiper-wrapper {}

  .md_ninth-content .swiper-wrapper .swiper-slide {
    height: auto;
  }

  .md_ninth-content .swiper-wrapper .swiper-slide img {
    height: auto;
    margin-bottom: 10.667vw;
    border-radius: 3.2vw;
  }

  .md_ninth-content .swiper-wrapper .swiper-slide h2 {
    color: var(--Color-Text-Title, #171B25);
    font-size: 4.8vw;
    line-height: 6.933vw;
    margin-bottom: 3.2vw;
  }

  .md_ninth-content .swiper-wrapper .swiper-slide p {
    font-size: 4.267vw;
    line-height: 6.400vw;
    margin-bottom: 5.867vw;
    color: var(--Color-Text-T2, #61687C);
  }

  .md_ninth-content .swiper-wrapper .swiper-slide {}

  .md_ninth-pagination {
    display: flex;
    justify-content: center;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 2666.400vw;
    background: var(--Color-Brand-Normal, #FF4610);
    width: 8.533vw;
    height: 2.133vw;
  }

  .swiper-pagination-bullet {
    width: 2.133vw;
    height: 2.133vw;
    border-radius: 2666.400vw;
    background: var(--Color-Fill-3, #E5E6EB);
  }
}