: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;
} */
@font-face {
  font-family: 'SOURCEHANSANSCN-MEDIUM';
  src: url("../font/SOURCEHANSANSCN-MEDIUM.OTF") format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'SOURCEHANSANSCN-LIGHT';
  src: url("../font/SOURCEHANSANSCN-LIGHT.OTF") format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'SOURCEHANSANSCN-REGULAR';
  src: url("../font/SOURCEHANSANSCN-REGULAR.OTF") format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'SOURCEHANSANSCN-BOLD';
  src: url("../font/SOURCEHANSANSCN-BOLD.OTF") format('truetype');
  font-display: swap;
}


html,
body {
  width: 100vw;
  overflow-x: hidden;
  font-family: "SOURCEHANSANSCN-REGULAR";
  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 .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,
.l6bev .banner {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.index .banner .swiper,
.l6bev .banner .swiper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 100vw;
  height: 100%;
}

.index .banner .swiper-slide,
.l6bev .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: "SOURCEHANSANSCN-BOLD";
}

.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,
.l6bev .banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}

.index .banner .slide-inner .pic,
.l6bev .banner .slide-inner .pic,
.index .banner .slide-inner video,
.l6bev .banner .slide-inner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  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: .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: .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: .43rem;
  width: .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: .43rem;
  width: .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: .35s;
  transition-timing-function: linear
}

.video__cover .landscape,
.video__cover .portrait {
  opacity: 0;
  background: center/cover no-repeat;
  transition: opacity .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: color(var(--color-white) a(50%)) 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: .86rem;
  display: flex;
  justify-content: start;
  padding: 0.08rem;
  border-radius: 0.06rem;
  border: 1px solid rgba(255, 255, 255, .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: .70rem;
  width: .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 .3s ease, width 0s linear .3s, height 0s linear .3s
}

.fullscreen-video.fullscreen-video--active {
  opacity: 1;
  transition: opacity .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: .1;
    transform: translateX(-10px)
  }

  60% {
    opacity: .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: .1;
    transform: translateX(10px)
  }

  60% {
    opacity: .5;
    transform: translateX(0)
  }

  80% {
    opacity: 1;
    transform: translateX(5px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes bounce {
  0% {
    opacity: .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: 'SOURCEHANSANSCN-BOLD';
}

.introduction .word .con .title {
  font-size: 0.64rem;
  line-height: 0.78rem;
  text-align: center;
  width: 100%;
  font-family: 'SOURCEHANSANSCN-BOLD';
}

.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%;
  object-fit: cover;
}

.introduction .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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 .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: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.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%;
  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;
  z-index: 10;
  margin-left: -0.8rem; /* ขยับเข้าหารูปภาพ */
}

.news .word li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0.2rem;
  width: 4.52rem;
  z-index: 300;
  /* background-color: #fff; */ /* Remove or comment out if not needed */
  opacity: 1; /* Force visible */
  visibility: visible;
}

.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);
}

/* Mobile optimizations for News Section */
@media screen and (max-width: 768px) {
  .news {
    height: 100vh !important;
    min-height: 100vh !important;
  }
  .news .newsCon {
    flex-direction: column !important;
    justify-content: flex-start !important;
    height: 100vh !important;
    padding-top: 1rem; /* Space for fixed header */
  }
  .news .pic0 {
    width: 100% !important;
    height: 45vh !important;
    margin-top: 0 !important;
    flex-shrink: 0;
  }
  .news .word {
    width: 100% !important;
    height: 45vh !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding: 0.2rem 0.4rem !important;
    padding-left: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-grow: 1;
  }
  .news .word li {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0 !important;
  }
  .news .word li .con {
    font-size: 0.35rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.4rem !important;
  }
  .news .word li .time {
    font-size: 0.24rem !important;
    margin-top: 0.2rem !important;
  }
  .news .colorBtn {
    width: 2.8rem !important;
    height: 0.8rem !important;
    font-size: 0.24rem !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
  }
  
  /* Banner Mobile Height & Zoom Fix */
  .index .banner, 
  .index .banner .swiper, 
  .index .banner .swiper-slide, 
  .index .banner .slide-inner,
  .l6bev .banner, 
  .l6bev .banner .swiper, 
  .l6bev .banner .swiper-slide, 
  .l6bev .banner .slide-inner {
    height: 100vh !important;
    width: 100vw !important;
    overflow: hidden !important;
  }
  
  .index .banner .slide-inner .pic,
  .index .banner .slide-inner video,
  .vAppreciation video,
  .vAppreciation>div>img {
        width: 104% !important;
        height: 110% !important;
        object-fit: cover !important;
        position: absolute !important;
        top: 53% !important;
        left: 49% !important;
        transform: translate(-50%, -50%) !important;
  }

  /* Specific fix for L6 BEV page banner - no zoom, show full designed image */
  .l6bev .banner .slide-inner .pic {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }

  /* News Styling Fixes (Mobile) */
  .news .word li {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* Desktop styles for L6 BEV Banner (Synced with Live) */
@media screen and (min-width: 769px) {
  .l6bev .banner {
    width: 100vw;
    height: 100vh;
    position: relative;
  }
  .l6bev .banner .swiper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100vw;
    height: 100%;
  }
  .l6bev .banner .swiper-slide {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .l6bev .banner .slide-inner {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l6bev .banner .slide-inner .pic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: block;
  }
}

/* .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%;
  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 .5s .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%;
  object-fit: cover;
}

.keepFunds .v span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(-255, -255, -255, 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: 'SOURCEHANSANSCN-BOLD';
  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:'SOURCEHANSANSCN-LIGHT'; 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: .6rem;
  font-family: 'SOURCEHANSANSCN-BOLD';
  line-height: 0.6rem;
  margin-top: -.1rem;
}

.keepFunds .p .con {
  font-size: .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));
  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: .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, .45);
  padding: 0.12rem 0.28rem 0.12rem 0.12rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
  outline: 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, .45);
  padding: 0.12rem 0.28rem 0.12rem 0.12rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
  outline: 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::placeholder {
  color: rgba(255, 255, 255, .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, .45);
  padding: 0.12rem 0.28rem 0.12rem 0.12rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  resize: vertical;
  min-height: 0.8rem;
  font-family: inherit;
}

.keepFunds .p .r .kf-form textarea::placeholder {
  color: rgba(255, 255, 255, .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, .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: "SOURCEHANSANSCN-REGULAR";
}

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: "SOURCEHANSANSCN-BOLD";
}

.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.30rem;
  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::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(-255, -255, -255, 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%;
  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(-255, -255, -255, 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;
}

.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%;
  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;
}

.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%;
  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%);
}

/* .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%;
  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;
}

.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: .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(-255, -255, -255, 0.1);
  /* 设置半透明背景 */
  -webkit-backdrop-filter: blur(10px);
  /* Safari 支持 */
  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: 93vh;
  }

  .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%;
    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.10rem;
    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 .word {}

  .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;
    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;
  }


}