* {
  font-family: 'HYZhongJianHeiJ';
}

body {
  overflow-x: hidden;
  background-color: #fff;
}

.bannerimg {
  display: block;
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}

.mainimg {
  display: block;
  width: 100%;
  object-fit: cover;
}

.banner {
  position: relative;
  margin-top: 74px;
}

.bannertxt {
  position: absolute;
  top: 16%;
  right: 8%;
  color: #fff;
  text-align: right;
}

.bannertxt h1 {
  font-size: 42px;
  font-family: 'HYCuJianHeiJ';
  font-weight: 300;
}

.bannertxt p {
  font-size: 20px;
  margin-top: 0.3vw;
  margin-bottom: 2vw;
}

.btn {
  position: absolute;
  right: 0;
  bottom: -14%;
  display: flex;
}

.testDrivebtn,
.videobtn {
  display: block;
  width: 180px;
  height: 25px;
  line-height: 25px;
  border-radius: 12px;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  text-align: center;
  text-indent: 3px;
  font-size: 12px;
  margin-left: 20px;
}

.bannerVideo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  display: none;
  background-color: #000;
  width: 100vw;
  height: 100vh;
}

#fonsts {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}

.clo {
  position: absolute;
  cursor: pointer;
  top: 13%;
  right: 5%;
  width: 30px;
  height: 30px;
  background-image: url('../static/web/img2022/home/close.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}

.bannertxt .details p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0.5vw;
}

.last {
  margin-bottom: 6vw !important;
}

.definition {
  position: relative;
  margin-top: 6vw;
}

.definitiontop {
  position: absolute;
  bottom: 8%;
  left: 5%;
  text-align: left;
  color: #fff;
}

.definitiontop p:first-child {
  font-size: 24px;
  font-family: 'HYCuJianHeiJ';
}

.definitiontop p:last-child {
  font-size: 16px;
  font-family: 'HYZhongJianHeiJ';
}

.subtitle {
  width: 90vw;
  margin: 0 auto;
  margin-top: 6vw;
}

.subtitletxt {
  margin-bottom: 2vw;
}

.subtitletxt .content {
  display: flex;
}

.subtitletxt .content p:first-child {
  font-size: 24px;
  height: 25px;
  font-family: 'HYCuJianHeiJ';
  border-right: 1px solid #000;
  padding-right: 0.5vw;
}

.subtitletxt .content p:last-child {
  font-size: 16px;
  font-family: 'HYCuJianHeiJ';
  display: flex;
  align-items: flex-end;
  margin-top: 8px;
  margin-left: 0.5vw;
  color: rgba(0, 0, 0, 0.8);
}

.subtitletxt .secondary {
  display: flex;
  margin-top: 0.5vw;
}

.subtitletxt .secondary p {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  padding-right: 0.8vw;
  margin-left: 0.8vw;
  border-right: 1px solid #000;
  color: rgba(0, 0, 0, 0.8);
}

.subtitletxt .secondary p:first-child {
  margin: 0;
}

.subtitletxt .secondary p:last-child {
  border: none;
}

.sample {
  margin-top: 2.5vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sample_l,
.sample_r {
  width: 48%;
}

.sampletxt {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.sampletxt .titltop {
  font-size: 24px;
  font-family: 'HYCuJianHeiJ';
}

.sampletxt .titlsce {
  font-size: 16px;
  font-family: 'HYCuJianHeiJ';
  margin-top: 0.3vw;
  color: rgba(0, 0, 0, 0.8);
}

.sampletxt .titl {
  font-size: 14px;
  margin-top: 0.6vw;
  color: rgba(0, 0, 0, 0.8);
}

.sample_l .sampletxt {
  text-align: right;
  border-right: 1.5px solid #000;
  padding-right: 2vw;
}

.sample_r .sampletxt {
  text-align: left;
  border-left: 1.5px solid #000;
  padding-left: 2vw;
}

/* 
参数
 */
.configuration {
  width: 100vw;
  height: 95vh;
  position: relative;
  overflow: hidden;
  background: #fff;
  display: flex;
}

.configuration .car {
  height: 100%;
  width: 40%;
  position: relative;
}

.configuration .car img {
  display: block;
  width: 55%;
  max-width: 450px;
  /* margin: 10% auto; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.configuration .right {
  width: 60%;
  height: 100%;
  position: relative;
}

.configuration .right .text {
  position: absolute;
  width: 80%;
  /* margin: 18% auto; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text .top {
  border-bottom: 3px solid #000;
  padding: 0 10px 3%;
}

.text .top .tle {
  width: 100%;
  text-align: center;
  border: none;
  padding-bottom: 2%;
}

.text .top .tle p {
  font-size: 24px;
}

.text .top .tle p:first-child {
  font-size: 36px;
  line-height: 60px;
  font-family: 'HYCuJianHeiJ';
  font-weight: 300;
}

.text .mian .money {
  width: 100%;
  font-size: 16px;
  margin-top: 3%;
  display: flex;
  justify-content: space-evenly;
}

.text .mian .money span {
  font-size: 24px;
  font-family: 'HYCuJianHeiJ';
}

.text .mian .money .xiao {
  font-size: 16px;
  font-family: 'HYZhongJianHeiJ';
}

.text .mian .money p {
  width: 30%;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}

.text .bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.text .bottom .parame {
  width: 22%;
}

.text .bottom .parame div {
  text-align: left;
  margin-top: 14%;
}

.text .bottom .parame p {
  font-size: 16px;
  margin-bottom: 8px;
  opacity: 0.6;
}

.parame div p {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.text .bottom .parame p:last-child {
  font-size: 24px;
  font-family: 'HYCuJianHeiJ';
  opacity: 1;
}

.configuration .moreconfig {
  display: block;
  margin: 10% 35%;
  width: 200px;
  height: 35px;
  line-height: 30px;
  border-radius: 26px;
  text-align: center;
  border: 2px #000 solid;
  cursor: pointer;
  color: #000;
  font-size: 16px;
}

/*  */
.hibtngroup {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.btngroupitem {
  position: relative;
  width: 50vw;
}

.btngroupitem img {
  width: 100%;
  height: 100%;
}

.btnitem {
  position: absolute;
  display: block;
  top: 80%;
  left: 50%;
  width: 200px;
  height: 35px;
  line-height: 31px;
  border-radius: 17.5px;
  text-align: center;
  border: 1px solid #fff;
  font-family: 'HYZhongJianHeiJ';
  cursor: pointer;
  transform: translateX(-50%);
  font-size: 16px;
  color: #fff;
}

.equity {
  position: relative;
  height: 100vh;
}

.equity .t {
  font-family: 'HYCuJianHeiJ';
  font-size: 36px;
  text-align: center;
}

.equity .txt {
  position: absolute;
  bottom: 14%;
  left: 13%;
}

/* .equity .title {
  display: flex;
  font-size: 24px;
  justify-content: flex-start;
  flex-flow: row nowrap;
  margin-top: 5%;
} */

.equity .title .you {
  margin-left: 18%;
  height: 30px;
}

.equity .title .hao {
  text-align: center;
  width: 210px;
  margin: 5% auto;
  font-size: 24px;
  height: 30px;
}

.icon {
  display: flex;
  text-align: center;
  font-size: 16px;
  justify-content: space-evenly;
  margin-top: 10%;
  height: 200px;
}

.icon img {
  display: inline;
}

.icon .li {
  width: 200px;
}

.icon .li:last-child {
  width: 220px;
}

.icon .li p {
  margin-bottom: 8px;
}

.icon .li .small {
  font-size: 14px;
  margin-top: -8px;
}

.icon .img {
  width: 100%;
  height: 60%;
  overflow: hidden;
}

.icon .img img {
  height: 88%;
}

/* .icon .li:nth-child(5) .img {
  height: 90%;
} */
.words {
  text-align: center;
  margin-top: 5% !important;
}

.words p {
  margin-bottom: 10px;
  font-size: 12px;
}

.more {
  width: 200px;
  height: 35px;
  border: 2px #000 solid;
  border-radius: 18px;
  font-size: 16px;
  text-align: center;
  line-height: 27px;
  margin-top: 5%;
  margin-left: 39%;
}

.on {
  font-family: 'HYCuJianHeiJ';
  border-bottom: 2px #000 solid;
  padding-bottom: 3px;
}

.colorpc {
  height: 700vh;
  position: relative;
}

.colorpc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.changepc {
  width: 100vw;
  height: 700vh;
  overflow: hidden;
  position: relative;
}

.change {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.caritem {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.changecolor1 {
  z-index: 9;
}

.changecolor2 {
  z-index: 8;
}

.changecolor3 {
  z-index: 7;
}

.changecolor4 {
  z-index: 6;
}

.changecolor5 {
  z-index: 5;
}

.changecolor6 {
  z-index: 4;
}

.changecolor7 {
  z-index: 3;
}

.positioncontentitem {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.positioncontentitem .colortxt {
  position: relative;
  top: -85%;
  left: 0;
  color: #000;
  font-size: 36px;
  font-family: 'HYCuJianHeiJ';
  text-align: center;
  font-weight: 700;
}

.positioncontentitem .colortxt .colortxttop {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}

.white {
  color: #fff !important;
}

.remarks {
  color: #000;
  font-family: 'HYCuJianHeiJ';
  font-size: 12px;
  margin-left: 5vw;
  margin-top: -3vw;
  margin-bottom: 3vw;
}

.mob {
  display: none !important;
}

.pop_tips {
  width: 90% !important;
}

.pop_tips2 .serviceRights {
  min-width: 900px;
}

.pop_text {
  border: 1px solid #ccc;
  width: 100%;
}

.pop_text .pop_tle {
  width: 100%;
  height: 90px;
  line-height: 90px;
  background-color: #e2e2e2;
  border: 1px solid #ccc;
  font-family: 'HYCuJianHeiJ';
}

.pop_text .pop_main {
  background: #f9f9f9;
  font-size: 16px;
  height: 200px;
  position: relative;
}

.pop_text .pop_main .pop_content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pop_text .pop_main .pop_content div span {
  display: flex;
  align-items: center;
}

.pop_text .pop_main .pop_content div {
  display: flex;
  padding-top: 24px;
  text-align: left;
  flex-wrap: nowrap;
}

.pop_text .pop_main .pop_content div p {
  white-space: nowrap;
}

.pop_text .pop_main .pop_content div:last-child {
  padding-bottom: 24px;
}

@media screen and (min-width: 2500px) {
  .equity .txt {
    top: 22%;
  }

  .configuration .moreconfig {
    margin: 8% 39%;
  }

  .top {
    transform: translate(0%, 0%) !important;
  }
}

@media screen and (max-width: 2000px) {
  .equity .txt {
    top: 22%;
  }

  .configuration .moreconfig {
    margin: 8% 39%;
  }

  .top {
    transform: translate(0%, 0%) !important;
  }
}

@media screen and (max-width: 1680px) {

  .swiperone-active,
  .swipertwo-active,
  .swiperthree-active {
    margin-left: 47%;
    margin-bottom: 40px;
  }

  .configuration .car img {
    width: 55%;
  }

  .configuration .right .text {
    width: 84%;
  }

  .configuration .moreconfig {
    margin: 4% 36%;
  }

  .text .bottom .parame div:nth-child(2) {
    left: 37%;
  }

  .top {
    transform: translate(0%, 0%) !important;
  }
}

@media screen and (max-width: 1536px) {

  .swiperone-active,
  .swipertwo-active,
  .swiperthree-active {
    margin-left: 47%;
    margin-bottom: 40px;
  }

  .top {
    transform: translate(0%, 0%) !important;
  }
}

@media screen and (max-width: 1440px) {
  .icon {
    margin-top: 5%;
  }

  .words {
    margin-top: 2% !important;
  }

  .equity .txt {
    top: 12%;
    left: 4%;
  }

  .configuration .right .text {
    width: 95%;
    margin-top: 1%;
  }

  .configuration .right {
    width: 65%;
  }

  .configuration .car img {
    width: 55%;
  }

  .configuration .moreconfig {
    margin: 4% 33%;
  }

  .text .bottom .parame div:nth-child(2) {
    left: 36%;
  }

  .top {
    transform: translate(0%, 0%) !important;
  }
}

@media screen and (max-width: 1366px) {
  .equity .txt {
    top: 8%;
    left: 4%;
  }

  .equity .title {
    margin-top: 2%;
  }

  .icon {
    margin-top: 4%;
  }

  .words {
    margin-top: 2%;
  }

  .more {
    margin-top: 4%;
  }

  .configuration {
    height: 100vh;
  }

  .configuration .car img {
    width: 50%;
  }

  .configuration .right .text {
    width: 91%;
  }

  .text .bottom .parame div:nth-child(2) {
    left: 36%;
  }

  #pop_right .pop_tips {
    padding: 30px 0;
  }

  .top {
    transform: translate(0%, 0%) !important;
  }
}

@media screen and (max-width: 1280px) {
  .configuration .right .text {
    width: 93%;
  }

  .text .bottom .parame div:nth-child(2) {
    left: 36%;
  }
}

/* 屏幕分辨率放大为 175 */
@media screen and (max-width: 1920px) and(-webkit-min-device-pixel-ratio: 1.75) and (-webkit-max-device-pixel-ratio: 1.99) {
  .equity .txt {
    transform: scale(0.7, 0.7);
    transform-origin: left top;
  }

  .equity .txt {
    bottom: -27%;
    left: 13%;
  }

  .txt .words {
    margin-top: 2% !important;
  }

  .configuration {
    height: 100vh;
  }

  .configuration .right .text {
    width: 96%;
  }

  .configuration .car img {
    width: 55%;
  }

  .text .mian .money {
    margin-top: 2%;
  }

  .configuration .moreconfig {
    margin: 2% 33%;
  }

  .text .bottom .parame div:nth-child(2) {
    left: 35%;
  }

  .text .bottom .parame {
    margin-top: 2%;
  }

  .text .bottom .parame p {
    margin-bottom: 0%;
  }

  .top {
    transform: translate(0%, 0%) !important;
  }
}

/* 屏幕分辨率放大为 150 */
@media screen and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.74) {
  .equity .txt {
    transform: scale(0.8, 0.8);
    transform-origin: left top;
  }

  .equity .txt {
    top: 10%;
    left: 13%;
  }

  .txt .words {
    margin-top: 5% !important;
  }

  .icon {
    margin-top: 7%;
  }

  .configuration .car img {
    width: 55%;
  }

  .configuration .right .text {
    width: 97%;
  }

  .configuration .right {
    width: 66%;
  }

  .configuration .moreconfig {
    margin: 2% 33%;
  }

  .text .bottom .parame div:nth-child(2) {
    left: 36%;
  }

  .text .mian .money {
    margin-top: 1%;
  }

  .text .bottom .parame {
    margin-top: 1%;
  }

  .top {
    transform: translate(0%, 0%) !important;
  }
}

/* 屏幕分辨率放大为 125 */
@media screen and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.4) {
  .equity .txt {
    transform: scale(0.9, 0.9);
    transform-origin: left top;
  }

  .equity .txt {
    top: 14%;
    left: 13%;
  }

  .txt .words {
    margin-top: 5% !important;
  }

  .icon {
    margin-top: 7%;
  }

  .configuration .car img {
    width: 50%;
  }

  .configuration .right .text {
    width: 80%;
  }

  .configuration .moreconfig {
    margin: 4% 33%;
  }

  .text .bottom .parame div:nth-child(2) {
    left: 36%;
  }

  .top {
    transform: translate(0%, 0%) !important;
  }
}

@media screen and (max-width: 1680px) and (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.4) {
  .configuration .right .text {
    width: 98%;
  }

  .configuration .right {
    width: 64%;
  }
}