@font-face {
  font-family: p-black;
  src: url(../fonts/Poppins-Black.otf);
}
@font-face {
  font-family: p-bold;
  src: url(../fonts/Poppins-Bold.otf);
}
@font-face {
  font-family: p-medium;
  src: url(../fonts/Poppins-Medium.otf);
}
@font-face {
  font-family: p-regular;
  src: url(../fonts/Poppins-Regular.otf);
}

@keyframes slideActive {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes bounce {
  0%, 100% {
    transform:translateX(-50%) translateY(0);
  }
  50% {
    transform:translateX(-50%) translateY(-10px);
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform:translateX(-50%) translateY(0);
  }
  50% {
    transform:translateX(-50%) translateY(-10px);
  }
}

@media (min-width: 900px) {
  .csh .mapContainer .map .pointCon a span:hover {
    animation: bounce 0.5s ease-in-out;
    -webkit-animation: bounce 0.5s ease-in-out;
  }
}
body {
  font-family: p-regular;
  width: 100vw;
  overflow-x: hidden;
}
.pc-pad{}
.mb-only{display: none;}
.playPauseBtn{ position: absolute; bottom: 0.34rem;padding: 0; right: 0.44rem; width: 0.64rem; height: 0.64rem;  border-radius: 50%;  display: flex; justify-content: center; align-items: center; border: none; background: none; z-index: 5;}
.playPauseBtn i{/*font-size: var(--custom-text-size3); color: #000; font-style:initial; line-height: 0.64rem;*/width: 100%; height: 100%;}
.playPauseBtn img{/*font-size: var(--custom-text-size3); background: transparent;*/width: 100%; height: 100%; object-fit: cover;}



.csh{ width: 100vw; overflow: hidden; font-family:"p-regular" ; }
.csh .moduleTitle{z-index: 10; position: absolute; top: 0; left: 0; font-size: 0.36rem; color: #66513a; font-family:p-medium;  line-height: 0.52rem; color: #fff; padding-top: 0.2rem; width: 100%; text-align: center;}

.csh .bigT{width: 100%; font-size:.42rem ; color: #fff; text-align: center; font-family:"p-bold"; line-height:0.9rem;  text-transform: uppercase; height:0.9rem;    position: absolute;
  z-index: 3; top:0.45rem; padding-top: 0.41rem;}

.csh .banner{ width: 100%; height: 100vh; position: relative;}
.csh .banner img{width: 100%; height: 100%; object-fit: cover;}
.csh .banner .title{position: absolute; top: 2.4rem; left: 50%; transform: translateX(-50%); font-size: 0.5rem; font-family: p-bold; color: #fff; font-weight: bold;}
.csh .banner .csh_logo{position: absolute; bottom:0.58rem; left: 50%; transform: translateX(-50%); width: 1.28rem;}
.csh .banner .csh_logo img{width: 100%;}

.video-thumbnail {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.video-thumbnail video {
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
  display: block;
}
.play-button {
  position: absolute;
  bottom: 0.26rem;
  right: 0.34rem;
  /* transform: translate(-50%, -50%); */
  width: 0.6rem;
  /* 100px */
  height: 0.6rem;
  /* 100px */
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;

  box-shadow: 0 0.08rem 0.25rem rgba(0, 0, 0, 0.2);
}

.play-icon {
  font-size: var(--custom-text-size3);
  /* 25px */
  color: #8B4513;
  /* margin-left: 0.08rem; */
  /* 8px */
}


.tab{ height: 3.3rem; width: 100%; }
.tab .csh_logo{width: 2.24rem; margin: 0 auto; padding-top: 0.78rem;}
.tab .csh_logo img{width: 100%;}
.tab ul{display: flex; justify-content: center; align-items: center;}
.tab ul li{ width: 4.42rem;border: #a4896c 1px solid; background-color: rgba(164, 137, 108,0); font-size: 0.18rem; color: #a4896c; height: 0.68rem; line-height: 0.68rem; text-align: center; border-radius: 0.04rem; margin: 0.7rem 0.1rem 0.14rem; transition: all 0.5s; cursor: pointer;}
.tab ul li.on,.tab ul li:hover{background-color: rgba(164, 137, 108,1);  color: #fff; transition: all 0.5s;}


.csh .superRange{ width:100vw; position: relative; margin-top: 0.5rem; background-color: #817369; padding: 1rem 0; background-size: cover; background-position: center; transition: background-image 0.5s ease-in-out;}
.csh .superRange .section-title{color: #fff; text-align: center; font-size: 0.5rem; font-weight: 800; margin-bottom: 0.2rem;}
.csh .superRange .section-subtitle{color: #fff; text-align: center; font-size: 0.24rem; line-height: 0.5rem;}

.csh .adas-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0.4rem;
  align-items: center;
  margin-top: 0.8rem;
  width: 96%;
  height: 6.26rem;
  overflow: hidden;
  /* margin: 0 auto; */
  margin-top: 2%;
}

.csh .adas-video {
  position: relative;
  width: 11.14rem;
  /* height: 100%; */
  height: 6.26rem;
}
.csh .adas-video .adas-cover{
  width: 100%;
  height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.csh .adas-video .adas-cover img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.csh .video-thumbnail {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.csh .video-thumbnail video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.csh .adas-feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  height: 6.26rem;
}

.csh .feature-item {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
   border-bottom: 1px solid #fff; 
  padding: 0.25rem 0;
  opacity: 0.5;
  transition: all 0.5s;
}

.csh .adas-feature .feature-item.on {
 opacity:1;
  transition: all 0.5s;
}

.csh .feature-title {
  font-size: 0.24rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.3;
}

.csh .feature-description {
  color: #fff;
  line-height: 0.28rem;
  font-size: 0.16rem;
}



.csh .mapContainer{width:100%; height:100vh; position: relative; margin: 0 auto; /*margin-bottom: 0.8rem;*/ }
.csh .mapContainer .map{width:100%;  height: 100%; position: relative;  background:#faf5f2; }
.csh .mapContainer .map .wordCon{width: 16.7rem; display: flex; justify-content: space-between; align-items: flex-start; }
.csh .mapContainer .map .wordCon>div{ width: 49%; color: #333333; margin-left: 5%;}
.csh .mapContainer .map .wordCon .l .logo{width: 5.29rem;  margin-top: 0.1rem;}
.csh .mapContainer .map .wordCon .l .logo img{width: 100%;}
.csh .mapContainer .map .wordCon .l .title{font-size: 0.46rem; line-height: 0.5rem; color: #66513a; margin-top: 0.1rem; font-family: "p-bold";}
.csh .mapContainer .map .wordCon .r{font-size: 0.16rem; line-height: 0.3rem;/* margin-top: 0.18rem;*/}
.csh .mapContainer .map-box{ position: absolute; left: 50%;top:50%; transform: translate(-50%,-50%);}
.csh .mapContainer .map .pointCon{background: url(../../images/technolody/map_bg.png) no-repeat left bottom; background-size: 100% auto; width: 16.7rem; height: 5.43rem; margin-top: 0.85rem; position: relative;}
.csh .mapContainer .map a{position: absolute; top: 4.6rem; left: 4.04rem; width: 0.3rem; height: 0.3rem; display: block; cursor: pointer;}
 .csh .mapContainer .map a::after{ position: absolute; width: 0.12rem; height: 0.12rem; background-color: #c98356; content: ''; display: block; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; display: none;}
/* 定义循环放大动画 */
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.csh .mapContainer .map a::before{ 
  position: absolute; 
  width: 0.28rem; 
  height: 0.28rem; 
  border:#c98356 1px solid ; 
  content: ''; 
  display: block; 
  border-radius: 50%; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%,-50%); 
  z-index: 2;
  animation: pulse 2s infinite;
  display: none;
}
.csh .mapContainer .map a{ /*top: 7.42rem;  left: 9rem;*/ top:var(--y); left:var(--x);}
.csh .mapContainer .map a span{z-index: 2; position: absolute; left: 54%; transform: translateX(-50%); bottom: 0; width:2rem; width: 2.15rem; height: 1.82rem; font-family: 'p-bold'; font-size: 0.2rem; color: #66513a; display: block; background: url(../../images/technolody/map_box.png) no-repeat left top; background-size: 100% auto;}
.csh .mapContainer .map a span p{width: 96%; text-align: center; line-height: 0.3rem; margin-top: 0.06rem;}
.csh .mapContainer .map a span img{ width: 1.88rem; margin-left: 0.12rem;}

/* .csh .mapContainer .map a:nth-child(1){ top: 4.6rem; left: 4.04rem;}
.csh .mapContainer .map a:nth-child(2){ top: 6.62rem; left: 4.66rem;}
.csh .mapContainer .map a:nth-child(3){ top: 5.4rem; left: 7.32rem;}
.csh .mapContainer .map a:nth-child(4){ top: 6.32rem; left: 8.94rem;}
.csh .mapContainer .map a:nth-child(5){ top: 3.84rem; left: 11.46rem;}
.csh .mapContainer .map a:nth-child(6){ top: 5.18rem; left: 13.36rem;}
.csh .mapContainer .map a:nth-child(7){ top: 4.72rem; left: 15.8rem;}
.csh .mapContainer .map a:nth-child(8){ top: 7.46rem; left: 16.24rem;} */
/* .csh .mapContainer .map a.on::after,.csh .mapContainer .map a:hover::after{ background-color: #c98356;}
.csh .mapContainer .map a.on::before,.csh .mapContainer .map a:hover::before{ border-color: #c98356;} */

/* .csh .mapContainer .map a .pop{z-index: 0; position: absolute;  width: 3.14rem; height: 3.4rem; display: block; border-radius: 0.04rem; overflow: hidden; transform: scale(0); transform-origin: 100% 0%; transition: all 0.5s;}
.csh .mapContainer .map a .pop img{ width: 100%; height: 100%; object-fit: cover;}
.csh .mapContainer .map a .pop .t{font-size:0.36rem; color: #fff; position: absolute; top:0.16rem; left: 0.18rem ;}
.csh .mapContainer .map a .pop .suT{font-size:0.18rem; color: #fff; position: absolute; bottom:0.22rem; left: 0.24rem ;} */
/* 
.csh .mapContainer .map a:nth-child(1) .pop{top: 0; right: 0.4rem;}
.csh .mapContainer .map a:nth-child(2) .pop{top: -1.5rem; right: 0.4rem; transform-origin:100% 50%;}
.csh .mapContainer .map a:nth-child(3) .pop{top: 0; right: 0.4rem;}
.csh .mapContainer .map a:nth-child(4) .pop{top: -1.5rem; left: 0.4rem; transform-origin:0% 50%;}
.csh .mapContainer .map a:nth-child(5) .pop{top: 0; left:0.4rem; transform-origin: 0% 0%;}
.csh .mapContainer .map a:nth-child(6) .pop{top: 0; right:0.4rem;}
.csh .mapContainer .map a:nth-child(7) .pop{top: 0; right:0.4rem;}
.csh .mapContainer .map a:nth-child(8) .pop{top: -2rem; right:0.4rem;transform-origin: 100% 60%;} 
.csh .mapContainer .map a.on .pop,.csh .mapContainer .map a:hover .pop{transform: scale(1);  transition: all 0.5s; z-index: 3;}*/
.csh .mapContainer .piclist {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.csh .mapContainer .piclist .con {
  width: 100vw;
  height: 100vh;
  background-color: #faf5f2;
  box-shadow: 0 0 20px rgba(73, 53, 36, 0.35);
  display: flex;
  justify-content: center;
  border-radius: 0.06rem;
  align-content: center;
}
.csh .mapContainer .piclist .content-box {
 flex: 1;
 width: calc(100% - 1.27rem);
 display: flex;
 flex-wrap: wrap;
}

.csh .mapContainer .piclist .con .pic {
  /* width: 9.92rem; */
  width: 9.7rem;
  height: 6.1rem;
  overflow: hidden;
  border-radius: 0.04rem;
  margin-left: 0.5rem;
}

.csh .mapContainer .piclist .con .pic .swiper {
  width: 100%;
  height: 100%;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: var(--custom-text-size3);
}

.csh .mapContainer .piclist .con .pic .swiper .swiper-slide {
  width: 100%;
  height:5.53rem;
}

.csh .mapContainer .piclist .con .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.csh .mapContainer .piclist .con .pic video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.csh .mapContainer .piclist .con .wordCon {
  width: calc(100% - 10.76rem);
  /* padding-left: 0.42rem; */ padding-left: 0.3rem;
  position: relative;
}
.csh .mapContainer .piclist .con .wordCon b{font-weight: bolder; color: #66513a; font-size: 0.17rem;}

.csh .mapContainer .piclist .con .title {
  font-size: 0.36rem;
  line-height: 1.2;
  color: #66513a;
  font-family: "p-bold";
  padding-top: 0.87rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-left: 0.5rem;
  gap: .17rem;
}
.csh .mapContainer .piclist .con .title p {
  font-size: 0.24rem;
  line-height: 1;
  font-family: "p-regular";
  width: 100%;
}
.csh .mapContainer .piclist .con .title span{
  word-break: break-all;
}

.csh .mapContainer .piclist .con .wordCon .message {
  font-size: 0.16rem;
  line-height: 0.35rem;
  color: #333333;
  height: 6.1rem;
  overflow: auto;
  text-align: justify;
  padding: 0 0.2rem;
}
.csh .mapContainer .piclist .con .wordCon .p0{
  text-align: center;
  color: #333;
  background-color: #d3c3b1;
  font-size: 0.18rem;
  line-height: 0.60rem;
  margin-bottom: 0.2rem;
}
.csh .mapContainer .piclist .con .wordCon .p1 p{margin-bottom: .54rem;}
.csh .mapContainer .map-box{width: 90%; }
.csh .mapContainer .piclist .con  .close {
  display: flex;
  width: 0.96rem;
  height: 100%;
  background-color: #66554b;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.csh .mapContainer .piclist .con  .close img{width: 0.48rem; height: auto; object-fit: cover; margin-right: 0.15rem;}

.csh .mapContainer .button-group {
  position: absolute;
    right: 0.1rem;
    bottom: 0rem;
    width: 0.9rem;
    height: 0.42rem;
}
.csh .mapContainer .button-group .swiper-button-next{
    width: 0.42rem;
    height: 0.42rem;
    background-color: #beb9b6;
    border-radius: 50%;
    right: var(--swiper-navigation-sides-offset, 0);
    top: 0;
}

.csh .mapContainer .button-group .swiper-button-prev {
    width: 0.42rem;
    height: 0.42rem;
    background-color: #beb9b6;
    border-radius: 50%;
    left: var(--swiper-navigation-sides-offset, 0);
    top: 0;
}
/* .csh .playPauseBtn {
  position: absolute;
  bottom: 0.24rem;
  right: 0.24rem;
  width: 0.64rem;
  height: 0.64rem;
  padding: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  z-index: 9;
}

.csh .playPauseBtn i {
  font-size: var(--custom-text-size3);
  color: #000;
  font-style: initial;
  line-height: 0.64rem;
  width: 100%;
  height: 100%;
 
}

.csh .playPauseBtn i img{
  width: 100%;
  height: 100%;
  object-fit: cover;
} */


/* .csh .playPauseBtn .pause-icon {
  font-size: var(--custom-text-size3);
  background: transparent;
} */

.csh .pictureAlbumBox{
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.csh .pictureAlbumBox .powerList{
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.csh .pictureAlbumBox .powerItem{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  height: 100%;
  width: 100vw;
  overflow: hidden;
}

.csh .pictureAlbumBox .powerItemContent{position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex;  align-items: center; z-index: 2;}
.csh .pictureAlbumBox .powerItem:nth-child(2) .powerItemContent{    justify-content: flex-end;
  text-align: right; right: 0; left: auto;
}
.csh .pictureAlbumBox .powerItemContent dl{
  margin:auto 2.34rem;
}
.csh .pictureAlbumBox .powerItemContent dl dt{
  font-size: 0.36rem; color: #fff;font-family: p-bold; line-height: 0.48rem;
}
.csh .pictureAlbumBox .powerItemContent dl dd{
    font-size: 0.22rem; color: #fff;font-family: p-regular;padding: 0.1rem 0;
    vertical-align: text-bottom; 
  }
.csh .pictureAlbumBox .powerItemContent dl dd .n_span{
    font-size: 0.7rem; color: #ffd086;
}
.csh .pictureAlbumBox .powerItemContent dl dd span{
    display: inline-block;
}
.csh .pictureAlbumBox .power0 dl dd:nth-child(2) .n_span{
  width: 1.6rem;
}
.csh .pictureAlbumBox .power0 dl dd:nth-child(3) .n_span{
  width:2.5rem;
}
.csh .pictureAlbumBox .power0 dl dd:nth-child(4) .n_span{
  width: 2.8rem;
}
.csh .pictureAlbumBox .power1 dl dd:nth-child(2) .n_span{
  width: 2.32rem;
}
.csh .pictureAlbumBox .power1 dl dd:nth-child(3) .n_span{
  width:1.86rem;
}
.csh .pictureAlbumBox .power1 dl dd:nth-child(4) .n_span{
  width: 1.66rem;
}
.csh .pictureAlbumBox .power2 dl dd:nth-child(2) .n_span{
  width: 2.32rem;
}
.csh .pictureAlbumBox .power2 dl dd:nth-child(3) .n_span{
  width:1.86rem;
}
.csh .pictureAlbumBox .powerItemPic{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.csh .pictureAlbumBox .powerItemPic img{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}



.csh .MobileEnergyHub{width: 100%; height: calc( 100vh - 0.6rem); margin: 0 auto;position: relative;}
.csh .MobileEnergyHub img{width: 100%;}
.csh .MobileEnergyHub_text{    position: absolute;  bottom: 0.5rem; left: 0; width: 100%; display: flex;  justify-content: center; align-items: center; min-height: 1rem; font-size: 0.2rem; color: #fff;}
.csh .MobileEnergyHub ul,.csh .MobileEnergyHub ul li{width: 100%; height: 100%;}
.csh .hybrid{ height: 100%; width: 100%;  position: relative ; background:  url(../../images/technolody/lineConbg.jpg)  no-repeat; background-size:cover;}
.csh .hybrid .hybrid_title{ font-size: 0.46rem; color: #66513a;font-family: p-bold;  /*font-weight: bold;*/ text-align: center; line-height: 0.52rem; padding-top: 1.85rem; overflow-y: hidden;}
.csh .hybrid .hybrid_title span{display: inline-block;}
.csh .hybrid .hybrid_subTitle{font-size: 0.2rem; color: #fff; text-align: center; line-height: 0.3rem; /*margin-top: 0.1rem;*/ overflow-y: hidden; position: absolute; bottom: 0.8rem; left: 50%; transform: translateX(-50%); width: 100%;}
.csh .hybrid .hybrid_subTitle span{display: inline-block;}
.csh .hybrid .engineSwiper{ height: 79%; width: 95%; margin: 0 auto;  margin-top: 0.2rem; display: flex; align-items: center;}
.csh .hybrid .engineSwiper .swiper-wrapper{align-items: baseline;}
.csh .hybrid .scrollPro{position: relative;  padding-top: 1.08rem;}
.csh .hybrid .animation-wrap { display: flex; position: relative; z-index: 1; /*margin-top: 1.08rem;*/}
.csh .hybrid .animation-wrap.to-right { counter-reset: item; float: left; }
.csh .hybrid .swiper-slide{height: 6rem;}
.csh .hybrid .item { height:5.44rem; position: relative;}
.csh .hybrid .item .engine-box { position: relative;}
.csh .hybrid .item .engine{ width: 100%; /*height: calc(100vh - 5.9rem);*/padding:0 0 0.24rem;}
.csh .hybrid .item .engine img{transform: scale(1);   transition: all 0.5s;}
.csh .hybrid .item .engine:hover img{transform: scale(1.1);  transition: all 0.5s;}
.csh .hybrid .item img{ width: 90%;  display: block; margin: 0 auto;}
.csh .hybrid .item .years{font-size: 0.2rem; color: #fff;  font-family: p-bold;  font-weight: bold;  width: 100%; text-align: center; line-height: 1; padding: 0.16rem 0; background: url(../../images/technolody/lineConbg_line.png) repeat-x left center; background-size: 0.1rem 0.08rem;}
.csh .hybrid .item .t{color: #66513a; font-family: p-bold;  font-weight: bold; font-size:0.5rem; width: 100%; text-align: center;  line-height: 1;}
.csh .hybrid .item .con{font-size: 0.18rem; line-height: 1.3; color: #333333; text-align: center; /*padding: 0.1rem 0.22rem; position: relative;*/ min-height: 0.4rem; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
/* .csh .hybrid .item .con::before{content: ''; display: block; background-color: #fff; width: 0.24rem;height: 0.24rem; border: 0.1rem solid #a27057; border-radius: 100%; margin:0 auto;margin-top: 0.48rem; margin-bottom: 0.3rem; z-index: 2; position: relative;}
.csh .hybrid .item .con::after{content: ''; display: block; height: .03rem; width: 100%; background-color: #a27057; position: absolute; top: 0.2rem; left: 0; z-index: 1;} */
.csh .hybrid .gramophone{ position: absolute; top: 2.4rem; left: 2.5rem; height: .42rem; background: url(../../images/technolody/gramophone_bg.png) repeat-x left top; background-size: auto 0.42rem; width: 14.2rem;  }
.csh .hybrid .gramophone img{height: 100%; position: absolute; top: 0; left: 0; margin-left: -0.05rem;}

.csh .unifyCon li>.con{position: absolute; bottom:0.5rem; left: 0; width: 100%; display: flex; justify-content: center; align-items: center; min-height: 1rem;}
.csh .unifyCon li>.con p{font-size:0.2rem; line-height:1.4; color: #fff; text-align: center; width: 100%;}
.csh .unifyCon .btnLink{  text-transform: uppercase; width:14rem;   display: flex; justify-content: space-between; margin: 0 auto; font-size: 0.2rem;  margin-top: 0.1rem; position: absolute; bottom: 1.46rem; z-index: 3;left: 50%; transform: translateX(-50%); border-bottom: 1px solid #fff;}
.csh .unifyCon .btnLink div{ flex: 1; text-align: center;  cursor: pointer;}
.csh .unifyCon .btnLink a{line-height: 0.4rem; display: block; flex: 1; padding-top: 0.2rem; color: #fff;  transition: all 0.5s; } 
.csh .unifyCon .btnLink div.on a{  color: #a27055;  font-weight: bold; transition: all 0.5s; position: relative;}
.csh .unifyCon .btnLink div.on::after{ content: ''; display: block; width: 100%; height: 0.03rem; background-color: #a27055; position: absolute; bottom: -0.01rem; left: 0;}


.csh .introductionCon{width: 100%; position: relative; height: calc( 100vh - 0.6rem);}
.csh .introduction{width: 100%; height: 100%; overflow: hidden; position: relative; --swiper-navigation-color: #fff; --swiper-navigation-size:0.2rem;}
.csh .introduction .moduleTitle{color: #fff; }
.csh .introduction .introductionSwiper{height: 100%; --swiper-navigation-sides-offset:0.7rem; }
.csh .introduction .introductionSwiper ul{width: 100%; height: 100%; position: relative;}
.csh .introduction .introductionSwiper ul li{width: 100%; height: 100%; position: absolute; top: 0; left: 0; visibility: hidden; opacity: 0;}
.csh .introduction .introductionSwiper ul li img{ width: 100%; height: 100%; object-fit: cover;}
.csh .introduction .introductionSwiper ul li .bg{width: 100%; height: 100%; object-fit: cover;}
.csh .introduction .introductionSwiper ul li .word{position: absolute; bottom:0.76rem ; left: 0; height: 0.8rem; color: #fff; font-size: 0.16rem; line-height: 0.8rem; width: 100%; text-align: center; }
.csh .introduction .introductionSwiper ul li .word .title{font-family:p-bold; font-size: 0.4rem; color: #a27054;line-height: 0.5rem; margin-bottom: 0.1rem;}
.csh .introduction .introductionSwiper ul li .word .con{ font-size: 0.18rem; /*line-height: 0.3rem;*/}
.csh .introduction .swiper-button-next, .csh .introduction .swiper-button-prev{width: 0.65rem; height: 0.65rem; background-color:  rgba(144, 135, 130,0.8); border-radius: 0.08rem;}
.csh .swiper-pagination-bullet{width: 0.48rem; height: 0.03rem; background-color: rgba(255, 255, 255,1); border-radius:0; opacity: 0.5;}
.csh .swiper-pagination-bullet-active{opacity: 1;}
.csh .swiper-pagination{ top: 6.22rem; left: 1.2rem; bottom:initial; text-align: left;}

.csh .introduction .introductionSwiper ul li.on{visibility: visible; opacity:1;}
.csh .introduction .introduceCon_text{font-size: 0.2rem; text-align: center; margin-top: 0.3rem; position: absolute; bottom: 0.5rem; left: 0; width: 100%;color: #fff; z-index: 3; min-height: 1rem; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.csh .introduction .introduceCon_text li{display: none;}
.csh .introduction .introduceCon_text li.on{display: block;}
.csh .introduction .btnLink{width: 61%; bottom: 1.45rem;}

/* .csh .introduction .roundCon{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 494px; height: 494px; z-index: 555; }
.csh .introduction .roundCon .bg{width: 494px; height: 494px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.csh .introduction  #progress {fill: none; stroke: #9d6b4f;stroke-width: 1; stroke-linecap: round;}  
.csh .introduction  #customAnim0{ position: absolute; top:120px; right: 50px; z-index: 10;}
.csh .introduction  #customAnim2{position: absolute; top: 120px; left: 50px; z-index: 10;}
.csh .introduction  #customAnim1{position: absolute; bottom:20px; left:50%; transform: translateX(-50%); z-index: 10;}
.csh .introduction .roundBtn{background: none; border: none; color: #fff; font-size: 16px;}
.csh .introduction .roundBtn.on{font-weight: bold;}
.csh .introduction .roundCenter{position: absolute; top: 50%; left:50%; transform: translate(-50%,-50%); width: 170px; height: 170px; border-radius: 50%; overflow: hidden; text-align: center;}
.csh .introduction .roundCenter img{width: 100%; height: 100%; object-fit: cover;}
.csh .introduction .org,.csh .introduction .wL,.csh .introduction .wG{ position: absolute; top: 50%; left:50%; transform: translate(-50%,-50%); }
.csh .introduction #wr{fill: none; stroke-width: 2; stroke-dasharray: 90, 837; stroke-dashoffset: -8; stroke: rgb(255, 255, 255);    stroke: rgb(255, 255, 255); translate: none;  rotate: -100deg;  scale: none;  transform-origin: 50% 50%;  opacity: 1;}
.csh .introduction #wGr{fill: none; stroke-width: 2; stroke-dasharray: 100, 837; stroke-dashoffset: -8; stroke: rgb(255, 255, 255);    stroke: rgb(255, 255, 255); translate: none;  rotate: -100deg;  scale: none;  transform-origin: 50% 50%;  opacity: 1;}
.csh .introduction .arrowCon{position: absolute; top: 50%; left:50%; transform: translate(-50%,-50%); height: 340px; width: 268px;}

.csh .introduction .arrowCon li:first-child{position: absolute; top: 90px; right:0 ;}
.csh .introduction .arrowCon li:nth-child(3){position: absolute; top: 90px; left:0 ;}
.csh .introduction .arrowCon li:nth-child(2){position: absolute; bottom:10px; left: 50%; transform: translateX(-50%);}
.csh .introduction .arrowCon li .square{display: block;width: 6px; height: 6px; background-color: #fff;  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.csh .introduction .arrowCon li .arrow {display: none; width: 0; height: 0;  border-left: 6px solid transparent;  border-right: 6px solid transparent;  border-bottom: 12px solid #fff; position: absolute; top: -6px; left: -6px; rotate: 180deg;}
.csh .introduction .arrowCon li:nth-child(3) .arrow{ rotate: 300deg;}
.csh .introduction .arrowCon li:nth-child(1) .arrow{ rotate: 60deg;}
.csh .introduction .arrowCon li.on .square{display: none;}
.csh .introduction .arrowCon li.on .arrow{display: block;}
 */

 .lineUp{ width: 100%; /*height: 6.44rem;*/ position: relative; background-color: #f0ece6;}
 .lineUp .moduleTitle{ color: #a27055;}
 .lineUp .carList{ /*width: 17.84rem;*/ width: 12rem; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; padding-top: 1.84rem;}
.lineUp .carList a{/*width: 3.01rem;*/ width: 3.5rem; height: 1.66rem; display: block; margin-bottom: 0.42rem;}
.lineUp .carList a .p{display: block; width: 100%; height: 0.97rem;}
.lineUp .carList a .p img{width: 100%; }
.lineUp .carList a .w{ height: 0.8rem; font-size: 0.16rem; color: #333333; width: 100%; display: flex; justify-content: center; align-items: center;}


@media (max-width: 1000px) {
   .pc-pad {
    display: none;
  }
  .mb-only {
    display: block;
  }
  
  /* 超级续航部分手机版样式 */
  .csh .superRange {
    height: auto;
    padding: 2rem 0 1rem;
  }
  
  .csh .adas-content {
    grid-template-columns: 1fr;
    gap: 0.3rem;
    width: 90%;
    height: auto;
    margin-top: 5%;
    margin: 0 auto;
  }
  
  .csh .adas-video {
    width: 100%;
    height: 3.8rem;
  }
  
  .csh .feature-item {
    padding: 0.2rem;
  }
  
  .csh .feature-title {
    line-height: 1.6;
    font-size: 0.32rem;
  }
  
  .csh .feature-description {
    line-height: 1.2;
    padding-right: 0.2rem;
    font-size: 0.24rem;
  }
  
  /* 播放/暂停按钮调整 */
  .csh .playPauseBtn {
    width: 0.5rem;
    height: 0.5rem;
    bottom: 0.25rem;
    right: 0.25rem;
  }
  
  .csh .playPauseBtn i {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .csh .bigT{font-size: 0.5rem; line-height: 0.75rem;  margin:0 auto 0.4rem auto; /*width: calc( 100% - 0.8rem);*/  padding: 0; text-align: center; height: auto; top: 1.24rem;}
  .tab ul{ width: 95%; margin: 0 auto;}
  .tab ul li{ font-size: 0.26rem;  margin: 0.86rem 0.04rem;}
  .csh .moduleTitle{ font-size: 0.55rem; padding-top: 0.6rem; }
  .csh .superRange{ margin-top: 1.35rem; height: auto;}
  .csh .superRange .animation-wrap{ width:100%; height: 100%; }
  .csh .superRange .animation-wrap li>img{width: 100%; height: 100%; object-fit: cover;}
  .csh .unifyCon .btnLink{ width: 86%;  display: block; margin: 0 auto; font-size: 0.3rem; margin-top: 0.55rem; border: none;}
  .csh .unifyCon .btnLink div{ text-align: left; margin: 0 0 0.1rem 0;}
  .csh .unifyCon .btnLink a{ line-height: 0.68rem;}
  .csh .hybrid .hybrid_title{ padding-top:2.8rem; font-size: 0.42rem; line-height: 0.5rem;}
  .csh .hybrid .engineSwiper .swiper-wrapper{align-items: flex-start;}
  .csh .hybrid .hybrid_subTitle{ /*margin-top: 0.3rem;*/ font-size: 0.2rem; line-height: 0.4rem; width: 86%; margin: 0.1rem auto 0; bottom: 0.5rem;}
  .csh .hybrid .hybrid_subTitle br{ display: none;}
  .csh .hybrid .engineSwiper{ margin-top: 0.4rem; height:10rem; width: 100%;}
  /* .csh .hybrid .item{ height: 100%;} */
  .csh .hybrid .item .t{}
  .csh .hybrid .swiper-slide{width: 4.46rem;}
  .csh .hybrid .item .years{font-size: 0.26rem;}
  .csh .hybrid .item .engine{ width:100%; height: 3.4rem; margin: 0 auto;}
.csh .hybrid .swiper-slide-active .item .engine img{transform: scale(1.2);}
  .csh .hybrid .item .con{font-size: 0.26rem; margin-top: 0.1rem;}
  .csh .hybrid .swiper-pagination{ top:7.3rem; text-align: center; left: 0;}
  
  .csh .mapContainer{width:100%; height:14.48rem ;}
  .csh .mapContainer .map .wordCon{flex-wrap: wrap; width: 86%; transform: none; margin: 0 auto;}
  .csh .mapContainer .map .wordCon>div{width: 100%; }
  .csh .mapContainer .map .wordCon .l .logo{width: 5.96rem; height: auto;}
  .csh .mapContainer .map .wordCon .l .title{font-size: 0.52rem; line-height: 0.62rem; margin-top: 0.24rem;}
  .csh .mapContainer .map .wordCon .r{font-size: 0.3rem; line-height: 0.5rem; margin-top: 0.6rem;}
  .csh .mapContainer .map{background-position-y: bottom;}
  .csh .mapContainer .map .pointCon{ top: 1rem; height:4rem; background-position-y:top ; width: 100%;}
  .csh .mapContainer .map a{top:var(--ym); left:var(--xm);}
  /* 弹窗样式调整 */
  .csh .mapContainer .piclist .content-box{width: 100%;}
  .csh .mapContainer .piclist {width: 100%; left: 0; top: 0; transform: none;}
  .csh .mapContainer .piclist .con {
    width: 90%;
    height: auto;
    padding: 0.3rem;
    flex-wrap: wrap;
    align-items: center;
    display: block;
}

.csh .mapContainer .piclist .con .wordCon {
    width: 100%;
    margin-left: 0;
    margin-top: 0.4rem;
    height: auto;
    padding-left: 0;
}

.csh .mapContainer .piclist .con .title {
    /* font-size: var(--custom-text-size1); */
    padding-top: 0.2rem;
    width: 100%;
    line-height: 1.2;
    padding-left: 0;
}
.csh .mapContainer .piclist .con .wordCon .p0{
  font-size: 0.2rem;
}
.csh .mapContainer .piclist .con .title p{
  line-height: 1.2;
}
.csh .mapContainer .piclist .con .wordCon .message {
    margin-top: 0;
    padding: 0;
    font-size: 0.2rem;
    height: 35vh;
    /* font-size: var(--custom-text-size5); */
    /* line-height: 0.28rem;
    margin-top: 0.15rem; */
}

.csh .mapContainer .piclist .con .wordCon .message p {
    line-height: 1.4;
}
.csh .mapContainer .piclist .con .wordCon b{
  font-size: 0.2rem;
}
.csh .mapContainer .piclist .con .wordCon a {
    bottom: 0;
    width: 50%;
    height: 0.68rem;
    position: initial;
    margin-top: 0.4rem;
    /* font-size: var(--custom-text-size4); */
}
.csh .mapContainer .piclist .con .close{
  width: 100%;
  background-color:rgba(164, 137, 108,0);
  height: 0.8rem;
}
/* .csh .mapContainer .piclist .con .close img{
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.csh .mapContainer .piclist .con .pic {
    width: 100%;
    height: 4.2rem;
    padding-top: 0.2rem;
    margin-left: 0;
}

.csh .mapContainer .piclist .con .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.csh .mapContainer .piclist .con .pic .swiper .swiper-slide {
    height: 3.5rem;
}
.csh .mapContainer .map a span{display: none;}
.csh .mapContainer .map a::after,.csh .mapContainer .map a::before{ display: block;}
/* 播放/暂停按钮调整 */
.csh .playPauseBtn {
  width: 0.5rem;
  height: 0.5rem;
  bottom: 0.25rem;
  right: 0.25rem;
}

.csh .playPauseBtn i {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  .csh .pictureAlbumBox{margin-top: 0;}
  .csh .pictureAlbumBox .bigT{padding-left: 0; width: 100%; margin: 0.2rem auto;}
  .csh .pictureAlbumBox .powerItemContent dl{margin:0 0.49rem;}
  .csh .pictureAlbumBox .powerList{
    width: 100%;
    height: 100%;
  }
  .csh .pictureAlbumBox .powerItem{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    overflow: hidden;
  }
  .csh .pictureAlbumBox .powerItemPic{
    height: 100vh;
  }
  .csh .pictureAlbumBox .powerItemContent{align-items: flex-start; height: auto; top:2.52rem; }
  .csh .pictureAlbumBox .powerItemContent ul li .t{font-size: 0.24rem;}
  .csh .pictureAlbumBox .powerItemContent{width: 100%;}
  .csh .pictureAlbumBox .pic_0{margin-top: 0.5rem;}
  .csh .pictureAlbumBox .pic_1{margin-top: 0.5rem;}
  .csh .pictureAlbumBox .pic_2{margin-top: 0.5rem;}
  .csh .pictureAlbumBox .powerItemContent .btext{margin-top:0.6rem}
  .csh .pictureAlbumBox .powerItemContent ul li .n{font-size: 0.4rem;}
  .csh .pictureAlbumBox .powerItem.align_right{flex-direction: column;}
  .csh .pictureAlbumBox .icon{width: .33rem;}
 

  .csh .MobileEnergyHub{width: 100%;height: 14.48rem;background-color: #000;}
  .csh .MobileEnergyHub ul{height:100%;}
  .csh .MobileEnergyHub li{height: 100%;display: flex;}
  .csh .MobileEnergyHub .video-thumbnail{height: 100%;}
  .csh .MobileEnergyHub_text{font-size: 0.3rem; width: 80%; left: 50%; transform: translateX(-50%); line-height: 1.6; bottom:1.54rem}
  .csh .MobileEnergyHub_text br{ display: none;}
  .csh .introduction{margin-bottom:0; height: 14.4rem; transform: scale(1); margin-top: 0; background-color: #41332c;}
  .csh .introduction .introductionSwiper {--swiper-navigation-sides-offset:0.3rem; width: 100%; height:100%;}
  .csh .introduction .introductionSwiper ul{height:100%;}
  /* .csh .introduction .introductionSwiper ul li .bg{ height: auto; } */
  .csh .introduction .introductionSwiper ul li .word{left: 50%; transform: translateX(-50%); line-height:initial;  bottom: 0.2rem; color: #fff; display: flex; align-items:center; text-align: left; width: 90%; }
  .csh .introduction .introductionSwiper ul li .word .con{font-size: 0.3rem;}
  .csh .introduction .swiper-pagination{top: inherit; bottom:4.5rem ; width: 90%; left: 50%; transform: translateX(-50%);}
  .csh .introduction .swiper-slide .word{ width: 90%; left: 50%; transform: translateX(-50%); top: initial; bottom: 1rem;}
  .csh .introduction .swiper-slide .word .title{font-size: 0.46rem; margin-bottom:0.2rem;}
  .csh .introduction .swiper-slide .word .con{font-size: 0.3rem; line-height: 0.5rem;}
  /* .csh .introduction .swiper-button-next, .csh .introduction .swiper-button-prev{top: 60vh;} */
  .csh .swiper-pagination-bullet{ width: 1rem; height: 0.04rem;}
  .lineUp{height: auto;}
  .csh .lineUp .moduleTitle{margin-top:0.8rem; width: 80%; left: 50%; transform: translateX(-50%);}
  .lineUp .carList{width: 90%; padding-top: 3.4rem;}
  .lineUp .carList a{margin-bottom: 0.8rem; width: 45%;}
  .csh .unifyCon.introduction .btnLink{top:50vh; margin-top: 0;}
  .csh .introduction .introduceCon_text{font-size: 0.3rem; width: 86%;  text-align: left; left: 0.5rem;}
  .lineUp .carList a .w{font-size: 0.24rem; margin: 0 auto; width: 80%;}
  .csh .unifyCon li>.con{text-align: left;width: 86%; margin:0 7%;}
  .csh .introductionCon{height: auto;}
  .csh .video-thumbnail{align-items: initial;}
  .csh .MobileEnergyHub .video-thumbnail{width: 7.5rem; height: 4.24rem; margin-top: 40%;}
  .csh .introduction .introductionSwiper .pic-thumbnail,.csh .introduction .introductionSwiper .video-thumbnail{width: 7.5rem; height: 4.24rem; margin-top: 40%;}
  .csh .unifyCon li>.con p{ font-size: 0.3rem; line-height: 1.6; text-align: left;}
  .csh .unifyCon li>.con p br{display: none;}
  /* .csh .MobileEnergyHub .video-thumbnail video{width: 7.5rem; height: 4.24rem; margin-top: 40%;} */
  /* .csh .MobileEnergyHub .playPauseBtn{bottom: initial; top: 44.5%;} */
  /* .csh .introductionCon */
}
@media (min-height: 1000px) {
  .csh .hybrid .engineSwiper .swiper-wrapper {
    align-items: center
  }
  .csh .hybrid .item .engine{max-height: 4rem;}
}