.advertisement-2 {
  width: 100vw;
  max-width: 1920px;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
  height: 7.8rem;
  background: url("https://www.beijing-hyundai.com.cn/assets/imgs/policy/index.png") no-repeat;
  background-position: 0 20px;
  background-size: cover;
  overflow: hidden;
}
.advertisement-2 .advertisement-box {
  width: 90vw;
  max-width: 1328px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.advertisement-2 .advertisement-box .advertisement-title {
  width: 100%;
  box-sizing: border-box;
  padding-top: 0.74rem;
  display: flex;
  justify-content: space-between;
}
.advertisement-2 .advertisement-box .advertisement-title .advertisement-t-l {
  display: flex;
  flex-direction: column;
}
.advertisement-2 .advertisement-box .advertisement-title .advertisement-t-l .title-advertisement {
  font-size: 0.3rem;
  margin-top: 0.74rem;
}
.advertisement-2 .advertisement-box .advertisement-title .advertisement-t-l .content-advertisement {
  font-size: 0.2rem;
  margin-top: 0.05rem;
}
.advertisement-2 .advertisement-box .advertisement-title .advertisement-t-r {
  width: 4.35rem;
}
.advertisement-2 .advertisement-box .advertisement-title .advertisement-t-r img {
  width: 100%;
}
.advertisement-2 .advertisement-box .advertisement-content {
  height: 100%;
  transform: translateY(-0.7rem);
  position: relative;
}
.advertisement-2 .advertisement-box .advertisement-content .advertisement-item {
  width: 15% !important;
  height: 2.78rem;
  border: 1px solid #bbbbbb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-right: 2% !important;
}
.advertisement-2 .advertisement-box .advertisement-content .advertisement-item .item-icon {
  margin-bottom: 0.5rem;
}
.advertisement-2 .advertisement-box .advertisement-content .advertisement-item .item-text {
  font-size: 0.22rem;
  font-weight: 600;
}
.advertisement-2 .advertisement-box .advertisement-content .swiper-container {
  overflow: inherit;
}
.advertisement-2 .advertisement-box .advertisement-content .swiper-pagination {
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: flex;
  justify-content: center;
  display: none;
}
.advertisement-2 .advertisement-box .advertisement-content .swiper-pagination-bullet {
  margin: 0 0.05rem;
  border-radius: 0;
  transition: all 0.4s;
  width: 0.5rem;
  background-color: #bab9b9;
  height: 2px;
}
.advertisement-2 .advertisement-box .advertisement-content .swiper-pagination-bullet-active {
  width: 2.42rem;
  background-color: #193a63;
}

@media (max-width: 767px) {
  .advertisement-2 {
    height: 11.8rem;
    background-position: 20% 0;
  }
  .advertisement-2 .advertisement-box .advertisement-title {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 0.9rem;
  }
  .advertisement-2 .advertisement-box .advertisement-title .title-advertisement {
    font-size: 0.48rem;
    margin-top: 0 !important;
  }
  .advertisement-2 .advertisement-box .advertisement-title .content-advertisement {
    font-size: 0.3rem;
    font-weight: 100;
    margin-top: 0.1rem;
  }
  .advertisement-2 .advertisement-box .advertisement-title .advertisement-t-r {
    margin-top: 0.7rem;
  }
  .advertisement-2 .advertisement-box .advertisement-content {
    transform: translateY(-0.3rem);
  }
  .advertisement-2 .advertisement-box .advertisement-content .advertisement-item {
    width: 3.2rem !important;
    height: 4.52rem !important;
    margin-right: 0;
  }
  .advertisement-2 .advertisement-box .advertisement-content .swiper-pagination {
    display: block;
  }
}
.advertisement {
  width: 100vw;
  max-width: 1920px;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
  min-height: 8.2rem;
  background: url("../image/bg.jpg") no-repeat center top/100%;
  background-position: 0 20px;
  background-size: cover;
  overflow: hidden;
}
.advertisement .advertisement-box {
  width: 90vw;
  max-width: 1328px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.advertisement .advertisement-box .advertisement-title {
  width: 100%;
  box-sizing: border-box;
  padding-top: 0.74rem;
  display: flex;
  justify-content: space-between;
}
.advertisement .advertisement-box .advertisement-title .advertisement-t-l {
  display: flex;
  flex-direction: column;
}
.advertisement .advertisement-box .advertisement-title .advertisement-t-l .title-advertisement {
  font-size: 0.3rem;
  margin-top: 0.74rem;
}
.advertisement .advertisement-box .advertisement-title .advertisement-t-l .content-advertisement {
  font-size: 0.2rem;
  margin-top: 0.05rem;
}
.advertisement .advertisement-box .advertisement-title .advertisement-t-r {
  width: 4.35rem;
}
.advertisement .advertisement-box .advertisement-title .advertisement-t-r img {
  width: 100%;
}
.advertisement .advertisement-box .advertisement-content {
  height: 100%;
  transform: translateY(-1rem);
  position: relative;
}
.advertisement .advertisement-box .advertisement-content .tips {
  font-size: 13px;
  margin-bottom: 0.1rem;
}
.advertisement .advertisement-box .advertisement-content .advertisement-item {
  width: 18.5% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  margin-right: 2%;
  line-height: 0.25rem;
  background: #ececec;
}
.advertisement .advertisement-box .advertisement-content .advertisement-item .bg {
  background: #00316c;
  width: 100%;
  position: relative;
}
.advertisement .advertisement-box .advertisement-content .advertisement-item .bg > * {
  color: #fff;
}
.advertisement .advertisement-box .advertisement-content .advertisement-item .bg:after {
  content: "";
  display: block;
  background: #00316c;
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  left: 50%;
  bottom: -0.1rem;
  transform: translateX(-50%) rotate(-45deg);
}
.advertisement .advertisement-box .advertisement-content .advertisement-item .item-icon {
  margin-bottom: 0.2rem;
  margin-top: 0.3rem;
}
.advertisement .advertisement-box .advertisement-content .advertisement-item .item-icon img {
  width: 0.6rem !important;
  filter: brightness(0) invert(1);
  border: 1px solid #fff;
  display: block;
  margin: auto;
  border-radius: 100px;
  padding: 0.07rem;
}
.advertisement .advertisement-box .advertisement-content .advertisement-item .item-text {
  width: 100%;
  text-align: center;
  font-size: 1.39vw;
  margin-bottom: 0.3rem;
}
.advertisement .advertisement-box .advertisement-content .advertisement-item .item-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  letter-spacing: 0.01rem;
  font-size: 1vw;
  padding: 15% 10% 10%;
}
.advertisement .advertisement-box .advertisement-content .advertisement-item .item-list > div {
  display: flex;
  position: relative;
}
.advertisement .advertisement-box .advertisement-content .advertisement-item .item-list > div .item-list-icon {
  display: flex;
  box-sizing: border-box;
  position: relative;
  width: 0.1rem;
  height: 5px !important;
  top: 0;
  height: auto;
}
.advertisement .advertisement-box .advertisement-content .advertisement-item .item-list > div .item-list-icon span {
  position: absolute;
  display: inline-block;
  top: 0.6vw;
}
.advertisement .advertisement-box .advertisement-content .advertisement-item .item-list > div .item-list-icon span.square {
  width: 5px;
  height: 5px;
  background: #000;
}
.advertisement .advertisement-box .advertisement-content .advertisement-item .item-list > div .item-list-icon span.lines {
  width: 5px;
  height: 2px;
  background: #000;
}
.advertisement .advertisement-box .advertisement-content .advertisement-item .item-list > div .item-list-content {
  flex: 1;
  align-items: center;
}
.advertisement .advertisement-box .advertisement-content .advertisement-item .item-list > div .item-list-content i {
  font-style: normal;
  color: #f11414;
  font-weight: 700;
  font-size: 1.22vw;
}
.advertisement .advertisement-box .advertisement-content .advertisement-item .item-list > div .item-list-content .fine {
  font-weight: 600;
}
.advertisement .advertisement-box .advertisement-content .advertisement-item .item-list > div .item-list-content .crude {
  font-weight: 900;
}
.advertisement .advertisement-box .advertisement-content .advertisement-item .item-list > div .item-list-content .font-size-small {
  font-size: 0.14vw;
}
.advertisement .advertisement-box .advertisement-content .advertisement-item .item-list .item-list-explain {
  font-size: 0.9vw;
  font-weight: 400;
  line-height: 1.2;
}
.advertisement .advertisement-box .advertisement-content .advertisement-item .item-list .item-list-explain > span {
  opacity: 0;
}
.advertisement .advertisement-box .advertisement-content .swiper-container {
  overflow: inherit;
}
.advertisement .advertisement-box .advertisement-content .swiper-pagination {
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: flex;
  justify-content: center;
  display: none;
}
.advertisement .advertisement-box .advertisement-content .swiper-pagination-bullet {
  margin: 0 0.05rem;
  border-radius: 0;
  transition: all 0.4s;
  width: 0.5rem;
  background-color: #bab9b9;
  height: 2px;
}
.advertisement .advertisement-box .advertisement-content .swiper-pagination-bullet-active {
  width: 2.42rem;
  background-color: #193a63;
}

@media (min-width: 1921px) {
  .advertisement .advertisement-box .advertisement-content .advertisement-item .item-text {
    font-size: 0.3rem;
  }
  .advertisement .advertisement-box .advertisement-content .advertisement-item .item-list {
    font-size: 0.2rem;
  }
  .advertisement .advertisement-box .advertisement-content .advertisement-item .item-list i {
    font-size: 0.24rem !important;
  }
  .advertisement .advertisement-box .advertisement-content .advertisement-item .item-list-explain {
    font-size: 0.14rem !important;
  }
}
@media (max-width: 767px) {
  .advertisement {
    min-height: 13.5rem;
    background-position: 20% 0;
  }
  .advertisement .advertisement-box {
    width: 85vw;
  }
  .advertisement .advertisement-box .advertisement-title {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 0.9rem;
    display: block;
  }
  .advertisement .advertisement-box .advertisement-title .advertisement-t-l .title-advertisement {
    font-size: 0.48rem;
    margin-top: 0 !important;
  }
  .advertisement .advertisement-box .advertisement-title .advertisement-t-l .content-advertisement {
    font-size: 0.3rem;
    font-weight: 100;
    margin-top: 0.15rem;
  }
  .advertisement .advertisement-box .advertisement-title .advertisement-t-r {
    margin: 0.7rem auto auto;
  }
  .advertisement .advertisement-box .advertisement-content {
    transform: translateY(-0.3rem);
    padding-bottom: 1rem;
  }
  .advertisement .advertisement-box .advertisement-content .swiper-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .advertisement .advertisement-box .advertisement-content .swiper-wrapper {
    display: block;
  }
  .advertisement .advertisement-box .advertisement-content .tips {
    font-size: 12px;
  }
  .advertisement .advertisement-box .advertisement-content .advertisement-item {
    width: 100% !important;
    margin-right: 0;
    height: auto;
    align-items: center;
    flex-direction: row;
    margin-bottom: 3vw;
  }
  .advertisement .advertisement-box .advertisement-content .advertisement-item .bg {
    min-width: 35%;
    max-width: 35%;
    align-self: stretch;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .advertisement .advertisement-box .advertisement-content .advertisement-item .bg:after {
    left: auto;
    right: -0.1rem;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(-45deg);
  }
  .advertisement .advertisement-box .advertisement-content .advertisement-item .item-icon img {
    width: 0.9rem !important;
  }
  .advertisement .advertisement-box .advertisement-content .advertisement-item .item-text {
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
    text-align: center;
    font-size: 3.8vw;
  }
  .advertisement .advertisement-box .advertisement-content .advertisement-item .item-list {
    font-size: 3.6vw;
    line-height: 5vw;
    padding: 3vw 3vw 3vw 6vw;
  }
  .advertisement .advertisement-box .advertisement-content .advertisement-item .item-list > div .item-list-icon {
    width: 0.15rem;
  }
  .advertisement .advertisement-box .advertisement-content .advertisement-item .item-list > div .item-list-icon span {
    top: 2vw;
  }
  .advertisement .advertisement-box .advertisement-content .advertisement-item .item-list > div .item-list-icon span.square {
    width: 4px;
    height: 4px;
  }
  .advertisement .advertisement-box .advertisement-content .advertisement-item .item-list > div .item-list-icon span.lines {
    width: 4px;
    height: 2px;
  }
  .advertisement .advertisement-box .advertisement-content .advertisement-item .item-list i {
    font-size: 4vw !important;
  }
  .advertisement .advertisement-box .advertisement-content .advertisement-item .item-list-explain {
    font-size: 2.6vw !important;
  }
}
#app.lock {
  height: 100vh;
  overflow: hidden;
}
#app [data-effects] {
  transition: all 0.2s ease;
}
.breadcrumbs {
  width: 80vw;
  margin: 0 auto;
}
.breadcrumbs ul li {
  display: inline-block;
  font-size: 0.16rem;
  line-height: 0.8rem;
  position: relative;
}
.breadcrumbs ul li a {
  color: #666666;
}
.breadcrumbs ul li:after {
  content: ">";
  color: #666666;
  margin: 0 0.08rem;
}
.breadcrumbs ul li:last-child a {
  color: #002c5f;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}

@media (max-width: 1024px) {
  .breadcrumbs ul li {
    font-size: 0.28rem;
    line-height: 1rem;
  }
  .breadcrumbs ul li:after {
    margin: 0 0.16rem;
  }
}
.cti-com-tabs {
  display: inline-block;
  font-size: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
  user-select: none;
}
.cti-com-tabs .btn {
  display: inline-block;
  min-width: 1.36rem;
  padding: 0 0.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.18rem;
  color: #323232;
  background-image: linear-gradient(to right, transparent, #fff, #fff);
  cursor: pointer;
  white-space: nowrap;
  font-weight: bold;
  border-right: 2px solid #002f6c;
}
.cti-com-tabs .btn.active {
  color: #fff;
  background-color: #002f6c;
  border-color: #002f6c;
}

@media (max-width: 1024px) {
  .cti-com-tabs {
    left: 0;
    bottom: 0.2rem;
  }
  .cti-com-tabs .btn {
    min-width: 1.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
  }
}
@media (max-width: 767px) {
  .cti-com-tabs {
    width: 100%;
    text-align: center;
  }
  .cti-com-tabs .btn {
    min-width: 1.7rem;
    height: 0.6rem;
    line-height: 0.53rem;
    font-size: 0.24rem;
  }
}
.reciation-box {
  background: url("https://www.beijing-hyundai.com.cn/assets/imgs/configure/bg.png") no-repeat center;
  overflow: hidden;
}
.reciation-box .title-configure {
  width: 90vw;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 0.2rem;
  box-sizing: border-box;
}
.reciation-box .title-name {
  font-size: 0.48rem;
}
.reciation-box .title-num {
  font-size: 0.3rem;
  color: #111111;
  font-family: "HyundaiSansTextCN";
  line-height: 0.5rem;
}
.reciation-box .title-img {
  width: 4.84rem;
  max-width: 484px;
}
.reciation-box .title-img > img {
  width: 100%;
}
.reciation-box .swiper-reciation {
  position: relative;
  width: 90%;
  max-width: 1328px;
  height: 6.6rem;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.reciation-box .reciation-box .swiper-container {
  width: 100%;
  max-width: 1328px;
  /* overflow: inherit !important; */
  position: relative;
}
.reciation-box .swiper-reciation .swiper-slide {
  width: 33.33%;
  padding: 0.9rem 0.4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.22rem;
  background: linear-gradient(to bottom, #dbdbdb, #fff);
}
.reciation-box .swiper-reciation .swiper-slide:nth-child(2n) {
  background: #fff;
}
.reciation-box .swiper-reciation .swiper-slide hr {
  width: 100%;
  color: #737373;
  margin: 0.2rem 0;
}
.reciation-box .swiper-reciation .swiper-slide > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
}
.reciation-box .car-type-btn,
.reciation-box .car-type-displacement,
.reciation-box .car-type-oil,
.reciation-box .car-type-speed {
  justify-content: space-between !important;
}
.reciation-box .swiper-reciation .swiper-button-next,
.reciation-box .swiper-reciation .swiper-button-prev {
  /* background-image: none; */
  /* height: 100%; */
  position: absolute;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  /* width: 10%; */
  background-size: 100% 100%;
}
.reciation-box .swiper-reciation .swiper-button-prev {
  left: -5%;
  /* background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0)); */
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2300316c'%2F%3E%3C%2Fsvg%3E");
}
.reciation-box .swiper-reciation .swiper-button-next {
  right: -5%;
  /* background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0)); */
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2300316c'%2F%3E%3C%2Fsvg%3E");
}
.reciation-box .swiper-reciation .swiper-pagination {
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: flex;
  justify-content: center;
}
.reciation-box .swiper-reciation .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.05rem;
  border-radius: 0;
  transition: all 0.4s;
  width: 0.5rem;
  background-color: #bab9b9;
  height: 2px;
  position: relative;
}
.reciation-box .swiper-reciation .swiper-pagination .swiper-pagination-bullet::before {
  height: 16px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -7px;
  width: 100%;
}
.reciation-box .swiper-reciation .swiper-pagination .swiper-pagination-bullet-active {
  width: 2.42rem;
  background-color: #193a63;
}
.reciation-box .swiper-reciation .car-type {
  font-size: 0.32rem;
  font-weight: 700;
}
.reciation-box .swiper-reciation .car-type-num {
  font-size: 0.2rem;
  color: #4c4e4f;
  margin-top: 0 !important;
}
.reciation-box .swiper-reciation .car-type-price {
  font-size: 0.24rem;
}
.reciation-box .swiper-reciation .car-type-price > span {
  font-size: 0.32rem;
  color: #00316c;
}
.reciation-box .swiper-reciation .car-type-btn > div {
  width: 45%;
  line-height: 0.62rem;
  background-color: #00316c;
  color: #fff;
  font-size: 0.22rem;
  text-align: center;
}
.reciation-box .swiper-reciation .car-type-btn > div a {
  display: block;
}

@media (max-width: 767px) {
  .reciation-box .title-configure {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }
  .reciation-box .title-data {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .reciation-box .title-img {
    margin-top: 0.3rem;
  }
  .reciation-box .swiper-reciation {
    height: 7.5rem;
    width: 70%;
  }
  .reciation-box .swiper-container {
    overflow: inherit !important;
  }
  .reciation-box .reciation-box .swiper-slide {
    width: 100% !important;
    padding: 0.6rem 0.64rem !important;
    box-sizing: border-box;
    margin-right: 0;
  }
  .reciation-box .swiper-reciation .swiper-slide > div {
    margin-top: 0.3rem !important;
  }
  .reciation-box .swiper-reciation .swiper-slide:nth-child(2n) {
    background: linear-gradient(to bottom, #dbdbdb, #fff);
  }
  .reciation-box .swiper-pagination {
    /* display: none; */
  }
  .reciation-box .swiper-reciation .swiper-button-next,
.reciation-box .swiper-reciation .swiper-button-prev {
    display: none;
  }
}
.cti-configuration .reciation-box {
  position: relative;
  margin-top: 1vw;
}
.exhibition-box {
  width: 100vw;
  max-width: 1920px;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
  background-position: 0 20px;
  background-size: cover;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.exhibition-box * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.exhibition-box .mask-swiper-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 3;
}
.exhibition-box .exhibition-swiper {
  position: relative;
}
.exhibition-box .exhibition-swiper .exhibition-title {
  position: absolute;
  top: 8vw;
  left: 15.5%;
  font-size: 0.42rem;
  color: #fff;
  z-index: 2;
}
.exhibition-box .exhibition-swiper .exhibition-720 {
  position: absolute;
  top: 30.6%;
  left: 26%;
  z-index: 2;
  cursor: pointer;
}
.exhibition-box .exhibition-swiper .exhibition-720 .title-720 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 3.43vw;
}
.exhibition-box .exhibition-swiper .exhibition-720 .title-huan-box {
  transform: rotateX(75deg) translateY(66%);
}
.exhibition-box .exhibition-swiper .exhibition-720 .title-huan-box .title-huan {
  width: 6.04vw;
  animation: identifier 1.5s linear infinite;
}
@keyframes identifier {
  0% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.exhibition-box .exhibition-swiper .card-box {
  position: absolute;
  right: 17.7%;
  bottom: 8%;
  color: #fff;
  z-index: 88;
  width: 22.8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.exhibition-box .exhibition-swiper .card-box .card-t {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.2rem;
}
.exhibition-box .exhibition-swiper .card-box .card-t .card-item {
  width: 18%;
  cursor: pointer;
  position: relative;
  transition: all 0.4s;
}
.exhibition-box .exhibition-swiper .card-box .card-t .card-item img {
  width: 100%;
}
.exhibition-box .exhibition-swiper .card-box .card-t .card-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.exhibition-box .exhibition-swiper .card-box .card-t .card-item-active::after {
  display: none;
}
.exhibition-box .exhibition-swiper .card-box .card-b {
  display: flex;
  width: 100%;
  height: 3.6vw;
  justify-content: space-between;
}
.exhibition-box .exhibition-swiper .card-box .card-b .card-btn {
  cursor: pointer;
  font-size: 0.24rem;
  flex: 1;
  box-sizing: border-box;
  background-color: #00316c;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exhibition-box .exhibition-swiper .card-box .card-b .card-btn:nth-child(1) {
  border-right: 1px solid #fff;
}
.exhibition-box .exhibition-swiper .card-box .card-b .card-btn:nth-child(2) {
  border-left: 1px solid #fff;
}
.exhibition-box .exhibition-swiper .swiper-slide > img {
  width: 100%;
}
.exhibition-box .exhibition-interior {
  width: 78vw;
  box-sizing: border-box;
  position: absolute;
  top: 2vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  display: none;
}
.exhibition-box .exhibition-interior .interior-img-box {
  width: 100%;
  position: relative;
}
.exhibition-box .exhibition-interior .interior-img-box img {
  width: 100%;
}
.exhibition-box .exhibition-interior .interior-img-box .interior-img-item {
  transition: all 0.4s;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
}
.exhibition-box .exhibition-interior .interior-img-box .interior-img-item img {
  width: 100%;
}
.exhibition-box .exhibition-interior .interior-color-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.exhibition-box .exhibition-interior .interior-color-box .color-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0.2rem 0;
  text-align: center;
  align-items: center;
  padding: 0.2rem;
}
.exhibition-box .exhibition-interior .interior-color-box .color-item :nth-child(0) .color-item-text {
  opacity: 1;
}
.exhibition-box .exhibition-interior .interior-color-box .color-item .color-item-circular {
  width: 0.46rem;
  height: 0.46rem;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.exhibition-box .exhibition-interior .interior-color-box .color-item .color-item-circular-active {
  border: 2px solid #fff;
}
.exhibition-box .exhibition-interior .interior-color-box .color-item .color-item-circular-active::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../image/btn-inner-choose.png") no-repeat right bottom/0.16rem;
}
.exhibition-box .exhibition-interior .interior-color-box .color-item .color-item-text {
  color: #00316c;
  text-align: center;
  margin-top: 0.2rem;
  opacity: 0;
}
.exhibition-box .exhibition-interior .interior-color-box .color-item .color-1 {
  background-color: #a4988d;
}
.exhibition-box .exhibition-interior .interior-color-box .color-item .color-2 {
  background-color: #25262a;
}
.exhibition-box .exhibition-interior .interior-color-box .color-item .color-3 {
  background-color: #5d2f35;
}

@media (max-width: 1280px) {
  .exhibition-box .exhibition-swiper .card-box .card-b .card-btn {
    font-size: 0.2rem;
  }
}
@media (max-width: 767px) {
  .exhibition-box .exhibition-swiper .exhibition-title {
    top: 4.6%;
    left: 14.5%;
    font-size: 0.48rem;
    display: none;
  }
  .exhibition-box .exhibition-swiper .exhibition-720 {
    right: 12%;
    left: auto;
    top: 47.6%;
  }
  .exhibition-box .exhibition-swiper .exhibition-720 .title-720 {
    width: 8vw;
  }
  .exhibition-box .exhibition-swiper .exhibition-720 .title-huan-box .title-huan {
    width: 16.1vw;
  }
  .exhibition-box .exhibition-swiper .card-box {
    width: 84%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2%;
  }
  .exhibition-box .exhibition-swiper .card-box .card-t {
    padding: 0.3rem 0.26rem;
    background-color: #e4e4e4;
    margin-bottom: 0;
  }
  .exhibition-box .exhibition-swiper .card-box .card-t .card-item {
    width: 0.9rem;
    height: 0.9rem;
  }
  .exhibition-box .exhibition-swiper .card-box .card-b {
    height: 0.94rem;
  }
  .exhibition-box .exhibition-swiper .card-box .card-b .card-btn {
    font-size: 0.3rem;
  }
  .exhibition-box .exhibition-interior {
    width: 100vw;
    top: auto;
    bottom: 77vw;
  }
  .exhibition-box .exhibition-interior .interior-color-box {
    bottom: -18vw;
  }
  .exhibition-box .exhibition-interior .interior-color-box .color-item {
    padding: 0 0.2rem;
  }
  .exhibition-box .exhibition-interior .interior-color-box .color-item .color-item-circular {
    width: 0.6rem;
    height: 0.6rem;
  }
  .exhibition-box .exhibition-interior .interior-color-box .color-item .color-item-text {
    margin-top: 0.1rem;
    font-size: 0.24rem;
  }
}
.cti-giftbag .policy-list {
  align-items: flex-start;
  position: relative;
  margin-top: 1vw;
}
.cti-giftbag .policy-list .row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.cti-giftbag .policy-list dl {
  position: relative;
  margin: 0 0 0.2rem;
  border-radius: 0 13.9px 13.9px 13.9px;
  box-sizing: border-box;
  flex: 1;
  margin: 1vw;
  width: 30%;
  max-width: 30%;
  min-width: 30%;
  z-index: 3;
  text-align: center;
}
.cti-giftbag .policy-list dl dt {
  font-size: 0.25rem;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 0.06rem;
  color: #0d3068;
  padding: 0.25vw 0;
  height: 2.35vw;
  letter-spacing: 0.2vw;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1vw;
  position: relative;
}
.cti-giftbag .policy-list dl dt:before {
  background-color: rgb(235, 235, 235);
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 30%;
  z-index: -1;
}
.cti-giftbag .policy-list dl dt img {
  position: relative;
  display: inline-block;
  width: 3vw;
  top: -0.2vw;
}
.cti-giftbag .policy-list dl dd {
  margin: 0;
  padding: 1vw 0.5vw 1vw 1vw;
  letter-spacing: 0.2em;
  border: 1px solid #0d3068;
  border-radius: 10vw;
  text-align: center;
  min-height: 4.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cti-giftbag .policy-list dl dd em {
  font-style: normal;
  color: #0d3068;
  font-weight: bold;
  font-size: 0.17rem;
}
.cti-giftbag .policy-list .car {
  width: 30%;
  min-width: 30%;
  margin: 0 1vw;
}
.cti-giftbag .policy-txt {
  font-size: 0.9em;
  border: 0;
  text-align: left;
  margin-left: 2vw;
  letter-spacing: 0.02rem;
}
.cti-giftbag .policy-txt p {
  margin: 0;
}
.cti-giftbag .law-text {
  text-align: right;
  font-size: 0.12rem;
}
.cti-giftbag .btn-shop {
  margin: 0.3rem auto 0;
  text-align: center;
  display: block;
  position: relative;
  width: 30%;
}
.cti-giftbag .btn-shop img {
  display: inline-block;
  width: 15vw;
}
.cti-giftbag .btn-shop .icon {
  position: absolute;
  width: 1.8vw;
  top: 60%;
  margin-left: -4.6vw;
  animation: head-flash 1s ease infinite alternate;
}
@keyframes head-flash {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.58);
  }
  40% {
    transform: scale(1);
  }
}

@media (max-width: 1024px) {
  .cti-giftbag .policy-list {
    width: 14.36rem;
  }
}
@media (max-width: 767px) {
  .cti-giftbag {
    position: relative;
    padding: 0 5%;
    overflow: hidden;
  }
  .cti-giftbag .policy-list {
    position: static;
    display: block;
    width: 100%;
  }
  .cti-giftbag .policy-list .row {
    display: block;
  }
  .cti-giftbag .policy-list .row:first-child dl {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .cti-giftbag .policy-list dl {
    margin: 0.5rem 0;
    min-width: 60%;
    max-width: 60%;
    width: 60%;
  }
  .cti-giftbag .policy-list dl:last-child {
    margin-bottom: 0;
  }
  .cti-giftbag .policy-list dl dt {
    font-size: 0.3rem;
  }
  .cti-giftbag .policy-list dl dt:before {
    height: 100%;
    bottom: -50%;
  }
  .cti-giftbag .policy-list dl dt img {
    width: 9vw;
  }
  .cti-giftbag .policy-list dl dd {
    padding: 1.5vw 3vw;
    min-height: 12vw;
    font-size: 0.2rem;
  }
  .cti-giftbag .policy-list dl dd em {
    font-size: 0.22rem;
  }
  .cti-giftbag .policy-list .car {
    position: absolute;
    transform: rotate(90deg) scale(0.85);
    right: -90vw;
    top: 60vw;
    width: 180vw;
    z-index: -1;
  }
  .cti-giftbag .policy-txt p {
    font-size: 1em;
    line-height: 0.36rem;
    margin: auto;
    padding-left: 0;
    margin-left: 0;
    max-width: 75%;
  }
}
.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("../image/icon-sousuo1.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("../image/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("../image/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("../image/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("../image/icon-checked1.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("../image/icon-sousuo-active1.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("../image/icon-close21.png") no-repeat center;
  background-size: 100%;
  cursor: pointer;
}

body.vehicleOpen .header-wrap {
  height: 100vh;
}
body.vehicleOpen .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("../image/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("../image/icon-menu.png") no-repeat center;
    background-size: 100%;
  }
  .header-wrap .right-wrap .menu-btn.close {
    background-image: url("../image/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("../image/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("../image/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("../image/icon-nav-drive.png");
  }
  .header-wrap .menu-wrap .head-btns .head-btn.dealerSearch i {
    background-image: url("../image/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("../image/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;
  }
  .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;
    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("../image/icon-nav-drive.png");
  }
  .header-wrap .menu-wrap .head-btns .head-btn.dealerSearch i {
    background-image: url("../image/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;
  }
  .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;
  }
}
.highlights-btn-submit {
  background: #002f6c;
  color: #fff;
  padding: 0.15rem;
  min-width: 1.68rem;
  font-size: 0.16rem;
  display: inline-block;
  border: none;
  cursor: pointer;
}
.highlights-btn-submit:hover {
  background: #00aad2;
}

@media (max-width: 767px) {
  .highlights-btn-submit {
    padding: 0.2rem;
    font-size: 0.24rem;
    line-height: 1.75;
    min-width: 2rem;
  }
}
.highlights-modetoggle {
  position: relative;
  margin-bottom: 3vw;
  margin-top: 1vw;
  user-select: none;
}
.highlights-modetoggle .section-title {
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  font-size: 0.3rem;
  padding-top: 0.7rem;
}
.highlights-modetoggle[data-view="0"] .section-title {
  color: #fff;
}
.highlights-modetoggle[data-view="0"] .tabs li {
  filter: invert(1);
}
.highlights-modetoggle .slider {
  position: relative;
  overflow: hidden;
  height: 46.8vw;
}
.highlights-modetoggle .slider .ly {
  width: 100%;
  height: 100%;
}
.highlights-modetoggle .slider .ly .bg {
  background: url("../image/mode-ly.jpg") no-repeat;
  background-size: 100vw;
  height: 100%;
  width: 100%;
}
.highlights-modetoggle .slider .rc {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20%;
  box-shadow: 6px 0 20px rgba(0, 0, 0, 0.02);
}
.highlights-modetoggle .slider .rc .bg {
  background: url("../image/mode-rc.jpg") no-repeat;
  background-size: 100vw;
  height: 100%;
  width: 100%;
  filter: hue-rotate(35);
}
.highlights-modetoggle .slider .mv-tips {
  position: absolute;
  top: 0;
  right: -4.75vw;
  height: 100%;
  width: 9.5vw;
  cursor: move;
  background: url("../image/btn-mode-toggle.png") no-repeat center/100%;
}
.highlights-modetoggle .tabs {
  position: absolute;
  bottom: 3vw;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
}
.highlights-modetoggle .tabs li {
  margin: 0 2.5vw;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.highlights-modetoggle .tabs li img {
  width: 5.2vw;
}
.highlights-modetoggle .tabs li.active {
  opacity: 1;
}

@media (max-width: 767px) {
  .highlights-modetoggle {
    height: 100vh;
  }
  .highlights-modetoggle .section-title {
    top: 8vh;
  }
  .highlights-modetoggle .slider {
    height: 100%;
    width: 100%;
  }
  .highlights-modetoggle .slider .ly .bg {
    background: url("../image/mode-ly1.jpg") no-repeat left center/100vw;
  }
  .highlights-modetoggle .slider .rc .bg {
    background: url("../image/mode-rc1.jpg") no-repeat left center/100vw;
  }
  .highlights-modetoggle .slider .rc .mv-tips {
    width: 36vw;
    right: -18vw;
  }
  .highlights-modetoggle .tabs {
    bottom: 15vh;
    white-space: nowrap;
  }
  .highlights-modetoggle .tabs li {
    margin: 0 8vw;
  }
  .highlights-modetoggle .tabs li img {
    width: 18vw;
  }
  .highlights-modetoggle .tabs li.active {
    opacity: 1;
  }
}
.highlights-nav {
  padding: 1vw 0;
}
.highlights-nav .list {
  display: flex;
  justify-content: space-between;
}
.highlights-nav .list dl {
  flex: 1;
  margin: 0 0.6vw;
  position: relative;
  cursor: pointer;
}
.highlights-nav .list dl img {
  width: 100%;
}
.highlights-nav .list dl dd {
  position: absolute;
  bottom: 0;
  color: #fff;
  margin: 0;
  padding: 2vw 1.5vw;
  font-size: 0.3rem;
  transition: all 0.6s ease;
  transform: translateY(200%);
  opacity: 0;
}
.highlights-nav .list dl dd var {
  display: block;
  font-size: 0.6rem;
  font-style: normal;
}
.highlights-nav .list dl:nth-child(1) dd {
  transition-delay: 0s;
}
.highlights-nav .list dl:nth-child(2) dd {
  transition-delay: 0.1s;
}
.highlights-nav .list dl:nth-child(3) dd {
  transition-delay: 0.2s;
}
.highlights-nav .list dl:nth-child(4) dd {
  transition-delay: 0.3s;
}
.highlights-nav.show .list dd {
  transform: none;
  opacity: 1;
}

@media (max-width: 767px) {
  .highlights-nav {
    padding: 0 0 6vw;
  }
  .highlights-nav .list dl dd {
    font-size: 0.25rem;
  }
  .highlights-nav .list dl dd var {
    font-size: 0.5rem;
  }
}
.highlights-poster {
  position: relative;
  margin-top: 1vw;
  margin-bottom: 3vw;
}
.highlights-poster img {
  width: 100%;
}
.highlights-poster ul {
  position: absolute;
  width: 35%;
}
.highlights-poster ul.left {
  left: 18vw;
  bottom: 5vw;
}
.highlights-poster ul.left.top {
  top: 5vw;
  bottom: auto;
}
.highlights-poster ul.left li {
  text-align: left;
}
.highlights-poster ul.left .tips {
  position: absolute;
  color: #fff;
  top: 28vw;
}
.highlights-poster ul.right {
  right: 18vw;
  top: 5vw;
}
.highlights-poster ul.right li {
  text-align: right;
  color: #000000;
}
.highlights-poster ul li {
  display: block;
  transition: all 0.6s ease;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
  transition: all 0.9s ease;
  transform: translateY(100%);
  opacity: 0;
}
.highlights-poster ul li b {
  font-size: 0.22rem;
  font-weight: normal;
}
.highlights-poster ul li b.title {
  font-size: 0.27rem;
}
.highlights-poster.show ul li {
  opacity: 1;
  transform: none;
}

@media (max-width: 767px) {
  .highlights-poster {
    margin-bottom: 2.5vw;
    margin-top: 0;
  }
  .highlights-poster ul {
    top: 6vw;
    transform: none;
    width: 92%;
  }
  .highlights-poster ul.left {
    left: auto;
    right: 5vw;
    bottom: 4vw;
    height: auto;
    top: auto;
  }
  .highlights-poster ul.left.top {
    top: auto;
    bottom: 5vw;
  }
  .highlights-poster ul.left.mb-top {
    left: 5vw;
    top: 4vw;
    margin-top: 0.4rem;
    bottom: auto;
  }
  .highlights-poster ul.left.mb-top li {
    text-align: left;
  }
  .highlights-poster ul.left li {
    text-align: right;
  }
  .highlights-poster ul.left .tips {
    position: static;
    top: auto;
  }
  .highlights-poster ul li {
    text-align: justify;
    font-size: 0.24rem;
    line-height: 1.75;
    text-shadow: 3px 3px 8px rgb(0, 0, 0);
  }
  .highlights-poster ul li span {
    padding: 1.5vw 3vw;
  }
  .highlights-poster ul li b {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .highlights-poster ul li b.title {
    font-size: 0.35rem;
  }
}
.highlights-power-list ul li {
  margin: 0.6vw;
  width: calc(50% - 1.2vw);
  cursor: pointer;
}
.highlights-power-list ul li:first-child {
  padding-top: 6vw;
}
.highlights-power-list ul li .wrap {
  overflow: hidden;
}
.highlights-power-list ul li .wrap img {
  transition: all 0.3s ease;
}
.highlights-power-list ul li .wrap img:hover {
  transform: scale(1.18);
}
.highlights-power-list ul li em {
  font-size: 0.22rem;
  font-style: normal;
  font-weight: normal;
  display: block;
  margin-bottom: 0.2rem;
}
.highlights-power-list ul li p {
  text-align: justify;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.highlights-power-list ul li b {
  font-size: 0.22rem;
  font-weight: normal;
  margin: 0.1rem 0;
  display: block;
}
.highlights-power-list ul li .tools {
  width: 2.8rem;
}
.highlights-power-list ul li img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .highlights-power-list ul {
    margin: 0;
  }
  .highlights-power-list ul li {
    margin-top: 5vw;
    width: 100%;
  }
  .highlights-power-list ul li:last-child {
    margin-bottom: 0;
  }
  .highlights-power-list ul li:first-child {
    padding-top: 0;
  }
  .highlights-power-list ul li img {
    display: block;
    margin: auto;
  }
  .highlights-power-list ul li b,
.highlights-power-list ul li em {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .highlights-power-list ul li p {
    font-size: 0.24rem;
    line-height: 1.75;
  }
}
.highlights-smart-list {
  margin-top: 1vw;
  margin-bottom: 2vw;
  position: relative;
}
.highlights-smart-list dl {
  margin: 0 -6vw;
  position: relative;
}
.highlights-smart-list dl dt img {
  display: block;
  width: 100%;
}
.highlights-smart-list dl dd {
  margin-left: 0;
  width: 40%;
  position: absolute;
  left: 6vw;
  bottom: 0;
  z-index: 10;
  color: #fff;
  transition: all 0.9s ease;
  transform: translateY(100%);
  opacity: 0;
}
.highlights-smart-list dl dd b {
  font-size: 0.22rem;
  font-style: normal;
  font-weight: normal;
  display: block;
  margin-bottom: 0.1rem;
}
.highlights-smart-list dl dd b.title {
  font-size: 0.27rem;
}
.highlights-smart-list dl dd p {
  text-align: justify;
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-bottom: 0.4rem;
}
.highlights-smart-list.show dd {
  transform: none;
  opacity: 1;
}

@media (max-width: 767px) {
  .highlights-smart-list {
    margin: 0 0 6vw;
  }
  .highlights-smart-list dl dd {
    width: 88%;
    bottom: 4vw;
    text-shadow: 3px 3px 8px rgb(0, 0, 0);
  }
  .highlights-smart-list dl dd b {
    font-size: 0.3rem;
  }
  .highlights-smart-list dl dd b.title {
    font-size: 0.35rem;
    line-height: 1.75;
  }
  .highlights-smart-list dl dd p {
    font-size: 0.24rem;
    line-height: 1.75;
  }
}
.highlights-space-list .section-main-content {
  position: relative;
  height: 5.6rem;
}
.highlights-space-list dl {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.highlights-space-list dl img {
  width: 11.2rem;
}
.highlights-space-list dl:nth-child(1) {
  z-index: 10;
}
.highlights-space-list dl:nth-child(1) dt {
  width: 52%;
  overflow: hidden;
}
.highlights-space-list dl:nth-child(1) dd {
  width: 43%;
  height: 100%;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin-right: 0;
  color: #000;
}
.highlights-space-list dl:nth-child(1) dd b {
  text-align: left;
}
.highlights-space-list dl:nth-child(1) dd div {
  width: 100%;
}
.highlights-space-list dl:nth-child(1) dd div button {
  float: left;
}
.highlights-space-list dl:nth-child(1) .highlights-btn-submit {
  margin-right: 0.2rem;
  margin-left: 0;
}
.highlights-space-list dl:nth-child(2) {
  z-index: 9;
}
.highlights-space-list dl:nth-child(3) {
  z-index: 8;
}
.highlights-space-list dl:nth-child(3) dd {
  color: #000;
}
.highlights-space-list dl:nth-child(4) {
  z-index: 7;
}
.highlights-space-list dl:nth-child(5) {
  z-index: 6;
}
.highlights-space-list dl:nth-child(6) {
  z-index: 5;
}
.highlights-space-list dl:nth-child(7) {
  z-index: 4;
}
.highlights-space-list dl:nth-child(8) {
  z-index: 3;
}
.highlights-space-list dl:nth-child(9) {
  z-index: 2;
}
.highlights-space-list dl:nth-child(10) {
  z-index: 1;
}
.highlights-space-list dl dd {
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  left: 0;
  top: 4.8rem;
  right: 0;
  z-index: 5;
  color: #fff;
  margin-left: 0.28rem;
  margin-right: 0.28rem;
}
.highlights-space-list dl dd b {
  font-size: 0.22rem;
  font-style: normal;
  font-weight: normal;
  display: block;
  margin-bottom: 0.2rem;
  text-align: center;
}
.highlights-space-list dl dd p {
  text-align: justify;
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-bottom: 0.4rem;
}
.highlights-space-list dl dd .highlights-btn-submit {
  margin-right: 0.1rem;
  margin-left: 0.1rem;
}

@media (max-width: 767px) {
  .highlights-space-list {
    margin-top: 6vw;
  }
  .highlights-space-list .section-main-content {
    height: 8.5rem;
  }
  .highlights-space-list dl {
    display: block;
  }
  .highlights-space-list dl dt {
    width: 100% !important;
  }
  .highlights-space-list dl dt img {
    width: 6.86rem;
  }
  .highlights-space-list dl:nth-child(1) dd {
    width: 100%;
    height: auto;
  }
  .highlights-space-list dl:nth-child(1) dd div .highlights-btn-submit {
    display: block;
    margin: auto;
    float: none;
  }
  .highlights-space-list dl dd {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 5vw;
    position: relative;
  }
  .highlights-space-list dl dd b {
    font-size: 0.3rem;
  }
  .highlights-space-list dl dd p {
    font-size: 0.24rem;
    line-height: 1.75;
  }
}
.highlights-technology-list .player {
  margin-top: 2vw;
}
.highlights-technology-list .player img {
  width: 100%;
}
.highlights-technology-list .tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1vw 0;
}
.highlights-technology-list .tabs img {
  display: block;
  width: 100%;
}
.highlights-technology-list .tabs .item {
  text-align: center;
  font-size: 0.22rem;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0.1rem;
  opacity: 0.3;
  cursor: pointer;
}
.highlights-technology-list .tabs .item i {
  font-style: normal;
}
.highlights-technology-list .tabs .item.active {
  opacity: 1;
}
.highlights-technology-list .desc {
  padding: 1vw;
  border-top: 1px solid #bab9b9;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-bottom: 1.1vw;
}
.highlights-technology-list .desc li {
  display: none;
  height: 0.3rem;
}
.highlights-technology-list .desc li.active {
  display: block;
  opacity: 1;
}

@media (max-width: 767px) {
  .highlights-technology-list.margin-bottom {
    margin-bottom: 6vw;
  }
  .highlights-technology-list .player {
    margin-top: 6vw;
  }
  .highlights-technology-list .player.m-no-top {
    margin-top: 0;
  }
  .highlights-technology-list .tabs .item i {
    display: block;
    text-align: center;
  }
  .highlights-technology-list .desc {
    font-size: 0.24rem;
    line-height: 1.75;
  }
  .highlights-technology-list .desc li {
    height: 0.8rem;
  }
}
.cti-highlights {
  padding-top: 1px;
  overflow: hidden;
}
.cti-highlights .sub-title {
  text-align: center;
  font-size: 0.32rem;
  margin: 0.8rem 0 0.2rem;
  font-weight: 600;
  color: #1c326a;
}
.cti-highlights .sub-title.hasdesc {
  margin-bottom: 0.16rem;
}
.cti-highlights .sub-title img {
  display: inline-block;
  height: 0.28rem;
  margin: 0 0.09rem;
}
.cti-highlights .sub-title-desc {
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.28rem;
  margin-bottom: 2.5vw;
}
.cti-highlights .bg-wrapper {
  background: #f6f6f6;
  padding: 0 0 2vw;
  margin-top: 3vw;
}
.cti-highlights .grid-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cti-highlights .grid-list dl {
  max-width: calc(50% - 0.6vw);
}
.cti-highlights .grid-list dl dt {
  overflow: hidden;
  cursor: pointer;
}
.cti-highlights .grid-list dl dt img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
}
.cti-highlights .grid-list dl dt img:hover {
  transform: scale(1.18);
}
.cti-highlights .grid-list dl dd {
  margin-top: 1.2vw;
  margin-left: 0;
  z-index: 10;
  color: #000;
}
.cti-highlights .grid-list dl dd b {
  font-size: 0.22rem;
  font-style: normal;
  font-weight: normal;
  display: block;
  margin-bottom: 0.1rem;
}
.cti-highlights .grid-list dl dd p {
  text-align: justify;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.cti-highlights .grid-list .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1vw;
}
.cti-highlights .btn-group {
  display: flex;
  justify-content: center;
}
.cti-highlights .btn-group.margin-bottom {
  margin-bottom: 3vw;
}
.cti-highlights .btn-group .highlights-btn-submit {
  margin: 0 0.1rem;
}

@media (max-width: 1024px) {
  .cti-highlights .section-main-content {
    width: 14.36rem;
  }
}
@media (max-width: 767px) {
  .cti-highlights#cti_module_technology {
    margin-bottom: 6vw;
    margin-top: -0.3rem;
  }
  .cti-highlights#cti_module_technology .highlights-poster {
    margin-bottom: 6vw;
  }
  .cti-highlights .section-title {
    padding-bottom: 0.7rem;
  }
  .cti-highlights .section-main-content {
    width: 6.86rem;
  }
  .cti-highlights .bg-wrapper {
    padding-top: 0;
    padding-bottom: 6vw;
  }
  .cti-highlights .grid-list {
    display: block;
  }
  .cti-highlights .grid-list dl {
    width: 100%;
    max-width: 100%;
    margin-bottom: 6vw;
  }
  .cti-highlights .grid-list dl dd {
    margin-top: 3vw;
  }
  .cti-highlights .grid-list dl dd b {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .cti-highlights .grid-list dl dd p {
    font-size: 0.24rem;
    line-height: 1.75;
  }
}
.cti-hsmart {
  background: url("https://www.beijing-hyundai.com.cn/santafe-traveler/assets/resource/vehicle/highlights/pc/hsmart-bg.jpg") repeat center/100%;
}
.cti-hsmart.section-hsmart {
  margin-top: 2.5vw;
  position: relative;
}
.cti-hsmart.section-hsmart .title-content img {
  margin: 0 auto;
  width: 16.14vw;
}
.cti-hsmart.section-hsmart .section-main-content {
  display: block;
  position: relative;
  width: 87.8vw;
  padding-bottom: 3%;
}
.cti-hsmart.section-hsmart .swiper-container {
  position: relative;
  height: auto;
}
.cti-hsmart.section-hsmart .swiper-container .swiper-pagination {
  display: none;
}
.cti-hsmart.section-hsmart .swiper-container dt {
  height: 15.57vw;
  position: relative;
}
.cti-hsmart.section-hsmart .swiper-container dt img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translate(-50%, 0);
}
.cti-hsmart.section-hsmart .swiper-container dl h2,
.cti-hsmart.section-hsmart .swiper-container dl h3 {
  color: #1c326a;
  text-align: center;
  font-weight: normal;
}
.cti-hsmart.section-hsmart .swiper-container dl h2 {
  font-size: 1.6vw;
}
.cti-hsmart.section-hsmart .swiper-container dl h2 .box-a {
  font-style: normal;
  color: #03a1d1;
}
.cti-hsmart.section-hsmart .swiper-container dl H3 {
  position: relative;
  font-size: 1.5vw;
}
.cti-hsmart.section-hsmart .swiper-container dl dd {
  margin-inline-start: 0;
  text-align: center;
  margin: 1vw auto 0;
  line-height: 1.5;
}
.cti-hsmart.section-hsmart .swiper-slide:nth-of-type(1) dl {
  margin-left: 25%;
  margin-right: 5%;
}
.cti-hsmart.section-hsmart .swiper-slide:nth-of-type(2) dl {
  margin-left: 15%;
  margin-right: 15%;
}
.cti-hsmart.section-hsmart .swiper-slide:nth-of-type(3) dl {
  margin-left: 5%;
  margin-right: 25%;
}
.cti-hsmart.section-hsmart .btn-showmore-wrap {
  display: block;
  margin: 4% auto;
  text-align: center;
}
.cti-hsmart.section-hsmart .btn-showmore-wrap .btn-showmore {
  background-color: #1c326a;
  padding: 1em 2em;
  font-size: 1.25vw;
  color: #fff;
}
.cti-hsmart.section-hsmart .link-btn {
  position: absolute;
  width: 22.2vw;
  height: 3.7vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.55vw;
  z-index: 9;
}

@media (max-width: 767px) {
  .cti-hsmart.section-hsmart {
    margin-top: 13vw;
    overflow: hidden;
  }
  .cti-hsmart.section-hsmart .title-content img {
    width: 41.7vw;
  }
  .cti-hsmart.section-hsmart .section-main-content {
    width: 75vw;
    padding-bottom: 8%;
  }
  .cti-hsmart.section-hsmart .swiper-container {
    overflow: initial;
    margin-bottom: 7em;
  }
  .cti-hsmart.section-hsmart .swiper-container .swiper-pagination {
    display: block;
  }
  .cti-hsmart.section-hsmart .swiper-container .swiper-pagination-bullet {
    background-color: #c0bdb9;
    opacity: 1;
  }
  .cti-hsmart.section-hsmart .swiper-container .swiper-pagination-bullet-active {
    background-color: #012c6c;
  }
  .cti-hsmart.section-hsmart .swiper-container .swiper-pagination-bullets {
    bottom: -3em;
  }
  .cti-hsmart.section-hsmart .swiper-container dt {
    height: 40vw;
  }
  .cti-hsmart.section-hsmart .swiper-container dl {
    margin-top: 2em;
  }
  .cti-hsmart.section-hsmart .swiper-container dl h2 {
    font-size: 0.34rem;
  }
  .cti-hsmart.section-hsmart .swiper-container dl h3 {
    font-size: 0.34rem;
  }
  .cti-hsmart.section-hsmart .swiper-container dl dd {
    margin-top: 2em;
    font-size: 0.21rem;
    line-height: 0.36rem;
  }
  .cti-hsmart.section-hsmart .swiper-slide:nth-of-type(1) dl {
    margin-left: 15%;
    margin-right: 15%;
  }
  .cti-hsmart.section-hsmart .swiper-slide:nth-of-type(2) dl {
    margin-left: 15%;
    margin-right: 15%;
  }
  .cti-hsmart.section-hsmart .swiper-slide:nth-of-type(3) dl {
    margin-left: 15%;
    margin-right: 15%;
  }
  .cti-hsmart.section-hsmart .btn-showmore-wrap {
    margin: 8% auto;
  }
  .cti-hsmart.section-hsmart .btn-showmore-wrap .btn-showmore {
    font-size: 2.5vw;
    padding-left: 2em;
    padding-right: 2em;
  }
}

.cti-kv {
  background: url("../image/kv-bg.jpg") no-repeat center bottom #f0f0f0;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.cti-kv .kv-swiper .arrow-right {
  background: rgba(0, 0, 0, 0.5) url("../image/arrow-ghost-right.png") no-repeat center/30%;
  width: 0.68rem;
  height: 0.68rem;
}
.cti-kv .kv-swiper .arrow-right_hover {
  background-color: #1c326a;
}
.cti-kv .kv-swiper .arrow-left {
  background: rgba(0, 0, 0, 0.5) url("../image/arrow-ghost-left.png") no-repeat center/30%;
  width: 0.68rem;
  height: 0.68rem;
}
.cti-kv .kv-swiper .arrow-left_hover {
  background-position: center;
  background-color: #1c326a;
}
.cti-kv .kv-swiper .mb-kv-pad {
  display: none;
}
.cti-kv .kv-swiper .kv-contanier {
  height: 100%;
  position: relative;
}
.cti-kv .kv-swiper .kv-contanier .text-box {
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.cti-kv .kv-swiper .kv-contanier .text-box:nth-child(1) {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.cti-kv .kv-swiper .kv-contanier .text-box:nth-child(2) {
  -webkit-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
}
.cti-kv .kv-swiper .kv-contanier .text-box:nth-child(3), .cti-kv .kv-swiper .kv-contanier .text-box:nth-child(4), .cti-kv .kv-swiper .kv-contanier .text-box:nth-child(5) {
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}
.cti-kv .kv-swiper .kv-contanier .text-box-show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.cti-kv .kv-swiper .kv-contanier .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  z-index: 300;
  cursor: pointer;
}
.cti-kv .kv-swiper .kv-contanier .text-container {
  font-size: 0;
  top: 4.5vw;
  left: 6.3vw;
  right: 5vw;
  z-index: 300;
  white-space: nowrap;
}
.cti-kv .kv-swiper .kv-contanier .text-container.white {
  color: #fff;
}
.cti-kv .kv-swiper .kv-contanier .text-container a {
  display: inline-block;
  margin-right: 0.15rem;
  margin-top: 0.2rem;
}
.cti-kv .kv-swiper .kv-contanier .text-container a span {
  background-color: #0d3068;
  width: 1.39rem;
  font-size: 0.13rem;
}
.cti-kv .kv-swiper .kv-contanier .text-container a span img {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -0.01rem;
  margin-right: 0.03rem;
  width: 1.2vw;
  max-width: 18px;
}
.cti-kv .kv-swiper .kv-contanier .text-container a span .arrow_right {
  margin-right: 0;
  margin-left: 0.03rem;
  width: 0.65vw;
  max-width: 9px;
}
.cti-kv .kv-swiper .kv-contanier .text-container .kv-title {
  position: absolute;
  max-width: 1320px;
  margin: 0 auto;
  display: inline-block;
  font-size: 2.1vw;
  line-height: 1;
}
.cti-kv .kv-swiper .kv-contanier .text-container .kv-title.black {
  color: #180d0a;
}
.cti-kv .kv-swiper .kv-contanier .text-container .kv-title .en-name {
  display: inline;
  font-size: 1.36vw;
  margin-left: 0.1rem;
  white-space: nowrap;
}
.cti-kv .kv-swiper .kv-contanier .text-container .kv-desc {
  font-size: 1.46vw;
  letter-spacing: 0.12em;
  font-family: "HyundaiSansTextCN";
  line-height: 1.5;
  margin: 1.1vw 0;
}
.cti-kv .kv-swiper .kv-contanier .text-container .kv-desc.black {
  color: #180d0a;
}
.cti-kv .kv-swiper .kv-contanier .text-container .kv-desc img {
  width: 23vw;
}
.cti-kv .kv-swiper .kv-contanier .text-container h1,
.cti-kv .kv-swiper .kv-contanier .text-container h2 {
  color: #fff;
}
.cti-kv .kv-swiper .kv-price {
  font-size: 1.39vw;
  font-family: "HyundaiSansTextCN";
  color: #fff;
  position: absolute;
  bottom: 2.8vw;
  left: 6.3vw;
  text-shadow: 3px 3px 3px #000;
  z-index: 300;
  text-align: left;
  font-weight: 600;
}
.cti-kv .kv-swiper .kv-price.black {
  color: #180d0a;
  text-shadow: none;
}
.cti-kv .kv-swiper .kv-price.black .text-big-y {
  text-shadow: none;
}
.cti-kv .kv-swiper .kv-price li {
  display: block;
}
.cti-kv .kv-swiper .kv-price li .text-big {
  font-size: 0.28rem;
}
.cti-kv .kv-swiper .kv-price li .text-big-y {
  font-size: 2vw;
  color: #002c5f;
  font-family: HyundaiSansHeadCN;
  text-shadow: 3px 3px 3px #000;
  margin-right: 0.08rem;
}
.cti-kv .kv-swiper .kv-price .supplemental {
  position: relative;
}
.cti-kv .kv-swiper .kv-price .supplemental:after {
  content: "(补贴后售价)";
  text-align: left;
  padding-left: 0.84rem;
  font-size: 0.16rem;
  position: absolute;
  top: 0.36rem;
  right: 0.18rem;
  white-space: nowrap;
}
.cti-kv .kv-swiper {
  position: relative;
  padding-top: 50vw;
}
.cti-kv .kv-swiper .kv-contanier {
  overflow: hidden;
}
.cti-kv .kv-swiper .kv-contanier .video-post {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: all 0.6s ease;
}
.cti-kv .kv-swiper .kv-contanier .video-post.show {
  opacity: 1 !important;
}
.cti-kv .kv-swiper .kv-contanier .video-img {
  width: 100%;
  display: block;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
  background-color: #000;
}
.cti-kv .kv-swiper .kv-contanier .video-img.show {
  opacity: 1 !important;
}
.cti-kv .kv-swiper .kv-contanier .kv-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cti-kv .kv-swiper .kv-contanier .base-btn {
  background-color: rgba(0, 0, 0, 0.4);
}
.cti-kv .kv-swiper .kv-contanier .kv-title-box {
  position: absolute;
  max-width: 1320px;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 9999;
}
.cti-kv .kv-swiper .kv-contanier .kv-title {
  position: absolute;
  z-index: 9;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cti-kv .kv-swiper .kv-contanier .kv-title .kv-btn-box {
  width: 100%;
  position: relative;
  margin-top: 12vw;
}
.cti-kv .kv-swiper .kv-contanier .kv-title .kv-btn-box .kv-btn-1 {
  display: block;
  min-width: 40%;
  height: 100%;
  float: left;
  text-align: center;
  padding: 10px 20px;
  margin-right: 5%;
  color: #FFF;
  border: 1px solid #002c5f;
  background-color: #002c5f;
  white-space: nowrap;
}
.cti-kv .kv-swiper .video_kv {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  top: 0;
}
.cti-kv .kv-swiper .video_kv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  z-index: 900;
}
.cti-kv .vehicle-watch .watch-item {
  position: relative;
  overflow: hidden;
}
.cti-kv .vehicle-watch .watch-item .watch-img {
  width: 100%;
}
.cti-kv .vehicle-watch .watch-item .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
}
.cti-kv .vehicle-watch .watch-item .shade .icon {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 8%;
}
.cti-kv .vehicle-watch .watch-item .shade .icon.price {
  background-image: url("../image/icon-price.png");
  background-size: 96%;
}
.cti-kv .vehicle-watch .watch-item .shade .icon.speed {
  background-image: url("../image/icon-speed.png");
  background-size: 96%;
}
.cti-kv .vehicle-watch .watch-item .shade .icon.fuel {
  background-image: url("../image/icon-fuel.png");
  background-size: 88%;
}
.cti-kv .vehicle-watch .watch-item .shade .icon.engine {
  background-image: url("../image/icon-engine.png");
  background-size: 100%;
}
.cti-kv .vehicle-watch .watch-item .shade .icon.electric {
  background-image: url("../image/icon-electric.png");
  background-size: 96%;
}
.cti-kv .vehicle-watch .watch-item .shade .watch-detail {
  line-height: 0.24rem;
  margin-top: 3%;
}
.cti-kv .vehicle-watch .watch-item .shade .watch-detail .value {
  font-size: 0.24rem;
  font-weight: 500;
}
.cti-kv .vehicle-watch .watch-item .shade .watch-detail .unit {
  font-size: 0.18rem;
}
.cti-kv .vehicle-watch .watch-item .shade .watch-desc {
  font-family: "HyundaiSansTextCN";
  margin-top: 1.5%;
}
.cti-kv .kv-v2 p.tips {
  font-size: 0.8vw;
  color: #fff;
  margin: 1vw 0;
  letter-spacing: 0.05rem;
}
.cti-kv .kv-v2 a.policy-btn {
  padding-top: 18.5vw;
}
.cti-kv .slide-text-policys {
  margin-top: 1vw;
  margin-bottom: 1vw;
  color: #fff;
  position: absolute;
  left: -3.6vw;
  top: 13.9vw;
  z-index: 39;
  transition: all 1s ease 0.3s;
  transform: translateX(-10%);
  opacity: 0;
  pointer-events: none;
}
.cti-kv .slide-text-policys.show {
  opacity: 1;
  transform: none;
}
.cti-kv .slide-text-policys dl {
  display: inline-flex;
  position: relative;
  padding: 0.6vw 1.8vw 0.6vw 3.8vw;
  align-items: center;
}
.cti-kv .slide-text-policys dl::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  left: 0;
  top: 0;
  background: #002f6d;
  z-index: -1;
}
.cti-kv .slide-text-policys dl dt {
  border-right: 1px solid #fff;
  padding: 0 1.05vw;
  font-size: 1vw;
}
.cti-kv .slide-text-policys dl dt em {
  font-size: 5vw;
  line-height: 3.9vw;
  font-style: normal;
}
.cti-kv .slide-text-policys dl dd {
  color: #fff;
  font-size: 1vw;
  margin-left: 2vw;
}
.cti-kv .slide-text-policys dl dd em {
  font-size: 3.1vw;
  font-style: normal;
}
.cti-kv .slide-text-policys dl dd span {
  display: block;
  line-height: 2vw;
}
.cti-kv .slide-text-policys p {
  font-size: 1vw;
  color: #fff;
  margin-left: 5vw;
}

@media (max-width: 1600px) {
  .cti-kv .kv-swiper .kv-contanier .text-container {
    top: 2vw;
  }
  .cti-kv .kv-swiper .kv-contanier .text-container a {
    margin-top: 0;
  }
}
@media (max-width: 1440px) {
  .cti-kv .kv-v2 a.policy-btn {
    padding-top: 16.5vw;
  }
}
@media (max-width: 1365px) {
  .cti-kv .kv-swiper .mb-kv-pad {
    display: none;
  }
  .cti-kv .kv-swiper .text-container {
    top: 0.38rem;
  }
  .cti-kv .kv-swiper .text-container .base-btn {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
    width: 1.05rem;
  }
  .cti-kv .kv-swiper .kv-price li .text-big-y {
    font-size: 0.3rem;
  }
  .cti-kv .vehicle-watch .watch-item .shade .watch-detail {
    line-height: 0.2rem;
  }
  .cti-kv .vehicle-watch .watch-item .shade .watch-detail .value {
    font-size: 0.2rem;
  }
  .cti-kv .vehicle-watch .watch-item .shade .watch-detail .unit {
    font-size: 0.16rem;
  }
  .cti-kv .vehicle-watch .watch-item .shade .watch-desc {
    font-size: 0.14rem;
  }
}
@media (max-width: 1024px) {
  .cti-kv .swiper-container {
    position: absolute !important;
  }
  .cti-kv #kv-swiper .base-btns-mb .kv-btn-m {
    display: inline-block;
    margin: 0 0.1rem;
  }
  .cti-kv #kv-swiper .base-btns-mb .base-btn {
    position: relative;
    bottom: 0;
    left: auto;
    transform: none;
    border: 1px #fff solid;
  }
  .cti-kv #kv-swiper .text-container a {
    display: inline-block;
    margin-right: 0.2rem;
  }
  .cti-kv #kv-swiper .text-container a .base-btn {
    width: 1.69rem;
    position: static;
    bottom: auto;
    left: auto;
    transform: none;
  }
  .cti-kv #kv-swiper .text-container .kv-price {
    width: 6rem;
    bottom: 1rem;
    font-size: 0.32rem;
    position: absolute;
    bottom: 1.2rem;
  }
  .cti-kv #kv-swiper .text-container .kv-price .text-big {
    font-size: 0.45rem;
  }
  .cti-kv #kv-swiper .text-container .kv-title .en-name {
    display: inline;
  }
  .cti-kv #kv-swiper .base-btn {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .cti-kv #kv-swiper .inline {
    display: none !important;
  }
  .cti-kv .kv-container .breadcrumbs {
    width: 14.36rem;
  }
  .cti-kv .kv-swiper .kv-contanier .kv-img {
    width: 100%;
    height: auto;
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
  .cti-kv .vehicle-watch .watch-item .shade {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cti-kv .vehicle-watch .watch-item .shade .icon {
    width: 1.1rem;
    height: 0.66rem;
    margin: 0 0.1rem 0 0;
  }
  .cti-kv .vehicle-watch .watch-item .shade .icon.electric,
.cti-kv .vehicle-watch .watch-item .shade .icon.engine,
.cti-kv .vehicle-watch .watch-item .shade .icon.fuel,
.cti-kv .vehicle-watch .watch-item .shade .icon.price,
.cti-kv .vehicle-watch .watch-item .shade .icon.speed {
    background-size: auto 0.66rem;
  }
  .cti-kv .vehicle-watch .watch-item .shade .watch-detail {
    line-height: 0.36rem;
    margin-top: 0;
  }
  .cti-kv .vehicle-watch .watch-item .shade .watch-detail .value {
    font-size: 0.4rem;
  }
  .cti-kv .vehicle-watch .watch-item .shade .watch-detail .unit {
    font-size: 0.24rem;
  }
  .cti-kv .vehicle-watch .watch-item .shade .watch-desc {
    font-size: 0.24rem;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cti-kv .swiper-container {
    position: relative !important;
  }
  .cti-kv .mb-kv-pad {
    display: block !important;
  }
  .cti-kv .pc-sj-only {
    display: none !important;
  }
  .cti-kv .kv-swiper {
    height: calc(100vh - 1.2rem);
    padding-top: 0;
  }
  .cti-kv .kv-swiper .kv-contanier {
    background-image: none;
  }
  .cti-kv .kv-swiper .kv-contanier .kv-img {
    height: calc(100vh - 1.2rem);
    object-fit: cover;
    object-position: top;
  }
  .cti-kv .kv-swiper .text-container .kv-title {
    font-size: 0.56rem !important;
    padding-right: 0;
    padding-top: 0.7em;
    padding-bottom: 0.3em;
    position: relative;
  }
  .cti-kv .kv-swiper .text-container .kv-title .en-name {
    display: block;
  }
  .cti-kv .kv-swiper .text-container .kv-desc {
    font-size: 0.38rem !important;
    margin: 0.4rem 0;
  }
  .cti-kv .kv-swiper .base-btn {
    width: 2rem !important;
    height: 0.6rem !important;
    line-height: 0.6rem;
    position: relative;
    bottom: 0;
    left: auto;
    transform: none;
    border: none !important;
    font-size: 0.22rem;
  }
  .cti-kv .kv-swiper .base-btns-mb {
    width: auto;
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    z-index: 10;
    white-space: nowrap;
  }
  .cti-kv .kv-swiper .base-btns-mb img {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -0.01rem;
    margin-right: 0.03rem;
    width: 0.25rem;
  }
  .cti-kv .kv-swiper .base-btns-mb .arrow_right {
    width: 0.15rem;
  }
  .cti-kv .kv-swiper .base-btns-mb .kv-btn-m {
    display: inline-block;
    margin: 0 0.1rem;
    background: #002c5f;
    border: none;
  }
  .cti-kv .kv-swiper .kv-price {
    padding: 0.2rem 0;
    width: 100%;
    font-size: 0.28rem;
    color: #fff !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 2.3rem;
  }
  .cti-kv .kv-swiper .kv-price li .text-big-y {
    font-size: 0.5rem;
    color: #fff !important;
  }
  .cti-kv .kv-swiper .kv-price .supplemental {
    padding-left: 0.25rem;
  }
  .cti-kv .kv-swiper .kv-v2 .text-container {
    top: 0.9rem;
  }
  .cti-kv .kv-swiper .kv-v2 .policy-btn {
    margin-top: 55vw;
  }
  .cti-kv .kv-swiper .kv-v2 .policy-btn .base-btn img.arrow_right {
    max-width: 100%;
    width: 1.68vw;
  }
  .cti-kv .kv-swiper .kv-v2 p.tips {
    font-size: 2.9vw;
    margin: 2vw 0;
    letter-spacing: 0;
    color: #333;
  }
  .cti-kv .slide-text-policys {
    margin-top: 36vw;
    left: 0;
  }
  .cti-kv .slide-text-policys dl {
    padding: 0.2rem;
  }
  .cti-kv .slide-text-policys dl dt {
    padding: 0 0.39rem;
    font-size: 2.9vw;
  }
  .cti-kv .slide-text-policys dl dt em {
    font-size: 0.9rem;
    line-height: 0.65rem;
  }
  .cti-kv .slide-text-policys dl dd {
    padding: 0 0.39rem;
    margin: 0;
    font-size: 2.9vw;
  }
  .cti-kv .slide-text-policys dl dd em {
    font-size: 0.5rem;
    line-height: 0.65rem;
  }
  .cti-kv .slide-text-policys dl dd span {
    position: relative;
    top: 0.5vw;
  }
  .cti-kv .slide-text-policys p {
    margin-left: 7vw;
    font-size: 2.9vw;
  }
  .cti-kv .vehicle-watch .watch-item .shade {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cti-kv .vehicle-watch .watch-item .shade .icon {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.22rem 0 0;
  }
  .cti-kv .vehicle-watch .watch-item .shade .icon.engine {
    background-size: 0.5rem;
  }
  .cti-kv .vehicle-watch .watch-item .shade .icon.electric,
.cti-kv .vehicle-watch .watch-item .shade .icon.fuel,
.cti-kv .vehicle-watch .watch-item .shade .icon.price,
.cti-kv .vehicle-watch .watch-item .shade .icon.speed {
    background-size: auto 0.6rem;
  }
  .cti-kv .vehicle-watch .watch-item .shade .watch-detail {
    width: 1.8rem;
    line-height: 0.36rem;
    margin-top: 0;
    text-align: left;
  }
  .cti-kv .vehicle-watch .watch-item .shade .watch-detail .value {
    font-size: 0.36rem;
  }
  .cti-kv .vehicle-watch .watch-item .shade .watch-detail .unit {
    font-size: 0.24rem;
  }
  .cti-kv .vehicle-watch .watch-item .shade .watch-desc {
    font-size: 0.24rem;
    text-align: left;
  }
  .cti-kv .kv-title-box .kv-title img {
    width: 80%;
    margin: 18vw auto 3vw;
  }
  .cti-kv .kv-title-box .kv-btn-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 83% !important;
    margin: auto;
  }
  .cti-kv .kv-title-box .kv-btn-box a {
    margin-right: 0;
  }
  .cti-kv .kv-title-box .kv-btn-box .kv-btn-1 {
    font-weight: normal;
    font-size: 0.22rem;
    width: 35% !important;
    margin: 0 3% !important;
  }
}
.cti-media {
  margin-bottom: 0;
  margin-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.cti-media .media-swiper {
  position: relative;
}
.cti-media .media-swiper #media-swiper {
  font-size: 0;
  position: relative;
  padding-bottom: 0.2rem;
}
.cti-media .arrow-right_disabled {
  right: -1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../image/arrow-right1.png") no-repeat center/100%;
  width: 0.8rem;
  height: 0.8rem;
}
.cti-media .arrow-right_hover {
  right: -1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../image/arrow-right-hover.png") no-repeat center/100%;
  width: 0.8rem;
  height: 0.8rem;
}
.cti-media .arrow-left_disabled {
  left: -1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../image/arrow-left1.png") no-repeat center/100%;
  width: 0.8rem;
  height: 0.8rem;
  opacity: 1;
}
.cti-media .arrow-left_hover {
  left: -1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../image/arrow-left-hover.png") no-repeat center/100%;
  width: 0.8rem;
  height: 0.8rem;
  opacity: 1;
}
.cti-media .section-main-content {
  width: 80vw;
  margin-top: 0.3rem;
}
.cti-media .pagination-wrap .swiper-pagination-bullet {
  background-color: #000000;
  border: none;
}
.cti-media .pagination-wrap .swiper-pagination-bullet-active {
  background-color: #1b305e;
}
.cti-media .media-slide a {
  width: 100%;
  display: block;
  margin-bottom: 2vw;
}
.cti-media .media-slide a .media-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cti-media .media-slide a .media-box .media-img {
  width: 42%;
  overflow: hidden;
  padding-left: 2px;
  box-sizing: border-box;
}
.cti-media .media-slide a .media-box .media-img img {
  width: 100%;
}
.cti-media .media-slide a .media-box .media-centent {
  width: 53%;
  padding-right: 0.1rem;
  box-sizing: border-box;
}
.cti-media .media-slide a .media-box .media-centent dl dt {
  height: 0.6rem;
  font-size: 0.19rem;
  letter-spacing: 0.02rem;
  color: #000000;
  margin: 0.44rem 0 0.17rem;
}
.cti-media .media-slide a .media-box .media-centent dl dd {
  font-size: 0.16rem;
  color: #585858;
  line-height: 0.26rem;
  height: 1rem;
  overflow: hidden;
  margin: 0;
}
.cti-media .media-slide a .media-box .media-centent .media-centent-bottom {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 0 0.3rem;
}
.cti-media .media-slide a .media-box .media-centent .media-centent-bottom span {
  letter-spacing: 0.01rem;
  color: #282828;
  font-size: 0.14rem;
}
.cti-media .media-slide a .media-box .media-centent .media-centent-bottom p {
  color: #2c2c2c;
  font-size: 0.14rem;
  border-bottom: solid #B2B2B2 0.01rem;
}
.cti-media .media-slide a:nth-child(3) {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .cti-media {
    margin-bottom: 0;
  }
  .cti-media .media-swiper {
    width: 100%;
    margin: 0;
  }
  .cti-media .media-swiper .media-content .media-detail {
    line-height: 1.5;
  }
  .cti-media .arrow-left {
    left: 0;
  }
  .cti-media .arrow-right {
    right: 0;
  }
  .cti-media {
    background: #EAEDEF;
  }
  .cti-media .pagination-wrap {
    top: 0.5rem;
  }
  .cti-media .section-main-content {
    margin-top: 0;
    width: 14.7rem;
  }
  .cti-media .media-slide a {
    margin-right: 0;
  }
  .cti-media .media-slide a .media-centent dl dt {
    font-size: 0.25rem;
    height: 0.8rem;
  }
  .cti-media .media-slide a .media-centent dl dd {
    font-size: 0.2rem;
    height: 1.07rem;
    line-height: 0.36rem;
    margin-inline-start: 0;
  }
  .cti-media .media-slide a .media-centent .media-centent-bottom span {
    font-size: 0.2rem;
  }
  .cti-media .media-slide a .media-centent .media-centent-bottom p {
    font-size: 0.2rem;
  }
  .cti-media .media-slide a .media-centent .media-centent-bottom img {
    position: relative;
    display: inline-block;
    width: 8px;
    top: 2px;
    left: 2px;
  }
}
@media (max-width: 767px) {
  .cti-media .arrow-left {
    left: 0;
    top: 37vw;
    margin: auto;
    background: url("../image/arrow-left-hover.png") no-repeat center/100%;
    width: 0.8rem;
    height: 0.8rem;
    opacity: 1;
  }
  .cti-media .arrow-right {
    right: 0;
    top: 37vw;
    margin: auto;
    background: url("../image/arrow-right-hover.png") no-repeat center/100%;
    width: 0.8rem;
    height: 0.8rem;
  }
  .cti-media .media-slide a {
    width: 100%;
  }
  .cti-media .media-slide a .media-box {
    display: block;
  }
  .cti-media .media-slide a .media-box .media-img {
    width: 100%;
  }
  .cti-media .media-slide a .media-box .media-centent {
    width: 100%;
  }
  .cti-media .media-img img {
    max-width: 100%;
  }
  .cti-media .section-main-content {
    width: 81vw;
  }
  .cti-media .pagination-wrap {
    margin-top: 0.52rem;
    top: 0;
  }
}
.nav-tab-box {
  width: 100vw;
  max-width: 1920px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
}

.nav-tab {
  width: 90vw;
  max-width: 1328px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.5rem auto;
}
.nav-tab .tab-item {
  flex: 1;
  height: 1.5rem;
  cursor: pointer;
  position: relative;
  margin: 0 0.05rem;
  transition: all 0.4s;
}
.nav-tab .tab-item:hover > img, .nav-tab .tab-item:hover > .tab-icon {
  filter: grayscale(0%);
  color: #234b7b;
}
.nav-tab .tab-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.4s;
}
.nav-tab .tab-item:hover:before {
  background-color: rgba(255, 255, 255, 0);
}
.nav-tab .tab-item > img {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  transition: all 0.4s;
  object-fit: cover;
}
.nav-tab .tab-item .tab-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.4s;
  filter: grayscale(100%);
}
.nav-tab .tab-item .tab-icon img {
  margin: 0.1rem;
}

@media (max-width: 767px) {
  .nav-tab {
    flex-direction: column;
  }
  .nav-tab .tab-item {
    width: 100%;
    margin-bottom: 0.5rem;
    height: 1.8rem;
    font-size: 0.24rem;
    font-family: "HyundaiSansTextCN";
  }
}
.page-nav-wrap {
  width: 100%;
  height: 0.7rem;
  border-bottom: 0.01rem solid #cccccc;
  background-color: #fff;
}
.page-nav-wrap .page-nav-list {
  width: 80vw;
  font-size: 0;
  display: flex;
  justify-content: space-between;
}
.page-nav-wrap .page-nav-list .page-nav-item {
  font-size: 0;
  text-align: center;
}
.page-nav-wrap .page-nav-list .page-nav-item.v2 {
  display: none;
}
.page-nav-wrap .page-nav-list .page-nav-item.v2.show {
  display: block;
}
.page-nav-wrap .page-nav-list .page-nav-item a {
  font-size: 0.16rem;
  color: #333333;
  display: inline-block;
  line-height: 0.66rem;
}
.page-nav-wrap .page-nav-list .page-nav-item.active a {
  color: #002f6c;
  border-bottom: 0.04rem solid #002f6c;
}
.page-nav-wrap .page-nav-list .page-nav-item:hover a {
  color: #002f6c;
}
.page-nav-wrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

@media (max-width: 1024px) {
  .page-nav-wrap {
    width: 100%;
    height: 1.2rem;
  }
  .page-nav-wrap::-webkit-scrollbar {
    display: none;
  }
  .page-nav-wrap .page-nav-list .page-nav-item a {
    font-size: 0.24rem;
    line-height: 1.14rem;
  }
  .page-nav-wrap .page-nav-list .page-nav-item a:hover {
    color: #333333;
  }
  .page-nav-wrap .page-nav-list .page-nav-item.active a {
    border-width: 0.06rem;
    color: #00aad2;
  }
}
@media (max-width: 767px) {
  .page-nav-wrap {
    width: 100%;
    height: 0.84rem;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 0.01rem solid #cccccc;
    font-size: 0;
    text-align: center;
  }
  .page-nav-wrap .page-nav-list {
    width: auto;
    display: inline-block;
    white-space: nowrap;
  }
  .page-nav-wrap .page-nav-list .page-nav-item {
    display: inline-block;
  }
  .page-nav-wrap .page-nav-list .page-nav-item a {
    font-size: 0.24rem;
    line-height: 0.8rem;
    margin: 0 1em;
  }
  .page-nav-wrap .page-nav-list .page-nav-item a:hover {
    color: #333333;
  }
  .page-nav-wrap .page-nav-list .page-nav-item.active a {
    color: #00aad2;
    border-width: 0.06rem;
  }
}
.nav-location-box {
  height: 0.9rem;
  display: none;
}

.navigation-box-max {
  width: 100vw;
  max-width: 1920px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.fixed-nav {
  position: fixed;
  top: 0;
  z-index: 99;
}

.navigation-box {
  width: 90vw;
  height: 0.7rem;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1328px;
  font-size: 0.16rem;
  white-space: nowrap;
}
.navigation-box .nav-right {
  width: 1.8rem;
  height: 0.46rem;
  text-align: center;
  line-height: 0.46rem;
  background-color: #00316c;
  color: #fff;
  cursor: pointer;
}
.navigation-box .nav-right a {
  display: block;
}
.navigation-box .nav-right:hover {
  color: #fff;
  background-color: #00aad2;
}
.navigation-box .nav-left {
  display: flex;
  align-items: center;
  height: 0.54rem;
  display: flex;
  align-items: center;
}
.navigation-box .nav-left .nav-title {
  border-right: 1px solid #ccc;
  line-height: 0.54rem;
  padding-right: 0.15rem;
}
.navigation-box .nav-left .nav-list {
  display: flex;
  align-items: center;
  height: 0.54rem;
}
.navigation-box .nav-left .nav-list .nav-item {
  color: #414141;
  margin: 0 0.8vw;
  position: relative;
  height: 0.54rem;
  line-height: 0.54rem;
  font-weight: normal;
}
.navigation-box .nav-left .nav-list .nav-item:hover {
  color: #00316c;
}
.navigation-box .nav-left .nav-list .nav-active {
  color: #00316c;
}
.navigation-box .nav-left .nav-list .nav-active::before {
  position: absolute;
  content: "";
  left: 0;
  height: 0.02rem;
  background-color: #00316c;
  bottom: -0.09rem;
  width: 100%;
  z-index: 30;
}

@media (max-width: 767px) {
  .navigation-box {
    width: 100vw;
    overflow-x: scroll;
    height: 0.75rem;
  }
  .navigation-box .nav-title {
    display: none;
  }
  .navigation-box .nav-right {
    display: none;
  }
  .navigation-box .nav-list a {
    white-space: nowrap;
    font-size: 0.24rem !important;
  }
  .navigation-box .nav-list .nav-active::before {
    height: 0.03rem !important;
  }
}
.news-box.reciation-box {
  background: url("https://www.beijing-hyundai.com.cn/assets/imgs/news/news-bg.png") no-repeat center;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
.news-box .page-title {
  width: 90vw;
  max-width: 1320px;
  margin: 0.5rem auto;
  font-size: 0.48rem;
  color: #000;
  font-weight: 700;
  box-sizing: border-box;
  padding-top: 0.5rem;
}
.news-box .swiper-reciation {
  position: relative;
  width: 100%;
  height: 6.3rem;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
  width: 90vw;
  max-width: 1320px;
  margin: 0 auto;
}
.news-box .swiper-reciation .swiper-slide {
  width: 46% !important;
  max-width: 646px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.22rem;
  box-sizing: border-box;
  margin-right: 4%;
  background-color: #e3e3e3;
  position: relative;
  padding: 0;
}
.news-box .swiper-reciation .swiper-slide:nth-last-child {
  margin-right: 0;
}
.news-box .swiper-reciation .swiper-slide hr {
  width: 100%;
  color: #737373;
  margin: 0.2rem 0;
}
.news-box .swiper-reciation .swiper-button-prev {
  left: 0;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.news-box .swiper-reciation .swiper-button-next {
  right: 0;
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.news-box .swiper-reciation .swiper-pagination {
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: flex;
}
.news-box .swiper-reciation .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.05rem;
  border-radius: 0;
  transition: all 0.4s;
  width: 0.5rem;
  background-color: #bab9b9;
  height: 2px;
}
.news-box .swiper-reciation .swiper-pagination .swiper-pagination-bullet-active {
  width: 2.42rem;
  background-color: #193a63;
}
.news-box .swiper-container {
  overflow: inherit !important;
  margin-top: 1vw;
}
.news-box .car-type {
  font-size: 0.32rem;
  font-weight: 700;
}
.news-box .car-type > img {
  width: 100%;
  height: 3.7rem !important;
  object-fit: cover;
}
.news-box .car-type-speed {
  font-size: 0.24rem;
  color: #000;
  font-family: "HyundaiSansTextCN";
  box-sizing: border-box;
  padding: 0.24rem 0.32rem;
}
.news-box .news-title {
  font-size: 0.22rem;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-box .news-content {
  font-size: 0.16rem;
  margin-top: 0.2rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 0.3rem;
}
.news-box .car-type-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.24rem 0.32rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.16rem;
}
.news-box .more {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-box .more > img {
  width: 1rem !important;
}

.car-type-btn,
.car-type-displacement,
.car-type-oil,
.news-box .car-type-speed {
  justify-content: space-between !important;
}

.news-box .swiper-reciation .swiper-button-prev,
.swiper-reciation .swiper-button-next {
  background-image: none;
  height: 100%;
  position: absolute;
  margin-top: 0;
  top: 0;
  background-size: 100% 100%;
}

@media (max-width: 1024px) {
  .news-box .car-type > img {
    height: 3.6rem;
  }
}
@media (max-width: 767px) {
  .news-box .title-configure {
    flex-direction: column;
    align-items: center;
  }
  .news-box .title-data {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .news-box .title-img {
    margin-top: 0.3rem;
  }
  .news-box .swiper-reciation {
    height: 7.22rem;
    width: 90%;
  }
  .news-box .swiper-reciation .swiper-slide > div {
    margin-top: 0.3rem !important;
  }
  .news-box .swiper-container {
    overflow: inherit !important;
  }
  .news-box.reciation-box .swiper-slide {
    width: 100% !important;
    box-sizing: border-box;
    margin-right: 0;
  }
  .news-box .car-type > img {
    height: 3.6rem;
  }
  .news-box .more > img {
    width: 1.39rem !important;
    height: 0.23rem !important;
  }
  .news-box .swiper-reciation .swiper-button-next,
.swiper-reciation .swiper-button-prev {
    display: none;
  }
  .news-title {
    font-size: 0.3rem !important;
  }
  .news-content {
    font-size: 0.24rem !important;
  }
  .car-type-bottom {
    font-size: 0.22rem !important;
  }
  .car-type-bottom .more > img {
    width: 1.39rem !important;
  }
}
.cti-panoramic {
  position: relative;
}
.cti-panoramic .wrapper {
  width: 70vw;
  margin: 0 auto;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cti-panoramic .wrapper .section-title {
  width: 100%;
  padding: 8% 0 2%;
}
.cti-panoramic .wrapper img {
  width: 100%;
}
.cti-panoramic .fuel-car {
  position: relative;
}
.cti-panoramic .cti-com-tabs {
  position: absolute;
  bottom: -55px;
  width: 100px;
  right: -4vw;
  display: flex;
  justify-content: flex-end;
}
.cti-panoramic .cti-com-tabs .btn {
  text-align: right;
}
.cti-panoramic .cti-com-tabs .btn.active {
  display: none;
}
.cti-panoramic .cartype {
  position: relative;
  z-index: 10;
}
.cti-panoramic .cartype-tabs {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0.1rem 0 0.5rem;
}
.cti-panoramic .cartype-tabs > div {
  margin: 0 0.36rem;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.24rem;
}
.cti-panoramic .cartype-tabs > div.active {
  color: #002f6c;
}
.cti-panoramic .cartype-tabs > div.active img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  opacity: 1;
}
.cti-panoramic .cartype-tabs img {
  display: inline-block;
  margin-right: 0.1rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  opacity: 0.69;
  width: 0.38rem;
}
.cti-panoramic .car-param {
  position: absolute;
  z-index: 1;
}
.cti-panoramic .car-param.left {
  left: 5.8vw;
}
.cti-panoramic .car-param.right {
  right: 0rem;
}
.cti-panoramic .car-param .param-item {
  margin-bottom: 0.49rem;
  border-left: 2px solid #000;
  min-width: 13.2vw;
  padding-left: 0.15rem;
  white-space: nowrap;
  color: #000 !important;
}
.cti-panoramic .car-param .param-item img {
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
}
.cti-panoramic .car-param .param-item p {
  color: #000;
  font-size: 0.18rem;
  display: inline-block;
  vertical-align: middle;
}
.cti-panoramic .car-param .param-item p span {
  display: block;
}
.cti-panoramic .car-param .param-item p em {
  display: inline-block;
  font-style: normal;
  font-size: 0.3rem;
  font-family: "HyundaiSansHeadCN";
  font-weight: bold;
}
.cti-panoramic .car-param2 {
  position: absolute;
  z-index: 1;
  bottom: -3vw;
}
.cti-panoramic .car-param2.left {
  left: 5.8vw;
}
.cti-panoramic .car-param2.right {
  right: 0rem;
}
.cti-panoramic .car-param2 .param-item {
  margin-bottom: 0.49rem;
  border-left: 2px solid #fff;
  min-width: 13.2vw;
  padding-left: 0.15rem;
  white-space: nowrap;
  color: #fff !important;
}
.cti-panoramic .car-param2 .param-item p {
  color: #fff;
  font-size: 0.18rem;
  display: inline-block;
  vertical-align: middle;
}
.cti-panoramic .car-param2 .param-item p span {
  display: block;
}
.cti-panoramic .car-param2 .param-item p em {
  display: inline-block;
  font-style: normal;
  font-size: 0.3rem;
  font-family: "HyundaiSansHeadCN";
  font-weight: bold;
}
.cti-panoramic .btn-360 {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 3vw 0 0;
  bottom: 5vw;
  cursor: pointer;
  z-index: 8;
  text-align: center;
}
.cti-panoramic .btn-360 .rotebox {
  width: 6.5vw;
  position: absolute;
  bottom: -0.2vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateX(0%) rotateX(65deg);
  -webkit-transform: translateX(0%) rotateX(65deg);
  -moz-transform: translateX(0%) rotateX(65deg);
  -ms-transform: translateX(0%) rotateX(65deg);
  -o-transform: translateX(0%) rotateX(65deg);
}
.cti-panoramic .btn-360 .zhuanz {
  width: 100%;
  -webkit-animation: rotate 2s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cti-panoramic .btn-360 img {
  position: relative;
  width: 100%;
}
.cti-panoramic .inner-wrap .tabs-label .choosed-tab {
  font-size: 0.16rem;
  line-height: 3;
}
.cti-panoramic ._360wrap {
  width: 100%;
  position: relative;
  opacity: 0;
  pointer-events: none;
}
.cti-panoramic ._360wrap.show {
  opacity: 1;
  pointer-events: auto;
}
.cti-panoramic ._360wrap .car-wrap {
  width: 100%;
  margin: auto;
  position: relative;
  padding-bottom: 6vw;
  padding-top: 3vw;
  box-sizing: border-box;
}
.cti-panoramic ._360wrap .car-wrap img {
  margin: auto;
  width: 70%;
  padding-bottom: 3%;
}
.cti-panoramic ._360wrap .tabs-wrap {
  position: absolute;
  width: 33%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 6;
}
.cti-panoramic ._360wrap .tabs-wrap .tabs-content {
  width: 100%;
  display: flex;
  justify-content: center;
}
.cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items {
  display: block;
  width: 1rem;
}
.cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items .tabs-label {
  width: auto;
  display: none;
  padding: 0;
  font-size: 0.2rem;
  white-space: nowrap;
  text-align: center;
}
.cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items .tabs-label .choosed-tab {
  font-size: 0.16rem;
  line-height: 3;
  color: #fff;
  opacity: 0;
}
.cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items .tabs-img-wrap {
  width: 0.46rem;
  box-shadow: none;
  border-radius: 0;
  margin: auto;
  position: relative;
}
.cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items .tabs-img-wrap .dui {
  width: 0.2rem;
  position: absolute;
  bottom: -0.1vw;
  right: -0.2vw;
  opacity: 0;
}
.cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items.active .tabs-label {
  display: block;
}
.cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items.active .choosed-tab {
  opacity: 1;
}
.cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items.active .tabs-img-wrap {
  position: relative;
}
.cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items.active .tabs-img-wrap .dui {
  opacity: 1;
}
.cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items.active .tabs-img-wrap .color-box {
  border: 0.05rem solid #fff;
}
.cti-panoramic .inner-wrap {
  width: 78vw;
  box-sizing: border-box;
  position: absolute;
  top: calc(-3vw - 74px);
  left: 50%;
  transform: translateX(-50%);
}
.cti-panoramic .inner-wrap .inner-img-wrap {
  width: 100%;
  margin: auto;
  position: relative;
}
.cti-panoramic .inner-wrap .inner-img-wrap img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.cti-panoramic .inner-wrap .tabs-wrap {
  width: 100%;
  position: absolute;
  bottom: -70px;
  padding: 0 0.25rem;
}
.cti-panoramic .inner-wrap .tabs-wrap .tabs-content {
  width: auto;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cti-panoramic .inner-wrap .tabs-wrap .tabs-content .tabs-items {
  display: block;
  min-width: 80px;
  height: 0.36rem;
  margin: 0.2rem 0;
  text-align: center;
}
.cti-panoramic .inner-wrap .tabs-wrap .tabs-content .tabs-items .tabs-label {
  width: 100%;
  display: none;
  padding: 0;
  text-align: center;
  color: #fff;
}
.cti-panoramic .inner-wrap .tabs-wrap .tabs-content .tabs-items .tabs-img-wrap {
  width: 0.46rem;
  box-shadow: none;
  border-radius: 0;
  margin: auto;
}
.cti-panoramic .inner-wrap .tabs-wrap .tabs-content .tabs-items.active .tabs-label {
  display: block;
}
.cti-panoramic .inner-wrap .tabs-wrap .tabs-content .tabs-items.active .tabs-img-wrap {
  display: inline-block;
  position: relative;
}
.cti-panoramic .inner-wrap .tabs-wrap .tabs-content .tabs-items.active .tabs-img-wrap .color-box {
  border-color: #fff;
}
.cti-panoramic .inner-wrap .tabs-wrap .tabs-content .tabs-items.active .tabs-img-wrap .color-box:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../image/btn-inner-choose.png") no-repeat right bottom/0.16rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cti-panoramic .inner-wrap .color-1 {
  background: #a4988d;
  border: 2px solid transparent;
}
.cti-panoramic .inner-wrap .color-2 {
  background: #25262a;
  border: 2px solid transparent;
}
.cti-panoramic .inner-wrap .color-3 {
  background: #5d2f35;
  border: 2px solid transparent;
}
.cti-panoramic .color-box {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 0.46rem;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.cti-panoramic .color-1 {
  background-color: #405a8f;
}
.cti-panoramic .color-2 {
  background-color: #a54242;
}
.cti-panoramic .color-3 {
  background-color: #1a1a1a;
}
.cti-panoramic .color-4 {
  background-color: #82868f;
}
.cti-panoramic .color-5 {
  background-color: #ffffff;
}

@media (max-width: 1600px) {
  .cti-panoramic .color-box {
    width: 0.36rem;
    height: 0.36rem;
  }
  .cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items .tabs-img-wrap .dui {
    bottom: -0.2vw;
    right: 0.2vw;
  }
  .cti-panoramic .inner-wrap .tabs-content .tabs-items.active .tabs-img-wrap {
    width: 0.36rem;
  }
}
@media (max-width: 1024px) {
  .cti-panoramic .car-param .param-item img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .cti-panoramic .car-param .param-item p {
    font-size: 0.24rem;
  }
  .cti-panoramic .car-param .param-item p em {
    font-size: 0.48rem;
  }
  .cti-panoramic .car-param.left {
    left: 0;
  }
  .cti-panoramic .car-param2.left {
    left: 0;
  }
  .cti-panoramic ._360wrap {
    height: 5.36rem;
    position: relative;
  }
  .cti-panoramic ._360wrap .car-wrap {
    width: 10.36rem;
    position: static;
  }
  .cti-panoramic ._360wrap .car-wrap img {
    width: 90%;
  }
  .cti-panoramic ._360wrap .car-wrap .rotate-top {
    width: 5.6vw;
  }
  .cti-panoramic ._360wrap #view360 {
    height: 100%;
  }
  .cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items {
    height: 0.52rem;
  }
  .cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items .tabs-label {
    font-size: 0.28rem;
    padding: 0;
  }
  .cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items .tabs-label .choosed-tab {
    line-height: 0.52rem;
    margin: 0;
    padding: 0 0.2rem;
  }
  .cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items .tabs-img-wrap {
    width: 0.52rem;
    box-sizing: content-box;
  }
  .cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items.active {
    height: 0.52rem;
  }
  .cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items.active .tabs-img-wrap {
    width: 0.52rem;
  }
  .cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items.active .tabs-img-wrap::after {
    width: 0.65rem;
    height: 0.65rem;
    margin-left: -0.04rem;
  }
  .cti-panoramic .inner-wrap .inner-img-wrap {
    width: 100%;
  }
  .cti-panoramic .inner-wrap .tabs-wrap {
    position: absolute;
  }
  .cti-panoramic .inner-wrap .tabs-wrap .tabs-content .tabs-items {
    height: 0.52rem;
    margin: 0.5rem 0;
  }
  .cti-panoramic .inner-wrap .tabs-wrap .tabs-content .tabs-items .tabs-label {
    font-size: 0.28rem;
  }
  .cti-panoramic .inner-wrap .tabs-wrap .tabs-content .tabs-items .tabs-label .choosed-tab {
    line-height: 0.52rem;
    margin: 0;
  }
  .cti-panoramic .inner-wrap .tabs-wrap .tabs-content .tabs-items .tabs-img-wrap {
    width: 0.52rem;
    box-sizing: content-box;
  }
  .cti-panoramic .inner-wrap .tabs-wrap .tabs-content .tabs-items.active {
    height: 0.52rem;
  }
  .cti-panoramic .inner-wrap .tabs-wrap .tabs-content .tabs-items.active .tabs-img-wrap {
    width: 0.52rem;
    margin-right: 0;
  }
  .cti-panoramic .inner-wrap .tabs-wrap .tabs-content .tabs-items.active .tabs-img-wrap::after {
    width: 0.52rem;
    height: 0.52rem;
  }
  .cti-panoramic .color-box {
    width: 0.46rem;
    height: 0.46rem;
  }
}
@media (max-width: 767px) {
  .cti-panoramic .car-param .param-item p span {
    font-size: 0.26rem;
  }
  .cti-panoramic {
    width: 100%;
    margin-top: 0;
  }
  .cti-panoramic .wrapper {
    width: 100%;
    margin: 0;
    top: 50%;
    padding-top: 0;
    transform: translateY(-50%);
  }
  .cti-panoramic .wrapper .section-title {
    padding: 24% 0 2%;
  }
  .cti-panoramic .wrapper .section-title .title-content {
    font-size: 0.58rem;
  }
  .cti-panoramic .car-param {
    text-align: center;
    padding: 0;
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    margin: auto;
    top: 9%;
    transform: none;
  }
  .cti-panoramic .car-param.left {
    left: 10%;
  }
  .cti-panoramic .car-param.right {
    right: 0;
    left: auto;
  }
  .cti-panoramic .car-param .param-item {
    display: inline-block;
    text-align: left;
    margin: 0;
    border-width: 1px;
  }
  .cti-panoramic .car-param .param-item p {
    display: block;
    font-size: 0.18rem;
  }
  .cti-panoramic .car-param .param-item p em {
    font-size: 0.3rem;
  }
  .cti-panoramic .cti-com-tabs {
    top: 26%;
    bottom: auto;
    right: 0;
    width: 100%;
    justify-content: center;
  }
  .cti-panoramic .cti-com-tabs .btn {
    border: 1px solid #646462;
    background: transparent;
    text-align: center;
    min-width: 2.39rem;
    height: 0.66rem;
    line-height: 0.62rem;
  }
  .cti-panoramic .btn-360 {
    bottom: 0;
    padding-bottom: 16vw;
    padding-top: 0;
  }
  .cti-panoramic .btn-360 .rotebox {
    width: 21vw;
    bottom: 13.8vw;
    left: -2vw;
  }
  .cti-panoramic ._360wrap {
    height: 11rem;
    position: relative;
  }
  .cti-panoramic ._360wrap .car-wrap {
    position: absolute;
    width: 100%;
    top: 4.8rem;
  }
  .cti-panoramic ._360wrap .car-wrap img {
    width: 100%;
  }
  .cti-panoramic ._360wrap .car-wrap .rotate {
    width: auto !important;
    top: -0.4rem;
  }
  .cti-panoramic ._360wrap .car-wrap .rotate .rotate-box {
    width: 1.8rem;
    height: 1.8rem;
  }
  .cti-panoramic ._360wrap .car-wrap .rotate .rotate-box i {
    border-left: 0.2rem solid transparent;
    border-right: 0.2rem solid transparent;
    border-bottom: 0.2rem solid black;
    left: 0.2rem;
    transform: rotate(45deg);
  }
  .cti-panoramic ._360wrap #view360 {
    height: 100%;
  }
  .cti-panoramic ._360wrap .tabs-wrap {
    width: 100%;
    position: absolute;
    top: auto;
    right: 0;
    transform: none;
    bottom: 0.5rem;
    padding: 0;
    z-index: 9;
  }
  .cti-panoramic ._360wrap .tabs-wrap .tabs-content {
    width: 100%;
    padding-left: 10vw;
    position: absolute;
    left: 0;
  }
  .cti-panoramic ._360wrap .tabs-wrap .tabs-content:first-child {
    right: auto;
    padding-left: 0;
  }
  .cti-panoramic ._360wrap .tabs-wrap .tabs-content:nth-child(2) {
    margin-top: -50px;
  }
  .cti-panoramic ._360wrap .tabs-wrap .tabs-content:nth-child(2) .tabs-items .tabs-label {
    position: static;
    padding: 0.2rem 0;
  }
  .cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items {
    width: 1.2rem;
    height: auto;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: normal;
  }
  .cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items .tabs-label {
    padding: 0.2rem 0;
    float: none;
    height: auto;
  }
  .cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items .tabs-label .choosed-tab {
    line-height: normal;
    font-size: 0.26rem;
  }
  .cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items .tabs-img-wrap {
    width: 0.56rem;
    box-sizing: content-box;
    display: inline-block;
  }
  .cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items.active {
    height: auto;
  }
  .cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items.active .tabs-img-wrap {
    width: 0.56rem;
    margin-right: 0;
  }
  .cti-panoramic ._360wrap .tabs-wrap .tabs-content .tabs-items.active .tabs-img-wrap::after {
    width: 0.81rem;
    height: 0.81rem;
    margin-left: 0;
  }
  .cti-panoramic .inner-wrap {
    height: 9.6rem;
    top: 19vw;
  }
  .cti-panoramic .inner-wrap .car-param {
    left: 10vw;
    margin-top: -19vw;
  }
  .cti-panoramic .inner-wrap .inner-img-wrap {
    width: 100%;
    margin-top: 4rem;
  }
  .cti-panoramic .inner-wrap .inner-img-wrap img {
    width: 100%;
  }
  .cti-panoramic .inner-wrap .tabs-wrap {
    width: 100%;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    transform: none;
    padding: 0;
  }
  .cti-panoramic .inner-wrap .tabs-wrap .tabs-content {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .cti-panoramic .inner-wrap .tabs-wrap .tabs-content .tabs-items {
    width: 1.2rem;
    height: auto;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: normal;
  }
  .cti-panoramic .inner-wrap .tabs-wrap .tabs-content .tabs-items .tabs-label {
    font-size: 0.18rem;
    padding: 0.2rem 0;
    float: none;
    height: auto;
    margin-left: 0.039rem;
  }
  .cti-panoramic .inner-wrap .tabs-wrap .tabs-content .tabs-items .tabs-label .choosed-tab {
    line-height: normal;
    padding-top: 0.08rem;
  }
  .cti-panoramic .inner-wrap .tabs-wrap .tabs-content .tabs-items .tabs-img-wrap {
    float: none;
    box-sizing: content-box;
    display: inline-block;
  }
  .cti-panoramic .inner-wrap .tabs-wrap .tabs-content .tabs-items.active .tabs-img-wrap {
    margin-right: 0;
  }
  .cti-panoramic .inner-wrap .tabs-wrap .tabs-content .tabs-items.active .tabs-img-wrap::after {
    width: 0.56rem;
    height: 0.56rem;
  }
  .cti-panoramic .section-main-content {
    width: 100%;
  }
  .cti-panoramic .color-box {
    width: 0.56rem;
    height: 0.56rem;
  }
  .cti-panoramic .color-box:after {
    right: -1vw !important;
    bottom: -0.45vw !important;
  }
}
.pop-swiper {
  background-color: rgba(0, 0, 0, 0.95);
}
.pop-swiper .swiper-container {
  height: auto;
}
.pop-swiper .swiper-container .pagination {
  font-size: 0.3rem;
}
.pop-swiper #video-wrap1 {
  width: 60vw;
  margin: 0 auto;
}
.pop-swiper .pop-swiperWrap {
  position: absolute;
  width: 100vw !important;
  left: 0 !important;
  top: 0 !important;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none !important;
}
.pop-swiper .pop-swiperWrap img {
  cursor: pointer;
  width: 100%;
}
.pop-swiper .pop-swiperWrap video {
  width: 100%;
}
.pop-swiper .img-pop {
  width: 5.6rem;
}
.pop-swiper .video-pop {
  width: 5.6rem;
}

@media (max-width: 1024px) {
  .pop-swiper .pop-swiperWrap {
    width: 12rem !important;
  }
}
@media (max-width: 767px) {
  .pop-swiper .pop-swiperWrap {
    width: 95vw !important;
  }
  .pop-swiper .video-warp {
    width: 100% !important;
  }
}
.pop-up-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.92);
}
.pop-up-box .pop-swiper-box {
  width: 70vw;
  max-width: 1920px;
  height: 30vw;
  position: relative;
}
.pop-up-box .pop-swiper-box .header-swiper {
  position: absolute;
  right: 0;
  top: 0;
  width: 26vw;
  height: 0.6rem;
  z-index: 11;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  background-color: #fff;
}
.pop-up-box .pop-swiper-box .header-swiper .header-right-swiper {
  width: 0.6rem;
  height: 0.6rem;
  background-color: black;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pop-up-box .pop-swiper-box .header-swiper .header-right-swiper span {
  font-size: 0.5rem;
  transform: rotate(45deg);
}
.pop-up-box .pop-swiper-box .header-swiper .header-left-swiper {
  width: 40%;
  height: 100%;
  position: relative;
}
.pop-up-box .pop-swiper-box .header-swiper .header-left-swiper .swiper-button-next,
.pop-up-box .pop-swiper-box .header-swiper .header-left-swiper .swiper-button-prev {
  width: 0.2rem;
  height: 0.4rem;
  background-size: 100% 100%;
  margin-top: 0;
  transform: translateY(-50%);
}
.pop-up-box .pop-swiper-box .header-swiper .header-left-swiper .swiper-pagination {
  font-size: 0.24rem;
  line-height: 0.6rem;
  bottom: 50%;
  transform: translateY(50%);
}
.pop-up-box .pop-swiper-box .header-swiper .header-left-swiper .swiper-pagination .swiper-pagination-bullet {
  display: none !important;
}
.pop-up-box .pop-swiper-box .close-icon {
  display: none;
}
.pop-up-box .pop-swiper-box .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-up-box .pop-swiper-box .swiper-slide .left-item {
  width: 44vw;
  height: 100%;
}
.pop-up-box .pop-swiper-box .swiper-slide .left-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pop-up-box .pop-swiper-box .swiper-slide .right-item {
  width: 26vw;
  background-color: #FFF;
  height: 100%;
  box-sizing: border-box;
  padding: 1.48rem 0.3rem;
}
.pop-up-box .pop-swiper-box .swiper-slide .right-item .item-title {
  font-size: 0.22rem;
  font-weight: normal;
  margin-bottom: 0.2rem;
}
.pop-up-box .pop-swiper-box .swiper-slide .right-item .item-content {
  font-size: 0.16rem;
  line-height: 0.3rem;
}

@media (max-width: 767px) {
  .pop-up-box .pop-swiper-box {
    height: 10rem;
    width: 90vw;
  }
  .pop-up-box .pop-swiper-box .header-swiper {
    display: none;
  }
  .pop-up-box .pop-swiper-box .swiper-container {
    width: 90vw;
  }
  .pop-up-box .pop-swiper-box .swiper-slide {
    flex-direction: column;
  }
  .pop-up-box .pop-swiper-box .swiper-slide > div {
    margin-top: 0 !important;
  }
  .pop-up-box .pop-swiper-box .swiper-slide .left-item,
.pop-up-box .pop-swiper-box .swiper-slide .right-item {
    width: 90vw;
  }
  .pop-up-box .pop-swiper-box .swiper-slide .left-item {
    height: 4.2rem;
  }
  .pop-up-box .pop-swiper-box .swiper-slide .right-item {
    height: 3.26rem;
    padding: 0.3rem;
  }
  .pop-up-box .pop-swiper-box .swiper-slide .right-item .item-title {
    font-size: 0.3rem;
  }
  .pop-up-box .pop-swiper-box .swiper-slide .right-item .item-content {
    font-size: 0.24rem;
  }
  .pop-up-box .pop-swiper-box .close-icon {
    display: block;
    width: 0.68rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
  .pop-up-box .pop-swiper-box .close-icon img {
    width: 100%;
  }
}
.cti-questionnaire .btn-toggle {
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  width: 5vw;
  z-index: 100;
  cursor: pointer;
}
.cti-questionnaire .btn-toggle.shaking {
  animation: shaking 0.6s 2 ease 0.3s;
}
.cti-questionnaire .btn-toggle img {
  width: 100%;
}
.cti-questionnaire .btn-toggle .togglebtn-close {
  position: absolute;
  width: 1vw;
  top: 1.8vw;
  right: 0.2vw;
}
@keyframes shaking {
  0% {
    transform: translateY(0%);
  }
  33% {
    transform: translateY(2%);
  }
  66% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0%);
  }
}
.cti-questionnaire img {
  max-width: 100%;
}
.cti-questionnaire .modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cti-questionnaire .modal .wrapper {
  border-radius: 1.5vw;
  background: #fff;
  max-width: 710px;
  width: 80%;
  position: relative;
}
.cti-questionnaire .modal .wrapper.min {
  max-width: 580px;
}
.cti-questionnaire .modal .wrapper .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.cti-questionnaire .modal h3 {
  background: #012c6c;
  border-radius: 1.5vw 1.5vw 0 0;
  padding-top: 1px;
  display: flex;
  align-items: center;
  color: #fff;
}
.cti-questionnaire .modal h3 img {
  margin-top: -46px;
  position: relative;
  max-width: 18.3vw;
  min-width: 230px;
}
.cti-questionnaire .modal h3 img.pd {
  padding: 0 36px;
}
.cti-questionnaire .modal h3 span {
  font-size: 0.26rem;
}
.cti-questionnaire .modal h3.center {
  justify-content: center;
}
.cti-questionnaire .modal h3.center img {
  left: -1vw;
}
.cti-questionnaire .modal .content {
  padding: 30px;
  text-align: center;
}
.cti-questionnaire .modal .content p {
  line-height: 28px;
}
.cti-questionnaire .modal .content .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.8vw 0 0.8vw;
}
.cti-questionnaire .modal .content .btn-group a {
  color: #00aad2;
}
.cti-questionnaire .modal .content .btn-group .base-btn {
  margin: 0 15px;
  border: 1px solid #1c326a;
  min-width: 160px;
}
.cti-questionnaire .modal .content .btn-group .base-btn:hover {
  border-color: #00aad2;
}
.cti-questionnaire .modal .content .btn-group .base-btn.gray {
  color: #1c326a;
  background: transparent;
  border: 1px solid #1c326a;
}
.cti-questionnaire .modal .content .btn-group .base-btn.gray:hover {
  border-color: #ccc;
  color: #ccc;
}
.cti-questionnaire .modal .scroll-view {
  text-align: left;
  max-height: 430px;
  overflow: auto;
}
.cti-questionnaire .modal .scroll-view dl {
  border-bottom: 1px solid #e8e9ea;
  padding-bottom: 0.15rem;
}
.cti-questionnaire .modal .scroll-view dl dt {
  color: #1c326a;
  font-size: 0.22rem;
  position: relative;
  padding-left: 45px;
  margin-bottom: 0.18rem;
}
.cti-questionnaire .modal .scroll-view dl dt span {
  position: absolute;
  left: 0;
  top: 0.028rem;
}
.cti-questionnaire .modal .scroll-view dl dd {
  padding: 0.12rem 0;
  color: #1c326a;
  font-size: 0.19rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.cti-questionnaire .modal .scroll-view dl dd:before {
  width: 25px;
  height: 25px;
  border: 1px solid #1c326a;
  display: block;
  content: "";
  border-radius: 8px;
  margin-right: 0.1rem;
}
.cti-questionnaire .modal .scroll-view dl dd.checked:after {
  content: "";
  width: 35px;
  height: 35px;
  background: url("../image/ok.png") no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cti-questionnaire .modal .scroll-view dl dd.input:after, .cti-questionnaire .modal .scroll-view dl dd.input:before {
  display: none;
}
.cti-questionnaire .modal .scroll-view dl dd textarea {
  width: 80%;
  padding: 10px;
  min-height: 80px;
}

@media screen and (max-width: 768px) {
  .cti-questionnaire .btn-toggle {
    right: 20px;
    bottom: 80px;
    z-index: 100;
    width: 14vw;
    cursor: pointer;
  }
  .cti-questionnaire .btn-toggle .togglebtn-close {
    position: absolute;
    width: 4.2vw;
    top: -2.5vw;
    right: -1vw;
  }
  .cti-questionnaire .modal h3 {
    border-radius: 3.5vw 3.5vw 0 0;
  }
  .cti-questionnaire .modal h3 img {
    width: 40vw;
    margin-top: -6vw;
    padding: 0 6vw;
    min-width: 40vw;
  }
  .cti-questionnaire .modal h3 img.pd {
    padding: 0 6vw;
  }
  .cti-questionnaire .modal h3 span {
    font-size: 0.29rem;
  }
  .cti-questionnaire .modal .wrapper {
    border-radius: 3.5vw;
  }
  .cti-questionnaire .modal .wrapper .btn-close {
    right: 10px;
    top: 10px;
    width: 30px;
  }
  .cti-questionnaire .modal .content p {
    line-height: 20px;
    font-size: 0.22rem;
  }
  .cti-questionnaire .modal .content .btn-group {
    margin: 3.8vw 0 0.8vw;
  }
  .cti-questionnaire .modal .content .btn-group .base-btn {
    min-width: 109px;
  }
  .cti-questionnaire .modal .scroll-view dl dt {
    font-size: 0.25rem;
    padding-left: 32px;
  }
  .cti-questionnaire .modal .scroll-view dl dd {
    font-size: 0.22rem;
  }
  .cti-questionnaire .modal .scroll-view dl dd:before {
    width: 18px;
    height: 18px;
    border-radius: 5px;
  }
  .cti-questionnaire .modal .scroll-view dl dd.checked:after {
    width: 28px;
    height: 28px;
  }
  .cti-questionnaire .modal .scroll-view dl dd textarea {
    width: 100%;
    min-height: 50px;
  }
}
.swiper-reciation {
  position: relative;
  width: 100%;
  height: 6.04rem;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}
.swiper-reciation .swiper-slide {
  max-width: 1328px;
}
.swiper-reciation .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-reciation .swiper-slide .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5vw;
  height: 5vw;
  cursor: pointer;
}
.swiper-reciation .swiper-button-prev {
  left: 0;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.swiper-reciation .swiper-button-next {
  right: 0;
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.swiper-reciation .swiper-pagination {
  width: 80%;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.swiper-reciation .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.05rem;
  border-radius: 0;
  transition: all 0.4s;
  width: 0.5rem;
  background-color: #bab9b9;
  height: 2px;
  position: relative;
}
.swiper-reciation .swiper-pagination .swiper-pagination-bullet:after {
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  cursor: pointer;
}
.swiper-reciation .swiper-pagination .swiper-pagination-bullet-active {
  width: 2.42rem;
  background-color: #193a63;
}

.swiper-reciation .swiper-button-next,
.swiper-reciation .swiper-button-prev {
  background-image: none;
  height: 100%;
  position: absolute;
  margin-top: 0;
  top: 0;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .swiper-reciation .swiper-button-next,
.swiper-reciation .swiper-button-prev {
    display: none;
  }
  .swiper-reciation .swiper-slide .btn-play {
    width: 1rem;
    height: 1rem;
  }
}
body {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.5) #fff;
}
body::-webkit-scrollbar {
  width: 3px;
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}
.section-title {
  padding: 1rem 0 0.39rem;
  text-align: center;
}
.section-title .title-content {
  font-size: 0.36rem;
  line-height: 0.32rem;
}
.section-title .title-desc {
  font-size: 0.26rem;
  line-height: 0.26rem;
  font-family: "HyundaiSansTextCN";
  letter-spacing: 0.03rem;
  padding-top: 0.26rem;
}
.section-title .title-desc strong {
  color: #0d3068;
}

@media (max-width: 1024px) {
  .section-title {
    padding: 0.8rem 0 0.72rem;
  }
  .section-title .title-content {
    font-size: 0.48rem;
  }
  .section-title .title-desc {
    font-size: 0.28rem;
    margin-top: 0.72rem;
  }
}
@media (max-width: 767px) {
  .section-title {
    padding: 0.78rem 0 0.5rem;
  }
  .section-title .title-content {
    font-size: 0.48rem;
  }
  .section-title .title-desc {
    font-size: 0.3rem;
    margin-top: 0.15rem;
  }
}
.cti-testdrive .base-radio-btn input:checked ~ span {
  background-color: #00316c !important;
}
.cti-testdrive .base-radio-btn {
  border: 0.02rem solid #00316c;
}
.cti-testdrive .base-checkbox span {
  border-radius: 50%;
  border: 0.02rem solid #00316c;
}
.cti-testdrive .base-checkbox input:checked ~ span {
  background: url("../image/checked-icon.png") no-repeat center;
}
.cti-testdrive .section-main-content {
  width: 90vw;
  max-width: 1328px;
}
.cti-testdrive .province-city-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cti-testdrive .province-city-box select {
  width: 50%;
}
.cti-testdrive .province-city-box select:nth-child(1) {
  background: none !important;
  border-right: 1px solid #b2b2b2 !important;
}
.cti-testdrive .dealer-box {
  height: 0.84rem !important;
}
.cti-testdrive .dealer-box .deler-box-select {
  height: 0.4rem !important;
}
.cti-testdrive .dealer-box .dealer-box-describe {
  width: 86%;
  display: flex;
  align-items: center;
  border-top: 1px solid #b2b2b2;
  margin-left: 3%;
  box-sizing: border-box;
  padding-top: 0.1rem;
}
.cti-testdrive .dealer-box .dealer-box-describe .dealer-box-describe-img {
  width: 0.14rem;
  margin-right: 0.1rem;
}
.cti-testdrive .dealer-box .dealer-box-describe .dealer-box-describe-img img {
  width: 100%;
}
.cti-testdrive .dealer-box .dealer-box-describe .dealer-box-describe-text {
  font-size: 0.14rem;
  font-weight: 600;
}
.cti-testdrive .car-policy {
  display: none;
}
.cti-testdrive .drive-cantainer {
  background: rgba(255, 255, 255, 0.8);
  padding-top: 1vw;
}
.cti-testdrive .drive-cantainer .drive-wrap {
  position: relative;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap {
  width: 3rem;
  display: inline-block;
  font-family: "HyundaiSansTextCN";
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap > .section-title {
  padding: 0;
  text-align: left;
  font-size: 0.24rem;
  font-weight: 700;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .ab-v2 {
  display: none;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-label:nth-child(2) {
  margin-top: 0;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .submit-btn {
  background-color: #00316c;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  text-align: center;
  font-size: 0.16rem;
  margin-top: 0.2rem;
  cursor: pointer;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-label {
  font-size: 0.18rem;
  margin-top: 0.14rem;
  font-family: "HyundaiSansHeadCN";
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-label .require {
  color: #00316c;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item {
  border-width: 0.02rem;
  margin-top: 0.1rem !important;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item.input-item {
  width: 100%;
  height: 0.42rem;
  border: 1px solid #cccccc;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item.input-item input::-webkit-input-placeholder {
  color: #333333;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item.input-item select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../image/icon-down1.png") #fff no-repeat scroll calc(100% - 0.1rem) center;
  background-size: 0.18rem;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item.radio-item {
  margin-top: 0.2rem;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item.radio-item .base-radio-btn {
  vertical-align: middle;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item.radio-item label {
  display: inline-block;
  font-size: 0.16rem;
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.9rem;
  margin-left: 0.1rem;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item.input-item.province-item {
  border-bottom: 0;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item.input-item.province-item select {
  width: 50%;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .tip {
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-top: 1em;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .tip.posiiton {
  padding-left: 0.3rem;
  background: url("../image/icon-position.png") no-repeat left 0.01rem;
  background-size: 0.14rem;
  display: none;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .check-rule {
  height: 0.24rem;
  line-height: 0.24rem;
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .check-rule span {
  font-size: 0.16rem;
  vertical-align: middle;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .check-rule span.base-checkbox {
  margin-right: 0.1rem;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .check-rule span .rule {
  color: #00316c;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .position-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .detail-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .detail-container .sex-item {
  width: 4.32rem;
  margin-top: 0.2rem;
}
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .detail-container .sex-item label:last-child {
  margin-right: 0;
}
.cti-testdrive .drive-cantainer .drive-wrap .map-wrap {
  width: calc(100% - 3.5rem);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 100%;
}
.cti-testdrive.v2 {
  margin-top: 1rem;
  background: #f5f5f5;
}
.cti-testdrive.v2 > .section-title {
  display: none;
}
.cti-testdrive.v2 .drive-cantainer {
  background: transparent;
}
.cti-testdrive.v2 .drive-cantainer .section-title {
  padding: 0.4rem 0 0.2rem;
}
.cti-testdrive.v2 .drive-cantainer .drive-wrap .info-wrap {
  padding-bottom: 0.5rem;
}
.cti-testdrive.v2 .drive-cantainer .drive-wrap .info-wrap .ab-v1 {
  display: none;
}
.cti-testdrive.v2 .drive-cantainer .drive-wrap .info-wrap .ab-v2 {
  display: block;
}
.cti-testdrive.v2 .drive-cantainer .drive-wrap .info-wrap > .section-title {
  display: block;
}
.cti-testdrive.v2 .drive-cantainer .drive-wrap .info-wrap .form-item select {
  background: url("../image/icon-down1.png") no-repeat scroll calc(100% - 0.1rem) center;
  background-size: 0.18rem;
}
.cti-testdrive.v2 .drive-cantainer .drive-wrap .info-wrap .form-item input {
  background: transparent;
}
.cti-testdrive.v2 .btn-toggle-map {
  position: absolute;
  left: 0;
  top: 0;
  background: #012c6c;
  z-index: 3;
  font-size: 0.15rem;
  padding: 0.13rem 0.21rem 0.13rem 0.25rem;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}
.cti-testdrive.v2 .btn-toggle-map img {
  display: inline-block;
  width: 0.08rem;
  margin-left: 0.05rem;
}
.cti-testdrive.v2 .car-policy {
  width: calc(100% - 5.2rem);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 100%;
  background: url("../image/bg1.jpg") no-repeat left center/cover;
  z-index: 6;
}
.cti-testdrive.v2 .car-policy .btn-toggle-map {
  z-index: 12;
}
.cti-testdrive.v2 .car-policy .section-title {
  color: #002f6c;
  text-align: left;
  margin-left: 0.5rem;
  font-weight: bold;
  margin-top: 0.5rem;
}
.cti-testdrive.v2 .car-policy .list {
  margin-left: 0.5rem;
}
.cti-testdrive.v2 .car-policy .list .grid {
  display: flex;
  align-items: flex-start;
}
.cti-testdrive.v2 .car-policy .list dl {
  color: #002f6c;
}
.cti-testdrive.v2 .car-policy .list dl dt {
  display: flex;
  align-items: center;
  margin: 0.13rem 0;
  font-size: 0.16rem;
  font-weight: bold;
}
.cti-testdrive.v2 .car-policy .list dl dt.price {
  font-size: 0.25rem;
}
.cti-testdrive.v2 .car-policy .list dl dt.price strong {
  font-size: 0.3rem;
}
.cti-testdrive.v2 .car-policy .list dl dt img {
  display: inline-block;
  width: 1.5vw;
  margin-right: 0.5vw;
}
.cti-testdrive.v2 .car-policy .list dl dd {
  font-size: 0.13rem;
  padding: 0.6vw 3.9vw 0.6vw 0.69vw;
  margin: 0;
  background: url("../image/bg2.png") no-repeat right center;
  color: #fff;
  display: inline-block;
  letter-spacing: 3px;
  line-height: 0.18rem;
}
.cti-testdrive.v2 .car-policy .tips {
  display: flex;
  align-items: center;
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: #fff;
  padding: 0.1rem 0;
  margin-top: 0.12rem;
}
.cti-testdrive.v2 .car-policy .tips .btn-shop {
  position: relative;
}
.cti-testdrive.v2 .car-policy .tips .btn-shop .tmall {
  width: 8vw;
}
.cti-testdrive.v2 .car-policy .tips .btn-shop .icon {
  position: absolute;
  width: 1vw;
  top: 2.8vw;
  left: 5.5vw;
  animation: head-flash 1s ease infinite alternate;
}
@keyframes head-flash {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.58);
  }
  40% {
    transform: scale(1);
  }
}

.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item.city-item,
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item.dealer-item {
  margin-top: -0.01rem;
  margin-top: 0;
}

.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item.input-item input,
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item.input-item select {
  width: 100%;
  height: 100%;
  border: none;
  color: #333333;
  padding: 0 0.1rem;
  font-size: 0.16rem;
  font-family: "HyundaiSansTextCN";
}

@media (min-width: 1600px) {
  .cti-testdrive.v2 .car-policy .list {
    margin-top: -0.2vw;
  }
  .cti-testdrive.v2 .car-policy .list dl dt {
    font-size: 0.18rem;
  }
  .cti-testdrive.v2 .car-policy .list dl dd {
    font-size: 0.13rem;
  }
}
@media (max-width: 1600px) {
  .cti-testdrive.v2 .car-policy .tips .btn-shop .tmall {
    width: 12vw;
  }
  .cti-testdrive.v2 .car-policy .tips .btn-shop .icon {
    width: 1vw;
    top: 4.5vw;
    left: 8.1vw;
  }
}
@media (max-width: 1440px) {
  .cti-testdrive.v2 .drive-cantainer .drive-wrap .info-wrap {
    width: 3.5rem;
  }
  .cti-testdrive.v2 .drive-cantainer .drive-wrap .map-wrap {
    width: calc(100% - 3.9rem);
  }
  .cti-testdrive.v2 .car-policy {
    width: calc(100% - 3.9rem);
  }
}
@media (max-width: 1024px) {
  .cti-testdrive {
    padding: 0;
  }
  .cti-testdrive .form-label {
    font-size: 0.3rem !important;
  }
  .cti-testdrive .dealer-box {
    height: 1.79rem !important;
  }
  .cti-testdrive .dealer-box .deler-box-select {
    height: 0.9rem !important;
  }
  .cti-testdrive .dealer-box-describe {
    padding-top: 0.3rem !important;
  }
  .cti-testdrive .dealer-box-describe .dealer-box-describe-img {
    width: 0.15rem !important;
  }
  .cti-testdrive .dealer-box-describe .dealer-box-describe-text {
    font-size: 0.24rem;
  }
  .cti-testdrive .drive-cantainer {
    width: 100%;
    padding-bottom: 0.48rem;
  }
  .cti-testdrive .drive-cantainer .sex-item {
    width: 100%;
  }
  .cti-testdrive .drive-cantainer .block-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .cti-testdrive .drive-cantainer .block-wrapper > div {
    max-width: 100%;
  }
  .cti-testdrive .drive-cantainer .drive-wrap {
    padding: 0 0.3rem;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap {
    display: block;
    width: 100%;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .section-title {
    padding: 0.2rem 0 0.5rem;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-label {
    font-size: 0.24rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.26rem;
    width: 100%;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item {
    border-width: 0.02rem;
    height: 0.9rem;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item.input-item {
    height: 0.9rem;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item.input-item select {
    font-size: 0.3rem !important;
    background-size: 0.22rem;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item.input-item input {
    font-size: 0.3rem !important;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .position-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .position-container .form-item {
    margin-bottom: 0.28rem;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .position-container .form-item.province-item {
    width: 100%;
    border: 1px solid #cccccc;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .detail-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.8rem;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .detail-container .name-item {
    width: 9rem;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .detail-container .sex-item {
    width: 3.05rem;
    margin-top: 0;
    line-height: 0.62rem;
    display: flex;
    align-items: center;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .detail-container .sex-item label {
    font-size: 0.24rem;
    margin-right: 0.38rem;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .detail-container .sex-item label:last-child {
    margin-right: 0;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .detail-container .form-item {
    margin-bottom: 0.28rem;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .check-rule {
    margin-top: 0.24rem;
    height: 0.36rem;
    line-height: 0.36rem;
    margin-bottom: 0.12rem;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .check-rule span {
    font-size: 0.24rem;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .submit-btn {
    margin-top: 0.28rem;
    font-size: 0.28rem;
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .tip {
    line-height: 0.36rem;
    font-size: 0.24rem;
    margin-top: 0;
    margin-bottom: 0.2rem;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .tip.posiiton {
    margin-bottom: 0.38rem;
    padding-left: 0.3rem;
    background-size: 0.22rem;
    display: block;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .map-wrap {
    position: relative;
    margin-top: 0.28rem;
    right: 0;
    top: auto;
    display: block;
    width: 100%;
    height: 5rem;
  }
  .cti-testdrive.v2 {
    position: relative;
  }
  .cti-testdrive.v2 .drive-cantainer .drive-wrap .info-wrap {
    width: 100%;
    padding-bottom: 0;
  }
  .cti-testdrive.v2 .drive-cantainer .drive-wrap .info-wrap .position-container .province-item {
    width: 100%;
    border: 1px solid #cccccc;
  }
  .cti-testdrive.v2 .drive-cantainer .drive-wrap .info-wrap .detail-container {
    margin-top: 0;
  }
  .cti-testdrive.v2 .drive-cantainer .drive-wrap .info-wrap .ab-v2 {
    margin-top: 0.24rem;
    margin-bottom: 0.24rem;
  }
  .cti-testdrive.v2 .drive-cantainer .drive-wrap .info-wrap .ab-v2 > div {
    position: relative;
  }
  .cti-testdrive.v2 .drive-cantainer .drive-wrap .map-wrap {
    width: 100%;
    margin-top: 0.28rem;
    height: 130vw;
  }
  .cti-testdrive.v2 .btn-toggle-map {
    right: 0;
    left: auto;
    top: 5vw;
    font-size: 0.18rem;
    padding: 0.18rem 0.23rem 0.18rem 0.27rem;
  }
  .cti-testdrive.v2 .btn-toggle-map img {
    width: 0.12rem;
    margin-left: 0.09rem;
  }
  .cti-testdrive.v2 .car-policy {
    background: url("../image/bg2.jpg") no-repeat 80% top/cover;
    width: calc(100% - 0.6rem);
    position: absolute;
    margin: 0 0.3rem;
    left: 0;
    top: 1.91rem;
    display: block;
    height: 130vw;
    bottom: auto;
  }
  .cti-testdrive.v2 .car-policy .section-title {
    margin-left: 0.3rem;
    padding: 0.2rem 0;
  }
  .cti-testdrive.v2 .car-policy .list {
    padding-top: 1vw;
    margin-left: 0.3rem;
  }
  .cti-testdrive.v2 .car-policy .list .grid {
    display: block;
  }
  .cti-testdrive.v2 .car-policy .list .grid .col {
    margin-right: 3.9vw;
  }
  .cti-testdrive.v2 .car-policy .list dl {
    font-weight: bold;
  }
  .cti-testdrive.v2 .car-policy .list dl dt {
    font-size: 0.29rem;
  }
  .cti-testdrive.v2 .car-policy .list dl dt.price {
    font-size: 0.32rem;
  }
  .cti-testdrive.v2 .car-policy .list dl dt.price strong {
    font-size: 0.4rem;
  }
  .cti-testdrive.v2 .car-policy .list dl dt img {
    width: 4.8vw;
  }
  .cti-testdrive.v2 .car-policy .list dl dd {
    font-size: 0.21rem;
    padding: 2.8vw 18vw 2.8vw 2.8vw;
    line-height: 0.3rem;
  }
  .cti-testdrive.v2 .car-policy .list .tips {
    font-size: 0.22rem;
    bottom: 2vw;
    line-height: 0.32rem;
    left: 1vw;
  }
  .cti-testdrive.v2 .car-policy .list .tips .btn-shop .tmall {
    width: 25vw;
  }
  .cti-testdrive.v2 .car-policy .list .tips .btn-shop .icon {
    width: 3vw;
    left: 17.5vw;
    top: 9.5vw;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item.city-item,
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item.dealer-item {
    margin-top: 0;
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item.input-item input,
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .form-item.input-item select {
    font-size: 0.24rem;
    text-indent: 0.22rem;
    background-size: 0.24rem;
    background-position-x: calc(100% - 0.22rem);
  }
  .cti-testdrive .drive-cantainer .drive-wrap .info-wrap .position-container .city-item,
.cti-testdrive .drive-cantainer .drive-wrap .info-wrap .position-container .province-item {
    width: 3.05rem;
  }
}
.img-tabs .img-tab-wrap {
  width: auto;
}
.cti-wonderful .section-main-content {
  width: 92.8vw;
  margin-top: 0.3rem;
}
.cti-wonderful .pc-pad .list-number {
  bottom: 0.3rem;
}
.cti-wonderful .mb-only .list-number {
  bottom: 0.3rem;
}
.cti-wonderful .list-number {
  transition: all 0.6s;
  position: absolute;
  right: 0.2rem;
  display: flex;
  z-index: 55;
}
.cti-wonderful .list-number .number-cont {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-top: auto;
}
.cti-wonderful .list-number .number-cont .active-page {
  color: #ffffff;
  font-size: 0.48rem;
  font-weight: 400;
  padding-bottom: 0.29rem;
  letter-spacing: 0.03rem;
}
.cti-wonderful .list-number .number-cont i {
  width: 0.45rem;
  height: 1px;
  background: #ffffff;
  opacity: 0.5;
  transform: rotate(-45deg);
  display: inline-block;
  margin: -0.2rem;
}
.cti-wonderful .list-number .number-cont .total-page {
  font-size: 0.48rem;
  color: #ffffff;
  opacity: 0.5;
  margin-top: 0.3rem;
}
.cti-wonderful .wonderful-swiper .pagination-wrap {
  width: 100%;
}
.cti-wonderful .swiper-wrapper {
  height: auto;
}
.cti-wonderful .swiperWrap .swiper-items .control-swiper .control-top {
  height: auto;
  margin-bottom: 0.2rem;
}
.cti-wonderful .swiperWrap .swiper-items .control-swiper .control-top .arrow-right_disabled {
  right: 0.34rem;
  top: 0.84rem;
  bottom: 0;
  margin: auto;
  background: url(../image/arrow-right1.png) no-repeat center/100%;
  width: 0.8rem;
  height: 0.8rem;
}
.cti-wonderful .swiperWrap .swiper-items .control-swiper .control-top .arrow-right_hover {
  right: 0.34rem;
  top: 0.73rem;
  bottom: 0;
  margin: auto;
  background: url(../image/arrow-right-hover.png) no-repeat center/100%;
  width: 0.8rem;
  height: 0.8rem;
}
.cti-wonderful .swiperWrap .swiper-items .control-swiper .control-top .arrow-left_disabled {
  left: 0.34rem;
  top: 0.73rem;
  bottom: 0;
  margin: auto;
  background: url(../image/arrow-left1.png) no-repeat center/100%;
  width: 0.8rem;
  height: 0.8rem;
  opacity: 1;
}
.cti-wonderful .swiperWrap .swiper-items .control-swiper .control-top .arrow-left_hover {
  left: 0.34rem;
  top: 0.84rem;
  bottom: 0;
  margin: auto;
  background: url(../image/arrow-left-hover.png) no-repeat center/100%;
  width: 0.8rem;
  height: 0.8rem;
  opacity: 1;
}
.cti-wonderful .pagination-wrap .swiper-pagination-bullet {
  background-color: #000000;
  border: none;
}
.cti-wonderful .pagination-wrap .swiper-pagination-bullet-active {
  background-color: #002f6c;
}
.cti-wonderful .winderful-list li {
  width: 3.15rem;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0 0.04rem 0.04rem 0;
  width: calc(25% - 0.031rem);
}
.cti-wonderful .winderful-list li .winderful-list-img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  transform: scale(1);
  display: block;
  cursor: pointer;
}
.cti-wonderful .winderful-list li .file-type {
  position: absolute;
  left: 0.16rem;
  bottom: 0.2rem;
  width: 0.25rem;
}
.cti-wonderful .winderful-list li:hover .winderful-list-img {
  transform: scale(1.1);
}
.cti-wonderful .winderful-list li:nth-child(4n) {
  margin-right: 0;
}

.pop-swiper {
  background-color: rgba(0, 0, 0, 0.95);
}
.pop-swiper .swiper-container {
  height: auto;
}
.pop-swiper .swiper-container .pagination {
  font-size: 0.3rem;
}
.pop-swiper #video-wrap1 {
  width: 60vw;
  margin: 0 auto;
}
.pop-swiper .pop-swiperWrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.pop-swiper .pop-swiperWrap img {
  cursor: pointer;
  width: 100%;
}
.pop-swiper .img-pop {
  width: 5.6rem;
}
.pop-swiper .video-pop {
  width: 5.6rem;
}

@media (max-width: 1024px) {
  .cti-wonderful .pop-swiperWrap {
    width: 12rem !important;
  }
  .cti-wonderful .swiperWrap .pagination-wrap {
    height: 1rem;
    line-height: 1rem;
  }
}
@media (max-width: 768px) {
  .cti-wonderful .pop-swiperWrap {
    width: 12rem !important;
  }
  .cti-wonderful #video-wrap1 {
    width: 86vw;
    margin: 0 auto;
  }
  .cti-wonderful .swiperWrap .pagination-wrap {
    margin-top: 0.39rem;
  }
}
@media (max-width: 767px) {
  .cti-wonderful .pop-swiperWrap {
    width: 7rem !important;
  }
  .cti-wonderful .winderful-list li {
    width: calc(50% - 0.02rem) !important;
  }
  .cti-wonderful .winderful-list li:nth-child(2n) {
    margin-right: 0;
  }
}