.section-main-content {
  width: 11.2rem;
  margin: 0 auto;
}
.large-content {
  width: 93.75%;
  margin: 0 auto;
}
.text-container {
  position: absolute;
  left: calc(50% - 5.6rem);
  z-index: 2;
}
.swiper-container {
  width: 100%;
}
.swiper-container .slide-contanier {
  position: relative;
  display: block;
}
.swiper-container .slide-contanier .swiper-img {
  width: 100%;
}
.swiper-container .slide-contanier .video-btn {
  width: 0.84rem;
  height: 0.84rem;
  background: url(../hyundai/assets/imgs/common/m-play-btn.png);
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.swiper-container .slide-contanier .video-btn:hover {
  opacity: 1;
}
.swiper-container .slide-contanier .video-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #000;
  display: none;
}
.swiper-container .slide-contanier .video-wrap .video-close {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../hyundai/assets/imgs/common/pop-close.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  cursor: pointer;
  z-index: 2;
}
.swiper-container .slide-contanier .video-wrap > div {
  width: 100%;
  height: 100%;
}
.swiper-container .slide-contanier .video-wrap > div video {
  height: 100% !important;
}
.swiper-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-button.arrow-left {
  left: 0;
}
.swiper-button.arrow-right {
  right: 0;
}
.section-title {
  padding: 0.6rem 0 0.3rem;
  line-height: 1;
  text-align: center;
}
.section-title .title-content {
  font-size: 0.4rem;
  position: relative;
}
.section-title .title-content:after {
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.04rem;
  background-color: #007FA8;
  position: absolute;
  bottom: -0.34rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-title .title-desc {
  font-size: 0.2rem;
  margin-top: 0.6rem;
  font-family: 'HyundaiSansTextCN';
}
.section-title .title-desc strong {
  color: #007FA8;
}
.pagination-wrap {
  height: 0.8rem;
  line-height: 0.8rem;
}
.page-info {
  line-height: 0.7rem;
  padding: 0 0.3rem;
  color: #fff;
  font-size: 0.24rem;
  font-family: 'HyundaiSansHeadCN';
  position: absolute;
  bottom: 0;
  right: 0;
}
.control-bottom .swiper-slide {
  position: relative;
}
.control-bottom .swiper-slide:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.control-bottom .swiper-slide.active:after {
  display: none;
}
.page-nav-wrap {
  width: 100%;
  height: 0.7rem;
  border-bottom: 0.01rem solid #cccccc;
  background-color: #fff;
}
.page-nav-wrap .page-nav-list {
  font-size: 0;
  display: table;
}
.page-nav-wrap .page-nav-list .page-nav-item {
  display: table-cell;
  font-size: 0;
  text-align: center;
}
.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: #007FA8;
  border-bottom: 0.04rem solid #007FA8;
}
.page-nav-wrap .page-nav-list .page-nav-item:hover a {
  color: #007FA8;
}
.page-nav-wrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.line {
  margin-top: 0.18rem;
}
.swiper-tabs .swiper-tab-item {
  text-align: center;
  line-height: 0.6rem;
  background-color: #F3F3F2;
  font-size: 0.18rem;
  cursor: pointer;
}
.swiper-tabs .swiper-tab-item.active {
  background-color: #007FA8;
  color: #fff;
}
.section1 .kv-container {
  background: url(../hyundai/assets/resource/vehicle/section1/pc/kv-bg.jpg) no-repeat center bottom #f0f0f0;
  background-size: 100%;
}
.section1 #kv-swiper {
}
.section1 #kv-swiper .text-container {
  font-size: 0;
  top: 0.4rem;
}
.section1 #kv-swiper .text-container.white {
  color: #fff;
}
.section1 #kv-swiper .text-container .kv-title {
  display: inline-block;
  font-size: 0.4rem;
  line-height: 1;
}
.section1 #kv-swiper .text-container .kv-title .en-name {
  display: inline !important;
  font-size: 0.3rem;
  margin-left: 0.1rem;
  white-space: nowrap;
}
.section1 #kv-swiper .text-container .kv-desc {
  font-size: 0.26rem;
  letter-spacing: 0.1em;
  font-family: 'HyundaiSansTextCN';
  line-height: 1;
  margin: 0.2rem 0;
}
.section1 .vehicle-watch .watch-item {
  position: relative;
  overflow: hidden;
}
.section1 .vehicle-watch .watch-item .watch-img {
  width: 100%;
}
.section1 .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;
}
.section1 .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%;
}
@media (max-width: 1500px) {
  .section1 .vehicle-watch .watch-item .shade .icon {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: 6%;
  }
}
.section1 .vehicle-watch .watch-item .shade .icon.price {
  background-image: url(../hyundai/assets/resource/vehicle/icons/icon-price.png);
  background-size: 96%;
}
.section1 .vehicle-watch .watch-item .shade .icon.speed {
  background-image: url(../hyundai/assets/resource/vehicle/icons/icon-speed.png);
  background-size: 96%;
}
.section1 .vehicle-watch .watch-item .shade .icon.fuel {
  background-image: url(../hyundai/assets/resource/vehicle/icons/icon-fuel.png);
  background-size: 88%;
}
.section1 .vehicle-watch .watch-item .shade .icon.engine {
  background-image: url(../hyundai/assets/resource/vehicle/icons/icon-engine.png);
  background-size: 100%;
}
.section1 .vehicle-watch .watch-item .shade .icon.electric {
  background-image: url(../hyundai/assets/resource/vehicle/icons/icon-electric.png);
  background-size: 96%;
}
.section1 .vehicle-watch .watch-item .shade .watch-detail {
  line-height: 0.24rem;
  margin-top: 0.2rem;
}
.section1 .vehicle-watch .watch-item .shade .watch-detail .value {
  font-size: 0.24rem;
  font-weight: 500;
}
.section1 .vehicle-watch .watch-item .shade .watch-detail .unit {
  font-size: 0.18rem;
}
.section1 .vehicle-watch .watch-item .shade .watch-desc {
  font-family: 'HyundaiSansTextCN';
  margin-top: 1.5%;
}
.section2 .lights-item {
  margin: 0.2rem 0 0.5rem;
  cursor: pointer;
}
.section2 .lights-item:hover {
  -webkit-box-shadow: 0 0.05rem 0.3rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.05rem 0.3rem 0 rgba(0, 0, 0, 0.2);
}
.section2 .lights-item:hover .lights-intr {
  background-color: #fff;
}
.section2 .lights-item .lights-img {
  width: 100%;
}
.section2 .lights-item .lights-intr {
  background-color: #f3f3f2;
  position: relative;
  padding: 0.3rem 0.4rem;
}
.section2 .lights-item .lights-intr .lights-title {
  line-height: 1;
  font-size: 0.3rem;
}
.section2 .lights-item .lights-intr .lights-desc {
  font-family: 'HyundaiSansTextCN';
  line-height: 1.5;
  padding: 0.18rem 0;
  padding-right: 3.4rem;
  color: #666666;
}
.section2 .lights-item .lights-intr .detial-btn {
  display: block;
  width: calc(4em + 0.6rem);
  height: 0.4rem;
  line-height: 0.4rem;
  color: #007FA8;
  background: url(../hyundai/assets/resource/vehicle/icons/icon-next.png) no-repeat right center;
  background-size: 0.4rem;
  position: absolute;
  right: 0.4rem;
  top: 0.55rem;
}
.section3 .tabs-wrap {
  padding: 0.2rem 0;
  font-size: 0;
}
.section3 .tabs-wrap .tabs-label {
  display: inline-block;
  vertical-align: middle;
  width: 4.2rem;
}
.section3 .tabs-wrap .tabs-label .tabs-type {
  font-size: 0.24rem;
  line-height: 1.75;
}
.section3 .tabs-wrap .tabs-label .choosed-tab {
  font-size: 0.16rem;
  line-height: 2.25;
}
.section3 .tabs-wrap .tabs-content {
  width: 6.9rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.25rem;
  position: relative;
}
.section3 .tabs-wrap .tabs-content .tabs-items {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  text-align: center;
  font-size: 0;
}
.section3 .tabs-wrap .tabs-content .tabs-items:before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.section3 .tabs-wrap .tabs-content .tabs-items .tabs-img-wrap {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-box-shadow: 0.01rem 0.03rem 0.13rem 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0.01rem 0.03rem 0.13rem 0 rgba(0, 0, 0, 0.4);
  position: relative;
  cursor: pointer;
}
.section3 .tabs-wrap .tabs-content .tabs-items .tabs-img-wrap img {
  width: 100%;
}
.section3 .tabs-wrap .tabs-content .tabs-items .tabs-img-wrap.active:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 0.02rem solid #007FA8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.section3 .tabs-wrap .tabs-content .tabs-items .tabs-img-wrap.active:after {
  content: '';
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../hyundai/assets/resource/vehicle/icons/icon-checked.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -0.06rem;
  right: -0.06rem;
}
.section3 .tabs-wrap .tabs-content .tabs-items.color-tab .tabs-img-wrap {
  width: 0.52rem;
}
.section3 .tabs-wrap .tabs-content .tabs-items.wheel-tab .tabs-img-wrap {
  width: 0.56rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.section3 .tabs-wrap .tabs-content .tabs-items.wheel-tab .tabs-img-wrap.active:before {
  display: none;
}
.section3 .tabs-wrap .tabs-content .tabs-items.wheel-tab .tabs-img-wrap.active:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.2rem;
  height: 0.2rem;
}
.section3 .tabs-wrap .tabs-content .tabs-items.inner-tab .tabs-img-wrap {
  width: 0.54rem;
}
.section3 .tabs-wrap .tabs-content .icon-left, .section3 .tabs-wrap .tabs-content .icon-right {
  display: block;
  width: 0.08rem;
  height: 0.16rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section3 .tabs-wrap .tabs-content .icon-left {
  left: 0.12rem;
  background-image: url(../hyundai/assets/resource/vehicle/icons/icon-left.png);
}
.section3 .tabs-wrap .tabs-content .icon-right {
  right: 0.12rem;
  background-image: url(../hyundai/assets/resource/vehicle/icons/icon-right.png);
}
.section3 .tabs-wrap .tabs-content .fake-pagination {
  width: 100%;
  text-align: center;
  font-size: 0;
  position: absolute;
  left: 0;
  bottom: 0.18rem;
}
.section3 .tabs-wrap .tabs-content .fake-pagination span {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  margin: 0 0.05rem;
  border: 1px solid #9b9b9b;
  border-radius: 50%;
  cursor: pointer;
}
.section3 .tabs-wrap .tabs-content .fake-pagination span.active {
  background-color: #007FA8;
  border-color: #007FA8;
}
.section3 ._360wrap {
  width: 18rem;
  margin: 0 auto;
  position: relative;
}
.section3 ._360wrap .car-wrap {
  position: relative;
}
.section3 ._360wrap .car-wrap .car-bg {
  width: 100%;
}
.section3 ._360wrap .car-wrap .btn-360 {
  width: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.section3 ._360wrap #view360 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
.section3 ._360wrap .close360 {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  background: url(../hyundai/assets/imgs/common/pop-close.png) no-repeat center;
  background-size: 100%;
  z-index: 2;
  cursor: pointer;
  display: none;
}
.section3 ._360wrap.show720 #view360 {
  z-index: 2;
  opacity: 1;
}
.section3 ._360wrap.show720 .close360 {
  display: block;
}
.section3 .inner-wrap .inner-img-wrap .inner-img-item {
  display: none;
}
.section3 .inner-wrap .inner-img-wrap .inner-img-item .inner-img {
  width: 100%;
}
.section3 .inner-wrap .inner-img-wrap .inner-img-item:first-child {
  display: block;
}
.section4 .configure-swiper {
  position: relative;
  margin-left: -0.3rem;
  margin-right: -0.3rem;
  margin-top: -0.3rem;
}
.section4 #configure-swiper {
  height: 6.68rem;
}
.section4 .swiper-button {
  z-index: 3;
}
.section4 .arrow-left {
  left: 0.3rem;
}
.section4 .arrow-right {
  right: 0.3rem;
}
.section4 .pagination-wrap {
  margin-top: -0.3rem;
}
.section4 .configure-slide {
  padding: 0.3rem 0.14rem;
  font-size: 0;
}
.section4 .configure-slide .configure-item {
  display: inline-block;
  width: 3.52rem;
  background-color: #f3f3f2;
  margin: 0 0.16rem;
  padding-bottom: 0.36rem;
}
.section4 .configure-slide .configure-item .configure-car {
  width: 100%;
}
.section4 .configure-slide .configure-item .configure-content {
  padding: 0 0.26rem;
  text-align: center;
}
.section4 .configure-slide .configure-item .configure-content .car-type {
  font-size: 0.3rem;
  line-height: 2;
}
.section4 .configure-slide .configure-item .configure-content .car-model {
  font-size: 0.18rem;
  color: #666666;
  font-family: 'HyundaiSansTextCN';
}
.section4 .configure-slide .configure-item .configure-content .car-price-wrap {
  margin-top: 0.1rem;
  line-height: 0.28rem;
  height: 0.28rem;
  font-size: 0.16rem;
}
.section4 .configure-slide .configure-item .configure-content .car-price-wrap .value {
  font-size: 0.3rem;
  font-weight: bold;
  color: #007FA8;
  margin-left: 0.1rem;
}
.section4 .configure-slide .configure-item .configure-content .car-price-wrap .unit {
  color: #007FA8;
}
.section4 .configure-slide .configure-item .configure-content .configure-detail {
  border: 0.02rem solid #cccccc;
  border-left: none;
  border-right: none;
  margin: 0.3rem 0;
  padding: 0.13rem 0.38rem;
}
.section4 .configure-slide .configure-item .configure-content .configure-detail .detail-item {
  height: 0.42rem;
  display: table;
  width: 100%;
}
.section4 .configure-slide .configure-item .configure-content .configure-detail .detail-item .detail-label, .section4 .configure-slide .configure-item .configure-content .configure-detail .detail-item .detail-value {
  display: table-cell;
  vertical-align: middle;
}
.section4 .configure-slide .configure-item .configure-content .configure-detail .detail-item .detail-label {
  font-size: 0.16rem;
  text-align: left;
}
.section4 .configure-slide .configure-item .configure-content .configure-detail .detail-item .detail-label .unit {
  font-family: 'HyundaiSansTextCN';
}
.section4 .configure-slide .configure-item .configure-content .configure-detail .detail-item .detail-value {
  font-size: 0.18rem;
  color: #007FA8;
  white-space: nowrap;
  text-align: right;
}
.section4 .configure-slide .configure-item .configure-content .btn-wrap {
  margin-left: -0.16rem;
  margin-right: -0.16rem;
}
.section4 .configure-slide .configure-item .configure-content .btn-wrap .configure-btn {
  display: inline-block;
  width: 1.34rem;
  height: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.4rem;
  background-color: #007FA8;
  color: #fff;
  margin: 0 0.16rem;
}
.section4 .configure-slide .configure-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0.05rem 0.3rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.05rem 0.3rem 0 rgba(0, 0, 0, 0.2);
}
.section5 {
  margin-bottom: 0.5rem;
}
.section6 img {
  width: 100%;
}
.section7 {
  padding-bottom: 0.6rem;
  background: url(../hyundai/assets/resource/vehicle/section7/pc/section-bg.jpg) no-repeat center bottom;
  background-size: 100%;
}
.section7 .drive-cantainer {
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 0.8rem;
}
.section7 .drive-cantainer .drive-wrap {
  position: relative;
}
.section7 .drive-cantainer .drive-wrap .info-wrap {
  width: 3.52rem;
  display: inline-block;
  font-family: 'HyundaiSansTextCN';
}
.section7 .drive-cantainer .drive-wrap .info-wrap .form-label {
  font-size: 0.18rem;
  line-height: 0.46rem;
  margin-top: 0.14rem;
  font-family: 'HyundaiSansHeadCN';
}
.section7 .drive-cantainer .drive-wrap .info-wrap .form-label .require {
  color: #e63312;
}
.section7 .drive-cantainer .drive-wrap .info-wrap .form-item.city-item, .section7 .drive-cantainer .drive-wrap .info-wrap .form-item.dealer-item {
  margin-top: -0.01rem;
}
.section7 .drive-cantainer .drive-wrap .info-wrap .form-item.input-item {
  width: 100%;
  height: 0.42rem;
  border: 1px solid #cccccc;
}
.section7 .drive-cantainer .drive-wrap .info-wrap .form-item.input-item input, .section7 .drive-cantainer .drive-wrap .info-wrap .form-item.input-item select {
  width: 100%;
  height: 100%;
  border: none;
  color: #333333;
  text-indent: 0.1rem;
  font-size: 0.16rem;
  font-family: 'HyundaiSansTextCN';
}
.section7 .drive-cantainer .drive-wrap .info-wrap .form-item.input-item input::-webkit-input-placeholder {
  color: #333333;
}
.section7 .drive-cantainer .drive-wrap .info-wrap .form-item.input-item select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../hyundai/assets/resource/vehicle/icons/icon-down.png) no-repeat scroll calc(100% - 0.1rem) center #ffffff;
  background-size: 0.18rem;
}
.section7 .drive-cantainer .drive-wrap .info-wrap .form-item.radio-item {
  margin-top: 0.2rem;
}
.section7 .drive-cantainer .drive-wrap .info-wrap .form-item.radio-item .base-radio-btn {
  vertical-align: middle;
}
.section7 .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;
}
.section7 .drive-cantainer .drive-wrap .info-wrap .tip {
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-top: 1em;
}
.section7 .drive-cantainer .drive-wrap .info-wrap .tip.posiiton {
  padding-left: 0.3rem;
  background: url(../hyundai/assets/resource/vehicle/icons/icon-position.png) no-repeat left 0.01rem;
  background-size: 0.14rem;
}
.section7 .drive-cantainer .drive-wrap .info-wrap .check-rule {
  height: 0.24rem;
  line-height: 0.24rem;
  margin-top: 0.3rem;
}
.section7 .drive-cantainer .drive-wrap .info-wrap .check-rule span {
  font-size: 0.16rem;
  vertical-align: middle;
}
.section7 .drive-cantainer .drive-wrap .info-wrap .check-rule span.base-checkbox {
  margin-right: 0.1rem;
}
.section7 .drive-cantainer .drive-wrap .info-wrap .check-rule span .rule {
  color: #007FA8;
}
.section7 .drive-cantainer .drive-wrap .info-wrap .submit-btn {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  background-color: #007FA8;
  text-align: center;
  font-size: 0.16rem;
  margin-top: 0.2rem;
  cursor: pointer;
}
.section7 .drive-cantainer .drive-wrap .map-wrap {
  width: 7.35rem;
  position: absolute;
  right: 0;
  top: 0.3rem;
  bottom: 0;
}
.section8 .media-swiper {
  position: relative;
  margin-left: -0.3rem;
  margin-right: -0.3rem;
  margin-top: -0.3rem;
}
.section8 #media-swiper {
  height: 7.4rem;
}
.section8 .arrow-left {
  left: 0.3rem;
}
.section8 .arrow-right {
  right: 0.3rem;
}
.section8 .pagination-wrap {
  margin-top: -0.2rem;
}
.section8 .media-slide {
  padding: 0.3rem 0.14rem;
  font-size: 0;
}
.section8 .media-slide .media-item {
  display: inline-block;
  width: 5.44rem;
  background-color: #f3f3f2;
  margin: 0 0.16rem;
  color: #333;
}
.section8 .media-slide .media-item .media-img {
  width: 100%;
}
.section8 .media-slide .media-item .media-content {
  padding: 0.2rem;
}
.section8 .media-slide .media-item .media-content .media-title {
  line-height: 1;
  padding-top: 0.1rem;
  padding-left: 0.48rem;
  background: url(../hyundai/assets/resource/vehicle/icons/icon-msg.png) no-repeat left center;
  background-size: 0.3rem;
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section8 .media-slide .media-item .media-content .media-detail {
  font-size: 0.16rem;
  line-height: 1.5;
  margin: 0.22rem 0;
  font-family: 'HyundaiSansTextCN';
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section8 .media-slide .media-item .media-content .media-info {
  line-height: 0.26rem;
  font-size: 0;
}
.section8 .media-slide .media-item .media-content .media-info .media-time {
  font-size: 0.18rem;
  font-family: 'HyundaiSansHeadCN';
}
.section8 .media-slide .media-item .media-content .media-info .detail-btn {
  font-size: 0.16rem;
  color: #007FA8;
  padding-right: 0.2rem;
  background: url(../hyundai/assets/resource/vehicle/icons/icon-next-arrow.png) no-repeat right center;
  background-size: 0.14rem;
  float: right;
}
.section8 .media-slide .media-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0.05rem 0.3rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.05rem 0.3rem 0 rgba(0, 0, 0, 0.2);
}
.section9 {
  background-color: #f6f3f2;
}
.section9 .activity-swiper {
  position: relative;
  padding-bottom: 0.1rem;
}
.section9 #activity-swiper {
  height: 5.5rem;
}
.section9 #activity-swiper .text-container {
  top: 1.4rem;
  color: #ffffff;
}
.section9 #activity-swiper .text-container.blue {
  color: #002c5f;
}
.section9 #activity-swiper .text-container .activity-title {
  font-size: 0.6rem;
  line-height: 1;
}
.section9 #activity-swiper .text-container .activity-title-en {
  font-size: 0.3rem;
  line-height: 1.6;
  padding: 0.16rem 0;
  margin-bottom: 0.04rem;
  position: relative;
  font-family: 'HyundaiSansTextCN';
}
.section9 #activity-swiper .text-container .activity-title-en::after {
  content: '';
  width: 0.8rem;
  height: 0.04rem;
  background-color: #007FA8;
  position: absolute;
  left: 0;
  bottom: -0.04rem;
}
.section9 #activity-swiper .text-container .activity-desc {
  font-size: 0.3rem;
  line-height: 1.6;
  padding: 0.16rem 0;
  position: relative;
  font-family: 'HyundaiSansTextCN';
  margin-bottom: 0.4rem;
}
.section9 .pagination-wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.section10 {
  background-color: #f6f3f2;
  padding-bottom: 0.8rem;
}
.section10 .rec-list {
  margin-left: -0.05rem;
  margin-right: -0.05rem;
}
.section10 .rec-list .rec-item {
  padding: 0 0.05rem;
  position: relative;
}
.section10 .rec-list .rec-item img {
  width: 100%;
}
.section10 .rec-list .rec-item .text-wrap {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  color: #fff;
}
.section10 .rec-list .rec-item .text-wrap .rec-title {
  font-size: 0.36rem;
  line-height: 1;
}
.section10 .rec-list .rec-item .text-wrap .rec-desc {
  font-size: 0.18rem;
  line-height: 1;
  font-family: 'HyundaiSansTextCN';
  margin: 0.16rem 0 0.4rem;
}
.section11 {
  padding-bottom: 0.5rem;
}
.section11 .calculate-wrap, .section11 .car-wrap {
  width: 5.44rem;
  display: inline-block;
  vertical-align: bottom;
}
.section11 .calculate-wrap {
  padding-left: 0.64rem;
  font-size: 0.18rem;
}
.section11 .calculate-wrap .durability-wrap {
  padding-top: 0.2rem;
  margin-bottom: 0.4rem;
}
.section11 .calculate-wrap .durability-wrap .durability {
  color: #007FA8;
}
.section11 .calculate-wrap .durability-wrap .durability .durability-value {
  font-size: 0.36rem;
  font-weight: bold;
  margin-left: 0.15rem;
  margin-right: 0.1rem;
}
.section11 .calculate-wrap .condition-wrap {
  margin-bottom: 0.17rem;
}
.section11 .calculate-wrap .condition-wrap .condition-value-wrap {
  line-height: 0.6rem;
}
.section11 .calculate-wrap .condition-wrap .condition-value-wrap .condition-value {
  float: right;
}
.section11 .calculate-wrap .condition-wrap .irs--round {
  height: 0.2rem;
}
.section11 .calculate-wrap .condition-wrap .irs--round .irs-line {
  background-color: #d6d6d6;
}
.section11 .calculate-wrap .condition-wrap .irs--round .irs-from, .section11 .calculate-wrap .condition-wrap .irs--round .irs-to, .section11 .calculate-wrap .condition-wrap .irs--round .irs-single, .section11 .calculate-wrap .condition-wrap .irs--round .irs-bar {
  background-color: #007FA8;
}
.section11 .calculate-wrap .condition-wrap .irs--round .irs-line, .section11 .calculate-wrap .condition-wrap .irs--round .irs-bar {
  height: 0.04rem;
  top: 0.08rem;
}
.section11 .calculate-wrap .condition-wrap .irs--round .irs-handle {
  width: 0.2rem;
  height: 0.2rem;
  border: 0.04rem solid #007FA8;
  border-radius: 50%;
  top: 0;
}
.section11 .calculate-wrap .isAir {
  font-size: 0.18rem;
  line-height: 0.26rem;
}
.section11 .calculate-wrap .isAir * {
  vertical-align: middle;
}
.section11 .car-wrap img {
  width: 100%;
}
@media (max-width: 1024px) {
  .section-main-content, .large-content {
    width: 14.36rem;
  }
  .swiper-container .slide-contanier .video-btn {
    width: 1.2rem;
    height: 1.2rem;
  }
  .swiper-container .slide-contanier .video-wrap .video-close {
    width: 0.6rem;
    height: 0.6rem;
  }
  .pagination-wrap {
    height: 1rem;
    line-height: 1rem;
  }
  .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.28rem;
    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: #007FA8;
  }
  .section-title {
    padding: 0.8rem 0 0.72rem;
  }
  .section-title .title-content {
    font-size: 0.48rem;
  }
  .section-title .title-content:after {
    width: 0.8rem;
    height: 0.04rem;
    bottom: -0.38rem;
  }
  .section-title .title-desc {
    font-size: 0.28rem;
    margin-top: 0.72rem;
  }
  .line {
    margin-top: 0.28rem;
  }
  .swiper-tabs .swiper-tab-item {
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .page-info {
    line-height: 1;
    font-size: 0.28rem;
    bottom: 0.4rem;
  }
  .section1 .kv-container {
    background-image: url(../hyundai/assets/resource/vehicle/section1/pad/kv-bg.jpg);
  }
  .section1 #kv-swiper {
    height: 6.2rem;
  }
  .section1 #kv-swiper .text-container {
    top: 0.8rem;
  }
  .section1 #kv-swiper .text-container .kv-title {
    font-size: 0.56rem;
  }
  .section1 #kv-swiper .text-container .kv-title .en-name {
    display: inline !important;
    font-size: 0.42rem;
  }
  .section1 #kv-swiper .text-container .kv-desc {
    font-size: 0.32rem;
    margin: 0.2rem 0;
  }
  .section1 #kv-swiper .base-btn {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section1 .vehicle-watch .watch-item .shade {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section1 .vehicle-watch .watch-item .shade .icon {
    width: 1.1rem;
    height: 0.66rem;
    margin: 0;
    margin-right: 0.1rem;
  }
  .section1 .vehicle-watch .watch-item .shade .icon.price, .section1 .vehicle-watch .watch-item .shade .icon.speed, .section1 .vehicle-watch .watch-item .shade .icon.fuel, .section1 .vehicle-watch .watch-item .shade .icon.engine, .section1 .vehicle-watch .watch-item .shade .icon.electric {
    background-size: auto 0.66rem;
  }
  .section1 .vehicle-watch .watch-item .shade .watch-detail {
    line-height: 0.36rem;
    margin-top: 0;
  }
  .section1 .vehicle-watch .watch-item .shade .watch-detail .value {
    font-size: 0.4rem;
  }
  .section1 .vehicle-watch .watch-item .shade .watch-detail .unit {
    font-size: 0.24rem;
  }
  .section1 .vehicle-watch .watch-item .shade .watch-desc {
    font-size: 0.24rem;
  }
  .section2 .lights-item {
    margin: 0 0 0.6rem 0;
  }
  .section2 .lights-item:last-child {
    margin-bottom: 0;
  }
  .section2 .lights-item .lights-intr {
    padding: 0.5rem 0.5rem 0.4rem 0.6rem;
  }
  .section2 .lights-item .lights-intr .lights-title {
    font-size: 0.38rem;
  }
  .section2 .lights-item .lights-intr .lights-desc {
    font-size: 0.28rem;
    padding-right: 2.1rem;
  }
  .section2 .lights-item .lights-intr .detial-btn {
    width: 1.6rem;
    height: 0.5rem;
    line-height: 0.5rem;
    right: 0.5rem;
    background-size: 0.5rem;
    top: 0.7rem;
  }
  .section3 ._360wrap {
    width: 100%;
  }
  .section3 ._360wrap .car-wrap .btn-360 {
    width: 1.36rem;
  }
  .section3 .tabs-wrap {
    padding: 0.5rem 0;
  }
  .section3 .tabs-wrap .tabs-label {
    width: 3.6rem;
  }
  .section3 .tabs-wrap .tabs-label .tabs-type {
    line-height: 1;
    font-size: 0.38rem;
  }
  .section3 .tabs-wrap .tabs-label .choosed-tab {
    line-height: 1;
    font-size: 0.28rem;
    margin-top: 0.35rem;
  }
  .section3 .tabs-wrap .tabs-content {
    width: 10.70rem;
    padding: 0 0.15rem;
  }
  .section3 .tabs-wrap .tabs-content .icon-left, .section3 .tabs-wrap .tabs-content .icon-right {
    width: 0.1rem;
    height: 0.2rem;
  }
  .section3 .tabs-wrap .tabs-content .icon-left {
    left: 0;
  }
  .section3 .tabs-wrap .tabs-content .icon-right {
    right: 0;
  }
  .section3 .tabs-wrap .tabs-content .tabs-items {
    width: 1.3rem;
    height: 1.1rem;
  }
  .section3 .tabs-wrap .tabs-content .tabs-items.color-tab .tabs-img-wrap {
    width: 0.71rem;
  }
  .section3 .tabs-wrap .tabs-content .tabs-items.wheel-tab .tabs-img-wrap {
    width: 0.8rem;
  }
  .section3 .tabs-wrap .tabs-content .tabs-items.inner-tab .tabs-img-wrap {
    width: 0.7rem;
  }
  .section3 .tabs-wrap .tabs-content .fake-pagination {
    bottom: 0.2rem;
  }
  .section3 .tabs-wrap .tabs-content .fake-pagination span {
    width: 0.24rem;
    height: 0.24rem;
    margin: 0 0.1rem;
  }
  .section4 .configure-swiper {
    margin: 0;
  }
  .section4 #configure-swiper {
    height: 8.2rem;
  }
  .section4 .arrow-left {
    left: 0;
  }
  .section4 .arrow-right {
    right: 0;
  }
  .section4 .configure-slide {
    padding: 0;
    margin-left: -0.14rem;
    margin-right: -0.14rem;
  }
  .section4 .configure-slide .configure-item {
    width: 4.6rem;
    margin: 0 0.14rem;
    padding-bottom: 0.4rem;
  }
  .section4 .configure-slide .configure-item:hover {
    background-color: #f3f3f2;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .section4 .configure-slide .configure-item .configure-content {
    padding: 0 0.3rem;
  }
  .section4 .configure-slide .configure-item .configure-content .car-type {
    font-size: 0.4rem;
    line-height: 2.4;
  }
  .section4 .configure-slide .configure-item .configure-content .car-model {
    font-size: 0.28rem;
  }
  .section4 .configure-slide .configure-item .configure-content .car-price-wrap {
    margin-top: 0.3rem;
    line-height: 0.44rem;
    height: 0.44rem;
    font-size: 0.24rem;
  }
  .section4 .configure-slide .configure-item .configure-content .car-price-wrap .value {
    font-size: 0.42rem;
    margin-left: 0.15rem;
  }
  .section4 .configure-slide .configure-item .configure-content .configure-detail {
    padding: 0.12rem 0;
  }
  .section4 .configure-slide .configure-item .configure-content .configure-detail .detail-item {
    height: 0.64rem;
  }
  .section4 .configure-slide .configure-item .configure-content .configure-detail .detail-item .detail-label {
    font-size: 0.28rem;
  }
  .section4 .configure-slide .configure-item .configure-content .configure-detail .detail-item .detail-value {
    font-size: 0.32rem;
  }
  .section4 .configure-slide .configure-item .configure-content .btn-wrap {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }
  .section4 .configure-slide .configure-item .configure-content .btn-wrap .configure-btn {
    width: 1.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    margin: 0 0.2rem;
  }
  .section4 .pagination-wrap {
    margin-top: 0;
  }
  .section5 {
    margin-bottom: 0.6rem;
  }
  .section7 {
    background-image: url(../hyundai/assets/resource/vehicle/section7/pad/section-bg.jpg);
    background-size: 100% 100%;
  }
  .section7 .drive-cantainer .drive-wrap {
    padding: 0 0.5rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap {
    display: block;
    width: 100%;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .form-label {
    font-size: 0.32rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.4rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .form-item {
    border-width: 0.02rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .form-item.city-item, .section7 .drive-cantainer .drive-wrap .info-wrap .form-item.dealer-item {
    margin-top: 0;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .form-item.input-item {
    height: 0.92rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .form-item.input-item select, .section7 .drive-cantainer .drive-wrap .info-wrap .form-item.input-item input {
    font-size: 0.28rem;
    text-indent: 0.2rem;
    background-size: 0.36rem;
    background-position-x: calc(100% - 0.2rem);
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .position-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .position-container .province-item, .section7 .drive-cantainer .drive-wrap .info-wrap .position-container .city-item {
    width: 6.54rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .position-container .form-item {
    margin-bottom: 0.4rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .detail-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.42rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .detail-container .name-item {
    width: 7.6rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .detail-container .sex-item {
    width: 4.32rem;
    margin-top: 0;
    line-height: 0.92rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .detail-container .sex-item label {
    font-size: 0.28rem;
    margin-right: 1.34rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .detail-container .sex-item label:last-child {
    margin-right: 0;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .detail-container .form-item {
    margin-bottom: 0.4rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .check-rule {
    margin-top: -0.1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .check-rule span {
    font-size: 0.28rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .submit-btn {
    margin-top: 0.28rem;
    font-size: 0.28rem;
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .tip {
    line-height: 0.42rem;
    font-size: 0.28rem;
    margin-top: 0;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .tip.posiiton {
    margin-bottom: 0.28rem;
    padding-left: 0.45rem;
    background-size: 0.27rem;
  }
  .section7 .drive-cantainer .drive-wrap .map-wrap {
    position: relative;
    top: auto;
    display: block;
    width: 100%;
    height: 5rem;
  }
  .section8 {
    margin-bottom: 0.5rem;
  }
  .section8 .media-swiper {
    margin: 0;
  }
  .section8 #media-swiper {
    height: 9rem;
  }
  .section8 .media-slide {
    padding: 0;
    margin-left: -0.14rem;
    margin-right: -0.14rem;
  }
  .section8 .media-slide .media-item {
    width: 7.04rem;
    margin: 0 0.14rem;
  }
  .section8 .media-slide .media-item .media-content {
    padding: 0.3rem;
    padding-left: 0.5rem;
  }
  .section8 .media-slide .media-item .media-content .media-title {
    line-height: 0.42rem;
    padding-top: 0;
    font-size: 0.28rem;
    padding-left: 0.6rem;
    background-size: 0.4rem;
  }
  .section8 .media-slide .media-item .media-content .media-detail {
    font-size: 0.28rem;
    margin: 0.28rem 0;
    line-height: unset;
  }
  .section8 .media-slide .media-item .media-content .media-info {
    line-height: 0.56rem;
  }
  .section8 .media-slide .media-item .media-content .media-info .media-time {
    font-size: 0.28rem;
  }
  .section8 .media-slide .media-item .media-content .media-info .detail-btn {
    font-size: 0.28rem;
    padding-right: 0.32rem;
    background-size: 0.24rem;
  }
  .section8 .media-slide .media-item:hover {
    background-color: #f3f3f2;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .section8 .pagination-wrap {
    margin-top: 0;
  }
  .section9 #activity-swiper {
    height: 5.4rem;
  }
  .section9 #activity-swiper .text-container {
    top: 0.88rem;
    left: 1.25rem;
  }
  .section9 #activity-swiper .text-container .activity-title {
    font-size: 0.6rem;
  }
  .section9 #activity-swiper .text-container .activity-title-en {
    font-size: 0.42rem;
    line-height: 0.64rem;
    margin-bottom: 0.26rem;
  }
  .section9 #activity-swiper .text-container .activity-title-en:after {
    bottom: -0.26rem;
  }
  .section9 #activity-swiper .text-container .activity-desc {
    font-size: 0.42rem;
    line-height: 0.64rem;
    padding-top: 0.18rem;
    margin-bottom: 0.42rem;
  }
  .section9 #activity-swiper .text-container .base-btn {
    width: 1.7rem;
    font-size: 0.28rem;
  }
  .section10 .rec-list .rec-item .text-wrap {
    font-size: 0.4rem;
  }
  .section10 .rec-list .rec-item .rec-desc {
    font-size: 0.28rem;
    margin: 0.24rem 0 0.3rem;
  }
  .section11 {
    padding-bottom: 0;
  }
  .section11 .calculate-wrap, .section11 .car-wrap {
    width: 7.04rem;
  }
  .section11 .calculate-wrap {
    padding-left: 0.94rem;
    font-size: 0.24rem;
  }
  .section11 .calculate-wrap .durability-wrap {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0.15rem;
  }
  .section11 .calculate-wrap .durability-wrap .durability .durability-value {
    font-size: 0.42rem;
  }
  .section11 .calculate-wrap .condition-wrap {
    width: 5.8rem;
    margin-bottom: 0.2rem;
    margin-top: 0.28rem;
  }
  .section11 .calculate-wrap .condition-wrap .condition-value-wrap {
    line-height: 0.7rem;
  }
  .section11 .calculate-wrap .condition-wrap .irs--round {
    height: 0.32rem;
  }
  .section11 .calculate-wrap .condition-wrap .irs--round .irs-line, .section11 .calculate-wrap .condition-wrap .irs--round .irs-bar {
    height: 0.08rem;
    top: 0.12rem;
  }
  .section11 .calculate-wrap .condition-wrap .irs--round .irs-handle {
    width: 0.32rem;
    height: 0.32rem;
    border-width: 0.03rem;
  }
  .section11 .calculate-wrap .isAir {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .section11 .calculate-wrap .isAir .base-checkbox {
    width: 0.28rem;
    height: 0.28rem;
  }
}
@media (max-width: 767px) {
  .section-main-content {
    width: 6.86rem;
  }
  .large-content {
    width: 100%;
  }
  .swiper-container .slide-contanier .video-btn {
    width: 0.84rem;
    height: 0.84rem;
  }
  .swiper-container .slide-contanier .video-wrap .video-close {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.3rem;
    right: 0.3rem;
  }
  .reserve-wrap {
    width: 100%;
    height: 1rem;
    background-color: #002c5f;
  }
  .reserve-wrap .section-main-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    height: 100%;
  }
  .reserve-wrap .vehicle-name {
    font-size: 0.28rem;
  }
  .reserve-wrap .reserve-btn {
    width: 1.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
    background-color: #007FA8;
  }
  .reserve-wrap.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
  }
  .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: #007FA8;
    border-width: 0.06rem;
  }
  .section-title {
    padding: 0.78rem 0 0.5rem;
  }
  .section-title .title-content {
    font-size: 0.48rem;
  }
  .section-title .title-content:after {
    width: 0.8rem;
    height: 0.04rem;
    bottom: -0.3rem;
  }
  .section-title .title-desc {
    font-size: 0.24rem;
    margin-top: 0.6rem;
  }
  .section1 .kv-container {
    background-image: none;
  }
  .section1 #kv-swiper {
    height: 9.1rem;
  }
  .section1 #kv-swiper .text-container {
    top: 1.4rem;
    left: 0.6rem;
  }
  .section1 #kv-swiper .text-container .kv-title {
    font-size: 0.56rem;
    padding-right: 0;
    padding-top: 1em;
    position: relative;
  }
  .section1 #kv-swiper .text-container .kv-title .en-name {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  .section1 #kv-swiper .text-container .kv-desc {
    font-size: 0.38rem;
    margin: 0.4rem 0;
  }
  .section1 #kv-swiper .base-btn {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section1 .vehicle-watch .watch-item .shade {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section1 .vehicle-watch .watch-item .shade .icon {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0;
    margin-right: 0.22rem;
  }
  .section1 .vehicle-watch .watch-item .shade .icon.price, .section1 .vehicle-watch .watch-item .shade .icon.speed, .section1 .vehicle-watch .watch-item .shade .icon.fuel, .section1 .vehicle-watch .watch-item .shade .icon.electric {
    background-size: auto 0.6rem;
  }
  .section1 .vehicle-watch .watch-item .shade .icon.engine {
    background-size: 0.5rem;
  }
  .section1 .vehicle-watch .watch-item .shade .watch-detail {
    width: 1.8rem;
    line-height: 0.36rem;
    margin-top: 0;
    text-align: left;
  }
  .section1 .vehicle-watch .watch-item .shade .watch-detail .value {
    font-size: 0.36rem;
  }
  .section1 .vehicle-watch .watch-item .shade .watch-detail .unit {
    font-size: 0.24rem;
  }
  .section1 .vehicle-watch .watch-item .shade .watch-desc {
    font-size: 0.24rem;
    text-align: left;
  }
  .section2 .lights-item:last-child {
    margin-bottom: 0.6rem;
  }
  .section2 .lights-item .lights-intr {
    padding: 0.28rem 0.3rem 0.45rem;
  }
  .section2 .lights-item .lights-intr .lights-title {
    font-size: 0.36rem;
    line-height: 1.3;
  }
  .section2 .lights-item .lights-intr .lights-desc {
    font-size: 0.24rem;
    padding-right: 0;
    padding: 0.14rem 0;
    margin-bottom: 0.04rem;
  }
  .section2 .lights-item .lights-intr .detial-btn {
    position: relative;
    width: 1.92rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    background-size: 0.6rem;
    right: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    margin-left: auto;
    margin-right: 0;
  }
  .section3 ._360wrap .car-wrap .btn-360 {
    width: 1.2rem;
  }
  .section3 ._360wrap #view360 {
    height: 9rem;
  }
  .section3 ._360wrap.show720 {
    height: 9rem;
  }
  .section3 .tabs-wrap {
    padding: 0;
    padding-bottom: 0.2rem;
    height: auto;
  }
  .section3 .tabs-wrap .tabs-label {
    width: 100%;
    display: block;
    padding-top: 0;
    height: 1.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.05rem;
  }
  .section3 .tabs-wrap .tabs-label .tabs-type {
    line-height: unset;
    font-size: 0.34rem;
  }
  .section3 .tabs-wrap .tabs-label .tabs-type.inner-type {
    width: 100%;
    text-align: center;
  }
  .section3 .tabs-wrap .tabs-label .choosed-tab {
    line-height: unset;
    font-size: 0.24rem;
    margin: 0;
  }
  .section3 .tabs-wrap .tabs-content {
    width: 100%;
    padding: 0.1rem 0;
    float: unset;
  }
  .section3 .tabs-wrap .tabs-content.inner-tab-content {
    text-align: center;
    height: auto;
  }
  .section3 .tabs-wrap .tabs-content .icon-left, .section3 .tabs-wrap .tabs-content .icon-right {
    display: none;
  }
  .section3 .tabs-wrap .tabs-content .tabs-items {
    width: 1.3rem;
  }
  .section3 .tabs-wrap .tabs-content .tabs-items:before {
    vertical-align: top;
  }
  .section3 .tabs-wrap .tabs-content .tabs-items.color-tab {
    width: 0.78rem;
    height: 0.78rem;
    line-height: 0.78rem;
  }
  .section3 .tabs-wrap .tabs-content .tabs-items.color-tab .tabs-img-wrap {
    width: 0.62rem;
  }
  .section3 .tabs-wrap .tabs-content .tabs-items.color-tab .tabs-img-wrap.active:after {
    width: 0.26rem;
    height: 0.26rem;
  }
  .section3 .tabs-wrap .tabs-content .tabs-items.wheel-tab {
    width: 0.96rem;
    text-align: left;
  }
  .section3 .tabs-wrap .tabs-content .tabs-items.wheel-tab .tabs-img-wrap {
    width: 0.8rem;
  }
  .section3 .tabs-wrap .tabs-content .tabs-items.inner-tab {
    width: 1.2rem;
  }
  .section3 .tabs-wrap .tabs-content .tabs-items.inner-tab .tabs-img-wrap {
    width: 0.84rem;
  }
  .section3 .tabs-wrap .tabs-content .fake-pagination {
    display: none;
  }
  .section3 .tabs-wrap .choosed-tab {
    font-size: 0.24rem;
    line-height: 3;
    padding: 0.1rem 0 0;
    text-align: center;
  }
  .section4 .section-main-content {
    width: 100%;
  }
  .section4 .configure-swiper-m {
    margin: 0;
  }
  .section4 #configure-swiper-m {
    width: unset;
    height: 8.2rem;
  }
  .section4 #configure-swiper-m .swiper-slide {
    width: 5.1rem;
  }
  .section4 .configure-slide {
    padding: 0;
  }
  .section4 .configure-slide .configure-item {
    display: block;
    width: 4.6rem;
    margin: 0 auto;
    padding-bottom: 0.4rem;
  }
  .section4 .configure-slide .configure-item:hover {
    background-color: #f3f3f2;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .section4 .configure-slide .configure-item .configure-content {
    padding: 0 0.3rem;
  }
  .section4 .configure-slide .configure-item .configure-content .car-type {
    font-size: 0.4rem;
    line-height: 2.4;
  }
  .section4 .configure-slide .configure-item .configure-content .car-model {
    font-size: 0.28rem;
  }
  .section4 .configure-slide .configure-item .configure-content .car-price-wrap {
    margin-top: 0.3rem;
    line-height: 0.44rem;
    height: 0.44rem;
    font-size: 0.24rem;
  }
  .section4 .configure-slide .configure-item .configure-content .car-price-wrap .value {
    font-size: 0.42rem;
    margin-left: 0.15rem;
  }
  .section4 .configure-slide .configure-item .configure-content .configure-detail {
    padding: 0.12rem 0;
  }
  .section4 .configure-slide .configure-item .configure-content .configure-detail .detail-item .detail-label {
    font-size: 0.28rem;
  }
  .section4 .configure-slide .configure-item .configure-content .configure-detail .detail-item .detail-value {
    font-size: 0.32rem;
  }
  .section4 .configure-slide .configure-item .configure-content .btn-wrap {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }
  .section4 .configure-slide .configure-item .configure-content .btn-wrap .configure-btn {
    width: 1.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    margin: 0 0.2rem;
  }
  .section4 .pagination-wrap {
    margin-top: 0;
  }
  .section7 {
    background-image: url(../hyundai/assets/resource/vehicle/section7/m/section-bg.jpg);
    background-size: 100% 100%;
  }
  .section7 .drive-cantainer {
    width: 6.86rem;
    padding-bottom: 0.48rem;
  }
  .section7 .drive-cantainer .drive-wrap {
    padding: 0 0.3rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap {
    display: block;
    width: 100%;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .form-label {
    font-size: 0.24rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.26rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .form-item {
    border-width: 0.02rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .form-item.city-item, .section7 .drive-cantainer .drive-wrap .info-wrap .form-item.dealer-item {
    margin-top: 0;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .form-item.input-item {
    height: 0.62rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .form-item.input-item select, .section7 .drive-cantainer .drive-wrap .info-wrap .form-item.input-item input {
    font-size: 0.24rem;
    text-indent: 0.22rem;
    background-size: 0.24rem;
    background-position-x: calc(100% - 0.22rem);
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .position-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .position-container .province-item, .section7 .drive-cantainer .drive-wrap .info-wrap .position-container .city-item {
    width: 3.05rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .position-container .form-item {
    margin-bottom: 0.28rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .detail-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.8rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .detail-container .name-item {
    width: 3.05rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .detail-container .sex-item {
    width: 3.05rem;
    margin-top: 0;
    line-height: 0.62rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .detail-container .sex-item label {
    font-size: 0.24rem;
    margin-right: 0.38rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .detail-container .sex-item label:last-child {
    margin-right: 0;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .detail-container .form-item {
    margin-bottom: 0.28rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .check-rule {
    margin-top: 0.24rem;
    height: 0.36rem;
    line-height: 0.36rem;
    margin-bottom: 0.12rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .check-rule span {
    font-size: 0.24rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .submit-btn {
    margin-top: 0.28rem;
    font-size: 0.28rem;
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .tip {
    line-height: 0.36rem;
    font-size: 0.24rem;
    margin-top: 0;
  }
  .section7 .drive-cantainer .drive-wrap .info-wrap .tip.posiiton {
    margin-bottom: 0.38rem;
    padding-left: 0.3rem;
    background-size: 0.22rem;
  }
  .section7 .drive-cantainer .drive-wrap .map-wrap {
    position: relative;
    top: auto;
    display: block;
    width: 100%;
  }
  .section8 {
    margin: 0;
    padding-bottom: 0.32rem;
  }
  .section8 .media-swiper-m {
    margin: 0;
  }
  .section8 #media-swiper-m {
    height: 8.9rem;
  }
  .section8 .media-slide {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .section8 .media-slide .media-item {
    width: 100%;
    margin: 0;
  }
  .section8 .media-slide .media-item .media-content {
    padding: 0.35rem 0.3rem;
  }
  .section8 .media-slide .media-item .media-content .media-title {
    line-height: 1;
    padding-top: 0;
    font-size: 0.36rem;
    padding-left: 0.48rem;
    background-size: 0.31rem;
  }
  .section8 .media-slide .media-item .media-content .media-detail {
    font-size: 0.24rem;
    margin: 0.12rem 0 0.3rem;
    line-height: 1.5;
  }
  .section8 .media-slide .media-item .media-content .media-info {
    line-height: 0.36rem;
    margin-bottom: 0.1rem;
  }
  .section8 .media-slide .media-item .media-content .media-info .media-time {
    font-size: 0.24rem;
  }
  .section8 .media-slide .media-item .media-content .media-info .detail-btn {
    font-size: 0.24rem;
    padding-right: 0.28rem;
    background-size: 0.2rem;
  }
  .section8 .media-slide .media-item:hover {
    background-color: #f3f3f2;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .section8 .pagination-wrap {
    height: auto;
    line-height: unset;
    margin: 0.5rem 0;
  }
  .section9 .activity-swiper {
    padding-bottom: 0.05rem;
  }
  .section9 #activity-swiper {
    height: 8rem;
  }
  .section9 #activity-swiper .text-container {
    width: 100%;
    text-align: center;
    color: #fff;
    top: 0.98rem;
    left: 0;
  }
  .section9 #activity-swiper .text-container .activity-title {
    font-size: 0.6rem;
    line-height: 1;
  }
  .section9 #activity-swiper .text-container .activity-title-en {
    font-size: 0.3rem;
    line-height: 1.6;
    padding: 0.16rem 0;
    margin-bottom: 0.13rem;
    position: relative;
  }
  .section9 #activity-swiper .text-container .activity-title-en::after {
    content: '';
    width: 0.8rem;
    height: 0.04rem;
    background-color: #007FA8;
    position: absolute;
    bottom: -0.13rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section9 #activity-swiper .text-container .activity-desc {
    font-size: 0.3rem;
    line-height: 1.6;
    padding-top: 0.26rem;
    margin-bottom: 0.33rem;
  }
  .section9 #activity-swiper .text-container .base-btn {
    width: 1.8rem;
    font-size: 0.28rem;
    margin: 0 auto;
  }
  .section10 {
    padding-bottom: 0;
  }
  .section10 .rec-list .rec-item {
    padding: 0;
    margin-bottom: 0.05rem;
  }
  .section10 .rec-list .rec-item .text-wrap {
    font-size: 0.36rem;
    left: 0.32rem;
    top: 0.76rem;
  }
  .section10 .rec-list .rec-item .rec-desc {
    font-size: 0.24rem;
    margin: 0.2rem 0 0.58rem;
  }
  .section11 {
    padding-bottom: 0.5rem;
  }
  .section11 .calculate-wrap, .section11 .car-wrap {
    width: 100%;
    display: block;
    vertical-align: unset;
  }
  .section11 .calculate-wrap {
    padding-left: 0;
    font-size: 0.28rem;
    margin-bottom: 0.6rem;
  }
  .section11 .calculate-wrap .durability-wrap {
    padding-top: 0.1rem;
    padding-bottom: 0;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  .section11 .calculate-wrap .durability-wrap .durability {
    display: block;
  }
  .section11 .calculate-wrap .durability-wrap .durability .durability-value {
    font-size: 0.6rem;
    margin-left: 0;
  }
  .section11 .calculate-wrap .condition-wrap {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.52rem;
  }
  .section11 .calculate-wrap .condition-wrap .condition-value-wrap {
    line-height: 0.72rem;
  }
  .section11 .calculate-wrap .condition-wrap .slider-container {
    padding: 0.12rem 0;
  }
  .section11 .calculate-wrap .condition-wrap .layui-slider-wrap-btn {
    width: 0.32rem;
    height: 0.32rem;
  }
  .section11 .calculate-wrap .isAir {
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .section11 .calculate-wrap .isAir .base-checkbox {
    width: 0.4rem;
    height: 0.4rem;
  }
}
a {
  color: inherit;
}
.BMap_Marker img {
  width: 100%;
}
.BMap_pop {
  font-size: .16rem;
}
.BMap_bubble_title {
  text-overflow: ellipsis;
}
