body {
  --next-box-height: 33.5vw;
  --next-box-title-width: 15.625vw;
  --next-box-title-height: 4.5vw;
}
.section-gap {
  margin-top: 0.6rem;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
@media (max-width: 1536) {
  .section-gap {
    margin-top: 8.8vw;
  }
}
@media (max-width: 1280px) {
  .section-gap {
    margin-top: 7.2vw;
  }
}
@media (max-width: 1024px) {
  .section-gap {
    margin-top: 5.2vw;
  }
}
@media (max-width: 767px) {
  .section-gap {
    margin-top: 20px;
  }
}
.section-l-margin {
  padding-left: 8.33vw;
}
@media (max-width: 1536) {
  .section-l-margin {
    padding-left: 5.33vw;
  }
}
@media (max-width: 1280px) {
  .section-l-margin {
    padding-left: 40px;
  }
}
.button-action {
  width: fit-content;
  position: relative;
  margin: 0;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-weight: 400;
  font-family: inherit;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.button-action a {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.button-action:hover a {
  animation-delay: 0.06s;
}
@keyframes rotate624 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes storm1261 {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
.button-action {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.button-action a {
  width: 258px;
  height: 50px;
  line-height: 50px;
  z-index: 20;
  display: block;
}
.button-action:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.4;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.button-action:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 767px) {
  .button-action a {
    width: 130px;
    height: 30px;
    line-height: 30px;
    z-index: 20;
    font-size: 14px;
    display: block;
  }
}
.button-action2 {
  background: transparent;
  position: relative;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 25px;
  outline: none;
  overflow: hidden;
  color: #fff;
  transition: color 0.3s 0.1s ease-out;
  text-align: center;
}
.button-action2 span {
  margin: 10px;
}
.button-action2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center;
  transition: box-shadow 0.4s ease-out;
  z-index: -1;
}
.button-action2:hover {
  color: #000;
  border: 1px solid #fff;
}
.button-action2:hover::before {
  box-shadow: inset 0 0 0 10em #fff;
}
.animate__delay-01s {
  animation-delay: 0.12s;
}
.animate__duration-2s {
  animation-duration: 2s;
}
.animate__duration-15s {
  animation-duration: 1.5s;
}
.animate__duration-13s {
  animation-duration: 1.3s;
}
.button-hover {
  background: transparent;
  position: relative;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 25px;
  outline: none;
  overflow: hidden;
  color: #fff;
  transition: all 0.3s 0.1s ease-out;
  text-align: center;
}
.button-hover:hover {
  color: #000;
  background: #fff;
}
.button-hover2 {
  background: transparent;
  position: relative;
  padding: 0.78vw 4.68vw;
  display: flex;
  align-items: center;
  font-size: calc(12px + 0.2vw);
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 8px;
  outline: none;
  overflow: hidden;
  color: #fff;
  transition: all 0.3s 0.1s ease-out;
  text-align: center;
}
.button-hover2:hover {
  color: #000;
  background: #fff;
}
@media (max-width: 767px) {
  .button-hover2 {
    border-radius: 4px;
    padding: 4px 29px;
  }
}
.header {
  height: 100vh !important;
}
.headerSwiper .swiper-slide::before {
  content: '';
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent 42%);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .headerSwiper .swiper-slide::before {
    content: '';
    background: unset;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
  }
  .slide-text-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.second-screen {
  width: 100%;
  max-height: 100vh;
  background: url(../assets/second-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.second-screen .second-title-box {
  text-align: center;
  padding-top: 3.77vw;
  padding-bottom: 5.1vw;
}
.second-screen .second-title-box .second-title {
  color: #fff;
  font-size: calc(20px + 1.145vw);
  text-align: center;
}
.second-screen .second-title-box .second-title-second {
  color: #999;
  padding-top: 1.56vw;
  font-size: calc(10px + 0.729vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.2vw;
}
.second-screen .second-title-box .second-title-second .active {
  color: #fff;
}
.second-screen .second-title-box .second-title-second li {
  cursor: pointer;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box {
  position: relative;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car {
  justify-content: center;
  margin-top: 1.86vw;
  margin-bottom: 1.16vw;
  height: 23.4vw;
  display: flex;
  align-items: flex-end;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='E3L'] {
  width: 44.01vw;
  transform: translateX(80vw);
  transition: transform 1.8s ease-out;
  position: relative;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='E3L'] .second-car-img {
  width: 100%;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='E3L'] .tyre-front {
  width: 6.2vw;
  position: absolute;
  bottom: 0.2vw;
  left: 7.2vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='E3L'] .tyre-rear {
  width: 6.2vw;
  position: absolute;
  bottom: 0.2vw;
  right: 4.9vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='T5LEV'] {
  width: 44.01vw;
  transform: translateX(80vw);
  transition: transform 1.8s ease-out;
  position: relative;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='T5LEV'] .second-car-img {
  width: 100%;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='T5LEV'] .tyre-front {
  width: 5.25vw;
  position: absolute;
  bottom: 0.4vw;
  left: 2.3vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='T5LEV'] .tyre-rear {
  width: 5.25vw;
  position: absolute;
  bottom: 0.3vw;
  right: 8.8vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='S1'] {
  width: 44.01vw;
  transform: translateX(80vw);
  transition: transform 1.8s ease-out;
  position: relative;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='S1'] .second-car-img {
  width: 100%;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='S1'] .tyre-front {
  width: 5.65vw;
  position: absolute;
  bottom: 0.6vw;
  left: 3.3vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='S1'] .tyre-rear {
  width: 5.75vw;
  position: absolute;
  bottom: 0.37vw;
  right: 8.7vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='S6'] {
  width: 44.01vw;
  transform: translateX(80vw);
  transition: transform 1.8s ease-out;
  position: relative;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='S6'] .second-car-img {
  width: 100%;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='S6'] .tyre-front {
  width: 5.1vw;
  position: absolute;
  bottom: 0.4vw;
  left: 1.9vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='S6'] .tyre-rear {
  width: 5.15vw;
  position: absolute;
  bottom: 0.37vw;
  right: 7.9vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='易家宿营车'] {
  width: 44.01vw;
  transform: translateX(80vw);
  transition: transform 1.8s ease-out;
  position: relative;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='易家宿营车'] .second-car-img {
  width: 100%;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='易家宿营车'] .tyre-front {
  width: 6.45vw;
  position: absolute;
  bottom: 0vw;
  left: 4.7vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='易家宿营车'] .tyre-rear {
  width: 5.95vw;
  position: absolute;
  bottom: 0.4vw;
  right: 4.42vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='小海狮'] {
  width: 44.01vw;
  transform: translateX(80vw);
  transition: transform 1.8s ease-out;
  position: relative;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='小海狮'] .second-car-img {
  width: 100%;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='小海狮'] .tyre-front {
  width: 6.55vw;
  position: absolute;
  bottom: 0.4vw;
  left: 3.2vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='小海狮'] .tyre-rear {
  width: 6.55vw;
  position: absolute;
  bottom: 0.4vw;
  right: 5.3vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='好运'] {
  width: 44.01vw;
  transform: translateX(80vw);
  transition: transform 1.8s ease-out;
  position: relative;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='好运'] .second-car-img {
  width: 100%;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='好运'] .tyre-front {
  width: 6.09vw;
  position: absolute;
  bottom: 0.4vw;
  left: 2.9vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='好运'] .tyre-rear {
  width: 6.09vw;
  position: absolute;
  bottom: 0.4vw;
  right: 5.8vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='新海狮'] {
  width: 44.01vw;
  transform: translateX(80vw);
  transition: transform 1.8s ease-out;
  position: relative;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='新海狮'] .second-car-img {
  width: 100%;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='新海狮'] .tyre-front {
  width: 6.29vw;
  position: absolute;
  bottom: 0.55vw;
  left: 2.4vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='新海狮'] .tyre-rear {
  width: 6.29vw;
  position: absolute;
  bottom: 0.4vw;
  right: 5.4vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='G01F'] {
  width: 44.01vw;
  transform: translateX(80vw);
  transition: transform 1.8s ease-out;
  position: relative;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='G01F'] .second-car-img {
  width: 100%;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='G01F'] .tyre-front {
  width: 7.4vw;
  position: absolute;
  bottom: 0.45vw;
  left: 5.6vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='G01F'] .tyre-rear {
  width: 7.4vw;
  position: absolute;
  bottom: 0.3vw;
  right: 4.1vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='大虎EDI'] {
  width: 44.01vw;
  transform: translateX(80vw);
  transition: transform 1.8s ease-out;
  position: relative;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='大虎EDI'] .second-car-img {
  width: 100%;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='大虎EDI'] .tyre-front {
  width: 6.9vw;
  position: absolute;
  bottom: 0.5vw;
  left: 4.6vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='大虎EDI'] .tyre-rear {
  width: 6.9vw;
  position: absolute;
  bottom: 0.5vw;
  right: 5.9vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='金海狮'] {
  width: 44.01vw;
  transform: translateX(80vw);
  transition: transform 1.8s ease-out;
  position: relative;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='金海狮'] .second-car-img {
  width: 100%;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='金海狮'] .tyre-front {
  width: 6.09vw;
  position: absolute;
  bottom: 0.3vw;
  left: 3.8vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='金海狮'] .tyre-rear {
  width: 6vw;
  position: absolute;
  bottom: 0.3vw;
  right: 4.9vw;
  transition: transform 1.8s ease-out;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide.swiper-slide-active.current-slide .second-swiper-car .second-car {
  transform: translateX(0);
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide.swiper-slide-active.current-slide .second-swiper-car .second-car .second-car-img {
  width: 100%;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide.swiper-slide-active.current-slide .second-swiper-car .second-car .tyre-front {
  transform: rotateZ(-1440deg);
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide.swiper-slide-active.current-slide .second-swiper-car .second-car .tyre-rear {
  transform: rotateZ(-1440deg);
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-bottom .second-bottom-title {
  font-size: calc(10px + 0.729vw);
  color: #fff;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-bottom .second-swiper-button {
  padding-top: 1.5625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.0833vw;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-bottom .second-swiper-button .button-explore {
  border-radius: 0.416vw;
  width: calc(100px + 8.22vw);
  height: calc(30px + 1.1vw);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-bottom .second-swiper-button .button-book {
  border-radius: 0.416vw;
  width: calc(100px + 8.22vw);
  height: calc(30px + 1.1vw);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .second-arrow-left {
  position: absolute;
  top: 32%;
  left: 40px;
  cursor: pointer;
  z-index: 2;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .second-arrow-left img {
  width: 22px;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .second-arrow-right {
  position: absolute;
  top: 32%;
  right: 40px;
  cursor: pointer;
  z-index: 2;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .second-arrow-right img {
  width: 22px;
}
.second-screen .second-title-box .second-swiper-list .second-swiper-box .second-arrow-right:hover img {
  filter: brightness(1);
}
@keyframes rear {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1540px) {
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car {
    height: 22.4vw;
  }
}
@media (max-width: 1024px) {
  .second-screen .second-title-box {
    padding: 0 50px;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 80px;
  }
  .second-screen .second-title-box .second-title {
    color: #fff;
    font-size: 32px;
  }
  .second-screen .second-title-box .second-title-second {
    padding: 0 50px;
    padding-top: 10px;
    font-size: 18px;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box {
    position: relative;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car {
    margin-top: 85px;
    margin-bottom: 20px;
    height: 23.4vw;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='E3L'] {
    width: 44.01vw;
    transform: translateX(80vw);
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='E3L'] .second-car-img {
    width: 100%;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='T5LEV'] {
    width: 44.01vw;
    transform: translateX(80vw);
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='T5LEV'] .second-car-img {
    width: 100%;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='小海狮'] {
    width: 44.01vw;
    transform: translateX(80vw);
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='小海狮'] .second-car-img {
    width: 100%;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='小海狮'] .tyre-front {
    width: 6.55vw;
    bottom: 0.4vw;
    left: 3.2vw;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='小海狮'] .tyre-rear {
    width: 6.55vw;
    bottom: 0.4vw;
    right: 5.3vw;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='好运'] {
    width: 44.01vw;
    transform: translateX(80vw);
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='好运'] .second-car-img {
    width: 100%;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='好运'] .tyre-front {
    width: 6.09vw;
    bottom: 0.4vw;
    left: 2.9vw;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='好运'] .tyre-rear {
    width: 6.09vw;
    bottom: 0.4vw;
    right: 5.8vw;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='金海狮'] {
    width: 44.01vw;
    transform: translateX(80vw);
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='金海狮'] .second-car-img {
    width: 100%;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='金海狮'] .tyre-front {
    width: 6.09vw;
    position: absolute;
    bottom: 0.3vw;
    left: 3.8vw;
    transition: transform 1.8s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='金海狮'] .tyre-rear {
    width: 6vw;
    position: absolute;
    bottom: 0.3vw;
    right: 4.9vw;
    transition: transform 1.8s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-bottom .second-bottom-title {
    font-size: 20px;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-bottom .second-swiper-button {
    padding-top: 36px;
    gap: 40px;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-bottom .second-swiper-button .button-explore {
    border-radius: 8px;
    width: 200px;
    height: 40px;
    font-size: 16px;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-bottom .second-swiper-button .button-book {
    border-radius: 8px;
    width: 200px;
    height: 40px;
    font-size: 16px;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .second-arrow-left {
    top: 32%;
    left: -24px;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .second-arrow-left img {
    width: 14px;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .second-arrow-right {
    top: 32%;
    right: -24px;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .second-arrow-right img {
    width: 14px;
  }
}
@media (max-width: 767px) {
  .second-screen .second-title-box {
    padding: 0 20px;
    padding-top: 65px;
    padding-bottom: 60px;
  }
  .second-screen .second-title-box .second-title {
    font-size: 24px;
  }
  .second-screen .second-title-box .second-title-second {
    padding: 0 0px;
    padding-top: 10px;
    font-size: 14px;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box {
    position: relative;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car {
    margin-top: 65px;
    margin-bottom: 20px;
    height: 110px;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='E3L'] {
    transform: translateX(80vw);
    width: 240px;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='E3L'] .second-car-img {
    width: 100%;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='E3L'] .tyre-front {
    width: 13%;
    bottom: 1%;
    left: 17%;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='E3L'] .tyre-rear {
    width: 13%;
    bottom: 1%;
    right: 11.5%;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='T5LEV'] {
    transform: translateX(80vw);
    width: 240px;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='T5LEV'] .second-car-img {
    width: 100%;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='T5LEV'] .tyre-front {
    width: 12%;
    bottom: 2.4%;
    left: 5.5%;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='T5LEV'] .tyre-rear {
    width: 12%;
    bottom: 1.6%;
    right: 20%;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='S1'] {
    transform: translateX(80vw);
    width: 240px;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='S1'] .second-car-img {
    width: 100%;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='S1'] .tyre-front {
    width: 12%;
    bottom: 4%;
    left: 8%;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='S1'] .tyre-rear {
    width: 12%;
    bottom: 1%;
    right: 21%;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='S6'] {
    transform: translateX(80vw);
    width: 240px;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='S6'] .second-car-img {
    width: 100%;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='S6'] .tyre-front {
    width: 12%;
    bottom: 1%;
    left: 4%;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='S6'] .tyre-rear {
    width: 12%;
    bottom: 2%;
    right: 18%;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='易家宿营车'] {
    transform: translateX(80vw);
    width: 240px;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='易家宿营车'] .second-car-img {
    width: 100%;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='易家宿营车'] .tyre-front {
    width: 12.5%;
    bottom: 2%;
    left: 12.2%;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='易家宿营车'] .tyre-rear {
    width: 12.5%;
    bottom: 2%;
    right: 10%;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='小海狮'] {
    transform: translateX(80vw);
    width: 240px;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='小海狮'] .second-car-img {
    width: 100%;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='小海狮'] .tyre-front {
    width: 15%;
    bottom: 2%;
    left: 7%;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='小海狮'] .tyre-rear {
    width: 15%;
    bottom: 2%;
    right: 11.5%;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='好运'] {
    transform: translateX(80vw);
    width: 240px;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='好运'] .second-car-img {
    width: 100%;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='好运'] .tyre-front {
    width: 33px;
    bottom: 4px;
    left: 16px;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='好运'] .tyre-rear {
    width: 33px;
    bottom: 4px;
    right: 31px;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='G01F'] {
    transform: translateX(80vw);
    width: 240px;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='G01F'] .second-car-img {
    width: 100%;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='G01F'] .tyre-front {
    width: 16%;
    bottom: 2%;
    left: 13%;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='G01F'] .tyre-rear {
    width: 16%;
    bottom: 1%;
    right: 10%;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='大虎EDI'] {
    transform: translateX(80vw);
    width: 240px;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='大虎EDI'] .second-car-img {
    width: 100%;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='大虎EDI'] .tyre-front {
    width: 16.3%;
    bottom: 1%;
    left: 10%;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='大虎EDI'] .tyre-rear {
    width: 16.3%;
    bottom: 2%;
    right: 13.1%;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='新海狮'] {
    transform: translateX(80vw);
    width: 240px;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='新海狮'] .second-car-img {
    width: 100%;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='新海狮'] .tyre-front {
    width: 12.7%;
    bottom: 3%;
    left: 6.2%;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='新海狮'] .tyre-rear {
    width: 12.7%;
    bottom: 3%;
    right: 13%;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='金海狮'] {
    transform: translateX(80vw);
    width: 240px;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='金海狮'] .second-car-img {
    width: 100%;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='金海狮'] .tyre-front {
    width: 12.5%;
    bottom: 3%;
    left: 9%;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-car .second-car[data-car='金海狮'] .tyre-rear {
    width: 12.5%;
    bottom: 2%;
    right: 11.1%;
    transition: transform 1s ease-out;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide.swiper-slide-active.current-slide .second-swiper-car .second-car {
    transform: translateX(0);
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide.swiper-slide-active.current-slide .second-swiper-car .second-car .second-car-img {
    width: 100%;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide.swiper-slide-active.current-slide .second-swiper-car .second-car .tyre-front {
    transform: rotateZ(-1440deg);
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide.swiper-slide-active.current-slide .second-swiper-car .second-car .tyre-rear {
    transform: rotateZ(-1440deg);
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-bottom .second-bottom-title {
    font-size: 16px;
    color: #fff;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-bottom .second-swiper-button {
    padding-top: 20px;
    gap: 15px;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-bottom .second-swiper-button .button-explore {
    border-radius: 6px;
    width: 200px;
    height: 40px;
    font-size: 14px;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .swiper-slide .second-swiper-bottom .second-swiper-button .button-book {
    border-radius: 6px;
    width: 200px;
    height: 40px;
    font-size: 14px;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .second-arrow-left {
    top: 32%;
    left: 0px;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .second-arrow-left img {
    width: 14px;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .second-arrow-right {
    top: 32%;
    right: 0px;
  }
  .second-screen .second-title-box .second-swiper-list .second-swiper-box .second-arrow-right img {
    width: 14px;
  }
}
.third-screen {
  background: #F8F8F8;
}
.third-screen .third-title-box {
  text-align: center;
  padding-top: 112px;
  padding-bottom: 95px;
}
.third-screen .third-title-box .third-title {
  color: #000;
  font-size: 44px;
}
.third-screen .third-title-box .third-title-second {
  color: #333;
  padding-top: 10px;
  font-size: 24px;
}
.third-screen .third-screen-continer {
  width: 100%;
  height: 800px;
  position: relative;
}
.third-screen .third-screen-continer .thirdSwiperText {
  width: 100%;
  height: 100%;
  padding-top: 110px;
  position: absolute;
  top: 0px;
  text-align: center;
  color: #fff;
  z-index: 2;
  pointer-events: none;
}
.third-screen .third-screen-continer .thirdSwiperText li .thirdSwiperText-text {
  width: 100%;
  position: absolute;
  top: 110px;
}
.third-screen .third-screen-continer .thirdSwiper {
  height: 100%;
}
.third-screen .third-screen-continer .thirdSwiper .swiper-wrapper .swiper-slide {
  width: 1200px;
}
.third-screen .third-screen-continer .thirdSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .third-screen .third-title-box {
    padding: 0 50px;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 40px;
  }
  .third-screen .third-title-box .third-title {
    color: #000;
    font-size: 32px;
  }
  .third-screen .third-title-box .third-title-second {
    padding: 0 50px;
    color: #333;
    padding-top: 10px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .third-screen .third-title-box {
    padding: 0 20px;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 40px;
  }
  .third-screen .third-title-box .third-title {
    color: #000;
    font-size: 24px;
  }
  .third-screen .third-title-box .third-title-second {
    padding: 0 50px;
    color: #333;
    padding-top: 10px;
    font-size: 16px;
  }
  .third-screen .third-screen-continer {
    height: 300px;
  }
  .third-screen .third-screen-continer .thirdSwiperText {
    padding-top: 20px;
  }
  .third-screen .third-screen-continer .thirdSwiperText li .thirdSwiperText-text {
    top: 25px;
  }
  .third-screen .third-screen-continer .thirdSwiper {
    height: 100%;
  }
  .third-screen .third-screen-continer .thirdSwiper .swiper-wrapper .swiper-slide {
    width: 100vw;
  }
  .third-screen .third-screen-continer .thirdSwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
}
.thirdSwiperText-text1 {
  font-size: 26px;
  opacity: 0;
  font-weight: 300;
  z-index: 0;
  transition: all 0.3s cubic-bezier(0.42, 0, 0, 1);
}
.thirdSwiperText-text2 {
  padding-top: 10px;
  font-size: 34px;
  font-weight: 400;
  opacity: 0;
  z-index: 0;
  transition: all 0.3s cubic-bezier(0.42, 0, 0, 1);
}
.thirdSwiperText-more {
  opacity: 0;
  z-index: 0;
  transition: all 1s cubic-bezier(0.42, 0, 0, 1);
  position: absolute;
  bottom: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  pointer-events: all;
}
.thirdSwiperText-more p {
  margin-right: 10px;
}
.thirdSwiperText-more img {
  width: 7px;
}
.ani-slide p,
.ani-slide .thirdSwiperText-more {
  opacity: 1;
  z-index: 1;
}
.thirdSwiper-arrow-left {
  position: absolute;
  top: 50%;
  left: calc((100vw - 1200px) / 2 + 24px);
  z-index: 2;
}
.thirdSwiper-arrow-right {
  position: absolute;
  top: 50%;
  z-index: 2;
  right: calc((100vw - 1200px) / 2 + 24px);
}
@media (max-width: 1201px) {
  .thirdSwiper-arrow-left {
    position: absolute;
    top: 50%;
    left: 24px;
  }
  .thirdSwiper-arrow-right {
    position: absolute;
    top: 50%;
    right: 24px;
  }
}
@media (max-width: 767px) {
  .thirdSwiperText-more {
    bottom: 25px;
    font-size: 14px;
  }
  .thirdSwiperText-text1 {
    font-size: 14px;
  }
  .thirdSwiperText-text2 {
    padding-top: 5px;
    font-size: 18px;
  }
}
.fourth-screen {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.fourth-screen .fourth-screen-continer {
  width: 30%;
  position: relative;
}
.fourth-screen .fourth-screen-continer .fourth-continer-img {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}
.fourth-screen .fourth-screen-continer .fourth-screen-text {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 5.98vw;
  opacity: 0;
  transform: translateY(100%);
}
.fourth-screen .fourth-screen-continer .fourth-screen-text .fourth-title {
  font-size: calc(16px + 0.625vw);
  display: none;
}
.fourth-screen .fourth-screen-continer .fourth-screen-text .fourth-second-title {
  padding-top: 0.2vw;
  font-size: calc(20px + 1.1458vw);
}
.fourth-screen .fourth-screen-continer .fourth-screen-text .fourth-second-button {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 2vw;
}
@media (max-width: 1200px) {
  .fourth-screen {
    height: auto;
  }
  .fourth-screen .fourth-screen-continer {
    width: 100%;
    position: relative;
  }
  .fourth-screen .fourth-screen-continer .fourth-continer-img {
    height: 57vw;
  }
}
@media (max-width: 767px) {
  .fourth-screen {
    height: auto;
  }
  .fourth-screen .fourth-screen-continer {
    width: 100%;
    position: relative;
  }
  .fourth-screen .fourth-screen-continer .fourth-continer-img {
    height: 300px;
  }
  .fourth-screen .fourth-screen-continer .fourth-screen-text {
    top: 25px;
    opacity: 1;
    transform: translateY(0%);
  }
  .fourth-screen .fourth-screen-continer .fourth-screen-text .fourth-title {
    font-size: 16px;
  }
  .fourth-screen .fourth-screen-continer .fourth-screen-text .fourth-second-title {
    font-size: 18px;
  }
}
.fifth-screen {
  width: 100%;
  height: 30vw;
  display: flex;
  flex-direction: row;
  column-gap: 30px;
}
.fifth-screen .fifth-screen-box {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.fifth-screen .fifth-screen-box .fifth-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.fifth-screen .fifth-screen-box .fifth-text-box {
  width: 100%;
  position: absolute;
  top: 4.28vw;
  color: #fff;
  text-align: center;
}
.fifth-screen .fifth-screen-box .fifth-text-box .fifth-text-more {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding-top: 0.9vw;
}
.fifth-screen .fifth-screen-box .fifth-text-box .fifth-text-more img {
  width: 7px;
  margin-left: 7px;
}
.fifth-screen .fifth-screen-box .fifth-text-title {
  font-size: 2.3vw;
}
.fifth-screen .fifth-screen-box:hover .fifth-img {
  transform: scale(1.2);
}
@media (max-width: 1200px) {
  .fifth-screen {
    column-gap: 22px;
  }
}
@media (max-width: 767px) {
  .fifth-screen {
    height: 610px;
    flex-direction: column;
    padding: 0px;
    row-gap: 20px;
  }
  .fifth-screen .fifth-screen-box .fifth-text-title {
    font-size: 22px;
  }
  .fifth-screen .fifth-screen-box .fifth-text-box {
    width: 100%;
    position: absolute;
    top: 25px;
  }
  .fifth-screen .fifth-screen-box .fifth-text-box .fifth-text-more {
    font-size: 14px;
  }
}
.sixth-screen {
  width: 100%;
  background: #f9f9f9;
  display: flex;
  position: relative;
  overflow: hidden;
}
.sixth-screen .sixth-img-box {
  display: none;
  width: 25.78vw;
  position: relative;
}
.sixth-screen .sixth-img-box img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 30.4vw;
}
.sixth-screen .sixth-text-box {
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.sixth-screen .sixth-text-box .sixth-text-title {
  font-size: calc(24px + 1.04vw);
}
.sixth-screen .sixth-text-box .sixth-second-title {
  font-size: calc(14px + 0.83vw);
  color: #333;
  padding-top: 1.05vw;
}
.sixth-screen .sixth-text-box .sixth-share {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 0.4rem;
  align-items: center;
  justify-items: center;
}
.sixth-screen .sixth-text-box .sixth-share .sixth-share-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.8vw;
}
.sixth-screen .sixth-text-box .sixth-share .sixth-share-list img {
  width: 10.6vw;
}
.sixth-screen .sixth-text-box .sixth-share .sixth-share-list .sixth-share-box {
  width: 19vw;
}
.sixth-screen .sixth-text-box .sixth-share .sixth-share-list .sixth-share-box .sixth-share-title {
  font-size: calc(12px + 0.625vw);
}
.sixth-screen .sixth-text-box .sixth-share .sixth-share-list .sixth-share-box .sixth-share-content {
  padding-top: 0.4vw;
  font-size: calc(10px + 0.416vw);
  opacity: 0.72;
}
@media (max-width: 1280px) {
  .sixth-screen .sixth-img-box {
    width: 32.78vw;
  }
  .sixth-screen .sixth-text-box .sixth-share .sixth-share-list img {
    width: 75px;
  }
}
@media (max-width: 767px) {
  .sixth-screen {
    margin-top: 0px !important;
    display: flex;
    flex-direction: column-reverse;
  }
  .sixth-screen .sixth-img-box {
    width: 100%;
    position: relative;
    justify-content: center;
    display: none;
  }
  .sixth-screen .sixth-img-box img {
    position: relative;
    width: 98%;
    height: auto;
  }
  .sixth-screen .sixth-text-box {
    padding-top: 55px;
    padding-bottom: 55px;
    margin-left: 0;
  }
  .sixth-screen .sixth-text-box .sixth-share {
    padding-top: 0px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0px;
  }
  .sixth-screen .sixth-text-box .sixth-share .sixth-share-list {
    display: flex;
    flex-direction: column;
  }
  .sixth-screen .sixth-text-box .sixth-share .sixth-share-list img {
    width: 75px;
  }
  .sixth-screen .sixth-text-box .sixth-share .sixth-share-list .sixth-share-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: unset;
  }
}
