/* .cdm_t3,
.cd_remarks{
	display: none !important;
} */
 .jisu_box{
  display: flex;
  flex-direction: row;  /* PC端横向排列 */
  align-items: center;
  justify-content: center;
  gap: 0.19rem;
 }
 .jisu_box_item{
  width: 7.86rem;  /* PC端：786px */
  height: 6.55rem;  /* PC端：655px */
  display: flex;
  align-items: center;
  position: relative;
  background-color: #333333;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 }
 /* 第一个item：PC端背景 */
 .jisu_box_item:nth-child(1) {
  background-image: url(../img/car_model/2000cl/zhigan1.jpg);
 }
 /* 第二个item：PC端背景 */
 .jisu_box_item:nth-child(2) {
  background-image: url(../img/car_model/2000cl/zhigan2.jpg);
 }
 .jisu_box_item_left{
  font-size: 0.24rem;
  color: #ffffff;
  position: absolute;
  bottom: 0.26rem;
  line-height: 0.3rem;
  left: 0.47rem;
 }

 .safety_box{
  display: flex;
  align-items: center;
  gap: 0.1rem;
 }
 .safety_box_item{
  display: flex;
  flex-direction: column;
 }
 .safety_box_item img{
  width: 7rem;
  height: 6rem;
 }
 .safety_box_item div{
  font-size: 0.25rem;
  color: #000000;
  margin-top: 0.24rem;
 }
/* Swiper 轮播图保持原有间距 */
.safety_box.swiper-container .swiper-wrapper {
  display: flex;
  gap: 0.1rem;
}
.safety_box.swiper-container .swiper-slide {
  width: auto;
  margin-right: 0;
}
/* 轮播图控制区域 */
.safety_carousel_controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
  gap: 0.2rem;
}
/* 进度条容器 */
.safety_progress_container {
  position: relative;
  width: 14.25rem;
  height: 0.01rem;
  flex: 1;
}
/* 进度条背景（总长度） */
.safety_progress_bg {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.23;
}
/* 当前进度条 */
.safety_progress_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0.01rem;
  background: #000000;
  transition: width 0.3s ease;
}
/* 导航按钮容器 */
.safety_nav_buttons {
  display: flex;
  gap: 0.24rem;
}
/* 导航按钮 */
.safety_nav_btn {
  width: 0.43rem;
  height: 0.43rem;
  border: 0.01rem solid #000000;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 0.2rem;
  color: #000000;
  transition: opacity 0.3s ease;
}
.safety_nav_btn:hover {
  opacity: 0.7;
}
.safety_nav_btn:active {
  opacity: 0.5;
}
.safety_nav_btn.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  border-color: #999999;
  color: #999999;
}
.safety_nav_btn.disabled:hover {
  opacity: 0.3;
}
.safety_nav_btn span {
  display: block;
  line-height: 0.43rem;  /* 与按钮高度一致，确保垂直居中 */
  text-align: center;
  width: 100%;
  font-weight: normal;  /* 箭头不加粗 */
}
.newbox {
  width: 100%;
  padding-top: 0.94rem;
  padding-bottom: 0.94rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #fff;
}
.newbox2 {
  width: 100%;
  padding-top: 0.94rem;
  padding-bottom: 0.94rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #e1e1e1;
}
.nb_t1 {
  font-weight: bold;
  font-size: 0.55rem;
  color: #000000;
  text-align: center;
  margin-bottom: 0.74rem;
}
.newcar-swiper {
  display: flex;
  /* 防止子元素换行 */
  white-space: nowrap;
}
.newcar-swiper-item1 {
  width: 8.19rem;
  height: 6.55rem;
  background-color: #8d705a;
  transition: width 0.4s;
  cursor: pointer;
  position: relative;
  background-image: url(../img/car_model/2000cl/n1c.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.newcar-swiper-item2 {
  width: 3.86rem;
  height: 6.55rem;
  background-color: #aa3645;
  transition: width 0.4s;
  cursor: pointer;
  position: relative;
  background-image: url(../img/car_model/2000cl/n2c.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.newcar-swiper-item3 {
  width: 3.86rem;
  height: 6.55rem;
  background-color: #3666aa;
  transition: width 0.4s;
  cursor: pointer;
  position: relative;
  background-image: url(../img/car_model/2000cl/n3c.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.newcar-swiper-item1-text {
  position: absolute;
  bottom: 0.32rem;
  left: 0.49rem;
}
.newcar-swiper-item1-text-t1 {
  font-weight: bold;
  font-size: 0.28rem;
  color: #ffffff;
}
.newcar-swiper-item1-text-t2 {
  font-size: 0.14rem;
  color: #ffffff;
  margin-top: 0.07rem;
  opacity: 0.5;
  /* 默认隐藏，选中卡片时显示 */
  display: none;
}

/* 选中状态下显示第二行文字 */
.newcar-swiper-item1.active .newcar-swiper-item1-text-t2,
.newcar-swiper-item2.active .newcar-swiper-item1-text-t2,
.newcar-swiper-item3.active .newcar-swiper-item1-text-t2 {
  display: block;
}

/* 指示器 */
.newcar-swiper-pagination {
  margin-top: 0.4rem;
  display: none; /* 默认 PC 不显示 */
  justify-content: center;
  align-items: center;
  gap: 0.15rem;
}
.newcar-swiper-bullet {
  width: 0.66rem;
  height: 0.04rem;
  background: #c49f8a;
  border-radius: 0;
  opacity: 0.36;
  transition: opacity 0.3s;
}
.newcar-swiper-bullet.active {
  opacity: 1;
}

@media (max-width: 768px) {
  /* 移动端：外边距与轮播布局 */
  .newbox {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .newbox2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background-color: #f5f7fa;
  }
  /* 移动端：安全防护轮播图 */
  .safety_box_item img {
    width: 6.5rem;
    height: 5.42rem;
  }
  .safety_box_item div {
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
  .safety_box {
    gap: 0.19rem;
  }
  .safety_box.swiper-container .swiper-wrapper {
    gap: 0.19rem;
  }
  /* 移动端：进度条和按钮 */
  .safety_carousel_controls {
    margin-top: 0.4rem;
  }
  .safety_progress_container {
    width: 100%;
  }
  .safety_nav_btn {
    width: 0.43rem;
    height: 0.43rem;
  }
  /* 移动端：三张卡片轮播形式，大小一致 */
  .newcar-swiper {
    display: block;
    white-space: normal;
  }
  .newcar-swiper-item1,
  .newcar-swiper-item2,
  .newcar-swiper-item3 {
    width: 6.5rem;
    height: 7.5rem;
    margin: 0 auto;
    display: none;
  }
  /* 移动端才显示指示器 */
  .newcar-swiper-pagination {
    display: flex;
  }
  .newcar-swiper-item1 {
    background-image: url(../img/car_model/2000cl/n1.jpg);
  }
  .newcar-swiper-item2 {
    background-image: url(../img/car_model/2000cl/n2.jpg);
  }
  .newcar-swiper-item3 {
    background-image: url(../img/car_model/2000cl/m3.jpg);
  }
  /* 当前激活的这一张显示 */
  .newcar-swiper-item1.active,
  .newcar-swiper-item2.active,
  .newcar-swiper-item3.active {
    display: block;
  }

  /* 移动端：安心模块上下结构 */
  .newbox2-item {
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
  }
  .newbox2-item-left {
    background-image: url(../img/car_model/2000cl/n5m.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 6.5rem !important; /* 650px */
    height: 7.5rem; /* 580px */
  }
  .newbox2-item-right {
    width: 6.5rem !important; /* 650px */
    height: 6.61rem !important; /* 661px */
  }
  .nb2-acc-title {
    font-size: 0.28rem !important;
  }
  .nb2-acc-body {
    font-size: 0.25rem !important;
  }
  .nb2-accordion {
    padding-left: 0.35rem !important;
    padding-right: 0.35rem !important;
  }
  /* 移动端：考究的驾乘质感模块竖着排列 */
  .jisu_box {
    flex-direction: column;
  }
  .jisu_box_item {
    width: 6.5rem;  /* 移动端保持原尺寸 */
    height: 6.55rem;
  }
  /* 第一个item：移动端背景 */
  .jisu_box_item:nth-child(1) {
    background-image: url(../img/car_model/2000cl/zhigan1m.jpg);
  }
  /* 第二个item：移动端背景 */
  .jisu_box_item:nth-child(2) {
    background-image: url(../img/car_model/2000cl/zhigan2m.jpg);
  }
}

.newbox2-item {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.newbox2-item-left {
  width: 9.3rem;
  height: 5.8rem;
  background-image: url(../img/car_model/2000cl/n5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.newbox2-item-right {
  width: 6.1rem;
  height: 5.8rem;
  background-color: #fff;
  display: flex;
  align-items: center;
}

/* 右侧手风琴列表 */
.nb2-accordion {
  width: 100%;
  padding-left: 0.72rem;
  padding-right: 0.72rem;
}
.nb2-acc-item {
  padding: 0.4rem 0;
  cursor: pointer;
}
/* 只有中间项有分隔线，顶部和底部都无边框 */
.nb2-acc-item + .nb2-acc-item {
  border-top: 1px solid #d2d2d2;
}
.nb2-acc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nb2-acc-title {
  font-size: 0.25rem;
  color: #111111;
}
.nb2-acc-icon {
  position: relative;
  width: 0.24rem;
  height: 0.24rem;
}
.nb2-acc-icon::before,
.nb2-acc-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 999px;
  background-color: #c39f8b;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
/* 横线 */
.nb2-acc-icon::before {
  width: 0.18rem;
  height: 1px;
}
/* 竖线，默认有就是“+”，active 时隐藏变成“-” */
.nb2-acc-icon::after {
  width: 1px;
  height: 0.18rem;
}
.nb2-acc-item.active .nb2-acc-icon::after {
  height: 0;
}
.nb2-acc-body {
  margin-top: 0.16rem;
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.55);
  line-height: 0.28rem;
  display: none;
}
.nb2-acc-item.active .nb2-acc-body {
  display: block;
}

.text_in {
  opacity: 0;
  filter: blur(0.6rem);
  transform: scale3d(1, 0.1, 1) translate3d(0, 50%, 0);
  transform-origin: bottom left;
  transition-property: filter, opacity, transform;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.text_in._into {
  opacity: 1;
  filter: blur(0rem);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.text_in_slow {
  transition-duration: 1.4s;
}

.car_kv {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.car_kv img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transform: scale(1.2);
  transition: all 2s;
}
.car_kv img._into {
  transform: scale(1);
}
.car_kv_text {
  position: absolute;
  top: 1.6rem;
  left: 50%;
  color: #fff;
  text-align: center;
}
.car_kv_text {
  transform: scale3d(1, 0.1, 1) translate3d(0, 50%, 0) translateX(-50%);
}
.car_kv_text._into {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0) translateX(-50%);
}
.ckt_t1 {
  font-size: 0.26rem;
  font-weight: 800;
  letter-spacing: 3px;
}
.ckt_t2 {
  font-size: 0.5rem;
  font-weight: 300;
  margin-top: 0.08rem;
}

.ckt_t3 {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.85);
  text-align: left;
  position: relative;
  left: 68%;
  /* right: 0rem; */
  bottom: 1rem;
}

/* 视频弹窗 */
.video_pop_box {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 10001;
  top: 0;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  background-color: #000;
}
.video_pop_box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_close_pop {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100%;
}
.video_close_pop img {
  width: 0.2rem;
  height: 0.2rem;
}
.video_close_pop:hover {
  opacity: 1;
  transform: scale(1.2);
}
.video_pop_box.active {
  opacity: 1;
  pointer-events: auto;
}

.car_config {
  position: relative;
}
.car_config_bk {
  width: 100%;
}

.config_btn {
  position: absolute;
  top: 37%;
  left: 1rem;
  color: #fff;
}

.cc_text_1 {
  position: absolute;
  top: 20%;
  left: 1rem;
  color: #fff;
}
.cc_text_1 div:nth-of-type(1) {
  font-size: 0.55rem;
  font-weight: 800;
}
.cc_text_1 div:nth-of-type(2) {
  font-size: 0.41rem;
  line-height: 0.38rem;
  margin-top: 0.15rem;
  font-weight: 300;
}
.cc_text_2 {
  position: absolute;
  bottom: 1.5rem;
  left: 1rem;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 2rem);
}
.cct_min {
  width: 24.5%;
  color: #fff;
}
.cctm_t1 {
  font-size: 0.2rem;
  height: 0.27rem;
  opacity: 0.8;
  font-weight: 300;
}
.cctm_t2 {
  /* font-size: 0.5rem; */
  margin-top: 0.12rem;
  font-weight: 800;
  font-size: 0.48rem;
}
.cctm_t3 {
  width: 100%;
  height: 1px;
  border-top: 1px solid #fff;
  opacity: 0.8;
  padding-top: 0.22rem;
  margin-top: 0.12rem;
}

.car_wg_box {
  position: relative;
  height: 200vh;
  width: 100%;
}
.car_wg {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  background: #d7d7d7;
}
.car_wg_bk {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.car_wg_top {
  position: absolute;
  left: 1rem;
  top: 1.2rem;
  color: #000;
  opacity: 1;
  filter: blur(0rem);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transition-duration: 1s;
}
.cct_min1 {
  font-weight: 300;
  font-size: 0.3rem;
  color: #000000;
}
.cwt_t1 {
  font-size: 0.55rem;
  font-weight: bold;
}
.cwt_t2 {
  font-size: 0.41rem;
  font-weight: 300;
  margin-top: 0.2rem;
}
.car_wg_bottom {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  left: 1rem;
  bottom: 1.2rem;
  opacity: 1;
  filter: blur(0rem);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transition-duration: 1s;
}
.cwb_t1 {
  font-size: 0.24rem;
  color: #c49f8a;
}
.cwb_t2 {
  width: 100%;
  height: 1px;
  margin-top: 0.12rem;
  background-color: #c49f8a;
  opacity: 0.6;
}
.cwb_t3 {
  margin-top: 0.18rem;
  font-size: 0.24rem;
  color: #111111;
  opacity: 0.5;
}
.cwb_t4 {
  font-size: 0.16rem;
  color: #c49f8a;
}

.vt_3 {
  display: flex;
}
.vt_3_1_d {
  display: flex;
}
.vt_3_1 {
  margin-right: 0.2rem;
}

.flicker_btn_1 {
  top: 49%;
  right: 39%;
}
.flicker_btn_2 {
  top: 33%;
  right: 35%;
}
.flicker_btn_3 {
  top: 38%;
  right: 16.5%;
}
.flicker_btn_4 {
  top: 49%;
  right: 4%;
}
.flicker_btn_5 {
  /* 新车型第 5 个热点，大致在后轮附近，可按需微调 */
  top: 57%;
  right: 21%;
}

/* 外观弹窗 */
.car_wg_pop {
  position: absolute;
  top: 0;
  z-index: 10;
  height: 100vh;
  width: 50%;
  right: -55vw;
}
.wg_pop_close {
  position: absolute;
  left: -0.25rem;
  top: 60%;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  z-index: 5;
}
.wg_pop_close img {
  width: 0.15rem;
}
.wg_pop_img {
  position: relative;
  height: 60vh;
}
.wg_pop_img img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s;
}
.wg_pop_img img.active {
  opacity: 1;
}
.wg_pop_text {
  height: 40vh;
  background-color: #fff;
  padding: 0.8rem 0.8rem 0 0.8rem;
  position: relative;
}
.wpt_min {
  position: absolute;
  width: calc(100% - 1.6rem);
  left: 0.8rem;
  top: 0.8rem;
  opacity: 0;
  transition: all 1s;
}
.wpt_min.active {
  opacity: 1;
}
.wpt_min div:nth-of-type(1) {
  font-size: 0.3rem;
  font-weight: bold;
}
.wpt_min div:nth-of-type(2) {
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-top: 0.2rem;
}
/* 打开弹窗 */
.car_wg_main {
  transition: all 1s;
}
.car_wg_pop {
  transition: all 1s;
}
.car_wg.open .car_wg_top {
  opacity: 0;
  filter: blur(0.6rem);
  transform: scale3d(1, 0.1, 1) translate3d(0, 50%, 0);
  transform-origin: bottom left;
  transition-property: filter, opacity, transform;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.car_wg.open .car_wg_bottom {
  opacity: 0;
  filter: blur(0.6rem);
  transform: scale3d(1, 0.1, 1) translate3d(0, 50%, 0);
  transform-origin: bottom left;
  transition-property: filter, opacity, transform;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.car_wg.open .car_wg_main {
  transform: translateX(-40%);
}
.car_wg.open .car_wg_pop {
  right: 0;
}

.car_color_box {
  position: relative;
  width: 100%;
  height: 200vh;
}
.car_color {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.color_i_list {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  /* background-image: url("../img/car_model/mc-01/bg.jpg"); */
  /* background-repeat: no-repeat; */
  /* background-size: 100% 100%; */
}
.color_i_list img {
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s;
}
.color_i_list img.active {
  opacity: 1;
}
.color_tb {
  position: absolute;
  top: 1.2rem;
  left: 1.5rem;
}
.color_t1 {
  font-weight: bold;
  font-size: 0.55rem;
  color: #000000;
}
.color_t2 {
  font-size: 0.5rem;
  margin-top: 0.1rem;
  font-weight: 800;
}
.color_t2 span {
  display: none;
}
.color_t2 span.active {
  display: block;
}
.color_btn {
  display: flex;
  margin-top: 0.3rem;
}
.color_btn .btn_m {
  margin-left: 0.15rem;
}
/* 底部控制栏 - 左右布局，顶部对齐 */
.color_bottom_bar {
  position: absolute;
  bottom: 0.7rem;
  left: 1.5rem;
  right: 5.71rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* 版本切换按钮 - 开关样式 */
.color_version_switch {
  /* 不需要额外定位，由flex布局控制 */
}
.cvs_container {
  position: relative;
  width: 2.78rem;
  height: 0.47rem;
  background: #ffffff;
  border-radius: 0.35rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}
.cvs_slider {
  position: absolute;
  width: 1.36rem;
  height: 0.41rem;
  background: #eeeeee;
  border-radius: 0.35rem;
  transition: left 0.3s ease;
  left: 0.03rem;
  z-index: 1;
  will-change: left;
}
.cvs_container[data-version="light"] .cvs_slider {
  left: calc(100% - 1.36rem - 0.03rem);
}
.cvs_btn {
  position: relative;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #333;
  z-index: 2;
  transition: color 0.3s;
  min-width: 0;
}
.cvs_btn.active {
  color: #000;
  font-weight: 600;
}

/* 颜色选择器 - 右侧，顶部对齐 */
.color_change_color {
  display: flex;
  align-items: flex-start;
  gap: 0.3rem;
  justify-content: center;
}
.ccc_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  cursor: pointer;
}
.ccc_label {
  font-size: 0.18rem;
  color: #333;
  text-align: center;
  display: none;
}
.ccc_item.active .ccc_label {
  display: block;
}
.ccc_min {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  padding: 4px;
  border: 1px solid transparent;
}
.ccc_min div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.ccc_item.ccc_w .ccc_min div {
  /* 白色：上半部分渐变，下半部分纯色 */
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 30%, #EAEAEA 50%, #F3F3F3 50%, #F3F3F3 100%);
}
.ccc_item.ccc_r .ccc_min div {
  /* 红色：上半部分渐变，下半部分纯色 */
  background: linear-gradient(to bottom, #F44F4F 0%, #F44F4F 30%, #A80606 50%, #A80606 50%, #A80606 100%);
}
.ccc_item.ccc_b .ccc_min div {
  /* 黑色：上半部分渐变，下半部分纯色 */
  background: linear-gradient(to bottom, #A2A2A2 0%, #A2A2A2 30%, #303030 50%, #303030 50%, #303030 100%);
}
.ccc_item.ccc_w.active .ccc_min {
  border: 1px solid #fff;
}
.ccc_item.ccc_r.active .ccc_min {
  border: 1px solid #aa3645;
}
.ccc_item.ccc_b.active .ccc_min {
  border: 1px solid #000;
}

.unit_5 {
  position: relative;
  overflow: hidden;
}
.u5_text {
  background-color: #fff;
  padding: 1rem 0;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.u5t_t1 {
  color: #c39f8b;
  font-size: 0.2rem;
  font-weight: 800;
}
.u5t_t2 {
  font-size: 0.5rem;
  margin-top: 0.15rem;
  font-weight: 800;
}
.u5t_t3 {
  font-size: 0.2rem;
  line-height: 0.35rem;
  margin-top: 0.15rem;
  font-weight: 300;
}
.u5t_t3 span {
  opacity: 0.6;
}
.unit_5 img {
  width: 100%;
}

.img_list {
  position: relative;
  padding: 1rem 1.5rem;
}
.img_list_title {
  font-size: 0.5rem;
  font-weight: 800;
}
.i_list_box {
  opacity: 0;
  transform: translateY(1rem);
  transition: all 1s;
  margin-top: 0.6rem;
  position: relative;
}
.i_list_box._into {
  opacity: 1;
  transform: translateY(0rem);
}
.i_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.il_left {
  width: 49.3%;
}
.il_right {
  width: 49.4%;
}
.il_left div,
.il_right div {
  overflow: hidden;
  position: relative;
}
.il_left img,
.il_right img {
  width: 100%;
  transition: all 2s;
}
.il_left img:hover,
.il_right img:hover {
  transform: scale(1.04);
}
.ilr_line_1 {
  display: flex;
  justify-content: space-between;
}
.ilr_line_1 div {
  width: 48.6%;
}
.ilr_line_2 {
  margin-top: 3%;
}
.img_icon {
  display: flex;
  position: absolute;
  transition: all 0.3s;
}
.img_icon img {
  width: 0.5rem;
}
.img_icon_1 {
  rotate: 180deg;
  position: absolute;
  right: 0.36rem;
  bottom: 3.75rem;
  cursor: pointer;
  opacity: 0.3;
}
.img_icon_2 {
  position: absolute;
  left: 16.4rem;
  bottom: 3.75rem;
  cursor: pointer;
  opacity: 0.3;
}
.img_icon_1:hover,
.img_icon_2:hover {
  opacity: 1;
}
.i_list_page {
  position: relative;
  margin-top: 0.5rem;
  height: 2px !important;
}
.i_list_page.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.1);
}
.i_list_page.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #8d705a;
}

/* 图集弹窗 */
.img_list_pop {
  position: fixed;
  z-index: 1100;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100vw;
  height: 100vh;
  top: 0;
  opacity: 0;
  transform: translateY(1rem);
  transition: all 1s;
  pointer-events: none;
}
.img_list_pop.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.ilp_close {
  position: absolute;
  right: 8vw;
  top: 8vh;
}
.ilp_close img {
  width: 0.3rem;
  cursor: pointer;
}
.ilp_sw {
  width: 78vw;
  margin-left: 11vw;
  margin-top: 10vh;
}
.ilp_sw .swiper-slide img {
  /* width: 100%; */
  height: 72vh;
  object-fit: cover;
}
.ilp_sw .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ilp_page {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 2vh;
}
.ilpp_btn {
  width: 0.55rem;
  height: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  opacity: 0.5;
  transition: all 0.3s;
  cursor: pointer;
}
.ilpp_btn img {
  width: 0.2rem;
}
.ilpp_btn:hover {
  opacity: 1;
}
.ilpp_left img {
  transform: rotate(180deg);
}
.ilp_page_num {
  margin: 0 0.35rem;
  font-size: 0.2rem;
}

.car_wg_pop_mb {
  display: none;
}

.vt_3 {
  display: flex;
  position: relative;
  margin-top: 0.4rem;
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.4s;
}
.vt_3_1_d {
  display: flex;
  align-items: flex-end;
}
.vt_3_1 {
  margin-right: 0.75rem;
}
.vt_3_1:nth-of-type(1) {
  margin-right: 0.3rem;
}
.vt_3_1_d {
  margin-top: 0.2rem;
}
.vt_3_1_t {
  font-size: 0.2rem;
  color: #000;
}
.vt_3_1_d_num {
  font-size: 0.45rem;
  font-weight: 700;
  line-height: 0.4rem;
}
.vt_3_1_d_unit {
  font-size: 0.2rem;
  margin-left: 0.04rem;
  font-weight: 200;
  margin-bottom: -0.045rem;
}
@media (max-width: 768px) {
  .cc_text_1 div:nth-of-type(1) {
    font-weight: 800;
  }
  .cc_text_1 div:nth-of-type(2) {
    font-weight: 300;
  }

  .vt_3 {
    flex-wrap: wrap;
    margin-top: 0.15rem;
  }
  .vt_3_1 {
    margin-right: 0;
  }
  .vt_3_1:nth-of-type(1) {
    margin-right: 0;
  }
  .vt_3_1:nth-of-type(1),
  .vt_3_1:nth-of-type(3) {
    width: 60%;
  }
  .vt_3_1:nth-of-type(2),
  .vt_3_1:nth-of-type(4) {
    width: 40%;
  }
  .vt_3_1_t {
    font-size: 0.3rem;
  }
  .vt_3_1_d_num {
    font-size: 0.55rem;
    line-height: 0.55rem;
    margin-right: 0.1rem;
  }
  .vt_3_1_d_unit {
    font-size: 0.3rem;
  }
  .vt_3_1_d {
    margin-top: 0.1rem;
  }
  .vt_3_1:nth-of-type(3),
  .vt_3_1:nth-of-type(4) {
    margin-top: 0.15rem;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .car_kv_text {
    top: 2.5rem;
  }
  .ckt_t2 {
    font-size: 0.7rem;
  }
  .ckt_t3 {
    left: 11%;
  }

  .cc_text_1 {
    position: absolute;
    top: 1.5rem;
    left: 0.5rem;
    width: calc(100% - 1rem);
  }
  .cc_text_1 div:nth-of-type(2) {
    font-size: 0.28rem;
    line-height: 0.45rem;
    margin-top: 0.2rem;
  }
  .cc_text_2 {
    flex-wrap: wrap;
    left: 0.5rem;
    width: calc(100% - 1rem);
  }
  .cct_min {
    width: 45%;
  }
  .cct_min:nth-of-type(3),
  .cct_min:nth-of-type(4) {
    margin-top: 0.8rem;
  }
  .cctm_t1 {
    font-size: 0.28rem;
    opacity: 1;
  }
  .cctm_t2 {
    margin-top: 0.3rem;
    /* font-size: 0.42rem; */
    font-size: 0.33rem;
  }

  .config_btn {
    position: absolute;
    top: 4rem;
    left: 0.5rem;
  }

  .car_wg {
    overflow: hidden;
    width: 100vw;
  }
  .car_wg_top {
    left: 0.5rem;
    width: calc(100% - 1rem);
  }
  .cwt_t2 {
    font-size: 0.5rem;
  }
  .car_wg_bottom {
    left: 0.5rem;
    width: calc(100% - 1rem);
    bottom: 1rem;
  }
  .cwb_t1 {
    font-size: 0.28rem;
    white-space: nowrap;
  }
  .cwb_t2 {
    margin-top: 0.2rem;
  }
  .cwb_t3 {
    font-size: 0.26rem;
    margin-top: 0.3rem;
  }
  .cwb_t4 {
    font-size: 0.6rem;
    margin-top: 0;
  }
  .car_wg_pop {
    display: none;
  }
  .car_wg.open .car_wg_main {
    transform: translateX(0%);
  }
  .car_wg.open .car_wg_top,
  .car_wg.open .car_wg_bottom {
    opacity: 1;
    filter: blur(0rem);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transition-duration: 1s;
  }
  .car_wg_pop_mb {
    display: block;
    height: 100vh;
    width: 100%;
    top: 2rem;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .car_wg_pop_mb.active {
    opacity: 1;
    pointer-events: auto;
    top: 0;
  }
  .car_w_m_sw {
    width: calc(100% - 1rem);
    position: relative;
    transform: translateY(0.4rem);
  }
  .car_wg_pop_mb .swiper-slide img {
    width: 100%;
  }
  .car_mb_sw_text {
    height: 40vh;
    background-color: #fff;
    padding: 0.8rem;
  }
  .car_mb_sw_text div:nth-of-type(1) {
    font-size: 0.5rem;
    font-weight: 500;
  }
  .car_mb_sw_text div:nth-of-type(2) {
    font-size: 0.28rem;
    margin-top: 0.3rem;
    line-height: 0.44rem;
  }
  .car_w_m_sw_close {
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .car_w_m_sw_close img {
    width: 0.3rem;
  }
  .car_w_m_sw_page {
    margin-top: 0.8rem;
    transform: translateY(0.4rem);
  }
  .car_wg_pop_mb .swiper-pagination-bullet {
    width: 0.8rem !important;
    margin: 0 0.1rem;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0.8;
  }
  .car_wg_pop_mb .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
  }

  .color_tb {
    text-align: center;
    width: 100%;
    left: 0;
    top: 1.8rem;
  }
  .color_btn {
    justify-content: center;
    margin-top: 0.3rem;
  }
  .btn_w,
  .btn_m {
    width: 2.5rem;
  }
  .color_t1 {
    font-size: 0.49rem;
  }
  .color_t2 {
    font-size: 0.6rem;
    margin-top: 0.3rem;
  }
  .color_bottom_bar {
    left: 0;
    right: 0;
    bottom: 2rem;
    flex-direction: column;
    gap: 0.4rem;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .color_version_switch {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cvs_container {
    width: 4.63rem;
    height: 0.78rem;
  }
  .cvs_slider {
    width: 2.26rem;
    height: 0.68rem;
  }
  .cvs_container[data-version="light"] .cvs_slider {
    left: calc(100% - 2.26rem - 0.03rem);
  }
  .cvs_btn {
    font-size: 0.26rem;
  }
  .color_change_color {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.3rem;
    position: relative;
    left: auto;
    right: auto;
    transform: none;
    bottom: auto;
    width: 100%;
  }
  .ccc_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    justify-content: flex-start;
  }
  .ccc_label {
    font-size: 0.24rem;
    text-align: center;
    display: none;
  }
  .ccc_item.active .ccc_label {
    display: block;
  }
  .ccc_min {
    width: 0.65rem;
    height: 0.65rem;
  }

  .u5t_t1 {
    font-size: 0.28rem;
  }
  .u5t_t2 {
    font-size: 0.6rem;
  }
  .u5t_t3 {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .u5_text {
    width: 80%;
  }

  .img_list {
    padding: 1rem 0.5rem;
    overflow: hidden;
    width: 100vw;
  }
  .i_list {
    flex-direction: column;
  }
  .il_left,
  .il_right {
    width: 100%;
  }
  .il_right {
    margin-top: 3.5%;
  }
  .ilr_line_2 {
    margin-top: 3.5%;
  }
  .ilr_line_1 div {
    width: 48.2%;
  }

  .img_list_pop {
  }
  .ilp_sw .swiper-slide img {
    height: 53vh;
  }
  .ilp_close {
    position: absolute;
    top: auto;
    bottom: 7vh;
    right: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 10;
  }
  .ilp_close img {
    margin-right: 2vw;
    width: 0.5rem;
  }
  .ilp_sw {
    width: 100vw;
    margin-left: 0vw;
    margin-top: 18vh;
  }
  .ilpp_btn {
    width: 0.9rem;
    height: 0.9rem;
  }
  .ilp_page {
    margin-top: 12vh;
  }
  .ilp_page_num {
    font-size: 0.34rem;
  }
  .ilpp_btn img {
    width: 0.32rem;
  }

  .color_i_list {
    /* background-image: url("../img/car_model/mc-01/bg-mo.jpg"); */
  }
  .color_i_list img {
    width: 100%;
    top: 0;
    left: 0;
  }

  .flicker_btn_1 {
    top: 48%;
    right: 72%;
  }
  .flicker_btn_2 {
    top: 42%;
    right: 62%;
  }
  .flicker_btn_3 {
    top: 44%;
    right: 30.5%;
  }
  .flicker_btn_4 {
    top: 49%;
    right: 0%;
  }
  .flicker_btn_5 {
    /* 移动端第 5 个热点位置，同样可按效果微调 */
    top: 52%;
    right: 52%;
  }
}

.cdm_other {
  position: absolute;
  top: 2.2rem;
  left: 1rem;
}
.cdm_other span {
  display: inline-block;
  opacity: 0;
  filter: blur(0.6rem);
  transform: scale3d(1, 0.1, 1) translate3d(0, 50%, 0);
  transform-origin: bottom left;
  transition-property: filter, opacity, transform;
  transition-duration: 1.6s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cdm_other._into span {
  opacity: 1;
  filter: blur(0rem);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.cd_remarks span {
  display: inline-block;
  opacity: 0;
  filter: blur(0.6rem);
  transform: scale3d(1, 0.1, 1) translate3d(0, 50%, 0);
  transform-origin: bottom left;
  transition-property: filter, opacity, transform;
  transition-duration: 1.6s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cd_remarks._into span {
  opacity: 1;
  filter: blur(0rem);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.cdm_t1 {
  font-size: 0.24rem;
  font-weight: 300;
  color: #fff;
}
.cdm_t2 {
  font-size: 0.5rem;
  color: #fff;
  margin-top: 0.1rem;
}
.cdm_btn {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
  opacity: 0;
  transition: all 1s;
}
.cdm_other._into .cdm_btn {
  transition-delay: 0.8s;
  opacity: 1;
}
.car_detail .btn_m {
  margin-left: 0.2rem;
}
.cdm_t3 {
  color: #fff;
  margin-top: 0.22rem;
}
.cdm_t3 span {
  display: flex;
  align-items: center;
}
.ct3_min {
  white-space: nowrap;
}
.ct3m_t1,
.ct3_unit {
  font-size: 0.2rem;
  font-weight: 300;
}
.ct3_unit {
  margin-left: 0.1rem;
}
.ct3_num {
  font-size: 0.48rem;
  line-height: 0.48rem;
  font-weight: 800;
}
.ct3m_t2 {
  display: flex;
  align-items: flex-end;
  margin-top: 0.08rem;
}
.ct3_min_lin {
  margin: 0 0.4rem;
  width: 1px;
  height: 0.45rem;
  background-color: #fff;
  opacity: 0.4;
}
.cd_remarks {
  position: absolute;
  bottom: 0.8rem;
  left: 1rem;
  color: #fff;
  font-size: 0.15rem;
}

@media (max-width: 768px) {
  .cd_remarks {
    position: relative;
    bottom: auto;
    left: auto;
    font-size: 0.14rem;
    line-height: 0.24rem;
    white-space: nowrap;
    margin-top: 0.2rem;
    text-align: left;
  }
  .ct3_min_lin {
    margin: 0 0.3rem;
  }
  .ct3_num {
    font-size: 0.44rem;
    line-height: 0.4rem;
  }
  .ct3m_t1,
  .ct3_unit {
    font-size: 0.18rem;
  }

  .cdm_other {
    left: 0.6rem;
    width: calc(100% - 0.6rem);
    top: auto;
    bottom: 1.5rem;
  }
  .cdm_t1 {
    font-size: 0.32rem;
  }
  .cdm_t2 {
    font-size: 0.6rem;
    white-space: nowrap;
  }
  .cdm_t3 {
    font-size: 0.28rem;
    margin-top: 0.2rem;
  }
  .cdm_btn {
    justify-content: space-between;
    width: calc(100% - 0.6rem);
  }
  .car_detail .cdm_btn .btn_w,
  .car_detail .cdm_btn .btn_m {
    width: 49%;
  }
}
