body.active {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ias-tpl-header {
  z-index: 6 !important;
}

.ias-tpl-footer {
  position: relative !important;
  z-index: 6 !important;
}

.ias-tpl-hmmob-show {
  display: none;
}

.btn-white {
  background: #fff;
  transition: all 0.3s linear;
}

.btn-white:hover {
  background: #e6e6e6;
}

.all-pic-con {
  width: 100%;
  height: 100%;
}

.ias-car-sec-con {
  width: 100%;
  max-width: 1080px;
}

.all-pic-con img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lazy-webp img.lazyload,
.kv-text.lazy-text,
.kv-txt-chewei.lazy-text,
.kv-ads-txt.lazy-text,
.video-lazyload {
  filter: blur(20px);
}
.lazy-webp img {
  transition: filter 400ms;
  filter: blur(0px);
}
.ias-car-body {
  width: 100%;
  overflow: hidden;
  background: #1d1d1f;
  box-sizing: border-box;
}

.kv-txt-chewei {
  transition: filter 400ms;
  filter: blur(0px);
}
.kv-ads-txt {
  transition: filter 400ms;
  filter: blur(0px);
}

.ias-car-body a {
  cursor: pointer;
}

.ias-car-body img {
  max-width: 100%;
  display: block;
}

.ias-car-kv,
.ias-car-kvbanner-con,
.ias-car-kvbanner {
  position: relative;
  /* height: 100svh; */
  height: 1100px;
  overflow: hidden;
}

.ias-car-kv {
  width: 100%;
}

.ias-car-kvbanner .swiper-slide .ias-tpl-hmpc-show {
  width: 100%;
  height: 100%;
}

.ias-car-kvbanner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ias-car-kv .ias-car-banner .swiper-pagination {
  top: unset;
  bottom: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ias-car-kv .ias-car-banner .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5vw;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 2;
  transition: all 0.3s linear;
  position: relative;
  opacity: unset;
}

.ias-car-kv .ias-car-banner .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.ias-car-kv .ias-car-banner .swiper-pagination .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  animation: progress-animation 8.6s ease-in-out forwards;
  opacity: 1;
}

.ias-car-kv .ias-car-banner .swiper-pagination .active {
  background: red;
}

/* 棣栭〉kv 杩涘害鍔ㄧ敾 */
@keyframes progress-animation {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.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;
}

.ias-car-kvbanner .swiper-slide .kv-text {
  white-space: nowrap;
  position: absolute;
  top: 260px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}

.ias-car-kvbanner .swiper-slide .kv-text h2 {
  font-size: 60px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 1.2px;
}

.ias-car-kvbanner .swiper-slide .kv-text h3 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 4.8px;
  margin: 15px 0 30px;
}

.ias-car-kvbanner .swiper-slide .kv-text .more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ias-car-kvbanner .swiper-slide .kv-text .kv-more {
  width: 139px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.625vw;
  font-size: 14px;
  color: #000;
}

.ias-car-kvbanner .swiper-slide .remarks-con {
  position: absolute;
  left: 105px;
  bottom: 40px;
}

.ias-car-kvbanner .swiper-slide .remarks-con img {
  width: 680px;
}

@media screen and (max-width: 1100px) {
  .ias-car-sec-con {
    max-width: 900px;
  }

  .ias-car-kvbanner .swiper-slide .remarks-con {
    left: 64px;
  }
}

@media screen and (max-width: 900px) {
  .ias-car-mob-section {
    margin: 0 5.3333vw;
  }
  .ias-car-kv,
  .ias-car-kvbanner-con,
  .ias-car-kvbanner {
    height: 186.6667vw;
  }

  .ias-car-kv .ias-car-banner .swiper-pagination {
    bottom: 5.3333vw;
  }

  .ias-car-kv .ias-car-banner .swiper-pagination .swiper-pagination-bullet {
    width: 2.1333vw;
    height: 2px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.5333vw;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 2;
    transition: all 0.3s linear;
    position: relative;
    opacity: unset;
  }

  .ias-car-kv .ias-car-banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 6.4vw;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
  }

  .ias-car-kv .ias-car-banner .swiper-pagination .swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    /* animation: progress-animation 5.6s ease-in-out forwards; */
    opacity: 1;
  }

  .ias-car-kv .ias-car-banner .swiper-pagination .active {
    background: red;
  }

  .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;
  }

  .ias-car-kvbanner .swiper-slide .kv-text {
    top: 42.6667vw;
    left: 50%;
  }

  .ias-car-kvbanner .swiper-slide .kv-text h2 {
    font-size: 6.4vw;
    letter-spacing: 0.1333vw;
  }

  .ias-car-kvbanner .swiper-slide .kv-text h3 {
    font-size: 3.7333vw;
    letter-spacing: 0.4533vw;
    margin: 2.1333vw 0 4.2667vw;
  }

  .ias-car-kvbanner .swiper-slide .kv-text .kv-more {
    width: 19.84vw;
    height: 6.6667vw;
    border-radius: 0.8vw;
    font-size: 2.6667vw;
    margin: 0 2.4vw;
  }
}

/* 瑙ｅ喅鏂规 */
.ias-car-section02 {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 88px;
}

.ias-car-section02 .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
}

.ias-car-section02 .ias-car-section02-item {
  box-sizing: border-box;
  width: calc(50% - 10px);
  height: 400px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.ias-car-section02 .ias-car-section02-item .ias-tpl-hmpc-show {
  width: 100%;
  height: 100%;
}

.ias-car-section02 .ias-car-section02-item .ias-tpl-hmpc-show img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ias-car-section02 .ias-car-section02-item.first {
  width: 100%;
}

.ias-car-section02 .ias-car-section02-item .section02-txt {
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  transition: all 0.3s linear;
}
.ias-car-section02 .ias-car-section02-item .section02-txt h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin-bottom: 5.5px;
}

.ias-car-section02 .ias-car-section02-item .section02-txt h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 1.4px;
}

.ias-car-section02 .ias-car-section02-item .section02-txt a {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  color: #fff;
  display: inline-block;
  margin-top: 12.5px;
  transition: all 0.3s linear;
  opacity: 0;
  position: relative;
  padding-bottom: 4.5px;
}

.ias-car-section02 .ias-car-section02-item.active .section02-txt a {
  opacity: 1;
}

.ias-car-section02 .ias-car-section02-item .section02-txt a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  top: 100%;
  left: 0;
  background-color: currentColor;
  transition: width 0.3s ease-in-out;
}

.ias-car-section02 .ias-car-section02-item .section02-txt a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 100%;
  right: 0;
  background-color: currentColor;
  transition: width 0.3s ease-in-out;
  transition-delay: 0.1s;
}

@media (any-hover: hover) {
  .ias-car-section02 .ias-car-section02-item .section02-txt a:hover:before {
    width: 100%;
    transition-delay: 0.1s;
  }

  .ias-car-section02 .ias-car-section02-item .section02-txt a:hover:after {
    width: 0;
    transition-delay: 0s;
  }
}

.ias-car-section02 .swiper-slide .player-outer-box {
  z-index: 2;
  height: 100%;
  opacity: 0;
  transition: all 0.3s linear;
}

.ias-car-section02 .swiper-slide .videojs-container {
  height: 100%;
}
.ias-car-section02 .swiper-slide.active .player-outer-box {
  opacity: 1;
}

.ias-car-section02 .swiper-slide .video-js .vjs-tech {
  position: unset;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ias-car-section02 .swiper-slide.active .section02-txt {
  left: 80px;
  transform: unset;
  text-align: left;
}

.ias-car-section02 .ias-car-section02-item .player-outer-box .video-js.vjs-fluid {
  padding-top: 0;
  height: 100%;
}

.ias-car-section02 .ias-car-section02-item .video-pop {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.kv-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s linear;
  -o-object-fit: cover;
  object-fit: cover;
}
.ias-car-section02 .swiper-slide.active .kv-video,
.ias-car-section02 .swiper-slide.active .video-pop {
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .ias-car-section02 {
    margin: 8.5333vw 0 9.8667vw;
  }

  .ias-car-section02 .swiper-wrapper {
    flex-wrap: nowrap;
  }

  .ias-car-section02 .ias-car-section02-item {
    height: 120vw;
    padding-top: 15vw;
    box-sizing: border-box;
    margin-bottom: 0;
  }

  .ias-car-section02 .ias-car-section02-item .section02-txt {
    top: 13vw;
    left: 0;
    transform: unset;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 11.7333vw 0 19.8vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .ias-car-section02 .ias-car-section02-item .section02-txt h3 {
    font-size: 4.2vw;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 1.8px;
    margin-bottom: 5.5px;
  }

  .ias-car-section02 .ias-car-section02-item .section02-txt h4 {
    font-size: 2.6667vw;
    letter-spacing: 1.4px;
    white-space: wrap;
  }

  .ias-car-section02 .ias-car-section02-item .section02-txt a {
    font-size: 2.6667vw;
    margin-top: 0;
    padding-bottom: 1.0667vw;
    opacity: 1;
    width: fit-content;
  }

  .ias-car-section02 .ias-car-section02-item.active .section02-txt a {
    opacity: 1;
  }

  .ias-car-section02 .ias-car-section02-item .section02-txt a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    top: 100%;
    left: 0;
    background-color: currentColor;
    transition: width 0.3s ease-in-out;
  }

  .ias-car-section02 .ias-car-section02-item .section02-txt a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 100%;
    right: 0;
    background-color: currentColor;
    transition: width 0.3s ease-in-out;
    transition-delay: 0.1s;
  }

  @media (any-hover: hover) {
    .ias-car-section02 .ias-car-section02-item .section02-txt a:hover:before {
      width: 100%;
      transition-delay: 0.1s;
    }

    .ias-car-section02 .ias-car-section02-item .section02-txt a:hover:after {
      width: 0;
      transition-delay: 0s;
    }
  }

  .ias-car-section02 .swiper-slide .player-outer-box {
    z-index: 2;
    height: 100%;
    opacity: 0;
    transition: all 0.3s linear;
  }

  .ias-car-section02 .swiper-slide .videojs-container {
    height: 100%;
  }
  .ias-car-section02 .swiper-slide.active .player-outer-box {
    opacity: 1;
  }

  .ias-car-section02 .swiper-slide .video-js .vjs-tech {
    position: unset;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .ias-car-section02 .swiper-slide.active .section02-txt {
    left: 0;
    transform: unset;
    text-align: left;
  }

  .ias-car-section02 .ias-car-section02-item .player-outer-box .video-js.vjs-fluid {
    padding-top: 0;
    height: 100%;
  }

  /* 瑙ｅ喅鏂规杞挱 */
  .ias-car-section02 .pagination-solutions-tab {
    width: calc(100%);
    position: absolute;
    height: 6.4vw;
    top: 0;
    left: 0%;
    box-sizing: border-box;
    padding: 0 2px;
    overflow-x: auto;
    z-index: 4;
  }
  .ias-car-section02
    .pagination-solutions-tab
    .swiper-pagination-bullets.swiper-pagination-horizontal {
    height: 100%;
    position: unset;
    display: flex;
  }
  .ias-car-section02
    .pagination-solutions-tab
    .swiper-pagination-bullets.swiper-pagination-horizontal
    .swiper-pagination-bullet {
    width: auto;
    height: 100%;
    white-space: nowrap;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2.1333vw;
    background: unset;
    position: relative;
    z-index: 5;
    position: relative;
    opacity: unset;
    font-size: 2.6667vw;
    letter-spacing: 0.2px;
    color: #8e8e8f;
    transition: all 0.3s linear;
  }

  .ias-car-section02
    .pagination-solutions-tab
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
    border-radius: 0;
    font-size: 3.7333vw;
    font-weight: bold;
    color: #fff;
    align-items: self-start;
    /* border-bottom: 1px solid #8e8e8f; */
    box-sizing: border-box;
  }

  .ias-car-section02
    .pagination-solutions-tab
    .swiper-pagination
    .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 1px;
    background-color: #8e8e8f;
    opacity: 1;
    transition: all 0.3s linear;
  }

  .ias-car-section02
    .pagination-solutions-tab
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    width: 100%;
  }
}

/* 鍚堜綔杞﹀瀷 */
.ias-car-section03 {
  width: 100%;
  height: 984px;
  overflow: hidden;
}

.ias-car-section03-con {
  margin: 0 auto;
}

.ias-car-section03-con .title-con {
  color: #fff;
  margin-bottom: 31px;
}

.ias-car-section03-con .title-con h3 {
  font-size: 48px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 3.6px;
  margin-bottom: 19px;
}

.ias-car-section03-con .title-con h4 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 2.7px;
}

.ias-car-sec03-banner {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.ias-car-sec03-banner .swiper {
  width: 100%;
  max-width: 1080px;
  height: 600px;
  overflow: unset;
  margin: 0 auto;
}

.ias-car-sec03-banner .swiper .swiper-wrapper {
  width: 100%;
  margin: 0 auto;
  /* justify-content: center; */
}

.ias-car-sec03-banner .swiper .swiper-wrapper .ias-tpl-hmpc-show {
  width: 100%;
  height: 100%;
}
.ias-car-sec03-banner .swiper .swiper-wrapper .ias-tpl-hmpc-show img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ias-car-sec03-banner .swiper-slide .kv-text {
  position: absolute;
  bottom: 40px;
  left: 60px;
  opacity: 0;
  transition: all 0.3s linear;
  z-index: -1;
}

.ias-car-sec03-banner .swiper-slide.swiper-slide-active .kv-text {
  opacity: 1;
  z-index: 2;
}

.ias-car-sec03-banner .swiper-slide .kv-text h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 1.8px;
  color: #fff;
  margin-bottom: 9.5px;
}

.ias-car-sec03-banner .swiper-slide .kv-text h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 1.4px;
  color: #fff;
}

.ias-car-sec03-banner .swiper-slide .kv-text .sec03-more-con {
  display: flex;
  margin-top: 15.5px;
}

.ias-car-sec03-banner .swiper-slide .kv-text .sec03-more-con .more {
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #000;
  border-radius: 5px;
}
.ias-car-sec03-banner .swiper-slide .kv-text .sec03-more-con .more.btn1 {
  width: 139px;
  border: 1px solid #fff;
  color: #fff;
  margin-right: 20px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.ias-car-sec03-banner .swiper-slide .kv-text .sec03-more-con .more.btn1::before {
  opacity: 0;
}

@media (any-hover: hover) {
  .ias-car-sec03-banner .swiper-slide .kv-text .sec03-more-con .more.btn1:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .ias-car-sec03-banner .swiper-slide .kv-text .sec03-more-con .more.btn1:hover::before {
    opacity: 1;
  }
}

.ias-car-sec03-banner .swiper-slide .kv-text .sec03-more-con .more.btn2 {
  width: 200px;
}

.ias-car-sec03-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  opacity: 1;
}

.ias-car-sec03-banner
  .swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet {
  width: 200px;
  height: 40px;
  background: unset;
  display: flex;
  justify-content: center;
  margin: 0 10px;
  opacity: 1;
  border: 0;
  border-radius: 0;
  position: relative;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s linear;
}

.ias-car-sec03-banner
  .swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet:hover {
  border: 0;
  border-radius: 0;
}

.ias-car-sec03-banner
  .swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: rgba(255, 255, 255, 1);
}

.ias-car-sec03-banner
  .swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet::after {
  content: '';
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ias-car-sec03-banner
  .swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  animation: progress-animation 8.6s ease-in-out forwards;
  opacity: 1;
}

.ias-car-section03 .dec {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  margin: 120px 0 0;
}

@media screen and (max-width: 1100px) {
  .ias-car-section03 {
    height: 944px;
  }

  .ias-car-sec03-banner .swiper {
    max-width: 900px;
    height: 500px;
  }
}

@media screen and (max-width: 900px) {
  .ias-car-section03 {
    width: 100%;
    height: 131.3333vw;
    overflow: hidden;
    margin-bottom: 10.6667vw;
  }

  .ias-car-section03-con {
    margin: 0 auto;
  }

  .ias-car-section03-con .title-con {
    margin-bottom: 5.3333vw;
    text-align: center;
  }

  .ias-car-section03-con .title-con h3 {
    font-size: 4.8vw;
    letter-spacing: 0.3733vw;
    margin-bottom: 1.0667vw;
  }

  .ias-car-section03-con .title-con h4 {
    font-size: 3.2vw;
    letter-spacing: 0.24vw;
  }

  .ias-car-sec03-banner {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-top: 11.2vw;
  }

  .ias-car-sec03-banner .swiper {
    width: 100%;
    max-width: 89.3333vw;
    height: 100vw;
    overflow: unset;
    margin: 0 auto;
  }

  .ias-car-sec03-banner .swiper .swiper-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .ias-car-sec03-banner .swiper .swiper-wrapper .ias-tpl-hmpc-show {
    width: 100%;
    height: 100%;
  }
  .ias-car-sec03-banner .swiper .swiper-wrapper .ias-tpl-hmpc-show img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .ias-car-sec03-banner .swiper-slide .kv-text {
    position: absolute;
    bottom: 8.8vw;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.3s linear;
    z-index: -1;
    text-align: center;
  }

  .ias-car-sec03-banner .swiper-slide.swiper-slide-active .kv-text {
    opacity: 1;
    z-index: 2;
  }

  .ias-car-sec03-banner .swiper-slide .kv-text .kv-text-con {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.1333vw;
    white-space: nowrap;
  }

  .ias-car-sec03-banner .swiper-slide .kv-text h2 {
    font-size: 3.2vw;
    letter-spacing: 0.24vw;
    margin-bottom: 0;
  }

  .ias-car-sec03-banner .swiper-slide .kv-text h3 {
    font-size: 3.2vw;
    letter-spacing: 0.24vw;
    margin-left: 1.6vw;
  }

  .ias-car-sec03-banner .swiper-slide .kv-text h4 {
    font-size: 2.1333vw;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.24vw;
    white-space: nowrap;
  }

  .ias-car-sec03-banner .swiper-slide .kv-text .sec03-more-con {
    margin: 4.2667vw auto 0;
    display: flex;
    justify-content: center;
  }

  .ias-car-sec03-banner .swiper-slide .kv-text .sec03-more-con .more {
    font-size: 2.1333vw;
    height: 5.3333vw;
    border-radius: 0.8vw;
  }
  .ias-car-sec03-banner .swiper-slide .kv-text .sec03-more-con .more.btn1 {
    width: 18.5333vw;
    margin-right: 2.4vw;
    border: 0.1333vw solid #fff;
  }

  .ias-car-sec03-banner .swiper-slide .kv-text .sec03-more-con .more.btn1::before {
    opacity: 0;
  }

  @media (any-hover: hover) {
    .ias-car-sec03-banner .swiper-slide .kv-text .sec03-more-con .more.btn1:hover {
      color: #000;
      background-color: rgba(255, 255, 255, 0.5);
    }

    .ias-car-sec03-banner .swiper-slide .kv-text .sec03-more-con .more.btn1:hover::before {
      opacity: 1;
    }
  }

  .ias-car-sec03-banner .swiper-slide .kv-text .sec03-more-con .more.btn2 {
    width: 26.6667vw;
  }

  .ias-car-sec03-banner .pagination-sec03 {
    position: absolute;
    width: calc(100% - 10.6667vw);
    height: auto;
    top: 0;
    left: 5.3333vw;
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 5px;
  }

  .ias-car-sec03-banner .pagination-sec03 .pagination-sec03-con {
    position: relative;
    height: 5.8667vw;
    /* border-bottom: 1px solid #8e8e8f; */
    box-sizing: border-box;
    /* width: fit-content; */
    width: 100%;
    margin: 0 auto;
  }

  .ias-car-sec03-banner .pagination-sec03 .pagination-sec03-con .bg {
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0.5px;
    z-index: 4;
    transition: all 0.3s linear;
  }

  .ias-car-sec03-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    /* width: fit-content; */
    width: 100%;
    height: 100%;
    position: unset;
    left: 50%;
    bottom: -80px;
    transform: unset;
    display: flex;
    justify-content: start;
    opacity: 1;
    border-bottom: 1px solid #8e8e8f;
  }

  .ias-car-sec03-banner
    .swiper-pagination-bullets.swiper-pagination-horizontal
    .swiper-pagination-bullet {
    width: auto;
    height: 5.8667vw;
    background: unset;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0 2.4vw;
    opacity: 1;
    border: 0;
    border-radius: 0;
    position: relative;
    font-size: 2.6667vw;
    letter-spacing: 0.0533vw;
    color: #8e8e8f;
    transition: all 0.3s linear;
    flex: 1;
  }

  .ias-car-sec03-banner
    .swiper-pagination-bullets.swiper-pagination-horizontal
    .swiper-pagination-bullet:hover {
    border: 0;
    border-radius: 0;
  }

  .ias-car-sec03-banner
    .swiper-pagination-bullets.swiper-pagination-horizontal
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: rgba(255, 255, 255, 1);
  }

  .ias-car-sec03-banner
    .swiper-pagination-bullets.swiper-pagination-horizontal
    .swiper-pagination-bullet::after {
    display: none;
    content: '';
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .ias-car-sec03-banner
    .swiper-pagination-bullets.swiper-pagination-horizontal
    .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    display: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background-color: #fff;
    border-radius: 0;
    /* animation: progress-animation 5.6s ease-in-out forwards; */
    opacity: 1;
  }

  .ias-car-section03 .dec {
    display: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    margin: 120px 0 0;
  }
}

/* 瑙嗛涓績 */
.ias-car-section04 {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}

.ias-car-section04 .player-outer-box {
  height: 100%;
  z-index: 2;
  opacity: 0;
}

.ias-car-section04 .player-outer-box.active {
  opacity: 1;
}

.ias-car-section04 .kv-video.active {
  opacity: 1;
}

.ias-car-section04 .player-outer-box .videojs-container,
.ias-car-section04 .player-outer-box .videojs-container .video-js {
  height: 100%;
  padding-top: 0;
}

.ias-car-section04 .player-outer-box .videojs-container .video-js video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ias-car-section04 .kv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.ias-car-section04 .kv-text h2 {
  font-size: 48px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: #fff;
  margin-bottom: 19px;
}

.ias-car-section04 .kv-text h3 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.9px;
  color: #fff;
  margin-bottom: 31px;
}

.ias-car-section04 .kv-text .more {
  width: 139px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000;
}

@media screen and (max-width: 900px) {
  .ias-car-section04 {
    height: 67.2vw;
  }

  .ias-car-section04 .player-outer-box .videojs-container,
  .ias-car-section04 .player-outer-box .videojs-container .video-js {
    height: 100%;
    padding-top: 0;
  }

  .ias-car-section04 .player-outer-box .videojs-container .video-js video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .ias-car-section04 .kv-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 8.8vw 5.3333vw 5.7333vw;
  }

  .ias-car-section04 .kv-text h2 {
    font-size: 4.8vw;
    letter-spacing: 0.2667vw;
    margin-bottom: 1.0667vw;
  }

  .ias-car-section04 .kv-text h3 {
    font-size: 3.2vw;
    letter-spacing: 0.24vw;
  }

  .ias-car-section04 .kv-text .more {
    width: 20vw;
    height: 6.6667vw;
    border-radius: 0.8vw;
    font-size: 2.1333vw;
    margin: 0 auto;
  }
}

/* 鏂伴椈娲诲姩 */
.ias-car-section05 {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: #252528;
  margin: 20px 0;
}

.ias-car-section05 .section05-con {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.ias-car-section05 .section05-con .kv-text h2 {
  font-size: 48px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 1.2px;
  margin-bottom: 28px;
}

.ias-car-section05 .section05-con .kv-text .more {
  width: 139px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000;
}

.ias-car-section05 .section05-new {
  display: flex;
  height: 245px;
}

.ias-car-section05 .section05-new li {
  width: 381px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.ias-car-section05 .section05-new li:first-child {
  margin-right: 20px;
}

.ias-car-section05 .section05-new li a {
  width: 100%;
  height: 100%;
}

.ias-car-section05 .section05-new li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s linear;
}

.ias-car-section05 .section05-new li img:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 1100px) {
  .ias-car-section05 .section05-new {
    height: 192.91px;
  }

  .ias-car-section05 .section05-new li {
    width: 300px;
  }
}

@media screen and (max-width: 900px) {
  .ias-car-section05 {
    height: 67.2vw;
    background: none;
    margin: 2.1333vw 0 10.6667vw;
    position: relative;
  }

  .ias-car-section05 .kv-text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 8.8vw 10.6667vw 5.7333vw;
  }

  .ias-car-section05 .section05-con .kv-text h2 {
    font-size: 4.8vw;
    letter-spacing: 0.2667vw;
    margin-bottom: 1.0667vw;
  }

  .ias-car-section05 .section05-con .kv-text h3 {
    font-size: 3.2vw;
    letter-spacing: 0.24vw;
    line-height: 1.5;
    font-weight: normal;
    color: #fff;
  }

  .ias-car-section05 .section05-con .kv-text .more {
    width: 20vw;
    height: 6.6667vw;
    border-radius: 0.8vw;
    font-size: 2.1333vw;
  }

  .ias-car-section05 .section05-new {
    display: flex;
    height: 100%;
  }

  .ias-car-section05 .section05-new li {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
  }

  .ias-car-section05 .section05-new li:first-child {
    margin-right: 0;
  }

  .ias-car-section05 .section05-new li a {
    width: 100%;
    height: 100%;
  }

  .ias-car-section05 .section05-new li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s linear;
  }

  /* .ias-car-section05 .section05-new li img:hover {
    transform: scale(1.2);
  } */
}

/* 鍗庝负涔惧磻app */
.ias-car-section06 {
  width: 100%;
  height: 840px;
  background: #030301;
}

.ias-car-section06 .section06-con {
  display: flex;
  margin: 0 auto;
}

.ias-car-section06 .section06-con .section06-dec-con {
  width: 385px;
  padding-top: 250px;
  margin-right: 93px;
}

.ias-car-section06 .section06-con .kv-text {
  color: #fff;
  margin-bottom: 78px;
}

.ias-car-section06 .section06-con .kv-text h3 {
  font-size: 48px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 1.2px;
  margin-bottom: 13.5px;
}

.ias-car-section06 .section06-con .kv-text p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.9px;
}

.ias-car-section06 .section06-con .wechat-con {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ias-car-section06 .section06-con .wechat-con li {
  text-align: center;
}

.ias-car-section06 .section06-con .wechat-con li img {
  width: 175px;
  height: 175px;
  display: block;
  border-radius: 10px;
}

.ias-car-section06 .section06-con .wechat-con li p {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.5px;
  margin-top: 15.5px;
}

.section06-pic {
  padding-top: 44px;
}

.section06-pic img {
  width: 574px;
  display: block;
}

.section06-pic .ias-tpl-hmpc-show {
  position: relative;
}

.section06-pic .ias-tpl-hmpc-show .mark-tip {
  position: absolute;
  bottom: 20px;
  right: -80px;
}

.section06-pic .ias-tpl-hmpc-show .mark-tip img {
  width: 140px;
}

@media screen and (max-width: 1240px) {
  .section06-pic .ias-tpl-hmpc-show .mark-tip {
    right: 0;
  }
}

@media screen and (max-width: 1100px) {
  .ias-car-section06 {
    height: 715px;
  }

  .ias-car-section06 .section06-con {
    justify-content: space-between;
    position: relative;
    height: 100%;
  }

  .ias-car-section06 .section06-con .section06-dec-con {
    margin-right: 0;
    padding-top: 160px;
  }

  .section06-pic {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .section06-pic img {
    width: 480px;
  }
}

@media screen and (max-width: 900px) {
  .ias-car-section06 {
    height: 178.9333vw;
  }

  .ias-car-section06 .section06-con {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .ias-car-section06 .section06-con .section06-dec-con {
    width: 100%;
    padding-top: 9.0667vw;
    margin-right: 0;
  }

  .ias-car-section06 .section06-con .kv-text {
    color: #fff;
    margin-bottom: 9.6vw;
    text-align: center;
  }

  .ias-car-section06 .section06-con .kv-text h3 {
    font-size: 6.4vw;
    letter-spacing: 0.2667vw;
    margin-bottom: 3.2vw;
  }

  .ias-car-section06 .section06-con .kv-text p {
    font-size: 2.6667vw;
    line-height: 1.8;
    letter-spacing: 0.2133vw;
  }

  .ias-car-section06 .section06-con .wechat-con {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .ias-car-section06 .section06-con .wechat-con li {
    text-align: center;
    margin: 0 4.5333vw;
    position: relative;
  }

  .ias-car-section06 .section06-con .wechat-con li a,
  .ias-car-section06 .section06-con .wechat-con li h4 {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.08vw;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 1.3333vw;
  }

  .ias-car-section06 .section06-con .wechat-con li .mob-wechat-pop {
    display: none;
    position: absolute;
    top: 8.5333vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    background: url(../img/triangle.png) no-repeat top center;
    background-size: 3.2vw 3.2vw;
    padding-top: 1.4667vw;
  }

  .ias-car-section06 .section06-con .wechat-con li .con {
    width: 26.6667vw;
    height: 26.6667vw;
    border-radius: 1.0667vw;
  }

  .ias-car-section06 .section06-con .wechat-con li .con img {
    border-radius: 1.0667vw;
    width: 100%;
    height: 100%;
  }

  .ias-car-section06 .section06-con .wechat-con li img {
    width: 175px;
    height: 175px;
    display: block;
  }

  .ias-car-section06 .section06-con .wechat-con li p {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.5px;
    margin-top: 15.5px;
  }

  .section06-pic {
    padding-top: 0;
    position: unset;
    margin-left: 2.5vw;
  }

  .section06-pic img {
    width: 75.4667vw;
    display: block;
  }
}

/* 椤佃剼澶囨敞 */
.ias-car-remarks {
  padding: 126px 0 94px;
}

.ias-car-remarks .ias-car-sec-con {
  margin: 0 auto;
}

.ias-car-remarks p {
  font-size: 12px;
  line-height: 1.75;
  color: #fff;
}

.ias-car-remarks p span {
  display: inline-block;
}

/* 鐩存挱 */
.live-show {
  width: 66.6666vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.live-show iframe {
  flex: 0 0 auto;
  border: 0;
}

.popup_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
}

.popup_box.popup_box2 {
  display: block;
  visibility: hidden;
  opacity: 0;
}

.popup_box.popup_box2.active {
  visibility: visible;
  opacity: 1;
}

.live-car-list {
  width: 100%;
  height: 100%;
}

.live-car-list li {
  width: 100%;
  height: fit-content;
}

.live-car-list li .con {
  width: 100%;
  height: 10.8333vw;
  height: fit-content;
  position: relative;
}

.live-car-list li .con h3 {
  width: 100%;
  height: 2.3437vw;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0.7291vw;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.live-car-list li.active {
  display: block;
}

.live-car-list li a {
  width: 100%;
  display: block;
}

.live-car-list li a img {
  width: 100%;
  height: auto;
  display: block;
}

.popup_box .video_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -48%);
  width: 100%;
  max-width: 89.427vw;
  z-index: 9999;
}

.popup_box .video_box.w_90 {
  width: 90vw;
}

.popup_box .video_box .video {
  width: 100%;
  margin-bottom: 1.5625vw;
}

.popup_box .video_box .video_more {
  display: flex;
  justify-content: center;
}

.popup_box .video_box .video_more a {
  display: block;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  padding: 9px 24px;
  background-image: radial-gradient(ellipse at bottom, #fff 50%, transparent 75%);
  background-position: center bottom;
  background-size: 0% 0%;
  background-repeat: no-repeat;
  transition: background-size 100ms 0ms ease;
  will-change: background-size, transform;
}

.popup_box .video_box .video_more a:hover {
  color: #000;
  border: 1px solid #fff;
  background-size: 200% 200%;
  transition: background-size 200ms 0ms ease;
}

.popup_box .video_box .video_close {
  position: absolute;
  top: 0.5vw;
  right: 0.5vw;
  width: 1.19791vw;
  height: 1.19791vw;
  cursor: pointer;
  z-index: 4;
}

.popup_box .video_box .video_close img {
  width: 100%;
  display: block;
}

.popup_box .popup_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9998;
}
/* .live-more-btn {
  width: 139px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 14px;
  color: #000;
} */

.live-more-btn a {
  width: 139px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5vw auto 0;
  font-size: 14px;
  color: #000;
}

/* swiper */

.live-car-list-con {
  height: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.ias-live-banner-con {
  width: 21.875vw;
  width: 20.5vw;
  margin-left: 0.8854vw;
  height: 100%;
  position: relative;
  border: 1px solid #707070;
}

.ias-live-banner-con h5 {
  font-size: 1.875vw;
  line-height: 1.5;
  font-weight: bold;
  position: absolute;
  top: -3.2812vw;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  /* background-image: linear-gradient(105deg, #e24043, #e8d8c5, #ffffff, #ffd1bb, #f4bfc0); */
  background-image: linear-gradient(
    275deg,
    rgba(226, 64, 67, 1) 0%,
    rgba(232, 216, 197, 1) 9%,
    rgba(255, 255, 255, 1) 48%,
    rgba(255, 209, 187, 1) 76%,
    rgba(244, 191, 192, 1) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.ias-live-banner-con h6 {
  font-size: 0.9375vw;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  height: 2.8645vw;
  background: #232323;
  text-align: center;
  padding-top: 0.9375vw;
  box-sizing: border-box;
  margin-bottom: 1.0416vw;
}

.ias-live-banner-con .live-banner-con {
  position: relative;
}

.ias-live-banner {
  width: 17vw;
  width: 17.5vw;
  height: 31.2364vw;
  height: 32.3vw;
  position: relative;
}

@media (max-width: 1439px) {
  .popup_box .video_box {
    width: 88.33333vw;
  }
}

/* @media (max-width: 1279px) {
  .popup_box .video_box {
    width: 74vw;
    transform: translate(-50%, -26%);
  }
} */

@media (max-width: 1194px) {
  /* .popup_box .video_box .video_more a {     font-size: 1.02095vw;     padding: 1.07708vw 2.06666vw;   } */
  /* .popup_box .video_box .video_close {
    right: 0.5625vw;
    top: -3vw;
  } */
}

@media (max-width: 900px) {
  .live-show {
    width: 100%;
  }

  .popup_box .video_box {
    width: 90vw;
    top: 35%;
    transform: translate(-50%, 0);
  }

  .popup_box .video_box .video {
    margin-bottom: 30px;
  }

  .popup_box .video_box .video_close {
    width: 3.19791vw;
    height: 3.19791vw;
    /* top: -8.5vw; */
  }

  .popup_box .video_box .video_more a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: none;
  }

  .video-box .videojs-container .close-video-popup {
    position: absolute;
    top: -8vw;
    right: 0;
    width: 8vw;
    height: 8vw;
  }
  .live-car-list-con {
    flex-direction: column;
  }

  .live-more-btn a {
    width: 23.84vw;
    height: 6.6667vw;
    border-radius: 0.8vw;
    font-size: 2.6667vw;
  }
}

/* 20250829 */

.kv-txt-chewei {
  position: absolute;
  top: 43%;
  left: 5.5%;
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 4;
}

.kv-txt-chewei h2 {
  font-weight: bold;
  font-size: 2.9166vw;
  color: #fff;
  line-height: 1;
  margin-bottom: 1.23vw;
}

.kv-txt-chewei h2 span {
  font-weight: bold;
}

.kv-txt-chewei .num {
  font-weight: bold;
  font-size: 2.9166vw;
  color: #fff;
  line-height: 1;
  margin-bottom: 2.9166vw;
}

.kv-txt-chewei h3 {
  font-weight: bold;
  font-size: 4.2187vw;
  line-height: 1;
  background: linear-gradient(180deg, #fdfaf7, #d5a470);
  color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  /* position: relative;
  top: 0.3vw; */
}

.kv-txt-chewei h3 span {
  font-weight: normal;
  font-size: 2.552vw;
}

.kv-txt-chewei h4 {
  font-weight: normal;
  font-size: 1.0416vw;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1vw;
}

.kv-txt-chewei .line {
  width: 4.2187vw;
  height: 1px;
  background: #ffffff;
  margin: 0 auto;
}

.kv-txt-chewei h5 {
  font-size: 1.875vw;
  color: #fff;
  line-height: 1;
  margin-top: 1.6145vw;
}

.kv-txt-chewei .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s linear;
  margin-top: 3.8541vw;
}

.kv-txt-chewei .more:hover {
  border: 1px solid rgba(255, 255, 255, 0.6);
}

@media (max-width: 900px) {
  .kv-txt-chewei {
    width: 100%;
    top: 32.9333vw;
    left: 0;
    transform: none;
    text-align: center;
  }

  .kv-txt-chewei h2 {
    font-size: 6.2667vw;
    margin-bottom: 3.2vw;
  }

  .kv-txt-chewei h2 span {
    font-weight: bold;
  }

  .kv-txt-chewei .num {
    font-size: 6.2667vw;
    margin-bottom: 2.9166vw;
  }

  .kv-txt-chewei h3 {
    font-size: 9.2vw;
  }

  .kv-txt-chewei h3 span {
    font-size: 5.4667vw;
  }

  .kv-txt-chewei h4 {
    font-size: 2.9333vw;
    margin-bottom: 5.8667vw;
  }

  .kv-txt-chewei .line {
    width: 9.0667vw;
  }

  .kv-txt-chewei h5 {
    font-size: 4vw;
    margin-top: 6.1333vw;
  }

  .kv-txt-chewei .more {
    margin: 8.2667vw auto 0;
    width: 34.1333vw;
    height: 9.3333vw;
    border-radius: 1.0667vw;
    font-size: 3.7333vw;
  }
}

.kv-txt-ab {
  top: 56.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kv-txt-ab h2 {
  letter-spacing: 4px;
  font-size: 40px;
}

.kv-txt-ab p {
  font-size: 21.5px;
  color: #fff;
  text-align: center;
}

.kv-txt-ab .more {
  margin: 61.44px auto 0;
}

@media (max-width: 1100px) {
  .kv-txt-ab h2 {
    font-size: 32px;
  }
  .kv-txt-ab p {
    font-size: 17.5px;
  }
}

@media (max-width: 900px) {
  .kv-txt-ab {
    top: 50.5%;
  }

  .kv-txt-ab h2 {
    font-size: 6.2vw;
    line-height: 1.5;
  }

  .kv-txt-ab h2 span {
    font-size: 4.4vw;
    font-weight: normal;
  }

  .kv-txt-ab p {
    font-size: 3.2vw;
    line-height: 1.5;
  }

  .kv-txt-ab .more {
    margin: 7.2vw auto 0;
  }
}

.kv-ads-txt {
  position: absolute;
  top: 289px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 4;
}

.kv-ads-txt h2,
.kv-ads-txt h3 {
  font-size: 3.0208vw;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.3125vw;
  font-weight: bold;
}
.kv-ads-txt h2 {
  margin-bottom: 1.5625vw;
}

.kv-ads-txt h3 {
  margin-bottom: 4.7916vw;
}

.kv-more-con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.kv-more-con .more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.6458vw;
  height: 2.3958vw;
  font-size: 0.9375vw;
  color: #fff;
  border-radius: 0.2083vw;
  border: 1px solid rgb(255, 255, 255, 1);
  margin: 0 0.7291vw;
  background: rgb(255, 255, 255, 0.1);
  transition: all 0.3s linear;
}

.kv-more-con .more-btn span {
  font-weight: normal;
}

.kv-more-con .more-btn img {
  display: none;
}

.kv-more-con .more-btn:hover {
  border: 1px solid rgb(255, 255, 255, 0.6);
}

@media (max-width: 900px) {
  .kv-ads-txt {
    top: 41.6vw;
  }

  .kv-ads-txt h2,
  .kv-ads-txt h3 {
    font-size: 6.1333vw;
    letter-spacing: 0.2667vw;
    font-weight: bold;
  }
  .kv-ads-txt h2 {
    margin-bottom: 0;
    text-align: center;
  }
  .kv-ads-txt h2 span {
    display: block;
    margin: 3.7333vw 0;
  }
  .kv-ads-txt h3 {
    margin-bottom: 17.3333vw;
  }

  .kv-more-con .more-btn {
    display: flex;
    justify-content: center;
    align-items: start;
    width: auto;
    height: auto;
    font-size: 2.4vw;
    color: #fff;
    border-radius: 0;
    border: none;
    margin: 0 6.5333vw;
    background: transparent;
    transition: all 0.3s linear;
    position: relative;
  }

  .kv-more-con .more-btn:hover {
    border: none;
  }
  .kv-more-con .more-btn span {
    display: block;
    padding-bottom: 1.3333vw;
    border-bottom: 1px solid #fff;
  }
  .kv-more-con .more-btn img {
    display: block;
    width: 1.3333vw;
    margin-left: 0.9333vw;
    position: relative;
    top: 0.8vw;
  }
}

.kv-swiper1 .ias-tpl-play-icon {
  cursor: pointer;
  /* position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); */
  width: 4.8333vw;
  height: 4.8333vw;
  transition: all 0.3s linear;
  background: url(../img/play_btn.png) no-repeat center;
  background-size: cover;
  margin-bottom: 4.9479vw;
}

.kv-swiper1 .ias-tpl-play-icon:hover {
  background: url(../img/kv_play_icon1.png) no-repeat center;
  background-size: cover;
}
.video-box.kv-vd {
  background: rgba(0, 0, 0, 0.9);
}
@media (min-width: 992px) {
  .video-box.kv-vd .content {
    top: 50%;
    left: 50%;
    width: 62.5vw;
    height: 36vw;
    margin-left: -31.25vw;
    margin-top: -18vw;
    transform: translate3d(0, 0, 0);
  }
}

/* 251117 鐩存挱kv 鏂囧瓧 */
.ias-car-kvbanner .swiper-slide .live-txt .live-logo {
  width: 980px;
  display: block;
}

.live-txt h4 {
  font-size: 30px;
  color: #945a5a;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  margin-bottom: 38px;
}

.live-txt h4 .space1 {
  letter-spacing: 0.1041vw;
  padding-left: 0.1041vw;
}

.live-txt h4 .space2 {
  letter-spacing: 0.6vw;
  padding-left: 0.6vw;
}

.live-txt .more-btn {
  width: 166px;
  height: 46px;
  font-size: 18px;
  color: #000;
  border: 1px solid #000;
  box-sizing: border-box;
}

.live-txt .more-btn:hover {
  border: 1px solid rgb(0, 0, 0, 0.6);
}

.live-txt .white .more-btn {
  color: #fff;
  border: 1px solid rgb(255, 255, 255, 1);
}

.live-txt .white .more-btn .icon {
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2) url(../img/play_btn.png) no-repeat center;
  background-size: cover;
  margin-right: 6px;
  border-radius: 50%;
}

.live-txt .white .more-btn:hover {
  border: 1px solid rgb(255, 255, 255, 0.6);
}

.kv-swiper1 .swiper-slide .player-outer-box {
  z-index: -2;
  position: unset;
  width: 100%;
  height: 100%;
}

.kv-swiper1 .swiper-slide .ias-tpl-hmpc-show,
.kv-swiper1 .swiper-slide .ias-tpl-hmmob-show {
  position: relative;
  width: 100%;
  height: 100%;
}
.pop-live {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.2);
  z-index: 2;
}

.kv-swiper1 .swiper-slide .video-js,
.kv-swiper1 .swiper-slide .videojs-container {
  padding-top: 0;
  width: 100%;
  height: 100%;
}

.kv-swiper1 .swiper-slide .video-js .vjs-tech {
  position: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.other,
.ios {
  display: none;
}

@media (max-width: 900px) {
  .live-txt .live-logo {
    width: 86vw;
  }

  .live-txt h4 {
    font-size: 4.4vw;
    margin-bottom: 5vw;
  }

  .live-txt h4 .space1 {
    letter-spacing: 0.2666vw;
    padding-left: 0.2666vw;
  }

  .live-txt h4 .space2 {
    letter-spacing: 1.5vw;
    padding-left: 1.5vw;
  }

  .live-txt .more-btn {
    width: 34.1333vw;
    height: 9.3333vw;
    border-radius: 1.0667vw;
    font-size: 3.7333vw;
    margin: 0 2.5vw;
    align-items: center;
  }

  .live-txt .white .more-btn .icon {
    display: block;
    width: 4vw;
    height: 4vw;
    margin-right: 1vw;
  }
  /* .kv-swiper1 .swiper-slide .player-outer-box {
    height: 100%;
    position: unset;
  } */
  /* .kv-swiper1 .swiper-slide .video-js {
    width: 100%;
    padding-top: 0;
  } */
  /* .kv-swiper1 .swiper-slide .video_playe_mobkv {
    -o-object-fit: cover;
    object-fit: cover;
  } */

  .kv-swiper1 .swiper-slide .kv-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
  }
}

@media screen and (min-width: 1920px) {
  .ias-car-kv,
  .ias-car-kvbanner-con,
  .ias-car-kvbanner {
    height: 1200px;
  }

  .ias-car-section02 .ias-car-section02-item {
    height: 500px;
  }
}

@media screen and (min-width: 2200px) {
  .ias-car-kv,
  .ias-car-kvbanner-con,
  .ias-car-kvbanner {
    height: 1500px;
  }
  .ias-car-section02 .ias-car-section02-item {
    height: 550px;
  }
}

@media screen and (min-width: 3000px) {
  .ias-car-kv,
  .ias-car-kvbanner-con,
  .ias-car-kvbanner {
    height: 1600px;
  }
  .ias-car-section02 .ias-car-section02-item {
    height: 650px;
  }
}

.qijing-txt {
  top: 294px;
}

.qijing-txt img.logo {
  height: 62.5px;
  width: auto;
  max-width: unset;
}

.qijing-txt h3 {
  margin: 35px 0 50px;
  font-size: 44px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 32px;
  padding-left: 32px;
}

.qijing-txt .morebtn {
  width: 160px;
  height: 70px;
  font-size: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/qj_btn_bg.png) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .qijing-txt {
    top: 43.7333vw;
  }

  .qijing-txt img.logo {
    height: 5.6vw;
  }

  .qijing-txt h3 {
    margin: 4.6667vw 0 6.4vw;
    font-size: 4.6667vw;
    letter-spacing: 2.1333vw;
    padding-left: 2.1333vw;
  }

  .qijing-txt .morebtn {
    width: 22vw;
    height: 8.8vw;
    font-size: 3.2vw;
  }
}

.fbh-txt {
  top: 294px;
}

.fbh-txt .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 35px;
}

.fbh-txt img.logo {
  height: 62.5px;
  width: auto;
}

.fbh-txt .pic span {
  display: block;
  font-size: 58px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 35px;
}

.fbh-txt h3 {
  margin: 35px 0;
  font-size: 44px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 32px;
  padding-left: 32px;
}
.fbh-txt p {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
}

@media screen and (max-width: 900px) {
  .fbh-txt {
    top: 43.7333vw;
  }

  .fbh-txt .pic {
    padding-left: 3.7333vw;
  }

  .fbh-txt img.logo {
    height: 5.6vw;
    width: auto;
  }

  .fbh-txt .pic span {
    font-size: 5.9vw;
    font-weight: normal;
    letter-spacing: 3.7333vw;
  }

  .fbh-txt h3 {
    margin: 4.6667vw 0;
    font-size: 4.6667vw;
    letter-spacing: 2.1333vw;
    padding-left: 2.1333vw;
  }
  .fbh-txt p {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 900px) {
  .ias-tpl-hmpc-show {
    display: none;
  }
  .ias-tpl-hmmob-show {
    display: block;
  }
  .ias-car-sec-con {
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 5.3333vw;
  }
  /* 椤佃剼澶囨敞 */
  .ias-car-remarks {
    padding: 16.5333vw 0 11.2vw;
  }

  .ias-car-remarks p {
    font-size: 2.6667vw;
    color: #898888;
  }
  .kv-swiper1 .ias-tpl-play-icon {
    width: 14.9333vw;
    height: 14.9333vw;
    margin-bottom: 52vw;
  }
}
