* {
  font-family: 'HYZhongJianHeiJ';
}

body {
  overflow-x: hidden;
}

.Leaveinformation {
  margin-top: -28vw;
}

.playbill {
  margin-top: 44px;
  width: 100%;
}

.banner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.bannerimg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.year_tip {
  font-size: 1.8vw;
  color: #fff;
  position: absolute;
  bottom: 1.5%;
  left: -1%;
  transform: scale(0.75);
  letter-spacing: 0.1vw;
  line-height: 3vw;
}

.kaolaS_tip {
  left: -7% !important;
}

.video {
  position: relative;
  height: 219px;
}

.video .bannerimg {
  height: 219px;
}

.videobgimg {
  width: 100%;
  height: 100%;
  display: block;
}

.play {
  position: absolute;
  width: 5vw;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.bannerVideo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  display: none;
  background-color: #000;
  width: 100vw;
  height: 100vh;
}

.clo {
  position: absolute;
  cursor: pointer;
  top: 10%;
  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;
}

#video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}


.t1_tl {
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.t1_tm {
  font-size: 10vw;
  letter-spacing: 2.5vw;
  text-indent: 1vw;
  text-shadow: 0.5vw 0.5vw 0.8vw rgba(0, 0, 0, 0.3);
}

.t1_tf {
  display: flex;
  justify-content: center;
  letter-spacing: 3vw;
  text-indent: 1vw;
  font-size: 5vw;
  margin: 2vw 0 5vw 0;
  text-shadow: 0.5vw 0.5vw 0.8vw rgba(0, 0, 0, 0.3);
}

.t1_pr {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  letter-spacing: 0.3vw;
  margin-bottom: 12vw;
  white-space: nowrap;
  /* text-shadow: 0.5vw 0.5vw 0.8vw rgba(0, 0, 0, 0.3); */
}

.t1_pr .price {
  display: flex;
  justify-content: center;
  margin-top: 4vw;
}

.t1_pr .price .price_car {
  display: flex;
  font-size: 4vw;
  align-items: center;
}

.t1_pr .price .price_reser {
  border: 1px solid #000;
  border-radius: 0.7vw;
  font-size: 2.3vw;
  margin-left: 1.3vw;
  padding: 0.4vw 0.4vw;
  letter-spacing: 0;
}

.price_item {
  margin-right: 5vw;
  padding-right: 5vw;
}

.price_item:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.price_item div:first-child,
.price_item div:first-child span {
  font-family: 'HYCuJianHeiJ';
}

.price_money {
  font-size: 4vw;
  line-height: 6vw;
  margin-top: 2vw;
  letter-spacing: 0.5vw;
}

.price_money span {
  font-size: 9vw;
  font-family: 'HYCuJianHeiJ';
  font-weight: 700;
  color: #fec601;
}

.t1img {
  width: 30vw;
}




.t1_btn {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.t1_btn .btnitm {
  width: 100px;
  height: 28px;
  line-height: 28px;
  border-radius: 20px;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  text-indent: 3px;
  letter-spacing: 2px;
  font-size: 12px;
  /* color: #9e7fdd; */
  color: #3f4a5b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3vw;
  margin-top: 0;
}

.t1_btn .btnitm:last-child {
  margin-right: 0;
}


.btn {
  display: flex;
  justify-content: center;
  /* position: absolute;
  top: 73%;
  left: 50%;
  transform: translateX(-50%); */
}

.btn .testDrivebtn {
  display: block;
  /* margin: 4vw auto; */
  width: 110px;
  height: 26px;
  line-height: 24px;
  border-radius: 15px;
  cursor: pointer;
  text-align: center;
  text-indent: 3px;
  letter-spacing: 2px;
  font-size: 12px;
  color: #000;
  background-color: #fff;
}

.btn .bannerbtn:first-child .testDrivebtn {
  margin-right: 15px;
}

.banner .forest_footer {
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  color: #fff;
}

.banner .forest_footer .forest_item {
  font-size: 10px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-align: center;
  border-right: 1px solid #fff;
  padding-right: 3vw;
  margin-right: 3vw;
  letter-spacing: 0.1vw;
}

.banner .forest_footer .forest_item:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

.banner .forest_footer .forest_item img {
  width: 35px;
  margin-right: 5px;
}

.banner .forest_footer .forest_item p:first-child {
  font-family: 'HYCuJianHeiJ';
  font-size: 12px;
}

.videoimg {
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.videomob {
  position: absolute;
  bottom: 3%;
  width: 100%;
  text-align: center;
}

.videomob .video_tl {
  font-size: 4vw;
  margin-bottom: 2vw;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 2px;
}

.videomob .video_tf {
  font-size: 4vw;
  color: #fff;
}

.videomob .arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 3vw;
}

.videomob .arrow img {
  width: 5vw;
}

.fav {
  position: relative;
  max-height: 900px;
  min-height: 770px;
  /* overflow: hidden; */
  height: 100vh;
}

.fav_main {
  position: absolute;
  top: 5vw;
  left: 0;
  width: 90vw;
  margin: 0 5vw;
  /* background: url(./images/pc/favbg.png) no-repeat;
  background-size: 100% 100%; */
  background-color: rgba(205, 232, 255, 0.2);
  overflow: hidden;
  border-radius: 2vw;
}


.part {
  width: 100%;
  overflow: hidden;
}

.partimg {
  display: block;
  width: 100%;
}


.part_tips {
  font-size: 2vw;
  line-height: 3.5vw;
  letter-spacing: 0.2vw;
  width: 100%;
  padding: 8vw 5%;
  overflow: hidden;
  background: url(./images/pc/tip.jpg);
  color: rgba(0, 0, 0, 0.7);
}

.part_tips p:first-child {
  font-size: 2.3vw;
  line-height: 3.3vw;
}




/* 滑块验证码======================== */
.slidercaptcha {
  margin: 0 auto;
  width: 314px;
  height: 300px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
  margin-top: 40px;
}

.slidercaptcha .card-header {
  padding: 12px;
  font-size: 14px;
}

.slidercaptcha .card-body {
  padding: 20px;
}

.slidercaptcha canvas:first-child {
  border-radius: 4px;
  border: 1px solid #e6e8eb;
}

.slidercaptcha.card .card-header {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.03);
}

.refreshIcon {
  top: -60px;
}

.fa-redo {
  width: 20px;
  height: 20px;
  background-image: url(../static/web/img2022/public/shuaxin.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.fa-arrow-right {
  width: 20px;
  height: 20px;
  background-image: url(../static/web/img2022/public/youjiantou.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* 成功的图标 */
.sliderContainer_success .sliderIcon {
  width: 20px;
  height: 20px;
  background-image: url(../static/web/img2022/public/duihao.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* 失败的图标 */
.sliderContainer_fail .sliderIcon {
  width: 20px;
  height: 20px;
  background-image: url(../static/web/img2022/public/error.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.sliderText {
  font-size: 16px;
}

/* 滑块验证码======================== */
.cont {
  position: relative;
  transform: none;
  padding-bottom: 10vw;
  margin-top: 15vw;
  overflow: hidden;
}

.form {
  position: relative;
  width: 100vw;
  left: 0;
  top: 0;
  margin: 0 auto;
}

.td-city {
  min-height: 210px;
}

.form_title {
  font-size: 34px;
}

.form_brife {
  font-size: 12px;
}

.form_body {
  margin-top: 1rem;
}

.he {
  width: 90%;
}

.notebutton {
  right: 16px;
}

.formitem {
  width: 90%;
  background-color: #d5dfe5;
}

.form_top {
  height: auto;
  display: block;
  margin-left: 6%;
}

#distributorId {
  width: 100%;
  text-align: center;
}

.subtn {
  width: 90%;
}

.privacy-clause {
  width: 90%;
  color: #000;
}

.privacy-clause .check-box label {
  border: 1px solid #000;
}

.privacy2 {
  margin-top: 2vw !important;
}


.td-city__header-item--active {
  color: #00adef !important;
}

.pcimg,
.pc {
  display: none !important;
}

/* 
参数
 */
.configuration {
  width: 100vw;
  /* height: 100vh; */
  position: relative;
  overflow: hidden;
  background: #fff;
}

.configuration .mobm {
  width: 100%;
  position: absolute;
  left: 0;
  top: 8%;
}

.configuration .car {
  position: absolute;
  top: 46%;
  left: 62%;
  transform: translateX(-50%);
  width: 90%;
}

.configuration .right {
  width: 85%;
  margin: 0 auto 3vw;
}

.configuration .right .text {
  width: 95%;
  margin: 0 auto;
}

.configuration_tips {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
}

.text .top {
  border-bottom: 3px solid #000;
  padding-bottom: 3vw;
}

.text .top .tle {
  width: 100%;
  text-align: center;
  border: none;
}

.text .top .tle p {
  font-size: 14px;
  letter-spacing: 2px;
}

.text .top .tle p:first-child {
  font-size: 24px;
  font-family: 'HYCuJianHeiJ';
  font-weight: 300;
  margin-bottom: 1%;
  letter-spacing: 3px;
}

.text .mian {
  margin-top: 0%;
}

.text .mian .money {
  font-size: 10px;
  margin-top: 2%;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.text .mian .money .xiao {
  font-size: 12px;
  font-family: 'HYZhongJianHeiJ';
}

.text .mian .money span {
  font-size: 14px;
  font-family: 'HYCuJianHeiJ';
}

.text .mian .money p {
  /* width: 36%; */
  white-space: nowrap;
}

.text .bottom {
  margin-top: 3vw;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.text .bottom .parame {
  margin-top: 2%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
}

.text .bottom .parame div {
  margin-bottom: 3%;
}

.text .bottom .parame:last-child {
  justify-content: space-evenly;
}

.text .bottom .parame p {
  font-size: 10px;
  margin-bottom: 2%;
  opacity: 0.6;
  letter-spacing: 2px;
}

.text .bottom .parame p:last-child {
  font-size: 12px;
  font-family: 'HYCuJianHeiJ';
  opacity: 1;
  letter-spacing: 0px;
}

.configBtngroup {
  position: absolute;
  bottom: 42%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 100%;
}

.configuration .moreconfig {
  font-size: 12px !important;
  margin: 0 auto;
  margin-top: 5%;
  display: block;
  width: 150px;
  height: 20px;
  line-height: 30px;
  border-radius: 26px;
  text-align: center;
  /* border: 2px #000 solid; */
  cursor: pointer;
  color: #000;
  font-size: 16px;
}

.configurationimg {
  width: 100%;
  /* height: 100%; */
}

.configuration .configuration_logo {
  width: 100px;
  margin-left: 10px;
}

.text .top .tle p {
  font-size: 16px;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1vw;
}

.text .mian .money span {
  font-size: 12px;
  font-family: 'HYCuJianHeiJ';
}

/*  */
.close {
  right: 4%;
  top: -7%;
}

.r19 {
  right: -3%;
  top: -6%;
}

.closebtn {
  width: 25px;
  height: 25px;
  /* border: 1px solid #ccc; */
  position: absolute;
  right: 3%;
  top: 1%;

}

.closebtn a {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../static/web/img2022/liuzi/close.png') no-repeat center;
  border-radius: 50%;
}

.form_selectaddress .city_text:before {
  content: "";
}

.new__layer-disclaimer>.phone-pop {
  height: 300px;
}