.section-gap {
  margin-top: 200px;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
@media (max-width: 1536) {
  .section-gap {
    margin-top: 170px;
  }
}
@media (max-width: 1280px) {
  .section-gap {
    margin-top: 140px;
  }
}
@media (max-width: 1024px) {
  .section-gap {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .section-gap {
    margin-top: 20px;
  }
}
.animate__duration-2s {
  animation-duration: 2s;
}
.animate__duration-3s {
  animation-duration: 3s;
}
.animate__duration-4s {
  animation-duration: 4s;
}
.animate__duration-5s {
  animation-duration: 5s;
}
.animate__delay-03s {
  animation-delay: 0.3s;
}
.animate__delay-05s {
  animation-delay: 0.5s;
}
.animate__delay-1s {
  animation-delay: 1s;
}
.animate__delay-2s {
  animation-delay: 2s;
}
.animate__delay-3s {
  animation-delay: 3s;
}
.animate__delay-4s {
  animation-delay: 4s;
}
.animate__delay-5s {
  animation-delay: 5s;
}
header {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
header .headerSwiper {
  height: 100%;
}
header .headerSwiper .swiper-slide .swiper-slide-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .headerSwiper .swiper-slide .swiper-slide-banner.pc {
  display: block;
}
header .headerSwiper .swiper-slide .swiper-slide-banner.wap {
  display: none;
}
header .headerSwiper .swiper-slide .slide-text-box {
  height: 100%;
  width: fit-content;
  position: absolute;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  z-index: 2;
}
header .headerSwiper .swiper-slide .slide-text-box .slide-text-type {
  font-size: 24px;
  padding-bottom: 32px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s;
}
header .headerSwiper .swiper-slide .slide-text-box .slide-text-type .slide-text-name {
  margin-right: 9px;
}
header .headerSwiper .swiper-slide .slide-text-box .slide-text {
  font-size: calc(20px + 1.5625vw);
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s 0.1s;
}
header .headerSwiper .swiper-slide .slide-text-box .slide-text .slide-text-one {
  margin-right: 32px;
  letter-spacing: 0.5vw;
}
header .headerSwiper .swiper-slide .slide-text-box .slide-text-second {
  font-size: 18px;
  padding: 7px 0 52px 0;
  opacity: 0.97;
  letter-spacing: 13px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s 0.2s;
}
header .headerSwiper .swiper-slide .slide-text-box .t5l-slide-text-second {
  letter-spacing: 1px;
}
header .headerSwiper .swiper-slide .slide-text-box .header-more {
  width: 163px !important;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.3s;
  font-size: 14px;
  padding: 13px 26px;
  background: #fff;
  border-radius: 4px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .headerSwiper .swiper-slide .slide-text-box .header-more:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
header .headerSwiper .swiper-slide.swiper-slide-active .slide-text-box .slide-text-type {
  transform: translateY(0%);
  opacity: 1;
}
header .headerSwiper .swiper-slide.swiper-slide-active .slide-text-box .slide-text {
  transform: translateY(0%);
  opacity: 1;
}
header .headerSwiper .swiper-slide.swiper-slide-active .slide-text-box .slide-text-second {
  transform: translateY(0%);
  opacity: 1;
}
header .headerSwiper .swiper-slide.swiper-slide-active .slide-text-box .header-more {
  transform: translateY(0%);
  opacity: 1;
}
@media (max-width: 767px) {
  header .headerSwiper .swiper-slide .slide-text-box {
    bottom: 110px;
    color: #fff;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    padding-top: 18vh;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text {
    font-size: 30px;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text .slide-text-one {
    margin-right: 0px;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text-second {
    font-size: 16px;
    padding: 10px 0 20px 0;
    opacity: 0.97;
    letter-spacing: 8px;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s 0.1s;
  }
  header .headerSwiper .swiper-slide .slide-text-box .t5l-slide-text-second {
    letter-spacing: 1px;
  }
  header .headerSwiper .swiper-slide .slide-text-box .header-more {
    width: 208px !important;
    height: 40px !important;
    line-height: 40px !important;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s 0.3s;
    position: absolute;
    bottom: 8vh;
  }
}
header .headerSwiper .swiper-scrollbar {
  width: 196px !important;
  background-color: #fff;
  bottom: 44px;
  left: 40px;
  height: 2px;
}
header .header-arrow {
  width: 100%;
  position: absolute;
  bottom: 54px;
  display: flex;
  justify-content: center;
  z-index: 2;
  animation: 2s ease-out infinite headerArrow;
}
@media (max-width: 1023px) {
  header .header-arrow {
    display: none;
  }
  header .headerSwiper {
    height: 100%;
  }
  header .headerSwiper .swiper-scrollbar {
    width: 196px !important;
    bottom: 44px;
    left: 20px;
    height: 2px;
  }
  header .headerSwiper .swiper-slide .swiper-slide-banner.pc {
    display: none;
  }
  header .headerSwiper .swiper-slide .swiper-slide-banner.wap {
    display: block;
  }
  header .headerSwiper .swiper-slide .slide-text-box {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 25vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* justify-content: center; */
    color: #fff;
    z-index: 2;
    align-items: center;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text-type {
    padding-bottom: 10px;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text-second {
    padding: 0px 0 20px 0;
  }
}
header .sidebar {
  position: fixed;
  bottom: 44px;
  z-index: 20;
  right: 40px;
  opacity: 0;
  transition: all 0.5s;
}
header .sidebar .sidebar-continer {
  background-color: #ffffffcc;
  backdrop-filter: blur(4px);
  padding: 2px;
  border-radius: 2px;
  margin-bottom: 10px;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box img {
  filter: brightness(0);
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box:hover {
  background: #333333;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box:hover img {
  filter: none;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img {
  width: 24px;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img2 {
  width: 26px;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img3 {
  width: 20px;
}
header .sidebar .sidebar-go-top {
  cursor: pointer;
  padding: 2px;
  border-radius: 2px;
  background-color: #ffffffee;
  backdrop-filter: blur(4px);
  height: 54px;
  transition: height 0.5s;
}
header .sidebar .sidebar-go-top div {
  width: 50px;
  height: 50px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .sidebar .sidebar-go-top div img {
  width: 26px;
  filter: brightness(0);
}
header .sidebar .sidebar-go-top div:hover {
  background: #333333;
}
header .sidebar .sidebar-go-top div:hover img {
  filter: none;
}
header .sidebar .sidebar-go-top.sidebar-go-top-active {
  opacity: 1;
  height: 54px;
}
@media (max-width: 767px) {
  header .sidebar {
    right: 20px;
  }
  header .sidebar .sidebar-continer {
    background-color: #ffffffad;
    padding: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
  }
  header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box {
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
  header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img {
    width: 22px;
  }
  header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img2 {
    width: 24px;
  }
  header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img3 {
    width: 18px;
  }
  header .sidebar .sidebar-go-top {
    height: 44px;
  }
  header .sidebar .sidebar-go-top div {
    width: 40px;
    height: 40px;
  }
  header .sidebar .sidebar-go-top div img {
    width: 22px;
  }
  header .sidebar .sidebar-go-top.sidebar-go-top-active {
    opacity: 1;
    height: 44px;
  }
}
@keyframes headerArrow {
  100% {
    transform: translateY(24px);
    opacity: 0.5;
  }
}
.second-screen {
  max-height: 100vh;
  width: 100%;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 390px;
  padding-bottom: 295px;
}
.second-screen .second-color {
  width: 100%;
  height: 24vw;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: 0;
}
.second-screen .second-content {
  position: absolute;
  top: 0;
}
.second-screen .car-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.second-screen .car-box .car-continer {
  width: 100%;
  height: 19.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.second-screen .car-box .car-continer img {
  width: auto;
  height: 17vw;
}
.second-screen .car-pamars {
  padding-top: 0vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10.4vw;
  font-size: 14px;
}
.second-screen .car-pamars li {
  border-left: 1px solid #000;
  padding-left: 14px;
}
.second-screen .car-pamars li .car-unit {
  font-size: calc(14px + 1.1458vw);
  line-height: calc(14px + 0.833vw);
  font-weight: 500;
  padding-top: 0.78125vw;
  display: flex;
  align-items: baseline;
}
.second-screen .car-pamars li .car-unit .num-box-second {
  font-size: calc(10px + 0.3125vw);
  line-height: 16px;
  padding-left: 6px;
}
.second-screen .swiper-pagination-car {
  width: 100%;
  padding-top: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 41px;
  z-index: 2;
}
.second-screen .swiper-pagination-car li {
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.second-screen .swiper-pagination-car li .pagination-car-bg {
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.second-screen .swiper-pagination-car li .pagination-car-bg .pagination-car-color {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="蔚蓝"] {
  border: 2px solid transparent;
  background-color: transparent;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="蔚蓝"] .pagination-car-color {
  background-color: #5987b3;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="战斗灰"] {
  border: 2px solid transparent;
  background-color: transparent;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="战斗灰"] .pagination-car-color {
  background-color: #636363;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="羽白"] {
  border: 2px solid transparent;
  background-color: transparent;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="羽白"] .pagination-car-color {
  background-color: #fff;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="泰坦银"] {
  border: 2px solid transparent;
  background-color: transparent;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="泰坦银"] .pagination-car-color {
  background-color: #DCDCDC;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="白银双色"] {
  border: 2px solid transparent;
  background-color: transparent;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="白银双色"] .pagination-car-color {
  border: 1px solid #c8cbd1;
  background: linear-gradient(to right, #fff 50%, #c8cbd1 50%);
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="白金双色"] {
  border: 2px solid transparent;
  background-color: transparent;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="白金双色"] .pagination-car-color {
  border: 1px solid #ccb79e;
  background: linear-gradient(to right, #fff 50%, #ccb79e 50%);
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="熊猫双色"] {
  border: 2px solid transparent;
  background-color: transparent;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="熊猫双色"] .pagination-car-color {
  border: 1px solid #A1A1A1;
  background: linear-gradient(to right, #fff 50%, #000 50%);
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="白色"] {
  border: 2px solid transparent;
  background-color: transparent;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="白色"] .pagination-car-color {
  border: 1px solid rgba(200, 203, 209, 0.65);
  background: linear-gradient(to right, #fff 50%, #fff 50%);
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="灰色"] {
  border: 2px solid transparent;
  background-color: transparent;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="灰色"] .pagination-car-color {
  border: 1px solid #A1A1A1;
  background: linear-gradient(to right, #A1A1A1 50%, #A1A1A1 50%);
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="银色"] {
  border: 2px solid transparent;
  background-color: transparent;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="银色"] .pagination-car-color {
  border: 1px solid #C8CBD1;
  background: linear-gradient(to right, #C8CBD1 50%, #C8CBD1 50%);
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="黄色"] {
  border: 2px solid transparent;
  background-color: transparent;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="黄色"] .pagination-car-color {
  border: 1px solid #FDD724;
  background: linear-gradient(to right, #FDD724 50%, #FDD724 50%);
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="粉色"] {
  border: 2px solid transparent;
  background-color: transparent;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="粉色"] .pagination-car-color {
  border: 1px solid #FFA4D5;
  background: linear-gradient(to right, #FFA4D5 50%, #FFA4D5 50%);
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="浩瀚蓝"] {
  border: 2px solid transparent;
  background-color: transparent;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="浩瀚蓝"] .pagination-car-color {
  border: 1px solid #1A367B;
  background: linear-gradient(to right, #1A367B 50%, #1A367B 50%);
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="战斗灰"] {
  border: 2px solid transparent;
  background-color: transparent;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="战斗灰"] .pagination-car-color {
  border: 1px solid #595D63;
  background: linear-gradient(to right, #595D63 50%, #595D63 50%);
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="琥珀棕"] {
  border: 2px solid transparent;
  background-color: transparent;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="琥珀棕"] .pagination-car-color {
  border: 1px solid #685F5C;
  background: linear-gradient(to right, #685F5C 50%, #685F5C 50%);
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="极光白"] {
  border: 2px solid transparent;
  background-color: transparent;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="极光白"] .pagination-car-color {
  border: 1px solid #fff;
  background: linear-gradient(to right, #fff 50%, #fff 50%);
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="极光白-运营版"] {
  border: 2px solid #dcdee1;
  background-color: transparent;
}
.second-screen .swiper-pagination-car li .pagination-car-bg[data-color="极光白-运营版"] .pagination-car-color {
  border: 1px solid #e4e4e4;
  background: linear-gradient(to right, #fff 50%, #fff 50%);
}
.second-screen .swiper-pagination-car li .pagination-car-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding-left: 18px;
}
.second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="蔚蓝"] {
  border: 2px solid #5987b3;
}
.second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="战斗灰"] {
  border: 2px solid #636363;
}
.second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="羽白"] {
  border: 2px solid #fff;
}
.second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="泰坦银"] {
  border: 2px solid #DCDCDC;
}
.second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="白银双色"] {
  border: 2px solid #c8cbd1;
}
.second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="白金双色"] {
  border: 2px solid #ccb79e;
}
.second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="熊猫双色"] {
  border: 2px solid #A1A1A1;
}
.second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="白色"] {
  border: 2px solid rgba(200, 203, 209, 0.65);
}
.second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="浩瀚蓝"] {
  border: 2px solid #1A367B;
}
.second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="战斗灰"] {
  border: 2px solid #595D63;
}
.second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="琥珀棕"] {
  border: 2px solid #685F5C;
}
.second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="极光白-运营版"] {
  border: 2px solid #dcdee1;
}
.second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="极光白"] {
  border: 2px solid #fff;
}
.second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="灰色"] {
  border: 2px solid #A1A1A1;
}
.second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="银色"] {
  border: 2px solid #C8CBD1;
}
.second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="黄色"] {
  border: 2px solid #FDD724;
}
.second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="粉色"] {
  border: 2px solid #FFA4D5;
}
.second-screen .thirdSwiper-arrow-left,
.second-screen .thirdSwiper-arrow-right {
  position: absolute;
  top: 19.7vw;
  z-index: 2;
  padding: 16px;
  user-select: none;
}
.second-screen .thirdSwiper-arrow-left {
  left: calc((100vw - 1460px) / 2 + 24px);
}
.second-screen .thirdSwiper-arrow-right {
  right: calc((100vw - 1460px) / 2 + 24px);
}
@media (max-width: 1940px) {
  .second-screen {
    padding-top: 15vw;
    padding-bottom: 13.54vw;
  }
  .second-screen .second-color {
    width: 100%;
  }
  .second-screen .car-box .car-continer {
    width: 100%;
    height: unset;
  }
  .second-screen .car-box .car-continer img {
    width: auto;
    height: 17vw;
  }
  .second-screen .car-pamars {
    padding-top: 2vw;
  }
  .second-screen .thirdSwiper-arrow-left {
    left: calc((100vw - 1250px) / 2 + 24px);
  }
  .second-screen .thirdSwiper-arrow-right {
    right: calc((100vw - 1250px) / 2 + 24px);
  }
}
@media (max-width: 1536px) {
  .second-screen {
    padding-top: 13vw;
  }
  .second-screen .car-box .car-continer img {
    width: auto;
    height: 17vw;
  }
  .second-screen .thirdSwiper-arrow-left {
    left: calc((100vw - 1080px) / 2 + 24px);
  }
  .second-screen .thirdSwiper-arrow-right {
    right: calc((100vw - 1080px) / 2 + 24px);
  }
}
@media (max-width: 1300px) {
  .second-screen .thirdSwiper-arrow-left {
    left: 16vw;
    top: 31%;
  }
  .second-screen .thirdSwiper-arrow-right {
    right: 16vw;
    top: 31%;
  }
}
@media (max-width: 1200px) {
  .second-screen {
    height: auto;
  }
  .second-screen .second-color {
    height: 30vw;
  }
  .second-screen .car-box .car-continer img {
    height: 23vw;
  }
  .second-screen .car-pamars {
    padding-top: 7vw;
    font-size: 14px;
  }
  .second-screen .swiper-pagination-car {
    padding-top: 5vw;
  }
  .second-screen .thirdSwiper-arrow-left {
    left: 24px;
  }
  .second-screen .thirdSwiper-arrow-right {
    right: 24px;
  }
  .second-screen .car-box .car-pamars {
    padding-top: 5.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10.4vw;
    font-size: 12px;
    line-height: 12px;
  }
  .second-screen .car-box .car-pamars li {
    border-left: 1px solid #000;
    padding-left: 14px;
  }
  .second-screen .car-box .car-pamars li .car-unit {
    font-size: 26px;
    line-height: 20px;
    font-weight: 500;
    padding-top: 12px;
    font-family: DIN;
  }
  .second-screen .car-box .car-pamars li .car-unit .num-box-second {
    font-size: 14px;
    line-height: 14px;
    padding-left: 4px;
  }
  .second-screen .car-box.jhsm-second-screen .car-pamars {
    gap: 5.4vw;
  }
  .second-screen .swiper-pagination-car {
    bottom: 6.56vw;
  }
  .second-screen .swiper-pagination-car li .pagination-car-bg {
    width: 27px;
    height: 27px;
  }
  .second-screen .swiper-pagination-car li .pagination-car-bg .pagination-car-color {
    width: 21px;
    height: 21px;
  }
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="蔚蓝"] {
    border: 1px solid transparent;
  }
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="浩瀚蓝"] {
    border: 1px solid #1A367B;
  }
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="琥珀棕"] {
    border: 1px solid #685F5C;
  }
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="极光白"] {
    border: 1px solid #fff;
  }
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="极光白-运营版"] {
    border: 1px solid #dcdee1;
  }
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="战斗灰"] {
    border: 1px solid transparent;
  }
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="羽白"] {
    border: 1px solid transparent;
  }
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="泰坦银"] {
    border: 1px solid transparent;
  }
  .second-screen .swiper-pagination-car li .pagination-car-title {
    padding-left: 18px;
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="蔚蓝"] {
    border: 1px solid #5987b3;
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="战斗灰"] {
    border: 1px solid #636363;
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="羽白"] {
    border: 1px solid #fff;
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="泰坦银"] {
    border: 1px solid #DCDCDC;
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="白银双色"] {
    border: 1px solid #c8cbd1;
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="白金双色"] {
    border: 1px solid #ccb79e;
  }
}
@media (max-width: 767px) {
  .second-screen .second-color {
    height: 150px;
  }
  .second-screen .thirdSwiper-arrow-left {
    display: none;
    left: 4px;
  }
  .second-screen .thirdSwiper-arrow-left img {
    width: 12px;
  }
  .second-screen .thirdSwiper-arrow-right {
    display: none;
    right: 4px;
  }
  .second-screen .thirdSwiper-arrow-right img {
    width: 12px;
  }
  .second-screen .car-box {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .second-screen .car-box .car-continer img {
    height: auto;
    width: 330px;
  }
  .second-screen .car-pamars {
    padding-top: 20px;
    column-gap: 10px;
    row-gap: 20px;
    font-size: 12px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .second-screen .car-pamars li {
    border-left: none;
    padding-left: unset;
  }
  .second-screen .car-pamars li .car-unit {
    font-size: 16px;
    line-height: 22px;
    padding-top: 7px;
  }
  .second-screen .car-pamars li .car-unit .countUp_num {
    font-weight: 600;
  }
  .second-screen .car-pamars li .car-unit .num-box-second {
    font-size: 12px;
    line-height: 12px;
    padding-left: 3px;
  }
  .second-screen .swiper-pagination-car {
    bottom: 85px;
    padding-top: 7vw;
    gap: 30px;
  }
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="羽白"],
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="泰坦银"],
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="战斗灰"],
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="白银双色"],
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="白金双色"],
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="熊猫双色"],
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="白色"],
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="浩瀚蓝"],
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="战斗灰"],
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="琥珀棕"],
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="极光白"],
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="灰色"],
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="银色"],
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="蔚蓝"] {
    width: 27px;
    height: 27px;
    border: 1px solid transparent;
  }
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="羽白"] .pagination-car-color,
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="泰坦银"] .pagination-car-color,
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="战斗灰"] .pagination-car-color,
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="白银双色"] .pagination-car-color,
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="白金双色"] .pagination-car-color,
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="熊猫双色"] .pagination-car-color,
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="白色"] .pagination-car-color,
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="浩瀚蓝"] .pagination-car-color,
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="战斗灰"] .pagination-car-color,
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="琥珀棕"] .pagination-car-color,
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="极光白"] .pagination-car-color,
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="灰色"] .pagination-car-color,
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="银色"] .pagination-car-color,
  .second-screen .swiper-pagination-car li .pagination-car-bg[data-color="蔚蓝"] .pagination-car-color {
    width: 21px;
    height: 21px;
  }
  .second-screen .swiper-pagination-car li .pagination-car-title {
    font-size: 12px;
    padding-left: 6px;
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="蔚蓝"] {
    border: 1px solid #5987b3;
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="战斗灰"] {
    border: 1px solid #636363;
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="羽白"] {
    border: 1px solid #fff;
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="泰坦银"] {
    border: 1px solid #DCDCDC;
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="白银双色"] {
    border: 1px solid #c8cbd1;
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="白金双色"] {
    border: 1px solid #ccb79e;
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="熊猫双色"] {
    border: 1px solid #A1A1A1;
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="白色"] {
    border: 1px solid rgba(200, 203, 209, 0.65);
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="浩瀚蓝"] {
    border: 1px solid #1A367B;
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="战斗灰"] {
    border: 1px solid #595D63;
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="琥珀棕"] {
    border: 1px solid #685F5C;
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="极光白"] {
    border: 1px solid #fff;
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="极光白-运营版"] {
    border: 1px solid #dcdee1;
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="灰色"] {
    border: 1px solid #A1A1A1;
  }
  .second-screen .swiper-pagination-car li.active .pagination-car-bg[data-color="灰色"] {
    border: 1px solid #C8CBD1;
  }
  .second-screen.xhs-second-screen .car-pamars,
  .second-screen.jks3-second-screen .car-pamars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .second-screen.xhs-second-screen .car-pamars li,
  .second-screen.jks3-second-screen .car-pamars li {
    text-align: center;
  }
  .second-screen.xhs-second-screen .car-pamars li .car-unit,
  .second-screen.jks3-second-screen .car-pamars li .car-unit {
    justify-content: center;
  }
  .second-screen.xhs-second-screen .swiper-pagination-car,
  .second-screen.jks3-second-screen .swiper-pagination-car {
    bottom: 70px;
    padding-top: 7vw;
  }
  .second-screen.e3lev-second-screen .car-pamars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .second-screen.e3lev-second-screen .car-pamars li {
    text-align: center;
  }
  .second-screen.e3lev-second-screen .car-pamars li .car-unit {
    justify-content: center;
  }
  .second-screen.e3lev-second-screen .swiper-pagination-car {
    bottom: 70px;
  }
  .second-screen.lcc-second-screen .car-pamars {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .second-screen.lcc-second-screen .car-pamars li {
    text-align: center;
  }
  .second-screen.lcc-second-screen .car-pamars li .car-unit {
    justify-content: center;
  }
  .second-screen.t1-second-screen .car-pamars {
    column-gap: 28px;
  }
  .second-screen.newhs-second-screen .car-pamars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0px;
    row-gap: 25px;
  }
  .second-screen.newhs-second-screen .car-pamars li {
    text-align: center;
  }
  .second-screen.newhs-second-screen .car-pamars li .car-unit {
    justify-content: center;
  }
  .second-screen.newhs-second-screen .swiper-pagination-car {
    bottom: 70px;
  }
  .second-screen.s6-second-screen .car-pamars,
  .second-screen.s2-second-screen .car-pamars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 25px;
  }
  .second-screen.s6-second-screen .car-pamars li,
  .second-screen.s2-second-screen .car-pamars li {
    text-align: center;
  }
  .second-screen.s6-second-screen .car-pamars li .car-unit,
  .second-screen.s2-second-screen .car-pamars li .car-unit {
    justify-content: center;
  }
  .second-screen.s6-second-screen .swiper-pagination-car,
  .second-screen.s2-second-screen .swiper-pagination-car {
    bottom: 70px;
  }
  .second-screen.jks1-second-screen .car-pamars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .second-screen.jks1-second-screen .car-pamars li {
    text-align: center;
  }
  .second-screen.jks1-second-screen .car-pamars li .car-unit {
    justify-content: center;
  }
  .second-screen.jks1-second-screen .swiper-pagination-car {
    bottom: 70px;
  }
  .second-screen.jhs-second-screen .swiper-pagination-car {
    gap: 5px;
  }
  .second-screen.jhs-second-screen .car-pamars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .second-screen.jhs-second-screen .car-pamars li {
    text-align: center;
  }
  .second-screen.jhs-second-screen .car-pamars li .car-unit {
    justify-content: center;
  }
  .second-screen.jhs-second-screen .swiper-pagination-car {
    bottom: 70px;
  }
  .second-screen.jhsm-second-screen .car-pamars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .second-screen.jhsm-second-screen .car-pamars li {
    text-align: center;
  }
  .second-screen.jhsm-second-screen .car-pamars li .car-unit {
    justify-content: center;
  }
  .second-screen.jhsm-second-screen .swiper-pagination-car {
    bottom: 70px;
  }
  .second-screen.lucky-second-screen .car-pamars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .second-screen.lucky-second-screen .car-pamars li {
    text-align: center;
  }
  .second-screen.lucky-second-screen .car-pamars li .car-unit {
    justify-content: center;
  }
  .second-screen.lucky-second-screen .swiper-pagination-car {
    bottom: 70px;
  }
  .second-screen.hy-second-screen .car-pamars,
  .second-screen .t5l-second-screen .car-pamars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
  .second-screen.hy-second-screen .car-pamars li,
  .second-screen .t5l-second-screen .car-pamars li {
    text-align: center;
  }
  .second-screen.hy-second-screen .car-pamars li .car-unit,
  .second-screen .t5l-second-screen .car-pamars li .car-unit {
    justify-content: center;
  }
}
.third-screen {
  height: 100vh;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
}
.third-screen .productSwiper-box {
  transform: scale(0.7);
  overflow: hidden;
}
.third-screen .productSwiper-box .productSwiper {
  height: 100%;
  width: 100vw;
}
.third-screen .productSwiper-box .productSwiper .swiper-slide .u-img-box {
  width: 100%;
  height: 100%;
}
.third-screen .productSwiper-box .productSwiper .swiper-slide .u-img-box .u-img {
  height: 100%;
  width: 100%;
  transform: scale(1.1);
  transition: all 3s linear;
  object-fit: cover;
}
.third-screen .productSwiper-box .productSwiper .swiper-slide .product-txt {
  position: absolute;
  text-align: center;
  top: 1.3rem;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.third-screen .productSwiper-box .productSwiper .swiper-slide .product-txt .productTit {
  color: #fff;
  font-size: 26px;
  line-height: normal;
}
.third-screen .productSwiper-box .productSwiper .swiper-slide.swiper-slide-active .u-img-box .u-img {
  transform: scale(1);
}
.third-screen .productText {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: calc(200px + 5.208vw);
  z-index: 10;
  padding-top: 70px;
  background: linear-gradient(to top, black, #00000000);
}
.third-screen .productText .productTextgrid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.third-screen .productText .productTextgrid::-webkit-scrollbar {
  display: none;
}
.third-screen .productText .product-msg {
  position: relative;
  font-size: calc(12px + 0.5208vw);
  color: #fff;
  height: 100%;
  cursor: pointer;
  padding-top: calc(12px + 0.9375vw);
  padding-bottom: calc(12px + 0.9375vw);
  display: flex;
  justify-content: center;
}
.third-screen .productText .product-msg::after {
  width: 0%;
  content: "";
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  z-index: 1;
  transition: all 0.5s;
}
.third-screen .productText .product-msg:hover::after {
  width: 100%;
}
.third-screen .productText .product-msg.active::after {
  width: 100% !important;
}
.third-screen .productText .scrollbar {
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0.2;
}
.third-screen .productText .productTextSwiper {
  font-size: calc(10px + 0.3166vw);
  line-height: calc(10px + 0.3166vw);
  color: #fff;
  text-align: center;
  padding-top: calc(12px + 1.25vw);
}
.third-screen .productText .productTextSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1vw;
}
.third-screen .productText .productTextSwiper .swiper-slide .productTextSwiper-dolt {
  display: flex;
  align-items: center;
}
.third-screen .productText .productTextSwiper .swiper-slide .productTextSwiper-dolt div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  margin-right: 6px;
}
.third-screen.e3l-third-screen .productText .productTextgrid,
.third-screen.xhs-third-screen .productText .productTextgrid,
.third-screen.t30-third-screen .productText .productTextgrid,
.third-screen.s2-third-screen .productText .productTextgrid,
.third-screen.t5l-third-screen .productText .productTextgrid,
.third-screen.lucky-third-screen .productText .productTextgrid,
.third-screen.jks1-third-screen .productText .productTextgrid {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1200px) {
  .third-screen {
    height: 65vw;
  }
  .third-screen .productSwiper-box {
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .third-screen {
    height: auto;
    display: block;
  }
  .third-screen .productSwiper-box {
    transform: scale(1);
  }
  .third-screen .productSwiper-box .productSwiper {
    height: 320px;
  }
  .third-screen .productSwiper-box .productSwiper .swiper-slide .u-img-box .u-img {
    transition: all 1s linear;
  }
  .third-screen .productSwiper-box .productSwiper .swiper-slide .product-txt .productTit {
    font-size: 26px;
  }
  .third-screen .productSwiper-box .productSwiper .swiper-slide.swiper-slide-active .u-img-box .u-img {
    transform: scale(1);
  }
  .third-screen .productText {
    position: unset;
    height: unset;
    padding-top: 8px;
    background: #fff;
  }
  .third-screen .productText .productTextgrid {
    padding: 0;
    display: flex;
    overflow: scroll hidden;
  }
  .third-screen .productText .productTextgrid .product-msg {
    white-space: nowrap;
    font-size: 14px;
    width: unset;
    color: #bfbfbf;
    padding: 11px 1.5em;
  }
  .third-screen .productText .productTextgrid .product-msg::after {
    height: 1px;
    background: #000000;
    bottom: 0px;
  }
  .third-screen .productText .productTextgrid .product-msg:hover,
  .third-screen .productText .productTextgrid .product-msg.active {
    color: #000;
  }
  .third-screen .productText .productTextgrid .product-msg:hover::after {
    width: 0;
  }
  .third-screen .productText .productTextSwiper {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 30px;
  }
  .third-screen .productText .productTextSwiper .swiper-slide {
    flex-direction: column;
  }
  .third-screen .productText .productTextSwiper .swiper-slide .productTextSwiper-dolt {
    display: flex;
    align-items: flex-start;
  }
  .third-screen .productText .productTextSwiper .swiper-slide .productTextSwiper-dolt div {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    background: #000;
    margin-right: 6px;
    margin-top: 7px;
  }
  .third-screen .productText .productTextSwiper .swiper-slide .slide-text {
    display: flex;
    flex-direction: column;
  }
  .third-screen .productText .scrollbar {
    background: #e5e5e5;
    opacity: 1;
    height: 1px;
  }
  .third-screen.xhs-third-screen .productText .productTextgrid {
    grid-template-columns: repeat(3, 1fr);
  }
  .third-screen.xhs-third-screen .productText .productTextgrid .product-msg {
    width: 33.3%;
  }
}
.fourth-screen {
  background: #fff;
  padding: 6vw 0 6vw 0;
  position: relative;
}
.fourth-screen .fourth-screen-img {
  width: 100%;
  height: 900px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.fourth-screen .fourth-screen-img img {
  width: 100%;
  object-fit: cover;
}
.fourth-screen .fourth-screen-continer {
  position: relative;
}
.fourth-screen .fourth-screen-continer .fourthSwiper {
  height: 100%;
  height: 37.239vw;
}
.fourth-screen .fourth-screen-continer .fourthSwiper .swiper-wrapper .swiper-slide {
  width: 70.8vw;
  overflow: hidden;
}
.fourth-screen .fourth-screen-continer .fourthSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
  transform: scale(1);
  transition: all 1s linear 0.4s;
}
.fourth-screen .fourth-screen-continer .fourthSwiper .swiper-wrapper .swiper-slide.swiper-slide-active img {
  filter: brightness(1);
}
.fourth-screen .fourth-screen-continer .fourthSwiper .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.3);
}
.fourth-screen .fourth-screen-continer .fourthSwiper .swiper-pagination {
  bottom: 0.76rem;
}
.fourth-screen .fourth-screen-continer .swiper-pagination-bullet {
  width: 68px;
  height: 2px;
  border-radius: 0px;
  background: #fff;
  opacity: 0.4;
}
.fourth-screen .fourth-screen-continer .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.fourth-screen .fourth-screen-continer .fourthSwiper-arrow-left {
  position: absolute;
  top: 50%;
  left: calc((100vw - 1360px) / 2 + 24px);
  z-index: 2;
}
.fourth-screen .fourth-screen-continer .fourthSwiper-arrow-right {
  position: absolute;
  top: 50%;
  z-index: 2;
  right: calc((100vw - 1360px) / 2 + 24px);
}
@media (max-width: 1536px) {
  .fourth-screen {
    padding: 6vw 0;
  }
  .fourth-screen .fourth-screen-continer {
    position: relative;
  }
  .fourth-screen .fourth-screen-continer .fourthSwiper {
    height: 37.34vw;
  }
}
@media (max-width: 1360px) {
  .fourth-screen .fourth-screen-continer .fourthSwiper {
    height: 48vw;
  }
  .fourth-screen .fourth-screen-continer .fourthSwiper-arrow-left {
    left: 40px;
  }
  .fourth-screen .fourth-screen-continer .fourthSwiper-arrow-right {
    right: 40px;
  }
}
@media (max-width: 1200px) {
  .fourth-screen .fourth-screen-continer .fourthSwiper {
    height: 54vw;
  }
}
@media (max-width: 767px) {
  .fourth-screen {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .fourth-screen .fourth-screen-continer .fourthSwiper {
    height: 100%;
    height: 220px;
  }
  .fourth-screen .fourth-screen-continer .fourthSwiper .swiper-wrapper {
    height: 100%;
  }
  .fourth-screen .fourth-screen-continer .fourthSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .fourth-screen .fourth-screen-continer .fourthSwiper .swiper-wrapper .swiper-slide img {
    height: 100%;
    filter: brightness(0.4);
    transition: filter 0.5s;
  }
  .fourth-screen .fourth-screen-continer .fourthSwiper .swiper-wrapper .swiper-slide.swiper-slide-active img {
    filter: none;
  }
  .fourth-screen .fourth-screen-continer .fourthSwiper .swiper-pagination-bullet {
    width: 25px;
    height: 2px;
  }
  .fourth-screen .fourth-screen-continer .fourthSwiper .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
  }
  .fourth-screen .fourth-screen-continer .fourthSwiper-arrow-left {
    display: none;
  }
  .fourth-screen .fourth-screen-continer .fourthSwiper-arrow-right {
    display: none;
  }
}
.fifth-screen {
  background: #fff;
  position: relative;
  display: flex;
  height: 100vh;
  justify-content: center;
}
.fifth-screen .fifth-screen-box {
  overflow: hidden;
  width: 100%;
}
.fifth-screen .fifth-screen-box .fifth-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}
.fifth-screen .fifth-screen-box .fifth-content {
  width: 100%;
  padding-top: 5.2vw;
  padding-bottom: 4.27vw;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, black, #00000000);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.fifth-screen .fifth-screen-box .fifth-content .content-left {
  background: rgba(240, 238, 236, 0.55);
  color: #000;
  padding: 1.46vw 4.4vw;
  display: flex;
}
.fifth-screen .fifth-screen-box .fifth-content .content-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  width: 33.33%;
}
.fifth-screen .fifth-screen-box .fifth-content .content-type p {
  opacity: 0.8;
  text-align: center;
}
.fifth-screen .fifth-screen-box .fifth-content .content-type .num-box {
  display: flex;
  align-items: flex-end;
  padding-top: 14px;
}
.fifth-screen .fifth-screen-box .fifth-content .content-type .num-box .num1 {
  font-size: 28px;
  line-height: 26px;
  font-weight: bold;
}
.fifth-screen .fifth-screen-box .fifth-content .content-type .num-box .num2 {
  font-size: 12px;
  padding-left: 7px;
}
.fifth-screen .fifth-screen-box .fifth-content .content-right {
  background: #050402ab;
  color: #fff;
  display: flex;
  padding: 1.46vw 4.4vw;
}
.fifth-screen.xhs-fifth-screen .fifth-screen-box .fifth-content,
.fifth-screen.t5l-fifth-screen .fifth-screen-box .fifth-content,
.fifth-screen.newhs-fifth-screen .fifth-screen-box .fifth-content,
.fifth-screen.e3l-fifth-screen .fifth-screen-box .fifth-content {
  grid-template-columns: repeat(1, 1fr);
}
.fifth-screen.xhs-fifth-screen .fifth-screen-box .fifth-content .content-left .content-type:nth-child(2),
.fifth-screen.t5l-fifth-screen .fifth-screen-box .fifth-content .content-left .content-type:nth-child(2),
.fifth-screen.newhs-fifth-screen .fifth-screen-box .fifth-content .content-left .content-type:nth-child(2),
.fifth-screen.e3l-fifth-screen .fifth-screen-box .fifth-content .content-left .content-type:nth-child(2) {
  border-left: 1px solid #33333333;
  border-right: 1px solid #33333333;
}
.fifth-screen.hy-fifth-screen .fifth-screen-box .fifth-content {
  background: unset;
}
.fifth-screen.hy-fifth-screen .fifth-screen-box .fifth-content .content-type {
  width: 50%;
}
.fifth-screen.jks1-fifth-screen .fifth-screen-box .fifth-content {
  background: unset;
  grid-template-columns: repeat(1, 1fr);
}
.fifth-screen.jks1-fifth-screen .fifth-screen-box .fifth-content .content-type {
  width: 100%;
}
.fifth-screen.lucky-fifth-screen .fifth-screen-box .fifth-content .content-type,
.fifth-screen.s2-fifth-screen .fifth-screen-box .fifth-content .content-type,
.fifth-screen.s6-fifth-screen .fifth-screen-box .fifth-content .content-type,
.fifth-screen.lcc-fifth-screen .fifth-screen-box .fifth-content .content-type,
.fifth-screen.t30-fifth-screen .fifth-screen-box .fifth-content .content-type {
  width: 100%;
}
.fifth-screen.jhsm-fifth-screen .fifth-screen-box .fifth-content {
  grid-template-columns: repeat(1, 1fr);
}
.fifth-screen.jhsm-fifth-screen .fifth-screen-box .fifth-content .content-left {
  border-bottom: none;
}
.fifth-screen.jhsm-fifth-screen .fifth-screen-box .fifth-content .content-left .content-type {
  width: 50%;
}
.fifth-screen.jhsm-fifth-screen .fifth-screen-box .fifth-content .content-left .content-type:nth-child(2) {
  border-left: 1px solid #33333333;
}
.fifth-screen.lyc-fifth-screen .fifth-screen-box .fifth-content {
  background: unset;
  grid-template-columns: repeat(1, 1fr);
}
.fifth-screen.lyc-fifth-screen .fifth-screen-box .fifth-content .content-left {
  border-bottom: none;
}
.fifth-screen.lyc-fifth-screen .fifth-screen-box .fifth-content .content-left .content-type {
  width: 100%;
}
.fifth-screen.t3lev-fifth-screen .fifth-screen-box .fifth-content {
  background: unset;
  grid-template-columns: repeat(1, 1fr);
}
.fifth-screen.t3lev-fifth-screen .fifth-screen-box .fifth-content .content-left {
  border-bottom: none;
}
.fifth-screen.t3lev-fifth-screen .fifth-screen-box .fifth-content .content-left .content-type {
  width: 100%;
}
@media (max-width: 1536px) {
  .fifth-screen .fifth-screen-box .fifth-content .content-left {
    padding: 1vw 4.4vw;
  }
  .fifth-screen .fifth-screen-box .fifth-content .content-type .num-box {
    padding-top: 4px;
  }
  .fifth-screen .fifth-screen-box .fifth-content .content-type .num-box .num1 {
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .fifth-screen {
    height: 65vw;
  }
  .fifth-screen .fifth-screen-box .fifth-content .content-left {
    padding: 1vw 4.4vw;
  }
  .fifth-screen .fifth-screen-box .fifth-content .content-type {
    font-size: 14px;
  }
  .fifth-screen .fifth-screen-box .fifth-content .content-type .num-box {
    padding-top: 0px;
  }
  .fifth-screen .fifth-screen-box .fifth-content .content-type .num-box .num1 {
    font-size: 20px;
  }
}
@media (max-width: 1080px) {
  .fifth-screen .fifth-screen-box .fifth-content .content-left {
    padding: 1vw 0.4vw;
  }
  .fifth-screen .fifth-screen-box .fifth-content .content-right {
    padding: 1.46vw 0.4vw;
  }
  .fifth-screen .fifth-screen-box .fifth-content .content-type .num-box {
    padding-top: 0px;
  }
  .fifth-screen .fifth-screen-box .fifth-content .content-type .num-box .num1 {
    font-size: 20px;
  }
  .fifth-screen .fifth-screen-box .fifth-content .content-type .num-box .num2 {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .fifth-screen {
    width: 100%;
    height: auto;
  }
  .fifth-screen .fifth-screen-box .fifth-img {
    height: 320px;
    transform: scale(1);
  }
  .fifth-screen .fifth-screen-box .fifth-content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    background: none;
    padding: 50px 20px;
  }
  .fifth-screen .fifth-screen-box .fifth-content .content-left {
    width: auto;
    color: #000;
    padding-bottom: 30px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    background: #fff;
    border-bottom: 1px solid #ededed;
  }
  .fifth-screen .fifth-screen-box .fifth-content .content-right {
    background: #fff;
    color: #000;
    display: flex;
    padding-bottom: 0px;
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .fifth-screen .fifth-screen-box .fifth-content .content-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    width: 33.33%;
  }
  .fifth-screen .fifth-screen-box .fifth-content .content-type p {
    opacity: 0.8;
  }
  .fifth-screen .fifth-screen-box .fifth-content .content-type .num-box {
    display: flex;
    align-items: flex-end;
  }
  .fifth-screen .fifth-screen-box .fifth-content .content-type .num-box .num1 {
    font-size: 20px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 0px;
  }
  .fifth-screen .fifth-screen-box .fifth-content .content-type .num-box .num2 {
    font-size: 12px;
    line-height: 10px;
    padding-left: 4px;
  }
  .fifth-screen.xhs-fifth-screen .fifth-screen-box .fifth-content .content-left,
  .fifth-screen.t5l-fifth-screen .fifth-screen-box .fifth-content .content-left,
  .fifth-screen.T1LEV04-fifth-screen .fifth-screen-box .fifth-content .content-left {
    border: none;
    padding-bottom: 0px;
  }
  .fifth-screen.xhs-fifth-screen .fifth-screen-box .fifth-content .content-left .content-type:nth-child(2),
  .fifth-screen.t5l-fifth-screen .fifth-screen-box .fifth-content .content-left .content-type:nth-child(2),
  .fifth-screen.T1LEV04-fifth-screen .fifth-screen-box .fifth-content .content-left .content-type:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  .fifth-screen.lucky-fifth-screen .fifth-screen-box .fifth-content,
  .fifth-screen.lcc-fifth-screen .fifth-screen-box .fifth-content,
  .fifth-screen.t30-fifth-screen .fifth-screen-box .fifth-content,
  .fifth-screen.s2-fifth-screen .fifth-screen-box .fifth-content,
  .fifth-screen.s6-fifth-screen .fifth-screen-box .fifth-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .fifth-screen.lucky-fifth-screen .fifth-screen-box .fifth-content .content-left,
  .fifth-screen.lcc-fifth-screen .fifth-screen-box .fifth-content .content-left,
  .fifth-screen.t30-fifth-screen .fifth-screen-box .fifth-content .content-left,
  .fifth-screen.s2-fifth-screen .fifth-screen-box .fifth-content .content-left,
  .fifth-screen.s6-fifth-screen .fifth-screen-box .fifth-content .content-left {
    border: none;
    border-bottom: 0px solid #ededed;
    border-right: 1px solid #33333333;
    padding-bottom: 0px;
  }
  .fifth-screen.lucky-fifth-screen .fifth-screen-box .fifth-content .content-left .content-type:nth-child(2),
  .fifth-screen.lcc-fifth-screen .fifth-screen-box .fifth-content .content-left .content-type:nth-child(2),
  .fifth-screen.t30-fifth-screen .fifth-screen-box .fifth-content .content-left .content-type:nth-child(2),
  .fifth-screen.s2-fifth-screen .fifth-screen-box .fifth-content .content-left .content-type:nth-child(2),
  .fifth-screen.s6-fifth-screen .fifth-screen-box .fifth-content .content-left .content-type:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  .fifth-screen.lucky-fifth-screen .fifth-screen-box .fifth-content .content-right,
  .fifth-screen.lcc-fifth-screen .fifth-screen-box .fifth-content .content-right,
  .fifth-screen.t30-fifth-screen .fifth-screen-box .fifth-content .content-right,
  .fifth-screen.s2-fifth-screen .fifth-screen-box .fifth-content .content-right,
  .fifth-screen.s6-fifth-screen .fifth-screen-box .fifth-content .content-right {
    padding-top: 0;
  }
  .fifth-screen.jhsm-fifth-screen .fifth-screen-box .fifth-content,
  .fifth-screen.t3lev-fifth-screen .fifth-screen-box .fifth-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .fifth-screen.jhsm-fifth-screen .fifth-screen-box .fifth-content .content-left,
  .fifth-screen.t3lev-fifth-screen .fifth-screen-box .fifth-content .content-left {
    padding-bottom: 0px;
  }
  .fifth-screen.newhs-fifth-screen .fifth-screen-box .fifth-content .content-left {
    padding-bottom: 0px;
    border-bottom: unset;
  }
  .fifth-screen.jks1-fifth-screen .fifth-screen-box .fifth-content {
    width: 100%;
  }
  .fifth-screen.jks1-fifth-screen .fifth-screen-box .fifth-content .content-type {
    width: 50%;
  }
  .fifth-screen.jks1-fifth-screen .fifth-screen-box .fifth-content .content-left {
    padding-bottom: 0px;
    border-bottom: unset;
    row-gap: 25px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .fifth-screen.e3l-fifth-screen .fifth-screen-box .fifth-content .content-left {
    flex-wrap: wrap;
    padding-bottom: 0px;
    border-bottom: unset;
    row-gap: 28px;
  }
  .fifth-screen.e3l-fifth-screen .fifth-screen-box .fifth-content .content-left .content-type {
    width: 50%;
  }
  .fifth-screen.e3l-fifth-screen .fifth-screen-box .fifth-content .content-left .content-type .num-box .num1 {
    letter-spacing: 0px;
  }
  .fifth-screen.e3l-fifth-screen .fifth-screen-box .fifth-content .content-left .content-type:nth-child(2) {
    border-right: none;
  }
}
.sixth-screen {
  background: #fff;
  height: calc(600px + 17.708vw);
  position: relative;
  overflow: hidden;
}
.sixth-screen .sixthSwiper {
  height: 100%;
}
.sixth-screen .sixthSwiper .swiper-slide {
  height: 100%;
}
.sixth-screen .sixthSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sixth-screen .sixthSwiper .swiper-slide img.pc {
  display: block;
}
.sixth-screen .sixthSwiper .swiper-slide img.wap {
  display: none;
}
.sixth-screen .sixth-form {
  width: 483px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffffe3;
  padding: 7.979vw 2.3vw 10.67vw 2.08vw;
  z-index: 2;
  color: #000;
}
.sixth-screen .sixth-form .sixth-form-title {
  font-size: 28px;
  padding-bottom: 22.5px;
}
.sixth-screen .sixth-form .sixth-form-type {
  cursor: pointer;
  font-size: 15px;
  width: 100%;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
.sixth-screen .sixth-form .sixth-form-type .form-type-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sixth-screen .sixth-form .form-type-input {
  display: flex;
  justify-content: space-between;
}
.sixth-screen .sixth-form .form-type-code {
  display: flex;
  justify-content: space-between;
}
.sixth-screen .sixth-form .form-type-code .verification-code {
  color: #2fc6d1;
  font-size: 15px;
  cursor: pointer;
}
.sixth-screen .sixth-form .sixth-form-input {
  font-size: 15px;
  width: 100%;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
.sixth-screen .sixth-form .sixth-form-input input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
}
.sixth-screen .sixth-form .sixth-form-code {
  font-size: 15px;
  width: 100%;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
.sixth-screen .sixth-form .sixth-form-code input {
  width: 35%;
  border: none;
  outline: none;
  background: transparent;
}
.sixth-screen .sixth-form .sixth-form-radio {
  font-size: 15px;
  width: 100%;
  padding-top: 45px;
}
.sixth-screen .sixth-form .sixth-form-radio .form-type-radio {
  display: flex;
  align-items: center;
}
.sixth-screen .sixth-form .sixth-form-radio .form-type-radio input[type="radio"]:checked {
  background-color: #4caf50;
  /* 修改为你想要的颜色 */
  border: 2px solid #4caf50;
  /* 修改为你想要的颜色 */
}
.sixth-screen .sixth-form .sixth-form-radio .form-type-radio .type-authorization {
  font-size: 12px;
  color: #666;
}
.sixth-screen .sixth-form .button-book {
  border-radius: 8px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-color: #181818;
  color: #fff;
  margin-top: 35px;
}
.expand-shrink {
  transition: all 0.5s;
}
.expand-shrink.active {
  transform: rotate(90deg);
}
.choose-address {
  display: flex;
  gap: 0.19rem;
}
.choose-address .form-type-box.province {
  width: 3.25rem;
  background: transparent;
  padding-right: 0.3rem;
  display: flex;
  border-radius: 0.1rem;
}
.choose-address .form-type-box.city {
  width: 2.18rem;
  background: transparent;
  display: flex;
  border-radius: 0.1rem;
}
.choose-address .form-type-box .car-type {
  font-size: 15px;
  margin-left: -5px;
  background: transparent;
}
input::placeholder {
  color: #000;
  /* 红色 */
}
.m-select {
  width: 100%;
  position: relative;
}
.m-select .supplier-name-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-select .supplier-area {
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 35px;
  display: none;
}
.m-select .supplier-area ul.tab-suppler {
  background: #fff;
  border: 1px #eee solid;
  max-height: 30vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0px;
}
.m-select .supplier-area ul.tab-suppler li {
  border-bottom: 1px solid #f6f6f6;
  padding: 10px 10px;
  color: #666;
}
.m-select .supplier-area ul.tab-suppler li:last-child {
  border-bottom: 0px solid #f6f6f6;
}
.m-select .supplier-area ul.tab-suppler li.active {
  background: #2fc6d1;
  color: #fff;
}
.tab-suppler::-webkit-scrollbar,
.tab::-webkit-scrollbar {
  width: 5px;
  background-color: #f6f6f6;
}
.tab-suppler::-webkit-scrollbar-thumb,
.tab::-webkit-scrollbar-thumb {
  background-color: #b6b6b6;
  border-radius: 10px;
  transition: background-color 0.2s ease;
}
.address-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 0.3rem;
}
.address-box .select-box {
  width: 50%;
  position: relative;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
.address-box .select-box .m-select .select-head {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.address-box .select-box .option-box {
  position: absolute;
  top: 50px;
  z-index: 9999;
  width: 100%;
  display: none;
}
.address-box .select-box .option-box .tab {
  background: #fff;
  border: 1px #eee solid;
  max-height: 30vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0px;
}
.address-box .select-box .option-box .tab li {
  border-bottom: 1px solid #f6f6f6;
  padding: 10px 10px;
  color: #666;
  cursor: pointer;
}
.address-box .select-box .option-box .tab li:last-child {
  border-bottom: 0px solid #f6f6f6;
}
.address-box .select-box .option-box .tab li.active {
  background: #2fc6d1;
  color: #fff;
}
@media (max-width: 1536px) {
  .sixth-screen {
    height: fit-content;
  }
  .sixth-screen .sixth-form {
    padding: 6vw 2.3vw 4vw 2vw;
  }
  .sixth-screen .sixth-form .sixth-form-radio {
    padding-top: 1vw;
  }
  .sixth-screen .sixth-form .sixth-form-type,
  .sixth-screen .sixth-form .sixth-form-code,
  .sixth-screen .sixth-form .sixth-form-input {
    padding-top: 0.78vw;
    padding-bottom: 0.78vw;
  }
  .address-box .select-box {
    padding-top: 0.78vw;
    padding-bottom: 0.78vw;
  }
}
@media (max-width: 1280px) {
  .sixth-screen .sixthSwiper {
    height: 65vw;
  }
  .sixth-screen .sixth-form {
    width: 40%;
  }
  .sixth-screen .sixth-form .button-book {
    height: 45px;
    font-size: 14px;
  }
  .sixth-screen .sixth-form .form-type-code .verification-code {
    font-size: 13px;
  }
  .sixth-screen .sixth-form .sixth-form-title {
    font-size: 24px;
  }
  .sixth-screen .sixth-form .sixth-form-code input {
    font-size: 13px;
  }
  .sixth-screen .sixth-form .sixth-form-type {
    font-size: 13px;
  }
  .sixth-screen .sixth-form .sixth-form-radio {
    padding-top: 1vw;
  }
  .sixth-screen .sixth-form .sixth-form-radio .form-type-radio .type-authorization {
    font-size: 12px;
  }
  .sixth-screen .sixth-form .sixth-form-type,
  .sixth-screen .sixth-form .sixth-form-code,
  .sixth-screen .sixth-form .sixth-form-input {
    padding-top: 1.18vw;
    padding-bottom: 1.18vw;
  }
  .sixth-screen .sixth-form .sixth-form-type input,
  .sixth-screen .sixth-form .sixth-form-code input,
  .sixth-screen .sixth-form .sixth-form-input input {
    font-size: 13px;
  }
  .address-box .select-box .m-select .select-head {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .sixthSwiper {
    height: 300px;
  }
  .sixthSwiper .swiper-slide {
    height: 100%;
  }
  .sixthSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sixthSwiper .swiper-slide img.pc {
    display: none;
  }
  .sixthSwiper .swiper-slide img.wap {
    display: block;
  }
  .sixth-form {
    width: 100%;
    height: 100%;
    position: static;
    background: #fff;
    padding: 50px 20px 40px 20px;
    z-index: 2;
    color: #000;
  }
  .sixth-form .sixth-form-title {
    font-size: 24px;
  }
  .sixth-form .sixth-form-type {
    cursor: pointer;
    font-size: 15px;
    width: 100%;
    padding-top: 25px;
  }
  .sixth-form .sixth-form-type .form-type-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sixth-form .sixth-form-input {
    font-size: 15px;
    width: 100%;
    padding-top: 25px;
  }
  .sixth-form .sixth-form-code {
    padding-top: 25px;
  }
  .sixth-form .sixth-form-radio {
    padding-top: 25px;
  }
  .sixth-form .sixth-form-radio .form-type-radio .type-authorization {
    font-size: 12px;
  }
  .sixth-form .button-book {
    height: 45px;
    margin-top: 25px;
    border-radius: 6px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sixth-screen {
    height: auto;
  }
  .sixth-screen .sixth-form {
    position: static;
    width: 100%;
    padding: 10vw 20px 10vw 20px;
  }
  .sixth-screen .sixth-form .sixth-form-radio {
    padding-top: 5vw;
  }
  .sixth-screen .sixth-form .sixth-form-type,
  .sixth-screen .sixth-form .sixth-form-code,
  .sixth-screen .sixth-form .sixth-form-input {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .address-box .select-box {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
