* {
  font-family: 'HYZhongJianHeiJ';
  /* font-family: 'HYCuJianHeiJ'; */
}

body {
  overflow-x: hidden;

}

.Leaveinformation {
  margin-top: -2vw;
  background-color: #fef2e6;
}

.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.1vw;
  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;
}


.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: 16%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.t1_tm {
  font-size: 3.5vw;
  letter-spacing: 0.1vw;
  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.1vw;
  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;
  bottom: 9%;
  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: 230px;
  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;
  white-space: nowrap;
  margin-top: 1vw;
}

.fav {
  position: relative;
  overflow: hidden;
  background: url(./images/pc/fav.jpg);
  background-size: 100%;
  padding-bottom: 5vw;
}

.favimg {
  width: 100%;
}

.fav_main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  white-space: nowrap;
}

.fav_tl {
  font-size: 3.5vw;
  font-family: 'HYCuJianHeiJ';
  background-image: url(./images/pc/fav.png);
  background-size: 100% 100%;
  background-position: center center;
  padding: 4vw 3vw 0.8vw 5vw;
  letter-spacing: 1vw;
  margin-bottom: 3vw;
}

.fav_presale {
  font-size: 2vw;
  letter-spacing: 0.3vw;
}

.fav_presale p {
  font-family: 'HYCuJianHeiJ';
}

.fav_presale p span {
  color: #fea94e;
  font-size: 3.5vw;
  font-family: 'HYCuJianHeiJ';
  font-weight: 700;
}

.fav_equity {
  display: flex;
  align-items: start;
  margin: 4vw 0 4vw 0;
}

.fav_equity_item {
  border-right: 1px solid #fea94e;
  margin-right: 2vw;
  padding-right: 2vw;
}

.fav_equity_item:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.fav_equity_item_fr {
  font-size: 1.2vw;
  margin-bottom: 1vw;
}

.fav_equity_item_fr p:first-child {
  color: #fea94e;
  font-family: 'HYCuJianHeiJ';
  font-size: 2vw;
}

.fav_equity_item_fr p span {
  color: #fea94e;
  font-size: 2vw;
  font-family: 'HYCuJianHeiJ';
}

.fav_equity_item_se {
  font-size: 1.8vw;
}

.fav_equity_item_se p span {
  font-family: 'HYCuJianHeiJ';
}

.fav_tf {
  background-color: #fbebd3;
  font-size: 2vw;
  border-radius: 0.5vw;
  letter-spacing: 0.1vw;
  padding: 3.5vw 10vw;
}

.fav_tf p {
  font-family: 'HYCuJianHeiJ';
  line-height: 3vw;
}

.du {
  position: relative;
}

.du span {
  position: absolute;
  right: -38%;
  top: -2%;
}

.part {
  width: 100%;
  overflow: hidden;
  margin-top: 10vw;
  color: rgba(0, 0, 0, 0.8);
}

.partimg {
  display: block;
  width: 100%;
}

.part_tle {
  position: relative;
}

.part_tle_text {
  position: absolute;
}

.part_tle_num {
  background: linear-gradient(to top, rgba(254, 169, 78, 0.1) 0%, rgba(254, 169, 78, 0.1) 30%, rgba(254, 169, 78, 1) 60%, rgba(254, 169, 78, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 10vw;
  font-weight: 700;
}

.part_tle_fr {
  font-size: 5vw;
  margin-top: -4vw;
  font-family: 'HYCuJianHeiJ';
  letter-spacing: 0.1vw;
}

.part_tle_se {
  font-size: 2vw;
  color: #fea94e;
  font-family: 'HYCuJianHeiJ';
  letter-spacing: 0.1vw;
}

.part_item {
  width: 100vw;
  padding: 0 5vw;
}

.part_item_tle {
  white-space: nowrap;
  margin-top: 6vw;
}

.part_item_tle>p {
  font-size: 2.8vw;
}

.part_item_tle>p:first-child {
  font-size: 4vw;
  color: #fea94e;
  font-family: 'HYCuJianHeiJ';
  margin-left: 0;
  margin-bottom: 1vw;
}

.part_item_main {
  position: relative;
  width: 100%;
  margin-top: 4vw;
}

.part_item_main img {
  display: block;
  width: 100%;
  border-radius: 1vw;
}

.part_item_main .part_item_text {
  position: absolute;
  bottom: 2vw;
  left: 4vw;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.1vw;
}

.part_item_text_tl,
.part_item_text_tl span {
  font-size: 2.5vw;
  font-family: 'HYCuJianHeiJ';
}

.part_item_text_tm {
  display: flex;
  align-items: center;
  margin-top: 1.5vw;
  color: rgba(255, 255, 255, 0.95);
}

.part_item_text_tm div {
  margin-right: 3vw;
  padding-right: 3vw;
  font-size: 1.8vw;
}

.part_item_text_tm div:last-child {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.part_item_text_tm div p:first-child,
.part_item_text_tm div p:first-child span {
  font-size: 4vw;
  font-family: 'HYCuJianHeiJ';
  line-height: 4vw;
  color: rgba(255, 255, 255, 1);
}

.part_item_text_reversal div p {
  font-size: 4vw;
  font-family: 'HYCuJianHeiJ';
}

.part_item_text_reversal div p:first-child {
  font-size: 1.8vw;
  font-family: 'HYZhongJianHeiJ';
}

.part_item_text_line div {
  border-right: 1px solid #fff;
  margin-right: 2vw;
  padding-right: 2vw;
}

.part_item_main .part_item_textcenter {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.part_item_main .part_item_textcenter .part_item_text_tl {
  font-family: 'HYZhongJianHeiJ';
}

.part_item_main .part_item_textcenter .part_item_text_line div {
  margin-right: 5vw;
  padding-right: 5vw;
}

.part_item_mainall {
  display: flex;
  justify-content: space-between;
}

.part_block {
  display: flex;
  justify-content: space-between;
}

.part_block_item {
  width: 49.5%;
  background-color: #fbebd3;
  text-align: center;
  letter-spacing: 0.1vw;
  border-radius: 1vw;
  padding: 2vw 0;
  white-space: nowrap;
}

.part_block_item_tl {
  font-size: 2.5vw;
  color: #fea94e;
  font-family: 'HYCuJianHeiJ';
  margin-bottom: 0.5vw;
}

.part_block_item_tm {
  font-size: 1.8vw;
}

.part_block_item_tm span {
  font-weight: 700;
}

.part_block_item_only {
  width: 100%;
}

.part1 {
  margin-top: 0;
}

.part1 .part_tle_text {
  right: 5%;
  top: 10%;
}

.part1 .part1_item1 .part_item_tle {
  margin-top: 0;
}

.part1 .part1_item1_main {
  display: flex;
  margin-top: 6vw;
  justify-content: center;
  align-items: start;
  width: 95vw;
}

.part1 .part1_item1_main img {
  width: 100%;
  display: block;
}

.part1 .part1_item1_main>div:first-child {
  display: block;
  width: 35%;
}

.part1 .part1_item1_main>div:last-child {
  display: block;
  flex: 1;
}

.part1 .part1_item1_data {
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-align: center;
  margin-top: 5vw;
  margin-bottom: 5vw;
  font-size: 2vw;
}

.part1 .part1_item1_data div p:last-child {
  font-size: 4vw;
  font-family: 'HYCuJianHeiJ';
  margin-top: 0.3vw;
}

.part1 .part1_item2 .part_item_main3 .part_item_text_tm {
  margin-top: 0;
}

.part1 .part1_item2 .part_item_mainall .part_item_main {
  width: 49%;
}

.part1 .part1_item2 .part_item_mainall .part_item_main .part_item_text {
  bottom: 1vw;
  left: 2vw;
}

.part1 .part1_item3 {
  margin-top: 6vw;
}

.part1 .part1_item3 .part_item_mainall .part_item_main {
  width: 32.5%;
  margin-top: 0;
}

.part1 .part1_item3 .part_item_mainall3 .part_item_main {
  margin-top: 1.3vw;
}

.part1 .part1_item3 .part_item_mainall_text {
  font-size: 3vw;
  font-family: 'HYCuJianHeiJ';
  width: 100%;
  text-align: center;
  margin-bottom: 1.5vw;
}

.part2 .part2_item1 .part_item_tle {
  margin-top: 0;
}

.part2 .part_tle_text {
  right: 8%;
  top: 8%;
}

.part2 .part2_item1 .part_item_main2 .part_item_text_tl {
  letter-spacing: 0.05vw;
}

.part2 .part2_item1 .part_item_main2 .part_item_text_reversal div p:nth-child(2) {
  line-height: 3vw;
  text-align: center;
}

.part2 .part2_item1 .part_item_main3 .part_item_text_tm {
  margin-top: 0;
}

.part2 .part2_item1 .part_item_main3 .du {
  margin-right: 0.8vw;
}

.part2 .part2_item1 .part_item_main3 .du span {
  right: -34%;
  top: -2%;
}

.part2 .part2_item2 {
  margin-top: 5vw;
}

.part2 .part2_item2 .part_item_main2 .part_item_text {
  left: 0;
  text-align: center;
}

.part2 .part2_item2 .part_item_main2 .part_item_text .part_item_text_tm {
  width: 89vw;
  justify-content: space-between;
}

.part2 .part2_item2 .part_item_main2 .part_item_text .part_item_text_tm div {
  margin-right: 0;
  padding-right: 0;
  flex: 1;
}

.part2 .part2_item2 .part_item_main3 .part_item_text_reversal div {
  margin-right: 3vw;
  padding-right: 3.5vw;
  text-align: center;
}

.part2 .part2_item2 .part_item_text_line,
.part2 .part2_item3 .part_item_text_line {
  line-height: 2vw;
  height: 2vw;
  letter-spacing: 0;
}

.part2 .part2_item3 .part_item_main2 .part_item_text_tl span {
  font-size: 2.5vw;
  margin: 0 2.5vw;
}

.part3 .part_tle_text {
  left: 18%;
  top: -2%;
}

.part3 .part3_item1 {
  position: relative;
  margin-top: -90vw;
  color: #fff;
}

.part3 .part3_item1 .part_item_tle {
  margin-bottom: 10vw;
}

.part3 .part3_item1 .part_item_text_line {
  margin-top: 2.5vw;
}

.part3 .part3_item1 .part_item_mainall .part_item_main {
  width: 49%;
}

.part3 .part3_item1 .part_item_mainall .part_item_main .part_item_text {
  bottom: 1vw;
  left: 2vw;
  letter-spacing: 0.05vw;
}

.part3 .part3_item2 .part_item_car div {
  position: relative;
  margin-top: 2.5vw;
}

.part3 .part3_item2 .part_item_car div p {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 3vw;
  font-family: 'HYCuJianHeiJ';
  letter-spacing: 0.1vw;
  text-shadow: 0.1vw 0.1vw 0.2vw rgba(0, 0, 0, 0.5);
}

.part3 .part3_item2 .part_item_mainall .part_item_main {
  width: 32.5%;
  margin-top: 0;
}

.part3 .part3_item2 .part_item_main3 .part_item_main {
  margin-top: 1.3vw;
}

.part3 .part3_item2 .part_item_mainall_text {
  font-size: 3vw;
  font-family: 'HYCuJianHeiJ';
  width: 100%;
  text-align: center;
  margin-bottom: 1.5vw;
}

.part3 .part3_item2 .part_item_mainall p {
  width: 100%;
  text-align: center;
  margin-top: 0.5vw;
  font-size: 2.5vw;
}

.part4 .part_tle_text {
  left: 32%;
  top: -5%;
}

.part4 .part4_item1 .part_item_tle {
  position: relative;
  z-index: 2;
  margin-top: -5vw;
}

.part4 .part4_item1 .part_item_main2 .part_item_text_tm {
  display: block;
}

.part4 .part4_item1 .part_item_main2 .part_item_text_tm div {
  margin-bottom: 2vw;
  text-shadow: 0.1vw 0.1vw 0.2vw rgba(0, 0, 0, 0.3);
}

.part4 .part4_item1 .part_item_main2 .part_item_text_tm div p:first-child {
  font-size: 3vw;
  margin-bottom: 0.5vw;
}

.part4 .part4_item1 .part_item_main2 .part_item_text_tm div p span {
  margin: 0 1.5vw;
}

.part4 .part4_item1 .part_item_main3 .part_item_text_line {
  line-height: 2vw;
  height: 2vw;
}

.part4 .part4_item1 .part_item_main3 .part_item_text_tm,
.part4 .part4_item1 .part_item_main4 .part_item_text_tm,
.part4 .part4_item1 .part_item_main5 .part_item_text_tm {
  margin-top: 0.5vw;
}

.part4 .part4_item1 .part_item_main6 .part_item_textcenter {
  width: 90vw;
}

.part4 .part4_item1 .part_item_main6 .part_item_textcenter .part_item_text_line div {
  width: 50%;
  margin-right: 0;
  padding-right: 0;
}

.part4 .part4_item1 .part_item_main6 .part_item_text_tm div p:first-child,
.part4 .part4_item2 .part_item_main2 .part_item_text_tm div p:first-child {
  font-size: 1.8vw;
  font-family: 'HYZhongJianHeiJ';
}

.part4 .part4_item1 .part_item_main6 .part_item_text_tm div p:first-child span,
.part4 .part4_item2 .part_item_main2 .part_item_text_tm div p:first-child span {
  font-size: 4vw;
  font-family: 'HYCuJianHeiJ';
}

.part4 .part4_item2 .part_item_main2 .part_item_text_tm {
  text-align: center;
}

.part4 .part4_item2 .part_item_main3 .part_item_text {
  letter-spacing: 0;
}

.part4 .part4_item2 .part_item_main3 .part_item_text_tm div {
  margin-right: 1vw;
  padding-right: 1vw;
}

.part4 .part4_item2 .part_item_mainall .part_item_main {
  width: 49%;
}

.part4 .part4_item2 .part_item_mainall .part_item_main .part_item_text {
  bottom: 1vw;
  left: 2vw;
}

.part4 .part4_item2 .part_item_main5 .part_item_text_tm {
  margin-top: 0.5vw;
}

.part5 .part_tle_text {
  left: 21%;
  top: 0;
}

.part5 .part5_item1 .part_item_tle {
  margin-top: 0;
}

.part5 .part5_item1 {
  position: relative;
  z-index: 2;
  margin-top: -4vw;
}

.part5 .part5_item1 .part_item_main3 .part_block {
  margin-top: 1%;
}

.part5 .part5_item2 .part_item_main2 .part_item_text_tm,
.part5 .part5_item2 .part_item_main3 .part_item_text_tm {
  margin-top: 0.5vw;
}

.part6 {
  margin-top: 5vw;
  padding-bottom: 7vw;
}

.part6 .part_tle_text {
  left: 27%;
  top: 5%;
}

.part6 .part6_item1 .part_item_tle {
  margin-top: 0;
}

.part6 .part6_item1 .part_item_frame {
  width: 100%;
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-top: 4vw;
}

.part6 .part6_item1 .part_item_frame .frame_item {
  border-right: 0.2vw solid #fea94e;
  flex: 1;
}

.part6 .part6_item1 .part_item_frame .frame_item:last-child {
  border: none;
}

.part6 .part6_item1 .part_item_frame .frame_item .frame_item_tl {
  font-size: 3vw;
  font-family: 'HYCuJianHeiJ';
  margin-top: 0.5vw;
}

.part6 .part6_item1 .part_item_frame .frame_item .frame_item_tm {
  font-size: 1.5vw;
}

.part6 .part6_item1 .part_item_main2 {
  position: relative;
}

.part6 .part6_item2 .part_item_main2 .part_item_position {
  position: absolute;
  width: 92%;
  display: flex;
  justify-content: space-between;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 7vw;
}

.part6 .part6_item2 .part_item_main3 .part_block_tle {
  font-size: 3vw;
  width: 100%;
  text-align: center;
  font-family: 'HYCuJianHeiJ';
  color: #fea94e;
  margin-bottom: 1.5vw;
  margin-top: 3vw;
}

.part6 .part6_item2 .part_item_main3 .part_block_item_tm span {
  font-size: 2.5vw;
}

.part6 .part6_item2 .part_item_main3 .part_block {
  margin-top: 1%;
}

.part6 .part6_item3 .part_item_main2 {
  display: flex;
  justify-content: end;
  width: 95vw;
  position: relative;
}

.part6 .part6_item3 .part_item_main2 .part_itemimg {
  width: 60%;
}

.part6 .part6_item3 .part_item_main2 .part_item_safety {
  width: 35vw;
  position: absolute;
  top: 12%;
  left: 1%;
  letter-spacing: 0;
}

.part_item_safety .safety_item {
  display: flex;
  align-items: start;
}

.part_item_safety .safety_item .safety_img {
  width: 3vw;
  height: 3vw;
  margin-right: 2.5vw;
}

.part_item_safety .safety_item .safety_img img {
  width: auto;
  height: 100%;
}

.part_item_safety .safety_item .safety_tm {
  font-size: 1.2vw;
  letter-spacing: 0.1vw;
  line-height: 2vw;
  margin-bottom: 4vw;
}

.part_item_safety .safety_item .safety_tm span {
  font-weight: 700;
}

.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;
}