body {
  --next-box-height: 30vw;
  --next-box-title-width: 15.625vw;
  --next-box-title-height: 6vw;
}
select::placeholder {
  color: #999;
  opacity: 1;
}
.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 限制在两行 */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  /* 防止长单词或URL地址不会换行 */
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制在两行 */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  /* 防止长单词或URL地址不会换行 */
}
.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;
  }
}
.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-005s {
  animation-delay: 0.05s;
}
.animate__delay-01s {
  animation-delay: 0.1s;
}
.animate__delay-02s {
  animation-delay: 0.2s;
}
.animate__delay-03s {
  animation-delay: 0.3s;
}
.animate__delay-04s {
  animation-delay: 0.4s;
}
.animate__duration-2s {
  animation-duration: 2s;
}
.animate__duration-15s {
  animation-duration: 1.5s;
}
.animate__duration-13s {
  animation-duration: 1.3s;
}
.animate__duration-12s {
  animation-duration: 1.2s;
}
@media (max-width: 767px) {
  .animate__delay-005s {
    animation-delay: 0s;
  }
  .animate__delay-01s {
    animation-delay: 0s;
  }
  .animate__delay-02s {
    animation-delay: 0s;
  }
  .animate__delay-03s {
    animation-delay: 0s;
  }
  .animate__delay-04s {
    animation-delay: 0s;
  }
  .animate__duration-2s {
    animation-duration: 0s;
  }
  .animate__duration-15s {
    animation-duration: 0s;
  }
  .animate__duration-13s {
    animation-duration: 0s;
  }
}
.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;
}
header {
  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 {
  width: fit-content;
  position: absolute;
  bottom: 30%;
  color: #fff;
}
header .headerSwiper .swiper-slide .slide-text-box .slide-text {
  font-size: 0.32rem;
  transform: translateY(50%);
  opacity: 0;
  transition: transform 0.6s;
  letter-spacing: 2px;
}
header .headerSwiper .swiper-slide .slide-text-box .slide-text-second {
  font-size: 0.32rem;
  transform: translateY(50%);
  opacity: 0;
  transition: transform 0.6s 0.1s;
  letter-spacing: 2px;
}
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;
}
@media (max-width: 767px) {
  header .headerSwiper .swiper-slide .slide-text-box {
    top: 18vh;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 20px !important;
    padding-right: 20px;
    width: 100%;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text {
    font-size: 18px;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text-second {
    font-size: 18px;
    letter-spacing: 2px;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s 0.1s;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text-third {
    font-size: 14px;
  }
  header .headerSwiper .swiper-slide .slide-text-box .header-more {
    width: 143px !important;
    height: 32px !important;
    line-height: 32px !important;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s 0.3s;
  }
}
header .headerSwiper .swiper-scrollbar {
  width: 196px !important;
  background-color: #fff;
  bottom: 23%;
  left: 8.33vw;
  height: 2px;
}
header .headerSwiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #30c6d1;
}
@media (max-width: 1536) {
  header .headerSwiper .swiper-scrollbar {
    left: 5.33vw;
  }
}
@media (max-width: 1280px) {
  header .headerSwiper .swiper-scrollbar {
    left: 40px;
  }
}
@media (max-width: 767px) {
  header .headerSwiper .swiper-slide .swiper-slide-banner.pc {
    display: none;
  }
  header .headerSwiper .swiper-slide .swiper-slide-banner.wap {
    display: block;
  }
}
header .header-arrow {
  width: 100%;
  position: absolute;
  bottom: 54px;
  display: flex;
  justify-content: center;
  z-index: 2;
  animation: 2s linear infinite headerArrow;
}
@media (max-width: 767px) {
  header .header-arrow {
    display: none;
  }
  header .headerSwiper {
    height: 240%;
  }
  header .headerSwiper .swiper-scrollbar {
    width: 196px !important;
    background-color: #fff;
    bottom: 20%;
    left: calc((100vw - 196px) / 2);
    height: 2px;
  }
}
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 {
  from {
    transform: translateY(0%);
    opacity: 1;
  }
  to {
    transform: translateY(24px);
    opacity: 0.5;
  }
}
.sixth-screen {
  background: #fff;
  height: auto;
  overflow: hidden;
  display: flex;
}
.sixth-screen .sixthSwiper {
  flex: 1;
}
.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: 5.2rem;
  height: 100%;
  background: #ffffffe3;
  padding: 7.33vw 45px 5vw 40px;
  z-index: 2;
  color: #000;
}
.sixth-screen .sixth-form .sixth-form-title {
  font-size: 0.44rem;
  font-weight: 400;
}
.sixth-screen .sixth-form .sixth-form-describtion {
  font-size: 0.2rem;
  color: #212121;
  font-weight: 400;
  padding-top: 0.1rem;
}
.sixth-screen .sixth-form .sixth-form-type {
  cursor: pointer;
  font-size: 15px;
  width: 100%;
  padding-top: 2vw;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.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 .sixth-form-type .form-type-box .car-type {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../assets/arrow-down.png) no-repeat right center;
  padding-right: 20px;
  /* 为箭头留出空间 */
}
.sixth-screen .sixth-form .sixth-form-type .form-type-box .car-type option:hover {
  background-color: #f0f0f0;
  /* 鼠标悬停时的背景色 */
  color: #000;
  /* 鼠标悬停时的文字颜色 */
}
.sixth-screen .sixth-form .form-type-code {
  display: flex;
  justify-content: space-between;
}
.sixth-screen .sixth-form .sixth-form-input {
  font-size: 15px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.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: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}
.sixth-screen .sixth-form .sixth-form-code .code-box {
  display: flex;
  justify-content: space-between;
  width: 48%;
}
.sixth-screen .sixth-form .sixth-form-code .code-box .verification-code {
  color: #252525;
  font-size: 15px;
  cursor: pointer;
  text-wrap: wrap;
}
.sixth-screen .sixth-form .sixth-form-code input {
  border: none;
  outline: none;
  background: transparent;
}
.sixth-screen .sixth-form .sixth-form-radio {
  font-size: 15px;
  width: 100%;
  padding-top: 1.5vw;
}
.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="checkbox"]: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 .sixth-form-radio .form-type-radio .type-authorization .drive-appointment {
  cursor: pointer;
  color: #2fc6d1;
}
.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: 6vh;
}
@media (max-width: 1200px) {
  .sixth-screen .sixth-form {
    width: 400px;
  }
  .sixth-screen .sixth-form .sixth-form-type {
    padding-top: 30px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1000px) {
  .sixth-screen .sixth-form {
    width: 420px;
    padding: 13.33vw 45px 5vw 40px;
  }
}
@media (max-width: 767px) {
  .sixth-screen {
    height: auto;
    display: block;
  }
  .sixth-screen .sixthSwiper {
    height: 300px;
  }
  .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: none;
  }
  .sixth-screen .sixthSwiper .swiper-slide img.wap {
    display: block;
  }
  .sixth-screen .sixth-form {
    width: 100% !important;
    height: 100%;
    position: static;
    background: #fff;
    padding: 60px 20px 60px 20px;
    z-index: 2;
    color: #000;
  }
  .sixth-screen .sixth-form .sixth-form-title {
    font-size: 24px;
  }
  .sixth-screen .sixth-form .sixth-form-describtion {
    font-size: 12px;
    padding-bottom: 15px;
  }
  .sixth-screen .sixth-form .sixth-form-type {
    cursor: pointer;
    font-size: 15px;
    width: 100%;
    padding-top: 25px;
  }
  .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 .sixth-form-type .form-type-box #car-type {
    background-size: 12px !important;
  }
  .sixth-screen .sixth-form .sixth-form-input {
    font-size: 15px;
    width: 100%;
    padding-top: 25px;
  }
  .sixth-screen .sixth-form .sixth-form-code {
    padding-top: 25px;
  }
  .sixth-screen .sixth-form .sixth-form-code .code-box .verification-code {
    font-size: 14px;
  }
  .sixth-screen .sixth-form .sixth-form-radio {
    padding-top: 25px;
  }
  .sixth-screen .sixth-form .sixth-form-radio .form-type-radio .type-authorization {
    font-size: 12px;
  }
  .sixth-screen .sixth-form .button-book {
    height: 45px;
    margin-top: 25px;
    border-radius: 6px;
    font-size: 14px;
  }
}
.m-select {
  width: 100%;
  position: relative;
}
.m-select .series-name-box,
.m-select .model-name-box,
.m-select .store-name-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-select .series-area,
.m-select .model-area,
.m-select .store-area {
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 35px;
  display: none;
}
.m-select .series-area ul.tab,
.m-select .model-area ul.tab,
.m-select .store-area ul.tab {
  background: #fff;
  border: 1px #eee solid;
  max-height: 30vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0px;
}
.m-select .series-area ul.tab li,
.m-select .model-area ul.tab li,
.m-select .store-area ul.tab li {
  border-bottom: 1px solid #f6f6f6;
  padding: 10px 10px;
  color: #666;
}
.m-select .series-area ul.tab li:last-child,
.m-select .model-area ul.tab li:last-child,
.m-select .store-area ul.tab li:last-child {
  border-bottom: 0px solid #f6f6f6;
}
.m-select .series-area ul.tab li.active,
.m-select .model-area ul.tab li.active,
.m-select .store-area ul.tab li.active {
  background: #2fc6d1;
  color: #fff;
}
.tab::-webkit-scrollbar {
  width: 5px;
  background-color: #f6f6f6;
}
.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;
}
.address-box .select-box .m-select .select-head {
  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;
}
