body {
  background: #000;
}
.ias-tpl-header {
  /* position: absolute !important; */
  z-index: 6 !important;
  background: #000 !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    max-height 0.6s cubic-bezier(0.52, 0.16, 0.24, 1);
  transform: translateY(0);
}
.ias-tpl-header.active {
  transform: translateY(-60px);
}
@media screen and (max-width: 1200px) {
  .ias-mobile-tpl-header {
    background: #000 !important;
  }
}

.ias-mobile-tpl-header {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    max-height 0.6s cubic-bezier(0.52, 0.16, 0.24, 1);
  transform: translateY(0);
}
.ias-mobile-tpl-header.active {
  transform: translateY(-60px);
}
@media screen and (max-width: 1200px) {
  .ias-mobile-tpl-header {
    background: #000 !important;
  }
}

.ias-tpl-footer {
  position: relative !important;
  z-index: 6 !important;
}

.ias-tpl-hmmob-show {
  display: none;
}

.lazyload,
.video-lazyload {
  filter: blur(20px);
}

.ias-car-body {
  width: 100%;
  overflow: hidden;
  background: #000;
  box-sizing: border-box;
}

.ias-car-body a {
  cursor: pointer;
}

.ias-car-body img {
  width: 100%;
  display: block;
}

.cars-more {
  width: 10.4348vw;
  height: 2.951vw;
  font-size: 1.25vw;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.2083vw;
  transition: all 0.3s linear;
}

.cars-more:hover {
  background: rgba(255, 255, 255, 0.7);
}

/* å¤´éƒ¨ç­›é€‰å¯¼èˆª */
.cars-filternav-con {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    max-height 0.6s cubic-bezier(0.52, 0.16, 0.24, 1);
  transform: translateY(60px);
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: saturate(150%) blur(20px);
  backdrop-filter: saturate(150%) blur(20px);
}
.cars-filternav-con-bg {
  position: relative;
  padding: 0 100px 0 100px;
}

.cars-filternav-con-bg::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: -1px;
  left: 0;
}
.cars-filternav-con.active {
  transform: translateY(0);
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  /* .cars-filternav-con {
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  } */
}

.cars-filternav-con .cars-filternav-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  height: 50px;
}

.cars-filternav-con .cars-filternav-hd h2 {
  padding-right: 24px;
  cursor: pointer;
  position: relative;
  font-weight: normal;
}

.cars-filternav-con .cars-filternav-hd h2::after {
  content: '';
  width: 14px;
  height: 14px;
  background: url(https://auto.huawei.com/marketingcloud/pep/asset//20000004/ias-carmodel/img/filter01.png)
    no-repeat right center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.cars-filternav-con .cars-filternav-hd h2.active::after {
  background: url(https://auto.huawei.com/marketingcloud/pep/asset//20000004/ias-carmodel/img/filter02.png)
    no-repeat right center;
  background-size: 100%;
}

.cars-filternav-con .cars-filternav-hd .cars-navtitle-show2 {
  display: none;
}
.filter-section-con {
  padding: 0 100px;
}

.filter-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

/* .filter-section-con {
  width: 80%;
} */

.filter-group {
  margin-bottom: 32px;
  display: flex;
}
.filter-group:first-child {
  margin-top: 40px;
}

.filter-group h3 {
  width: 57px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-right: 42px;
  /* margin-top: 3px; */
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}

.filter-option,
.brands-all-btn {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  padding: 8px 14px;
  background-color: #232323;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}

.filter-option.active,
.brands-all-btn.active {
  background-color: #fff;
  color: #000;
}

.filter-button-con {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.filter-button-con button {
  border: none;
  width: 151px;
  height: 40px;
  font-size: 14px;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.3s linear;
  background: transparent;
}

#filter-button {
  color: #000;
  margin-right: 14px;
  background: rgba(255, 255, 255, 1);
}

#filter-button:hover {
  background: rgba(255, 255, 255, 0.7);
}
#filter-button.filter-button {
  background: transparent;
  cursor: no-drop;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
}
#reset-button {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 1);
}
#reset-button.reset-button {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
  cursor: no-drop;
}
#reset-button:hover {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1200px) {
  .cars-filternav-con-bg {
    padding: 0 22px 0 20px;
  }
  /* .cars-filternav-con .cars-filternav-hd {
    margin-bottom: 17.7px;
  } */
  .filter-section-con {
    padding: 0 22px 0 20px;
    position: relative;
  }
  .ias-tpl-hmpcpad-show {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cars-more {
    width: 25.0667vw;
    height: 7.3333vw;
    font-size: 2.6667vw;
    border-radius: 1.0667vw;
  }
  .cars-filternav-con-bg {
    padding: 4.8vw 22px 0 20px;
    padding: 0 22px 0 20px;
  }
  .cars-filternav-con .cars-filternav-hd {
    font-size: 2.833vw;
    /* margin-bottom: 4.8vw; */
    margin-bottom: 0;
    height: 56px;
    flex-flow: row-reverse;
  }

  .cars-filternav-con .cars-filternav-hd h2 {
    padding-right: 30px;
    margin-right: -10px;
  }

  .cars-filternav-con .cars-filternav-hd h2::after {
    width: 30px;
    height: 100%;
    background-size: 3.2vw !important;
    background-position: center !important;
  }

  .filter-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .filter-group {
    margin-bottom: 5.3333vw;
    display: flex;
  }
  .filter-group:first-child {
    margin-top: 4.2667vw;
  }

  .filter-group h3 {
    width: 8.5333vw;
    font-size: 2.1333vw;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    margin-right: 4.6667vw;
    margin-top: 2.1vw;
  }

  .filter-options {
    gap: 1.3333vw;
  }

  .filter-option,
  .brands-all-btn {
    width: 13.3333vw;
    height: 6.6667vw;
    font-size: 2.1333vw;
    line-height: 1.2;
    padding: 0;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #303030;
  }

  .filter-button-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-direction: row-reverse;
    padding-bottom: 8vw;
    padding-top: 5.3333vw;
  }

  .filter-button-con button {
    width: 32vw;
    height: 8.8vw;
    font-size: 3.2vw;
    border-radius: 4px;
    margin: 0 0.9333vw;
  }

  #filter-button {
    margin-bottom: 0;
  }

  #filter-button:hover {
    background: rgba(255, 255, 255, 0.7);
  }

  #reset-button {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 1);
  }

  #reset-button:hover {
    border: 1px solid rgba(255, 255, 255, 1);
  }
}

/* ç­›é€‰ç»“æžœ */
.cars-data-container {
  padding: 160px 9.5% 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
}

.cars-data-container .cars-list {
  width: 100%;
  box-sizing: border-box;
  padding: 1.25vw;
  background: #232323;
  border-radius: 0.2083vw;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5625vw;
}

.cars-data-container .cars-list .cars-list-pic {
  width: 69.25%;
  /* width: 64.25%; */
}

.cars-data-container .cars-list .cars-list-pic img {
  border-radius: 0.2083vw;
}

.cars-data-container .cars-list .cars-list-dec {
  width: 28.25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cars-data-container .cars-list .cars-list-dec .dec-con h3 {
  font-size: 1.67vw;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  padding-top: 0.5208vw;
  padding-left: 1.0937vw;
}

.cars-data-container .cars-list .cars-list-dec .dec-con h4 {
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 1vw;
  padding-left: 1.0937vw;
}

.cars-data-container .cars-list .cars-list-dec .dec-con .dec-list-con {
  padding: 1.5vw 0.8333vw 0.9739vw 0.6562vw;
  background: #191919;
  border-radius: 0.2083vw;
}

.cars-data-container .cars-list .cars-list-dec .dec-con .dec-list-con h5 {
  font-size: 0.9375vw;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.802vw;
  padding-left: 0.4687vw;
}

.cars-data-container .cars-list .cars-list-dec .dec-con .dec-list-con .dec-list-item {
  display: flex;
  border-bottom: 1px solid #555;
  padding-top: 0.5729vw;
  padding-left: 0.4687vw;
}

.cars-data-container .cars-list .cars-list-dec .dec-con .dec-list-con .dec-list-item:last-child {
  border-bottom: none;
}

.dec-list-con .dec-list-item h6 {
  width: 6.2vw;
  font-size: 0.9375vw;
  line-height: 1.7968vw;
  color: #fff;
}

.dec-list-con .dec-list-item .item-sec-con {
  flex: 1;
}

.dec-list-con .dec-list-item .item-sec {
  display: flex;
  margin-bottom: 0.3729vw;
}
.dec-list-con .dec-list-item .item-sec .item-con-list {
  float: left;
}

.dec-list-con .dec-list-item .item-con {
  display: flex;
  align-items: center;
  position: relative;
}

.dec-list-con .dec-list-item .item-con .item {
  height: 1.602vw;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.dec-list-con .dec-list-item .item-con .item span {
  font-size: 0.6291vw;
  color: #fff;
  padding: 0 0.9895vw;
  padding: 0 0.5vw;
  position: relative;
  z-index: 1;
}

.dec-list-con .dec-list-item .item-con .item img.bg {
  width: auto;
  height: 1.602vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.dec-list-con .dec-list-item .item-con img.triangle {
  width: auto;
  height: 1.602vw;
}

.dec-list-con .dec-list-item .item-con .tip {
  display: none;
  width: 13vw;
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 0.5729vw;
  z-index: 2;
}

.dec-list-con .dec-list-item .item-con .tip .dec {
  display: block;
  float: left;
  max-width: 10vw;
  padding: 0.5208vw 0.7812vw;
  box-sizing: border-box;
  border-radius: 0.4166vw;
  background: transparent;
  border: 1px solid #555;
  font-size: 0.625vw;
  color: #fff;
  line-height: 1.5;
}

/* .dec-list-con .dec-list-item .item-con:hover .tip {
  display: block;
} */

.cars-list-more .cars-more {
  width: 12.3vw;
  height: 1.9791vw;
  font-size: 0.9375vw;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.2083vw;
  transition: all 0.3s linear;
}

.cars-list-more .cars-more:hover {
  background: rgba(255, 255, 255, 0.7);
}

.cars-list-more p {
  font-size: 0.625vw;
  color: #6d6d6d;
  margin-top: 0.833vw;
}

.load-more {
  border: none;
  background: transparent;
  font-size: 1.25vw;
  color: #fff;
  display: block;
  margin: 0 auto 5.2083vw;
  padding-bottom: 2.2vw;

  background: url(https://auto.huawei.com/marketingcloud/pep/asset//20000004/ias-carmodel/img/load_more.png)
    no-repeat bottom center;
  background-size: 1.5625vw 0.8072vw;
}

.result-tip {
  font-size: 1.25vw;
  color: #fff;
  text-align: center;
  /* min-height: 1vw; */
  display: none;
  padding: 5.2083vw 0;
}

#loading {
  text-align: center;
  padding: 10px;
  font-size: 0.833vw;
  display: none;
  color: #6d6d6d;
}

@media screen and (max-width: 1300px) {
  .dec-list-con .dec-list-item .item-con .item span {
    padding: 0 0.1vw 0 0.5vw;
  }
}

@media screen and (max-width: 900px) {
  .cars-data-container {
    padding: 18.6667vw 3.5% 0;
  }

  .cars-data-container .cars-list {
    padding: 0;
    background: #232323;
    border-radius: 1.0667vw;
    overflow: hidden;
    margin-bottom: 5.3333vw;
    flex-direction: column;
  }

  .cars-data-container .cars-list .cars-list-pic {
    width: 100%;
  }

  .cars-data-container .cars-list .cars-list-pic img {
    border-radius: 0;
  }

  .cars-data-container .cars-list .cars-list-dec {
    width: 100%;
    padding: 4.5333vw 2.6667vw 3.4667vw;
  }
  .cars-data-container .cars-list .cars-list-dec .dec-title {
    display: flex;
    align-items: center;
    margin-bottom: 2vw;
  }
  .cars-data-container .cars-list .cars-list-dec .dec-con h3 {
    font-size: 3.7333vw;
    padding-top: 0;
    padding-left: 2.5333vw;
    line-height: 1.2;
  }

  .cars-data-container .cars-list .cars-list-dec .dec-con h4 {
    font-size: 2.1333vw;
    margin-bottom: 0;
    padding-left: 2.8vw;
  }

  .cars-data-container .cars-list .cars-list-dec .dec-con .dec-list-con {
    padding: 2.9333vw 2.5333vw 2.2667vw 2.5333vw;
    border-radius: 1.0667vw;
    margin-bottom: 4.2667vw;
  }

  .cars-data-container .cars-list .cars-list-dec .dec-con .dec-list-con h5 {
    font-size: 2.1333vw;
    margin-bottom: 1.3333vw;
    padding-left: 0;
  }

  .cars-data-container .cars-list .cars-list-dec .dec-con .dec-list-con .dec-list-item {
    padding-top: 1.6667vw;
    padding-left: 0;
  }

  .dec-list-con .dec-list-item h6 {
    width: 13.6vw;
    font-size: 2.1333vw;
    line-height: 4vw;
  }

  .dec-list-con .dec-list-item .item-sec {
    float: left;
    margin-bottom: 1.6667vw;
  }

  .dec-list-con .dec-list-item .item-con {
    margin-right: 1.4vw;
  }

  .dec-list-con .dec-list-item .item-con .item {
    height: 4vw;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .dec-list-con .dec-list-item .item-con .item span {
    font-size: 1.6vw;
    padding: 0 0.9895vw;
  }

  .dec-list-con .dec-list-item .item-con .item img.bg {
    width: auto;
    height: 4vw;
  }

  .dec-list-con .dec-list-item .item-con img.triangle {
    height: 4vw;
  }

  .dec-list-con .dec-list-item .item-con .tip {
    width: 28vw;
    padding-left: 0;
    top: 4vw;
    left: 0;
  }

  .dec-list-con .dec-list-item .item-con .tip .dec {
    max-width: 26vw;
    padding: 1vw 1.2vw;
    border-radius: 0.4166vw;
    font-size: 1.6vw;
    background: #000;
  }

  .cars-list-more {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .cars-list-more .cars-more {
    width: 18.0667vw;
    height: 5.3333vw;
    font-size: 2.1333vw;
    border-radius: 1.0667vw;
  }

  .cars-list-more p {
    font-size: 1.6vw;
    margin-top: 0;
    /* margin-left: 2.6667vw; */
    padding-right: 2.6667vw;
    flex: 1;
  }

  .cars-list-more .cars-more {
    /* margin-right: 6.6667vw; */
  }

  .load-more {
    margin-right: 6.6667vw;
    font-size: 1.25vw;
    padding-bottom: 0;
    background: url(https://auto.huawei.com/marketingcloud/pep/asset//20000004/ias-carmodel/img/load_more.png)
      no-repeat bottom center;
    background-size: 1.5625vw 0.8072vw;
  }

  .result-tip {
    font-size: 4.2667vw;
    padding: 16vw 0;
  }
  #loading {
    text-align: center;
    padding: 10px;
    font-size: 1.6vw;
    display: block;
    color: #6d6d6d;
  }
}

@media screen and (max-width: 700px) {
  .cars-data-container {
    padding: 36.6667vw 3.5% 0;
  }
  .cars-filternav-con .cars-filternav-hd {
    font-size: 12px;
  }
}

.ias-tpl-hm-bm {
  width: 100%;
  padding: 3.6458vw 9.5% 5.7291vw;
  background: #000;
  position: relative;
  z-index: 3;
}

.ias-tpl-hm-bm p {
  font-size: 0.625vw;
  line-height: 1.5;
  color: #898888;
}

.ias-tpl-hm-bm p.active {
  cursor: pointer;
  color: #fff;
}
.ias-tpl-hm-bm p span {
  display: inline-block;
}

.ias-car-banner .remarks {
  position: absolute;
  right: 2vw;
  bottom: 2vw;
}
.remarks {
  font-size: 0.5433vw;
  line-height: 1.5;
  color: #595041;
}
.remarks p {
  position: relative;
  padding-left: 0.5vw;
}
.remarks p::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 900px) {
  .remarks p {
    padding-left: 1.2vw;
  }
  .ias-car-banner .remarks {
    bottom: 10vw;
    right: unset;
    left: 5.8667vw;
    width: 88%;
  }
  .remarks {
    font-size: 1.3vw;
  }

  .ias-tpl-hm-bm {
    width: 100%;
    padding: 17.0667vw 8.5333vw 13.3333vw;
  }

  .ias-tpl-hm-bm p {
    font-size: 2.6667vw;
  }
}
/* kv*/
.ias-car-kv,
.ias-car-kvbanner-con,
.ias-car-kvbanner {
  position: relative;
  height: 56.5312vw;
}

.ias-car-kv {
  width: 100%;
}

.ias-car-kv .ias-car-banner .swiper-pagination {
  top: unset;
  bottom: 1.8593vw;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ias-car-kv .ias-car-banner .swiper-pagination .swiper-pagination-bullet {
  width: 1.4583vw;
  height: 0.2604vw;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.1822vw;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 2;
  transition: all 0.3s linear;
}

.ias-car-kv .ias-car-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  color: #000;
  opacity: 1;
}

.ias-car-kv .ias-car-banner .swiper-button-prev:after,
.ias-car-kv .ias-car-banner .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.cars-kv-txt {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.cars-kv-txt h2 {
  font-size: 2.9166vw;
  color: #fff;
  font-weight: bold;
}

.cars-kv-more {
  position: absolute;
  left: 50%;
  bottom: 4.4192vw;
  transform: translateX(-50%);
}

@media screen and (max-width: 900px) {
  .ias-tpl-hmpc-show {
    display: none;
  }

  .ias-tpl-hmmob-show {
    display: block;
  }

  .ias-car-kv {
    height: 160.3333vw;
  }

  .ias-car-kv,
  .ias-car-kvbanner-con,
  .ias-car-kvbanner {
    height: auto;
  }

  .ias-car-kv .ias-car-banner .swiper-pagination {
    bottom: 4vw;
  }

  .ias-car-kv .ias-car-banner .swiper-pagination .swiper-pagination-bullet {
    width: 3.7333vw;
    height: 0.6667vw;
    margin: 0 0.4267vw;
  }

  .cars-kv-txt {
    width: 90%;
    top: 30%;
    text-align: center;
  }

  .cars-kv-txt h2 {
    font-size: 7.4667vw;
  }

  .cars-kv-more {
    bottom: 20.4192vw;
  }
}
.nav-bg {
  width: 100%;
  height: 280px;
  transition: all 0.5s linear;
}
.nav-bg.active {
  height: 0.1vw;
}

@media screen and (max-width: 900px) {
  .nav-bg {
    height: 75vw;
  }
}

@media screen and (max-width: 500px) {
  .nav-bg {
    height: 90vw;
  }
}

#back-to-top {
  position: fixed;
  right: 3vw;
  bottom: 3vw;
  z-index: 99;
  cursor: pointer;
  width: 3.16666vw;
}

#back-to-top img {
  width: 100%;
}
#back-to-top img.img2 {
  display: none;
}
#back-to-top:hover img.img1 {
  display: none;
}
#back-to-top:hover img.img2 {
  display: block;
}

.mob_show {
  display: none;
}

#no-more {
  text-align: center;
  font-size: 0.833vw;
  color: #6d6d6d;
  padding-top: 2.6041vw;
  display: none;
}

@media screen and (max-width: 900px) {
  .pc_show {
    display: none;
  }
  .mob_show {
    display: block;
  }
  #back-to-top {
    width: 10.66666vw;
  }
  #back-to-top:hover img.img1 {
    display: none !important;
  }
  #back-to-top:hover img.img2 {
    display: block !important;
  }

  #no-more {
    font-size: 2.6667vw;
    padding-top: 6vw;
  }
}

