body {
  background: #000;
}

body.active {
  position: fixed;
  width: 100%;
  overflow: hidden;
  overscroll-behavior-y: none;
}

.ias-tpl-header {
  /* position: absolute !important; */
  z-index: 8 !important;
  /* background-color: rgba(0, 0, 0, 0.85) !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 (min-width: 1200px) {
  .ias-tpl-footer .ias-tpl-footer-breadcrumb .ias-tpl-footer-breadcrumb-content{
    color: #000!important;
  }
  .ias-tpl-header:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .ias-tpl-footer {
    color: #000;
    background: #f9f9f9;
  }

  .ias-tpl-footer
    .ias-tpl-footer-content
    .ias-tpl-footer-content-left
    .ias-tpl-footer-media
    .ias-tpl-footer-media-item-container {
    background: #2d2d2d;
  }

  .ias-tpl-footer
    .ias-tpl-footer-content
    .ias-tpl-footer-content-left
    .ias-tpl-footer-media
    .ias-tpl-footer-media-item-container
    .ias-tpl-footer-media-qrcode {
    background-color: #e8e8e8;
  }

  .ias-tpl-footer
    .ias-tpl-footer-content
    .ias-tpl-footer-content-left
    .ias-tpl-footer-media
    .ias-tpl-footer-media-item-container
    .ias-tpl-footer-media-qrcode::before {
    border-color: #e8e8e8 transparent transparent transparent;
  }
}

@media screen and (max-width: 1200px) {

  .ias-tpl-footer .ias-tpl-footer-breadcrumb .ias-tpl-footer-breadcrumb-content{
    color: #606060!important;
  }
  .ias-tpl-footer,
  .ias-tpl-footer
    .ias-tpl-footer-content
    .ias-tpl-footer-content-left
    .ias-tpl-footer-introduction-title {
    color: #282828;
    background-color: #f9f9f9;
  }
  .ias-tpl-footer .ias-tpl-footer-breadcrumb,
  .ias-tpl-footer
    .ias-tpl-footer-content
    .ias-tpl-footer-content-left
    .ias-tpl-footer-introduction-content,
  .ias-tpl-footer
    .ias-tpl-footer-content
    .ias-tpl-footer-content-left
    .ias-tpl-footer-connect-content,
  .ias-tpl-footer
    .ias-tpl-footer-content
    .ias-tpl-footer-content-right
    .ias-tpl-footer-content-right-item
    .ias-tpl-footer-content-right-item-content-list-container
    .ias-tpl-footer-content-right-item-content-text,
  .ias-tpl-footer a,
  .ias-tpl-footer .ias-tpl-footer-statement .ias-tpl-footer-statement-left {
    color: #606060;
  }

  .ias-tpl-footer
    .ias-tpl-footer-content
    .ias-tpl-footer-content-left
    .ias-tpl-footer-media
    .ias-tpl-footer-media-item-container {
    background: #2d2d2d;
  }

  .ias-tpl-footer
    .ias-tpl-footer-content
    .ias-tpl-footer-content-left
    .ias-tpl-footer-media
    .ias-tpl-footer-media-item-container
    .ias-tpl-footer-media-qrcode {
    background-color: #e8e8e8;
  }

  .ias-tpl-footer
    .ias-tpl-footer-content
    .ias-tpl-footer-content-left
    .ias-tpl-footer-media
    .ias-tpl-footer-media-item-container
    .ias-tpl-footer-media-qrcode::before {
    border-color: #e8e8e8 transparent transparent transparent;
  }
}

/*
@media screen and (max-width: 1200px) {
  .ias-mobile-tpl-header {
    background-color: transparent !important;
  }
}

@media screen and (min-width: 1100px) {
  .ias-tpl-header-hover {
    background-color: transparent !important;
  }

  .ias-tpl-header:hover {
    background-color: transparent !important;
  }
} */

/* @media screen and (max-width: 900px) {
  .ias-mobile-tpl-header {
    background: #000 !important;
  }
  .ias-mobile-tpl-header {
    background-color: #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);
}

.ias-tpl-footer {
  position: relative !important;
  z-index: 6 !important;
}

.ias-tpl-hmmob-show {
  display: none;
}

.lazy-webp img.lazyload,
.video-lazyload {
  filter: blur(20px);
}
.lazy-webp img {
  transition: filter 400ms;
  filter: blur(0px);
}
.ias-car-body {
  width: 100%;
  overflow: hidden;
  background: #f9f9f9;
  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: 0.9375vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 0.2083vw;
  transition: all 0.3s linear;
  margin: 0 auto;
}

.cars-more:hover {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

/*  底部注释*/

.ias-tpl-hm-bm {
  width: 100%;
  padding: 4.375vw 9.5% 5.2604vw;
  background: #f4f4f4;
  position: relative;
  z-index: 3;
  margin-top: 4.9479vw;
}

.ias-tpl-hm-bm p {
  font-size: 0.625vw;
  line-height: 2;
  color: #000;
}

.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: 6.6vw 8.5333vw 13.1333vw;
    background: #f9f9f9;
    margin-top: 6.6vw;
  }

  .ias-tpl-hm-bm p {
    font-size: 3.2vw;
    line-height: 1.5;
    color: #282828;
  }
}

/* kv*/
.ias-car-kv,
.ias-car-kvbanner-con,
.ias-car-kvbanner {
  position: relative;
  height: 46.875vw;
}

.ias-car-kv {
  width: 100%;
}

.ias-car-kv .kv-txt-con {
  width: 58.3307vw;
  position: absolute;
  top: 16.127vw;
  left: 50%;
  transform: translateX(-50%);
}

.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,
.ias-car-kv .ias-car-banner .swiper-button-next:after,
.ias-car-kv .ias-car-banner .swiper-button-prev:after {
  display: none;
}

.cars-kv-txt {
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cars-kv-txt img {
  width: 10.4687vw;
  margin-bottom: 2.0833vw;
}

.cars-kv-txt h2 {
  font-size: 2.9166vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 2.9166vw;
}

.cars-kv-more {
  position: absolute;
  left: 50%;
  bottom: 4.4192vw;
  transform: translateX(-50%);
}

@media screen and (max-width: 1200px) {
  .cars-kv-txt {
    top: 30%;
  }
}

@media screen and (max-width: 900px) {
  .ias-tpl-hmpc-show {
    display: none;
  }

  .ias-tpl-hmmob-show {
    display: block;
  }


  .ias-car-kv,
  .ias-car-kvbanner-con,
  .ias-car-kvbanner {
    height:163vw;
  }

  .ias-car-kv .kv-txt-con {
    width: 69.7333vw;
    top: 59.6vw;
  }

  .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: 28%;
    text-align: center;
  }

  .cars-kv-txt img {
    width: 24vw;
    margin-bottom: 10.2667vw;
  }

  .cars-kv-txt h2 {
    font-size: 6.4vw;
    margin-bottom: 38.9333vw;
  }

  .cars-more {
    width: 32.5333vw;
    height: 8.8893vw;
    font-size: 2.1333vw;
    border-radius: 1.3333vw;
  }
}

/* 20250724  筛选 */
.activity-nav {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  /* background: rgba(0, 0, 0, 0.6); */
  /* backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); */
  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);
  padding: 0 100px;
  /* -webkit-backdrop-filter: saturate(150%) blur(20px);
    backdrop-filter: saturate(150%) blur(20px); */
  display: none;
}

.activity-nav.active {
  transform: translateY(0);
  display: block;
}

.activity-nav-con {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.activity-nav::before {
  content: '';
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
  -webkit-backdrop-filter: saturate(150%) blur(20px);
  backdrop-filter: saturate(150%) blur(20px);
}

.activity-nav h2 {
  font-size: 14px;
  color: #fff;
}

.filter-con {
  display: flex;
  align-items: center;
  padding-right: 144px;
}

.activity-nav-con .all-model {
  width: 96px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  transition: all 0.3s linear;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.activity-nav-con .all-model:hover {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

#filter {
  display: flex;
  align-items: center;
}

#filter button {
  margin-left: 49px;
  padding: 5px 0;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  background: transparent;
  border: none;
  position: relative;
}

/*
#filter button::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.3s linear;
} */

#filter button::after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}

#filter button:hover::after {
  width: calc(100%);
}

/* #filter button::after {
  display: none;
} */

#filter button.active::after {
  width: 100%;
}

#main {
  position: relative;
  width: 83.255%;
  height: auto;
  overflow: hidden;
  margin: 2.5vw auto 4.6875vw;
  display: flex;
}

#main.active {
  opacity: 1;
}

#main .column {
  width: 25%;
}

#main .column .item {
  padding: 1.0667vw;
  opacity: 0;
  transition: all 0.5s linear;
  position: relative;
}

.fade-animation {
  animation: fadeInin 1s ease-in-out forwards;
}

@keyframes fadeInin {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.box {
  border-radius: 0.4166vw;
  overflow: hidden;
  position: relative;
  background: #fff;
  z-index: 2;
}

.box .pic-con {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.box img {
  width: 100%;
  display: block;
  cursor: zoom-in;
  cursor: pointer;
}

.box img.pic {
  transform: scale(1);
  transition: all 0.3s linear;
}

.box:hover img.pic {
  transform: scale(1.05);
}

.box .play_icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.2s linear;
  z-index: 9;
}

/* 251205 */
.main-title {
  font-size: 2.5vw;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-top: 4.8437vw;
}

/* .box .pic-con .video-pop {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  background: rgba(0, 0, 0, 0.3);
} */

.box .pic-con .video-tag-box {
  width: 100%;
  height: 2.5229vw;
  padding: 0 0.914vw;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.box .pic-con .video-tag-box .desc-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9375vw;
  color: #fff;
}

.box .pic-con .video-tag-box .desc-title .desc_icon {
  width: 0.9375vw;
  height: 0.9375vw;
  margin-right: 0.4807vw;
}

.pic-time-tip {
  width: 1.6666vw;
  position: absolute;
  top: 0.7291vw;
  right: 0.7812vw;
}

.box .play_icon img {
  width: 3.125vw;
  height: 3.125vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.2s linear;
}

.box .desc-con {
  margin: 1.25vw 0.914vw;
  box-sizing: border-box;
  position: relative;
  color: #000;
  transition: all 0.2s linear;
}

.box .desc-con .desc-txt-con {
  height: 4.5833vw;
}

.box .desc-con .like {
  width: 1.0416vw;
  height: 1.0416vw;
  background: url(../img/kv/likes01.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}

.box .desc-con .like.active {
  background: url(../img/kv/likes.png) no-repeat center;
  background-size: cover;
}

.box:hover .play_icon {
  background: rgba(0, 0, 0, 0.2);
}

.box:hover .play_icon img,
.box:hover .desc-con {
  opacity: 1;
}

.box .desc-con .desc-title-con {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.box .desc-con .desc-title-con .tiktok-con {
  font-size: 0.833vw;
  color: #000;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.1562vw;
}

/* .box .desc-con .desc-title-con .tiktok-con:hover {
  color: rgba(0, 0, 0, 0.9);
} */

.box .desc-con .desc-title {
  display: flex;
  align-items: center;
  font-size: 0.833vw;
  margin-right: 1.4583vw;
}

.box .desc-con .desc-title .desc_icon {
  width: 0.9552vw;
  margin-right: 0.5031vw;
}

.desc {
  font-size: 0.9375vw;
  line-height: 1.5;
  margin-bottom: 0.677vw;
  height: 2.8125vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-time-tip {
  /* position: absolute;
  top: 0.7812vw;
  right: 0.7812vw; */
  width: auto;
  /* padding: 0 0.7291vw;
  height: 1.6666vw;
  background: rgba(0, 0, 0, 0.3); */
  border-radius: 0.2604vw;
  color: #fff;
  text-align: center;
  /* line-height: 36px; */
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 0.9375vw;
  z-index: 4;
}

.video-icon {
  width: 0.5208vw;
  height: 0.7291vw;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  margin-right: 0.5291vw;
}

/* 20250904 */
/* .tiktok-pic {
  width: 100%;
  padding: 0.5208vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}

.tiktok-pic .tiktok-pic-con {
  position: relative;
  border-radius: 0.4166vw;
  overflow: hidden;
}

.tiktok-pic .tiktok-pic-con h2 {
  padding: 0 1.6666vw;
  position: absolute;
  top: 1.6666vw;
  left: 0;
  font-size: 1.5625vw;
  color: #000;
}

.tiktok-pic .tiktok-pic-con h3 {
  padding: 0 1.6666vw;
  position: absolute;
  bottom: 1.6666vw;
  left: 0;
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #000;
} */

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

#loading {
  text-align: center;
  padding: 20px;
  display: none;
}

/* 图片查看swiper */
.pop-con {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 1);
}

.pop-con.active {
  z-index: 15;
  opacity: 1;
}

.pop-swiper-con {
  position: relative;
  padding: 0 5.2083vw;
}

.pop-con .pop-swiper .swiper-wrapper {
  align-items: center;
}

.pop-con .pop-swiper {
  max-width: 60.083333vw;
  max-height: 37vw;
}

.pop-con .pop-swiper .swiper-wrapper {
  max-width: 60.083333vw;
  max-height: 40vw;
}

.pop-con .pop-swiper .swiper-slide {
  overflow: hidden;
  box-sizing: content-box;
  padding-bottom: 0.05rem;
  margin-top: -0.05rem;
}

.pop-con .pop-swiper .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 60vw;
  max-height: 28vw;
  margin: 0 auto;
}

.slide-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide-box {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 3.5vw 3.5vw 0;
}

.vd-poster {
  width: 53vw;
  height: 29.7916vw;
  position: relative;
  /* margin-bottom: 3vw; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.vd-poster .vd-pop {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 90vw;
  transform: translate(-50%, -50%);
  background: #000;
  z-index: 2;
  display: flex;
  align-items: center;
}
.pop-con .pop-swiper .swiper-slide .vd-poster .vd-pop img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.vd-poster .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 16;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vd-poster .poster img.v-play {
  width: 5.2083vw;
  height: 5.2083vw;
  cursor: pointer;
  transition: all 0.3s linear;
}

.vd-poster .poster img.v-play:hover {
  opacity: 0.8;
}

.slide-box video {
  /* width: 100%; */
  /* max-width: 100%; */
  /* min-width: 15.625vw; */
  /* height: auto; */

  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 30vw;

  margin: 0 auto;
  display: block;
  background: #000;
}

video::-webkit-media-controls-panel {
  width: 100% !important;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}

video::-webkit-media-controls-enclosure {
  max-width: 100%;
}

.slide-desc {
  font-size: 0.9375vw;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-top: 1.080729vw;
}

.pop-con .swiper-button-next,
.pop-con .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 49%);
  color: #c7000b;
}

.slide-close {
  position: absolute;
  top: 1px;
  right: 3.5vw;
  width: 2.0833vw;
  height: 2.0833vw;
  cursor: pointer;
  background: url(../img/kv/close.png) no-repeat center;
  background-size: cover;
}
.slide-wx {
  background: url(../img/kv/wx.png) no-repeat center;
  background-size: cover;
}
.slide-wx.none {
  display: none !important;
}
.slide-ewm {
  position: absolute;
  right: 0;
  left: 0;
  width: 10vw;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  margin: 0 auto;
}
.slide-ewm .close {
  position: absolute;
  top: -1.5vw;
  right: -2.5vw;
  width: 2.0833vw;
  height: 2.0833vw;
  cursor: pointer;
  background: url(../img/kv/close.png) no-repeat center;
  background-size: cover;
}
.slide-ewm.active {
  display: block;
}
.pop-con .pop-swiper .swiper-slide .slide-ewm img {
  width: 100%;
  max-width: initial;
  max-height: initial;
  border-radius: 0.5vw;
}

.video-js .vjs-vjsdownload {
  display: none;
}

@media screen and (max-width: 1200px) {
  .activity-nav {
    padding: 0 25px;
  }
}

@media screen and (max-width: 900px) {
  .main-title {
    font-size: 4.8vw;
    margin-top: 4.8437vw;
  }

  .box .pic-con .video-tag-box {
    height: 7.4667vw;
    padding: 0 2vw;
  }

  .box .pic-con .video-tag-box .desc-title {
    font-size: 3.2vw;
  }

  .box .pic-con .video-tag-box .desc-title .desc_icon {
    width: 3.2vw;
    height: 3.2vw;
    margin-right: 1.4667vw;
  }

  .box .desc-con .desc-txt-con {
    height: 15.6667vw;
  }

  .activity-nav {
    display: block;
    height: auto;
    padding: 0 5vw;
  }

  .activity-nav::before {
    height: 30vw;
    background: rgba(0, 0, 0, 0.75);
  }

  .activity-nav-con {
    height: auto;
    display: block;
  }

  .activity-nav-title {
    display: flex;
    height: 13.3333vw;
    align-items: center;
    justify-content: space-between;
  }

  .activity-nav h2 {
    font-size: 3.2vw;
    position: relative;
    padding-right: 4.2667vw;
  }

  .activity-nav h2::after {
    content: '';
    background: url(../img/kv/filter01.png) no-repeat right center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2.1333vw;
    height: 100%;
    background-size: 3.2vw !important;
    background-position: center !important;
  }

  .activity-nav-con .all-model {
    width: 18.1333vw;
    height: 7.4667vw;
    border-radius: 1.3333vw;
    font-size: 3.2vw;
    position: unset;
    transform: unset;
  }

  .activity-nav h2.active::after {
    background: url(../img/kv/filter02.png) no-repeat right center;
    background-size: 100%;
    background-position: center !important;
  }

  #filter {
    display: flex;
    align-items: center;
    height: 13.3333vw;
    justify-content: space-between;
  }

  .filter-con {
    display: block;
    padding-right: 0;
  }

  #filter button {
    margin-left: 0;
    padding: 1.0667vw 0;
    font-size: 3.2vw;
  }

  #filter button::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: #fff;
    transition: all 0.3s linear;
  }

  #filter button.active::after {
    width: 100%;
  }

  #main {
    width: 92%;
    margin: 6.6667vw auto 11.7333vw;
  }

  #main .column {
    width: 50%;
  }

  .item {
    padding: 1.3333vw;
  }

  .box {
    border-radius: 2.1333vw;
  }

  .box img {
    width: 100%;
    display: block;
    cursor: zoom-in;
    cursor: pointer;
  }

  .box .play_icon {
    width: 5.8333vw;
    height: 5.8333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .box .desc-con {
    opacity: 1;
    padding: 0;
    position: unset;
    display: flex;
    flex-direction: column-reverse;
    margin: 2.6667vw 2.9333vw;
  }

  .box:hover .play_icon {
    opacity: 1;
  }

  .box .play_icon {
    width: 10.6667vw;
    height: 10.6667vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .box .play_icon img {
    width: 10.6667vw;
    height: 10.6667vw;
    opacity: 1;
  }

  .box .desc-con .desc-title {
    font-size: 2.4vw;
    color: #fff;
    margin-right: 1.6vw;
  }

  .box .desc-con .desc-title-con .tiktok-con {
    font-size: 2.8vw;
    text-underline-offset: 0.4vw;
  }

  .box .desc-con .desc-title .desc_icon {
    width: 2.1333vw;
    margin-right: 0.8vw;
    margin-top: 0.3vw;
  }

  .desc {
    margin-top: 0;
    margin-bottom: 1.5vw;
    font-size: 3.2vw;
    line-height: 1.6;
    height: 10vw;
    /* white-space: nowrap;
    text-overflow: ellipsis; */
  }

  .video-time-tip {
    font-size: 3.2vw;
  }

  .pic-time-tip {
    width: 4.2667vw;
    position: absolute;
    top: 1.8667vw;
    right: 2vw;
  }

  .video-icon {
    width: 1.524vw;
    height: 2.1333vw;
    margin-right: 0.8vw;
    margin-top: 0.02vw;
    line-height: unset;
  }

  .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    cursor: pointer;
  }

  #loading {
    padding: 2.6667vw;
    font-size: 2.6667vw;
  }

  /* 图片查看swiper */

  .pop-swiper-con {
    padding: 0;
    overflow: hidden;
    height: 100%;
  }

  .pop-con .pop-swiper .swiper-wrapper {
    align-items: center;
    height: 100%;
  }

  .pop-con .pop-swiper {
    max-width: 100vw;
    max-height: 100%;
    height: 100%;
  }

  .pop-con .pop-swiper .swiper-wrapper {
    max-width: 100vw;
    max-height: 100%;
  }

  .pop-con .pop-swiper .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100vw;
    max-height: 130vw;
    margin: 0 auto;
  }

  .pop-con .pop-swiper .swiper-slide .vd-poster img {
    max-height: 38vw;
  }

  .slide-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
  }
  .swiper-slide-active .slide-item {
    opacity: 1;
  }

  .slide-box {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 9vw 0 0;
    width: 100%;
  }

  .vd-poster {
    width: 100%;
    height: auto;
    height: 100%;
    /* min-height: 40vw; */
    position: relative;
  }

  .vd-poster .poster img.v-play {
    width: 5.2083vw;
    height: 5.2083vw;
  }

  .vd-poster .poster img.v-play:hover {
    opacity: 0.8;
  }

  .slide-box video {
    /* width: auto;
    max-width: 100%; */
    max-height: 70vh;

    /* width: 200px;
    height: 200px;
    max-height: unset; */
    object-fit: contain;
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    contain: layout style paint;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 0) {
    .slide-box video {
      max-height: 100vw;
    }
    .slide-box video.nhov {
      height: 100vw;
      max-height: initial;
    }
  }
  .pop-swiper .swiper-slide:not(.swiper-slide-active) video {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }

  .pop-swiper .swiper-slide-active video {
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }

  .slide-desc {
    font-size: 3.2vw;
    margin-top: 3vw;
    width: 90%;
    margin: 0 auto;
  }

  .pop-con .swiper-button-next,
  .pop-con .swiper-button-prev {
    display: none;
    top: var(--swiper-navigation-top-offset, 51.5%);
    color: #c7000b;
  }

  .slide-close {
    width: 5vw;
    height: 5vw;
    right: 4vw;
  }
  /* .slide-box-shu .slide-close {
    right: 0;
  } */
  .slide-wx {
    /* width: 5vw;
    height: 5vw;
    right: 22vw; */
  }
  .slide-ewm {
    top: 14vw;
    right: 0;
    width: 15vw;
  }

  .slide-ewm .close {
    width: 5vw;
    height: 5vw;
  }
}

@media screen and (max-width: 500px) {
  .pop-con .swiper-button-next,
  .pop-con .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 52%);
  }

  .pop-con .swiper-button-next::after,
  .pop-con .swiper-button-prev::after {
    font-size: 7.2vw;
  }

  .slide-desc {
    margin-top: 5vw;
  }

  .slide-close {
    width: 6.4vw;
    height: 6.4vw;
  }
  .slide-wx {
    /* width: 6.4vw;
    height: 6.4vw; */
  }
  .slide-ewm {
  }
}

/* 20250804  视频样式 */

.invisible {
  visibility: hidden;
}

.player-outer-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  height: auto;
}

.video_box {
  position: relative;
}

.video-popup::before,
.videojs_player_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-popup::before {
  content: '';
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.75);
}

.videojs_player_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.videojs_player_wrapper.active {
  opacity: 1;
  visibility: visible;
}

.video-box-popup {
  min-width: 50%;
  position: relative;
}

.close-video-popup {
  color: #fff;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  line-height: 20px;
  transform: scale(1.25, 1);
  text-decoration: none;
}

.close-video-popup:hover {
  color: #fff;
}

.vjs-vjsdownload.vjs-button .vjs-icon-placeholder {
  position: relative;
  box-shadow: inset 0 0 0 2px;
  width: 10px;
  height: 4px;
  display: inline-block;
  -webkit-transform: translateY(-5px) rotate(90deg);
  -ms-transform: translateY(-5px) rotate(90deg);
  transform: translateY(-5px) rotate(90deg);
}

.vjs-vjsdownload.vjs-button .vjs-icon-placeholder:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent;
  left: 100%;
  right: auto;
  border-left-color: inherit;
}

@media (max-width: 767px) {
  .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
  .videojs_player_wrapper {
    display: none;
  }

  .videojs_player_wrapper.active {
    display: flex;
  }

  .video-box-popup {
    min-width: 100%;
  }

  .close-video-popup {
    top: -30px;
  }

  .video-js .vjs-big-play-button {
    background-image: url(https://www.huawei.com/Assets/corp/v2/fonts/svg-sprite.svg);
    background-position: 0 -140px;
    background-repeat: no-repeat;
    width: 70px !important;
    height: 70px !important;
    background-size: 100%;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    font-size: 0;
    background-color: transparent;
  }
}

/* 20250904 抖音弹层 */
.tiktok-pop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: -1;
}

.tiktok-pop.active {
  opacity: 1;
  z-index: 10;
}

.tiktok-pop .tiktok-con {
  position: relative;
  width: 26.0416vw;
}

.tiktok-pop .tiktok-con .cl {
  position: absolute;
  top: -2.5vw;
  right: -2.5vw;
  width: 2vw;
  height: 2vw;
  cursor: pointer;
  background: url(../img/kv/close.png) no-repeat center;
  background-size: cover;
}

.tiktok-pop .tiktok-con img {
  border-radius: 0.4166vw;
}

@media (max-width: 900px) {
  .tiktok-pop .tiktok-con {
    width: 65vw;
  }

  .tiktok-pop .tiktok-con .cl {
    position: absolute;
    top: -7.4vw;
    right: -7.4vw;
    width: 6.4vw;
    height: 6.4vw;
  }

  .tiktok-pop .tiktok-con img {
    border-radius: 1.0667vw;
  }
}

.slide-box .share-con {
  position: absolute;
  top: 1px;
  right: 7.25vw;
  display: flex;
}

.slide-box .share-con .item {
  width: 2.0833vw;
  height: 2.0833vw;
  cursor: pointer;
  margin-left: 1.302vw;
  transition: all 0.3s linear;
}

.slide-box .share-con .item:hover {
  opacity: 0.8 !important;
}

.slide-box .share-con .item.active {
  display: none;
}

.slide-box .share-con .icon {
  background: url(../img/kv/share.png) no-repeat center;
  background-size: cover;
}

.slide-box .share-con .share-weibo {
  background: url(../img/kv/weibo.png) no-repeat center;
  background-size: cover;
}

.slide-box .share-con .share-qq {
  background: url(../img/kv/qq.png) no-repeat center;
  background-size: cover;
}

#no-more {
  text-align: center;
  font-size: 1.25vw;
  color: #000;
  /* padding-top: 2.6041vw; */
  display: none;
}

.ias-mobile-tpl-header-on {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

@media (max-width: 900px) {
  .slide-box .share-con {
    right: 15.6vw;
  }
  /* .slide-box-shu .share-con {
    right: 12.6vw;
  } */

  .slide-box .share-con .item {
    width: 6.4vw;
    height: 6.4vw;
    margin-left: 5vw;
  }

  #no-more {
    font-size: 3.2vw;
  }
}

#localnav .ln-link:hover::after,
#localnav .ln-menu-item.active .ln-link::after {
  width: calc(100% - 40px);
  right: 20px;
}

#localnav .ln-title .ln-link::after {
  display: none;
}

/* @media screen and (max-width: 900px) {
  #localnav .ln-menu-list {
    justify-content: space-around!important;
    width: 100%;
    padding: 0 1.5vw;
    box-sizing: border-box;
}
  #localnav .ln-menu {
      position: relative;
      overflow-x: auto;
      overflow-y: hidden;
      width: 100%;
      height: auto;
      margin-left: 0;
      padding-right: 0!important;
      padding-left:  0!important;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
  }

  #localnav .ln-menu-item .ln-link {
    padding:0!important;
}
} */

/* 二级导航开始 */

/* 20250710 二级导航 */
@media screen and (min-width: 1111px) {
  .ias-tpl-hmkv-title01.nhov {
    overflow: initial;
  }

  .ias-tpl-hmkv-title01.nhov h3 {
    white-space: nowrap;
  }
}

.ias-tpl-header {
  position: absolute;
  background: transparent;
}

.ias-mobile-tpl-header {
  position: absolute;
  background: transparent;
}

.ias-mobile-tpl-header-on {
  background-color: rgba(0, 0, 0, 0.85);
}

#localnav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  max-height: 50px;
  line-height: 50px;
  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(-100%);
  background-color: rgba(0, 0, 0, 0.8);
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  #localnav {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: saturate(150%) blur(20px);
    backdrop-filter: saturate(150%) blur(20px);
  }
}

#localnav.active {
  transform: translateY(0%);
}

#localnav .ln-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 50px;
}

#localnav .ln-content::before,
#localnav .ln-content::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
}

#localnav .ln-content::before {
  top: 50px;
}

#localnav .ln-content::after {
  bottom: 0;
}

#localnav .ln-title {
  flex-grow: 1;
  height: 50px;
  padding-left: 100px;
}

#localnav .ln-title .ln-link {
  display: block;
  padding: 0;
  font-size: 14px;
}

#localnav .ln-title img {
  width: 100px;
  object-fit: contain;
}

#localnav .ln-menu-trigger {
  display: none;
  width: 40px;
  padding: 16px 8px;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#localnav .ln-menu-trigger::before {
  content: '';
  width: 3.2vw;
  height: 3.2vw;
  background: url(https://auto.huawei.com/marketingcloud/pep/asset//20000004/ias-ads/img/filter01.png)
    no-repeat right center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#localnav .ln-menu {
  display: flex;
  margin-left: 12px;
}

#localnav .ln-menu-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#localnav .ln-link {
  position: relative;
  display: block;
  padding: 0 20px;
  font-size: 14px;
  line-height: 50px;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  color: #fff;
}

#localnav .ln-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 50px;
  margin-left: 20px;
  padding-right: 100px;
}

#localnav .ln-button {
  display: inline-block;
  padding-right: 19px;
  padding-left: 19px;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
  transition: all 0.3s ease-out;
  white-space: nowrap;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}

#localnav .ln-button:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.2);
}

#localnav.ln-expanded {
  max-height: 100%;
}

#localnav.ln-expanded .ln-menu-trigger {
  transform: rotate(180deg);
}

#localnav.ln-expanded .ln-menu {
  visibility: visible;
  transition-delay: 0s;
}

#localnav.ln-expanded .ln-menu-item {
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  #localnav .ln-title {
    padding-left: 20px;
  }

  #localnav .ln-menu {
    margin-left: 20px;
  }

  #localnav .ln-link {
    padding: 0 12px;
  }

  #localnav .ln-link.current::after {
    right: 12px;
    left: 12px;
  }

  #localnav .ln-action {
    margin-left: 12px;
    padding-right: 32px;
  }

  #localnav .ln-menu-trigger {
    left: 0;
  }
}

#localnav .ln-link::after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  bottom: 1px;
  right: 50%;
  transition: all 0.5s;
}

#localnav .ln-link:hover::after,
#localnav .ln-menu-item.active .ln-link::after {
  width: calc(100% - 40px);
  right: 20px;
}

#localnav .ln-title .ln-link::after {
  display: none;
}

.ln-menu-mob {
  width: auto;
  position: relative;
}

.up-pop{
 display: none;
}

@media screen and (max-width: 900px) {
  .up-pop{
    position:fixed;
    bottom: 10vw;
    left: 50%;
    z-index: 17;
    transform: translateX(-50%);
    animation: breathe 1s infinite alternate ease-in-out;
    width: 16vw;
    padding: 3.3333vw 0;
  }

  .up-pop img{
    width: 5.3333vw;
    height:5.3333vw;
    margin: 0 auto;
  }


  .up-pop.active{
   display: block;
  }

  @keyframes breathe {
    0% {
        opacity: 0.6;
        transform:translateX(-50%) scale(0.95);
        bottom:  5vw;
    }
    50% {
        opacity: 1;
        transform:translateX(-50%) scale(1);
    }
    100% {
        bottom:2vw;
        opacity: 0.6;
        transform:translateX(-50%) scale(0.95);
    }
}

  #localnav .ln-menu-list {
    justify-content: space-around;
    /* width: 100%; */
    padding: 0 2.8vw;
    box-sizing: border-box;
  }

  #localnav .ln-link:hover::after,
  #localnav .ln-menu-item.active .ln-link::after {
    width: calc(100%);
    right: 0;
  }

  #localnav {
    max-height: 56px;
    line-height: 56px;
  }

  #localnav .ln-content {
    height: 100%;
  }

  #localnav .ln-content::before {
    top: 56px;
  }

  #localnav .ln-menu-trigger::before {
    width: 2.6vw;
    height: 2.6vw;
  }

  #localnav .ln-title {
    display: flex;
    flex-grow: 0;
    height: 56px;
    padding-left: 20px;
  }

  #localnav .ln-menu {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  #localnav .ln-menu::-webkit-scrollbar {
    display: none;
  }

  #localnav .ln-link {
    height: 56px;
    line-height: 56px;
  }

  #localnav .ln-action {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 56px;
    margin-left: 0;
    padding-right: 24px;
  }

  #localnav .ln-button {
    padding-right: 15px;
    padding-left: 15px;
  }

  #localnav .ln-menu-item {
    transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    opacity: 0;
    margin: 0 2.2667vw;
  }

  #localnav .ln-menu-item .ln-link {
    padding: 0;
  }

  #localnav .ln-menu-trigger {
    display: block;
  }

  #localnav .ln-title .ln-link {
    font-size: 12px;
  }

  #localnav .ln-menu-trigger {
    width: 30px;
  }

  #localnav .ln-menu-item .ln-link {
    font-size: 12px;
  }

  #localnav .ln-menu-item .ln-link .mohu {
    /* filter: blur(2px);  */
    background: linear-gradient(90deg, #fff, transparent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  /* 20251208 */
  .ln-menu-mob {
    width: 100%;
    /* width: calc(100% - 20px); */
    /* padding-right: 20px; */
    box-sizing: border-box;
  }

  .ln-menu-mob-masking {
    width: 5vw;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    /* filter: blur(5px);
    background: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.08) 40%,
      rgba(0, 0, 0, 0.01) 10%,
      transparent 100%
    ); */
  }

  /* .ln-menu-mob-masking {
    width: 15vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: saturate(150%) blur(20px);
    backdrop-filter: saturate(150%) blur(20px);

    background: url(../img/kv/masking.png) no-repeat center;
    background-size: cover;
    -webkit-backdrop-filter: saturate(150%) blur(20px);
    backdrop-filter: saturate(150%) blur(20px);
  } */

  .ln-menu-mob-masking .con {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1001;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    -webkit-backdrop-filter: saturate(150%) blur(20px);
    backdrop-filter: saturate(150%) blur(20px);
  }
  .ln-menu-mob-masking .con::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    backdrop-filter: blur(10px);
    z-index: 1000;
  }
}

@media screen and (max-width: 414px) {
  #localnav .ln-menu-trigger::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}

.vjs-big-play-centered {
  position: relative;
}

.vjs-big-play-centered.vjs-paused::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/kv/pause.png) no-repeat center;
  background-size: 5.8333vw;
  z-index: 2;
}

.vjs-big-play-centered::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/kv/video_play.png) no-repeat center;
  background-size: 5.8333vw;
  z-index: 2;
  display: none;
}

.vjs-has-started .vjs-control-bar {
  z-index: 3;
}

/* 旋转圆圈式 */
.circle-loader {
  width: 5vw;
  height: 5vw;
  border: 5px solid rgba(0, 0, 0, 0.5);
  border-top: 5px solid #fff;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2.5vw 0 0 -2.5vw;
}

/* 关键帧动画定义 */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* 移动端适配 */
@media (max-width: 768px) {
  .loader-container {
    gap: 15px;
  }

  .circle-loader {
    width: 9vw;
    height: 9vw;
    border-width: 4px;
    margin: -4.5vw 0 0 -4.5vw;
  }

  .dot-loader span {
    width: 10px;
    height: 10px;
  }

  .bar-loader {
    width: 150px;
  }
}

/* 20251112 */
/* 添加iOS视频播放优化样式 */
.vd-pop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.vd-pop .play-button {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vd-pop .play-button img {
  width: 24px;
  height: 24px;
}

.play-error {
  color: white;
  font-size: 16px;
  text-align: center;
}

/* 确保swiper slide状态正确 */
.swiper-slide {
  opacity: 0.4;
  transition: opacity 0.3s;
}

.swiper-slide-active {
  opacity: 1;
}

.swiper-slide-prev,
.swiper-slide-next {
  opacity: 0.4;
}
/* 提示框样式 */
.toast {
  position: fixed;
  bottom: 28vw;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: fit-content;
  white-space: nowrap;
  font-size: 3.2vw;
  top: 50%;
  bottom: auto;
  text-align: center;
  border-radius: 2vw;
  line-height: 1.8;
  padding: 5px 10px;
}

.toast.show {
  opacity: 1;
  z-index: 1001;
}



/* 251217 */
/* 隐藏所有视频控制条的全屏按钮 */
.pop-swiper-con.edge video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

/* Edge/Chrome */
.pop-swiper-con.edge video::-webkit-media-controls {
  -webkit-justify-content: flex-start !important;
}

/* Firefox */
.pop-swiper-con.edge video::-moz-media-controls {
  display: none !important;
}

/* Edge/IE */
.pop-swiper-con.edge video::-ms-media-controls {
  display: none !important;
}

/* 通用隐藏 */
.pop-swiper-con.edge video::media-controls-fullscreen-button {
  display: none !important;
}

/* 防止右键菜单中的全屏选项 */
video.edge-vide {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}