@media (max-width: 768px) {
    #section-kv > a{
        display: none !important;
    }
}


.checked-icon-color{
    background: url(../../../../images/car-model-public/common/bottomTestDriver/select.png) center center no-repeat !important;
    background-size: 100% !important;
    border-color: #000 !important;
}
.car-bottom-test-driver-open{
    position: fixed;
    bottom: 0.2rem;
    right: 0.2rem;
    border-radius: .48rem;
    z-index: 4;
    display: none;
    align-items: center;
    justify-content: center;
    width: 1.7rem;
    height: .6rem;
    background: #3daeae;
    cursor: pointer;
}
.car-bottom-test-driver-open .title{
    color: #fff;
    font-size: .18rem;
    font-weight: 300
}
.car-bottom-test-driver-open img{
    width: .19rem;
    margin-left: .17rem;
}
.car-bottom-test-driver-box .zw{
    height: .7rem;
    width: 100%;
}
.new-footer-dirver {
  height: 0.7rem;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,0.1);
      background-color: rgba(255,255,255,.7);
    backdrop-filter: saturate(80%) blur(50px);
    -webkit-backdrop-filter: saturate(80%) blur(50px);
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 4;
}
.new-footer-dirver .select {
  width: 2.4rem;
  height: 0.4rem;
  background: rgba(255,255,255,.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.18rem;
  font-size: 0.16rem;
  color: #000;
  position: relative;
  font-weight: 300;
  border: 0.001rem solid #e6e6e6
}
.new-footer-dirver .select img {
  width: 0.15rem;
  transform-origin: center center;
  transition: all .2s linear;
  opacity: 1;
}
.rotateImg img {
    transform: rotate(180deg);
}
.rotateImgMb img{
    transform: rotate(180deg);
}
.new-footer-dirver .select ul::-webkit-scrollbar {
  width: 10px !important;
}
.new-footer-dirver .select ul::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.new-footer-dirver .select ul::-webkit-scrollbar-track {
  background: #424a52;
}
.new-footer-dirver .select ul {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  transform: translate(0, 0);
  white-space: nowrap;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 0.13rem 0.1rem;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 2.1rem;
  min-width: 2.4rem;
}
.new-footer-dirver .select ul li {
  height: 0.34rem;
  border-radius: 1px;
  font-size: 0.14rem;
  color: #000;
  margin-bottom: 0.12rem;
  text-align: left;
  line-height: 0.34rem;
  padding: 0 0.09rem;
  cursor: pointer;
}
.new-footer-dirver .select ul li:hover {
  background-color: rgba(239,239,239,1);
}
.new-footer-dirver .select ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.new-footer-dirver input {
  width: 1.8rem;
  height: 0.4rem;
  background: rgba(255,255,255,.6);
  border-radius: 0;
  padding: 0 0.18rem;
  color: #000;
  font-size: 0.16rem;
  font-weight: 300;
  border: 0.001rem solid #e6e6e6
}
.new-footer-dirver input::-webkit-input-placeholder {
  color: #000;
}
.new-footer-dirver .agree-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-footer-dirver .agree-box .left {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.new-footer-dirver .agree-box .left a {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid #000;
}
.new-footer-dirver .agree-box .left .left-right {
  margin-left: 0.14rem;
  color: #000;
  font-size: 0.15rem;
  font-weight: 300;
}
.new-footer-dirver .agree-box .right {
  color: #000;
  font-size: 0.15rem;
  cursor: pointer;
  font-weight: 300
}
.new-footer-dirver .quick-inquiry {
  width: 1.6rem;
  height: 0.4rem;
  background: #3daeae;
  border-radius: 0;
  color: #fff;
  font-size: .15rem;
  text-align: center;
  line-height: 0.4rem;
  cursor: pointer;
  font-weight: 300;
  position: relative
}
.new-footer-dirver .quick-inquiry a{
    color: #fff;
    position: relative;
    z-index: 1;
}
.new-footer-dirver .quick-inquiry::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: transform .9s cubic-bezier(0.165,0.84,0.44,1);
	transform: scaleX(0);
	transform-origin: right;
	z-index: 0;
}
.new-footer-dirver .quick-inquiry:hover a{
	color: #000;
}
.new-footer-dirver .quick-inquiry:hover::after{
	transform: scaleX(1);
	transform-origin: left;
}
.new-footer-dirver .close-bottom-btn {
    display: flex;
    align-items: center;
    cursor: pointer
}
.new-footer-dirver .close-bottom-btn .t{
    font-size: .16rem;
    opacity: .8
}
.new-footer-dirver .close-bottom-btn:hover .t{
    opacity: 1
}
.new-footer-dirver .close-bottom-btn .i{
    width: 0.1rem;
    height: 2px;
    background: #3daeae;
    margin-left: 0.1rem;
}
.province-ul,.city-ul,.dealer-ul{
    display: none;
}

.new-footer-dirver ul.dealer-ul li {
    line-height: 1.5;
    height: auto;
    padding: 0.5em 0.09rem;
    margin-bottom: 0;
}

.dealer-ul .info {
    display: block;
    color: #999;
    font-size: 12px;
}


/* å¼¹æ¡† */
.myAlertWindow{
    position: absolute;
    top: 0;
    left:50;
    transform: translate(-50%,0);
    width: 500px;
    height: 200px;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    display: none;
}
.textTip{
    width: 100%;
    height: 150px;
    text-align: center;
    line-height: 150px;
}
.new-cancel{
    display: block;
    width: 1rem;
    height: 0.5rem;
}
.new-determine{
    display: block;
    width: 1rem;
    height: 0.5rem;
}
/* çº¢è‰²è¾¹æ¡† */
.no-correct-border{
    border: 1px solid #000 !important;
}
.province-html,.city-html,.dealer-html{
    cursor: pointer;
}




/* ç§»åŠ¨ç«¯éšè—pc */
@media (max-width: 767px){
    .new-pc-pad {
        display: none !important;
    }
}



/* ç§»åŠ¨ç«¯css */
.mask-layer{
	width: 100%;
	height: calc(100vh - 1rem);
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 41pt;
	z-index: 400;
}


.new-footer-dirver-mb{
	position: fixed;
	bottom: 0;
	width: 100%;
	/* background-color: #FFFFFF; */
    background-color: rgba(64, 74, 83);
	z-index: 1009;
    height: 1rem;
	transform-origin: center center;
	transition: all .4s linear;
    opacity: 0.96;
    /* border-top: 1px solid rgba(255,255,255,0.5); */
    left: 0;
    display: none !important
}
.new-footer-dirver-mb .center-box{
    font-weight: normal;
	display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1rem;
    box-sizing: border-box;
    padding: 0 0.47rem;
    color: #e2e3e4;
    letter-spacing: 1px;
    font-size: 0.25rem;
}
.center-box .isOpen{
	width: 1.9rem;
	height: 0.7rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
    font-size: .21rem;
    color: #e2e3e4;
    letter-spacing: 2px;
}
.center-box .isOpen .openBefore{
	width: 100%;
	height: 100%;
	border: 1px solid #E9E9E9;
    font-size: .21rem;
	display: flex;
    align-items: center;
    justify-content: center;
}
.center-box .openImg{
	transform: rotate(0deg);
}
.below-box-mb{
	height: 9.35rem;
	width: 100%;
	position: relative;
}
.below-center{
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
}
.below-box-mb .divide-mb{
	width: 6.6rem;
	height: 0.8rem;
	border-bottom: 1px solid #96989B;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	margin-top: 0.5rem;
	position: relative;
}
.below-box-mb .divide-mb-other{
	width: 6.6rem;
	height: 0.8rem;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	margin-top: 0.5rem;
	position: relative;
    font-size: 0.24rem;
}
.below-box-mb .divide-mb-bottom{
	width: 6.6rem;
	height: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.5rem;
	position: relative;
}
.select-mb{
	flex: 1;
	margin-left: 2%;
	height: 1.1rem;
	line-height: 1.1rem;
	color: #96989B;
	font-size: 0.26rem;
}
.p-img-select,.c-img-select,.d-img-select{
	display: inline-block;
	width: 0.26rem !important;
	height: 0.14rem !important;
	transform-origin: center center;
	transition: all .2s linear;
}
.p-ul-mb,.c-ul-mb,.d-ul-mb{
	position: absolute;
	/* display: block; */
	left: 0;
	top: 0.7rem;
	transform: translate(0, 0);
	white-space: nowrap;
	background-color: #ffffff;
	/* border: 1px solid #818990; */
	box-shadow: 2px 2px 5px #cccccc;
	border-radius: 2px;
	padding: 0.13rem 0.1rem;
	overflow: hidden;
	overflow-y: scroll;
	max-height: 3.4rem;
	width: 100%;
	z-index: 999;
	display: none;
}
.all-ul-mb li{
	width: 96%;
	margin-left: 2%;
	height: 0.8rem;
	line-height: 0.8rem;
}
.name-input-mb{
	width: 100%;
	height: 0.8rem;
	border: 0px;
	font-size: 0.26rem;
    line-height: 0.8rem;
    outline: none;
    background-color: transparent;
}
.phone-input-mb{
	width: 100%;
	height: 0.8rem;
	border: 0px;
	font-size: 0.26rem;
    line-height: 0.8rem;
    outline: none;
    background-color: transparent;
}
.divide-mb input::-webkit-input-placeholder {
  color: #96989B;
}
.agree-box-mb{
	display: flex;
	align-items: center;
}
.agree-box-mb p{
	margin: 0;
	line-height: 1rem;
	margin-left: 15px;
	color: #96989B;
}
.agree-box-mb a{
	width: 0.47rem;
	height: 0.47rem;
	display: block;
	float: left;
	border: 1px solid #96989B;
}
.privacy-box-mb a{
	color: #000000;
}
.submit-box-mb{
	width: 6.58rem;
	height: 0.94rem;
	background-color: #424A52;
	text-align: center;
	line-height: 0.94rem;
	font-size: 0.29rem;
	color: #FEFEFE;
}
.agerr-mb-icon{
	background: url(../../images/H9-09-10/new-h9-2022/agreeMb.png);
	border-color: #434A51 !important;
	background-size: 100% 100%;
}
.no-correct-border-mb{
	border-bottom: 1px solid #626970 !important;
}
.no-correct-border-mb-agree{
	border: 1px solid #626970 !important;
}
.checkColorMb{
	color: #000000 !important;
}
.before-open-box{
    height: 1.2rem;
    background-color:rgba(64, 74, 83);
}
.after-open-box{
    height: 11.35rem;
    padding-top: .3rem;
    background-color:rgba(255, 255, 255);
}
@media (max-width: 768px) {
    .center-box .isOpen{
        width: 1.4rem;
        height: .55rem;
        font-size: .21rem;
    }
    .before-open-box{
        height: 1rem
    }
    .car-bottom-test-driver-box .zw{
        display: none !important;
    }
}

.close-bottom-btn{
    display: flex !important
}