@charset "UTF-8";
.color_box .swiper_color_color {
  width: 100%;
  height: 1080px;
  height: 56.25vw;
  overflow: hidden;
  position: relative;
  /* .btn_720_wrap {
      position: absolute;
      z-index: 1;
      top: 713px;
      top: 37.1354166vw;
      width: 100%;
      .btn_720 {
          text-align: center;
          display: flex;
          // justify-content: center;
          align-items: center;
          .btn {
              cursor: pointer;
              // background: rgba(0, 0, 0, 0.3);
              background:  transparent;
              border-radius: 100px;
              padding: 9px;
              padding: 0.46875vw;
              display: flex;
              justify-content: center;
              align-items: center;
              transition: all ease-in-out 0.3s;
              // transform: scale(0);
              transform: scale(1);
              border: solid 1px #000;
              &.doSacle {
                  transform: scale(1);
                  animation-name: doScale;
                  animation-duration: 0.8s;
                  animation-iteration-count: 1;
                  animation-timing-function: ease-in;

                  @keyframes doScale {
                      0% {
                          transform: translateY(30px) scale(0);
                      }
                      40% {
                          transform: translateY(0);
                      }
                      66% {
                          transform: scale(1.4);
                      }
                      100% {
                          transform: scale(1);
                      }
                  }
              }
              &.active {
                  padding: 9px 15px;
                  padding: 0.46875vw 0.78125vw;
                  .txt {
                      margin-left: 10px;
                      margin-left: 0.520833vw;
                      width: 78px;
                      width: 4.0625vw;
                  }    
              }
              .icon {
                  width: 32px;
                  width: 1.6666vw;
                  height: 32px;
                  height: 1.6666vw;
                  display: block;
              }
              .txt {
                  width: 0;
                  opacity: 0;
                  color: #000;
                  text-align: center;
                  font-size: 18px;
                  font-size: 0.9375vw;
                  font-weight: 500;
                  transition: all ease 0.3s;
                  overflow: hidden;
                  white-space: nowrap;
                  &.active {
                      opacity: 1;
                  }
              }

          }
      }
  } */
}
.color_box .swiper_color_color .img_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.color_box .swiper_color_color .img_wrap .color_config_wrap {
  position: absolute;
  left: 0;
  top: 0;
  padding: 140px 0 0 240px;
  padding: 7.29166vw 0 0 12.5vw;
  color: #000;
  text-align: left;
}
.color_box .swiper_color_color .img_wrap .color_config_wrap.colorWhite {
  color: #fff;
}
.color_box .swiper_color_color .img_wrap .color_config_wrap .color {
  font-size: 40px;
  font-size: 2.0833vw;
  font-weight: 700;
  line-height: 49px;
  line-height: 2.5520833vw;
  letter-spacing: 4px;
  letter-spacing: 0.21697916vw;
}
.color_box .swiper_color_color .img_wrap .color_config_wrap .desc {
  font-family: "HyundaiSansHeadCN-lighter";
  box-sizing: content-box;
  width: 600px;
  width: 31.25vw;
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 20px;
  margin-top: 1.04166vw;
}
.color_box .swiper_color_color .img_wrap .img_color {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.color_box .swiper_color_color .swiper_color_pagination {
  position: absolute;
  bottom: 145px;
  bottom: 7.5520833vw;
  text-align: center;
  z-index: 1;
}
.color_box .swiper_color_color .swiper-pagination-bullet {
  width: 35px;
  height: 35px;
  margin: 0 10px;
  margin: 0 0.52083vw;
  border-radius: 50%;
  opacity: 1;
  background: url(../../assets/resource/vehicle/color/color-bg.png) no-repeat;
  background-size: 365px 137px;
  position: relative;
}
.color_box .swiper_color_color .swiper-pagination-bullet-active {
  opacity: 1;
}
.color_box .swiper_color_color .swiper-pagination-bullet:hover {
  opacity: 1;
  background-position: 0px -51px;
}
.color_box .swiper_color_color .swiper-pagination-bullet:hover::before {
  content: "暮山紫";
  min-width: 62px;
  height: 27px;
  border-radius: 2px;
  box-sizing: border-box;
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 14px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 10px;
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.color_box .swiper_color_color .swiper-pagination-bullet:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -9px;
  display: block;
  border: 4px solid transparent;
  border-top-color: #fff;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(1) {
  background-position: 0px 0px;
  margin-left: 0;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(1):hover {
  background-position: 0px -51px;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(1):hover::before {
  content: "暮山紫";
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
  background-position: 0px -102px;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(2) {
  background-position: -55px 0px;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(2):hover {
  background-position: -55px -51px;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(2):hover::before {
  content: "哑光白";
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
  background-position: -55px -102px;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(3) {
  background-position: -110px 0px;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(3):hover {
  background-position: -110px -51px;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(3):hover::before {
  content: "松石蓝";
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
  background-position: -110px -102px;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(4) {
  background-position: -165px 0px;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(4):hover {
  background-position: -165px -51px;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(4):hover::before {
  content: "珍珠黑";
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
  background-position: -165px -102px;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(5) {
  background-position: -220px 0px;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(5):hover {
  background-position: -220px -51px;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(5):hover::before {
  content: "赛博银";
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
  background-position: -220px -102px;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(6) {
  background-position: -275px 0px;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(6):hover {
  background-position: -275px -51px;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(6):hover::before {
  content: "珍珠白";
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active {
  background-position: -275px -102px;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(7) {
  background-position: -330px 0px;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(7):hover {
  background-position: -330px -51px;
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(7):hover::before {
  content: "迷彩灰";
}
.color_box .swiper_color_color .swiper-pagination-bullet:nth-child(7).swiper-pagination-bullet-active {
  background-position: -330px -102px;
}

.pop-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
  padding: 50px 0;
}

._360wrap_pop {
  display: block;
  opacity: 0;
  z-index: -1;
}
._360wrap_pop #view360 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
}
._360wrap_pop .close360 {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 60px;
  top: 60px;
  z-index: 2;
  cursor: pointer;
  display: block;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../../assets/resource/vehicle/close_720.svg) no-repeat;
  background-size: contain;
}

._360wrap_pop.show720 {
  z-index: 9999;
  opacity: 1;
}

@media (max-width: 1280px) {
  ._360wrap_pop .close360 {
    width: 16px;
    height: 16px;
    top: 25px;
    left: 25px;
  }
}
@media (max-width: 767px) {
  .color_box {
    margin-bottom: 0;
  }
  .color_box .swiper_color_color {
    position: relative;
    width: 100%;
    height: auto;
    /* .btn_720_wrap {
        top: unset;
        left: 20px;
        right: 20px;
        bottom: 148px;
        width: auto;
        .btn_720 {
            justify-content: center;
            .btn {
                padding: 7.5px;
                width: 100%;
                &.active {
                    padding: 7.5px 19px;
                    .txt {
                        margin-left: 10px;
                        width: 70px;
                    }    
                }
                .icon {
                    width: 28px;
                    height: 28px;
                }
                .txt {
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 28px;
                    letter-spacing: -0.4px;
                    text-align: center;
                    opacity: 0;
                    &.active {
                        opacity: 1;
                    }
                }
            }
        }
    } */
  }
  .color_box .swiper_color_color .swiper-slide {
    position: relative;
  }
  .color_box .swiper_color_color .img_wrap {
    position: unset;
  }
  .color_box .swiper_color_color .img_wrap .color_config_wrap {
    box-sizing: border-box;
    padding: 100px 20px 0;
    padding: 26.666vw 5.333vw 0;
    text-align: center;
  }
  .color_box .swiper_color_color .img_wrap .color_config_wrap .color {
    font-size: 28px;
    font-size: 7.4666vw;
    line-height: 1.5;
  }
  .color_box .swiper_color_color .img_wrap .color_config_wrap .desc {
    width: auto;
    margin-top: 15px;
    margin-top: 4vw;
    font-size: 14px;
    font-size: 3.733vw;
    letter-spacing: -0.14px;
  }
  .color_box .swiper_color_color .img_wrap .img_color {
    height: auto;
    min-height: 216.5vw;
  }
  .color_box .swiper_color_color .swiper_color_pagination {
    position: absolute;
    text-align: center;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    left: 0;
    padding: 0;
    bottom: 198px;
  }
  .color_box .swiper_color_color .swiper-pagination-bullet {
    margin: 7.5px;
  }
  .color_box .swiper_color_color .swiper-pagination-bullet:hover::before {
    display: none;
  }
  .color_box .swiper_color_color .swiper-pagination-bullet:hover::after {
    display: none;
  }
  .color_box .swiper_color_color .swiper-pagination-bullet:nth-child(1) {
    margin-left: 7.5px;
  }
}
@media (max-width: 349px) {
  .color_box .swiper_color_color .swiper_color_pagination {
    bottom: 20.38%;
  }
}
.config_box .config_wrap {
  width: 100%;
  background: linear-gradient(0deg, #FFF 19.72%, rgba(255, 255, 255, 0) 60.83%), #F5F1FD;
  padding-top: 143.5px;
  padding-top: 7.47395833vw;
  padding-bottom: 125px;
  padding-bottom: 6.5104166vw;
}
.config_box .config_wrap .safe-zone-1440.config {
  overflow: initial;
}
.config_box .config_wrap .swiper_config_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.config_box .config_wrap .swiper_pagination_mb {
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-top: 55px;
  margin-top: 2.864583vw;
}
.config_box .config_wrap .swiper_pagination_mb .swiper-pagination-bullet {
  width: 20px;
  width: 1.041666vw;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  margin: 0 5px !important;
  border-radius: 0;
  border: none;
}
.config_box .config_wrap .swiper_pagination_mb .swiper-pagination-bullet-active {
  border: none;
  opacity: 1;
  background: rgb(0, 0, 0);
}
.config_box .config_wrap .swiper_config_pic_wrap {
  width: 680px;
  width: 35.41666vw;
  position: relative;
}
.config_box .config_wrap .swiper_config_pic_wrap .swiper_config_pic {
  overflow: hidden;
  width: 100%;
}
.config_box .config_wrap .swiper_config_pic_wrap .config_tips {
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 12px;
  font-size: 0.625vw;
  font-weight: 300;
  line-height: 14.76px;
  line-height: 0.76875vw;
  text-align: left;
  padding-left: 42.5px;
  padding-left: 2.21354166vw;
  color: rgb(138, 138, 138);
  margin-top: 28px;
  margin-top: 1.458333vw;
}
.config_box .config_wrap .swiper_config_pic_wrap .slide_content .img {
  width: 100%;
  height: auto;
  height: 385px;
  height: 20.0520833vw;
  display: block;
  object-fit: cover;
}
.config_box .config_wrap .swiper_config_pic_wrap .slide_content.config3 {
  display: none;
}
.config_box .config_wrap .swiper_config_pic_wrap .swiper-button-prev, .config_box .config_wrap .swiper_config_pic_wrap .swiper-button-next {
  background: url(../../assets/resource/vehicle/config/group01/btn_prev.svg) no-repeat center;
  background-size: 100%;
  width: 30px;
  width: 1.5625vw;
  height: 30px;
  height: 1.5625vw;
  margin-top: 0;
  left: -5px;
  left: -0.260416vw;
  transform: translateX(-100%);
  top: 36%;
}
.config_box .config_wrap .swiper_config_pic_wrap .swiper-button-next {
  background: url(../../assets/resource/vehicle/config/group01/btn_next.svg) no-repeat center;
  background-size: 100%;
  left: unset;
  right: -5px;
  right: -0.260416vw;
  transform: translateX(100%);
}
.config_box .config_wrap .swiper_wrap {
  width: 560px;
  width: 29.1666vw;
  height: 549px;
  height: 28.59375vw;
  position: relative;
  box-sizing: content-box;
  padding-bottom: 36px;
  padding-bottom: 1.875vw;
}
.config_box .config_wrap .nav_config_wrap {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 1px;
  display: flex;
  align-items: center;
  height: 36px;
  height: 1.875vw;
  line-height: 36px;
  line-height: 1.875vw;
  user-select: none;
}
.config_box .config_wrap .nav_config_wrap .item {
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  font-family: "HyundaiSansHeadCN-lighter";
  color: rgba(0, 0, 0, 0.5);
}
.config_box .config_wrap .nav_config_wrap .item + .item {
  margin-left: 40px;
  position: relative;
}
.config_box .config_wrap .nav_config_wrap .item + .item::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
}
.config_box .config_wrap .nav_config_wrap .item.active {
  font-family: "HyundaiSansHeadCN";
  font-weight: 500;
  color: #000;
}
.config_box .config_wrap .swiper_config {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.config_box .config_wrap .swiper_config.hev {
  display: none;
}
.config_box .config_wrap .swiper_config .slide_content {
  width: 100%;
}
.config_box .config_wrap .swiper_config .slide_content .config_title_wrap .title {
  height: 39px;
  height: 2.03125vw;
  font-size: 32px;
  font-size: 1.666vw;
  font-weight: 400;
  line-height: 39px;
  line-height: 2.03125vw;
  color: #000;
}
.config_box .config_wrap .swiper_config .slide_content .config_txt {
  width: 100%;
  height: 45px;
  height: 2.34375vw;
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 20px;
  font-size: 1.041666vw;
  font-weight: 400;
  line-height: 24.72px;
  line-height: 1.2875vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0, 44, 95);
  color: rgb(255, 255, 255);
  margin-top: 20px;
  margin-top: 1.041666vw;
}
.config_box .config_wrap .swiper_config .slide_content .config_item_wrap {
  margin-top: 10px;
  margin-top: 0.520833vw;
}
.config_box .config_wrap .swiper_config .slide_content .config_item_wrap .config_item {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 9px;
  padding: 0.78125vw 0 0.46875vw;
  border-bottom: solid 1px rgb(215, 215, 215);
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-size: 0.9375vw;
  line-height: 21.96px;
  line-height: 1.14375vw;
}
.config_box .config_wrap .swiper_config .slide_content .config_item_wrap .config_item .left {
  font-family: "HyundaiSansHeadCN-lighter";
  font-weight: 300;
  flex-shrink: 0;
}
.config_box .config_wrap .swiper_config .slide_content .config_item_wrap .config_item .right {
  font-weight: 500;
  text-align: right;
}
.config_box .config_wrap .swiper_config .btn_wrap {
  margin-top: 20px;
  margin-top: 1.041666vw;
}
.config_box .config_wrap .swiper_config .btn_wrap .btn_item_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.config_box .config_wrap .swiper_config .btn_wrap .btn_item_wrap .config_tips {
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 12px;
  font-size: 0.625vw;
  font-weight: 300;
  line-height: 14.76px;
  line-height: 0.765625vw;
  color: rgb(138, 138, 138);
}
.config_box .config_wrap .swiper_config .btn_wrap .btn_item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  height: 2.08333vw;
  font-size: 16px;
  font-size: 0.8333vw;
  font-weight: 500;
  line-height: 1.01666vw;
}
.config_box .config_wrap .swiper_config .btn_wrap .btn_item .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.config_box .config_wrap .swiper_config .btn_wrap .btn_item .btn:hover {
  opacity: 0.8;
}
.config_box .config_wrap .swiper_config .btn_wrap .btn_item .btn .img {
  display: block;
  width: 16px;
  width: 0.8333vw;
  height: 16px;
  height: 0.8333vw;
}
.config_box .config_wrap .swiper_config .btn_wrap .btn_item .btn span {
  flex-shrink: 0;
  margin: 0 5px;
  margin: 0 0.260416vw;
}
.config_box .config_wrap .swiper_config .btn_wrap_swiper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.config_box .config_wrap .swiper_config .btn_wrap_swiper .swiper-button-prev, .config_box .config_wrap .swiper_config .btn_wrap_swiper .swiper-button-next {
  transform: translateY(0%) !important;
  position: initial;
  left: none;
  right: none;
  top: none;
  bottom: none;
  background: url(../../assets/resource/vehicle/btn_prev.png) no-repeat center;
  background-size: 100%;
  width: 36px;
  width: 1.875vw;
  height: 36px;
  height: 1.875vw;
  margin-top: 0;
}
.config_box .config_wrap .swiper_config .btn_wrap_swiper .swiper-button-next {
  background: url(../../assets/resource/vehicle/btn_next.png) no-repeat center;
  background-size: 100%;
  margin-left: 15px;
  margin-left: 0.78125vw;
}

@media (max-width: 767px) {
  .config_box {
    position: relative;
    z-index: 3;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 22.84%, #FFF 73.74%), #F5F1FD;
    padding-bottom: 100px;
  }
  .config_box .config_wrap {
    width: 100%;
    height: auto;
    background: transparent;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .config_box .config_wrap .swiper_config_wrap {
    display: block;
  }
  .config_box .config_wrap .swiper_pagination_mb {
    margin-top: 40px;
  }
  .config_box .config_wrap .swiper_pagination_mb .swiper-pagination-bullet {
    width: 20px;
  }
  .config_box .config_wrap .swiper_config_pic_wrap {
    width: 100%;
    box-sizing: border-box;
  }
  .config_box .config_wrap .swiper_config_pic_wrap .swiper_config_pic {
    padding-bottom: 0;
  }
  .config_box .config_wrap .swiper_config_pic_wrap .config_tips {
    font-size: 12px;
    line-height: 21px;
    padding: 0 20px;
    margin-top: 40px;
    color: rgb(109, 109, 109);
  }
  .config_box .config_wrap .swiper_config_pic_wrap .slide_content {
    padding: 0 20px;
  }
  .config_box .config_wrap .swiper_config_pic_wrap .slide_content .img {
    width: 100%;
    height: auto;
    height: calc((100vw - 40px) / 1.6183574879);
    display: block;
    object-fit: cover;
  }
  .config_box .config_wrap .swiper_wrap {
    width: 100%;
    height: 557px;
    padding-bottom: 0;
  }
  .config_box .config_wrap .nav_config_wrap {
    left: 20px;
    right: 20px;
    height: 44px;
    top: 50px;
    left: 20px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 2px;
  }
  .config_box .config_wrap .nav_config_wrap .item {
    line-height: 40px;
    font-weight: 300;
    flex: 1;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  .config_box .config_wrap .nav_config_wrap .item + .item {
    margin-left: 1px;
  }
  .config_box .config_wrap .nav_config_wrap .item + .item::after {
    display: none;
  }
  .config_box .config_wrap .nav_config_wrap .item.active {
    background: #fff;
  }
  .config_box .config_wrap .swiper_config {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 50px;
  }
  .config_box .config_wrap .swiper_config .config_tips {
    position: absolute;
    left: 0;
    bottom: 117px;
    font-weight: 300;
    line-height: 14.76px;
    letter-spacing: 0.6px;
    text-align: left;
    padding: 0 20px;
    color: rgba(84, 84, 84, 0.7);
  }
  .config_box .config_wrap .swiper_config .slide_content {
    width: 100%;
  }
  .config_box .config_wrap .swiper_config .slide_content .config_title_wrap .title {
    font-size: 24px;
    line-height: 36px;
    height: 36px;
  }
  .config_box .config_wrap .swiper_config .slide_content .config_txt {
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 19.78px;
    margin-top: 20px;
  }
  .config_box .config_wrap .swiper_config .slide_content .config_item_wrap {
    margin-top: 10px;
  }
  .config_box .config_wrap .swiper_config .slide_content .config_item_wrap .config_item {
    padding: 15px 0 9px;
    font-size: 14px;
    line-height: 17.22px;
  }
  .config_box .config_wrap .swiper_config .slide_content .config_item_wrap .config_item:last-child {
    border-bottom: none;
  }
  .config_box .config_wrap .swiper_config .slide_content .config_item_wrap .config_item .left {
    font-family: "HyundaiSansHeadCN-lighter";
    font-weight: 300;
  }
  .config_box .config_wrap .swiper_config .slide_content .config_item_wrap .config_item .right {
    font-weight: 400;
    margin-left: 20px;
  }
  .config_box .config_wrap .swiper_config .btn_wrap {
    margin-top: 82px;
    width: 100%;
  }
  .config_box .config_wrap .swiper_config .btn_wrap .btn_item {
    width: 100%;
    height: 45px;
  }
  .config_box .config_wrap .swiper_config .btn_wrap .btn_item .btn {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 24px;
    border: solid 1px #363C54;
  }
  .config_box .config_wrap .swiper_config .btn_wrap .btn_item .btn:hover {
    opacity: 1;
  }
  .config_box .config_wrap .swiper_config .btn_wrap .btn_item .btn:active {
    opacity: 0.8;
  }
  .config_box .config_wrap .swiper_config .btn_wrap .btn_item .btn span {
    flex-shrink: 0;
    margin: 0 5px;
  }
  .config_box .config_wrap .swiper_config .swiper_pagination_mb {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 85px;
  }
  .config_box .config_wrap .swiper_config .btn_wrap_swiper {
    right: 20px;
    top: 5px;
  }
  .config_box .config_wrap .swiper_config .btn_wrap_swiper .swiper-button-prev, .config_box .config_wrap .swiper_config .btn_wrap_swiper .swiper-button-next {
    width: 26px;
    height: 26px;
  }
  .config_box .config_wrap .swiper_config .btn_wrap_swiper .swiper-button-next {
    margin-left: 10px;
  }
}
.control_box .km_wrap {
  position: relative;
}
.control_box .km_wrap .img {
  width: 100%;
  height: auto;
  min-height: 1067px;
  min-height: 55.5729166vw;
}
.control_box .km_wrap .km_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  top: 7.8125vw;
  text-align: center;
  color: #fff;
}
.control_box .km_wrap .km_content .title {
  font-family: "HyundaiSansHeadCN-lighter";
  width: 100%;
  font-size: 40px;
  font-size: 2.0833vw;
  font-weight: 300;
  line-height: 49px;
  line-height: 2.5520833vw;
}
.control_box .km_wrap .km_content .item_wrap {
  margin-top: 70px;
  margin-top: 3.645833vw;
  display: flex;
  justify-content: center;
  text-align: left;
}
.control_box .km_wrap .km_content .item_wrap .item + .item {
  margin-left: 120px;
  margin-left: 6.25vw;
}
.control_box .km_wrap .km_content .item_wrap .item .top {
  font-size: 30px;
  font-size: 1.5625vw;
  font-weight: 400;
  line-height: 74px;
  line-height: 3.854166vw;
  height: 74px;
  height: 3.854166vw;
}
.control_box .km_wrap .km_content .item_wrap .item .top span {
  font-size: 60px;
  font-size: 3.125vw;
  line-height: 74px;
  line-height: 3.854166vw;
}
.control_box .km_wrap .km_content .item_wrap .item .bottom {
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 16px;
  font-size: 0.8333vw;
  font-weight: 300;
  line-height: 20px;
  line-height: 1.0416vw;
}

@media (max-width: 767px) {
  .control_box {
    position: relative;
    z-index: 3;
    background: #fff;
    padding-bottom: 60px;
  }
  .control_box .km_wrap .img {
    min-height: 665px;
    min-height: 177.33vw;
  }
  .control_box .km_wrap .km_content {
    top: 100px;
    top: 15.03759%;
  }
  .control_box .km_wrap .km_content .title {
    font-size: 20px;
    line-height: 25px;
  }
  .control_box .km_wrap .km_content .item_wrap {
    margin-top: 50px;
    text-align: center;
  }
  .control_box .km_wrap .km_content .item_wrap .item + .item {
    margin-left: 20px;
  }
  .control_box .km_wrap .km_content .item_wrap .item .top {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
  }
  .control_box .km_wrap .km_content .item_wrap .item .top span {
    font-size: 24px;
    line-height: 30px;
  }
  .control_box .km_wrap .km_content .item_wrap .item .bottom {
    font-size: 9px;
    line-height: 11px;
  }
}
@charset "UTF-8";
.vehicle-page {
  font-family: HyundaiSansHeadCN, HyundaiSansTextCN, Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "宋体", sans-serif;
}
.vehicle-page .main-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.vehicle-page .main-header.scrollUp {
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
}
.vehicle-page .main-header .header-wrap .nav-wrap {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: transparent;
  border-bottom: 1px solid transparent;
}
.vehicle-page .main-header .header-wrap .nav-wrap .links-wrap li a {
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.vehicle-page .main-header .head-content {
  width: 86.44vw;
  width: 86.44%;
  width: 84.375vw;
  max-width: 1660px;
}
.vehicle-page .main-header .logo-wrap {
  filter: grayscale(100%) brightness(0%) invert(1);
}
.vehicle-page .main-header.gnb-Fixed .header-wrap .nav-wrap {
  background: #fff;
  border-bottom: 1px solid #cccccc;
}
.vehicle-page .main-header.gnb-Fixed .header-wrap .nav-wrap .links-wrap li a {
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.vehicle-page .main-header.gnb-Fixed .header-wrap .nav-wrap .links-wrap li:not(.search-item):hover a {
  color: #00aad2;
}
.vehicle-page .main-header.gnb-Fixed .logo-wrap {
  filter: none;
}
.vehicle-page .page-nav-wrap.fixed-box {
  position: fixed;
  top: 0;
  z-index: 3;
}
.vehicle-page .page-nav-wrap.fixed {
  z-index: initial;
}
@media (max-width: 1024px) {
  .vehicle-page .header-wrap .logo img {
    width: 100%;
    position: absolute;
    width: 2.3rem;
    left: 50%;
    top: 0.35rem;
    transform: translateX(-50%);
  }
  .vehicle-page .header-wrap .right-wrap .sousuo-btn {
    position: absolute;
    left: 0rem;
    top: 0.35rem;
  }
}

.w100 {
  width: 100%;
}
.header-wrap {
  width: 100%;
  padding-top: 0.72rem;
  overflow: hidden;
}
.header-wrap .head-content {
  width: 11.2rem;
  margin: 0 auto;
  position: relative;
}
.header-wrap .nav-wrap {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
  background-color: #ffffff;
  border-bottom: 0.02rem solid #cccccc;
}
.header-wrap .nav-wrap .head-content {
  height: 0.7rem;
  font-size: 0;
}
.header-wrap .nav-wrap .logo-wrap {
  display: inline-block;
  width: 1.6rem;
  height: 100%;
  position: relative;
}
.header-wrap .nav-wrap .logo-wrap .logo {
  vertical-align: middle;
  display: inline-block;
}
.header-wrap .nav-wrap .logo-wrap .logo img {
  width: 100%;
}
.header-wrap .nav-wrap .logo-wrap:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}
.header-wrap .nav-wrap .links-wrap {
  display: inline-block;
  float: right;
  overflow: hidden;
}
.header-wrap .nav-wrap .links-wrap li {
  font-size: 0.16rem;
  padding: 0 1em;
  text-align: center;
  display: inline-block;
}
.header-wrap .nav-wrap .links-wrap li:last-child {
  padding-right: 0;
}
.header-wrap .nav-wrap .links-wrap li a {
  display: inline-block;
  line-height: 0.66rem;
  color: #333333;
}
.header-wrap .nav-wrap .links-wrap li:not(.search-item) a.active {
  color: #00aad2;
  border-bottom: 0.04rem solid #00aad2;
}
.header-wrap .nav-wrap .links-wrap li.search-item {
  width: 1rem;
  padding: 0;
  position: relative;
  text-align: right;
}
.header-wrap .nav-wrap .links-wrap li.search-item a {
  padding-left: 0.22rem;
  background: url("../imgs/common/icon-sousuo.png") no-repeat left center;
  background-size: 0.16rem;
}
.header-wrap .nav-wrap .links-wrap li.search-item:before {
  content: "";
  width: 0.02rem;
  height: 0.2rem;
  background-color: #cccccc;
  position: absolute;
  left: 0.22rem;
  top: 0.25rem;
}
.header-wrap .nav-wrap .links-wrap li:not(.search-item):hover a {
  color: #00aad2;
}
.header-wrap .nav-panels-wrap {
  width: 100%;
}
.header-wrap .nav-panels-wrap .panel {
  display: none;
}
.header-wrap .nav-panels-wrap .panel .panel-items-wrap {
  margin-left: -0.16rem;
  margin-right: -0.16rem;
  padding-top: 0.5rem;
}
.header-wrap .nav-panels-wrap .panel .panel-items-wrap li {
  padding: 0 0.16rem;
  margin-bottom: 0.56rem;
}
.header-wrap .nav-panels-wrap .panel .panel-items-wrap li a {
  color: #333;
}
.header-wrap .nav-panels-wrap .panel .panel-items-wrap li a:hover .item-title {
  color: #00aad2;
}
.header-wrap .nav-panels-wrap .panel .panel-items-wrap li img {
  width: 100%;
}
.header-wrap .nav-panels-wrap .panel .panel-items-wrap li .item-title {
  font-size: 0.16rem;
  line-height: 2;
  margin-top: 0.14rem;
}
.header-wrap .nav-panels-wrap .panel .panel-items-wrap li .item-desc {
  font-size: 0.14rem;
  height: 0.48rem;
  line-height: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "HyundaiSansTextCN";
}
.header-wrap .nav-panels-wrap .panel .panel-items-wrap li.active .item-title {
  color: #00aad2;
}
.header-wrap .nav-panels-wrap .vehicles-panel {
  height: 100%;
  position: relative;
  padding-top: 0.7rem;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head {
  width: 100%;
  height: 0.7rem;
  position: absolute;
  top: 0;
  z-index: 9;
  background-color: #002c5f;
  font-size: 0;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .vehicles-series-wrap li {
  font-size: 0.16rem;
  width: 0.96rem;
  display: inline-block;
  float: left;
  font-family: "HyundaiSansHeadCN";
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .vehicles-series-wrap li a {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  line-height: 0.7rem;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .vehicles-series-wrap li:hover a {
  color: #ffffff;
  font-weight: bold;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .vehicles-series-wrap li.active a {
  position: relative;
  color: #ffffff;
  font-weight: bold;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .vehicles-series-wrap li.active a::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0.15rem;
  border-style: solid;
  border-color: #002c5f transparent transparent transparent;
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  margin-left: -0.15rem;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .left-wrap {
  display: inline-block;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .left-wrap.back-btn-wrap {
  width: 1.92rem;
  float: left;
  height: 0.7rem;
  line-height: 0.7rem;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .left-wrap .back-btn {
  font-size: 0.16rem;
  color: #ffffff;
  padding-left: 0.21rem;
  background: url("../imgs/common/icon-back.png") no-repeat center left;
  background-size: 0.11rem;
  cursor: pointer;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .right-wrap {
  width: 3.52rem;
  height: 0.7rem;
  float: right;
  text-align: center;
  position: relative;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .right-wrap::before {
  content: "";
  width: 0.02rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  top: 0.25rem;
  background-color: #ffffff;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .right-wrap .compare-btn {
  display: inline-block;
  width: 1.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  margin: 0.15rem 0;
  font-size: 0.16rem;
  color: #ffffff;
  cursor: pointer;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .right-wrap .close-btn {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: url("../imgs/common/icon-close.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .choosed-vehicle-wrap {
  display: inline-block;
  width: 6.72rem;
  float: left;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .choosed-vehicle-wrap .choose-tip {
  color: #fefefe;
  font-size: 0.16rem;
  line-height: 0.7rem;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .choosed-vehicle-wrap .choosed-vehicle {
  width: 2.24rem;
  height: 0.7rem;
  float: left;
  position: relative;
  padding: 0.11rem 0 0.11rem 0.32rem;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .choosed-vehicle-wrap .choosed-vehicle .delete-vehicle {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: url("../imgs/common/icon-delete.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.1rem;
  cursor: pointer;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .choosed-vehicle-wrap .choosed-vehicle p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .compare-head {
  display: none;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .compare-head .right-wrap {
  width: 2.56rem;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-head .compare-head .right-wrap .compare-btn {
  background-color: #00aad2;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content {
  height: 100%;
  overflow: auto;
  padding-bottom: calc(100vh - 4rem);
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-wrap {
  width: 7.68rem;
  padding-top: 0.15rem;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-wrap .vehicle-title {
  font-size: 0;
  padding: 0.15rem 0;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-wrap .vehicle-title span {
  display: inline-block;
  font-size: 0.18rem;
  line-height: 0.5rem;
  position: relative;
  font-family: "HyundaiSansHeadCN";
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-wrap .vehicle-title span::after {
  content: "";
  width: 100%;
  height: 0.04rem;
  background-color: #00aad2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-wrap .vehicle-list {
  margin-left: -0.16rem;
  margin-right: -0.16rem;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-wrap .vehicle-list li {
  width: 1.6rem;
  margin: 0.15rem 0.16rem;
  position: relative;
  float: left;
  overflow: hidden;
  cursor: pointer;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-wrap .vehicle-list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-wrap .vehicle-list li.active {
  box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.2);
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-wrap .vehicle-list li img {
  width: 100%;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-wrap .vehicle-list li .tag-absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-wrap .vehicle-list li .tag {
  display: inline-block;
  font-size: 12px;
  min-width: 0.5rem;
  color: #fff;
  background-color: #00aad2;
  line-height: 1.5;
  padding: 0 0.3em;
  margin-right: 0.025rem;
  text-align: center;
  height: 0.24rem;
  line-height: 0.24rem;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-wrap .vehicle-list li .new {
  background-color: #00aad2;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-wrap .vehicle-list li .hot {
  background-color: #e63312;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-wrap .vehicle-list li .vehicle-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.16rem;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-wrap .vehicle-list li .vehicle-info p {
  line-height: 2;
  white-space: nowrap;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-wrap .vehicle-list li .vehicle-info p.car-price {
  font-family: "HyundaiSansTextCN";
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-wrap .vehicle-list li::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border: 0.02rem solid #999999;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  right: 0.06rem;
  top: 0.06rem;
  display: none;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-wrap .vehicle-list li.choosed {
  border: 0.04rem solid #00aad2;
  box-shadow: none;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-wrap .vehicle-list li.choosed:before {
  border: none;
  background: url("../imgs/common/icon-checked.png") no-repeat center;
  background-size: 100%;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-wrap .vehicle-list li.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-info-wrap {
  width: 3.52rem;
  padding-bottom: 0.08rem;
  position: fixed;
  top: 1.7rem;
  right: calc(50% - 5.6rem);
  box-shadow: 0 0.05rem 0.3rem 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  z-index: 3;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-info-wrap .vehicle-img {
  width: 100%;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-info-wrap .vehicle-info {
  padding: 0 0.26rem;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-info-wrap .vehicle-info .vehicle-overview {
  text-align: center;
  border-bottom: 0.02rem solid #cccccc;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-info-wrap .vehicle-info .vehicle-overview .name {
  font-size: 0.24rem;
  line-height: 1.6;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-info-wrap .vehicle-info .vehicle-overview .name-sub {
  font-family: "HyundaiSansTextCN";
  font-size: 0.18rem;
  color: #666666;
  line-height: 1.6;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-info-wrap .vehicle-info .vehicle-detail {
  border-bottom: 0.02rem solid #cccccc;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-info-wrap .vehicle-info .vehicle-detail .detail-item {
  font-size: 0;
  line-height: 0.24rem;
  margin-top: 0.08rem;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-info-wrap .vehicle-info .vehicle-detail .detail-item .detail-label {
  font-size: 0.16rem;
  display: inline-block;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-info-wrap .vehicle-info .vehicle-detail .detail-item .detail-value {
  font-size: 0.18rem;
  color: #00aad2;
  float: right;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-info-wrap .vehicle-info .vehicle-price {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0;
  text-align: center;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-info-wrap .vehicle-info .vehicle-price span {
  font-size: 0.16rem;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-info-wrap .vehicle-info .vehicle-price span.price-unit {
  color: #00aad2;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content .vehicle-info-wrap .vehicle-info .vehicle-price strong {
  font-size: 0.3rem;
  color: #00aad2;
  margin: 0 0.1rem;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content.choosing .vehicle-wrap {
  width: 100%;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content.choosing .vehicle-wrap .vehicle-list li {
  max-width: 13.8%;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content.choosing .vehicle-wrap .vehicle-list li::before {
  display: block;
}
.header-wrap .nav-panels-wrap .vehicles-panel .panel-content.choosing .vehicle-info-wrap {
  display: none;
}
.header-wrap .nav-panels-wrap .search-panel {
  background-color: #f3f3f2;
  padding: 0.2rem 0;
}
.header-wrap .nav-panels-wrap .search-panel .search-wrap {
  width: 6.08rem;
  height: 0.5rem;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 0.2rem;
  position: relative;
  white-space: nowrap;
}
.header-wrap .nav-panels-wrap .search-panel .search-wrap input {
  width: calc(100% - 0.2rem);
  height: 100%;
  display: inline-block;
  font-size: 0.2rem;
  border: none;
  vertical-align: middle;
}
.header-wrap .nav-panels-wrap .search-panel .search-wrap .nav-search-btn {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  background: url("../imgs/common/icon-sousuo-active.png") no-repeat center;
  background-size: 100%;
  vertical-align: middle;
  cursor: pointer;
}
.header-wrap .nav-panels-wrap .search-panel .search-wrap .search-close {
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  position: absolute;
  right: -0.96rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("../imgs/common/icon-close2.png") no-repeat center;
  background-size: 100%;
  cursor: pointer;
}

body.vehicleOpen .main-header .header-wrap {
  height: 100vh;
}
body.vehicleOpen .main-header .header-wrap .logo-wrap {
  filter: none;
}
body.vehicleOpen .main-header .header-wrap .nav-wrap .links-wrap li a {
  color: #333;
}
body.vehicleOpen .main-header .header-wrap .nav-panels-wrap {
  height: 100%;
}

@media (max-width: 1024px) {
  .header-wrap {
    background-color: #ffffff;
    padding-top: 0;
    position: relative;
    overflow: visible;
    z-index: 9;
  }
  .header-wrap .content-wrap {
    width: 14.36rem;
    margin: 0 auto;
  }
  .header-wrap .head-content {
    height: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-wrap .logo {
    width: 2.7rem;
  }
  .header-wrap .logo img {
    width: 100%;
  }
  .header-wrap .right-wrap {
    display: flex;
    align-items: center;
  }
  .header-wrap .right-wrap .sousuo-btn {
    display: block;
    padding-right: 0.4rem;
    background: url("../imgs/common/icon-sousuo-m.png") no-repeat right center;
    background-size: 0.28rem;
    margin-right: 0.3rem;
    color: #333333;
    line-height: 2;
  }
  .header-wrap .right-wrap .menu-btn {
    display: block;
    width: 0.37rem;
    height: 0.37rem;
    background: url("../imgs/common/icon-menu.png") no-repeat center;
    background-size: 100%;
  }
  .header-wrap .right-wrap .menu-btn.close {
    background-image: url("../imgs/common/icon-menu-close.png");
  }
  .header-wrap .menu-wrap {
    width: 0;
    height: calc(100vh - 1.2rem);
    padding-top: 0.35rem;
    position: absolute;
    top: 1.2rem;
    right: 0;
    background-color: #fff;
    z-index: 3;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
  }
  .header-wrap .menu-wrap.in {
    width: 100%;
  }
  .header-wrap .menu-wrap .search-wrap {
    width: 100%;
    height: 0.9rem;
    background-color: #f3f3f2;
    border-radius: 0.04rem;
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
  }
  .header-wrap .menu-wrap .search-wrap .nav-search-btn {
    display: block;
    width: 0.36rem;
    height: 0.36rem;
    background: url("../imgs/common/icon-sousuo-m.png") no-repeat center;
    background-size: 100%;
    margin-right: 0.16rem;
  }
  .header-wrap .menu-wrap .search-wrap input {
    width: calc(100% - 0.52rem);
    border: none;
    background-color: transparent;
    font-size: 0.3rem;
  }
  .header-wrap .menu-wrap .nav-list {
    margin-top: 0.35rem;
  }
  .header-wrap .menu-wrap .nav-list li {
    display: block;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    border-bottom: 0.02rem solid #cccccc;
    background: url("../imgs/common/icon-arrow-r.png") no-repeat right center;
    background-size: 0.16rem;
  }
  .header-wrap .menu-wrap .nav-list li a {
    font-size: 0.36rem;
    color: #333333;
    display: block;
    width: 100%;
  }
  .header-wrap .menu-wrap .head-btns {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.4rem;
    display: flex;
  }
  .header-wrap .menu-wrap .head-btns:after {
    content: "";
    width: 0.02rem;
    height: 0.9rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header-wrap .menu-wrap .head-btns .head-btn {
    flex: 1;
    display: flex;
    background-color: #002c5f;
    color: #fff;
    font-size: 0.32rem;
    justify-content: center;
    align-items: center;
  }
  .header-wrap .menu-wrap .head-btns .head-btn i {
    width: 0.8rem;
    height: 100%;
    margin-right: 0.47rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .header-wrap .menu-wrap .head-btns .head-btn.testDrive i {
    background-image: url("../imgs/common/icon-nav-drive.png");
  }
  .header-wrap .menu-wrap .head-btns .head-btn.dealerSearch i {
    background-image: url("../imgs/common/icon-nav-dealer.png");
  }
  .header-wrap .panel-wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
  }
  .header-wrap .panel-wrap.in {
    width: 100%;
  }
  .header-wrap .panel-wrap .panel-title {
    height: 1.2rem;
    background-color: #f3f3f2;
    text-align: center;
    line-height: 1.2rem;
    font-size: 0.36rem;
  }
  .header-wrap .panel-wrap .panel-title .content-wrap {
    position: relative;
    height: 100%;
  }
  .header-wrap .panel-wrap .panel-title .back-btn {
    display: block;
    width: 0.16rem;
    height: 100%;
    background: url("../imgs/common/icon-arrow-l.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header-wrap .panel-wrap .panel {
    padding-bottom: 0.7rem;
    height: calc(100% - 1.2rem);
    overflow-y: auto;
    display: none;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle {
    padding-bottom: 0;
    overflow: hidden;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehicle-tab {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehicle-tab span {
    width: 2.44rem;
    text-align: center;
    line-height: 1.2rem;
    font-size: 0.32rem;
    position: relative;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehicle-tab span.active {
    color: #000;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehicle-tab span.active:after {
    content: "";
    width: 2.16rem;
    height: 0.04rem;
    background-color: #00aad2;
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehicle-tab-content {
    height: calc(100% - 1.6rem);
    overflow-y: auto;
    width: 12.48rem;
    margin: 0.8rem auto 0;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehile-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 2.3rem;
    display: none;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehile-wrap.active {
    display: flex;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehile-wrap .vehicle-item {
    width: 6.1rem;
    position: relative;
    margin-bottom: 0.8rem;
    border: 0.02rem solid #e5e5e5;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehile-wrap .vehicle-item .tag-absolute {
    position: absolute;
    font-size: 0;
    top: 0;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehile-wrap .vehicle-item .tag-absolute .tag {
    display: inline-block;
    width: auto;
    padding: 0 0.3em;
    height: 0.24rem;
    min-width: 0.5rem;
    line-height: 0.24rem;
    color: #ffffff;
    font-size: 0.14rem;
    text-align: center;
    margin-right: 0.05rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-family: "HyundaiSansTextCN";
    font-size: 0.24rem;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehile-wrap .vehicle-item .tag-absolute .tag.new {
    background-color: #00aad2;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehile-wrap .vehicle-item .tag-absolute .tag.hot {
    background-color: #e63312;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehile-wrap .vehicle-item .tag-absolute .tag.coming {
    background-color: #999999;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehile-wrap .vehicle-item img {
    width: 100%;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehile-wrap .vehicle-item .vehicle-info {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 0.8rem;
    color: #333333;
    text-align: center;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehile-wrap .vehicle-item .vehicle-info .vehicle-name {
    font-size: 0.36rem;
    line-height: 1.5;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehile-wrap .vehicle-item .vehicle-info .vehicle-price {
    font-size: 0.32rem;
    line-height: 1.625;
  }
  .header-wrap .panel-wrap .panel .panel-item-wrap {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .header-wrap .panel-wrap .panel .panel-item {
    margin-top: 0.6rem;
    padding: 0 0.25rem;
  }
  .header-wrap .panel-wrap .panel .panel-item img {
    width: 100%;
  }
  .header-wrap .panel-wrap .panel .panel-item .item-title {
    padding-top: 0.25rem;
    font-size: 0.32rem;
    line-height: 1.875;
    color: #00aad2;
  }
  .header-wrap .panel-wrap .panel .panel-item .item-desc {
    font-size: 0.28rem;
    line-height: 1.5;
    padding-bottom: 0.3rem;
    color: #333333;
  }
}
@media (max-width: 767px) {
  .header-wrap .content-wrap {
    width: 6.86rem;
  }
  .header-wrap .head-content {
    height: 1rem;
  }
  .header-wrap .logo {
    width: 2.3rem;
  }
  .header-wrap .right-wrap .sousuo-btn {
    padding: 0;
    width: 0.32rem;
    height: 0.31rem;
    background-position: center;
    background-size: 100%;
    margin-right: 0.3rem;
  }
  .header-wrap .right-wrap .menu-btn {
    width: 0.4rem;
    height: 0.4rem;
  }
  .header-wrap .menu-wrap {
    height: calc(100vh - 1rem);
    padding-top: 0.3rem;
    top: 1rem;
  }
  .header-wrap .menu-wrap .search-wrap {
    height: 0.8rem;
    padding: 0 0.2rem;
  }
  .header-wrap .menu-wrap .search-wrap .nav-search-btn {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.2rem;
  }
  .header-wrap .menu-wrap .search-wrap .nav-search-btn input {
    width: calc(100% - 0.5rem);
    font-size: 0.24rem;
  }
  .header-wrap .menu-wrap .nav-list {
    margin-top: 0.3rem;
  }
  .header-wrap .menu-wrap .nav-list li {
    height: 0.9rem;
    line-height: 0.9rem;
    background-size: 0.15rem;
  }
  .header-wrap .menu-wrap .nav-list li a {
    font-size: 0.28rem;
  }
  .header-wrap .menu-wrap .head-btns {
    height: 0.8rem;
  }
  .header-wrap .menu-wrap .head-btns:after {
    content: "";
    width: 0.02rem;
    height: 0.4rem;
  }
  .header-wrap .menu-wrap .head-btns .head-btn {
    font-size: 0.24rem;
  }
  .header-wrap .menu-wrap .head-btns .head-btn i {
    width: 0.4rem;
    margin-right: 0.12rem;
  }
  .header-wrap .menu-wrap .head-btns .head-btn.testDrive i {
    background-image: url("../imgs/common/icon-nav-drive.png");
  }
  .header-wrap .menu-wrap .head-btns .head-btn.dealerSearch i {
    background-image: url("../imgs/common/icon-nav-dealer.png");
  }
  .header-wrap .panel-wrap .panel-title {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.24rem;
  }
  .header-wrap .panel-wrap .panel-title .back-btn {
    width: 0.15rem;
  }
  .header-wrap .panel-wrap .panel {
    height: calc(100% - 0.8rem);
    padding-bottom: 0.4rem;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle {
    padding-bottom: 0;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehicle-tab span {
    width: 1.3rem;
    line-height: 0.8rem;
    font-size: 0.24rem;
    position: relative;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehicle-tab span.active {
    color: #002c5f;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehicle-tab span.active:after {
    width: 1.2rem;
    height: 0.04rem;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehicle-tab-content {
    height: calc(100% - 1.3rem);
    width: 6.86rem;
    margin-top: 0.5rem;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehile-wrap {
    padding-bottom: 0.2rem;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehile-wrap .vehicle-item {
    width: 3.33rem;
    margin-bottom: 0.5rem;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehile-wrap .vehicle-item .tag-absolute .tag {
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehile-wrap .vehicle-item .vehicle-info {
    padding-bottom: 0.3rem;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehile-wrap .vehicle-item .vehicle-info .vehicle-name {
    font-size: 0.28rem;
    line-height: 1.5;
  }
  .header-wrap .panel-wrap .panel.panel-vehicle .vehile-wrap .vehicle-item .vehicle-info .vehicle-price {
    font-size: 0.3rem;
    line-height: 1.4;
  }
  .header-wrap .panel-wrap .panel .panel-item {
    margin-top: 0.5rem;
  }
  .header-wrap .panel-wrap .panel .panel-item .item-title {
    padding-top: 0.1rem;
    font-size: 0.3rem;
    line-height: 2;
  }
  .header-wrap .panel-wrap .panel .panel-item .item-desc {
    font-size: 0.24rem;
    line-height: 1.5;
    padding-bottom: 0.1rem;
  }
  .header-wrap {
    background-color: transparent !important;
    transition: all 0.3s;
  }
  .header-wrap .head-content-wrap {
    border-color: transparent !important;
    transition: all 0.3s;
  }
  .header-wrap .head-content-wrap .head-content {
    filter: grayscale(100%) brightness(0%) invert(1);
  }
  .main-header.gnb-Fixed .header-wrap {
    background-color: #fff !important;
  }
  .main-header.gnb-Fixed .header-wrap .head-content-wrap {
    border-color: #ccc !important;
  }
  .main-header.gnb-Fixed .header-wrap .head-content-wrap .head-content {
    filter: none;
  }
}
@charset "UTF-8";
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

**:hover,
*:active,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  pointer-events: none;
}

.w100 {
  width: 100%;
}

body.overflow {
  overflow: hidden;
}

.top-title.ccnc {
  pointer-events: none;
}

.icon-image {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: 4vw;
  transform: translate(-50%, -50%);
}
.icon-image img {
  width: 100%;
}

.wonderful-container .bg—bn img {
  display: block;
  max-width: 100%;
  height: auto;
  z-index: -1;
}

.wonderful-container .bt {
  position: relative;
  display: inline-block;
}

.wonderful-container .bg-txt {
  position: absolute;
  z-index: 2;
  bottom: 1.2em;
  right: 1.2em;
  color: #fff;
  font-size: 1.3em;
  letter-spacing: 0.1em;
  text-align: right;
}

.wonderful-container .bg-txt-t {
  font-size: 1.3em;
}

.wonderful-container .bg-txt-t1 {
  font-size: 1.6em;
}

::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-button {
  background-color: #868686;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

.body {
  overflow: initial;
}

.main-container {
  overflow: initial;
}

.main-container {
  background: transparent;
}

.img-maxheight {
  max-height: calc(100vh - 3.64630604vw);
  object-fit: cover;
}

.appearance-wrap1 .img-maxheight,
#performance-container .img-maxheight,
#system-container .img-maxheight {
  max-height: calc(100vh - 3.64630604vw - 6.26016em);
}

.swiper-slide {
  overflow: hidden;
}

.video-ami-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.video-ami-wrap .video-ami-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hmc5 {
  background-color: #fff;
  color: #000;
}
.hmc5 p,
.hmc5 span,
.hmc5 a,
.hmc5 strong,
.hmc5 ol,
.hmc5 ul,
.hmc5 li,
.hmc5 dl,
.hmc5 dt,
.hmc5 dd {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.4;
  line-height: 1;
  outline: none;
  border: 0;
}
.hmc5 ::-webkit-input-placeholder {
  color: #000;
}
.hmc5 a {
  text-decoration: none;
  color: #000;
  background-color: transparent;
  color: #000;
}
.hmc5 dd {
  margin: 0;
}
.hmc5 button {
  text-decoration: none;
  color: #000;
  outline: none;
  background-color: transparent;
  font: inherit;
  overflow: visible;
  margin: 0;
  text-transform: none;
  cursor: pointer;
  border: 0;
}

.vehicle-page .main-header {
  z-index: 20;
}

.vehicle-page .main-header .header-wrap .nav-wrap {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1333333333), rgba(0, 0, 0, 0));
  border-bottom: 0;
  text-shadow: 2px 2px 2px rgba(71, 71, 71, 0.8274509804);
}

.vehicleOpen .main-header .header-wrap .nav-wrap {
  text-shadow: none;
}

.vehicle-page .gnb-Fixed .header-wrap .nav-wrap {
  transition: none;
  text-shadow: unset;
}

.safe-zone {
  width: 84.375vw;
}

.swiper-button-prev {
  left: 18.8125vw;
}

.swiper-button-next {
  right: 18.8125vw;
}

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

.cookie-pop {
  left: 50%;
  transform: translateX(-50%);
}
.interior_box .swiper_interior {
  position: relative;
}
.interior_box .swiper_interior_wrap {
  position: relative;
}
.interior_box .swiper_interior_wrap .swiper-slide {
  position: relative;
}
.interior_box .swiper_interior_wrap .swiper-slide .img {
  width: 100%;
  height: 800px;
  height: 41.666vw;
}
.interior_box .swiper_interior_wrap .swiper-slide .slide_txt_wrap {
  position: absolute;
  bottom: 60px;
  bottom: 3.125vw;
  left: 80px;
  left: 4.1666vw;
  right: 80px;
  right: 4.1666vw;
  box-sizing: border-box;
  display: flex;
  color: #fff;
  text-align: left;
}
.interior_box .swiper_interior_wrap .swiper-slide .slide_txt_wrap .item {
  flex: 1;
}
.interior_box .swiper_interior_wrap .swiper-slide .slide_txt_wrap .item.item + .item {
  margin-left: 120px;
  margin-left: 6.25vw;
}
.interior_box .swiper_interior_wrap .swiper-slide .slide_txt_wrap .item .item_top {
  font-size: 24px;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 29.28px;
  line-height: 1.525vw;
  white-space: nowrap;
}
.interior_box .swiper_interior_wrap .swiper-slide .slide_txt_wrap .item .item_bottom {
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: 28px;
  line-height: 1.45833vw;
  margin-top: 15px;
  margin-top: 0.78125vw;
}
.interior_box .btn_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.interior_box .btn_wrap .swiper-button-prev, .interior_box .btn_wrap .swiper-button-next {
  left: 60px;
  left: 3.15vw;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  width: 3.15vw;
  height: 60px;
  height: 3.15vw;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  background-image: url(../../assets/resource/vehicle/arrow_left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  background-size: 1.666vw 1.666vw;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.interior_box .btn_wrap .swiper-button-prev.swiper-button-disabled, .interior_box .btn_wrap .swiper-button-next.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: all;
}
.interior_box .btn_wrap .swiper-button-next {
  left: unset;
  right: 60px;
  right: 3.15vw;
  margin-left: 20px;
  margin-left: 1.0416vw;
  background-image: url(../../assets/resource/vehicle/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  background-size: 1.666vw 1.666vw;
}

.full_video_wrap {
  width: 100%;
  height: 100vh;
  min-height: 56.25vw;
  position: relative;
  margin-top: 160px;
  margin-top: 8.333vw;
}
.full_video_wrap.no_mtop {
  margin-top: 0;
}
.full_video_wrap .img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.full_video_wrap .txt_wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  padding-top: 140px;
  padding-top: 7.29166vw;
}
.full_video_wrap .txt_wrap .item {
  margin-bottom: 60px;
  margin-bottom: 3.15vw;
  color: #FFF;
}
.full_video_wrap .txt_wrap .item .top {
  font-size: 40px;
  font-size: 2.08333vw;
  font-weight: 500;
  line-height: 49px;
  line-height: 2.5520833vw;
}
.full_video_wrap .txt_wrap .item .bottom {
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 20px;
  margin-top: 1.0416vw;
}
.full_video_wrap .txt_wrap .video_btn_wrap {
  display: flex;
  align-items: center;
}
.full_video_wrap .txt_wrap .video_btn_wrap .btn a {
  border: solid 1px #fff;
  color: #FFF;
  font-size: 16px;
  font-size: 0.8333vw;
  font-weight: 500;
  line-height: 1.5;
  padding: 10.5px 58px;
  padding: 0.546875vw 3.020833vw;
  display: block;
}
.full_video_wrap .txt_wrap .video_btn_wrap .btn a:hover {
  color: #002c5f;
  background: white;
  border-color: #fff;
}

.videoPlayIcon {
  position: relative;
  cursor: pointer;
}
.videoPlayIcon video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videoPlayIcon.isPlaying::after {
  display: none;
}
.videoPlayIcon.isPlaying + .slide_txt_wrap {
  display: none !important;
}
.videoPlayIcon::after {
  content: "";
  display: block;
  width: 80px;
  width: 4.1666vw;
  height: 80px;
  height: 4.1666vw;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background-image: url(../../assets/resource/vehicle/icon_play.svg);
  background-repeat: no-repeat;
  background-position: 29.33px 24px;
  background-position: 1.527604166vw 1.25vw;
  background-size: 26.66px 33.33px;
  background-size: 1.38854166vw 1.7359375vw;
  pointer-events: none;
  z-index: 2;
}

@media (max-width: 767px) {
  .full_video_wrap {
    height: 56vw;
    min-height: unset;
    margin-top: 80px;
    margin-bottom: 252px;
  }
  .full_video_wrap .txt_wrap {
    top: unset;
    bottom: 0;
    transform: translateY(100%);
    padding-top: 0;
  }
  .full_video_wrap .txt_wrap .txt_content {
    display: flex;
    background: #F7F7F7;
    padding: 30px 20px;
  }
  .full_video_wrap .txt_wrap .item {
    margin-bottom: 0;
    color: #000;
    flex: 1;
  }
  .full_video_wrap .txt_wrap .item + .item {
    margin-left: 25px;
  }
  .full_video_wrap .txt_wrap .item .top {
    font-family: "HyundaiSansHeadCN-lighter";
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
  }
  .full_video_wrap .txt_wrap .item .bottom {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-top: 5px;
  }
  .full_video_wrap .txt_wrap .video_btn_wrap {
    justify-content: center;
    padding: 40px 20px 80px;
  }
  .full_video_wrap .txt_wrap .video_btn_wrap .btn a {
    border: solid 1px #002C5F;
    color: #002C5F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 5.5px 43px;
    display: block;
  }
  .full_video_wrap .txt_wrap .video_btn_wrap .btn a:hover {
    color: #002c5f;
    border-color: #002c5f;
  }
  .full_video_wrap .txt_wrap .video_btn_wrap .btn a:active {
    opacity: 0.8;
    border-color: #fff;
    background: #002c5f;
    color: #fff;
  }
  .videoPlayIcon::after {
    width: 40px;
    height: 40px;
    background-position: 14.67px 12px;
    background-size: 13.33px 16.66px;
  }
}
@charset "UTF-8";
.safe-zone-1440 {
  width: 75vw;
  margin: auto;
  overflow: hidden;
}

.kv {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.kv-container {
  position: relative;
  min-height: 100vh;
  box-sizing: content-box;
}
.kv-container .kv-wrap {
  height: 100vh;
}
.kv-container .kv-wrap.fixed {
  position: fixed;
  inset: 0 auto auto 0;
}
.kv-container .kv-wrap .kv-box {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: #BDBCB7;
}
.kv-container .kv-box-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
.kv-container .sale_num_wrap {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  text-align: center;
}
.kv-container .sale_num_wrap.active {
  z-index: 3;
}
.kv-container .sale_num_wrap.active .sale_wrap .sale_title {
  transform: translateY(0);
  opacity: 1;
}
.kv-container .sale_num_wrap.active .sale_wrap .sale_num {
  transform: translateY(0);
  opacity: 1;
}
.kv-container .sale_num_wrap .sale_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  text-align: center;
}
.kv-container .sale_num_wrap .sale_wrap .sale_title {
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 40px;
  font-size: 2.0833vw;
  font-weight: 300;
  line-height: 49.2px;
  line-height: 2.5625vw;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}
.kv-container .sale_num_wrap .sale_wrap .sale_num {
  margin-top: 60px;
  margin-top: 3.125vw;
  font-size: 45px;
  font-size: 2.34375vw;
  font-weight: 500;
  line-height: 54.9px;
  line-height: 2.859375vw;
  letter-spacing: 0.1em;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.kv-container .sale_num_wrap .sale_wrap .sale_num span {
  font-size: 120px;
  font-size: 6.25vw;
  font-weight: 700;
  line-height: 148.32px;
  line-height: 7.725vw;
  letter-spacing: 0.1em;
  display: inline-block;
}
.kv-container .sale_num_wrap .sale_wrap .sale_num .num {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 690px;
  width: 35.9375vw;
}

.unify-slogan-wrap {
  position: absolute;
  top: 18.88%;
  left: 50%;
  bottom: 15%;
  transform: translate3d(-50%, 0, 1px);
  color: #fff;
  cursor: default;
  text-align: center;
  display: flex;
  flex-direction: column;
  line-height: 1;
  /* KV政策 */
}
.unify-slogan-wrap .unify-slogan-model {
  font-size: 60px;
  font-size: 3.125vw;
  font-weight: 400;
}
.unify-slogan-wrap .unify-slogan-model span {
  font-weight: bold;
}
.unify-slogan-wrap .unify-slogan-model .name {
  width: auto;
  display: block;
  height: 53px;
  height: 2.7604166vw;
  margin: 0 auto;
}
.unify-slogan-wrap .unify-slogan-text {
  font-family: "HyundaiSansHeadCN-lighter";
  margin-top: 20px;
  margin-top: 1.0416vw;
  font-size: 32px;
  font-size: 1.666vw;
  font-weight: 300;
  line-height: 39.04px;
  line-height: 2.033vw;
  letter-spacing: 0.1em;
}
.unify-slogan-wrap .unify-slogan-price {
  font-size: 28px;
  font-size: 1.458vw;
  font-weight: 400;
  line-height: 34.61px;
  line-height: 1.802vw;
  text-align: center;
  margin-bottom: 60px;
  margin-bottom: 3.125vw;
}
.unify-slogan-wrap .unify-slogan-price .span_block {
  display: block;
}
.unify-slogan-wrap .slogan_price_btn_wrap .btn_wrap {
  margin-top: 40px;
  margin-top: 2.0833vw;
}
.unify-slogan-wrap .slogan_price_btn_wrap .btn_wrap .btn_content {
  display: flex;
  justify-content: center;
}
.unify-slogan-wrap .slogan_price_btn_wrap .btn_wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 145px;
  width: 7.552083vw;
  height: 45px;
  height: 2.34375vw;
  border: solid 1px #fff;
  background: transparent;
  cursor: pointer;
  margin-right: 20px;
  margin-right: 1.0416vw;
}
.unify-slogan-wrap .slogan_price_btn_wrap .btn_wrap .btn:hover {
  color: #002c5f;
  background: white;
  border-color: #fff;
}
.unify-slogan-wrap .slogan_price_btn_wrap .btn_wrap .btn.testdrive_anchor {
  background: #00AAD2;
  border-color: #00AAD2;
}
.unify-slogan-wrap .slogan_price_btn_wrap .btn_wrap .btn.testdrive_anchor:hover {
  background: #002c5f;
  border-color: #002c5f;
  color: #fff;
}
.unify-slogan-wrap.policy {
  width: 92.185vw;
  left: 7.815vw;
  right: 0;
  bottom: 0;
  top: 12%;
  transform: translate3d(0, 0, 1px);
}
.unify-slogan-wrap.policy .unify-slogan-model {
  font-size: 60px;
  font-size: 3.125vw;
  line-height: 74px;
  line-height: 3.854166vw;
  letter-spacing: 3px;
  font-weight: bold;
  color: rgb(0, 0, 0);
}
.unify-slogan-wrap.policy .unify-slogan-model.small {
  color: #000;
  font-size: 36px;
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.8px;
  margin-bottom: 5px;
  margin-bottom: 0.2604166vw;
}
.unify-slogan-wrap.policy .unify-slogan-text {
  color: #000;
}
.unify-slogan-wrap.policy .right_wrap {
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(0, 44, 95);
  display: flex;
  padding: 0 60px;
  padding: 0 3.125vw;
}
.unify-slogan-wrap.policy .right_wrap .right_item {
  padding: 40px 0;
  padding: 2.0833vw 0;
}
.unify-slogan-wrap.policy .right_wrap .right_item + .right_item {
  margin-left: 110px;
  margin-left: 5.729166vw;
  position: relative;
}
.unify-slogan-wrap.policy .right_wrap .right_item + .right_item::before {
  content: "";
  width: 1px;
  height: 114px;
  height: 5.9375vw;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -55px;
  left: -2.8645833vw;
  transform: translateY(-50%);
}
.unify-slogan-wrap.policy .right_wrap .right_item .top {
  font-weight: 400;
  font-size: 30px;
  font-size: 1.5625vw;
  line-height: 37px;
  line-height: 1.9270833vw;
}
.unify-slogan-wrap.policy .right_wrap .right_item .bottom {
  margin-top: 15px;
  margin-top: 0.78125vw;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.3020833vw;
  height: 62px;
  height: 3.229166vw;
  line-height: 62px;
  line-height: 3.229166vw;
}
.unify-slogan-wrap.policy .right_wrap .right_item .bottom span {
  font-size: 50px;
  font-size: 2.604166vw;
}
.unify-slogan-wrap.policy .policy_bottom {
  position: absolute;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.0416vw;
  line-height: 24px;
  line-height: 1.25vw;
  color: #000;
  bottom: 100px;
  bottom: 5.20833vw;
}
.unify-slogan-wrap.policy .policy_bottom.time {
  left: 0;
}
.unify-slogan-wrap.policy .policy_bottom.tips {
  right: 50px;
  right: 2.604166vw;
}
.unify-slogan-wrap.policy .policy_6 {
  position: absolute;
  left: -7.815vw;
  right: 0;
  bottom: 0;
  padding: 30px 150px 65px;
  padding: 1.5625vw 7.8125vw 3.3854166vw;
  background-color: #F6F2EF;
  color: #002c5f;
  font-size: 30px;
  font-size: 1.5625vw;
  line-height: 37px;
  line-height: 1.9270833vw;
  font-weight: 700;
}
.unify-slogan-wrap.policy .policy_6 .title_top {
  color: #FFF;
  padding: 10px 20px;
  padding: 0.520833vw 1.041666vw;
  background: #00316C;
  width: fit-content;
}
.unify-slogan-wrap.policy .policy_6 .desc_wrap {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-top: 0.78125vw;
}
.unify-slogan-wrap.policy .policy_6 .desc_wrap .item {
  position: relative;
}
.unify-slogan-wrap.policy .policy_6 .desc_wrap .item span {
  color: #E475A3;
}
.unify-slogan-wrap.policy .policy_6 .desc_wrap .item + .item {
  margin-left: 30px;
  margin-left: 1.5625vw;
}
.unify-slogan-wrap.policy .policy_6 .desc_wrap .item + .item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  height: 1.25vw;
  display: block;
  background-color: #CECECE;
  left: -0.78125vw;
  top: 50%;
  transform: translateY(-50%);
}
.unify-slogan-wrap.policy .policy_5 {
  position: absolute;
  left: -7.815vw;
  right: 0;
  bottom: 0;
  padding: 30px 120px 30px 150px;
  padding: 1.5625vw 6.25vw 1.5625vw 7.8125vw;
  background-color: #F6F2EF;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.unify-slogan-wrap.policy .policy_5 .left {
  display: flex;
}
.unify-slogan-wrap.policy .policy_5 .left .item {
  position: relative;
  min-width: 192px;
  min-width: 10vw;
}
.unify-slogan-wrap.policy .policy_5 .left .item:nth-child(2) {
  min-width: 201px;
  min-width: 10.46875vw;
}
.unify-slogan-wrap.policy .policy_5 .left .item:nth-child(3) {
  min-width: 259px;
  min-width: 13.4895833vw;
}
.unify-slogan-wrap.policy .policy_5 .left .item + .item {
  margin-left: 160px;
  margin-left: 8.333vw;
}
.unify-slogan-wrap.policy .policy_5 .left .item + .item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 120px;
  height: 6.25vw;
  display: block;
  background-color: #CECECE;
  left: -80px;
  left: -4.1666vw;
  top: 50%;
  transform: translateY(-50%);
}
.unify-slogan-wrap.policy .policy_5 .left .item .top {
  color: #FFF;
  font-size: 30px;
  font-size: 1.5625vw;
  font-weight: 500;
  line-height: 37px;
  line-height: 1.9270833vw;
  padding: 10px 20px;
  padding: 0.520833vw 1.041666vw;
  background: #00316C;
  width: fit-content;
}
.unify-slogan-wrap.policy .policy_5 .left .item .bottom {
  margin-top: 15px;
  margin-top: 0.78125vw;
  font-size: 24px;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 36px;
  line-height: 1.875vw;
}
.unify-slogan-wrap.policy .policy_5 .right .right_time {
  font-size: 24px;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 29px;
  line-height: 1.5104166vw;
}
.unify-slogan-wrap.policy .policy_5 .right .right_tips {
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 22px;
  line-height: 1.145833vw;
  margin-top: 0.520833vw;
}

.book_bg {
  position: fixed;
  z-index: 23;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.book_bg .book_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 24px;
  padding: 1.25vw;
  color: #000;
}
.book_bg .book_content .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.book_bg .book_content .top .title {
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 20px;
  font-size: 1.04166vw;
  font-weight: 300;
  line-height: 24px;
  line-height: 1.25vw;
}
.book_bg .book_content .top .close {
  cursor: pointer;
  pointer-events: all;
  height: 24px;
  height: 1.25vw;
  width: 24px;
  width: 1.25vw;
  display: block;
}
.book_bg .book_content .top .close:hover {
  opacity: 0.8;
}
.book_bg .book_content .content {
  display: flex;
  align-items: center;
  margin-top: 35px;
  margin-top: 1.8229166vw;
}
.book_bg .book_content .content .left_car {
  width: 276px;
  width: 14.375vw;
  height: 276px;
  height: 14.375vw;
}
.book_bg .book_content .content .right {
  width: 276px;
  width: 14.375vw;
  height: 276px;
  height: 14.375vw;
  margin: 10px 0 10px 40px;
  margin: 0.520833vw 0 0.520833vw 2.0833vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.book_bg .book_content .content .right .logo {
  display: block;
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.25;
  letter-spacing: 1.2px;
  font-weight: 400;
}
.book_bg .book_content .content .right .logo span {
  font-weight: 700;
}
.book_bg .book_content .content .right .desc {
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 24px;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 36px;
  line-height: 1.875vw;
  margin-top: 5px;
  margin-top: 0.2604166vw;
}
.book_bg .book_content .content .right .code_wrap {
  width: fit-content;
}
.book_bg .book_content .content .right .code_wrap .img_code {
  width: 110px;
  width: 5.729166vw;
  height: 110px;
  height: 5.729166vw;
  display: block;
  pointer-events: all;
}
.book_bg .book_content .content .right .code_wrap .desc {
  font-family: "HyundaiSansHeadCN";
  font-size: 12px;
  font-size: 0.625vw;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 5px;
  margin-top: 0.2604166vw;
  text-align: center;
  width: 100%;
  letter-spacing: 3.6px;
  letter-spacing: 0.1875vw;
}

@media (max-width: 767px) {
  .safe-zone-1440 {
    width: 100%;
    margin: auto;
  }
  .kv {
    min-height: 150vw;
    min-height: 100vh;
  }
  .kv-container {
    height: 100vh;
  }
  .kv-container .kv-wrap .kv-box {
    min-height: 100vh;
  }
  .kv-container .sale_num_wrap {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    text-align: center;
  }
  .kv-container .sale_num_wrap .sale_wrap .sale_title {
    font-size: 18px;
    line-height: 22px;
  }
  .kv-container .sale_num_wrap .sale_wrap .sale_num {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 3px;
  }
  .kv-container .sale_num_wrap .sale_wrap .sale_num span {
    font-size: 32px;
    line-height: 39px;
    font-weight: 800;
    letter-spacing: 3px;
  }
  .kv-container .sale_num_wrap .sale_wrap .sale_num .num {
    width: 195px;
  }
  .unify-slogan-wrap {
    width: 100%;
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    bottom: 100px;
    bottom: 70px;
    transform: translate3d(0, 0, 0);
    color: #fff;
    cursor: default;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .unify-slogan-wrap .unify-slogan-model {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    padding-left: 0;
  }
  .unify-slogan-wrap .unify-slogan-model .name {
    height: 30px;
  }
  .unify-slogan-wrap .unify-slogan-text {
    margin-top: 15px;
    margin-top: 10px;
    font-size: 25px;
    font-weight: 400;
    line-height: 24.6px;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-align: center;
    padding-left: 0;
  }
  .unify-slogan-wrap .unify-slogan-price {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.4px;
    letter-spacing: 0.05em;
    text-align: center;
    padding-left: 0;
  }
  .unify-slogan-wrap .slogan_price_btn_wrap .btn_wrap {
    margin-top: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .unify-slogan-wrap .slogan_price_btn_wrap .btn_wrap .btn_content {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }
  .unify-slogan-wrap .slogan_price_btn_wrap .btn_wrap .btn {
    flex: 1;
    padding: 0;
    height: 45px;
    border: solid 1px #fff;
    background: transparent;
    cursor: pointer;
    margin-right: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .unify-slogan-wrap .slogan_price_btn_wrap .btn_wrap .btn + .btn {
    margin-left: 20px;
  }
  .unify-slogan-wrap .slogan_price_btn_wrap .btn_wrap .btn:hover {
    color: #fff;
    background: transparent;
    opacity: 0.8;
  }
  .unify-slogan-wrap .slogan_price_btn_wrap .btn_wrap .btn.testdrive_anchor {
    background: transparent;
    border-color: #fff;
  }
  .unify-slogan-wrap .slogan_price_btn_wrap .btn_wrap .btn.testdrive_anchor:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
  }
  .book_bg .book_content {
    padding: 24px 24px 40px;
    width: 315px;
    min-width: fit-content;
    max-width: 100%;
    box-sizing: border-box;
  }
  .book_bg .book_content .top .title {
    font-size: 20px;
    line-height: 25px;
  }
  .book_bg .book_content .top .close {
    height: 24px;
    width: 24px;
  }
  .book_bg .book_content .top .close:hover {
    opacity: 1;
  }
  .book_bg .book_content .top .close:active {
    opacity: 0.8;
  }
  .book_bg .book_content .content {
    margin-top: 40px;
  }
  .book_bg .book_content .content .right {
    width: 100%;
    height: 100%;
    margin: 0;
    align-items: center;
    text-align: center;
  }
  .book_bg .book_content .content .right .logo {
    font-size: 24px;
  }
  .book_bg .book_content .content .right .desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
  }
  .book_bg .book_content .content .right .code_wrap {
    width: fit-content;
    margin-top: 30px;
  }
  .book_bg .book_content .content .right .code_wrap .img_code {
    width: 110px;
    height: 110px;
  }
  .book_bg .book_content .content .right .code_wrap .desc {
    font-family: "HyundaiSansHeadCN";
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    text-align: center;
    letter-spacing: 3.6px;
  }
}
@media (max-width: 340px) {
  .book_bg .book_content {
    width: 300px;
  }
}
.more_box .safe-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.more_box .safe-wrap .safe-zone-1440 {
  overflow: hidden;
}
.more_box .safe-wrap .title_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 200px;
  margin-top: 10.416vw;
  margin-bottom: 160px;
  margin-bottom: 8.333vw;
}
.more_box .safe-wrap .title_top .title_top_text_wrap {
  flex: 1;
}
.more_box .safe-wrap .title_top .title_top_text {
  font-size: 60px;
  font-size: 3.125vw;
  font-weight: 300;
  line-height: 3.854vw;
  text-align: left;
  color: rgb(0, 0, 0);
  font-family: "HyundaiSansHeadCN-lighter";
}
.more_box .safe-wrap .title_top .wonderful_nav_wrap {
  margin-top: 50px;
  margin-top: 2.604166vw;
  width: 100%;
}
.more_box .safe-wrap .title_top .wonderful_nav_wrap .wonderful_nav {
  width: 100%;
  border-bottom: 2px solid #D4D4D4;
  display: flex;
  align-items: center;
}
.more_box .safe-wrap .title_top .wonderful_nav_wrap .wonderful_nav .wonderful_nav_item {
  color: #8A8A8A;
  font-size: 18px;
  font-size: 0.9375vw;
  line-height: 21.96px;
  line-height: 1.14375vw;
  font-weight: 400;
  position: relative;
  padding: 10px 20px 18px;
  padding: 0.520833vw 1.04166vw 0.9375vw;
  cursor: pointer;
}
.more_box .safe-wrap .title_top .wonderful_nav_wrap .wonderful_nav .wonderful_nav_item + .wonderful_nav_item {
  margin-left: 20px;
  margin-left: 1.04166vw;
}
.more_box .safe-wrap .title_top .wonderful_nav_wrap .wonderful_nav .wonderful_nav_item:hover {
  opacity: 0.8;
}
.more_box .safe-wrap .title_top .wonderful_nav_wrap .wonderful_nav .wonderful_nav_item.active {
  color: rgb(0, 0, 0);
  font-weight: 500;
}
.more_box .safe-wrap .title_top .wonderful_nav_wrap .wonderful_nav .wonderful_nav_item.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: #002C5F;
}
.more_box .safe-wrap .title_top .btn_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.more_box .safe-wrap .title_top .btn_wrap .swiper-button-prev, .more_box .safe-wrap .title_top .btn_wrap .swiper-button-next {
  transform: translateY(0%) !important;
  position: inherit;
  left: inherit;
  right: inherit;
  top: none;
  bottom: none;
  background: url(../../assets/resource/vehicle/btn_prev.png) no-repeat center;
  background-size: 100%;
  width: 50px;
  width: 2.6vw;
  height: 50px;
  height: 2.6vw;
  margin-top: 0;
}
.more_box .safe-wrap .title_top .btn_wrap .swiper-button-next {
  background: url(../../assets/resource/vehicle/btn_next.png) no-repeat center;
  background-size: 100%;
  margin-left: 20px;
  margin-left: 1.0416vw;
}
.more_box .preview_img_bg {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}
.more_box .preview_img_bg .preview_img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.more_box .preview_img_bg .preview_img_content {
  width: 1440px;
  width: 75%;
  height: 900px;
  height: 83.33%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.more_box .preview_img_bg .preview_img_content .preview_top {
  height: 6.66%;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  padding-right: 1.0416vw;
  align-items: center;
}
.more_box .preview_img_bg .preview_img_content .preview_top .close {
  width: 28px;
  height: 28px;
  width: 1.45833vw;
  height: 1.45833vw;
  cursor: pointer;
  pointer-events: auto;
}
.more_box .preview_img_bg .preview_img_content .preview_top .close:hover {
  opacity: 0.8;
}
.more_box .preview_img_bg .preview_img_content .preview_center {
  flex: 1;
  height: 86.68%;
  overflow: hidden;
}
.more_box .preview_img_bg .preview_img_content .preview_center .swiper_preview {
  height: 100%;
}
.more_box .preview_img_bg .preview_img_content .preview_center .swiper_preview.video {
  display: none;
}
.more_box .preview_img_bg .preview_img_content .preview_center .swiper-slide {
  width: 75vw;
  height: 100%;
}
.more_box .preview_img_bg .preview_img_content .preview_center .swiper-slide .img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block;
  pointer-events: auto;
}
.more_box .preview_img_bg .preview_img_content.video .swiper_preview {
  display: none;
}
.more_box .preview_img_bg .preview_img_content.video .swiper_preview.video {
  display: block !important;
}
.more_box .preview_img_bg .preview_img_content.video .swiper-slide .video_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more_box .preview_img_bg .preview_img_content.video .swiper-slide .img {
  height: auto !important;
  object-fit: contain !important;
  max-height: 100% !important;
}
.more_box .preview_img_bg .preview_img_content .preview_bottom {
  height: 6.66%;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  padding-right: 1.0416vw;
  position: relative;
}
.more_box .preview_img_bg .preview_img_content .preview_bottom .page {
  font-size: 14px;
  font-size: 0.729vw;
  font-weight: 420;
  line-height: 20px;
  line-height: 1.0416vw;
  text-align: right;
}
.more_box .preview_img_bg .preview_img_content .preview_bottom .page.swiper-pagination-fraction {
  background: none;
}
.more_box .preview_img_bg .preview_img_content .preview_bottom .page.swiper-pagination {
  position: inherit !important;
  left: 0;
  bottom: 0;
}
.more_box .preview_img_bg .preview_img_content .preview_bottom .btn_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 40px;
  margin-left: 2.0833vw;
}
.more_box .preview_img_bg .preview_img_content .preview_bottom .btn_wrap .swiper-button-prev, .more_box .preview_img_bg .preview_img_content .preview_bottom .btn_wrap .swiper-button-next {
  transform: translateY(0%) !important;
  position: inherit;
  left: inherit;
  right: inherit;
  top: none;
  bottom: none;
  background: url(../../assets/resource/vehicle/more/group-big/btn_left.svg) no-repeat center;
  background-size: 100%;
  width: 15px;
  width: 0.78125vw;
  height: 15px;
  height: 0.78125vw;
  margin-top: 0;
}
.more_box .preview_img_bg .preview_img_content .preview_bottom .btn_wrap .swiper-button-next {
  background: url(../../assets/resource/vehicle/more/group-big/btn_right.svg) no-repeat center;
  background-size: 100%;
  margin-left: 60px;
  margin-left: 3.125vw;
}
.more_box .swiper-button-wrap .swiper-button-prev, .more_box .swiper-button-wrap .swiper-button-next {
  width: 60px;
  width: 3.125vw;
  height: 60px;
  height: 3.125vw;
  margin-top: 0;
  left: 100px;
  left: 5.20833vw;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  background-image: url(../../assets/resource/vehicle/arrow_left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  background-size: 1.666vw 1.666vw;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.more_box .swiper-button-wrap .swiper-button-prev.swiper-button-disabled, .more_box .swiper-button-wrap .swiper-button-next.swiper-button-disabled {
  pointer-events: unset;
}
.more_box .swiper-button-wrap .swiper-button-next {
  left: unset;
  right: 100px;
  right: 5.20833vw;
  border-radius: 50%;
  background-image: url(../../assets/resource/vehicle/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  background-size: 1.666vw 1.666vw;
}
.more_box .swiper_more {
  position: relative;
  display: none;
}
.more_box .swiper_more .more_item_wrap {
  display: flex;
  justify-content: space-between;
  height: 56.25vw;
  overflow: hidden;
}
.more_box .swiper_more .more_item_wrap .left {
  flex: 1;
}
.more_box .swiper_more .more_item_wrap .right {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.more_box .swiper_more .more_item_wrap .right .right_child_top {
  flex: 1;
  height: 50%;
}
.more_box .swiper_more .more_item_wrap .right .right_child {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.more_box .swiper_more .img_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: auto;
  cursor: pointer;
  position: relative;
}
.more_box .swiper_more .img_wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all ease-in 0.3s;
  pointer-events: auto;
}
.more_box .swiper_more .img_wrap:hover img {
  transform: scale(1.1);
}
.more_box .swiper_more_video {
  position: relative;
}
.more_box .swiper_more_video .more_item_wrap {
  display: flex;
  flex-wrap: wrap;
}
.more_box .swiper_more_video .more_item_wrap.item_bg {
  flex-wrap: nowrap;
}
.more_box .swiper_more_video .more_item_wrap.item_bg .left {
  width: 960px;
  width: 50vw;
  height: 1080px;
  height: 56.25vw;
}
.more_box .swiper_more_video .more_item_wrap.item_bg .left .img_wrap {
  border: none;
  width: 960px;
  width: 50vw;
  height: 1080px;
  height: 56.25vw;
}
.more_box .swiper_more_video .more_item_wrap.item_bg .right {
  width: 960px;
  width: 50vw;
  height: 1080px;
  height: 56.25vw;
  display: flex;
  flex-wrap: wrap;
}
.more_box .swiper_more_video .more_item_wrap.item_bg .right .img_wrap {
  border: none;
  width: 480px;
  width: 50%;
  height: 540px;
  height: 28.125vw;
}
.more_box .swiper_more_video .more_item_wrap.img_bg {
  background: url(../../assets/resource/vehicle/more/group-video/pc-bg.jpg) no-repeat center;
  background-size: cover;
}
.more_box .swiper_more_video .more_item_wrap .img_wrap_temp {
  width: 100%;
  width: 640px;
  width: 25%;
  height: 360px;
  height: 18.75vw;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
}
.more_box .swiper_more_video .more_item_wrap .img_wrap {
  width: 100%;
  width: 640px;
  width: 25%;
  height: 360px;
  height: 18.75vw;
  position: relative;
  box-sizing: border-box;
  border-right: solid 1px rgba(245, 245, 245, 0.3);
  border-bottom: solid 1px rgba(245, 245, 245, 0.3);
}
.more_box .swiper_more_video .more_item_wrap .img_wrap:nth-child(4n) {
  border-right: none;
}
.more_box .swiper_more_video .more_item_wrap .img_wrap:nth-child(9), .more_box .swiper_more_video .more_item_wrap .img_wrap:nth-child(10), .more_box .swiper_more_video .more_item_wrap .img_wrap:nth-child(11), .more_box .swiper_more_video .more_item_wrap .img_wrap:nth-child(12) {
  border-bottom: none;
}
.more_box .swiper_more_video .more_item_wrap .img_wrap .txt_wrap {
  position: absolute;
  z-index: 3;
  left: 60px;
  left: 3.125vw;
  bottom: 60px;
  bottom: 3.125vw;
  font-size: 24px;
  font-size: 1.25vw;
  color: #fff;
}
.more_box .swiper_more_video .more_item_wrap .img_wrap .txt_wrap .txt_top {
  font-weight: 500;
  font-weight: bold;
  line-height: 1.54479vw;
  margin-bottom: 10px;
  margin-bottom: 0.52083vw;
}
.more_box .swiper_more_video .more_item_wrap .img_wrap .txt_wrap .txt_bottom {
  font-weight: 400;
  line-height: 29.28px;
  line-height: 1.525vw;
  disPlay: flex;
  align-items: center;
  cursor: pointer;
}
.more_box .swiper_more_video .more_item_wrap .img_wrap .txt_wrap .txt_bottom img {
  display: block;
  width: 24px;
  width: 1.25vw;
  height: 24px;
  height: 1.25vw;
}
.more_box .swiper_more_video .more_item_wrap .img_wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  opacity: 1;
  transition: opacity ease 0.3s;
}
.more_box .swiper_more_video .more_item_wrap .img_wrap::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../../assets/resource/vehicle/more/play_icon.svg) no-repeat center;
  background-size: 60px;
  background-size: 3.125vw;
  cursor: pointer;
  opacity: 0;
  transition: opacity ease 0.3s;
}
.more_box .swiper_more_video .more_item_wrap .img_wrap.no_icon::after {
  display: none;
}
.more_box .swiper_more_video .more_item_wrap .img_wrap:hover::before {
  opacity: 0;
}
.more_box .swiper_more_video .more_item_wrap .img_wrap:hover::after {
  opacity: 1;
}
.more_box .swiper_more_video .more_item_wrap .img_wrap .img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.more_box .swiper_more_news {
  margin-bottom: 200px;
  margin-bottom: 10.416vw;
}
.more_box .swiper_more_news .news_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.more_box .swiper_more_news .news_item img {
  width: 41.666vw;
  height: 33.333vw;
  display: block;
  object-fit: cover;
}
.more_box .swiper_more_news .news_item .right_wrap {
  width: 41.666vw;
  box-sizing: border-box;
  padding: 108px 60px;
  padding: 5.625vw 3.125vw;
}
.more_box .swiper_more_news .news_item .right_wrap .news_title {
  font-size: 32px;
  font-size: 1.666vw;
  color: rgb(0, 0, 0);
  font-weight: 400;
  line-height: 2.5vw;
  text-align: left;
  user-select: auto;
}
.more_box .swiper_more_news .news_item .right_wrap .desc {
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 0.833vw;
  font-weight: 300;
  line-height: 1.354vw;
  text-align: justify;
  color: rgb(78, 78, 78);
  margin-top: 2.083vw;
  margin-bottom: 7.2916vw;
  user-select: auto;
}
.more_box .swiper_more_news .news_item .right_wrap a {
  display: block;
  width: fit-content;
  height: 2.34375vw;
  padding: 0.5208vw 1.0416vw;
  box-sizing: border-box;
  border: 1px solid #000;
  font-size: 0.833vw;
  font-weight: 500;
  line-height: 19.52px;
  text-align: left;
  color: rgb(0, 0, 0);
  border: solid 1px #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more_box .swiper_more_news .news_item .right_wrap a:hover {
  background: rgba(0, 51, 108, 0.9);
  border-color: rgba(0, 51, 108, 0.9);
  color: #fff;
}

@media (max-width: 1024px) {
  .more_box .swiper_more_video .more_item_wrap .img_wrap::before, .more_box .swiper_more_video .more_item_wrap .img_wrap::after {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .more_box {
    margin-bottom: 0;
    background: #F7F7F7;
  }
  .more_box .safe-wrap .title_top {
    margin-top: 80px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .more_box .safe-wrap .title_top.news {
    margin-top: 0;
  }
  .more_box .safe-wrap .title_top .title_top_text {
    font-family: "HyundaiSansHeadCN-lighter";
    font-size: 28px;
    font-weight: 300;
    line-height: 42px;
    text-align: left;
    color: rgb(0, 0, 0);
  }
  .more_box .safe-wrap .title_top .wonderful_nav_wrap {
    margin-top: 40px;
  }
  .more_box .safe-wrap .title_top .wonderful_nav_wrap .wonderful_nav {
    border-bottom: 1px solid #D4D4D4;
  }
  .more_box .safe-wrap .title_top .wonderful_nav_wrap .wonderful_nav .wonderful_nav_item {
    color: #8A8A8A;
    font-size: 14px;
    line-height: 17.08px;
    font-weight: 400;
    padding: 10px 0 19px;
  }
  .more_box .safe-wrap .title_top .wonderful_nav_wrap .wonderful_nav .wonderful_nav_item + .wonderful_nav_item {
    margin-left: 40px;
  }
  .more_box .safe-wrap .title_top .wonderful_nav_wrap .wonderful_nav .wonderful_nav_item:hover {
    opacity: 1;
  }
  .more_box .safe-wrap .title_top .wonderful_nav_wrap .wonderful_nav .wonderful_nav_item:active {
    opacity: 0.8;
  }
  .more_box .safe-wrap .title_top .wonderful_nav_wrap .wonderful_nav .wonderful_nav_item.active {
    color: rgb(0, 0, 0);
    font-weight: 400;
  }
  .more_box .safe-wrap .title_top .wonderful_nav_wrap .wonderful_nav .wonderful_nav_item.active::before {
    bottom: -1px;
    height: 1px;
  }
  .more_box .swiper_more_mb {
    position: relative;
    overflow: hidden;
    display: none;
  }
  .more_box .swiper_more_mb .swiper-slide {
    padding: 0 20px;
  }
  .more_box .swiper_more_mb .swiper-slide .img_wrap .img {
    width: 100%;
    height: calc(100vw - 40px);
    pointer-events: auto;
  }
  .more_box .swiper_more_mb .more_item_mb_wrap {
    display: flex;
    justify-content: space-between;
  }
  .more_box .swiper_more_mb .more_item_mb_wrap .middle_line {
    width: 5px;
    background: transparent;
  }
  .more_box .swiper_more_mb .more_item_mb_wrap .left, .more_box .swiper_more_mb .more_item_mb_wrap .right {
    flex: 1;
  }
  .more_box .swiper_more_mb .more_item_mb_wrap .left .img_wrap, .more_box .swiper_more_mb .more_item_mb_wrap .right .img_wrap {
    width: 100%;
    overflow: hidden;
    pointer-events: auto;
    cursor: pointer;
    position: relative;
  }
  .more_box .swiper_more_mb .more_item_mb_wrap .left .img_wrap img, .more_box .swiper_more_mb .more_item_mb_wrap .right .img_wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    pointer-events: auto;
  }
  .more_box .swiper_more_mb .more_item_mb_wrap .left .img_wrap:nth-child(2), .more_box .swiper_more_mb .more_item_mb_wrap .right .img_wrap:nth-child(2) {
    margin-top: 5px;
  }
  .more_box .swiper_more_mb .more_item_mb_wrap .left .img_wrap img {
    height: calc((100vw - 40px - 5px) / 2 / 0.7857142857);
  }
  .more_box .swiper_more_mb .more_item_mb_wrap .right .img_wrap img {
    height: calc(((100vw - 40px - 5px) / 2 / 0.7857142857 - 5px) / 2);
  }
  .more_box .swiper_more_video_mb .swiper-slide {
    padding: 0 20px;
  }
  .more_box .swiper_more_video_mb .img_wrap {
    width: 100%;
    height: auto;
    position: relative;
  }
  .more_box .swiper_more_video_mb .img_wrap::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../../assets/resource/vehicle/more/play_icon.svg) no-repeat center;
    background-size: 60px;
    cursor: pointer;
  }
  .more_box .swiper_more_video_mb .img_wrap.no_icon::before {
    display: none;
  }
  .more_box .swiper_more_video_mb .img_wrap .img {
    width: 100%;
    height: calc(100vw - 40px);
    display: block;
    object-fit: cover;
  }
  .more_box .swiper_more_video_mb .img_wrap .txt_wrap {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;
    padding-left: 20px;
    padding-bottom: 15px;
    font-size: 14px;
    color: #fff;
  }
  .more_box .swiper_more_video_mb .img_wrap .txt_wrap .txt_top {
    font-weight: 500;
    font-weight: bold;
    line-height: 17.3px;
    margin-bottom: 10px;
  }
  .more_box .swiper_more_video_mb .img_wrap .txt_wrap .txt_bottom {
    font-weight: 400;
    line-height: 17.08px;
  }
  .more_box .preview_img_bg {
    display: none;
    background: rgb(0, 0, 0);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
  }
  .more_box .preview_img_bg .preview_img_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .more_box .preview_img_bg .preview_img_content {
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .more_box .preview_img_bg .preview_img_content .preview_top {
    position: absolute;
    z-index: 102;
    left: 0;
    top: 0;
    height: 44px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    padding-left: 20px;
  }
  .more_box .preview_img_bg .preview_img_content .preview_top .close {
    width: 28px;
    height: 28px;
    cursor: pointer;
    pointer-events: auto;
  }
  .more_box .preview_img_bg .preview_img_content .preview_center {
    flex: 1;
    height: 100%;
    overflow: hidden;
  }
  .more_box .preview_img_bg .preview_img_content .preview_center .swiper_preview {
    height: 100%;
  }
  .more_box .preview_img_bg .preview_img_content .preview_center .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .more_box .preview_img_bg .preview_img_content .preview_bottom {
    position: absolute;
    z-index: 101;
    left: 0;
    top: 0;
    right: 0;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
  .more_box .preview_img_bg .preview_img_content .preview_bottom .page {
    font-family: "HyundaiSansHeadCN";
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0.6px;
    text-align: center;
    color: rgb(255, 255, 255);
  }
  .more_box .preview_img_bg .preview_img_content .preview_bottom .page.swiper-pagination-fraction {
    background: none;
  }
  .more_box .preview_img_bg .preview_img_content .preview_bottom .page.swiper-pagination {
    position: inherit !important;
    left: 0;
    bottom: 0;
  }
  .more_box .swiper_more_news_mb {
    padding-bottom: 1px;
  }
  .more_box .swiper_more_news_mb .swiper-slide {
    background: #fff;
    transition: opacity ease-in 0.3s;
    opacity: 0.4;
  }
  .more_box .swiper_more_news_mb .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .more_box .swiper_more_news_mb a {
    display: block;
  }
  .more_box .swiper_more_news_mb a img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .more_box .swiper_more_news_mb a .news_title {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.52px;
    text-align: left;
    color: rgb(0, 0, 0);
    padding: 0 20px;
    margin-top: 25px;
  }
  .more_box .swiper_more_news_mb a .desc {
    font-family: "HyundaiSansHeadCN-lighter";
    padding: 0 20px;
    color: rgb(109, 109, 109);
    margin-top: 10px;
    margin-bottom: 7.2916vw;
    user-select: auto;
    font-size: 12px;
    font-weight: 300;
    line-height: 21px;
    text-align: left;
  }
}
.nav-box {
  --nav-height: calc(0.69427vw * 5.252);
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  color: #000;
  z-index: 18;
  height: 0 !important;
  opacity: 0 !important;
}
.nav-box .nav-container {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.nav-box .title {
  font-size: 16px;
  font-size: 0.16rem;
  line-height: var(--nav-height);
  height: var(--nav-height);
  font-family: "HyundaiSansHeadCN-lighter";
  font-weight: 300;
  position: relative;
  margin-right: 45px;
}
.nav-box .title::after {
  content: "";
  width: 1px;
  height: 0.8em;
  position: absolute;
  right: -22.5px;
  top: 50%;
  transform: translateY(-50%);
  background: #DFDFDF;
}
.nav-box .tab-wrap-menu {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  width: calc(100% - 27em);
  width: calc(100% - 33em);
}
.nav-box .tab-wrap-menu .tab-menu {
  display: flex;
  height: 100%;
  line-height: var(--nav-height);
  height: var(--nav-height);
}
.nav-box .tab-wrap-menu .tab-menu .tab-li {
  position: relative;
  font-family: "HyundaiSansHeadCN-lighter";
  font-weight: 300;
  color: #000;
  flex-shrink: 0;
  cursor: pointer;
  font-size: 16px;
  font-size: 0.16rem;
}
.nav-box .tab-wrap-menu .tab-menu .tab-li:hover {
  font-weight: 500;
  font-weight: bold;
}
.nav-box .tab-wrap-menu .tab-menu .tab-li + .tab-li {
  margin-left: 30px;
}
.nav-box .tab-wrap-menu .tab-menu .tab-li.active {
  font-weight: 500;
  font-weight: bold;
}
.nav-box .tmall {
  width: 1.5vw;
}
.nav-box .testdriveBtn,
.nav-box .btn {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  border: solid 1px #ccc;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  transition: 0.2s;
  text-align: center;
  padding: 10px 48px;
  padding: 0.52083vw 2.5vw;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  font-size: 0.16rem;
  cursor: pointer;
  background: #fff;
  border: solid 1px #000;
  color: #000;
}
.nav-box .testdriveBtn:hover,
.nav-box .btn:hover {
  background: transparent;
  color: rgb(54, 60, 84);
  border: solid 1px rgb(54, 60, 84);
}
.nav-box .testdriveBtn .text,
.nav-box .btn .text {
  position: relative;
  display: block;
  z-index: 2;
}
.nav-box .testdriveBtn {
  border-color: rgb(0, 51, 108);
  background: rgb(0, 51, 108);
  color: #fff;
  margin-left: 20px;
}
.nav-box .testdriveBtn:hover {
  color: #fff;
  border-color: rgba(0, 51, 108, 0.9);
  background: rgba(0, 51, 108, 0.9);
}
.nav-box.white_bg {
  background-color: #fff;
  color: #000000;
}
.nav-box.white_bg .btn::before,
.nav-box.white_bg .testdriveBtn::before {
  background-color: #d3d3d3;
  background-color: #377da4;
}
.nav-box.white_bg .tab-wrap-menu .tab-menu .active {
  font-weight: 500;
  font-weight: bold;
}
.nav-box .nav_btn_wrap {
  display: flex;
}
.nav-box .nav_left {
  display: flex;
}

@media (max-width: 767px) {
  body {
    padding-bottom: 65px;
    padding-bottom: 0;
  }
  .nav-box {
    background-color: #fff;
    color: #000000;
    margin-top: 0;
    top: unset;
    position: fixed;
    top: unset;
    bottom: -100%;
    left: 0;
    right: 0;
    transition: bottom ease-in 0.3s;
  }
  .nav-box.fixed-box {
    bottom: 0;
  }
  .nav-box .nav_bg_mb {
    position: relative;
  }
  .nav-box .pop_nav_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 21;
    bottom: 65px;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    overflow: hidden;
  }
  .nav-box .pop_nav_bg.hidden {
    height: 0;
  }
  .nav-box .pop_nav_bg .tab_menu_wrap {
    background: #fff;
    padding-top: 5px;
    height: auto;
  }
  .nav-box .pop_nav_bg .tab_menu_wrap .tab-wrap-menu {
    display: block;
    width: 100%;
    height: auto;
  }
  .nav-box .pop_nav_bg .tab_menu_wrap .tab-wrap-menu .tab-menu {
    display: block;
    height: auto;
  }
  .nav-box .pop_nav_bg .tab_menu_wrap .tab-wrap-menu .tab-menu .tab-li {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    padding: 10.5px 20px;
  }
  .nav-box .pop_nav_bg .tab_menu_wrap .tab-wrap-menu .tab-menu .tab-li + .tab-li {
    margin-left: 0;
  }
  .nav-box .pop_nav_bg .tab_menu_wrap .tab-wrap-menu .tab-menu .tab-li.active {
    font-family: "HyundaiSansHeadCN";
    font-size: 16px;
    font-weight: 500;
    font-weight: bold;
    line-height: 24px;
  }
  .nav-box .nav_wrap_mb {
    display: flex;
    justify-content: space-between;
    height: 65px;
    padding: 0 20px;
    align-items: center;
  }
  .nav-box .nav_wrap_mb .nav_left_mb {
    display: flex;
    align-items: center;
  }
  .nav-box .nav_wrap_mb .nav_left_mb .title {
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
    font-family: "HyundaiSansHeadCN";
    white-space: nowrap;
  }
  .nav-box .nav_wrap_mb .nav_left_mb .title::after {
    right: -10px;
  }
  .nav-box .nav_wrap_mb .nav_left_mb .current_title {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }
  .nav-box .nav_wrap_mb .nav_left_mb .current_title .current {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
  }
  .nav-box .nav_wrap_mb .nav_left_mb .current_title img.arrow_icon {
    margin-left: 10px;
    width: 16px;
    height: 16px;
    display: block;
    transition: all linear 0.2s;
  }
  .nav-box .nav_wrap_mb .nav_left_mb .current_title img.arrow_icon.active {
    transform: rotateZ(180deg);
  }
  .nav-box .nav_wrap_mb .testdriveBtn {
    width: 100px;
    height: 35px;
    padding: 11.5px 10px;
    border: solid 1px rgb(0, 44, 95);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(0, 44, 95);
    background: #fff;
  }
  .nav-box .nav_wrap_mb .testdriveBtn:hover, .nav-box .nav_wrap_mb .testdriveBtn:active {
    background: #fff;
    color: rgb(0, 44, 95);
    border-color: rgb(0, 44, 95);
    opacity: 0.8;
  }
}
@charset "UTF-8";
.outside_box .swiper_outside_wrap {
  padding-top: 160px;
  padding-top: 8.333vw;
  width: 100%;
  overflow: hidden;
}
.outside_box .swiper_outside .swiper-slide {
  position: relative;
  overflow: hidden;
  background: #fff;
  overflow: hidden;
  transition: opacity ease-in 0.3s;
  opacity: 0.4;
}
.outside_box .swiper_outside .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.outside_box .swiper_outside .swiper-slide.swiper-slide-active .slide_txt_box {
  opacity: 1;
  transform: translateY(0);
}
.outside_box .swiper_outside .swiper-slide .img {
  width: 100%;
  height: 100%;
  height: 41.666vw;
  object-fit: cover;
  display: block;
}
.outside_box .swiper_outside .swiper-slide video {
  background: #fff;
  opacity: 0.999999;
}
.outside_box .swiper_outside .swiper-slide .slide_txt_box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 62%;
  height: auto;
  padding-left: 80px;
  padding-left: 4.166vw;
  padding-bottom: 60px;
  padding-bottom: 3.125vw;
  opacity: 0;
  transition: opacity ease-in 0.3s translate ease-in 0.8s;
  transform: translateY(100px);
}
.outside_box .swiper_outside .swiper-slide .slide_txt_box .slide_txt_wrap .slide_txt_title {
  color: #fff;
  font-size: 30px;
  font-size: 1.5625vw;
  font-weight: 500;
  line-height: 37px;
  line-height: 1.92708vw;
  text-align: left;
}
.outside_box .swiper_outside .swiper-slide .slide_txt_box .slide_txt_wrap .slide_txt_desc {
  color: #fff;
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: 28px;
  line-height: 1.45833vw;
  margin-top: 15px;
  margin-top: 0.78125vw;
  font-family: "HyundaiSansHeadCN-lighter";
}
.outside_box .swiper_outside .swiper-slide .slide_txt_box .slide_txt_wrap.color_black .slide_txt_title {
  color: #000;
}
.outside_box .swiper_outside .swiper-slide .slide_txt_box .slide_txt_wrap.color_black .slide_txt_desc {
  color: #000;
}
.outside_box .swiper_outside .swiper-button-prev, .outside_box .swiper_outside .swiper-button-next {
  width: 60px;
  width: 3.15vw;
  height: 60px;
  height: 3.15vw;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  background-image: url(../../assets/resource/vehicle/arrow_left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  background-size: 1.666vw 1.666vw;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.outside_box .swiper_outside .swiper-button-next {
  background-image: url(../../assets/resource/vehicle/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  background-size: 1.666vw 1.666vw;
}
.outside_box .swiper_outside .swiper_outside_pagination {
  position: absolute;
  bottom: 40px;
  bottom: 2.0833vw;
  text-align: center;
  z-index: 2;
  width: fit-content;
  right: 400px;
  right: 20.833vw;
  left: inherit;
  color: #fff;
  font-family: "HyundaiSansHeadCN";
}
.outside_box .swiper_outside .swiper_outside_pagination .swiper-pagination-bullet {
  width: 40px;
  width: 2.0833vw;
  height: 43px;
  height: 2.2395833vw;
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  margin: 0 0.26vw !important;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.outside_box .swiper_outside .swiper_outside_pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 100%;
  height: 0.15625vw;
  background: rgba(255, 255, 255, 0.4);
}
.outside_box .swiper_outside .swiper_outside_pagination .swiper-pagination-bullet-active::after {
  background: #fff;
}

.title_wrap_part {
  padding-top: 160px;
  padding-top: 8.333vw;
  padding-bottom: 100px;
  padding-bottom: 5.2083vw;
}
.title_wrap_part.config {
  padding-top: 0;
  padding-bottom: 160px;
  padding-bottom: 8.333vw;
}
.title_wrap_part .title_wrap_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: "HyundaiSansHeadCN-lighter";
}
.title_wrap_part .title_wrap_content .title_wrap {
  text-align: left;
}
.title_wrap_part .title_wrap_content .title_wrap .title {
  font-size: 60px;
  font-size: 3.15vw;
  font-weight: 300;
  line-height: 73.8px;
  line-height: 3.84375vw;
  color: rgb(0, 0, 0);
}
.title_wrap_part .title_wrap_content .title_wrap .title2 {
  font-size: 40px;
  font-size: 2.08333vw;
  line-height: 49.2px;
  line-height: 2.5625vw;
  font-weight: 300;
  color: rgb(0, 0, 0);
}
.title_wrap_part .title_wrap_content .title_wrap .title2.hidden {
  display: none;
}
.title_wrap_part .title_wrap_content .title_wrap .title2.lh60 {
  line-height: 60px;
  line-height: 3.15vw;
}
.title_wrap_part .title_wrap_content .title_wrap .desc {
  margin-top: 30px;
  margin-top: 1.5625vw;
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: 28px;
  line-height: 1.458vw;
  color: rgb(0, 0, 0);
}
.title_wrap_part .title_wrap_content .title_wrap .desc span {
  font-weight: 400;
  font-family: "HyundaiSansHeadCN";
}

.bgf7 {
  background: #f7f7f7;
}

.bgfff {
  background: #fff;
}

.part_title_wrap {
  margin-top: 160px;
  margin-top: 8.333vw;
  margin-bottom: 80px;
  margin-bottom: 4.166vw;
}
.part_title_wrap.bgf7 {
  background: #f7f7f7;
}
.part_title_wrap.bgfff {
  background: #fff;
}
.part_title_wrap.mtop80_pc {
  margin-top: 80px;
  margin-top: 4.166vw;
}
.part_title_wrap .tips {
  color: #000;
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.222;
  margin-top: 40px;
  margin-top: 2.08333vw;
}
.part_title_wrap .tips.color_gray {
  color: #8A8A8A;
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 14px;
  font-size: 0.729166vw;
  font-weight: 400;
  line-height: 27px;
  line-height: 1.40625vw;
  margin-top: 20px;
  margin-top: 1.0416vw;
}

.part_title_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part_title_content .title {
  color: #000;
  font-size: 40px;
  font-size: 2.08333vw;
  font-weight: 500;
  line-height: 49px;
  line-height: 2.5520833vw;
}
.part_title_content .desc {
  color: #8A8A8A;
  font-size: 18px;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  line-height: 1.40625vw;
  margin-top: 10px;
  margin-top: 0.5208vw;
}
.part_title_content.num .empty_div {
  width: 242px;
  width: 12.604166vw;
}
.part_title_content.num .title {
  color: #000;
  font-size: 28px;
  font-size: 1.458vw;
  font-weight: 400;
  line-height: 73px;
  line-height: 3.8020833vw;
  height: 3.8020833vw;
}
.part_title_content.num .title span {
  font-size: 60px;
  font-size: 3.15vw;
  line-height: 73px;
  line-height: 3.8020833vw;
}
.part_title_content.only_title .title {
  font-size: 32px;
  font-size: 1.666vw;
  line-height: 40px;
  line-height: 2.08333vw;
  height: 2.08333vw;
}

.img_txt_wrap {
  margin-top: 160px;
  margin-top: 8.333vw;
  position: relative;
  overflow: hidden;
}
.img_txt_wrap.mtop200_pc {
  margin-top: 200px;
  margin-top: 10.41666vw;
}
.img_txt_wrap.no_mtop {
  margin-top: 0;
}
.img_txt_wrap .img_txt_img {
  width: 100%;
  height: auto;
  min-height: 56.14583vw;
  display: block;
  object-fit: cover;
}
.img_txt_wrap .txt_wrap {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  padding-top: 140px;
  padding-top: 7.29166vw;
}
.img_txt_wrap .txt_wrap .txt_title_wrap {
  width: 75vw;
  margin: auto;
  text-align: left;
}
.img_txt_wrap .txt_wrap .txt_title_wrap.right {
  text-align: right;
}
.img_txt_wrap .txt_wrap .txt_title_wrap.right .txt_desc {
  justify-content: flex-end;
}
.img_txt_wrap .txt_wrap .txt_title {
  font-size: 100px;
  font-size: 5.2083vw;
  line-height: 124px;
  line-height: 6.458333vw;
  font-weight: 700;
  font-family: "HyundaiSansHeadCN";
}
.img_txt_wrap .txt_wrap .txt_desc {
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 40px;
  font-size: 2.08333vw;
  line-height: 49px;
  line-height: 2.5520833vw;
  font-weight: 300;
  margin-top: 5px;
  margin-top: 0.2604vw;
  display: flex;
  align-items: center;
}

.img_text_left_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 160px;
  margin-top: 8.333vw;
}
.img_text_left_wrap.pb80 {
  padding-bottom: 80px;
  padding-bottom: 4.166vw;
}
.img_text_left_wrap.no_mtop {
  margin-top: 0;
}
.img_text_left_wrap.mb160 {
  margin-bottom: 160px;
  margin-bottom: 8.333vw;
}
.img_text_left_wrap.outside {
  position: relative;
}
.img_text_left_wrap.outside .img_wrap {
  margin-bottom: 0;
}
.img_text_left_wrap.outside .pagination_box {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 60px;
  right: 0;
}
.img_text_left_wrap.outside .pagination_box .pagination_wrap .line {
  background: #9669AA;
}
.img_text_left_wrap.outside .pagination_box .pagination_wrap .pagination_content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.img_text_left_wrap.outside .pagination_box .pagination_wrap .pagination_content::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #D4D4D4;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
}
.img_text_left_wrap.outside .pagination_box .pagination_wrap .pagination_content .pagination_item .pagination_item_content {
  color: rgba(255, 255, 255, 0.7);
}
.img_text_left_wrap.outside .pagination_box .pagination_wrap .pagination_content .pagination_item.active .pagination_item_content {
  color: rgb(255, 255, 255);
}
.img_text_left_wrap .img_wrap {
  margin-bottom: 2.083vw;
  position: relative;
  width: 75vw;
  height: 800px;
  height: 41.666vw;
  position: relative;
}
.img_text_left_wrap .img_wrap .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity ease-in 0.3s;
}
.img_text_left_wrap .img_wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_text_left_wrap .img_wrap .img.active {
  opacity: 1;
  z-index: 2;
  display: block;
}
.img_text_left_wrap .img_wrap .img .bottom_text_wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding-bottom: 60px;
  padding-bottom: 3.15vw;
  display: flex;
  justify-content: center;
}
.img_text_left_wrap .img_wrap .img .bottom_text_wrap .bottom_text {
  display: flex;
  justify-content: center;
  color: #fff;
}
.img_text_left_wrap .img_wrap .img .bottom_text_wrap .bottom_text.bottom_text_line .bottom_text_item {
  width: 240px;
  width: 12.5vw;
  position: relative;
}
.img_text_left_wrap .img_wrap .img .bottom_text_wrap .bottom_text.bottom_text_line .bottom_text_item + .bottom_text_item::before {
  content: "";
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -60px;
  left: -3.125vw;
  top: 0;
}
.img_text_left_wrap .img_wrap .img .bottom_text_wrap .bottom_text.bottom_text_line .bottom_text_item .bottom {
  margin-top: 15px;
  margin-top: 0.78125vw;
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 36px;
  line-height: 1.875vw;
  font-weight: 500;
}
.img_text_left_wrap .img_wrap .img .bottom_text_wrap .bottom_text .bottom_text_item.num1 {
  width: 139px;
  width: 149px;
  width: 7.7604166vw;
}
.img_text_left_wrap .img_wrap .img .bottom_text_wrap .bottom_text .bottom_text_item.num2 {
  width: 97px;
  width: 107px;
  width: 5.5729166vw;
}
.img_text_left_wrap .img_wrap .img .bottom_text_wrap .bottom_text .bottom_text_item.num3 {
  width: 94px;
  width: 104px;
  width: 5.4166vw;
}
.img_text_left_wrap .img_wrap .img .bottom_text_wrap .bottom_text .bottom_text_item.num4 {
  width: 118px;
  width: 128px;
  width: 6.666vw;
}
.img_text_left_wrap .img_wrap .img .bottom_text_wrap .bottom_text .bottom_text_item.num5 {
  width: 196px;
  width: 206px;
  width: 10.729166vw;
}
.img_text_left_wrap .img_wrap .img .bottom_text_wrap .bottom_text .bottom_text_item + .bottom_text_item {
  margin-left: 120px;
  margin-left: 6.25vw;
}
.img_text_left_wrap .img_wrap .img .bottom_text_wrap .bottom_text .bottom_text_item .top {
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: 23px;
  line-height: 1.1979vw;
}
.img_text_left_wrap .img_wrap .img .bottom_text_wrap .bottom_text .bottom_text_item .bottom {
  margin-top: 5px;
  margin-top: 0.2604vw;
  font-size: 32px;
  font-size: 1.6666vw;
  font-weight: 400;
  line-height: 40px;
  line-height: 2.08333vw;
  display: flex;
  align-items: center;
}
.img_text_left_wrap .pagination_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.img_text_left_wrap .pagination_box .pagination_wrap {
  position: relative;
}
.img_text_left_wrap .pagination_box .pagination_wrap .line {
  width: 9.375vw;
  height: 2px;
  background: #002C5F;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  transition: left ease 0.3s;
}
.img_text_left_wrap .pagination_box .pagination_wrap .pagination_content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.img_text_left_wrap .pagination_box .pagination_wrap .pagination_content::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #D4D4D4;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
}
.img_text_left_wrap .pagination_box .pagination_wrap .pagination_content .pagination_item + .pagination_item {
  margin-left: 20px;
  margin-left: 1.0416vw;
}
.img_text_left_wrap .pagination_box .pagination_wrap .pagination_content .pagination_item .pagination_item_content {
  flex-shrink: 0;
  min-width: 9.375vw;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 20px 20px;
  padding: 0.5208vw 1.0416vw 1.0416vw;
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 1.1458vw;
  color: rgb(138, 138, 138);
  cursor: pointer;
  position: relative;
}
.img_text_left_wrap .pagination_box .pagination_wrap .pagination_content .pagination_item.active .pagination_item_content {
  color: rgb(0, 0, 0);
}
.img_text_left_wrap .desc_wrap_box {
  margin-top: 1.5625vw;
  min-height: fit-content;
  min-height: 3.3333vw;
  position: relative;
}
.img_text_left_wrap .desc_wrap {
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: 32px;
  line-height: 1.666vw;
  text-align: center;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  color: #000;
}
.img_text_left_wrap .desc_wrap.active {
  opacity: 1;
  z-index: 2;
  display: block;
}

@media (max-width: 767px) {
  .outside_box {
    background: #fff;
  }
  .img_title_wrap_mb {
    margin-top: 40px;
    position: relative;
  }
  .img_title_wrap_mb.wrap_padding {
    padding: 40px 20px 0.5px;
  }
  .img_title_wrap_mb.wrap_padding .swiper-slide .slide_title,
  .img_title_wrap_mb.wrap_padding .swiper-slide .desc_wrap {
    padding: 0;
  }
  .img_title_wrap_mb.control .swiper-slide {
    padding: 0 20px;
  }
  .img_title_wrap_mb.NLine {
    margin-top: 0;
  }
  .img_title_wrap_mb.no_mtop_mb {
    margin-top: 0;
  }
  .img_title_wrap_mb.h335 .swiper-slide .img {
    height: calc(100vw - 40px);
  }
  .img_title_wrap_mb.h485 .swiper-slide .img {
    height: 129.333vw;
  }
  .img_title_wrap_mb.h210 .swiper-slide .img {
    height: calc((100vw - 40px) / 1.5952380952);
  }
  .img_title_wrap_mb.bgf7 {
    background: #F7F7F7;
  }
  .img_title_wrap_mb .whiteBg .swiper-slide {
    background: #fff;
  }
  .img_title_wrap_mb .f7Bg .swiper-slide {
    background: #F7F7F7;
  }
  .img_title_wrap_mb .swiper-slide .img {
    width: 100%;
    display: block;
    height: auto;
    object-fit: cover;
  }
  .img_title_wrap_mb .swiper-slide .slide_title {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.52px;
    text-align: center;
    color: rgb(0, 0, 0);
    margin-top: 40px;
    padding: 0 20px;
  }
  .img_title_wrap_mb .swiper-slide .desc_wrap {
    font-family: "HyundaiSansHeadCN-lighter";
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
    padding: 0 20px;
    color: rgb(109, 109, 109);
  }
  .part_title_wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-bottom: 15px;
  }
  .part_title_wrap.bgf7_mb {
    background: #f7f7f7;
  }
  .part_title_wrap.bgfff_mb {
    background: #fff;
  }
  .part_title_wrap.mtop80_pc {
    margin-top: 0;
  }
  .part_title_wrap.ptop40_mb {
    padding-top: 40px;
  }
  .part_title_wrap .tips {
    font-family: "HyundaiSansHeadCN-lighter";
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    margin-top: 0;
    margin-bottom: 85px;
  }
  .part_title_wrap .tips.color_gray {
    color: #6D6565;
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
    margin-top: 0;
  }
  .part_title_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .part_title_content > div {
    width: 50%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column-reverse;
  }
  .part_title_content > div.mb-only {
    display: flex !important;
  }
  .part_title_content .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #000;
    margin-top: 5px;
  }
  .part_title_content .desc {
    font-family: "HyundaiSansHeadCN-lighter";
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    color: #000;
    margin-top: 0;
  }
  .part_title_content.num .empty_div {
    width: 50%;
  }
  .part_title_content.num .title {
    color: #000;
    font-size: 12px;
    line-height: 29px;
    height: 29px;
  }
  .part_title_content.num .title span {
    font-size: 24px;
    line-height: 29px;
  }
  .part_title_content.only_title > div {
    width: 100%;
  }
  .part_title_content.only_title .title {
    font-size: 14px;
    line-height: 17px;
    height: 17px;
  }
  .img_txt_wrap {
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    /* &.control {
        height: 177vw;
        .img_txt_img {
            object-position: 30%;
            max-height: 177vw;
            min-height: 72vw;
            height: 72vw;
            transition: height ease-in-out 0.8s !important;
            &.showAll {
                height: 177vw;
            }
        }
    } */
  }
  .img_txt_wrap.mtop200_pc {
    margin-top: 0;
  }
  .img_txt_wrap.no_mtop_mb {
    margin-top: 0;
  }
  .img_txt_wrap.interior {
    height: 177vw;
  }
  .img_txt_wrap.interior .img_txt_img {
    object-position: 22%;
    max-height: 177vw;
    min-height: 72vw;
    height: 72vw;
    transition: height ease-in-out 0.8s !important;
  }
  .img_txt_wrap.interior .img_txt_img.showAll {
    height: 177vw;
  }
  .img_txt_wrap .img_txt_img {
    width: 100%;
    height: auto;
    min-height: 177vw;
    display: block;
    object-fit: cover;
  }
  .img_txt_wrap .txt_wrap {
    padding-top: 60px;
    padding-left: 50px;
    font-family: "HyundaiSansHeadCN-lighter";
    text-align: center;
    transition: opacity 0.3s ease-in;
  }
  .img_txt_wrap .txt_wrap.opcity0 {
    opacity: 0;
  }
  .img_txt_wrap .txt_wrap .txt_title_wrap {
    width: 100%;
    margin: auto;
    text-align: left;
    box-sizing: border-box;
  }
  .img_txt_wrap .txt_wrap .txt_title_wrap.right {
    text-align: left;
  }
  .img_txt_wrap .txt_wrap .txt_title_wrap.right .txt_desc {
    justify-content: flex-start;
  }
  .img_txt_wrap .txt_wrap .txt_title {
    font-size: 60px;
    line-height: 73px;
    font-weight: 400;
  }
  .img_txt_wrap .txt_wrap .txt_desc {
    flex-direction: column;
    align-items: flex-start;
    font-size: 20px;
    line-height: 25px;
    margin-top: 2px;
  }
  .title_wrap_part {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .title_wrap_part.config {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .title_wrap_part .title_wrap_content {
    flex-direction: column;
    align-items: flex-start;
  }
  .title_wrap_part .title_wrap_content .title_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .title_wrap_part .title_wrap_content .title_wrap .title {
    font-size: 28px;
    line-height: 42px;
  }
  .title_wrap_part .title_wrap_content .title_wrap .title2 {
    font-size: 24px;
    line-height: 30px;
  }
  .title_wrap_part .title_wrap_content .title_wrap .title2.iGmp {
    line-height: 36px;
  }
  .title_wrap_part .title_wrap_content .title_wrap .title2.lh60 {
    line-height: 1.5;
  }
  .title_wrap_part .title_wrap_content .title_wrap .desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: -0.02em;
  }
  .title_wrap_part .title_wrap_content .title_wrap .desc.desc2 {
    line-height: 24px;
  }
  .img_text_left_wrap_mb.bgf7 {
    background: #f7f7f7;
  }
  .img_text_left_wrap_mb.ptop {
    padding-top: 0.5px;
    padding-bottom: 0.5px;
  }
  .img_text_left_wrap_mb .img_text_left_nav_box {
    box-sizing: border-box;
    margin: 40px 20px;
    position: relative;
    max-width: fit-content;
    min-width: calc(100% - 40px);
  }
  .img_text_left_wrap_mb .img_text_left_nav_box.no_mtop_mb {
    margin-top: 0;
  }
  .img_text_left_wrap_mb .img_text_left_nav_box::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #D4D4D4;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .img_text_left_wrap_mb .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;
  }
  .img_text_left_wrap_mb .img_text_left_nav_box .img_text_left_nav_wrap::-webkit-scrollbar {
    display: none;
  }
  .img_text_left_wrap_mb .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);
  }
  .img_text_left_wrap_mb .img_text_left_nav_box .img_text_left_nav_wrap .img_text_left_nav_slide + .img_text_left_nav_slide {
    margin-left: 40px;
  }
  .img_text_left_wrap_mb .img_text_left_nav_box .img_text_left_nav_wrap .img_text_left_nav_slide > div {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.08px;
    padding: 10px 0 20px;
  }
  .img_text_left_wrap_mb .img_text_left_nav_box .img_text_left_nav_wrap .img_text_left_nav_slide.active {
    color: rgb(0, 0, 0);
  }
  .img_text_left_wrap_mb .img_text_left_nav_box .img_text_left_nav_wrap .line {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #002C5F;
    display: block;
    transition: left 0.3s ease, width 0.3s ease;
  }
  .img_text_left_wrap_mb .swiper_bottom {
    overflow: hidden;
  }
  .img_text_left_wrap_mb .swiper_bottom.noPadding .swiper-slide {
    padding: 0;
  }
  .img_text_left_wrap_mb .swiper_bottom.noPadding .desc_wrap {
    padding: 0 20px;
  }
  .img_text_left_wrap_mb .swiper_bottom.h335 .swiper-slide .img {
    height: calc(100vw - 40px);
  }
  .img_text_left_wrap_mb .swiper_bottom.h210 .swiper-slide .img {
    height: calc((100vw - 40px) / 1.5952380952);
  }
  .img_text_left_wrap_mb .swiper_bottom.h485 .swiper-slide .img {
    height: 129.333vw;
  }
  .img_text_left_wrap_mb .swiper_bottom .swiper-slide {
    padding: 0 20px;
  }
  .img_text_left_wrap_mb .swiper_bottom .swiper-slide .img {
    width: 100%;
    display: block;
    position: relative;
    object-fit: cover;
  }
  .img_text_left_wrap_mb .swiper_bottom .swiper-slide .img .bottom_text_wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 25px 25px;
    box-sizing: border-box;
    display: block;
  }
  .img_text_left_wrap_mb .swiper_bottom .swiper-slide .img .bottom_text_wrap .bottom_text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
  }
  .img_text_left_wrap_mb .swiper_bottom .swiper-slide .img .bottom_text_wrap .bottom_text.bottom_text_line {
    justify-content: space-between;
  }
  .img_text_left_wrap_mb .swiper_bottom .swiper-slide .img .bottom_text_wrap .bottom_text.bottom_text_line .bottom_text_item {
    position: relative;
    text-align: left;
  }
  .img_text_left_wrap_mb .swiper_bottom .swiper-slide .img .bottom_text_wrap .bottom_text.bottom_text_line .bottom_text_item:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .img_text_left_wrap_mb .swiper_bottom .swiper-slide .img .bottom_text_wrap .bottom_text.bottom_text_line .bottom_text_item:nth-child(2) {
    width: calc(50% - 15px);
    margin-bottom: 0;
  }
  .img_text_left_wrap_mb .swiper_bottom .swiper-slide .img .bottom_text_wrap .bottom_text.bottom_text_line .bottom_text_item:nth-child(3) {
    width: calc(50% - 15px);
    margin-bottom: 0;
  }
  .img_text_left_wrap_mb .swiper_bottom .swiper-slide .img .bottom_text_wrap .bottom_text.bottom_text_line .bottom_text_item:nth-child(3)::before {
    display: block;
    content: "";
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: -15px;
    top: 0;
  }
  .img_text_left_wrap_mb .swiper_bottom .swiper-slide .img .bottom_text_wrap .bottom_text .bottom_text_item {
    flex-shrink: 0;
    text-align: left;
  }
  .img_text_left_wrap_mb .swiper_bottom .swiper-slide .img .bottom_text_wrap .bottom_text .bottom_text_item + .bottom_text_item {
    margin-left: 0;
  }
  .img_text_left_wrap_mb .swiper_bottom .swiper-slide .img .bottom_text_wrap .bottom_text .bottom_text_item:nth-child(1), .img_text_left_wrap_mb .swiper_bottom .swiper-slide .img .bottom_text_wrap .bottom_text .bottom_text_item:nth-child(2), .img_text_left_wrap_mb .swiper_bottom .swiper-slide .img .bottom_text_wrap .bottom_text .bottom_text_item:nth-child(3) {
    width: 33.333%;
    margin-bottom: 20px;
  }
  .img_text_left_wrap_mb .swiper_bottom .swiper-slide .img .bottom_text_wrap .bottom_text .bottom_text_item:nth-child(4), .img_text_left_wrap_mb .swiper_bottom .swiper-slide .img .bottom_text_wrap .bottom_text .bottom_text_item:nth-child(5) {
    width: 33.333%;
  }
  .img_text_left_wrap_mb .swiper_bottom .swiper-slide .img .bottom_text_wrap .bottom_text .bottom_text_item .top {
    font-family: "HyundaiSansHeadCN-lighter";
    font-size: 12px;
    font-weight: 300;
    line-height: 14.76px;
    white-space: nowrap;
  }
  .img_text_left_wrap_mb .swiper_bottom .swiper-slide .img .bottom_text_wrap .bottom_text .bottom_text_item .bottom {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.08px;
    margin-top: 5px;
    display: flex;
    align-items: center;
  }
  .img_text_left_wrap_mb .swiper_bottom .desc_wrap {
    font-family: "HyundaiSansHeadCN-lighter";
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    color: rgb(109, 109, 109);
    margin-top: 40px;
  }
  .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;
    margin-bottom: 40px;
    /* &.control_seat {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-top: 0;
        z-index: 1;
        border: none;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        text-align: center;
        width: fit-content;
        max-width: calc(100% - 80px);
        padding: 0;
        margin: 0;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 100px;
        opacity: 1;
        flex-wrap: nowrap;

        .swiper-pagination-bullet {
            width: 96.33px;
            max-width: 33.33%;
            height: 28px;
            background: transparent;
            text-align: center;
            opacity: 1;
            margin: 1px !important;
            border-radius: 0;
            font-size: 14px;
            font-weight: 400;
            // line-height: 17.08px;
            text-align: center;
            color: rgba(212, 212, 212, 1);
            // padding: 9px 10px;
            padding: 0;
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: center;
            &+.swiper-pagination-bullet {
                margin-left: 2px !important;
            }
            &-active {
                background: #fff;
                border-radius: 100px;
                color: #000;
            }

            &.swiper-pagination-bullet:nth-child(1)::after {
                content: "五座";
            }
            &.swiper-pagination-bullet:nth-child(2)::after {
                content: "六座";
            }
            &.swiper-pagination-bullet:nth-child(3)::after {
                content: "七座";
            }
        }
    } */
  }
  .swiper_pagination_mb.mb80 {
    margin-bottom: 80px;
  }
  .swiper_pagination_mb.mb100 {
    margin-bottom: 100px;
  }
  .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;
  }
}
@media (max-width: 330px) {
  .swiper_pagination_mb .swiper-pagination-bullet {
    margin: 0 3px !important;
  }
}
.presale_box {
  background: #fff;
}
.presale_box .presaleDriveContent {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.presale_box .img_txt_img {
  width: 997px;
  width: 51.9270833vw;
  height: 1160px;
  height: 60.4166vw;
  object-fit: cover;
}
.presale_box .presale_txt_box {
  width: 923px;
  width: 48.0729166vw;
  height: 1160px;
  height: 60.4166vw;
}
.presale_box .presale_txt_wrap {
  padding: 140px 42px 72px 240px;
  padding: 7.29166vw 2.1875vw 3.75vw 12.5vw;
}
.presale_box .presale_txt_wrap .title {
  color: #745CB0;
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 22px;
  line-height: 1.145833vw;
  letter-spacing: 0.6px;
  letter-spacing: 0.03125vw;
}
.presale_box .presale_txt_wrap .desc {
  color: #0A0A0A;
  font-size: 40px;
  font-size: 2.0833vw;
  line-height: 49px;
  line-height: 2.5520833vw;
  font-weight: 500;
  letter-spacing: 0.6px;
  letter-spacing: 0.03125vw;
  margin-top: 10px;
  margin-top: 0.520833vw;
}
.presale_box .presale_txt_wrap .presale_content {
  box-sizing: border-box;
  margin-top: 60px;
  margin-top: 3.125vw;
}
.presale_box .presale_txt_wrap .presale_content .presale_item {
  flex: 1;
}
.presale_box .presale_txt_wrap .presale_content .presale_item + .presale_item {
  margin-top: 35px;
  margin-top: 1.8229166vw;
}
.presale_box .presale_txt_wrap .presale_content .presale_item .presale_top {
  display: flex;
  align-items: center;
}
.presale_box .presale_txt_wrap .presale_content .presale_item .presale_top .icon_left {
  width: 65px;
  width: 3.3854166vw;
  height: 65px;
  height: 3.3854166vw;
  display: block;
  margin-right: 20px;
  margin-right: 1.04166vw;
}
.presale_box .presale_txt_wrap .presale_content .presale_item .presale_top .presale_top_text {
  color: #0A0A0A;
  font-size: 24px;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 30px;
  line-height: 1.5625vw;
  letter-spacing: 0.6px;
  letter-spacing: 0.03125vw;
}
.presale_box .presale_txt_wrap .presale_content .presale_item .presale_top .presale_top_text span {
  font-weight: 800;
}
.presale_box .presale_txt_wrap .presale_content .presale_item .presale_bottom {
  margin-top: 10px;
  margin-top: 0.520833vw;
}
.presale_box .presale_txt_wrap .presale_content .presale_item .presale_bottom.mb-only {
  margin-top: 0;
}
.presale_box .presale_txt_wrap .presale_content .presale_item .presale_bottom .presale_bottom_item {
  color: #0A0A0A;
  font-size: 16px;
  font-size: 0.8333vw;
  font-weight: 300;
  line-height: 20px;
  line-height: 1.04166vw;
  letter-spacing: 0.6px;
  letter-spacing: 0.03125vw;
}
.presale_box .presale_txt_wrap .presale_content .presale_item .presale_bottom .presale_bottom_item.line30 {
  line-height: 30px;
  line-height: 1.5625vw;
  letter-spacing: -0.32px;
  white-space: nowrap;
}
.presale_box .presale_txt_wrap .tips {
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 14px;
  font-size: 0.729166vw;
  font-weight: 300;
  line-height: 1.71429;
  margin-top: 51px;
  margin-top: 2.65625vw;
  color: rgba(10, 10, 10, 0.7);
}
.presale_box .presale_txt_wrap .code_more_wrap {
  display: flex;
  align-items: flex-end;
  margin-top: 38px;
  margin-top: 1.979166vw;
}
.presale_box .presale_txt_wrap .code_more_wrap .code {
  width: 120px;
  width: 6.25vw;
  height: 120px;
  height: 6.25vw;
  margin-right: 20px;
  margin-right: 1.04166vw;
}
.presale_box .presale_txt_wrap .code_more_wrap .txt {
  color: #000;
  font-size: 16px;
  font-size: 0.8333vw;
  font-weight: 300;
  line-height: 1.875;
  margin-bottom: 10px;
  margin-bottom: 0.520833vw;
}
.presale_box .presale_txt_wrap .code_more_wrap .txt span {
  line-height: 1.25;
}

@media (max-width: 767px) {
  .presale_box {
    position: relative;
  }
  .presale_box .img_txt_wrap {
    padding-bottom: 0;
    overflow: visible;
  }
  .presale_box .presaleDriveContent {
    flex-direction: column;
  }
  .presale_box .img_txt_img {
    width: 100%;
    height: auto;
    min-height: unset;
    flex-shrink: 0;
    aspect-ratio: 25/32;
  }
  .presale_box .presale_txt_box {
    width: 100%;
    height: auto;
  }
  .presale_box .presale_txt_wrap {
    display: block;
    height: auto;
    width: 100%;
    padding: 50px 20px;
  }
  .presale_box .presale_txt_wrap .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.6px;
  }
  .presale_box .presale_txt_wrap .desc {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 5px;
  }
  .presale_box .presale_txt_wrap .presale_content {
    margin-top: 40px;
  }
  .presale_box .presale_txt_wrap .presale_content .presale_item + .presale_item {
    margin-top: 30px;
  }
  .presale_box .presale_txt_wrap .presale_content .presale_item .presale_top {
    margin-bottom: 15px;
  }
  .presale_box .presale_txt_wrap .presale_content .presale_item .presale_top .icon_left {
    width: 24px;
    height: 24px;
    margin-right: 15px;
  }
  .presale_box .presale_txt_wrap .presale_content .presale_item .presale_top .presale_top_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.6px;
  }
  .presale_box .presale_txt_wrap .presale_content .presale_item .presale_top .presale_top_text span {
    font-weight: 700;
  }
  .presale_box .presale_txt_wrap .presale_content .presale_item .presale_bottom {
    margin-top: 15px;
    display: flex;
    align-items: center;
  }
  .presale_box .presale_txt_wrap .presale_content .presale_item .presale_bottom .presale_bottom_item {
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0.6px;
    color: rgba(10, 10, 10, 0.7);
  }
  .presale_box .presale_txt_wrap .presale_content .presale_item .presale_bottom .presale_bottom_item.line30 {
    line-height: 17px;
    letter-spacing: 0.6px;
    white-space: normal;
  }
  .presale_box .presale_txt_wrap .presale_content .presale_item .presale_bottom .presale_bottom_item + .presale_bottom_item {
    margin-top: 10px;
  }
  .presale_box .presale_txt_wrap .tips {
    color: rgba(10, 10, 10, 0.7);
    font-size: 12px;
    line-height: 15px;
    margin-top: 40px;
    letter-spacing: 0.6px;
  }
  .presale_box .presale_txt_wrap .code_more_wrap {
    margin-top: 40px;
  }
  .presale_box .presale_txt_wrap .code_more_wrap .code {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  .presale_box .presale_txt_wrap .code_more_wrap .txt {
    font-family: "HyundaiSansHeadCN-lighter";
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 2px;
  }
  .presale_box .presale_txt_wrap .code_more_wrap .txt span {
    line-height: 1.5;
  }
}
.hmc5 .testdrive {
  background: transparent;
  background-size: 100% 100%;
  height: auto;
  padding: 163px 0;
  padding: 8.4895833vw 0;
  display: flex;
  align-items: center;
  margin: 0;
  background: #F7F7F7;
}
.hmc5 .testdrive .inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1020px;
  max-width: 53.125vw;
  padding-left: 0;
  padding-right: 0;
}
.hmc5 .testdrive .part_title {
  font-family: "HyundaiSansHeadCN-lighter";
  font-size: 40px;
  font-size: 2.0833vw;
  font-weight: 300;
  line-height: 49.2px;
  line-height: 2.5625vw;
  text-align: left;
  margin-bottom: 40px;
  margin-bottom: 2.0833vw;
  color: #000;
}
.hmc5 .testdrive input[type=text] {
  outline: none;
  border: none;
  border-bottom: 1px solid rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  padding-bottom: 0.52083vw;
  height: 40px;
  height: 2.0833vw;
  border-radius: 0;
  color: #000 !important;
  background: transparent;
  font-family: "HyundaiSansHeadCN";
  font-size: 18px !important;
  font-size: 0.9375vw !important;
  font-weight: 400 !important;
  line-height: 40px !important;
  line-height: 2.0833vw !important;
  text-align: left;
}
.hmc5 .testdrive .form-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #000;
}
.hmc5 .testdrive .form-box .input-box {
  display: flex;
  align-items: center;
  -ms-flex: auto;
  font-size: 16px;
  font-size: 0.8333vw;
  flex: 1;
}
.hmc5 .testdrive .form-box .input-box + .input-box {
  margin-left: 60px;
  margin-left: 3.125vw;
}
.hmc5 .testdrive .drivefooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-top: 2.0833vw;
}
.hmc5 .testdrive .drivefooter .radio-box-wrap {
  display: flex;
  align-items: center;
}
.hmc5 .testdrive .drivefooter .radio-box-wrap .radio-box {
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  font-size: 14px !important;
  font-size: 0.729vw !important;
  font-weight: 400;
  line-height: 22px;
  line-height: 1.1458vw;
  text-align: left;
  color: #000;
  letter-spacing: 1px;
}
.hmc5 .testdrive .drivefooter .radio-box-wrap .radio-box + .radio-box {
  margin-left: 20px;
  margin-left: 1.04166vw;
}
.hmc5 .testdrive .drivefooter .radio-box-wrap .radio-box:hover i {
  background: url(./../resource/vehicle/testdrive2/checkbox-3.png) no-repeat center/100%;
}
.hmc5 .testdrive .drivefooter .radio-box-wrap .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(./../resource/vehicle/testdrive2/checkbox-2.png) no-repeat center/100%;
}
.hmc5 .testdrive .drivefooter .radio-box-wrap .radio-box i.active {
  background: url(./../resource/vehicle/testdrive2/checkbox-1.png) no-repeat center/100%;
}
.hmc5 .testdrive .drivefooter .radio-box-wrap .radio-box input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  width: 50%;
  height: 100%;
}
.hmc5 .testdrive .drivefooter .radio-box-wrap .radio-box a {
  color: #11809B;
  text-decoration: none;
}
.hmc5 .testdrive .drivefooter .submit-btn {
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 16px !important;
  font-size: 0.8333vw !important;
  font-weight: 400 !important;
  width: 160px;
  width: 8.333vw;
  height: 40px;
  height: 2.0833vw;
  padding: 13px 15px;
  padding: 0.677vw 0.78125vw;
  background: rgba(0, 51, 108, 0.9);
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hmc5 .testdrive .drivefooter .submit-btn:hover {
  background: rgb(0, 170, 210);
}
.hmc5 .testdrive .drivefooter .submit-btn.submit-static {
  opacity: 0.2;
  pointer-events: none;
}

@media (max-width: 767px) {
  .hmc5 .testdrive {
    height: auto;
    display: block;
    padding: 0;
  }
  .hmc5 .testdrive .inner {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 60px 20px;
  }
  .hmc5 .testdrive .part_title {
    font-size: 24px;
    font-weight: 400;
    line-height: 42px;
    text-align: left;
    margin-bottom: 40px;
  }
  .hmc5 .testdrive input[type=text] {
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 100%;
    padding-bottom: 5px;
    height: 30px !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 19.52px !important;
    text-align: left;
    padding-left: 0;
  }
  .hmc5 .testdrive ::-webkit-input-placeholder {
    color: #000;
  }
  .hmc5 .testdrive .form-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    color: #000;
  }
  .hmc5 .testdrive .form-box .input-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    flex: 1;
    width: 100%;
  }
  .hmc5 .testdrive .form-box .input-box + .input-box {
    margin-left: 0;
    margin-top: 35px;
  }
  .hmc5 .testdrive .drivefooter {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 55px;
  }
  .hmc5 .testdrive .drivefooter .radio-box-wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .hmc5 .testdrive .drivefooter .radio-box-wrap .radio-box {
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
    font-size: 12px !important;
    font-weight: 300;
    line-height: 14.76px;
    text-align: left;
    color: #000;
    letter-spacing: 1px;
  }
  .hmc5 .testdrive .drivefooter .radio-box-wrap .radio-box + .radio-box {
    margin-left: 0;
    margin-top: 10px;
  }
  .hmc5 .testdrive .drivefooter .radio-box-wrap .radio-box i {
    width: 12px;
    height: 12px;
    margin: 0 10px 0 0;
  }
  .hmc5 .testdrive .drivefooter .radio-box-wrap .radio-box a {
    color: #00B1DA;
  }
  .hmc5 .testdrive .drivefooter .submit-btn {
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 16px !important;
    line-height: 19.52px;
    width: 100%;
    height: 45px;
    padding: 13px 0px 12px;
    background: #002C5F;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .hmc5 .testdrive .drivefooter .submit-btn:hover {
    background: #002C5F;
    opacity: 0.9;
  }
  .hmc5 .testdrive .drivefooter .submit-btn.submit-static {
    opacity: 0.6;
    pointer-events: none;
  }
}