/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.no-click{
  pointer-events: none;
}
.pc-only{
  display: block;
}
.mobile-only{
  display: none;
}
html {
  scroll-behavior: smooth;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  
}

/* html { font-size: calc(100vw / 100); } */

html,
body {
  font-family: "xdzgfont_Regular";
}

/* #myvideo::-webkit-media-controls-timeline {
  display: none;
}
 
#myvideo::-moz-progress-bar {
  display: none;
}
 
#myvideo::-ms-track {
  display: none;
} */

/* //ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¨ÃƒÂ¥Ã‚Â±Ã‚ÂÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â® */
#myvideo::-webkit-media-controls-fullscreen-button {
  display: none;
}
/* //ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¾ÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â® */
#myvideo::-webkit-media-controls-play-button {
  display: none;
}
/* //ÃƒÂ¨Ã‚Â¿Ã¢â‚¬ÂºÃƒÂ¥Ã‚ÂºÃ‚Â¦ÃƒÂ¦Ã‚ÂÃ‚Â¡ */
#myvideo::-webkit-media-controls-timeline {
  display: none;
}
/* //ÃƒÂ¨Ã‚Â§Ã¢â‚¬Å¡ÃƒÂ§Ã…â€œÃ¢â‚¬Â¹ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¥Ã‚Â½Ã¢â‚¬Å“ÃƒÂ¥Ã¢â‚¬Â°Ã‚ÂÃƒÂ¦Ã¢â‚¬â€Ã‚Â¶ÃƒÂ©Ã¢â‚¬â€Ã‚Â´ */
#myvideo::-webkit-media-controls-current-time-display {
  display: none;
}
/* //ÃƒÂ¥Ã¢â‚¬Â°Ã‚Â©ÃƒÂ¤Ã‚Â½Ã¢â€žÂ¢ÃƒÂ¦Ã¢â‚¬â€Ã‚Â¶ÃƒÂ©Ã¢â‚¬â€Ã‚Â´ */
#myvideo::-webkit-media-controls-time-remaining-display {
  display: none;
}
/* //ÃƒÂ©Ã…Â¸Ã‚Â³ÃƒÂ©Ã¢â‚¬Â¡Ã‚ÂÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â® */
#myvideo::-webkit-media-controls-mute-button {
  display: none;
}
#myvideo::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}
/* //ÃƒÂ©Ã…Â¸Ã‚Â³ÃƒÂ©Ã¢â‚¬Â¡Ã‚ÂÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¦Ã…Â½Ã‚Â§ÃƒÂ¥Ã‹â€ Ã‚Â¶ÃƒÂ¦Ã‚ÂÃ‚Â¡ */
#myvideo::-webkit-media-controls-volume-slider {
  display: none;
}
/* //ÃƒÂ¦Ã¢â‚¬Â°Ã¢â€šÂ¬ÃƒÂ¦Ã…â€œÃ¢â‚¬Â°ÃƒÂ¦Ã…Â½Ã‚Â§ÃƒÂ¤Ã‚Â»Ã‚Â¶ */
#myvideo::-webkit-media-controls-enclosure {
  display: none;
}
#myvideo {
  margin-top: 2%;
}
.descText{
  color: #d3d3d3;
  font-size: 14px;
  text-align: center;
}
.fontxiti {
  font-family: "xdzgfont_Light";
}

.mask-balck {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 99999;
  display: none;
}

.mask-enter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 99999;
  opacity: 0;
  display: none;
}

.iconfont {
  position: absolute;
  top: 16%;
  left: 25%;
  color: #fff;
  font-size: 50px !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.dengIcon {
  color: #01d8ff;
}
.dengIcon.act {
  color: #fff;
}

.warningIcon {
  color: #9a9a9a;
}
.pzIcon {
  color: #9a9a9a;
}

.warningIcon.act,
.pzIcon.act {
  -webkit-animation: hideshow 0.3s infinite alternate;
  animation: hideshow 0.3s infinite alternate;
}

.chedaoIcon.act {
  -webkit-animation: chedaoani 0.6s infinite alternate;
  animation: chedaoani 0.6s infinite alternate;
}
.chedaoIcon {
  color: #9a9a9a;
  font-size: 67px;
  margin-left: -0.5%;
}

@-webkit-keyframes hideshow {
  from {
    opacity: 0;
  }
  to {
    color: red;
    opacity: 1;
  }
}

@keyframes hideshow {
  from {
    opacity: 0;
  }
  to {
    color: red;
    opacity: 1;
  }
}

@-webkit-keyframes chedaoani {
  form {
    opacity: 0;
  }

  to {
    color: red;
    opacity: 1;
  }
}

@keyframes chedaoani {
  form {
    opacity: 0;
  }

  to {
    color: red;
    opacity: 1;
  }
}

/* 针对WebKit浏览器隐藏滚动条 */
.pointDesc::-webkit-scrollbar {
  /* display: none;  */
}

/* 针对Firefox隐藏滚动条 */
/* .pointDesc {
  scrollbar-width: none;
} */
/* 整个滚动条 */
::-webkit-scrollbar {
  width: 3px; /* 对于垂直滚动条，设置宽度 */
  height: 3px; /* 对于水平滚动条，设置高度 */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* 背景色 */
  border-radius: 3px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: #888; /* 滑块颜色 */
  border-radius: 3px;
}

/* 滑块hover效果 */
::-webkit-scrollbar-thumb:hover {
  background: #555; /* 滑块hover颜色 */
  border-radius: 3px;
}

.mask-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background-color: #fff;
  display: block;
}
.app-box {
  /* position: fixed; */
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
}

.rotate90 {
  position: absolute;
  top: 0;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(90deg);
}
body,
html {
  font-family: "xdzgfont_Regular";
  background: #000;
}
img {
  width: 100%;
  display: block;
}

.mb-show {
  display: none;
}
.pc-show {
  display: block;
}

/* loading */
.loading-container {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 10000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  flex-wrap: wrap;
  flex: 1;
}

.loadingCenter {
  width: 26%;
  margin: 0 auto;
  /* display: flex; */
  /* justify-content: center; */
  /* align-content: center; */
  /* align-items: center; */
  position: relative;
}
.loading-container .loadingNum {
  font-size: 18px;
  color: #000;
  font-family: "xdzgfont_medium";
  text-align: center;
  /* position: absolute; */
  /* bottom: 36%; */
  left: 0;
  right: 0;
}

.loading-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 中间标题 */
.center-title {
  position: absolute;
  top: 88px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  color: #fff;
  text-shadow: 0 2px 8px rgb(16 43 71 / 30%);
  opacity: 0;
  width: 434px;
}
.center-title .main-title-en {
  font-size: 20px;
  margin-bottom: 3px;
  gap: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-title .dengIcon {
  width: 4%;
  opacity: 0.8;
}
.dengIcon-2 {
  transform: scaleX(-1);
}

.center-title .main-title {
  font-size: 46px;
  /* font-weight: 500; */
  /* margin: 10px 0; */
  display: block;
  font-family: "xdzgfont_medium";
  /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.6); */
}
.center-title .sub-title {
  font-size: 16px;
  color: #ffffff;
  /* font-weight: 400; */
  font-family: "xdzgfont_Light";
  /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.6); */
  display: block;
  margin-top: 5px;
  width: 60%;
  margin: 0 auto;
  padding: 1% 0;
  /* border-radius: 0 0 20px 20px; */
  background-color: #191919;
  margin-top: 2%;
}

.point-Text {
  position: absolute;
  top: 9%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
  color: #fff;
  text-shadow: 0 2px 8px rgb(16 43 71 / 30%);
  display: none;
}

.point-title {
  display: block;
}

.point-title-text {
  font-size: 30px;
  display: block;
  margin-bottom: 9px;
  font-family: "xdzgfont_medium";
}

.point-desc-text {
  font-size: 16px;
  color: #ffffff;
  font-family: "xdzgfont_Light";
  display: block;
}

/* 头部 */
.header-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 95%;
  margin: 0 auto;
  padding-top: 22px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-family: "xdzgfont_Regular";
  /* opacity: 0; */
  z-index: 8;
  transform: translateY(-100%);
}

.header-left {
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  /* width: 10%; */
  min-width: 186px;
  /* padding: 2% 0; */
  /* box-sizing: border-box; */
}

.header-left .car-name {
  /* margin-right: 10px; */
  font-size: 18px;
  font-family: "xdzgfont_Light";
  display: block;
  /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.6); */
}

.header-left .car-select {
  color: #fff;
  background-color: rgba(14,43,92);
  cursor: pointer;
  position: relative;
  /* padding-right: 18px; */
  /* font-weight: bold; */
  /* width: 60%; */
  /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.6); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  justify-content: center;
  padding: 4% 8%;
  box-sizing: border-box;
  /* border-radius: 20px; */
  margin-top: 5%;
  line-height: 1;
}
.header-left .car-select .carSelectText-icon {
  font-size: 10px;
  margin-left: 4px;
  color: #ffffff;
  /* position: absolute; */
  right: 0;
  top: 50%;
  /* transform: translateY(-50%); */
}

.header-left .car-dropdown {
  position: absolute;
  top: 120%;
  left: 0;
  background-color: white;
  /* background: rgba(0,0,0,0.5); */
  /* border-radius: 10px; */
  padding: 5%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  /* box-sizing: border-box; */
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.car-select-box.act .car-dropdown {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.header-left .car-dropdown .car-option {
  padding: 8% 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "xdzgfont_Light";
  color: #333;
  font-weight: bold;
  /* justify-content: space-between; */
  justify-content: space-between;
}
.header-left .car-dropdown .car-option .slectIcon {
  width: 16%;
  margin-left: 5%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* transform: scaleX(-1); */
}
.header-left .car-dropdown .car-option.act {
  font-weight: bold;
}
.header-left .car-dropdown .car-option.act .slectIcon {
  opacity: 1;
}
.header-left .car-dropdown .car-option:hover {
  color: #000;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.test-drive-btn {
  border: 1px solid #fff;
  color: #fff;
  /* border-radius: 20px; */
  padding: 6px 40px;
  background: transparent;
  font-size: 15px;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.test-drive-btn:hover {
  background: #fff;
  color: #000;
}

.music-btn {
  width: 16%;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}
.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rightMenu-content::before {
  content: "";
  position: absolute;
  right: 13.2%; /* 让竖线经过圆点中心 */
  top: 4%;
  bottom: 0;
  width: 2px;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,0.4) 0px,
    rgba(255,255,255,0.4) 6px,
    transparent 6px,
    transparent 12px
  );
  height: 92%;
}

.right-menu {
  position: absolute;
  right: 1%;
  top: 30%;
  z-index: 100;
  /* padding-right: 2.6vw; */
  opacity: 0;
  width: 137px;
  cursor: pointer;
  transform: translateX(-100vw);
}

.rightMenu-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5vh;
  position: relative;
}

.right-nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  /* background: red; */
  /* border-radius: 20px; */
  padding: 3% 4%;
  box-sizing: border-box;
  width: 100%;
  transition: 0.3s;
  justify-content: space-around;
}


.Passive{
  /* position: absolute; */
  text-align: center;
  padding: 3% 4%;
  display: none;
  margin-left: 16%;
}
.Passive-item{
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
  transition: all 0.3s ease;
  width: 56%;
  text-align: center;
  padding: 8% 0;
  border-bottom: 1px solid rgba(255,255,255,0);
  opacity: 0.5;
}
.Passive-item.act{
  color: #fff;
  opacity: 1;
  border-bottom: 1px solid #fff
}


.nav-text {
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  transition: all 0.3s ease;
  /* width: 80%; */
  text-align: right;
  width: 58%;
}





.nav-icon{
}
.nav-dot {

  width: 12px;
  height: 12px;
  background-color: #9e9e9e;
  border-radius: 50%;
  flex-shrink: 0;
}

/* 选中状态 */
.right-nav-item.active {
  background-color: rgba(14,43,92); /* 深蓝色 */
  color: #fff;
}

.right-nav-item.active .nav-dot {
  background-color: #fff;
}


.menu-item-left {
  width: 100%;
  text-align: right;
  position: relative;
  /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
}

.maskText {
  display: inline-block; /* 或 block、flex 等 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* opacity: 0; */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-weight: bold;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.menu-item-right {
  width: 8px;
  height: 18px;
  background-color: #adadad;
  margin-left: 21px;
  position: relative;
  display: block;
  line-height: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.menu-item-left span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.right-menu-item:hover .menu-item-left span {
  font-weight: 900;
}

.right-menu-item.active .menu-item-left span {
  font-weight: 900;
}
.right-menu-item:hover .maskText {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.right-menu-item:hover .menu-item-right {
  opacity: 1;
  background-color: #10cc7e;
}
.nav-highlight {
  position: absolute;
  right: 0;
  width: 8px;
  height: 14%;
  background: #1e3786;
  /* border-radius: 3px; */
  top: -10px;
  z-index: 1;
  -webkit-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bottomNav {
  position: fixed;
  bottom: 6%;
  width: 64%;
  min-width: 800px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}

/* 颜色选择器 */

.color-selector-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/colorBg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 600px;
  padding: 0.5rem; /* Add some padding for the indicator to sit in */
  /* position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto; */
  z-index: 4;
  /* margin-bottom: 5vh; */
}

.color-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.4rem;
  /* border-radius: 30px; */
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  /* margin: 0 4px; */
}

.color-option.selected {
  /* background-color: rgba(201, 201, 201, 0.2); */
  /* padding-right: 2rem; */
}

.color-swatch {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 3px;
}
.color-option img{
  border-radius: 50%;
}

.color-option.selected .color-swatch {
  border-color: #fff;
}

.color-name {
  font-size: 14px;
  /* white-space: nowrap; */
  /* max-width: 0; */
  /* overflow: hidden; */
  opacity: 0;
  /* -webkit-transition: 0.5s; */
  -o-transition: 0.5s;
  transition: 0.5s;
  /* margin-left: 0; */
  position: absolute;
  top: -54%;
  left: -10px;
  right: 0;
  margin: 0 auto;
  width: 100%;
  background-color: #191919;
  padding: 6px 10px;
  /* border-radius: 5px; */
  text-align: center;
}

.color-option.selected .color-name {
  opacity: 1;
  color: #fff;
}

/* 颜色定义 */
/* .swatch-green {
  background-color: #274135;
}
.swatch-black {
  background-color: #000000;
}
.swatch-white {
  background-color: #e5e5e5;
}
.swatch-blue {
  background-color: #2c314c;
}
.swatch-brown {
  background-color: #4a3c33;
} */

/* 颜色选择器 end */

.wheel-selector {
  /* width: 300px; */
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/colorBg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0.5rem;
  margin-left: -3%;
  /* position: absolute; */
  /* bottom: -300%; */
  z-index: 4;
  gap: 47%;
}

.wheel-option {
  cursor: pointer;
  text-align: center;
  /* padding: 0 5%; */
}
.wheel-option img {
  padding: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin: 0 auto;
}
.wheel-18 {
}
.wheel-20 {
}

.wheel-option.act img {
  border: 2px solid #fff;
}
.wheel-option.tooltip .tooltiptext {
  /* width: 120px; */
  width: max-content;
}
.wheel-option.act .tooltiptext {
  opacity: 1 !important;
}
.smallText {
  font-size: 10px;
  display: block;
}

/* .jsj-wheel.tooltip .tooltiptext::after{
  top: -28%;
  margin-left :-6px;
  border-width: 6px;
} */

/* 驾趣新境界二级导航 */
.sub-nav-container {
  position: fixed;
  bottom: 5%;
  left: 0;
  right: 0;
  width: 722px;
  z-index: 2;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}

/* 滑动背景 */
.sliding-bg {
  position: absolute;
  width: 16%; /* 每个按钮的宽度 */
  height: calc(100% - 16px);
  background: #121111;
  /* border-radius: 40px; */
  -webkit-transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  left: 8.6%;
}
.sub-nav-top-item {
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 33%;
  text-align: center;
}

.sub-nav-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
  position: relative;
  padding: 20px 0;
  color: #fff;
  background-image: url("../images/bgmask.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1%;
}

.selector-interior {
  /* background: #ffffff1c; */
  background-image: url("../images/colorBg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* border-radius: 40px; */
  padding: 5px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  opacity: 1;
  margin: 0 auto;
  margin-bottom: 10px;
  display: none;
}

.underline {
  width: 17%;
  position: absolute;
  height: 3px;
  background-color: #1e3786;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.seat-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.seat-option {
  width: 45px;
  /* background-color: #ccc; */
  /* border-radius: 5px; */
  cursor: pointer;
  /* OVERFLOW: HIDDEN; */
  overflow: inherit;
}

.seat-option-img {
  position: relative;
}
.opt1-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.seat-option.tooltip .tooltiptext {
  width: 124px;
  top: -103%;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.seat-option.tooltip .tooltiptext::after {
  top: auto;
  bottom: -25%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.seat-option.active .opt1-img {
  opacity: 1;
}

.seat-option img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* border-radius: 5px; */
}

.divider {
  width: 1px;
  height: 16px;
  /* background: #ffffff; */
  margin: 0 20px;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.tab {
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  padding: 4% 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.tab.active {
  color: #fff;
  font-weight: bold;
  position: relative;
  opacity: 1;
}

.tab.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fff;
}
.tabs-wrapper {
  position: relative;
}

.sub-nav-bottom {
  width: 315px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
  position: relative;
}
.sub-nav-item {
  width: 16%;
  cursor: pointer;
}
.sub-nav-item-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 40%;
  opacity: 0.5;
  background-color: #fff;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltiptext {
  width: 100%;
  background-color: #191919;
  color: #fff;
  text-align: center;
  /* border-radius: 5px; */
  padding: 5px 12px;
  position: absolute;
  z-index: 1;
  top: -88%; /* Position below the text */
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 13px;
}

.tooltip:hover .tooltiptext {
  opacity: 1;
}

.tooltip .tooltiptext::after {
  /* content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgb(0 0 0);
  -webkit-clip-path: polygon(49% 52%, 0% 100%, 100% 100%);
  clip-path: polygon(49% 52%, 0% 100%, 100% 100%);
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2222; */
}

/* 二级分类卖点 */

.pointContent {
  width: 85%;
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* height: 10vh; */
  opacity: 0;
  /* border-radius: 6vw; */
  background-color: rgba(0, 0, 0, 0.05);
  font-family: "xdzgfont_regular";
  color: white;
  font-size: 14px;
  padding: 1% 2% 0.2% 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 101;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}

.pointDesc {
  height: 37px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pointDesc.actheight {
  max-height: 37px;
  height: auto;
}

.pointDesc.actscroll {
  overflow-y: scroll;
  /* width: 71%; */
  /* margin: 0 auto; */
  text-align: left;
  left: 0;
  right: 0;
  /* margin: 0 auto; */
  margin: 1em auto;
  padding: 0 11%;
  display: block;
}
.pointDesc span,
.point_li span {
  font-size: 10px;
}

.pointNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  /* padding: 0 0 1% 0; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.point_li.act {
  color: #01d8ff;
  /* font-weight: bold; */
}

.point_li {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #d1d1d1;
  font-weight: 100;
  transition: 0.3s;
  padding: 0 0 1.2% 0;
  line-height: 1;
}

.pointNav::after {
  content: "";
  position: absolute;
  top: 48%;
  width: 0;
  left: 2%;
  height: 3px;
  background-color: #01d8ff;
  -webkit-transition: 0.5s all linear;
  -o-transition: 0.5s all linear;
  transition: 0.5s all linear;
}

.acthx {
  width: 0;
  height: 2px;
  margin-top: -1px;
  background-color: #01d8ff;
  position: relative;
}
.pointhx {
  width: 100%;
  height: 1px;
  background-color: #636363;
  /* position: absolute; */
}

/* gpsmap */
.gpsmap {
  width: 18%;
  position: absolute;
  top: 21%;
  left: 3%;
  z-index: 3;
  display: none;
}
.trajectory,
.trajectory-b {
  position: absolute;
  top: 0;
  left: 43.3%;
  width: 2%;
}
.trajectory-b {
  /* width: 2%; */
  /* height: 100%; */
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}

.anchor {
  width: 26px;
  height: 26px;
  /* border-radius: 26px; */
  position: absolute;
  top: 72%;
  left: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.anchor-wy {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  background-color: rgba(255, 255, 255, 1);
  -webkit-animation: expand-fade 1s ease-out infinite;
  animation: expand-fade 1s ease-out infinite;
}
/* æ‰©æ•£å’Œæ¶ˆå¤±çš„åŠ¨ç”» */
@-webkit-keyframes expand-fade {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes expand-fade {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

.anchor-ny {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  background-color: #00baff;
}
.anchor-jt {
  position: absolute;
  width: 100%;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.bottomKm {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
}
.jt_r {
  width: 6%;
  position: absolute;
  top: -29%;
  left: 0;
}

/* 预约试驾 */

.c-btn .btn,
.c-btn .btn:before {
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.c-button {
  display: inline-block;
  min-width: 160px;
  text-align: left;
}

.c-btn .btn {
  width: 100%;
  padding: initial;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-animation: textColorx 6s ease-in-out 2s infinite;
  animation: textColorx 6s ease-in-out 2s infinite;
  border-radius: 0;
  border: 0px;
  font-family: "xdzgfont_medium";
  font-size: 16px;
}

.c-btn .btn::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  content: "";
  -webkit-animation: fillMotionx 6s ease-in-out 2s infinite;
  animation: fillMotionx 6s ease-in-out 2s infinite;
  background-color: #fff;
  z-index: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.c-btn .btn::after {
  content: "";
  display: none;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: inherit;
  margin-left: 6px;
}

.c-btn .btn:hover {
  -webkit-animation: none;
  animation: none;
  color: #000;
  background-color: #fff;
}

.c-btn .btn:hover svg {
  -webkit-animation: none;
  animation: none;
}

.c-btn .btn:hover::before {
  -webkit-animation: none;
  animation: none;
}

.c-btn .btn .wh-b {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 0px;
}

.c-btn .btn .wh-b .name {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.c-btn .btn svg {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  stroke: #fff;
  -webkit-animation: lineMotionx 6s ease-in-out 2s infinite;
  animation: lineMotionx 6s ease-in-out 2s infinite;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  fill: none;
  stroke-width: 2px;
  stroke-dasharray: 10 1200;
  stroke-dashoffset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@-webkit-keyframes textColorx {
  40% {
    color: #fff;
  }
  50% {
    color: #000;
  }
  85% {
    color: #000;
  }
  90% {
    color: #fff;
  }
}

@keyframes textColorx {
  40% {
    color: #fff;
  }
  50% {
    color: #000;
  }
  85% {
    color: #000;
  }
  90% {
    color: #fff;
  }
}
@-webkit-keyframes lineMotionx {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
    stroke-dasharray: 1200 1200;
  }
  50% {
    opacity: 1;
  }
  58% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    stroke-dasharray: 1200 1200;
  }
}
@keyframes lineMotionx {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
    stroke-dasharray: 1200 1200;
  }
  50% {
    opacity: 1;
  }
  58% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    stroke-dasharray: 1200 1200;
  }
}
@-webkit-keyframes fillMotionx {
  40% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  80% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  90% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes fillMotionx {
  40% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  80% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  90% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

.point-layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  cursor: pointer;
  display: none;
}
.point-layer-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 556px;
  height: 100%;
  padding: 3% 2%;
  /* padding-left: 120px; */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.8)),
    to(transparent)
  );
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8), transparent);
  background: linear-gradient(-270deg, rgba(0, 0, 0, 0.8), transparent);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.icon-close {
  font-size: 30px !important;
  color: #fff;
  opacity: 1;
  cursor: pointer;
  position: relative;
  left: 0;
}
.point-title {
  font-size: 24px;
  color: #fff;
  font-family: "xdzgfont_medium";
  text-align: left;
  margin: 5% 0;
}
.point-img {
  width: 100%;
  /* border-radius: 20px; */
  overflow: hidden;
  position: relative;
}

.point-video{
  width: 100%;
  /* height: 100%; */
  position: relative;
  display: none;
}
.point-video video{
  width: 100%;
}

.point-desc {
  font-size: 14px;
  color: #dddddd;
  margin-top: 3%;
  line-height: 1.5;
}
.pointImg-ani {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: blink 5s infinite;
  animation: blink 5s infinite;
}

@-webkit-keyframes blink {
  0%,
  10% {
    opacity: 0;
  }

  10%,
  20% {
    opacity: 1;
  }

  20%,
  30% {
    opacity: 0;
  }

  30%,
  40% {
    opacity: 1;
  }

  40%,
  50% {
    opacity: 0;
  }

  50%,
  60% {
    opacity: 1;
  }

  60%,
  to {
    opacity: 0;
  }
}

.rollBox {
  width: 631px;
  margin: 0 auto;
  font-family: "xdzgfont_Light";
  display: none;
  /* opacity: 0; */
}
.roll_center {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  color: #fff;
}

.x_num .rollnum {
  /* width: 5.2vw !important; */
}

.roll_center > div {
  /* width: 20%; */
}
.topNum span:first-child {
  color: #ffffff;
  font-size: 38px;
  min-width: 80px;
  display: inline-block;
  line-height: 0;
  /* text-align: right; */
  font-size: 37px;
}

.fuel_num .rollnum{
  min-width: 32px !important;
}
.drive_num .rollnum{
  min-width: 28px !important;
}

.topNum span:last-child {
  color: #c3c3c3;
  /* text-transform: capitalize; */
  font-size: 14px;
  /* width: 4.3vw; */
  margin-left: -10px;
}
.jiaIcon {
  color: #ffffff;
  font-size: 18px;
  display: ruby-text;
}

.left-menu {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 200px;
  display: flex;
  opacity: 0;
  transform: translateY(-50%);
  flex-direction: column;
}
.navicon {
  opacity: 1 !important;
  position: static;
}
.icon-yueliang {
  font-size: 36px !important;
  color: #fff;
  display: inline-block;
}
.left-menu-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 20%;
  position: relative;
}
.navicon_text {
  width: 100%;
  font-size: 14px;
  color: #a7a7a7;
  text-align: center;
  /* margin-top: 5px; */
}
.icon-pingmuchicun {
  font-size: 36px !important;
}
.left-menu-item .iconfont {
  color: #a7a7a7     ;
  font-size: 36px !important;
}

.left-menu-item.act .iconfont {
  color: #fff !important    ;
}
.left-menu-item.act .navicon_text {
  color: #fff !important    ;
  font-weight: bold;
}

.bottom-nav-container {
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  width: 64%;
  min-width: 800px;
  margin: 0 auto;
  transform: translateY(200%);
  /* background-color: rgba(255, 0, 0, 0.397); */
}

.bottom-nav-bottom {
  /* width: 50%; */
  width: 416px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  margin: 0 auto;
}
.bottom-nav-item.act .navItem-icon .activeIcon {
  opacity: 1;
  color: #fff;
}

.bottom-nav-item img {
  width: 100%;
}
.bottom-nav-item {
  /* width: 25%; */
  flex: 1;
  height: 100%;
  cursor: pointer;
  opacity: 0.8;
}

.navItem-icon {
  width: 100%;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.navItem-icon img {
  width: 48px;
  height: 20px;
  margin: 0 auto;
}
.navItem-icon .activeIcon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.navItem-text {
  text-align: center;
  color: #b9b9b9;
  transition: 0.3s;
}

.navItem-icon .navicon {
  color: #b9b9b9;
  font-size: 28px !important;
}

.bottom-nav-item.act .navicon {
  color: #fff;
}

.bottom-nav-item.act .navItem-text {
  color: #fff;
  font-weight: bold;
}



.bottom-nav-top{
}
.changeColor {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  /* padding: 10px 20px; */
  margin: 0 auto;
  justify-content: center;
  background-image: url("../images/bgopacity.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
  /* display: none; */
}


.option-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.option-title {
  font-size: 14px;
  color: white;
  white-space: nowrap;
}

/* Exterior colors */
.exterior-color-list {
  display: flex;
  gap: 0;
}
.exterior-color-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
}
.exterior-color-dot.active {
  border-color: white;
}

/* Wheel styles */
.wheel-style-list {
  display: flex;
  gap: 8px;
}
.wheel-style-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #555;
  border: 2px solid transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wheel-style-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wheel-style-item.active {
  border-color: white;
}


.changeXz,.changeScene{
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  margin: 0 auto;
  justify-content: center;
  background-image: url("../images/bgopacity.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  display: none;
  box-sizing: border-box;
}


.changeXz-content,.changeScene-content{
  display: flex;
  align-items: center;
  gap: 40px;
  /* margin: 0 auto; */
}
.changeXz-content{
  width: 459px;
}
.changeScene-content{
  width:665px;
}

.changeXz-item,.changeScene-item{
  text-align: center;
  position: relative;
  cursor: pointer;
}

.changeXz-item{
  width: 50%;
}


.changeXz-item-icon{
  background-color: #ffffff;
  /* width: 50%; */
  /* display: flex; */
  /* justify-content: center; */
  margin: 0 auto;
  /* border-radius: 10px; */
  overflow: hidden;
  position: relative;
  /* width: 195px; */
}



.changeXz-item-text{
  width: 60%;
  font-size: 14px;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: -41px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #191919;
  padding: 6px 10px;
  /* border-radius: 7px; */
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  transition: 0.3s;
  opacity: 0;
  display: inline;
}

.changeXz-item.act .changeXz-item-text{
  opacity: 1;
}



.changeScene{
  display: none;
}

.changeScene-content{
  /* width: 571px; */
}
.changeScene-item.act .changeXz-item-text{
  opacity: 1;
}



/* 驾趣新境界 */

.pointNav-box{
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px;
  color: #fff;
  transform: translateY(200%);
}
.feature-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-size: 14px;
}

/* 单个导航按钮 */
.nav-item {
  position: relative;
  padding: 8px 20px;
  /* border-radius: 6px; */
  cursor: pointer;
  transition: background 0.3s;
}

/* 激活状态 */
.nav-item.active {
  background-color: rgb(255 255 255);
  color: #000000;
}

/* 分隔符 */
.divider {
  color: rgba(255, 255, 255, 0.3);
}

/* 说明文字 */
.description {
  text-align: center;
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.maskzh{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000000;
  display: flex;
}

.maskzh img{
  width: 100%;
  height: 100%;
}


.svg-wrapper {
  width: 100%;
  height: 100%; /* 父容器高度要有值 */
}

.svg-wrapper svg {
  width: 100%;
  height: 100%;
  display: block;
  /* 保持比例居中显示 */
  preserveAspectRatio: xMidYMid meet;
}

.windage-box{
  width: 500px;
  position: relative;
  margin: 0 auto;
  display: none;
}
.windage-box-img{
  opacity: 0;
}
.windage-box-img-2,.windage-box-img-3{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}


video {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.icon-bofang:before {
  opacity: 1;
}

.videoIcon {
  opacity: 1 !important;
  text-align: center;
  width: 100%;
  left: 0;
  top: 36%;
  font-size: 2.5vw;
  cursor: pointer;
}

.pop-video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
  z-index: 100;
  cursor: pointer;
}
.pop-videoBox{
  max-width: 1200px;
  width: 1000px;
  position: relative;
  margin: 0 auto;
  top: 50%;
  width: 76%;
  transform: translateY(-50%);
}

.video-close {
  opacity: 1 !important;
  font-size: 35px;
  color: #fff;
  position: absolute;
  right: -5%;
  top: 5%;
  left: auto;
  cursor: pointer;
  display: block;
}

.video-close:hover {
  color: #01d8ff;
  transform: rotate(90deg);
}
.icon-bofang3{
  top: 40%;
  left:0;
  right:0;
  margin: 0 auto;
  text-align: center;
}

.Policy{
  width: 30%;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  color: #ffffff;
  /* line-height: 1.2; */
  position: absolute;
  bottom: 2%;
  left: 1%;
  z-index: 5;
  display: none;
}
.loading-slogan{
  width: 100%;
  text-align: center;
}

.loading-slogan-title{
  font-size: 30px;
  font-family: 'xdzgfont_medium';
}

.loading-slogan-desc{
  font-size: 16px;
}


.mb-policy{
  display: none;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  color: #fff;
  /* line-height: 1.2; */
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mb-policy-title{
  width: 100%;
  line-height: 1.5;
  text-align: center;
}
.mb-policy .icon-policy-close{
  position: absolute;
  font-size: 20px;
  cursor: pointer;
  top: 20%;
  left: 20%;
  width: 100%;
  display: block;
  opacity: 1 !important;
}


.text-white{
  font-size: 28px;
  display: inline-block;
  font-weight: 600;
  font-family: 'xdzgfont_medium';
  
}

.changeXz-item-text-desc{
  font-size: 12px;
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  text-align: left;
  padding: 2% 10px;
}



.point-layer-anquan {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  display: none;
}
.pointlayer-content-aq {
  /* position: absolute; */
  top: 17%;
  left: 2%;
  width: 26%;
  /* height: 100%; */
  /* padding: 7% 2%; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 6%;
  margin-left: 2%;
}


.point-img {
  width: 100%;
  /* border-radius: 20px; */
  overflow: hidden;
  position: relative;
}

.icon-rijian{
  position: absolute;
  top: 0;
  left: 0;
}
.left-menu-item .iconfont.icon-rijian{
  /* font-size: 46px !important; */
  transform: scale(1.3);

}
.icon-rijian{
  opacity: 0 !important;
  /* font-size: 46px !important; */
}


.left-menu-item.act .icon-rijian{
  opacity: 1 !important;
}

.left-menu-item.act .icon-yueliang{
  opacity: 0 !important;
}


.baitianText{
  opacity: 1;
}

.nightText{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.left-menu-item.act .nightText{
  opacity: 1 !important;
}
.left-menu-item.act .baitianText{
  opacity: 0 !important;
}
.bottom-nav-item.act{
  opacity: 1 !important;
}
