/* common */
body {
  font-size: 0.16rem;
}

body.overflow {
  overflow: hidden;
}

* {
  word-break: break-all;
}

.safe-zone-1440 {
  width: 75vw;
  margin: auto;
}

.safe-zone {
  width: 84.375vw;
  max-width: 1660px;
}

.swiper-slide .img,
.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* KV */
.kv-container {
  position: relative;
}
.kv-container .kv {
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.kv-container .kv-wrap .kv-box {
  position: relative;
  background: #F6F3F2;
  background: #747479;
  width: 100vw;
  box-sizing: border-box;
}
.kv-container .kv-wrap .swiper_kv_pagination {
  bottom: 46px;
  bottom: 2.395833vw;
}
.kv-container .kv-wrap .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  margin: 0 5px !important;
  width: 30px;
  height: 30px;
  position: relative;
  outline: none;
  vertical-align: middle;
  padding-top: 14px;
  padding-bottom: 14px;
}
.kv-container .kv-wrap .swiper-pagination-bullet span {
  width: 30px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
}
.kv-container .kv-wrap .swiper-pagination-bullet i {
  background-color: rgb(255, 255, 255);
  height: 2px;
  width: 30px;
  position: absolute;
  top: 14px;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}
.kv-container .kv-wrap .swiper-pagination-bullet-active i {
  animation: middle 5s linear forwards;
}
@keyframes middle {
  0% {
    transform: scaleX(0);
    left: 0;
  }
  100% {
    transform: scaleX(1);
    left: 0;
  }
}

.kv_model_wrap {
  width: 100%;
  position: absolute;
  top: 224px;
  top: calc(70px + 8.020833vw);
  left: 50%;
  bottom: 15%;
  transform: translate3d(-50%, 0, 1px);
  color: #fff;
  cursor: default;
  padding-left: 120px;
  padding-left: 6.25vw;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  line-height: 1;
}
.kv_model_wrap > div {
  position: relative;
}
.kv_model_wrap .kv_model_title_top {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -25px;
}
.kv_model_wrap .kv_model_title_top.ELEXIO {
  font-size: 32px;
  font-size: 1.666vw;
  line-height: 39.36px;
  line-height: 2.05vw;
  font-family: "HyundaiSansHeadCN-lighter";
  margin-top: -2.8645833vw;
  font-weight: 300;
}
.kv_model_wrap .kv_model_title {
  color: #fff;
  font-size: 60px;
  font-size: 3.125vw;
  font-weight: 500;
  line-height: 73.2px;
  line-height: 3.8125vw;
  text-align: left;
  letter-spacing: 0.1em;
}
.kv_model_wrap .kv_model_title.colorBlack {
  color: #000;
}
.kv_model_wrap .kv_model_sub_title {
  margin-top: 20px;
  margin-top: 1.04166vw;
  color: #fff;
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 32px;
  font-size: 1.666vw;
  font-weight: 300;
  line-height: 39.36px;
  line-height: 2.05vw;
  text-align: left;
}
.kv_model_wrap .kv_model_sub_title.colorBlack {
  color: #000;
}
.kv_model_wrap .kv_model_btn_wrap {
  margin-top: 60px;
  margin-top: 3.125vw;
}
.kv_model_wrap .kv_model_btn_wrap .kv_model_btn {
  width: 144px;
  width: 7.5vw;
  height: 45px;
  height: 2.34375vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: solid 1px #fff;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  font-size: 0.833vw;
  line-height: 24px;
  line-height: 1.25vw;
  text-align: center;
}
.kv_model_wrap .kv_model_btn_wrap .kv_model_btn:hover {
  color: #002c5f;
  background: #fff;
  border-color: #fff;
}

@media (max-width: 1024px) {
  .colorBlack {
    color: #000;
  }
}
@media (max-width: 767px) {
  .safe-zone-1440 {
    width: 100%;
    margin: auto;
  }
  /* KV */
  .kv-container .kv-wrap .swiper_kv_pagination {
    bottom: 50px;
  }
  .kv-container .kv-wrap .swiper-pagination-bullet {
    width: 20px;
    height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .kv-container .kv-wrap .swiper-pagination-bullet span {
    width: 20px;
  }
  .kv-container .kv-wrap .swiper-pagination-bullet i {
    width: 20px;
    top: 10px;
  }
  .kv_model_wrap {
    top: 140px;
    bottom: 100px;
    padding-left: 0;
  }
  .kv_model_wrap .kv_model_title_top {
    text-align: center;
  }
  .kv_model_wrap .kv_model_title_top.ELEXIO {
    font-size: 20px;
    font-weight: 300;
    line-height: 24.6px;
    letter-spacing: 0.04em;
    margin-top: -30px;
  }
  .kv_model_wrap .kv_model_title {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
  }
  .kv_model_wrap .kv_model_sub_title {
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 24.6px;
    letter-spacing: 0.04em;
  }
  .kv_model_wrap .kv_model_btn_wrap {
    padding: 0 30px;
  }
  .kv_model_wrap .kv_model_btn_wrap .kv_model_btn {
    width: 100%;
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.52px;
    text-align: center;
  }
  .kv_model_wrap .kv_model_btn_wrap .kv_model_btn:hover {
    color: #fff;
    border: solid 1px #fff;
    background: transparent;
  }
  .kv_model_wrap .kv_model_btn_wrap .kv_model_btn:active {
    color: #002c5f;
    background: #fff;
    border-color: #fff;
  }
}
@charset "UTF-8";
/* 车型 */
.vehicle_box {
  padding: 140px 0;
  padding: 7.29166vw 0;
}
.vehicle_box .img_text_left_wrap .vehicle_type {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-bottom: 3.125vw;
}
.vehicle_box .img_text_left_wrap .vehicle_type .vehicle_item {
  font-size: 24px;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 29px;
  line-height: 1.5104166vw;
  padding: 10px 5px 8px;
  padding: 0.520833vw 0.2604166vw 0.41666vw;
  border-bottom: solid 2px transparent;
  color: rgb(138, 138, 138);
  cursor: pointer;
}
.vehicle_box .img_text_left_wrap .vehicle_type .vehicle_item + .vehicle_item {
  margin-left: 60px;
  margin-left: 3.125vw;
}
.vehicle_box .img_text_left_wrap .vehicle_type .vehicle_item.active {
  color: rgb(0, 0, 0);
  border-color: rgb(0, 44, 95);
}
.vehicle_box .img_text_left_wrap .img_text_left_nav_box {
  box-sizing: border-box;
  margin: 0 auto 21px;
  margin: 0 auto 1.09375vw;
  position: relative;
  max-width: fit-content;
}
.vehicle_box .img_text_left_wrap .img_text_left_nav_box.vehicle_hidden {
  display: none;
  height: auto;
}
.vehicle_box .img_text_left_wrap .img_text_left_nav_box .img_text_left_nav_wrap {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  position: relative;
  -webkit-overflow-scrolling: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.vehicle_box .img_text_left_wrap .img_text_left_nav_box .img_text_left_nav_wrap::-webkit-scrollbar {
  display: none;
}
.vehicle_box .img_text_left_wrap .img_text_left_nav_box .img_text_left_nav_wrap .img_text_left_nav_slide {
  width: auto;
  flex-shrink: 0;
  cursor: pointer;
  color: rgb(138, 138, 138);
}
.vehicle_box .img_text_left_wrap .img_text_left_nav_box .img_text_left_nav_wrap .img_text_left_nav_slide + .img_text_left_nav_slide {
  margin-left: 30px;
}
.vehicle_box .img_text_left_wrap .img_text_left_nav_box .img_text_left_nav_wrap .img_text_left_nav_slide .nav_slide_item {
  padding: 10px 5px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.52px;
  text-align: left;
}
.vehicle_box .img_text_left_wrap .img_text_left_nav_box .img_text_left_nav_wrap .img_text_left_nav_slide.active {
  color: rgb(0, 0, 0);
}
.vehicle_box .img_text_left_wrap .img_text_left_nav_box .img_text_left_nav_wrap .line {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #002C5F;
  display: block;
  transition: left 0.3s ease, width 0.3s ease;
}
.vehicle_box .img_text_left_wrap .swiper_vehicle {
  overflow: hidden;
  position: relative;
}
.vehicle_box .img_text_left_wrap .swiper_vehicle.vehicle_hidden {
  display: none;
  height: auto;
}
.vehicle_box .img_text_left_wrap .swiper_vehicle .swiper-slide {
  padding: 0 20px;
}
.vehicle_box .img_text_left_wrap .swiper_vehicle .swiper-slide a {
  display: block;
  width: fit-content;
  margin: auto;
}
.vehicle_box .img_text_left_wrap .swiper_vehicle .swiper-slide .img {
  width: 100%;
  width: 1100px;
  width: 57.29166vw;
  height: 450px;
  height: 23.4375vw;
  display: block;
  margin: auto;
  position: relative;
  object-fit: cover;
}
.vehicle_box .img_text_left_wrap .swiper_vehicle .swiper-button-prev, .vehicle_box .img_text_left_wrap .swiper_vehicle .swiper-button-next {
  background: url(../../img2024/vehicle/btn_perv.svg) no-repeat center;
  background-size: 100%;
  width: 40px;
  width: 2.0833vw;
  height: 40px;
  height: 2.0833vw;
  margin-top: 0;
  left: 240px;
  left: 12.5vw;
  top: 267px;
  top: 13.90625vw;
}
.vehicle_box .img_text_left_wrap .swiper_vehicle .swiper-button-next {
  background: url(../../img2024/vehicle/btn_next.svg) no-repeat center;
  background-size: 100%;
  left: unset;
  right: 240px;
  right: 12.5vw;
}
.vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap {
  padding-top: 50px;
  text-align: center;
}
.vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .price_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .price_wrap .price_left {
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 20px;
  font-size: 1.04166vw;
  font-weight: 500;
  line-height: 24.4px;
  line-height: 1.270833vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  padding-right: 1.04166vw;
  position: relative;
}
.vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .price_wrap .price_left::after {
  content: "";
  width: 2px;
  height: 16px;
  height: 0.833vw;
  background: rgb(218, 218, 218);
  position: absolute;
  right: 10px;
  right: 0.520833vw;
  top: 50%;
  transform: translateY(-50%);
}
.vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .price_wrap .price {
  font-size: 20px;
  font-size: 1.04166vw;
  font-weight: 700;
  line-height: 24.72px;
  line-height: 1.2875vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
}
.vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-top: 3.125vw;
}
.vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .btn_wrap .btn_item {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  width: 160px;
  width: 8.33vw;
  height: 45px;
  height: 2.34375vw;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-size: 0.833vw;
  font-weight: 500;
  line-height: 24px;
  line-height: 1.25vw;
  cursor: pointer;
}
.vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .btn_wrap .btn_item + .btn_item {
  margin-left: 20px;
  margin-left: 1.04166vw;
}
.vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .btn_wrap .btn_item:hover {
  color: #002c5f;
  background: #fff;
  border-color: #002c5f;
}
.vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .btn_wrap .btn_item:hover a {
  color: #002c5f;
}
.vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .btn_wrap .btn_item .btn_drive {
  color: rgb(0, 0, 0);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .btn_wrap .btn_item .btn_test_drive {
  color: rgb(0, 0, 0);
}

@media (max-width: 767px) {
  .vehicle_box {
    padding: 60px 0 90px;
  }
  .vehicle_box .img_text_left_wrap .vehicle_type {
    margin-bottom: 30px;
  }
  .vehicle_box .img_text_left_wrap .vehicle_type .vehicle_item {
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    padding: 10px 0 9px;
    border-bottom: solid 1px transparent;
    font-family: "HyundaiSansHeadCN-lighter";
  }
  .vehicle_box .img_text_left_wrap .vehicle_type .vehicle_item + .vehicle_item {
    margin-left: 30px;
  }
  .vehicle_box .img_text_left_wrap .vehicle_type .vehicle_item.active {
    font-family: "HyundaiSansHeadCN";
  }
  .vehicle_box .img_text_left_wrap .img_text_left_nav_box {
    box-sizing: border-box;
    margin: 0 auto 60px;
  }
  .vehicle_box .img_text_left_wrap .img_text_left_nav_box .img_text_left_nav_wrap::-webkit-scrollbar {
    display: none;
  }
  .vehicle_box .img_text_left_wrap .img_text_left_nav_box .img_text_left_nav_wrap .img_text_left_nav_slide {
    font-family: "HyundaiSansHeadCN-lighter";
  }
  .vehicle_box .img_text_left_wrap .img_text_left_nav_box .img_text_left_nav_wrap .img_text_left_nav_slide .nav_slide_item {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .vehicle_box .img_text_left_wrap .img_text_left_nav_box .img_text_left_nav_wrap .img_text_left_nav_slide.active {
    color: rgb(0, 0, 0);
    font-family: "HyundaiSansHeadCN";
  }
  .vehicle_box .img_text_left_wrap .img_text_left_nav_box .img_text_left_nav_wrap .line {
    height: 1px;
  }
  .vehicle_box .img_text_left_wrap .swiper_vehicle .swiper-slide a {
    width: auto;
  }
  .vehicle_box .img_text_left_wrap .swiper_vehicle .swiper-slide .img {
    width: 100%;
    height: calc((100vw - 40px) / 1.3392857143);
  }
  .vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap {
    padding-top: 20px;
  }
  .vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .price_wrap .price_left {
    padding-right: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 22.14px;
    letter-spacing: 0.1em;
    padding-right: 20px;
  }
  .vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .price_wrap .price_left::after {
    right: 10px;
    height: 18px;
  }
  .vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .price_wrap .price {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.96px;
  }
  .vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .btn_wrap {
    padding: 50px 20px 0;
  }
  .vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .btn_wrap .btn_item {
    border: solid 1px #000;
    width: 100%;
    flex: 1;
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.52px;
  }
  .vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .btn_wrap .btn_item:hover {
    color: #000;
    background: transparent;
    border-color: #000;
  }
  .vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .btn_wrap .btn_item:hover a {
    color: #000;
  }
  .vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .btn_wrap .btn_item:active {
    color: #002c5f;
    background: #fff;
    border-color: #002c5f;
  }
  .vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .btn_wrap .btn_item:active a {
    color: #002c5f;
  }
  .vehicle_box .img_text_left_wrap .swiper_vehicle .bottom_wrap .btn_wrap .btn_item + .btn_item {
    margin-left: 15px;
  }
  .swiper_pagination_mb {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-top: 40px;
  }
  .swiper_pagination_mb.white .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
  }
  .swiper_pagination_mb.white .swiper-pagination-bullet-active {
    background: rgb(255, 255, 255);
  }
  .swiper_pagination_mb .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    margin: 0 5px !important;
    border-radius: 0;
    border: none;
  }
  .swiper_pagination_mb .swiper-pagination-bullet-active {
    border: none;
    opacity: 1;
    background: rgb(0, 0, 0);
  }
  .swiper_pagination_mb .swiper-pagination-bullet:first-child {
    margin-left: 0px !important;
  }
  .swiper_pagination_mb .swiper-pagination-bullet:last-child {
    margin-right: 0px !important;
  }
}
@charset "UTF-8";
/* 技术 */
.technology_box .swiper_technology {
  position: relative;
}
.technology_box .swiper_technology .swiper-slide {
  background: #ccc;
}
.technology_box .swiper_technology .top_title {
  position: absolute;
  top: 140px;
  top: 7.29166vw;
  left: 240px;
  left: 12.5vw;
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 60px;
  font-size: 3.125vw;
  font-weight: 300;
  line-height: 73.8px;
  line-height: 3.84375vw;
  color: rgb(255, 255, 255);
}
.technology_box .swiper_technology .img_wrap {
  pointer-events: none;
}
.technology_box .swiper_technology .img_wrap .img {
  width: 100%;
  height: 56.25vw;
}
.technology_box .swiper_technology .text_wrap {
  position: absolute;
  left: 240px;
  left: 12.5vw;
  bottom: 140px;
  bottom: 7.29166vw;
  width: 545px;
  width: 28.3854166vw;
}
.technology_box .swiper_technology .text_wrap .title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.technology_box .swiper_technology .text_wrap .title_wrap:hover {
  opacity: 0.8;
}
.technology_box .swiper_technology .text_wrap .title_wrap .title {
  font-size: 20px;
  font-size: 1.04166vw;
  font-weight: 500;
  line-height: 24.4px;
  line-height: 1.270833vw;
  color: rgb(255, 255, 255);
}
.technology_box .swiper_technology .text_wrap .title_wrap .icon_right {
  width: 20px;
  width: 1.04166vw;
  height: 20px;
  height: 1.04166vw;
}
.technology_box .swiper_technology .text_wrap .desc {
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 16px;
  font-size: 0.833vw;
  font-weight: 300;
  line-height: 24px;
  line-height: 1.25vw;
  height: 48px;
  height: 2.5vw;
  color: rgb(255, 255, 255);
  margin-top: 15px;
  margin-top: 0.78125vw;
}
.technology_box .swiper_technology .swiper_technology_pagination {
  position: absolute;
  left: 240px;
  left: 12.5vw;
  bottom: 267px;
  bottom: 13.90625vw;
  text-align: left;
  width: 232px;
  width: 12.0833vw;
  height: 50px;
  height: 2.604166vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(5, 5, 5, 0.1);
  backdrop-filter: blur(10px);
}
.technology_box .swiper_technology .swiper_technology_pagination .swiper-pagination-bullet {
  height: 100%;
  flex: 1;
  background: url(../../img2024/technology/01.svg) no-repeat center;
  background-size: 28px 28px;
  background-size: 1.45833vw 1.45833vw;
  position: relative;
  margin: 0;
  opacity: 1;
}
.technology_box .swiper_technology .swiper_technology_pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.technology_box .swiper_technology .swiper_technology_pagination .swiper-pagination-bullet::after {
  content: "";
  width: 1px;
  height: 20px;
  height: 1.04166vw;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.technology_box .swiper_technology .swiper_technology_pagination .swiper-pagination-bullet:last-child::after {
  display: none;
}
.technology_box .swiper_technology .swiper_technology_pagination .swiper-pagination-bullet:nth-child(1) {
  background: url(../../img2024/technology/01.svg) no-repeat center;
  background-size: 1.45833vw 1.45833vw;
}
.technology_box .swiper_technology .swiper_technology_pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
  background: url(../../img2024/technology/01-active.svg) no-repeat center;
  background-size: 1.45833vw 1.45833vw;
}
.technology_box .swiper_technology .swiper_technology_pagination .swiper-pagination-bullet:nth-child(2) {
  background: url(../../img2024/technology/02.svg) no-repeat center;
  background-size: 1.45833vw 1.45833vw;
}
.technology_box .swiper_technology .swiper_technology_pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
  background: url(../../img2024/technology/02-active.svg) no-repeat center;
  background-size: 1.45833vw 1.45833vw;
}
.technology_box .swiper_technology .swiper_technology_pagination .swiper-pagination-bullet:nth-child(3) {
  background: url(../../img2024/technology/03.svg) no-repeat center;
  background-size: 1.45833vw 1.45833vw;
}
.technology_box .swiper_technology .swiper_technology_pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
  background: url(../../img2024/technology/03-active.svg) no-repeat center;
  background-size: 1.45833vw 1.45833vw;
}
.technology_box .swiper_technology .swiper_technology_pagination .swiper-pagination-bullet:nth-child(4) {
  background: url(../../img2024/technology/04.svg) no-repeat center;
  background-size: 1.45833vw 1.45833vw;
}
.technology_box .swiper_technology .swiper_technology_pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
  background: url(../../img2024/technology/04-active.svg) no-repeat center;
  background-size: 1.45833vw 1.45833vw;
}

@media (max-width: 767px) {
  .technology_box .swiper_technology .swiper-slide {
    background: #000;
  }
  .technology_box .swiper_technology .top_title {
    position: relative;
    top: unset;
    left: unset;
    font-size: 28px;
    font-weight: 300;
    line-height: 42px;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 60px 0 40px;
  }
  .technology_box .swiper_technology .img_wrap .img {
    width: 100%;
    height: 106.6666666667vw;
  }
  .technology_box .swiper_technology .text_wrap {
    position: relative;
    left: unset;
    bottom: unset;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .technology_box .swiper_technology .text_wrap .title_wrap {
    justify-content: center;
  }
  .technology_box .swiper_technology .text_wrap .title_wrap:hover {
    opacity: 1;
  }
  .technology_box .swiper_technology .text_wrap .title_wrap:active {
    opacity: 0.8;
  }
  .technology_box .swiper_technology .text_wrap .title_wrap .title {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.52px;
    color: rgb(255, 255, 255);
    margin-top: 40px;
  }
  .technology_box .swiper_technology .text_wrap .desc {
    min-height: 75px;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: rgb(255, 255, 255);
    margin-top: 20px;
    padding: 0 20px;
  }
  .technology_box .swiper_technology .btn_wrap {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .technology_box .swiper_technology .btn_wrap .btn_more {
    margin: auto;
    border: solid 1px #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.52px;
  }
  .technology_box .swiper_technology .btn_wrap .btn_more:active {
    background: #fff;
    color: #002c5f;
  }
  .technology_box .swiper_technology .swiper_technology_pagination {
    padding-bottom: 60px;
    position: relative;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: none;
    background: #000;
  }
  .technology_box .swiper_technology .swiper_technology_pagination .swiper-pagination-bullet {
    flex: 0 1 auto;
    width: 20px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5) !important;
    position: relative;
    margin: 0 5px;
    border-radius: 0px;
  }
  .technology_box .swiper_technology .swiper_technology_pagination .swiper-pagination-bullet-active {
    background: rgb(255, 255, 255) !important;
  }
  .technology_box .swiper_technology .swiper_technology_pagination .swiper-pagination-bullet::after {
    display: none;
  }
}
@charset "UTF-8";
/* 新闻资讯 */
.news_box {
  padding: 200px 0;
  padding: 10.4166vw 0;
  background: #fff;
}
.news_box .title {
  text-align: center;
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 60px;
  font-size: 3.125vw;
  font-weight: 300;
  line-height: 73.8px;
  line-height: 3.84375vw;
  padding-bottom: 100px;
  padding-bottom: 5.20833vw;
}
.news_box .top_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_box .top_wrap .time_wrap {
  width: 430px;
  width: 22.395833vw;
}
.news_box .top_wrap .time_wrap .news_title .a_wrap_title {
  display: block;
  width: 100%;
  font-size: 40px;
  font-size: 2.0833vw;
  font-weight: 300;
  line-height: 60px;
  line-height: 3.125vw;
  color: rgb(0, 0, 0);
  font-family: "HyundaiSansHeadCN-lighter";
  white-space: pre-line;
}
.news_box .top_wrap .time_wrap .news_title .a_wrap_title:hover {
  color: #002c5f;
}
.news_box .top_wrap .time_wrap .desc {
  font-family: "HyundaiSansHeadCN-lighter";
  font-weight: 300;
  font-size: 18px;
  font-size: 0.9375vw;
  line-height: 22px;
  line-height: 1.1458333vw;
  margin-top: 20px;
  margin-top: 1.04166vw;
  color: rgb(82, 82, 82);
}
.news_box .top_wrap .img_wrap {
  width: 950px;
  width: 49.479166vw;
  height: 535px;
  height: 27.8645833vw;
  position: relative;
  cursor: pointer;
}
.news_box .top_wrap .img_wrap .a_wrap {
  display: block;
  overflow: hidden;
}
.news_box .top_wrap .img_wrap .a_wrap .img {
  width: 100%;
  height: 535px;
  height: 27.8645833vw;
  object-fit: cover;
  display: block;
  transition: all ease-in 0.3s;
}
.news_box .top_wrap .img_wrap .a_wrap .img:hover {
  transform: scale(1.1);
}
.news_box .bottom_wrap .bottom_item_wrap {
  display: flex;
  flex-wrap: wrap;
}
.news_box .bottom_wrap .bottom_item {
  margin-top: 30px;
  margin-top: 1.5625vw;
  width: calc((100% - 3.18vw) / 3);
}
.news_box .bottom_wrap .bottom_item + .bottom_item {
  margin-left: 30px;
  margin-left: 1.5625vw;
}
.news_box .bottom_wrap .bottom_item:nth-child(3n+1) {
  margin-left: 0;
}
.news_box .bottom_wrap .bottom_item .img_wrap {
  position: relative;
  cursor: pointer;
}
.news_box .bottom_wrap .bottom_item .img_wrap .a_wrap {
  display: block;
  width: 100%;
  overflow: hidden;
}
.news_box .bottom_wrap .bottom_item .img_wrap .a_wrap .img {
  object-fit: cover;
  display: block;
  width: 460px;
  width: 23.95833vw;
  height: 265px;
  height: 13.8020833vw;
  transition: all ease-in 0.3s;
}
.news_box .bottom_wrap .bottom_item .img_wrap .a_wrap .img:hover {
  transform: scale(1.1);
}
.news_box .bottom_wrap .bottom_item .time_wrap .news_title {
  margin-top: 30px;
  margin-top: 1.5625vw;
}
.news_box .bottom_wrap .bottom_item .time_wrap .news_title .a_wrap_title {
  font-size: 20px;
  font-size: 1.04166vw;
  font-weight: 500;
  max-height: 60px;
  max-height: 3.125vw;
  line-height: 30px;
  line-height: 1.5625vw;
  color: rgb(0, 0, 0);
  display: -webkit-box !important;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_box .bottom_wrap .bottom_item .time_wrap .news_title .a_wrap_title:hover {
  color: #002c5f;
}
.news_box .bottom_wrap .bottom_item .time_wrap .desc {
  font-family: "HyundaiSansHeadCN-lighter";
  font-weight: 300;
  font-size: 18px;
  font-size: 0.9375vw;
  line-height: 22px;
  line-height: 1.1458333vw;
  margin-top: 10px;
  margin-top: 0.520833vw;
  color: rgb(137, 137, 137);
}

@media (max-width: 767px) {
  .news_box {
    padding: 60px 0;
  }
  .news_box .title {
    text-align: center;
    font-size: 28px;
    line-height: 34.44px;
    padding-bottom: 45px;
  }
  .news_box .top_wrap {
    flex-direction: column-reverse;
    padding-bottom: 40px;
  }
  .news_box .top_wrap .time_wrap {
    width: 100%;
    padding: 0 25px;
  }
  .news_box .top_wrap .time_wrap .news_title .a_wrap_title {
    font-size: 24px;
    line-height: 36px;
    white-space: normal;
  }
  .news_box .top_wrap .time_wrap .news_title .a_wrap_title:hover {
    color: #000;
  }
  .news_box .top_wrap .time_wrap .news_title .a_wrap_title:active {
    color: #002c5f;
  }
  .news_box .top_wrap .time_wrap .desc {
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
    color: rgb(0, 0, 0);
  }
  .news_box .top_wrap .img_wrap {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .news_box .top_wrap .img_wrap .a_wrap {
    display: block;
    overflow: hidden;
  }
  .news_box .top_wrap .img_wrap .a_wrap .img {
    height: auto;
    height: 100vw;
  }
  .news_box .top_wrap .img_wrap .a_wrap .img:hover {
    transform: scale(1);
  }
  .news_box .swiper_news {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .news_box .swiper_news .swiper_news_pagination {
    position: relative;
    margin-top: 40px;
  }
  .news_box .swiper_news .swiper_news_pagination .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    margin: 0 5px;
    border-radius: 0;
  }
  .news_box .swiper_news .swiper_news_pagination .swiper-pagination-bullet-active {
    background: rgb(0, 0, 0);
  }
  .news_box .bottom_wrap .bottom_item {
    margin-top: 0;
    width: auto;
  }
  .news_box .bottom_wrap .bottom_item + .bottom_item {
    margin: 0;
  }
  .news_box .bottom_wrap .bottom_item .img_wrap {
    margin-bottom: 40px;
  }
  .news_box .bottom_wrap .bottom_item .img_wrap .a_wrap {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .news_box .bottom_wrap .bottom_item .img_wrap .a_wrap .img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: auto;
    height: 100vw;
    transition: all ease-in 0.3s;
  }
  .news_box .bottom_wrap .bottom_item .img_wrap .a_wrap .img:hover {
    transform: scale(1);
  }
  .news_box .bottom_wrap .bottom_item .time_wrap {
    padding: 0 25px;
  }
  .news_box .bottom_wrap .bottom_item .time_wrap .news_title {
    margin-top: 0;
  }
  .news_box .bottom_wrap .bottom_item .time_wrap .news_title .a_wrap_title {
    font-size: 24px;
    line-height: 36px;
    max-height: 72px;
    color: rgb(0, 0, 0);
    font-family: "HyundaiSansHeadCN-lighter";
  }
  .news_box .bottom_wrap .bottom_item .time_wrap .news_title .a_wrap_title:hover {
    color: #000;
  }
  .news_box .bottom_wrap .bottom_item .time_wrap .news_title .a_wrap_title:active {
    color: #002c5f;
  }
  .news_box .bottom_wrap .bottom_item .time_wrap .desc {
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
    color: rgb(0, 0, 0);
  }
}
@charset "UTF-8";
/* 预约试驾 */
.testdrive_box .testdrive_bg.hasActivity {
  background: url(../../img2024/testdrive/group/bg.jpg) no-repeat center;
  background-size: 100%;
}
.testdrive_box .testdrive_wrap {
  font-family: "HyundaiSansHeadCN-lighter";
  display: flex;
  justify-content: space-between;
}
.testdrive_box .testdrive_wrap .left {
  padding-top: 160px;
  padding-top: 8.333vw;
  padding-bottom: 140px;
  padding-bottom: 7.29166vw;
}
.testdrive_box .testdrive_wrap .left .left_content {
  width: 615px;
  width: 32.03125vw;
  height: 660px;
  height: 34.375vw;
  padding: 40px 35px;
  padding: 2.0833vw 1.8229166vw;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.testdrive_box .testdrive_wrap .left .title {
  font-size: 24px;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 40px;
  line-height: 2.0833vw;
  padding-bottom: 20px;
  padding-bottom: 1.04166vw;
  border-bottom: solid 1px rgba(176, 176, 176, 0.2);
}
.testdrive_box .testdrive_wrap .left .form_wrap {
  padding-top: 10px;
  padding-top: 0.520833vw;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap {
  position: relative;
  cursor: pointer;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap input {
  cursor: pointer;
  pointer-events: all;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: -10px;
  bottom: -0.520833vw;
  transform: translateY(100%);
  background: #fff;
  display: none;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg.show {
  display: block;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  padding: 0.4166vw 0;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content .ul_wrap li {
  font-family: "HyundaiSansHeadCN";
  font-size: 14px;
  font-size: 0.729166vw;
  font-weight: 400;
  line-height: 22px;
  line-height: 1.145833vw;
  padding: 9px 10px;
  padding: 0.46875vw 0.520833vw;
  display: block;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content .ul_wrap li:hover {
  background-color: rgb(247, 247, 247);
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content .ul_wrap li.active {
  color: rgb(0, 177, 218);
  background-image: url(../../img2024/testdrive/icon_check.svg);
  background-size: 16px;
  background-size: 0.8333vw;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-position: calc(100% - 1.04166vw) center;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address {
  padding: 0;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .checked_box {
  border-bottom: 1px solid rgb(243, 243, 243);
  padding: 15px 20px 10px;
  padding: 0.78125vw 1.04166vw 0.520833vw;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .checked_box .checked_wrap {
  display: flex;
  align-items: center;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .checked_box .checked_wrap .checked_item {
  font-size: 14px;
  font-size: 0.729166vw;
  font-weight: 300;
  line-height: 17px;
  line-height: 0.8854166vw;
  font-family: "HyundaiSansHeadCN-lighter";
  color: rgb(0, 0, 0);
  flex-shrink: 0;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .checked_box .checked_wrap .checked_item.active {
  font-family: "HyundaiSansHeadCN";
  font-weight: 500;
  color: rgb(0, 170, 210);
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .checked_box .checked_wrap .checked_item:last-child {
  flex: 1;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .checked_box .checked_wrap .icon_right {
  flex-shrink: 0;
  width: 12px;
  width: 0.625vw;
  height: 12px;
  height: 0.625vw;
  display: block;
  margin-left: 5px;
  margin-left: 0.2604166vw;
  margin-right: 15px;
  margin-right: 0.78125vw;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap {
  display: none;
  max-height: 259px;
  max-height: 13.4895833vw;
  overflow-y: auto;
  /* 滚动条两端按钮 */
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap::-webkit-scrollbar-button {
  background-color: transparent;
  display: none !important;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap.show {
  display: block;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap.dealer {
  padding-bottom: 70px;
  padding-bottom: 3.645833vw;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap.dealer li.active {
  background-position: calc(100% - 20px) 16px;
  background-position: calc(100% - 1.04166vw) 0.8333vw;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap li {
  padding: 15px 20px;
  padding: 0.78125vw 1.04166vw;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap .dealer_item {
  font-family: "HyundaiSansHeadCN-lighter";
  font-weight: 300;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap .dealer_item.active .name {
  color: rgb(0, 177, 218);
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap .dealer_item .name {
  font-family: "HyundaiSansHeadCN";
  font-weight: 500;
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-size: 0.729166vw;
  line-height: 17px;
  line-height: 0.8854166vw;
  padding-right: 20px;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap .dealer_item .address {
  color: rgb(142, 142, 142);
  margin-top: 5px;
  margin-top: 0.2604166vw;
  font-size: 14px;
  font-size: 0.729166vw;
  line-height: 17px;
  line-height: 0.8854166vw;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap .dealer_item .phone {
  color: rgb(0, 0, 0);
  margin-top: 5px;
  margin-top: 0.2604166vw;
  font-size: 14px;
  font-size: 0.729166vw;
  line-height: 17px;
  line-height: 0.8854166vw;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap .dealer_item .code_btn {
  margin-top: 10px;
  margin-top: 0.520833vw;
  padding: 5px 20px;
  padding: 0.2604166vw 1.04166vw;
  font-family: "HyundaiSansHeadCN";
  font-weight: 500;
  color: rgb(0, 0, 0);
  position: relative;
  width: fit-content;
  border: 1px solid rgb(0, 0, 0);
  font-size: 14px;
  font-size: 0.729166vw;
  line-height: 17px;
  line-height: 0.8854166vw;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap .dealer_item .code_btn:hover {
  color: #fff;
  border-color: rgb(0, 44, 95);
  background-color: rgb(0, 44, 95);
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap .dealer_item .code_btn:hover .code_wrap {
  display: block;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap .dealer_item .code_btn .code_wrap {
  display: none;
  position: absolute;
  right: -22px;
  right: -1.145833vw;
  top: 50%;
  transform: translate(100%, -50%);
  text-align: center;
  background: #fff;
  padding: 5px 5px 10px;
  padding: 0.2604166vw 0.2604166vw 0.520833vw;
  border-radius: 5px;
  border-radius: 0.2604166vw;
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.4);
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap .dealer_item .code_btn .code_wrap::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 55%;
  transform: translate(-100%, -100%);
  border: 10px solid transparent;
  border-right-color: #fff;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap .dealer_item .code_btn .code_wrap .code_img {
  width: 135px;
  width: 7.03125vw;
  height: 135px;
  height: 7.03125vw;
  display: block;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap .dealer_item .code_btn .code_wrap .txt {
  margin-top: 5px;
  margin-top: 0.2604166vw;
  font-weight: 500;
  color: rgb(0, 44, 95);
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item {
  border-bottom: solid 1px rgb(176, 176, 176);
  padding-top: 15px;
  padding-top: 0.78125vw;
  padding-bottom: 5px;
  padding-bottom: 0.2604166vw;
  position: relative;
  display: flex;
  align-items: center;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item.series::before, .testdrive_box .testdrive_wrap .left .form_wrap .form_item.address::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item input {
  flex: 1;
  display: block;
  width: 100%;
  height: 40px;
  height: 2.0833vw;
  font-size: 18px;
  font-size: 0.9375vw;
  line-height: 40px;
  line-height: 2.0833vw;
  border: none;
  color: rgb(0, 0, 0);
  outline: none;
  padding-left: 0;
  background: transparent;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item ::-webkit-input-placeholder {
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 300;
  color: rgb(153, 153, 153);
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item ::-ms-input-placeholder {
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 300;
  color: rgb(153, 153, 153);
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item ::-moz-placeholder {
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 300;
  color: rgb(153, 153, 153);
  opacity: 1;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item .icon_down {
  flex-shrink: 0;
  width: 16px;
  width: 0.8333vw;
  height: 16px;
  height: 0.8333vw;
  display: block;
  margin-left: 10px;
  transition: transform ease 0.3s;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item .icon_down.active {
  transform: rotateZ(180deg);
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item .local_wrap {
  color: rgb(0, 177, 218);
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: 40px;
  line-height: 2.0833vw;
  padding-left: 21px;
  padding-left: 1.09375vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
  margin-left: 20px;
  margin-left: 1.04166vw;
  position: relative;
  z-index: 2;
  display: none;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item .local_wrap::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -8px;
  margin-top: -0.4166vw;
  width: 16px;
  width: 0.8333vw;
  height: 16px;
  height: 0.8333vw;
  background-image: url(../../img2024/testdrive/icon_local.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item .local_wrap.loading {
  padding-left: 25px;
  padding-left: 1.3020833vw;
}
.testdrive_box .testdrive_wrap .left .form_wrap .form_item .local_wrap.loading::before {
  margin-top: -10px;
  margin-top: -0.520833vw;
  background-image: url(../../img2024/testdrive/icon_loading.svg);
  width: 20px;
  width: 1.04166vw;
  height: 20px;
  height: 1.04166vw;
  animation: spin 1.3s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.testdrive_box .testdrive_wrap .left .drivefooter {
  display: flex;
  align-items: center;
  margin-top: 174px;
  margin-top: 9.0625vw;
  font-family: "HyundaiSansHeadCN";
}
.testdrive_box .testdrive_wrap .left .drivefooter input[type=checkbox] {
  width: 50% !important;
  height: 100% !important;
}
.testdrive_box .testdrive_wrap .left .drivefooter .radio-box {
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  font-size: 14px;
  font-size: 0.729vw;
  font-weight: 400;
  line-height: 22px;
  line-height: 1.1458vw;
  text-align: left;
  color: rgb(4, 11, 41);
  letter-spacing: 1px;
}
.testdrive_box .testdrive_wrap .left .drivefooter .radio-box + .radio-box {
  margin-left: 30px;
  margin-left: 1.5625vw;
}
.testdrive_box .testdrive_wrap .left .drivefooter .radio-box:hover i {
  background: url(../../img2024/testdrive/checkbox-3.png) no-repeat center/100%;
}
.testdrive_box .testdrive_wrap .left .drivefooter .radio-box i {
  position: relative;
  width: 16px;
  width: 0.8333vw;
  height: 16px;
  height: 0.8333vw;
  display: inline-flex;
  margin: 0 12px 0 0;
  margin: 0 0.625vw 0 0;
  cursor: pointer;
  background: url(../../img2024/testdrive/checkbox-2.png) no-repeat center/100%;
}
.testdrive_box .testdrive_wrap .left .drivefooter .radio-box i.active {
  background: url(../../img2024/testdrive/checkbox-1.png) no-repeat center/100%;
}
.testdrive_box .testdrive_wrap .left .drivefooter .radio-box input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  width: 50% !important;
  height: 100% !important;
}
.testdrive_box .testdrive_wrap .left .drivefooter .radio-box a {
  color: #11809B;
  text-decoration: none;
}
.testdrive_box .testdrive_wrap .left .submit-btn {
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 0.833vw;
  margin-top: 30px;
  margin-top: 1.5625vw;
  width: 100%;
  height: 45px;
  height: 2.34375vw;
  background: rgb(0, 44, 95);
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}
.testdrive_box .testdrive_wrap .left .submit-btn:hover {
  background: rgba(0, 44, 95, 0.8);
}
.testdrive_box .testdrive_wrap .left .submit-btn.submit-static {
  opacity: 0.2;
  pointer-events: none;
}
.testdrive_box .testdrive_wrap .right {
  padding-top: 160px;
  padding-top: 8.333vw;
  margin-right: -60px;
  margin-right: -3.125vw;
}
.testdrive_box .testdrive_wrap .right .right_content {
  width: 750px;
  width: 39.0625vw;
}
.testdrive_box .testdrive_wrap .right .swiper_policy {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.testdrive_box .testdrive_wrap .right .swiper_policy .swiper-slide .img {
  height: 700px;
  height: 36.45833vw;
}
.testdrive_box .testdrive_wrap .right .swiper_policy .swiper_policy_pagination {
  position: relative;
  padding-top: 40px;
  padding-top: 2.0833vw;
  bottom: 0;
}
.testdrive_box .testdrive_wrap .right .swiper_policy .swiper_policy_pagination .swiper-pagination-bullet {
  width: 30px;
  width: 1.5625vw;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  margin: 0 5px;
  border-radius: 0;
}
.testdrive_box .testdrive_wrap .right .swiper_policy .swiper_policy_pagination .swiper-pagination-bullet-active {
  background: rgb(0, 0, 0);
}
.testdrive_box .testdrive_wrap .right .swiper_policy .swiper_policy_pagination.white .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
}
.testdrive_box .testdrive_wrap .right .swiper_policy .swiper_policy_pagination.white .swiper-pagination-bullet-active {
  background: rgb(255, 255, 255);
}
.testdrive_box .toast_box {
  text-align: center;
  max-width: 80%;
  width: fit-content;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 15px;
  font-size: 14px;
  z-index: 100;
  display: none;
}

@media (max-width: 767px) {
  body.overflow-mb {
    overflow: hidden;
  }
  .testdrive_box .testdrive_bg.hasActivity {
    background: #fff;
  }
  .testdrive_box .testdrive_wrap {
    font-family: "HyundaiSansHeadCN";
    flex-direction: column-reverse;
  }
  .testdrive_box .testdrive_wrap .left {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .testdrive_box .testdrive_wrap .left .left_content {
    width: 100%;
    height: auto;
    padding: 0 20px;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .testdrive_box .testdrive_wrap .left .title {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    padding-bottom: 0;
    border-bottom: none;
    color: #000;
    font-family: "HyundaiSansHeadCN-lighter";
  }
  .testdrive_box .testdrive_wrap .left .form_wrap {
    padding-top: 5px;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap {
    position: unset;
    cursor: pointer;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap input {
    cursor: pointer;
    pointer-events: all;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg {
    box-sizing: border-box;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: unset;
    transform: none;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    justify-content: flex-end;
    flex-direction: column;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg.show {
    display: flex;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content {
    box-shadow: none;
    padding: 0;
    background: #fff;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content .title_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(4, 11, 41);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 15px 20px;
    position: relative;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content .title_wrap .icon_close {
    position: absolute;
    right: 20px;
    top: 17px;
    display: block;
    width: 16px;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content .ul_wrap {
    padding-bottom: 114px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content .ul_wrap li {
    font-family: "HyundaiSansHeadCN";
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    padding: 15px 20px;
    display: block;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content .ul_wrap li:hover {
    background-color: transparent;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content .ul_wrap li:active {
    background-color: rgb(247, 247, 247);
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content .ul_wrap li.active {
    color: rgb(0, 177, 218);
    background-size: 16px;
    background-position: calc(100% - 20px) center;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address {
    padding: 0;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .checked_box {
    padding: 15px 20px 10px;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .checked_box .checked_wrap {
    display: flex;
    align-items: center;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .checked_box .checked_wrap .checked_item {
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .checked_box .checked_wrap .icon_right {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    margin-right: 15px;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap {
    display: none;
    max-height: 40vh;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap.province li {
    background-image: url(../../img2024/testdrive/icon_right.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: calc(100% - 20px) center;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap.province li.active {
    background-image: url(../../img2024/testdrive/icon_check.svg);
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap.dealer {
    padding-bottom: 114px;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap.dealer li.active {
    background-position: calc(100% - 20px) 16px;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap li {
    padding: 15px 20px;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap .dealer_item .name {
    font-family: "HyundaiSansHeadCN";
    font-weight: 500;
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 17px;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap .dealer_item .address {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap .dealer_item .phone {
    color: rgb(0, 0, 0);
    margin-top: 5px;
    font-size: 14px;
    line-height: 17px;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item_wrap .select_bg .select_content.address .ul_wrap .dealer_item .code_btn {
    display: none;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item {
    border-bottom: solid 1px rgb(206, 208, 216);
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item input {
    display: block;
    width: 100%;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    background: transparent;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item ::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3);
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item ::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3);
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item ::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item .icon_down {
    width: 16px;
    height: 16px;
    margin-left: 10px;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item .local_wrap {
    font-family: "HyundaiSansHeadCN-lighter";
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    padding-left: 21px;
    margin-left: 11px;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item .local_wrap::before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item .local_wrap.loading {
    padding-left: 25px;
  }
  .testdrive_box .testdrive_wrap .left .form_wrap .form_item .local_wrap.loading::before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .testdrive_box .testdrive_wrap .left .drivefooter {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 30px;
    font-family: "HyundaiSansHeadCN";
  }
  .testdrive_box .testdrive_wrap .left .drivefooter input[type=checkbox] {
    width: 50% !important;
    height: 100% !important;
  }
  .testdrive_box .testdrive_wrap .left .drivefooter .radio-box {
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
    font-size: 12px;
    line-height: 14.64px;
    letter-spacing: 0.6px;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
  }
  .testdrive_box .testdrive_wrap .left .drivefooter .radio-box + .radio-box {
    margin-left: 0;
    margin-top: 10px;
  }
  .testdrive_box .testdrive_wrap .left .drivefooter .radio-box:hover i {
    background: url(../../img2024/testdrive/checkbox-3.png) no-repeat center/100%;
  }
  .testdrive_box .testdrive_wrap .left .drivefooter .radio-box i {
    position: relative;
    width: 12px;
    height: 12px;
    display: inline-flex;
    margin: 0 10px 0 0;
    cursor: pointer;
    background: url(../../img2024/testdrive/checkbox-2.png) no-repeat center/100%;
  }
  .testdrive_box .testdrive_wrap .left .drivefooter .radio-box i.active {
    background: url(../../img2024/testdrive/checkbox-1.png) no-repeat center/100%;
  }
  .testdrive_box .testdrive_wrap .left .drivefooter .radio-box input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    width: 50% !important;
    height: 100% !important;
  }
  .testdrive_box .testdrive_wrap .left .drivefooter .radio-box a {
    color: rgba(0, 177, 218, 0.5);
  }
  .testdrive_box .testdrive_wrap .left .submit-btn {
    font-size: 16px;
    margin-top: 20px;
    height: 45px;
    background: rgb(0, 170, 210);
    color: rgb(255, 255, 255);
  }
  .testdrive_box .testdrive_wrap .left .submit-btn:hover {
    background: rgb(0, 170, 210);
  }
  .testdrive_box .testdrive_wrap .left .submit-btn:active {
    background: rgba(0, 44, 95, 0.8);
  }
  .testdrive_box .testdrive_wrap .right {
    padding-top: 0;
    margin-right: 0;
  }
  .testdrive_box .testdrive_wrap .right .right_content {
    width: 100%;
  }
  .testdrive_box .testdrive_wrap .right .swiper_policy {
    width: 100%;
  }
  .testdrive_box .testdrive_wrap .right .swiper_policy .swiper-slide .img {
    height: auto;
    height: 120vw;
  }
  .testdrive_box .testdrive_wrap .right .swiper_policy .swiper_policy_pagination {
    padding-top: 20px;
  }
  .testdrive_box .testdrive_wrap .right .swiper_policy .swiper_policy_pagination .swiper-pagination-bullet {
    width: 20px;
  }
}
/* app-code */
.code_box .code_wrap {
  display: flex;
  justify-content: center;
  font-family: "HyundaiSansHeadCN-lighter";
}
.code_box .left {
  width: 655px;
  width: 34.1145833vw;
}
.code_box .left .title_wrap {
  padding-top: 132px;
  padding-top: 6.875vw;
}
.code_box .left .title_wrap .title {
  font-size: 40px;
  font-size: 2.0833vw;
  font-weight: 300;
  line-height: 52px;
  line-height: 2.70833vw;
}
.code_box .left .title_wrap .desc {
  margin-top: 20px;
  margin-top: 1.04166vw;
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: 32px;
  line-height: 1.666vw;
}
.code_box .left .app_wrap {
  padding-bottom: 110px;
  padding-bottom: 5.729166vw;
}
.code_box .left .app_wrap .item_wrap {
  margin-top: 92px;
  margin-top: 4.79166vw;
  display: flex;
}
.code_box .left .app_wrap .item_wrap .item {
  text-align: center;
  padding: 0 13px;
  padding: 0 0.6770833vw;
}
.code_box .left .app_wrap .item_wrap .item + .item {
  margin-left: 60px;
  margin-left: 3.125vw;
}
.code_box .left .app_wrap .item_wrap .item .img {
  width: 125px;
  width: 6.5104166vw;
  height: 125px;
  height: 6.5104166vw;
  display: block;
  object-fit: cover;
}
.code_box .left .app_wrap .item_wrap .item .desc {
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: 22.14px;
  line-height: 1.153125vw;
  margin-top: 15px;
  margin-top: 0.78125vw;
}
.code_box .right {
  margin-left: 247px;
  margin-left: 12.8645833vw;
  padding-top: 135px;
  padding-top: 7.03125vw;
}
.code_box .right .img {
  width: 335px;
  width: 17.4479166vw;
  height: 522px;
  height: 27.1875vw;
  display: block;
  object-fit: cover;
}

@media (max-width: 767px) {
  .code_box {
    background: rgb(247, 247, 247);
  }
  .code_box .code_wrap {
    display: block;
    font-family: "HyundaiSansHeadCN-lighter";
  }
  .code_box .left {
    width: 100%;
  }
  .code_box .left .title_wrap {
    padding-top: 60px;
    text-align: center;
  }
  .code_box .left .title_wrap .title {
    font-size: 32px;
    line-height: 52px;
  }
  .code_box .left .title_wrap .desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
  }
  .code_box .left .app_wrap {
    padding-bottom: 0;
  }
  .code_box .left .app_wrap .item_wrap_mb {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .code_box .left .app_wrap .item_wrap_mb .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 40px;
    border: solid 1px #000;
    margin-top: 20px;
    color: rgb(0, 0, 0);
  }
  .code_box .left .app_wrap .item_wrap_mb .item:hover {
    color: rgb(0, 0, 0);
  }
  .code_box .left .app_wrap .item_wrap_mb .item:active {
    opacity: 0.8;
  }
  .code_box .left .app_wrap .item_wrap_mb .item .img {
    height: 16px;
    width: 16px;
    display: block;
  }
  .code_box .left .app_wrap .item_wrap_mb .item .desc {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.52px;
    width: 106px;
    text-align: center;
    font-family: "HyundaiSansHeadCN";
    white-space: nowrap;
  }
  .code_box .right {
    margin-left: 0;
    padding-top: 60px;
  }
  .code_box .right .img {
    width: 221px;
    height: 344px;
    margin: auto;
  }
}