* {
  font-family: 'HYZhongJianHeiJ';
  /* font-family: 'HYCuJianHeiJ'; */
}

body {
  overflow-x: hidden;
}

.Leaveinformation {
  margin-top: 1vw;
}

.playbill {
  margin-top: 0;
  width: 100%;
}

.banner {
  width: 100%;
  /* height: 100vh; */
  position: relative;
  padding-top: 0;
}

.bannerimg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.year_tip {
  font-size: 0.5vw;
  color: #fff;
  position: absolute;
  bottom: 6%;
  left: 6%;
  letter-spacing: 0.2vw;
  line-height: 0.7vw;
  display: flex;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.kaolaS_tip {
  display: block;
}

.kaolaS_tip>div {
  display: flex;
  line-height: 0.9vw;
}

.kaolaS_tip {
  display: flex;
}

.kaolaS_tip .kaolaS_tip_main {
  display: block;
}

.kaolaS_tip .kaolaS_tip_main>div {
  display: flex;
}

.banner .bannerimg {
  margin-top: -3vw;
}

.bookings,
.video {
  position: relative;
}

.videotext {
  width: 100%;
  text-align: center;
}

.videotext .video_tl {
  font-size: 1.5vw;
  margin-bottom: 0.5vw;
  letter-spacing: 2px;
}

.videotext .video_tf {
  font-size: 2vw;
}

.videoimg {
  position: relative;
}

.videobgimg {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  display: block;
}

.video .arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1vw;
  margin-bottom: 2vw;
}

.video .arrow img {
  width: 3vw;
}

.play {
  position: absolute;
  width: 4vw;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  cursor: pointer;
}

.bannerVideo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  display: none;
  background-color: #000;
  width: 100vw;
  height: 100vh;
}

#video {
  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;
}

.banner .kaolaS_tfimg {
  position: absolute;
  bottom: 13%;
  left: 4%;
  width: 38vw;
}

.banner {
  position: relative;
  width: 100%;
  /* height: 100vh; */
}

.t1_tl {
  position: absolute;
  top: 9%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}

.t1_tm {
  font-size: 3.5vw;
  letter-spacing: 0.5vw;
  text-shadow: 0.1vw 0.1vw 0.2vw rgba(0, 0, 0, 0.3);
  font-weight: 300;
}

.t1_tf {
  display: flex;
  justify-content: center;
  letter-spacing: 0.57vw;
  font-size: 2vw;
  margin-top: 0.5vw;
  text-shadow: 0.1vw 0.1vw 0.2vw rgba(0, 0, 0, 0.3);
}

.t1_pr {
  letter-spacing: 0.1vw;
  margin-bottom: 1.5vw;
  white-space: nowrap;
  text-shadow: 0.1vw 0.1vw 0.2vw rgba(0, 0, 0, 0.3);
}

.price {
  display: flex;
  justify-content: center;
  margin-top: 1.5vw;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  white-space: nowrap;
  text-shadow: 0.1vw 0.1vw 0.2vw rgba(0, 0, 0, 0.3);
}

.price .price_car {
  display: flex;
  font-size: 1.15vw;
  align-items: center;
}

.price .price_reser {
  border: 1px solid #fff;
  border-radius: 0.2vw;
  font-size: 0.6vw;
  margin-left: 0.3vw;
  padding: 0.1vw 0.2vw;
  letter-spacing: 0;
}

.price_item {
  border-right: 1px solid #fff;
  margin-right: 2.5vw;
  padding-right: 2.5vw;
}

.price_item:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.price_item div:first-child span {
  font-family: 'HYCuJianHeiJ';
}

.price_money {
  font-size: 1vw;
  line-height: 1vw;
  margin-top: 1vw;
}

.price_money span {
  font-size: 2.5vw;
  font-family: 'HYCuJianHeiJ';
  color: #fec601;
}

.t1img {
  width: 10vw;
}












.btn {
  display: flex;
  justify-content: center;
}

.btn .testDrivebtn,
.btn .videobtn {
  width: 130px;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  text-indent: 3px;
  letter-spacing: 3px;
  font-size: 12px;
  color: #3f4a5b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  margin-left: 0;
  white-space: nowrap;
}

.btn .bannerbtn:last-child .testDrivebtn {
  margin-right: 0;
}

.fav {
  position: relative;
  height: 85vw;
  overflow: hidden;
}

.fav .bannerimg {
  object-fit: fill;
}


.part {
  width: 100%;
  overflow: hidden;
}

.partimg {
  display: block;
  width: 100%;
}


.part_tips {
  font-size: 1vw;
  line-height: 1.5vw;
  letter-spacing: 0.1vw;
  width: 100%;
  padding: 3vw 5%;
  overflow: hidden;
  background: url(./images/pc/tip.jpg);
  background-position: 100% 100%;
  background-size: 100%;
  color: rgba(0, 0, 0, 0.7);
}

.part_tips p:first-child {
  font-size: 1.3vw;
  line-height: 2vw;
}

.form_title {
  font-size: 36px !important;
}

.form_brife {
  margin: 0 !important;
}

.formitem {
  background-color: #d5dfe5;
}

#distributorId {
  width: 100%;
  text-align: center;
}

.form {
  border-radius: 30px;
  /* background-color: #eee; */
}

.cont {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.td-city__header-item--active {
  color: #00adef !important;
}

.td-city__list {
  display: inline-block;
  overflow: auto;
  overflow-y: auto;
}

.td-city__list_wrapper::-webkit-scrollbar {
  display: none;
}

.td-city__list_province::-webkit-scrollbar {
  display: none;
}

.td-city__list-item--selected>a {
  color: #00adef !important;
}

.td-city__list::-webkit-scrollbar {
  display: none;
}

.td-city__header-item--active {
  color: #00adef !important;
}

.distributor-wrapper::-webkit-scrollbar {
  display: none;
}

#distributorList::-webkit-scrollbar {
  display: none;
}

.form_select {
  width: 100%;
}

.privacy2 {
  margin-top: 10px !important;
}

/* 滑块验证码======================== */
.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;
}

/* 滑块验证码======================== */
.mobimg,
.mob {
  display: none !important;
}

/* 
参数
 */
.configuration {
  width: 100vw;
  /* height: 100vh; */
  position: relative;
  overflow: hidden;
  background: #fff;
  display: flex;
}

.configuration .car {
  height: 100%;
  width: 40%;
  position: relative;
}

.configuration .car img {
  display: block;
  width: 120%;
  position: absolute;
  top: 50%;
  left: 70%;
  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%);
}

.configuration .configurationimg {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  /* height: 100%; */
}

.configuration .configuration_logo {
  width: 175px;
  margin-left: 15px;
}

.configuration_tips {
  position: absolute;
  bottom: 3%;
  left: 3%;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}

.configBtngroup {
  display: flex;
  position: absolute;
  bottom: 5%;
  right: 8%;
  width: 40%;
}

.text .top {
  padding: 0 0 2vw 0;
  transform: none !important;
  border-bottom: 3px solid #000;
  margin: 0 auto;
}

.text .top .tle {
  width: 100%;
  text-align: center;
  border: none;
  margin-bottom: 1vw;
}

.text .top .tle p {
  font-size: 24px;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1vw;
}

.text .top .tle p:first-child {
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 3px;
  font-family: 'HYCuJianHeiJ';
  font-weight: 300;
}

.text .mian .money {
  width: 100%;
  font-size: 16px;
  margin-top: 3%;
  display: flex;
  justify-content: space-evenly;
  letter-spacing: 3px;
}

.text .mian .money span {
  font-size: 24px;
  font-family: 'HYCuJianHeiJ';
}

.text .mian .money .xiao {
  letter-spacing: 3px;
  font-size: 16px;
  font-family: 'HYZhongJianHeiJ';
}

.text .mian .money p {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  white-space: nowrap;
}

.text .bottom {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 2vw;
  display: flex;
  justify-content: space-between;
}

.text .bottom .parame {
  text-align: left;
  width: 22%;
}

.text .bottom .parame:last-child {
  justify-content: space-evenly;
}

.text .bottom .parame div {
  margin-top: 14%;
}

.text .bottom .parame p {
  letter-spacing: 3px;
  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;
  letter-spacing: 2px;
}

.configuration .moreconfig {
  display: block;
  margin: 10% auto;
  width: 35%;
  height: 35px;
  line-height: 30px;
  border-radius: 26px;
  text-align: center;
  /* border: 2px #000 solid; */
  cursor: pointer;
  color: #000;
  font-size: 16px;
}

.close.r18 {
  right: 2%;
  top: 2%;
}

.close.r19 {
  right: 7%;
  top: 3%;
}

.close a {
  background: url('../static/web/img2022/liuzi/close.png') no-repeat center;
}

.pop_tips {
  background: transparent;
}

.closebtn {
  width: 35px;
  height: 35px;
  /* border: 1px solid #ccc; */
  position: absolute;
  right: 9%;
  top: 5%;

}

.closebtn a {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../static/web/img2022/liuzi/close.png') no-repeat center;
}

.form_selectaddress .city_text:before {
  content: "";
}

.new__layer-disclaimer>.phone-pop {
  width: 50%;
  height: 400px;
}