@charset "UTF-8";
:root {
  --color-black: #000;
  --color-ash: #292929;
  --color-charcoal: #4d4c4c;
  --color-white: #fff;
  --color-red: #f02222;
  --color-dark-blue: #b68a68;
  --color-dark-beige: #eae8e4;
  --color-darker-beige: #e2e0db;
  --color-beige: #e6e4e1;
  --color-yellow: #eb9201;
  --color-gray-484848: #484848;
  --color-gray-54585a: #54585a;
  --color-gray-dcdcde: #dcdcde;
  /* --color-blue-20: color-mix(in srgb,var(--color-dark-blue),transparent 80%);
  --color-blue-40: color-mix(in srgb,var(--color-dark-blue),transparent 60%);
  --color-overlay: color-mix(in srgb,#1a2f4b,transparent 80%);
  --color-footer: color-mix(in srgb,var(--color-dark-blue),transparent 20%); */
  --figma-breakpoint-2xl: 2024;
  --figma-breakpoint-xl: 1440;
  --figma-breakpoint-lg: 1280;
  --figma-breakpoint-md: 1024;
  --figma-breakpoint-sm: 768;
  --figma-breakpoint-xs: 393;
  --real-viewport-width: 1024px;
  --font-size-1: 0.16rem;
  --font-size-2: 0.18rem;
  --font-size-3: 0.2rem;
  --font-size-4: 0.22rem;
  --font-size-5: 0.24rem;
  --font-size-6: 0.26rem;
  --font-size-7: 0.28rem;
  --font-size-8: 0.3rem;
  --font-size-9: 0.32rem;
  --font-size-10:0.34rem;
  --font-size-11:0.36rem;
  --font-size-12:0.4rem;
  --font-size-13:0.5rem;
  --font-size-14:0.6rem;
  --font-size-15:0.7rem;
  --font-size-16:0.8rem;
  --font-size-17:0.9rem;
  --font-size-18:1rem;
  --font-size-20:1.2rem;
  /* 0.5 0.6 0.24  0.18 0.34  0.4 0.36 0.22  */
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  :root {
    --font-size-1: 0.16rem;
    --font-size-2: 0.26rem;
    --font-size-3: 0.26rem;
    --font-size-4: 0.26rem;
    --font-size-5: 0.3rem;
    --font-size-6: 0.26rem;
    --font-size-7: 0.28rem;
    --font-size-8: 0.3rem;
    --font-size-9: 0.32rem;
    --font-size-10:0.5rem;
    --font-size-11:0.45rem;
    --font-size-12:0.5rem;
    --font-size-13:0.5rem;
    --font-size-14:0.52rem;
    --font-size-15:0.7rem;
    --font-size-16:0.8rem;
    --font-size-17:0.9rem;
    --font-size-18:1rem;
  }
}
@media screen and (min-width: 767px) {
  .mb {
    display: none !important;
  }
}
/* @font-face {
  font-family: 'AILERON-REGULAR';
  src: url("../font/AILERON-REGULAR.TTF") format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'AILERON-THIN';
  src: url("../font/AILERON-THIN.TTF") format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'MONSCHONE';
  src: url("../font/MONSCHONE.OTF") format('truetype');
  font-display: swap;
} */
/* Source Han Sans CN replaced with Google Fonts Noto Sans SC (same typeface, ~20KB vs 32MB) */
html,
body {
  width: 100vw;
  overflow-x: hidden;
  font-family: "Noto Sans SC", sans-serif;
  background-color: #fff;
}

body.lenis {
  position: relative;
  overflow: clip;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100vw;
  height: 100%;
  margin: auto;
}

/* .df {display: flex}
.aic {align-items: center}
.jcc {justify-content: center}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  color: white;
  z-index: 10000;
} */
a.colorBtn {
  height: 0.5rem;
  width: 2.1rem;
  font-size: 0.16rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius:0.26rem;  */
  /* background-color: var(--color-yellow);  */
  /* color: #fff; */
  text-align: center;
  position: relative;
  /* border-radius: 0.06rem; */
  box-sizing: border-box;
  color: var(--color-white);
  /* display: block; */
  z-index: 2;
  overflow: hidden;
  /* padding: 3px; */
}

a.colorBtn span {
  position: relative;
  z-index: 2;
  width: 2.06rem;
  height: 0.46rem;
  /* padding: .875rem 0; */
  /* font-size: 1.1rem; */
  align-items: center;
  background: #3e3c38;
  /* border-radius: 3px; */
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  /* height: 100%; */
}

a.colorBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: #fff;
  background-size: 50% 100%;
}

a.colorBtn:hover {
  color: var(--color-yellow);
  transition: all 0.3s ease-in-out;
}

a.colorBtn:focus:before,
a.colorBtn:hover:before {
  background: linear-gradient(115deg, #eb9201, #dd3125, #3c7dd2, #00a985);
  background-size: 50% 100%;
  transition: all 0.3s ease-in-out;
  animation: SidebarCreate-module_rainbowSlide-feOE0 0.75s linear infinite;
}

@keyframes SidebarCreate-module_rainbowSlide-feOE0 {
  to {
    transform: translateX(-50%);
  }
}
#page-loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #484848;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-text {
  color: #dcdcde;
  font-size: var(--font-size-7, 2rem);
  font-family: inherit;
  letter-spacing: 2px;
}

.index {
  width: 100vw;
  min-height: 100vh;
}

.index .banner {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.index .banner .swiper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 100vw;
  height: 100%;
}

.index .banner .swiper-slide {
  overflow: hidden;
  /* background: #fff; */
  width: 100%;
  height: 100%;
  position: relative;
}

/* .index .banner .pic{width:0; height: 100vh; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) ; transition: all 1s; overflow: hidden;} */
/* .index .banner img{width: 100vw; height: 100%; object-fit: cover;  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);} */
/* .index .banner .swiper-slide-active .pic{width:100%;transition: all 1s;} */
.index .banner .word {
  position: absolute;
  bottom: 1.06rem;
  left: 1.62rem;
  line-height: 1.2;
  color: var(--color-white);
  font-family: "Noto Sans SC", sans-serif; font-weight: 700;
}

.index .banner .word p {
  /* height: 0.8rem; */
  min-height: 0.8rem;
  position: relative;
  overflow: hidden;
}

.index .banner .word .w0 {
  font-size: 0.6rem;
}

.index .banner .word .w1 {
  font-size: 0.6rem;
  /* font-style: italic; */
  padding: 0 0.1rem 0 0;
}

.index .banner .word p span {
  display: block;
  opacity: 0;
}

.index .banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.index .banner .slide-inner .pic, .index .banner .slide-inner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .index .banner .swiper-pagination span {
  background-color: #9d9c9e;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  position: relative;
  margin: 0 0.24rem;
}

.index .banner .swiper-pagination .swiper-pagination-bullet-active::after {
  position: absolute;
  content: '';
  width: 0.14rem;
  height: 0.14rem;
  border: 1px solid #9d9c9e;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
/* .index .banner .swiper-pagination span{
  width: 16px;
  height: 16px;
  position: relative;
  margin: 24px;
  background: none;

}


.index .banner .swiper-pagination span b{
  width: 6px; height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  background-color: #9d9c9e;
  border-radius: 50%;
}


.index .banner .swiper-pagination svg{
  --progress: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 1px;
  stroke: #9d9c9e;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform:translate(-50%,-50%) rotate(-90deg) scale(0);
  opacity: 0;
  transition: all .3s;
}
.index .banner .swiper-pagination-bullet-active svg{

  opacity: 1;
  transform:translate(-50%,-50%) rotate(-90deg) scale(1);
  transition: all .3s;
} */
.index .models {
  width: 100%;
  height: 100%;
}

.models-vehicle-carousel {
  position: relative;
  width: 100%;
  height: 100vh;
}

.models-vehicle-carousel .swiper {
  width: 100%;
  height: 100%;
}

.models-vehicle-carousel-hidden {
  display: none;
}

.models-vehicle-carousel .swiper-container {
  width: 100%;
  height: 100%;
}

.models-vehicle-carousel .swiper-slide {
  background: var(--color-black);
  color: var(--color-white);
  position: relative;
  overflow: hidden;
}

.models-vehicle-carousel .swiper-slide picture {
  width: 100%;
  height: 100%;
}

.models-vehicle-carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.models-vehicle-carousel .swiper-slide .models-vehicle-carousel-gradient {
  position: absolute;
  width: 100%;
  height: 48%;
  top: 52%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}

/* @media(max-width: 767px) {
  .models-vehicle-carousel .swiper-slide .models-vehicle-carousel-gradient {
      height: 53%;
      top: 47%
  }
} */
.models-vehicle-carousel .swiper-slide .models-vehicle-carousel-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0.52rem;
  width: 100%;
  align-items: center;
}

/* @media(min-width: 1440px) {
  .models-vehicle-carousel .swiper-slide .models-vehicle-carousel-container {
      bottom: .6rem
  }
} */
.models-vehicle-carousel .swiper-slide .models-vehicle-carousel-content {
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.models-vehicle-carousel .swiper-slide .models-vehicle-carousel-content_eyebrow {
  position: relative;
  padding: 0px 135px;
  font-size: 18px;
  font-family: var(--ff-amflare);
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.01em;
}

/* @media(max-width: 767px) {
  .models-vehicle-carousel .swiper-slide .models-vehicle-carousel-content_eyebrow {
      font-size: 14px;
      line-height: normal;
      letter-spacing: -0.01em;
      padding: 0;
      opacity: 0;
      margin-bottom: 4px
  }
} */
.models-vehicle-carousel .swiper-slide .models-vehicle-carousel-content_title {
  position: relative;
  padding: 0px 0.76rem;
  display: inline-block;
  font-size: 0.54rem;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  /* opacity: 0; */
  /* font-family: var(--ff-amflare); */
  text-align: center;
  /* animation: FadeInText;
    animation-duration: .8s;
    animation-delay: 1.2s;
    opacity: 1; */
}

.models-vehicle-carousel .swiper-slide .models-vehicle-carousel-content_title img {
  width: 3.85rem;
}

/* @media(max-width: 767px) {
  .models-vehicle-carousel .swiper-slide .models-vehicle-carousel-content_title {
      font-weight: 400;
      font-size: 36px;
      line-height: 40px;
      padding: 0;
      opacity: 0
  }
} */
.models-vehicle-carousel .swiper-slide .models-vehicle-carousel-content_text {
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  font-family: var(--ff-amsans);
  font-weight: 400;
  line-height: normal;
  word-wrap: break-word;
  width: 540px;
  text-align: center;
  margin-top: 16px;
}

/* @media(max-width: 767px) {
  .models-vehicle-carousel .swiper-slide .models-vehicle-carousel-content_text {
      line-height: 24px;
      font-weight: 400;
      font-size: 16px;
      padding: 0 24px;
      text-align: center;
      opacity: 0;
      width: auto
  }
} */
/* @media(max-width: 480px) {
  .models-vehicle-carousel .swiper-slide .models-vehicle-carousel-content_text {
      width: 95vw
  }
} */
.models-vehicle-carousel .swiper-slide .models-vehicle-carousel-cta-button-container {
  display: flex;
  margin-top: 0.22rem;
  justify-content: center;
}

/* @media(max-width: 767px) {
  .models-vehicle-carousel .swiper-slide .models-vehicle-carousel-cta-button-container {
      opacity: 0
  }
} */
.models-vehicle-carousel .swiper-slide .models-vehicle-carousel-cta-button {
  width: 2.1rem;
  height: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.5rem;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-yellow);
  border-radius: 0.26rem;
}

/* .models-vehicle-carousel .swiper-slide .models-vehicle-carousel-cta-button:last-child {
  margin-right: 0
} */
.models-vehicle-carousel .swiper-slide-active .models-vehicle-carousel-cta-button-container,
.models-vehicle-carousel .swiper-slide-duplicate-active .models-vehicle-carousel-cta-button-container {
  animation: bounce 1.8s cubic-bezier(0.65, 0, 0.35, 1);
  animation-delay: 0.5s;
  opacity: 1;
}

.models-vehicle-carousel .swiper-slide-active .models-vehicle-carousel-content_eyebrow,
.models-vehicle-carousel .swiper-slide-duplicate-active .models-vehicle-carousel-content_eyebrow {
  animation: FadeInText;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  opacity: 1;
}

.models-vehicle-carousel .swiper-slide-active .models-vehicle-carousel-content_title,
.models-vehicle-carousel .swiper-slide-duplicate-active .models-vehicle-carousel-content_title {
  animation: FadeInText;
  animation-duration: 1.8s;
  animation-delay: 0.5s;
  opacity: 1;
}

.models-vehicle-carousel .swiper-slide-active .models-vehicle-carousel-content_text,
.models-vehicle-carousel .swiper-slide-duplicate-active .models-vehicle-carousel-content_text {
  animation: FadeInText;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  opacity: 1;
}

.models-vehicle-carousel #models-vehicle-carousel-swiper-controls {
  position: relative;
  bottom: 1.6rem;
}

/* @media(min-width: 481px)and (max-width: 767px) {
  .models-vehicle-carousel #models-vehicle-carousel-swiper-controls {
      bottom: 190px
  }
} */
.models-vehicle-carousel .models-carousel_navigation.swiper-button-next {
  position: absolute;
  right: calc(50% - 2.74rem);
  height: 0.43rem;
  width: 0.86rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='86' height='43' viewBox='0 0 86 43' fill='none'%3e %3cpath d='M7.16602 21.5H78.8327M78.8327 21.5L68.0827 10.75M78.8327 21.5L68.0827 32.25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.models-vehicle-carousel .models-carousel_navigation.swiper-button-next.animate-next {
  animation: bounce-next 1s ease-in-out forwards;
}

.models-vehicle-carousel .models-carousel_navigation.swiper-button-next::after {
  display: none;
}

/* @media(max-width: 767px) {
  .models-vehicle-carousel .models-carousel_navigation.swiper-button-next {
      width: 58px;
      right: calc(50% - 174px)
  }
} */
.models-vehicle-carousel .models-carousel_navigation.swiper-button-prev {
  left: calc(50% - 2.74rem);
  height: 0.43rem;
  width: 0.86rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='86' height='43' viewBox='0 0 86 43' fill='none'%3e %3cg id='Icons / 24 / arrow-narrow-right'%3e %3cpath id='Icon' d='M78.833 21.5H7.16634M7.16634 21.5L17.9163 10.75M7.16634 21.5L17.9163 32.25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/g%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.models-vehicle-carousel .models-carousel_navigation.swiper-button-prev.animate-prev {
  animation: bounce-prev 1s ease-in-out forwards;
}

.models-vehicle-carousel .models-carousel_navigation.swiper-button-prev::after {
  display: none;
}

.models-vehicle-carousel .video {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.models-vehicle-carousel .video__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  color: color(var(--color-white));
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
}

/* models */
.video {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.video[data-video-trigger=click] {
  cursor: pointer;
}

.video__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  color: color(var(--color-white));
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
}

.video__loader .loader-icon {
  position: relative;
  display: block;
  animation-name: loader-animation;
  animation-duration: 2s;
  animation-timing-function: var(--ease-in-out-sine);
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: forward;
  animation-fill-mode: both;
  width: 100%;
  height: 100%;
}

.video__loader .icon {
  width: 100%;
  height: 100%;
}

.video__player {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.video__player video {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ie .video__player video {
  height: auto;
}

.video__cover,
.video__controls,
.video__hidden-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video__cover {
  opacity: 1;
  background-color: var(--black);
  transition: opacity;
  transition-duration: 0.35s;
  transition-timing-function: linear;
}

.video__cover .landscape,
.video__cover .portrait {
  opacity: 0;
  background: center/cover no-repeat;
  transition: opacity 0.6s var(--ease-out-sine);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video__cover--hidden {
  display: none;
}

@media (orientation: landscape) {
  .video__cover .landscape {
    opacity: 1;
  }
}
@media (orientation: portrait) {
  .video__cover .portrait {
    opacity: 1;
  }
}
.video__controls {
  display: none;
  color: var(--color-white);
  visibility: visible;
}

.video__controls .control-buttons {
  position: absolute;
  display: flex;
  color: var(--color-white);
  cursor: pointer;
}

[dir=rtl] .video__controls .control-buttons {
  direction: ltr;
}

.video__controls .control-buttons .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__controls .control-buttons .close-button {
  outline: none;
}

.video__controls .control-buttons .close-button:focus .icon {
  outline: rgba(255, 255, 255, 0.5) dotted 1px;
  outline-offset: 5px;
}

.video__controls .control-buttons .close-button .icon {
  top: 0;
  left: auto;
  right: 0;
  width: 16px;
  height: 16px;
}

.video__controls .control-buttons.control-buttons--bottom-left {
  bottom: 28px;
  left: 28px;
}

.video__controls .control-buttons.control-buttons--bottom-right {
  bottom: 28px;
  right: 28px;
}

.video__controls .control-buttons.control-buttons--top-left {
  top: 28px;
  left: 28px;
}

.video__controls .control-buttons.control-buttons--top-right {
  top: 28px;
  right: 28px;
}

.video__controls .control-buttons .control-button {
  position: relative;
  display: none;
  width: 45px;
  height: 45px;
}

.video__controls .control-buttons .control-button[data-video-control=menu] {
  margin-right: 5px;
}

.video__controls .control-buttons .control-button.control-button--active {
  display: block;
}

.video__controls .control-buttons.next-video-button {
  bottom: 2.25rem;
  right: -100%;
  width: 3.82rem;
  height: 0.86rem;
  display: flex;
  justify-content: start;
  padding: 0.08rem;
  border-radius: 0.06rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0.04%, rgba(0, 0, 0, 0.75) 38.55%, rgba(0, 0, 0, 0.25) 38.56%, rgba(0, 0, 0, 0.25) 99.95%);
  background-size: 270% 100%;
  animation: fillGradient 3s linear 1s infinite;
  animation-delay: 1s;
  transition: right 1s ease-out;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .video__controls .control-buttons.next-video-button {
    bottom: 95px;
    width: 92%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .video__controls .control-buttons.next-video-button {
    bottom: 144px;
    width: 343px;
  }
}
.video__controls .control-buttons.next-video-button .next-video__thumbnail {
  height: 100%;
}

.video__controls .control-buttons.next-video-button .next-video__thumbnail img {
  height: 0.7rem;
  width: 0.98rem;
}

.video__controls .control-buttons.next-video-button .next-video__metadata {
  margin-left: 16px;
  width: 2.04rem;
  overflow: hidden;
  padding-right: 8px;
  border-right: 1px solid var(--white-15, rgba(255, 255, 255, 0.15));
}

.video__controls .control-buttons.next-video-button .next-video__metadata .next-video__text {
  font-family: AstonMartinFlare, sans-serif;
  display: block;
  text-align: left;
  height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

.video__controls .control-buttons.next-video-button .next-video__metadata .next-video__title {
  font-family: AstonMartinSans, sans-serif;
  display: block;
  text-align: left;
  height: 40px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.video__controls .control-buttons.next-video-button .next-video__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 48px;
}

.video__controls .control-buttons.next-video-button .next-video__icon svg {
  fill: #fff;
  height: 24px;
  width: 24px;
}

.video__controls .control-buttons.next-video_button-visible {
  right: 32px;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .video__controls .control-buttons.next-video_button-visible {
    right: 16px;
  }
}
.video__controls .progress {
  width: 100%;
  height: 4px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left top;
  position: absolute;
  bottom: 1px;
  left: 0;
}

.video--loaded .video__loader {
  display: none;
}

.video--loaded .video__player {
  visibility: visible;
}

.no-touch .video--hide-poster .video__cover {
  display: none;
  filter: none;
}

.video[data-video-controls-enabled=true] .video__controls {
  display: block;
}

.video[data-video-controls-enabled=true] .video__hidden-layer {
  display: none;
}

.video[data-video-trigger=in-view].video--loaded:not([data-video-mobile]) .video__cover,
.video--playing .video__cover {
  opacity: 0;
}

.fullscreen-video {
  position: fixed;
  background: #000;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease, width 0s linear 0.3s, height 0s linear 0.3s;
}

.fullscreen-video.fullscreen-video--active {
  opacity: 1;
  transition: opacity 0.3s ease, width 0s linear, height 0s linear;
  width: 100%;
  height: 100%;
}

.multiple-videos {
  background: #000;
}

@supports (-ms-ime-align: auto) {
  .content .video video {
    width: auto !important;
  }
}
@keyframes fillGradient {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
/* .models */
.models-vehicle-carousel .video__player {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* @media(max-width: 767px) {
  .models-vehicle-carousel .models-carousel_navigation.swiper-button-prev {
      width: 58px;
      left: calc(50% - 174px)
  }
} */
@keyframes bounce-next {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  20% {
    opacity: 0;
    transform: translateX(0);
  }
  40% {
    opacity: 0.1;
    transform: translateX(-10px);
  }
  60% {
    opacity: 0.5;
    transform: translateX(0);
  }
  80% {
    opacity: 1;
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bounce-prev {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  20% {
    opacity: 0;
    transform: translateX(0);
  }
  40% {
    opacity: 0.1;
    transform: translateX(10px);
  }
  60% {
    opacity: 0.5;
    transform: translateX(0);
  }
  80% {
    opacity: 1;
    transform: translateX(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bounce {
  0% {
    opacity: 0.1;
    transform: translateY(60px);
  }
  50% {
    opacity: 1;
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes FadeInText {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.introduction {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.introduction .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.introduction .word {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.introduction .word .con {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 30%;
  height: 30%;
}

.introduction .word .con .suTitle {
  font-size: 0.42rem;
  line-height: 0.6rem;
  text-align: center;
  width: 100%;
  font-family: "Noto Sans SC", sans-serif; font-weight: 700;
}

.introduction .word .con .title {
  font-size: 0.64rem;
  line-height: 0.78rem;
  text-align: center;
  width: 100%;
  font-family: "Noto Sans SC", sans-serif; font-weight: 700;
}

.introduction .word .con .line {
  background-color: #fff;
  width: 0.5rem;
  height: 1px;
  margin: 0 auto;
  margin-top: 0.24rem;
  opacity: 0;
}

.introduction .word .con .content {
  font-size: 0.22rem;
  line-height: 0.34rem;
  margin-top: 0.38rem;
  text-align: center;
  width: 100%;
}

.introduction .word video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.introduction .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.introduction .logo .mask {
  aspect-ratio: 5464/4096;
  width: 100%;
  height: 100vh;
  -webkit-mask-image: url(../images/cover.png);
  mask-image: url(../images/cover.png);
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.introduction .logo .mask video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.introduction .logo .mask video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news {
  width: 100%;
  height: 100vh;
  position: relative;
}

.news .newsCon {
  width: 120%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
}

.news .pic0 {
  width: 10.28rem;
  height: 7.1rem;
  overflow: hidden;
  margin-top: 1.2rem;
}

.news .pic0 .swiper-slide {
  width: 100%;
  height: 100%;
}

.news .pic0 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news .word {
  width: 5.56rem;
  height: 7.1rem;
  overflow: hidden;
  position: relative;
  color: #fff;
  margin-top: 2.14rem;
  font-size: 0.2rem;
  line-height: 0.36rem;
}

.news .word li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0.5rem;
  width: 4.52rem;
  z-index: 300;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}

.news .word li .time {
  font-size: var(--font-size-2);
  line-height: 0.36rem;
  margin-bottom: 0.12rem;
  color: var(--color-yellow);
}

.news .word li .con {
  margin-bottom: 0.3rem;
  letter-spacing: 0.01rem; /*font-family: 'AILERON-REGULAR'*/
  font-size: 0.18rem;
  color: var(--color-gray-54585a);
}

/* .news .word li .colorBtn{z-index: 500;} */
/* .news .word li a{height: 0.5rem;  width:2.1rem; font-size: 0.16rem; color: #fff; display: flex; justify-content:center; align-items: center; border-radius:0.26rem; background-color: #eb9201; color: #fff;}
.news .word li a img{height: 100%;} */
.news .pic1 {
  width: 6.57rem;
  height: 4.54rem;
  overflow: hidden;
  margin-top: 3.76rem;
  position: relative; /* 为绝对定位子元素提供定位上下文 */
}

.news .pic1:hover::after {
  content: "";
  position: absolute;
  width: 50px; /* 可根据图片实际大小调整 */
  height: 50px; /* 可根据图片实际大小调整 */
  background-image: url(../images/r_b.png); /* 替换为实际图片路径 */
  background-size: cover;
  pointer-events: none; /* 防止伪元素干扰鼠标事件 */
  left: var(--mouse-x);
  top: var(--mouse-y);
  transform: translate(-50%, -50%);
}

.news .pic1 {
  /* 通过 JavaScript 设置这两个变量，此处给出初始值 */
  --mouse-x: 0;
  --mouse-y: 0;
}

.news .pic1 .swiper-slide {
  width: 100%;
  height: 100%;
}

.news .pic1 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news .swiper-pagination {
  width: 90%;
}

.news .swiper-pagination .swiper-pagination-bullet, .index .banner .swiper-pagination .swiper-pagination-bullet {
  /* background-color: #9d9c9e; */
  width: 16px;
  height: 16px;
  /* border-radius: 50%; */
  position: relative;
  margin: 12px;
  background: none;
  opacity: 1;
}

.news .swiper-pagination .swiper-pagination-bullet b, .index .banner .swiper-pagination .swiper-pagination-bullet b {
  width: 6px;
  height: 6px;
  /* content: ''; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #9d9c9e;
  border-radius: 50%;
}

.news .swiper-pagination .swiper-pagination-bullet span, .index .banner .swiper-pagination .swiper-pagination-bullet span {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: block;
  /* opacity: 0; */
  transition: all 1s;
}

.news .swiper-pagination svg, .index .banner .swiper-pagination svg {
  /* --progress: 0; */
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  display: block;
  width: 16px;
  height: 16px;
  stroke-width: 1px;
  stroke: #9d9c9e;
  fill: none;
  stroke-linecap: round;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  /* stroke-dashoffset: calc(125.6 * var(--progress)); */
  /* stroke-dashoffset: calc(125.6 * var(--progress)); */
  stroke-dasharray: 125.6;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.news .swiper-pagination .swiper-pagination-bullet-active span, .index .banner .swiper-pagination .swiper-pagination-bullet-active span {
  /* opacity: 1; */
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s 0.3s;
}

.news .cover {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.news .cover .l {
  width: 85%;
  height: 100%;
}

.news .cover .r {
  width: 15%;
  height: 100%;
  cursor: url(../images/r_b.png), pointer;
}

/* .news .cover{width: 100%; height: 100%; display: flex; position: absolute; top: 0; left: 0; z-index: 10;}
.news .cover .l{width: 85%; height: 100%;}
.news .cover .r{width: 15%; height: 100%; cursor: url(../images/r_b.png), pointer;} */
.keepFunds {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.keepFunds .v {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.keepFunds .v video, .keepFunds .v img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.keepFunds .v span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.35);
}

.keepFunds .word {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-gray-dcdcde);
  width: 5.4rem;
  margin-right: 3.5rem;
  text-align: center;
}

.keepFunds .word .title {
  font-size: var(--font-size-12);
  line-height: 2.1;
  font-family: "Noto Sans SC", sans-serif; font-weight: 700;
  margin-top: 1.4rem;
}

.keepFunds .word .line {
  background-color: #fff;
  width: 0.5rem;
  height: 1px;
  margin: 0 auto;
  margin-top: 0.22rem;
}

.keepFunds .word .content {
  margin: 0.4rem 0 0.52rem;
  font-size: var(--font-size-2);
  line-height: 1.6;
}

.keepFunds .word .btn {
  display: flex;
  justify-content: center;
}

/* .keepFunds .p0{width:100% ; margin-left: 2.94rem; margin-bottom: 2.8rem; position: absolute; top: 0; left: 0;}
.keepFunds .p0 .title{ margin-top: 3.18rem; font-size: 1rem; line-height: 1.05rem; font-family: "Noto Sans SC", sans-serif; font-weight: 300; color: #fff; }
.keepFunds .p0 .con{font-size: .18rem; line-height: 0.34rem;color: #fff; }
.keepFunds .p0 a{font-size: 0.16rem; color:#b68a68;display: block; }
.keepFunds .p0 a img{ width: 0.39rem;margin-left: 0.56rem;} */
.keepFunds .p {
  color: #fff;
  margin-left: 2rem;
  margin-top: 2.32rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.keepFunds .p .title {
  font-size: 0.6rem;
  font-family: "Noto Sans SC", sans-serif; font-weight: 700;
  line-height: 0.6rem;
  margin-top: -0.1rem;
}

.keepFunds .p .con {
  font-size: 0.18rem;
  line-height: 0.34rem;
}

.keepFunds .p .from {
  width: 8.57rem;
}

/* .keepFunds .p .r {margin-left: 1.8rem;} */
.keepFunds .p .l {
  width: 6.4rem;
}

/* .keepFunds .p .r a{ width: 2.1rem; height: 0.5rem; display:block; background-color: #b68a68; color: #fff; line-height: 0.5rem; text-align: center; margin-top: 0.7rem; font-size: 0.16rem;} */
/* keepFunds form */
.keepFunds .p .r {
  width: 7.6rem;
}

.keepFunds .p .r .kf-form {
  width: 100%;
  color: #fff;
}

.keepFunds .p .r .kf-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  row-gap: 0.38rem;
  padding-top: 0.15rem;
  padding-left: 0.08rem;
}

.keepFunds .p .r .kf-form .form-item {
  position: relative;
}

.keepFunds .p .r .kf-form label {
  display: block;
  font-size: 0.18rem;
  line-height: 0.28rem;
  opacity: 0.9;
  margin-bottom: 0.22rem;
}

.keepFunds .p .r .kf-form .field {
  position: relative;
}

.keepFunds .p .r .kf-form input {
  width: calc(100% - 0.4rem);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding: 0.12rem 0.28rem 0.12rem 0.12rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.keepFunds .p .r .kf-form select {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding: 0.12rem 0.28rem 0.12rem 0.12rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.keepFunds .p .r .kf-form select {
  cursor: pointer;
}

/* Minimal chevron for dropdown-like fields */
.keepFunds .p .r .kf-form select {
  /* Use a down-triangle image to match the design */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10'%3E%3Cpath d='M2 2l7 6 7-6' fill='%23888888'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.02rem center;
  background-size: 0.12rem 0.07rem;
  padding-right: 0.34rem;
}

/* Keep native date/time pickers visible and clickable */
.keepFunds .p .r .kf-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.keepFunds .p .r .kf-form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.keepFunds .p .r .kf-form input:focus,
.keepFunds .p .r .kf-form select:focus {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.15);
}

.keepFunds .p .r .kf-form selec:hover, .keepFunds .p .r .kf-form input:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}

/* Select dropdown options styling */
.keepFunds .p .r .kf-form select option {
  background: transparent;
  color: #333;
  padding: 0.1rem;
}

/* Selected option styling - this affects the displayed text */
.keepFunds .p .r .kf-form select:focus option:checked {
  background: transparent;
  color: #333;
}

/* Textarea styling */
.keepFunds .p .r .kf-form textarea {
  width: calc(100% - 0.4rem);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding: 0.12rem 0.28rem 0.12rem 0.12rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  resize: vertical;
  min-height: 0.8rem;
  font-family: inherit;
}

.keepFunds .p .r .kf-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.keepFunds .p .r .kf-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.keepFunds .p .r .kf-form textarea:focus {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.15);
}

.keepFunds .p .r .kf-form textarea:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}

/* Verification code field styling */
.keepFunds .p .r .kf-form .verification-field {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.keepFunds .p .r .kf-form .verification-field input {
  width: calc(100% - 0.6rem);
  flex: 1;
}

.keepFunds .p .r .kf-form .verification-box {
  height: 0.4rem;
  border-radius: 0.04rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  flex-shrink: 0;
}

.keepFunds .p .r .kf-form .verification-box img {
  height: 100%;
}

/* Agreement checkbox styling */
.keepFunds .p .r .kf-form .form-agreement {
  grid-column: 1/-1;
  margin-top: 0.4rem;
  padding-top: 0.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.keepFunds .p .r .kf-form .agreement-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.12rem;
  cursor: pointer;
  font-size: 0.14rem;
  line-height: 0.22rem;
  opacity: 0.9;
}

.keepFunds .p .r .kf-form .agreement-checkbox input[type=checkbox] {
  display: none;
}

.keepFunds .p .r .kf-form .checkmark {
  width: 0.18rem;
  height: 0.18rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.02rem;
  transition: all 0.2s ease;
}

.keepFunds .p .r .kf-form .agreement-checkbox input[type=checkbox]:checked + .checkmark {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.7);
}

.keepFunds .p .r .kf-form .agreement-checkbox input[type=checkbox]:checked + .checkmark::after {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}

.keepFunds .p .r .colorBtn {
  margin-top: 0.6rem;
  display: inline-flex;
}

/* Flatpickr restyle to better match current design (dark, minimal, brand accent) */
.flatpickr-calendar {
  background: rgba(255, 255, 255, 0.96);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.04rem;
  box-shadow: none;
  z-index: 7000 !important;
  width: 3.7rem;
}

.flatpickr-innerContainer {
  justify-content: center;
}

/* Footer Styles */
footer {
  width: 100%;
  background-color: #2a2a2a;
  color: #e0e0e0;
  font-family: "Noto Sans SC", sans-serif;
}

footer img {
  width: 100%;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 1.62rem;
  border-bottom: 1px solid #4a4a4a;
}

.footer-logo img {
  width: 1.2rem;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-social {
  display: flex;
  gap: 0.2rem;
}

.social-icon {
  width: 0.24rem;
  height: 0.24rem;
  display: block;
  border-radius: 0.02rem;
  transition: background-color 0.3s ease;
  opacity: 0.4;
}

.social-icon:hover {
  opacity: 1;
}

.footer-main {
  display: flex;
  width: 15.9rem;
  margin: 0.7rem auto;
}

.footer-column {
  margin-right: 0.5rem;
}

.footer-column h3 {
  font-size: 0.16rem;
  font-weight: 600;
  color: #e0e0e0;
  margin-bottom: 0.2rem;
  font-family: "Noto Sans SC", sans-serif; font-weight: 700;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 0.12rem;
}

.footer-column a {
  color: #b0b0b0;
  text-decoration: none;
  font-size: 0.14rem;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #e0e0e0;
}

.footer-column.find-dealer {
  margin-right: 0;
  margin-left: 1.75rem;
  display: flex;
  align-items: baseline;
  width: 3.69rem;
  justify-content: space-between;
}

.footer-column.find-dealer h3 {
  margin-bottom: 0;
}

.find-dealer {
  grid-column: 7;
}

.find-dealer .dealer-search {
  display: flex;
  align-items: center;
  width: 2.3rem;
  border-bottom: 1px solid #6a6a6a;
  padding-bottom: 0.2rem;
}

.find-dealer .search-input {
  background: transparent;
  border: none;
  color: #e0e0e0;
  font-size: 0.14rem;
  padding: 0.08rem 0;
  outline: none;
  flex: 1;
  margin-right: 0.12rem;
}

.find-dealer .search-input::-moz-placeholder {
  color: #8a8a8a;
}

.find-dealer .search-input::placeholder {
  color: #8a8a8a;
}

.find-dealer .search-input:focus {
  border-bottom-color: #e0e0e0;
}

.find-dealer .search-btn {
  background: none;
  border: none;
  color: #8a8a8a;
  cursor: pointer;
  padding: 0.04rem;
  transition: color 0.3s ease;
}

.find-dealer .search-btn:hover {
  color: #e0e0e0;
}

.footer-bottom {
  padding: 0.3rem 1.62rem;
}

.legal-links {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.legal-links a {
  color: #8a8a8a;
  text-decoration: none;
  font-size: 0.12rem;
  transition: color 0.3s ease;
}

.legal-links a:hover {
  color: #e0e0e0;
}

.separator {
  color: #6a6a6a;
  font-size: 0.12rem;
}

.menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 1rem;
  z-index: 5001;
}

.menu .returnIndex {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.2rem;
}

.menu .returnIndex img {
  width: 100%;
}

.menu-icon {
  transition: transform 0.3s ease;
}

.menu-icon.active .line-1 {
  transform: translate(6px, 0px) rotate(45deg);
}

.menu-icon.active .line-2 {
  opacity: 0;
}

.menu-icon.active .line-3 {
  transform: translate(-6px, 6px) rotate(-45deg);
}

.line {
  transition: all 0.3s ease;
}

.menu .global-menu-button {
  justify-content: center;
  align-items: center;
  display: flex;
  background: none;
  border: none;
  font-size: 0.14rem;
  color: #fff;
  cursor: pointer;
}

.menu .global-menu-button .rrmc-primary-nav-icon {
  display: flex;
  align-items: center;
}

.menu .promaryGlobal {
  position: absolute;
  left: 1.62rem;
  top: 0;
  width: 1.2rem;
  height: 1rem;
}

.menu .menu-wrapper {
  align-items: center;
  display: flex;
  height: 97px;
  justify-content: center;
  position: absolute;
  left: 1.62rem;
  top: 0;
  z-index: 2;
}

.menu .nav-copy-container {
  margin-left: 0.1rem;
}

.menu .nav-copy-container .nav-open {
  display: block;
}

.menu .nav-copy-container .nav-close {
  display: none;
}

.menu .primary-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu .primary-nav .bg {
  background-color: rgba(0, 0, 0, 0.2); /* 设置半透明背景 */
  -webkit-backdrop-filter: blur(10px); /* Safari 支持 */
  backdrop-filter: blur(10px);
  width: 100%;
  height: 0.68rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.menu .primary-nav .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.87rem;
  height: 0.33rem;
}

.menu .primary-nav .logo .logo-link {
  width: 100%;
  height: 100%;
}

.menu .primary-nav .logo .logo-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu .global-enquire-button {
  position: absolute;
  top: 0;
  right: 1.62rem;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 1rem;
}

.menu .global-enquire-button .rrmc-cta-component {
  padding-top: 0.1rem;
}

.menu .keyline {
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 16rem;
}

.menu .secondaryMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu .secondaryMenu .lBox {
  background-color: rgba(0, 0, 0, 0.2); /* 设置半透明背景 */
  -webkit-backdrop-filter: blur(10px); /* Safari 支持 */
  backdrop-filter: blur(10px); /* 标准语法，实现磨砂玻璃效果 */
  width: 8.36rem;
  height: 100%;
  font-size: 0.18rem;
  overflow: hidden;
}

.menu .secondaryMenu .lBox .m {
  position: absolute;
  top: 2.48rem;
  right: 1.44rem;
  z-index: 3;
}

.menu .secondaryMenu .lBox .level2 {
  z-index: 3;
}

.menu .secondaryMenu .lBox .m a {
  height: 0.76rem;
  line-height: 0.76rem;
  color: #fff;
  font-size: 0.18rem;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}

.menu .secondaryMenu .lBox .m a span {
  opacity: 0.5;
  line-height: 0.76rem;
}

.menu .secondaryMenu .lBox .m a:hover span, .menu .secondaryMenu .lBox .m a.on span {
  opacity: 1;
}

.menu .secondaryMenu .lBox .m a img {
  width: 0.17rem;
  height: 0.13rem;
  vertical-align: middle;
  margin-right: 0.42rem;
}

/* .menu .secondaryMenu .lBox ul{display: none;} */
.menu.on .menu-wrapper {
  z-index: 55;
}

.menu .nav-copy-container .nav-open {
  display: block;
}

.menu .nav-copy-container .nav-close {
  display: none;
}

.menu.on .nav-copy-container .nav-open {
  display: none;
}

.menu.on .nav-copy-container .nav-close {
  display: block;
}

.menu .secondaryMenu .lBox .m .return {
  margin-bottom: 0.2rem;
}

.menu .secondaryMenu .lBox .modelPic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu .secondaryMenu .lBox .modelPic li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu .secondaryMenu .lBox .modelPic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: all 1s;
}

.menu .secondaryMenu .lBox .modelPic img.on {
  opacity: 1;
  transition: all 1s;
}

.menu .secondaryMenu .rBox {
  position: relative;
  width: 10.9rem;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.menu .secondaryMenu .rBox li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu .secondaryMenu .rBox li div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.menu .secondaryMenu .rBox li div.on {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.menu .secondaryMenu .rBox li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .menu .secondaryMenu .rBox li img.on{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } */
/* .menu.on .secondaryMenu .rBox li img:first-child{opacity: 1;} */
.menu .secondaryMenu .rBox li a {
  position: absolute;
  bottom: 0.86rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: auto;
}

/* .menu.on .secondaryMenu .rBox li.on{ left:0;  transition: all 1s;} */
/* -------------------2期 */
.vAppreciation {
  width: 100vw;
}

.vAppreciation > div {
  width: 100%;
  height: 100vh;
  position: relative;
}

.vAppreciation video, .vAppreciation > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}

.vAppreciation .word {
  width: 100%;
  position: absolute;
  bottom: 0.52rem;
  left: 0;
  text-align: center;
}

.vAppreciation .word .title img {
  width: 3.85rem;
  height: auto;
}

.vAppreciation .word .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.22rem;
}

.floatButton {
  position: fixed;
  right: 0.14rem;
  bottom: 2.34rem;
  z-index: 200;
}

.floatButton li {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.04rem;
  border: rgba(255, 255, 255, 0.65) 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.07rem 0;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px); 
  backdrop-filter: blur(10px); 
  cursor: pointer;
  transition: all 0.5s;
}

.floatButton li a {
  width: 0.22rem;
  height: 0.22rem;
  display: block;
}

.floatButton li img {
  width: 0.22rem;
  height: 0.22rem;
  display: none;
}

.floatButton li .icon0 {
  display: inline-block;
}

.floatButton li.on, .floatButton li:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}

.floatButton li.on .icon0, .floatButton li:hover .icon0 {
  display: none;
}

.floatButton li.on .icon1, .floatButton li:hover .icon1 {
  display: inline-block;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
  .footer-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    padding: 0.4rem 0.8rem;
    width: auto;
    margin: 0.4rem auto;
  }
  .footer-column {
    margin-right: 0;
  }
  .find-dealer {
    grid-column: 1/-1;
    margin-top: 0.4rem;
    margin-left: 0;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .find-dealer .dealer-search {
    width: 100%;
    margin-top: 0.2rem;
  }
  .footer-top {
    padding: 0.3rem 0.8rem;
  }
  .footer-bottom {
    padding: 0.2rem 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .menu .primary-nav .bg {
    height: 100%;
  }
  .footer-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
    padding: 0.3rem 0.6rem;
    width: auto;
    margin: 0.3rem auto;
  }
  .footer-column {
    margin-right: 0;
  }
  .footer-column h3 {
    font-size: 0.18rem;
    margin-bottom: 0.15rem;
  }
  .footer-column a {
    font-size: 0.16rem;
  }
  .find-dealer {
    grid-column: 1/-1;
    margin-top: 0.3rem;
    margin-left: 0;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .find-dealer h3 {
    margin-bottom: 0.15rem;
  }
  .find-dealer .dealer-search {
    width: 100%;
    margin-top: 0.15rem;
    padding-bottom: 0.15rem;
  }
  .find-dealer .search-input {
    font-size: 0.16rem;
  }
  .footer-top {
    flex-direction: column;
    gap: 0.3rem;
    padding: 0.2rem 0.6rem;
  }
  .footer-social {
    gap: 0.3rem;
  }
  .social-icon {
    width: 0.3rem;
    height: 0.3rem;
  }
  .footer-bottom {
    padding: 0.15rem 0.6rem;
  }
  .legal-links {
    flex-wrap: wrap;
    gap: 0.15rem;
  }
  .legal-links a {
    font-size: 0.14rem;
  }
  .lepasL8 {
    height: 7rem;
  }
  .lepasL8 > div {
    height: 100%;
  }
  .lepasL8 .video {
    height: 100%;
  }
  .lepasL6 {
    height: 7rem;
  }
  .lepasL6 > div {
    height: 100%;
  }
  .lepasL6 .video {
    height: 100%;
  }
  .lepasL4 {
    height: 7rem;
  }
  .lepasL4 > div {
    height: 100%;
  }
  .lepasL4 .video {
    height: 100%;
  }
  .vAppreciation-pic {
    height: 9rem;
  }
  .vAppreciation-pic > div > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .introduction {
    overflow: hidden;
  }
  .introduction .logo .mask {
    -webkit-mask-image: url(../images/cover_mb.png);
    mask-image: url(../images/cover_mb.png);
  }
  .index .banner .word {
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 2rem;
  }
  .index .banner .playbtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/playicon.png) no-repeat;
    background-position: center center;
    background-size: 1.24rem auto;
    z-index: 1;
  }
  .index a.colorBtn {
    width: auto;
    height: auto;
    font-size: 0.24rem;
    border: 1px solid #fff;
    color: var(--color-yellow);
  }
  a.colorBtn::before {
    display: none;
  }
  .index a.colorBtn span {
    width: auto;
    padding: 0.15rem 0.45rem;
    height: auto;
    background-color: transparent !important;
  }
  .news .word, .news .word li {
    width: calc(100% - 0.5rem);
  }
  .news .word li .con {
    font-size: 0.28rem;
    margin-bottom: 0.6rem;
    line-height: 0.6rem;
  }
  .news .word li .time {
    font-size: 0.26rem;
    margin-bottom: 0.6rem;
  }
  .news .word li .time {
    font-size: 0.26rem;
  }
  .news a.colorBtn {
    width: 3.1rem;
    background-color: #3d3c38;
    color: #fff;
  }
  .introduction .word .con .content {
    font-size: 0.26rem;
  }
  .introduction .word .con {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    padding: 0.2rem 0.4rem;
    margin: 0.2rem auto;
  }
  .footer-column {
    text-align: center;
  }
  .footer-column h3 {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .footer-column a {
    font-size: 0.18rem;
    display: block;
    padding: 0.05rem 0;
  }
  .find-dealer {
    text-align: center;
  }
  .find-dealer .dealer-search {
    justify-content: center;
    max-width: 4rem;
    margin: 0.2rem auto 0;
  }
  .find-dealer .search-input {
    font-size: 0.18rem;
    text-align: center;
  }
  .footer-top {
    padding: 0.15rem 0.4rem;
  }
  .footer-logo img {
    width: 1.5rem;
  }
  .footer-social {
    gap: 0.4rem;
  }
  .social-icon {
    width: 0.35rem;
    height: 0.35rem;
  }
  .footer-bottom {
    padding: 0.4rem 0.4rem;
    text-align: center;
  }
  .legal-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.2rem;
  }
  .legal-links a {
    font-size: 0.26rem;
  }
  .separator {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 1024px) {
  .keepFunds .p {
    flex-direction: column;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
    position: relative;
  }
  .keepFunds .p .l {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .keepFunds .p .r {
    width: 100%;
  }
  .keepFunds .p .r .kf-form .form-grid {
    grid-template-columns: 1fr;
  }
  .keepFunds .p .r .kf-form input,
  .keepFunds .p .r .kf-form select,
  .keepFunds .p .r .kf-form textarea {
    font-size: 0.28rem;
    padding: 0.18rem 0.38rem 0.18rem 0.18rem;
  }
  .keepFunds .p .r .kf-form select {
    background-size: 0.28rem 0.28rem;
    background-position: right 0 center;
  }
  .keepFunds .p .r .kf-form .verification-box {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.24rem;
  }
  .keepFunds .p .r .kf-form .agreement-checkbox {
    font-size: 0.24rem;
  }
  .keepFunds .p .r .kf-form .checkmark {
    width: 0.28rem;
    height: 0.28rem;
  }
  .keepFunds .p .r .kf-form .checkmark::after {
    width: 0.12rem;
    height: 0.12rem;
  }
  .keepFunds .p .r .colorBtn {
    width: 100%;
    font-size: 0.28rem;
    height: 1rem;
  }
  .keepFunds .p .r .colorBtn span {
    width: calc(100% - 0.04rem);
    height: 0.96rem;
  }
  .news .newsCon {
    display: block;
    width: 100%;
  }
  .news .pic0 {
    width: 100%;
    height: 40vh;
    margin-top: 0;
  }
  .news .word {
    margin-top: 12vh;
    height: 48vh;
    width: 100%;
  }
  .news .word li {
    width: calc(100% - 0.97rem);
  }
  .news .swiper-pagination {
    width: 100%;
    top: 42vh;
  }
  .menu .menu-wrapper {
    left: 0.3rem;
  }
  .menu .global-enquire-button {
    right: 0.3rem;
  }
  .menu .global-menu-button {
    font-size: 0.24rem;
  }
  .menu .returnIndex {
    width: 0.3rem;
    height: 0.3rem;
  }
  .menu .secondaryMenu .lBox {
    width: 100%;
  }
  .menu .secondaryMenu .lBox .m a {
    font-size: 0.28rem;
    position: relative;
  }
  .menu .secondaryMenu .lBox .m.level2 a {
    font-size: 0.24rem;
    position: relative;
  }
  .menu .secondaryMenu .lBox .m.level1 {
    right: 1rem;
  }
  .menu .secondaryMenu .lBox .level2 .m.carlevel {
    top: 0.4rem;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .menu .secondaryMenu .lBox .level2 .m.carlevel a:not(.return) {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    margin-bottom: 0.5rem;
  }
  .menu .secondaryMenu .lBox .level2 .m.carlevel a:not(.return) img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .menu .secondaryMenu .lBox .level2 .m.carlevel a:not(.return) span {
    position: absolute;
    bottom: 0.14rem;
    right: 0.2rem;
    line-height: 0.3rem;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .keepFunds {
    height: 100vh;
  }
  .keepFunds .word {
    height: auto;
    margin: 0;
    right: initial;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .keepFunds .p {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    margin-top: 1.2rem;
    flex-wrap: wrap;
    width: calc(100% - 0.8rem);
  }
  .keepFunds .p .title {
    font-size: 0.42rem;
    line-height: 0.46rem;
  }
  .keepFunds .p .r .kf-form label {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }
  .keepFunds .p .r .kf-form .form-grid {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: normal;
         column-gap: normal;
    row-gap: normal;
    min-height: calc(100vh - 4.5rem);
  }
  .keepFunds .p .r .kf-form .form-item {
    width: 100%;
    margin-bottom: 1.2vh;
  }
  .keepFunds .p .r .kf-form input,
  .keepFunds .p .r .kf-form textarea {
    width: calc(100% - 0.56rem);
  }
  .keepFunds .p .r .kf-form .verification-field input {
    width: calc(100% - 0.8rem);
  }
  .keepFunds .p .r .kf-form .verification-box {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.24rem;
  }
  .keepFunds .p .r .kf-form .agreement-checkbox {
    font-size: 0.24rem;
  }
  .keepFunds .p .r .kf-form .checkmark {
    width: 0.28rem;
    height: 0.28rem;
  }
  .keepFunds .p .r .kf-form .checkmark::after {
    width: 0.12rem;
    height: 0.12rem;
  }
}
.banner {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.banner .swiper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 100vw;
  height: 100%;
}

.banner .swiper-slide {
  overflow: hidden;
  /* background: #fff; */
  width: 100%;
  height: 100%;
  position: relative;
}

/* .index .banner .pic{width:0; height: 100vh; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) ; transition: all 1s; overflow: hidden;} */
/* .index .banner img{width: 100vw; height: 100%; object-fit: cover;  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);} */
/* .index .banner .swiper-slide-active .pic{width:100%;transition: all 1s;} */
.banner .word {
  position: absolute;
  bottom: 1.06rem;
  left: 1.62rem;
  line-height: 0.8rem;
  color: var(--color-white);
  font-family: "Noto Sans SC", sans-serif; font-weight: 700;
}

x .banner .word p {
  height: 0.8rem;
  position: relative;
  overflow: hidden;
}

.banner .word .w0 {
  font-size: 0.6rem;
}

.banner .word .w1 {
  font-size: 0.6rem;
  /* font-style: italic; */
  padding: 0 0.1rem 0 0;
}

.banner .word p span {
  display: block;
  opacity: 0;
}

.banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.banner .slide-inner .pic, .banner .slide-inner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  /* background-color: #9d9c9e; */
  width: 16px;
  height: 16px;
  /* border-radius: 50%; */
  position: relative;
  margin: 12px;
  background: none;
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet b {
  width: 6px;
  height: 6px;
  /* content: ''; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #9d9c9e;
  border-radius: 50%;
}

.banner .swiper-pagination .swiper-pagination-bullet span {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: block;
  /* opacity: 0; */
  transition: all 1s;
}

.banner .swiper-pagination svg {
  /* --progress: 0; */
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  display: block;
  width: 16px;
  height: 16px;
  stroke-width: 1px;
  stroke: #9d9c9e;
  fill: none;
  stroke-linecap: round;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  /* stroke-dashoffset: calc(125.6 * var(--progress)); */
  /* stroke-dashoffset: calc(125.6 * var(--progress)); */
  stroke-dasharray: 125.6;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.banner .swiper-pagination .swiper-pagination-bullet-active span {
  /* opacity: 1; */
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s 0.3s;
}

@media screen and (max-width: 768px) {
  .banner .word {
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 2rem;
  }
  .banner .playbtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/playicon.png) no-repeat;
    background-position: center center;
    background-size: 1.24rem auto;
    z-index: 1;
  }
}
/* Newslist Page Styles */
/* 
  REM计算说明：
  - 桌面端（>900px）: 基于1920px设计稿，1rem = 100px * (当前宽度/1920)
  - 移动端（≤900px）: 基于750px设计稿，1rem = 100px * (当前宽度/750)
*/
/* Container */
.index.newslist .container {
  width: 82%; /* 1200px on 1920px screen */
  margin: 0 auto;
}

/* News Header */
.newslist .news-header {
  padding: 0.8rem 0 0.6rem; /* 80px 0 60px on 1920px screen */
  text-align: left;
}

.newslist .news-title {
  font-size: var(--font-size-13); /* 80px on 1920px screen */
  font-weight: 300;
  color: var(--color-white);
  margin: 0;
  font-family: "Source Han Sans CN", sans-serif;
  width: 82%; /* 1200px on 1920px screen */
  margin: 0 auto;
}

/* Featured News Section */
.newslist .featured-news {
  background: #000;
  background-image: url(../images/newslist/news-header-bg.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 1.9rem;
  overflow: hidden;
}

.newslist .featured-article {
  display: flex;
  align-items: stretch;
  min-height: 5rem; /* 500px on 1920px screen */
}

.newslist .featured-content {
  flex: 1;
  padding: 0.8rem 1.17rem 0.8rem 0; /* 80px 60px on 1920px screen */
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.5s ease;
}

.newslist .featured-content .date {
  font-size: var(--font-size-3); /* 18px on 1920px screen */
  color: var(--color-yellow);
  margin-bottom: 0.2rem; /* 20px on 1920px screen */
  font-weight: 300;
}

.newslist .featured-content .title {
  font-size: var(--font-size-11); /* 48px on 1920px screen */
  font-weight: 300;
  color: var(--color-white);
  line-height: 0.55rem;
  margin: 0 0 0.4rem 0; /* 0 0 40px 0 on 1920px screen */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newslist .read-more-btn {
  background: transparent;
  border: 0.02rem solid #ffffff; /* 2px on 1920px screen */
  color: var(--color-white);
  padding: 0.17rem 0.55rem; /* 12px 30px on 1920px screen */
  font-size: var(--font-size-1); /* 14px on 1920px screen */
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  text-transform: uppercase;
}

.newslist .read-more-btn:hover {
  background: var(--color-white);
  color: var(--color-black);
  transform: translateY(-2px);
}

.newslist .featured-image {
  flex: 1;
  position: relative;
  overflow: hidden;
  width: 9.31rem;
  width: 5.43rem;
}

.newslist .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.newslist .featured-image:hover img {
  transform: scale(1.05);
}

/* News Grid Section */
.newslist .news-grid {
  padding: 0.8rem 0; /* 80px 0 on 1920px screen */
}

.newslist .news-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(4.05rem, 3fr)); /* minmax(350px, 1fr) on 1920px screen */
  gap: 0.4rem; /* 40px on 1920px screen */
  margin-top: 0; /* 40px on 1920px screen */
  margin-bottom: 1.22rem;
}

/* News Item */
.newslist .news-item {
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.newslist .news-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.newslist .news-item:hover {
  transform: translateY(-0.08rem); /* -8px on 1920px screen */
}

.newslist .news-image {
  position: relative;
  overflow: hidden;
  height: 3.33rem; /* 240px on 1920px screen */
}

.newslist .news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.newslist .news-item:hover .news-image img {
  transform: scale(1.08);
}

.newslist .news-content {
  padding: 0.3rem 0; /* 30px on 1920px screen */
  height: 2.4rem;
}

.newslist .news-content .date {
  font-size: var(--font-size-2); /* 14px on 1920px screen */
  color: var(--color-yellow);
  margin-bottom: 0.2rem; /* 15px on 1920px screen */
}

.newslist .news-content .title {
  font-size: var(--font-size-3); /* 18px on 1920px screen */
  color: var(--color-black);
  line-height: 0.32rem;
  margin: 0 0 0.37rem 0; /* 0 0 20px 0 on 1920px screen */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}

.newslist .read-more {
  background: transparent;
  border: none;
  color: var(--color-gray-54585a);
  font-size: var(--font-size-1); /* 14px on 1920px screen */
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

.newslist .read-more img {
  height: 0.15rem;
  margin-top: 0.02rem;
}

/* Load More Section */
.newslist .load-more-section {
  text-align: center;
  margin-top: 0.8rem; /* 80px on 1920px screen */
  padding: 0.6rem 0; /* 60px 0 on 1920px screen */
}

.newslist .load-more-btn {
  background: transparent;
  border: 0.02rem solid var(--color-black); /* 2px on 1920px screen */
  color: var(--color-black);
  padding: 0.17rem 0.55rem; /* 17px 55px on 1920px screen */
  font-size: var(--font-size-1); /* 14px on 1920px screen */
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  position: relative;
  min-width: 2.5rem; /* 250px on 1920px screen */
  height: 0.51rem; /* 51px on 1920px screen */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.newslist .load-more-btn:hover {
  background: var(--color-black);
  color: var(--color-white);
  transform: translateY(-0.02rem); /* -2px on 1920px screen */
}

.newslist .load-more-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.newslist .load-more-btn .btn-text {
  transition: opacity 0.3s ease;
}

.newslist .load-more-btn.loading .btn-text {
  opacity: 0;
}

/* 移动端适配 - 统一断点 ≤900px */
@media (max-width: 900px) {
  /* 基础布局适配 */
  .index.newslist .container {
    width: 90%;
    max-width: 7rem;
    padding: 0.66rem 0.3rem 0;
  }
  .newslist .news-header {
    padding: 1rem 0 0.8rem;
    text-align: center;
  }
  .newslist .news-title {
    width: 90%;
    max-width: 7rem;
    padding: 0 0.2rem;
  }
  .newslist .featured-news {
    padding-top: 1.2rem;
    background-size: cover;
  }
  .newslist .featured-article {
    flex-direction: column;
    min-height: auto;
    gap: 0.3rem;
  }
  .newslist .featured-content {
    padding: 1.05rem 0.4rem 0.6rem;
    order: 2;
  }
  .newslist .featured-content .title {
    font-size: var(--font-size-11);
    line-height: 0.65rem;
    margin-bottom: 0.86rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .newslist .featured-content .date {
    font-size: var(--font-size-5);
    margin-bottom: 0.3rem;
    color: var(--color-yellow);
  }
  .newslist .read-more-btn {
    padding: 0.3rem 0.94rem;
    font-size: var(--font-size-2);
    border: 0.02rem solid var(--color-white);
  }
  .newslist .featured-image {
    width: 100vw;
    order: 1;
    border-radius: 0.08rem;
    overflow: hidden;
    margin-left: -0.3rem;
  }
  .newslist .news-grid {
    padding: 0;
  }
  .newslist .news-grid-container {
    grid-template-columns: 1fr;
    gap: 1.21rem;
    margin-top: 1.27rem;
  }
  .newslist .news-item {
    background: #fff;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .newslist .news-image {
    height: 3.2rem;
  }
  .newslist .news-content {
    padding: 0.4rem 0;
    height: auto;
    min-height: 2rem;
  }
  .newslist .news-content .date {
    font-size: var(--font-size-2);
    margin-bottom: 0.3rem;
    color: var(--color-yellow);
  }
  .newslist .news-content .title {
    font-size: var(--font-size-2);
    line-height: 0.48rem;
    margin-bottom: 0.35rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .newslist .read-more {
    font-size: 0.24rem;
    color: var(--color-gray-54585a);
  }
  .newslist .read-more img {
    height: 0.2rem;
  }
  .newslist .load-more-btn {
    padding: 0.3rem 0.94rem;
    font-size: var(--font-size-2);
    height: 0.8rem;
    border-radius: 0.04rem;
  }
  .newslist .load-more-section {
    margin-top: 0.8rem;
    padding: 0.6rem 0;
  }
  /* 触摸优化和交互效果 */
  .newslist .news-item {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    /* tap-highlight-color: rgba(0, 0, 0, 0.1); */ /* 标准属性，部分浏览器支持 */
  }
  .newslist .news-item:active {
    transform: translateY(0.02rem);
    transition: transform 0.1s ease;
  }
  .newslist .read-more-btn,
  .newslist .read-more,
  .newslist .load-more-btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
    /* tap-highlight-color: rgba(0, 0, 0, 0.2); */ /* 标准属性，部分浏览器支持 */
    touch-action: manipulation;
  }
  .newslist .read-more-btn:active,
  .newslist .load-more-btn:active {
    transform: scale(0.98);
    transition: transform 0.1s ease;
  }
  .newslist .news-content .title {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .newslist .news-grid-container {
    -webkit-overflow-scrolling: touch;
  }
  /* 菜单样式 */
  .menu .menu-wrapper {
    left: 0.3rem;
  }
  .menu .global-enquire-button {
    right: 0.3rem;
    width: 0.8rem;
  }
  .menu .global-menu-button {
    font-size: 0.24rem;
  }
  .menu .returnIndex {
    width: 0.3rem;
    height: 0.3rem;
  }
  .menu .header-search {
    display: none;
  }
  .menu .primary-nav .logo {
    width: 1.4rem;
    height: 0.25rem;
  }
  .menu .primary-nav .bg {
    height: 0.8rem;
    background-color: rgba(0, 0, 0, 0.3);
  }
  /* 二级菜单 */
  .menu .secondaryMenu .lBox {
    width: 100%;
    font-size: 0.28rem;
  }
  .menu .secondaryMenu .lBox .m a {
    font-size: 0.28rem;
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .menu .secondaryMenu .lBox .m.level1 {
    right: 0.5rem;
    top: 2rem;
  }
  .menu .secondaryMenu .lBox .level2 .m.carlevel {
    top: 0.6rem;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .menu .secondaryMenu .lBox .level2 .m.carlevel a:not(.return) {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    margin-bottom: 0.6rem;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .menu .secondaryMenu .lBox .level2 .m.carlevel a:not(.return) img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .menu .secondaryMenu .lBox .level2 .m.carlevel a:not(.return) span {
    position: absolute;
    bottom: 0.2rem;
    right: 0.3rem;
    line-height: 0.4rem;
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
    padding: 0.1rem 0.2rem;
    border-radius: 0.04rem;
    font-size: 0.24rem;
  }
  /* 页脚 */
  .footer-main {
    display: none;
  }
  .footer-top {
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.4rem 0.3rem;
  }
  .footer-logo img {
    width: 1.8rem;
  }
  .footer-social {
    gap: 0.4rem;
  }
  .social-icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .footer-bottom {
    padding: 0.3rem;
    text-align: center;
  }
  .legal-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.2rem;
  }
  .legal-links a {
    font-size: 0.24rem;
  }
  .separator {
    font-size: 0.24rem;
  }
  /* 浮动按钮 */
  .floatButton {
    right: 0.2rem;
    bottom: 2rem;
  }
  .floatButton li {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0.1rem 0;
    border-radius: 0.06rem;
  }
  .floatButton li img {
    width: 0.28rem;
    height: 0.28rem;
  }
}
/* Animation Effects */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(0.3rem); /* 30px on 1920px screen */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.newslist .news-item {
  animation: fadeInUp 0.6s ease forwards;
}

.newslist .news-item:nth-child(1) {
  animation-delay: 0.1s;
}

.newslist .news-item:nth-child(2) {
  animation-delay: 0.2s;
}

.newslist .news-item:nth-child(3) {
  animation-delay: 0.3s;
}

.newslist .news-item:nth-child(4) {
  animation-delay: 0.4s;
}

.newslist .news-item:nth-child(5) {
  animation-delay: 0.5s;
}

.newslist .news-item:nth-child(6) {
  animation-delay: 0.6s;
}

.newslist .news-item:nth-child(7) {
  animation-delay: 0.7s;
}

.newslist .news-item:nth-child(8) {
  animation-delay: 0.8s;
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Loading Spinner */
.newslist .loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.newslist .spinner {
  width: 0.2rem; /* 20px on 1920px screen */
  height: 0.2rem; /* 20px on 1920px screen */
  border: 0.02rem solid transparent; /* 2px on 1920px screen */
  border-top: 0.02rem solid var(--color-black);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.newslist .load-more-btn:hover .spinner {
  border-top-color: var(--color-white);
}

/* Load More Error Message */
.newslist .load-more-error {
  display: none;
  color: #e74c3c;
  font-size: var(--font-size-1);
  margin-top: 0.2rem;
  text-align: center;
  padding: 0.1rem;
}

/* Focus states for accessibility */
.newslist .read-more-btn:focus,
.newslist .read-more:focus,
.newslist .news-item:focus,
.newslist .load-more-btn:focus {
  outline: 0.02rem solid #007acc; /* 2px on 1920px screen */
  outline-offset: 0.02rem; /* 2px on 1920px screen */
}

/* @font-face {
  font-family: 'TWKLausanne-250';
  src: url("../font/TWKLausanne-250.ttf") format('truetype'),
       url("../font/TWKLausanne-250.woff") format('woff'),
       url("../font/TWKLausanne-250.woff2") format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'TWKLausanne-300';
  src: url("../font/TWKLausanne-300.ttf") format('truetype'),
       url("../font/TWKLausanne-300.woff") format('woff'),
       url("../font/TWKLausanne-300.woff2") format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'TWKLausanne-500';
  src: url("../font/TWKLausanne-500.ttf") format('truetype'),
       url("../font/TWKLausanne-500.woff") format('woff'),
       url("../font/TWKLausanne-500.woff2") format('woff2');
  font-display: swap;
}
 */
:root {
  --background-color: #fff;
  --background-color-back: #000000;
  /* --text-color: #383838; */
}

.index {
  overflow: hidden;
}

#inner {
  font-family: "TWKLausanne-300";
  background-color: var(--color-white);
  height: 100vh;
  position: relative;
  z-index: 1;
}

#inner .page0 {
  width: 100%;
  height: 100vh;
}

#inner .page0 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#inner .page0-text {
  position: absolute;
  width: 4.39rem;
  left: 50%;
  transform: translateX(3.45rem);
  top: 4.07rem;
}

#inner .pageContent {
  width: 100%;
  height: 100vh;
  background-color: var(--background-color-back);
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#inner .con {
  width: 8.43rem;
  padding-left: 1.63rem;
}

#inner .con .title {
  font-size: 0.4rem;
  font-weight: 500;
  color: #3c7dd2;
  line-height: 0.55rem;
}

#inner .con .text {
  font-size: 0.18rem;
  color: var(--color-gray-54585a);
  line-height: 0.3rem;
  margin-top: 0.6rem;
}

#inner .page1 {
  background-image: url(/data/tms/website/html/images/brand/bg_new_0.jpg);
}

#inner .page2 {
  background-image: url(/data/tms/website/html/images/brand/bg_new_1.jpg);
}

#inner .page3 {
  background-image: url(/data/tms/website/html/images/brand/bg_new_2.jpg);
}

#inner .page4 {
  background-image: url(/data/tms/website/html/images/brand/bg_new_3.jpg);
}

#inner .page2, #inner .page4 {
  justify-content: flex-end;
}

#inner .page2 .text {
  color: var(--color-gray-dcdcde);
}

#inner .page2 .con {
  padding-left: 0;
  padding-right: 1.63rem;
  text-align: right;
}

#inner .page2 .title {
  color: #eb9201;
}

#inner .page3 .title {
  color: #dd3125;
}

#inner .page4 .con {
  padding-left: 0;
  padding-right: 1.63rem;
  text-align: right;
}

#inner .page4 .title {
  color: #00a985;
}

#inner .page4 .text {
  color: var(--color-gray-dcdcde);
}

#inner .page5 {
  background-size: cover;
  position: relative;
}

#inner .page5 .title {
  color: #eb9201;
  font-size: 0.5rem;
  line-height: 0.55rem;
  text-transform: none;
}

#inner .page5 .line {
  width: 1px;
  height: 0.85rem;
  background-color: #e3e3e3;
  margin: 0.5rem auto 0.4rem;
  transform-origin: 50% 50%;
  transform: scale();
}

#inner .page5 .text {
  color: #eb9201;
  font-size: 0.5rem;
  line-height: 0.55rem;
  margin-top: 0;
}

#inner .page5 .con {
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 0.5rem;
  position: relative;
}

#inner .page5 video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brand_introduction .logo-fill {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.brand_introduction .video-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.58rem;
  height: 0.81rem;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  background-color: #000;
}

.brand_introduction .logo-page1 .video-mask {
  -webkit-mask-image: url(../images/logo.svg);
  mask-image: url(../images/logo.svg);
  /* background: url( ../images/logo.svg) no-repeat; */
  /* background-size:100% 100%; */
}

.brand_introduction .logo-page {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.brand_introduction .logo-page1 .video-mask {
  top: 3.02rem;
  left: 50%;
  transform: translateX(3.3rem);
}

.brand_introduction .video-mask .videoItem1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.brand_introduction .video-mask .videoItem2 {
  width: 18.08rem;
  height: 9.74rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 6rem;
  left: -3.84rem;
}

.brand_introduction .video-mask .videoItem3 {
  width: 14.26rem;
  height: 12.19rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: 2rem;
}

.brand_introduction .video-mask .videoItem4 {
  width: 10.54rem;
  height: 9.57rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.brand_introduction .video-mask .videoItem5 {
  width: 15.22rem;
  height: 7.86rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 50%;
}

.logo-page2 .video-mask {
  -webkit-mask-image: url(../images/logo2.png);
  mask-image: url(../images/logo2.png);
  width: 14.26rem;
  height: 13.19rem;
  top: 54.96rem;
  left: -59.42rem;
}

.logo-page3 .video-mask {
  -webkit-mask-image: url(../images/logo3.png);
  mask-image: url(../images/logo3.png);
  width: 10.54rem;
  height: 9.57rem;
  right: -10.54rem;
  left: auto;
  top: -9.57rem;
}

.logo-page4 .video-mask {
  -webkit-mask-image: url(../images/logo.svg);
  mask-image: url(../images/logo.svg);
  width: 193.69rem;
  height: 33.94rem;
  left: -193.69rem;
  top: -14.3rem;
  background-color: var(--color-white);
  position: relative;
}

/* Hide window scrollbars but keep scrolling */
html, body {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0; /* Safari/Chrome */
  height: 0;
}

@media (max-width: 900px) {
  .brand_introduction .logo-page1 .video-mask {
    transform: translateX(-30vw);
  }
  #inner .page0-text {
    transform: translateX(-30vw);
  }
  #inner .con {
    width: calc(100vw - 1.46rem);
    padding-left: 0.33rem;
  }
  #inner .con .title {
    font-size: 0.28rem;
    line-height: 0.38rem;
  }
  #inner .con .text {
    font-size: 0.22rem;
    line-height: 0.28rem;
    margin-top: 0.3rem;
  }
  #inner .pageContent {
    width: 100vw;
  }
  #inner .page1 .con {
    width: 4rem;
    padding-left: 0.33rem;
  }
  .logo-page2 .video-mask {
    transform: scale(0.59);
    transform-origin: top left;
  }
  #inner .page2 .con, #inner .page4 .con {
    padding-right: 0.83rem;
    padding-top: 3rem;
  }
  .logo-page3 .video-mask {
    transform: scale(0.75);
    transform-origin: right top;
  }
  .page3 .con {
    padding-top: 4rem;
  }
  .logo-page4 .video-mask {
    transform-origin: right center;
    background: var(--color-white);
  }
  #inner .page4 .con {
    padding-top: 4.5rem;
  }
}
/* 公共 */
.brandValue {
  background-color: #1a1a1a;
}

.brandValue .continuousAnimation {
  width: 100vw;
  height: 100vh;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  font-size: var(--font-size-2);
  background-color: var(--background-Color);
  background-image: var(--background-img);
  background-size: cover;
  background-position: center;
  position: relative;
  line-height: 1.25;
}

.brandValue .continuousAnimation .bigT {
  font-size: var(--font-size-20);
  color: var(--color-white);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* will-change: transform; */
}

.brandValue .continuousAnimation .bigT .t {
  will-change: transform;
}

.brandValue .continuousAnimation .bigT .t * {
  will-change: transform;
}

.brandValue .continuousAnimation .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brandValue .continuousAnimation .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brandValue .detailed {
  position: absolute;
  top: 50%;
  left: 1.64rem;
  transform: translateY(-50%);
  color: var(--color-white);
  font-size: var(--font-size-2);
}

.brandValue .detailed .slogan {
  line-height: 1.9;
  font-family: "Noto Sans SC", sans-serif; font-weight: 700;
}

.brandValue .detailed .title {
  line-height: 1.25;
  font-size: var(--font-size-12);
  margin-top: 0.1rem;
  font-family: "Noto Sans SC", sans-serif;
}

.brandValue .detailed .text {
  margin-top: 0.34rem;
  line-height: 1.7;
  padding-left: 0.64rem;
  padding-top: 0.18rem;
  position: relative;
  font-family: "Noto Sans SC", sans-serif;
}

.brandValue .detailed .text p {
  margin-bottom: 0.26rem;
}

.brandValue .detailed .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.32rem;
  width: 1px;
  height: 1.26rem;
  background-color: var(--color-white);
}

@media (max-width: 768px) {
  :root {
    --font-size-20: 0.86rem;
  }
  .brandValue .continuousAnimation .bigT {
    width: 100%;
  }
  .brandValue .continuousAnimation .pic {
    position: relative;
    overflow: hidden;
  }
  .brandValue .continuousAnimation .pic img {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
  }
  .brandValue .detailed {
    left: 0.42rem;
    top: 1.4rem;
    transform: initial;
  }
  .brandValue .detailed .text {
    padding-left: 0.36rem;
    padding-top: 0;
    width: 6.1rem;
  }
  .brandValue .detailed .text p br {
    display: none;
  }
  .brandValue .detailed .text::before {
    top: 0.1rem;
    left: 0.16rem;
  }
}
:root {
  --centerContent-width: 16rem;
}

/* 公共 */
.title {
  font-size: var(--font-size-12);
  line-height: 1.85;
}

.promotion {
  background-color: var(--color-gray-484848);
  min-height: 100vh;
  color: var(--color-gray-dcdcde);
  background: #0c1417 url(../images/promotion/promotion_bg.jpg) no-repeat top center;
  background-size: 100% auto;
}

.promotion .banner {
  width: 100%;
  height: 100vh; /*background: url(../images/promotion/banner.jpg) no-repeat top center;  background-size: cover;*/
  position: relative;
}

.promotion .banner .word {
  right: 1.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--font-size-20);
  line-height: 1.48rem;
  text-align: right;
  width: 50%;
  bottom: unset;
  left: unset;
  color: unset;
  font-family: "Noto Sans SC", sans-serif;
}

.standard {
  width: 100%; /*background: url(../images/promotion/p1_bg.png) no-repeat top center; background-size: cover;*/
  padding-top: 0.84rem;
}

.standard .title {
  width: var(--centerContent-width);
  margin: 0 auto;
  font-family: "Noto Sans SC", sans-serif; font-weight: 700;
}

.standard .message {
  font-family: "Noto Sans SC", sans-serif;
  width: var(--centerContent-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.04rem;
}

.standard .message .t {
  font-size: var(--font-size-8);
  margin-bottom: 0.1rem;
}

.standard .message .con {
  font-size: var(--font-size-2);
  line-height: 1.6;
  width: 7.6rem;
}

.standard .message .con p {
  position: relative;
  padding-left: 0.22rem;
}

.standard .message .con p::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: var(--color-gray-dcdcde);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.1rem;
}

.standard .from {
  width: var(--centerContent-width);
  margin: 0 auto;
  margin-bottom: 1.34rem;
}

.standard .from img {
  width: 100%;
}

.storeList {
  width: var(--centerContent-width);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1.24rem;
}

.storeList .p0 {
  width: 100%;
  margin-bottom: 0.32rem;
}

.storeList .p1,
.storeList .p2 {
  width: 7.84rem;
}

.requirement {
  background: url(../images/promotion/p3_bg.jpg) no-repeat top center;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.requirement .title {
  width: var(--centerContent-width);
  margin: 0 auto;
  text-align: center;
  padding-top: 1.38rem;
  margin-bottom: 0.16rem;
}

.requirement .content {
  width: var(--centerContent-width);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  font-size: var(--font-size-8);
  height: 0.66rem;
}

.requirement .content a {
  height: 100%;
  display: block;
  width: 4.04rem;
  line-height: 0.66rem;
  text-align: center;
  position: relative;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.5s;
}

.requirement .content a::before {
  position: absolute;
  content: "";
  width: 1.66rem;
  height: 0.03rem;
  background-color: var(--color-gray-dcdcde);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  opacity: 0;
  transition: all 0.5s;
}

.requirement .content a.on {
  opacity: 1;
}

.requirement .content a:hover::before,
.requirement .content a.on::before {
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}

.requirement ul {
  width: var(--centerContent-width);
  margin: 0 auto;
  margin-top: 0.98rem;
  position: relative;
}

.requirement ul li {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}

.requirement ul li.on {
  opacity: 1;
  visibility: visible;
}

.requirement .box {
  width: 3.78rem;
  height: 2.12rem;
  border: rgba(220, 220, 220, 0.5) 1px solid;
  font-size: var(--font-size-2);
  margin-bottom: 0.42rem;
}

.requirement .box .t {
  height: 0.42rem;
  line-height: 2.3;
  text-align: center;
  border-bottom: rgba(220, 220, 220, 0.5) 1px solid;
  width: 3.28rem;
  margin: 0 auto;
  padding-top: 0.16rem;
}

.requirement .box .con {
  padding: 0.2rem 0.12rem 0;
  text-align: justify;
  line-height: 1.4;
  text-align: center;
}

.process {
  background: url(../images/promotion/p4_bg.jpg) no-repeat top center;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.process .title {
  width: var(--centerContent-width);
  margin: 0 auto;
  text-align: center;
  padding-top: 1.38rem;
  margin-bottom: 0.16rem;
}

.process .suTitle {
  width: 11.9rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
  font-size: var(--font-size-2);
}

.process .content {
  width: var(--centerContent-width);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  font-size: var(--font-size-8);
  height: 0.66rem;
}

.process .content a {
  height: 100%;
  display: block;
  width: 4.04rem;
  line-height: 0.66rem;
  text-align: center;
  position: relative;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.5s;
}

.process .content a::before {
  position: absolute;
  content: "";
  width: 1.66rem;
  height: 0.03rem;
  background-color: var(--color-gray-dcdcde);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  opacity: 0;
  transition: all 0.5s;
}

.process .content a.on {
  opacity: 1;
}

.process .content a:hover::before,
.process .content a.on::before {
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}

.process ul {
  width: 100%;
  position: relative;
  margin-top: 0.5rem;
}

.process ul li {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}

.process ul li.on {
  opacity: 1;
  visibility: visible;
}

.process .step {
  width: var(--centerContent-width);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.process .step .item {
  width: 33.33%;
  height: 2.38rem;
  display: flex;
  align-items: center;
}

.process .step .item .num {
  width: 0.98rem;
  margin-left: 0.24rem;
}

.process .step .item .num img {
  width: 100%;
}

.process .step .item .word {
  min-height: 1.1rem;
  margin-left: 0.1rem;
  width: 80%;
}

.process .step .item dt {
  font-size: var(--font-size-6);
  line-height: 1.6;
}

.process .step .item p {
  position: relative;
  padding-left: 0.22rem;
  font-size: var(--font-size-2);
}

.process .step .item p::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: var(--color-gray-dcdcde);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.1rem;
}

.process .step .item:nth-child(1),
.process .step .item:nth-child(2),
.process .step .item:nth-child(3) {
  border-bottom: var(--color-gray-dcdcde) 1px solid;
}

.joinUs {
  background: url(../images/promotion/p5_bg.jpg) no-repeat top center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
}

.joinUs .word {
  margin-bottom: 0.94rem;
  width: 6.52rem;
  text-align: center;
  color: var(--color-gray-dcdcde);
}

.joinUs .word .title {
  line-height: 2.5;
}

.joinUs .mail {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-3);
  cursor: pointer;
  height: 1.12rem;
  width: 100%;
  border: var(--color-gray-dcdcde) 1px solid;
  color: var(--color-gray-dcdcde);
}

.joinUs .mail img {
  width: 0.5rem;
  margin-right: 0.18rem;
}

@media (max-width: 768px) {
  :root {
    --centerContent-width: 6.9rem;
  }
  .promotion {
    background-image: url(../images/promotion/promotion_bg_mb.jpg);
  }
  .promotion .banner {
    height: 15.94rem;
  }
  .promotion .banner .word {
    right: 0.4rem;
    transform: initial;
    top: 4.2rem;
    width: 98%;
  }
  .standard {
    padding-top: 0;
  }
  .standard .message {
    flex-direction: column;
    align-items: center;
  }
  .standard .message li {
    width: 100%;
  }
  .title {
    line-height: 2.08;
  }
  .standard .message {
    margin-top: 0.34rem;
  }
  .standard .message .t {
    line-height: 2.6;
    margin-bottom: 0.2rem;
    margin-left: 0.2rem;
  }
  .standard .message .con {
    width: 96%;
    text-align: justify;
    line-height: 1.16;
  }
  .standard .message .con p {
    padding-left: 0.6rem;
    margin-bottom: 0.58rem;
  }
  .standard .message .con p::before {
    margin-left: 0.36rem;
  }
  /* 修改滚动条bar颜色为--color-yellow */
  .standard .from::-webkit-scrollbar-thumb {
    background-color: var(--color-yellow);
  }
  .standard .from::-webkit-scrollbar {
    width: 6px;
    background: transparent;
    display: block;
  }
  .standard .from {
    overflow-x: scroll;
    scrollbar-color: var(--color-yellow) transparent;
    scrollbar-width: thin;
    padding-bottom: 0.4rem;
  }
  .standard .from img {
    width: 16rem;
  }
  .storeList .p0,
  .storeList .p1,
  .storeList .p2 {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .requirement {
    height: 30.86rem;
    background-image: url(../images/promotion/p3_bg_mb.jpg);
  }
  .requirement .title {
    padding-top: 0.74rem;
    margin-bottom: 0.44rem;
  }
  .requirement .content a {
    line-height: 0.72rem;
  }
  .requirement ul {
    margin-top: 0.74rem;
  }
  .requirement .box {
    width: 100%;
    height: 2.96rem;
    margin-bottom: 0.36rem;
  }
  .requirement .box .t {
    width: 86%;
    height: 0.66rem;
    line-height: 2.3;
    padding-top: 0.1rem;
  }
  .requirement .box .con {
    padding: 0.22rem 0.4rem 0;
    line-height: 1.84;
  }
  .process {
    height: 20.86rem;
    background-image: url(../images/promotion/p4_bg_mb.jpg);
  }
  .process .title {
    line-height: 1.2;
  }
  .process .suTitle {
    width: var(--centerContent-width);
    margin: 0.38rem auto;
    line-height: 1.8;
  }
  .process .step {
    margin-top: 0.38rem;
  }
  .process .step .item {
    width: 100%;
    border-bottom: var(--color-gray-dcdcde) 1px solid;
  }
  .process .step .item:last-child {
    border-bottom: none;
  }
  .process .step .item .word {
    height: auto;
  }
  .joinUs {
    background-image: url(../images/promotion/p5_bg_mb.jpg);
  }
  .joinUs .word {
    margin-bottom: 2.94rem;
  }
}
.error {
  background: #000 url(../images/brandValue/bg.png) no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.errorContainer {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
}

.errorContainer .pic {
  width: 2.98rem;
  margin-right: 1.02rem;
}

.errorContainer .pic img {
  width: 100%;
}

.errorContainer .errorTitle {
  color: var(--color-yellow);
  font-size: var(--font-size-12);
  margin-left: 1.12rem;
}

.errorContainer .errorTitle h1 {
  font-size: 1.54rem;
  line-height: 1.2rem;
  margin-bottom: 0.3rem;
}

.errorContainer .errorTitle .colorBtn {
  margin-top: 0.4rem;
}

@media screen and (max-width: 768px) {
  .errorContainer {
    flex-direction: column;
  }
  .errorContainer .pic {
    margin-right: 0;
  }
  .errorContainer .errorTitle {
    margin-left: 0;
    margin-top: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .errorContainer a.colorBtn {
    width: auto;
    height: auto;
    font-size: 0.24rem;
    border: 1px solid #fff;
    color: var(--color-yellow);
    padding: 0.15rem 0.45rem;
  }
}
.locate-us-content {
  display: flex;
  gap: 45px;
  width: 82%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .locate-us-content {
    flex-direction: column;
    gap: 25px;
  }
}
.locate-us-content > .left-side {
  flex: 0 0 7rem;
}
@media screen and (max-width: 1200px) {
  .locate-us-content > .left-side {
    flex: 1;
  }
}
.locate-us-content > .right-side {
  flex: 1;
  height: 815px;
}
@media screen and (max-width: 1200px) {
  .locate-us-content > .right-side {
    flex: unset;
    height: 8rem;
  }
}
.locate-us-content .heading {
  color: #d9d9d9;
  font-size: var(--font-size-14);
  margin-bottom: 0.6rem;
}

.branch-search-box {
  padding: 23px 55px;
  border: 2px solid #ffffff;
  display: flex;
  gap: 20px;
  margin-bottom: 0.54rem;
}
@media screen and (max-width: 1200px) {
  .branch-search-box {
    padding: 12px;
  }
}
.branch-search-box input {
  border: none;
  outline: none;
  background-color: transparent;
  color: #d9d9d9;
  width: 100%;
}

.branch-item {
  display: none;
  animation: opac 0.8s;
  scroll-margin-top: 70px;
}
.branch-item.active {
  display: block;
}

.branch-item-content {
  padding-inline-start: 94px;
  position: relative;
  background-image: url(../images/location.svg);
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 1200px) {
  .branch-item-content {
    background-image: unset;
    padding-inline-start: 0px;
    gap: 22px;
  }
}

@keyframes opac {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.branch-name,
.branch-location {
  font-size: var(--font-size-9);
  color: #d9d9d9;
}

.branch-title {
  font-size: var(--font-size-9);
  color: #d9d9d9;
}

.branch-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.branch-action {
  display: flex;
  gap: 18px;
  cursor: pointer;
  color: #d9d9d9;
  font-size: var(--font-size-5);
}

.branch-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}

.branch-hours .hours-heading {
  font-size: var(--font-size-9);
  color: #d9d9d9;
  margin-bottom: 25px;
}

.locate-us {
  padding-top: 1.9rem;
  padding-bottom: 0.8rem;
  background-color: #2a2a2a;
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--font-size-5);
  color: rgb(217, 217, 217);
}
.hours-table th {
  padding-inline-end: 6px;
  padding-bottom: 14px;
  color: rgba(217, 217, 217, 0.6);
  text-align: start;
  font-size: inherit;
}
.hours-table td {
  padding-block: 4px;
  padding-inline-end: 6px;
  font-size: inherit;
}
.hours-table tr:last-child td {
  padding-bottom: none;
}

.contact-us {
  min-height: 100vh;
  color: var(--color-gray-dcdcde);
  background: #0c1417 url(../images/contact-us-bg.svg) no-repeat top center;
  background-size: 100% auto;
}
.contact-us .contact-us-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.contact-us .contact-us-banner .banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 20px;
}
.contact-us .contact-us-banner .word {
  font-size: var(--font-size-20);
  font-family: "Noto Sans SC", sans-serif;
}
.contact-us .contact-us-banner .white-btn {
  position: absolute;
  bottom: 0.7rem;
}

.white-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  padding: 0.32rem 0.55rem;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 400;
  font-size: var(--font-size-6);
  border: 2px solid #fff;
  color: #fff;
  transition: all 0.3s;
}
.white-btn img {
  transition: inherit;
}
.white-btn.active {
  background-color: #fff;
  color: #000;
}
.white-btn.active img {
  filter: brightness(0);
}

.contact-us-container {
  padding-block: 0.7rem;
}

.contact-us-content {
  margin: 0 auto;
  width: 82%;
}
.contact-us-content .heading {
  font-size: var(--font-size-12);
  color: #fff;
  margin-bottom: 0.45rem;
  text-align: center;
}

.contact-tabs-buttons {
  display: flex;
  gap: 0.44rem;
  margin-bottom: 0.44rem;
}
@media screen and (max-width: 900px) {
  .contact-tabs-buttons {
    flex-wrap: wrap;
  }
}
.contact-tabs-buttons a,
.contact-tabs-buttons button {
  width: 100%;
}

.contact-form .form-row {
  margin-bottom: 0.34rem;
  width: 100%;
}
.contact-form .form-row.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
@media screen and (max-width: 900px) {
  .contact-form .form-row.two-columns {
    grid-template-columns: 1fr;
    gap: 0.34rem;
  }
}
.contact-form .input-wrapper {
  display: block;
  width: 100%;
  padding: 0.2rem;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
}
.contact-form input {
  font-size: var(--font-size-4);
  color: #fff;
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
}
.contact-form input::-moz-placeholder {
  color: #fff;
}
.contact-form input::placeholder {
  color: #fff;
}
.contact-form .form-error {
  padding-top: 6px;
  display: none;
  color: #ff2727;
}/*# sourceMappingURL=styles.css.map */