input {
  outline: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.test-drive-container {
  position: relative;
  padding-bottom: 79px;
  overflow: hidden;
}
.test-drive-container .mob-show {
  display: none;
}
.test-drive-container .arrow-sum {
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.test-drive-container .mob-arrow {
  display: none;
}
.test-drive-container .choose-way-show {
  display: none;
}
.test-drive-container .adress-mob {
  display: none;
}
.test-drive-container .adress-pc {
  display: none;
}
.test-drive-container .adress-pc-show {
  display: block;
}
.test-drive-container .rotateCar {
  -webkit-transform: translateY(-50%) rotate(180deg) !important;
          transform: translateY(-50%) rotate(180deg) !important;
}
.test-drive-container .rotateWay {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}
.test-drive-container .emailActive {
  position: absolute !important;
  bottom: -23px !important;
  left: 0 !important;
  color: red !important;
  visibility: visible !important;
  z-index: 10;
}
.test-drive-container .drive-container {
  width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 241px;
  margin-top: 77px;
  position: relative;
}
.test-drive-container .drive-banner {
  overflow: hidden;
}
.test-drive-container .drive-banner .drive-banner-img {
  width: 1920px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 1920px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
}
.test-drive-container input[type=number]::-webkit-inner-spin-button,
.test-drive-container input[type=number]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none;
}
.test-drive-container input,
.test-drive-container textarea {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  font-family: "Montserrat", Arial, Helvetica Neue, Helvetica, sans-serif;
}
.test-drive-container input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.test-drive-container input::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
.test-drive-container input:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.test-drive-container input::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.test-drive-container input::placeholder {
  color: #fff;
  font-size: 16px;
}
.test-drive-container .user {
  width: 440px;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(17px) contrast(58%);
          backdrop-filter: blur(17px) contrast(58%);
}
.test-drive-container .user .top {
  background: rgba(0, 0, 0, 0.5);
  padding: 37px 30px 45px;
  padding-bottom: 45px;
  border-radius: 10px 10px 0 0;
}
.test-drive-container .user .top .title {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}
.test-drive-container .user .top .selectCar {
  height: 50px;
  width: 380px;
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  margin: 27px auto 0;
  cursor: default;
  position: relative;
}
.test-drive-container .user .top .selectCar .choose {
  line-height: 50px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  overflow: hidden;
}
.test-drive-container .user .top .selectCar .top-arrow {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.test-drive-container .user .top .selectCar .options {
  width: 380px;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #60707d;
  z-index: 2;
  overflow: hidden;
  display: none;
}
.test-drive-container .user .top .selectCar .options.options-show {
  display: block;
}
.test-drive-container .user .top .selectCar .options .option {
  line-height: 44px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
}
.test-drive-container .user .top .selectCar .options .option:hover {
  background: #999;
}
.test-drive-container .user .info {
  padding: 0 30px 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 0.46875vw 0.46875vw;
}
.test-drive-container .user .info input,
.test-drive-container .user .info textarea {
  margin-top: 19px;
  line-height: 50px;
  border: none;
  outline: none;
  border-bottom: 1px solid #c6c7c6;
  background: none;
  width: 100%;
  border-radius: 0;
  font-weight: 400;
  resize: none;
}
.test-drive-container .user .info textarea {
  font-size: 16px;
  line-height: 1.5;
}
.test-drive-container .user .info .tip {
  font-size: 14px;
  color: #fff;
  margin-top: 0.5vw;
}
.test-drive-container .user .info .nameOne,
.test-drive-container .user .info .nameTwo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.test-drive-container .user .info .nameOne input,
.test-drive-container .user .info .nameTwo input {
  width: 180px;
}
.test-drive-container .user .info .contact-way,
.test-drive-container .user .info .region-way {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #c6c7c6;
  line-height: 50px;
  position: relative;
}
.test-drive-container .user .info .contact-way .left,
.test-drive-container .user .info .region-way .left {
  border-bottom: 0;
}
.test-drive-container .user .info .contact-way .right-phoneOrEmail,
.test-drive-container .user .info .region-way .right-phoneOrEmail {
  width: 120px;
  margin-right: 30px;
  border: 0;
  cursor: pointer;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.test-drive-container .user .info .contact-way .contact-right,
.test-drive-container .user .info .region-way .contact-right {
  position: relative;
}
.test-drive-container .user .info .contact-way .contact-right .contact-arrow,
.test-drive-container .user .info .region-way .contact-right .contact-arrow {
  bottom: 23px;
  right: 0;
}
.test-drive-container .user .info .contact-way .contact-right .choose-way,
.test-drive-container .user .info .region-way .contact-right .choose-way {
  position: absolute;
  right: -1px;
  top: 66px;
  overflow: hidden;
  z-index: 2;
  min-width: 78%;
  max-width: 255%;
  max-height: 8vw;
  border: 1px solid #ccc;
  overflow-x: hidden;
  overflow-y: auto;
}
.test-drive-container .user .info .contact-way .contact-right .choose-way .way-sum,
.test-drive-container .user .info .region-way .contact-right .choose-way .way-sum {
  line-height: 28px;
  cursor: pointer;
  background-color: #60707d;
  padding-left: 30px;
  width: 100%;
  text-align: right;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: auto;
}
.test-drive-container .user .info .contact-way .contact-right .choose-way .way-sum:hover,
.test-drive-container .user .info .region-way .contact-right .choose-way .way-sum:hover {
  background-color: #999;
}
.test-drive-container .user .info .contact-way .contact-right img,
.test-drive-container .user .info .region-way .contact-right img {
  margin-left: 20px;
}
.test-drive-container .user .info .newLetter,
.test-drive-container .user .info .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 23px;
  color: #fff;
}
.test-drive-container .user .info .newLetter .checkbox,
.test-drive-container .user .info .policy .checkbox {
  width: 0.9375vw;
  height: 0.9375vw;
  margin: 0;
}
.test-drive-container .user .info .newLetter .text,
.test-drive-container .user .info .policy .text {
  margin-left: 19px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.test-drive-container .user .info .policy {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.test-drive-container .user .info .policy .checkbox {
  margin-top: 6px;
}
.test-drive-container .user .info .contactSubmit {
  display: block;
  min-width: 200px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  text-align: center;
  margin: 29px auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 13px;
  font-family: "Montserrat", Arial, Helvetica Neue, Helvetica, sans-serif;
}
.test-drive-container .adress-loaction {
  position: relative;
}
.test-drive-container .adress {
  width: 550px;
  border-radius: 9px;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(17px) contrast(58%);
          backdrop-filter: blur(17px) contrast(58%);
  top: 560px;
  right: 0;
}
.test-drive-container .adress .adressTop {
  padding: 27px 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.test-drive-container .adress .adressTopText {
  width: 450px;
  font-weight: 600;
  font-size: 20px;
}
.test-drive-container .adress .adressTop .adress-close {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 35px;
}
.test-drive-container .adress .adressTop .adress-close .close {
  position: absolute;
  width: 100%;
}
.test-drive-container .adress .adressTop .adress-close .pc-arrow {
  right: 0;
  top: 0;
}
.test-drive-container .adress .list {
  overflow-y: scroll;
  height: 322px;
  margin-top: 35px;
  margin-right: 15px;
  padding-bottom: 9px;
}
.test-drive-container .adress .list .item {
  margin: 0 30px;
  border-bottom: 1px solid #c1c3c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.test-drive-container .adress .list .item .text {
  color: #fff;
  padding: 27px 0;
  width: 310px;
}
.test-drive-container .adress .list .item .text .distance-pc {
  font-weight: 300;
  display: inline-block;
  padding-left: 6px;
}
.test-drive-container .adress .list .item .text .distance-mob {
  display: none;
  padding-left: 0;
}
.test-drive-container .adress .list .item:nth-of-type(1) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.test-drive-container .adress .list .item:nth-of-type(1) .text {
  padding-top: 0;
}
.test-drive-container .adress .list .item .text .shop {
  font-size: 16px;
  font-weight: 400;
}
.test-drive-container .adress .list .item .text .position {
  font-size: 14px;
  margin-top: 11px;
  font-weight: 400;
}
.test-drive-container .adress .list .item .select {
  padding: 13px 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 5px;
  white-space: nowrap;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 150px;
  font-family: "Montserrat", Arial, Helvetica Neue, Helvetica, sans-serif;
}
.test-drive-container .adress .list::-webkit-scrollbar {
  width: 4px;
  opacity: 0;
}
.test-drive-container .adress .list::-webkit-scrollbar-thumb {
  width: 100%;
  border-radius: 999px;
  background-color: #707070;
}
.test-drive-container .adress .search-loading {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 357px;
  pointer-events: none;
}
.test-drive-container .adress .search-loading .loading-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  width: 50px;
  height: 50px;
  display: none;
}
.test-drive-container .adress .search-loading.loading .loading-svg {
  display: inline-block;
  -webkit-animation: loading360 0.8s infinite linear;
          animation: loading360 0.8s infinite linear;
  /*给圆环添加旋转360度的动画，并且是无限次*/
}
.test-drive-container .nodata {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
@-webkit-keyframes loading360 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loading360 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

.test-drive-container .user .check-container {
  padding-top: 27px;
}

.test-drive-container .user .check-container .check-item:nth-of-type(1) {
  margin-bottom: 23px;
}

.test-drive-container .user .checkLabel {
  cursor: pointer;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.test-drive-container .user .checkLabel span:nth-of-type(1) {
  padding-left: 4px;
  position: absolute;
}

.test-drive-container .user .checkLabel span:nth-of-type(2) {
  padding-left: 24px;
}

.test-drive-container .user .checkLabel i {
  font-size: 12px;
  font-style: normal;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 16px;
  color: rgba(255, 255, 255, 0);
  vertical-align: middle;
  margin: -2px 2px 1px 0px;
  border: 1px solid #fff;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.test-drive-container .user .checkLabel:hover i {
  border: 1px solid #5fb878;
}

.test-drive-container .user .checkLabel input[type=checkbox] {
  display: none;
}

.test-drive-container .user .checkLabel input[type=checkbox]:checked + i {
  background-color: rgba(51, 51, 51, 0.8);
  color: rgb(255, 255, 255);
}

.test-drive-container .checkBox {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.test-drive-container .user .checkBox p {
  width: 345px;
  margin-top: -4px;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 400;
}

.test-drive-container .user .noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
}

.test-drive-container .user .privacy-policy a {
  text-decoration: underline;
  color: #fff;
}

.test-drive-container .user .check-container .check-item {
  position: relative;
}

.test-drive-container .user .noCheckedTip {
  color: red;
  font-size: 16px;
  visibility: hidden;
}

.test-drive-container .user .noCheckedTip.privacyIsShow {
  visibility: visible;
}

.test-drive-container .remind-input {
  position: relative;
}

.test-drive-container .remind {
  position: absolute;
  bottom: -23px;
  left: 0;
  color: red;
  visibility: hidden;
}

.test-drive-container .remindActive {
  visibility: visible;
}

.test-drive-container .drive-container .overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.test-drive-container .drive-container .overlay .content {
  width: 37.5vw;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.125vw 1.2vw 1.4vw;
  position: relative;
}
.test-drive-container .drive-container .overlay .overlay-close{
  width: 20px;
  position: absolute;
  top: 2vw;
  right: 2vw;
  cursor:pointer;
}
.test-drive-container .drive-container .overlay .content .icon {
  width: 4.333333vw;
}
.test-drive-container .drive-container .overlay .content .title {
  margin-top: 1.041667vw;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
.test-drive-container .drive-container .overlay .content .jump {
  margin-top: 2.083333vw;
  color: #7a8080;
  text-align: center;
}
.test-drive-container .drive-container .overlay .content .jump a {
  text-decoration: underline;
  color: #7a8080;
}
.test-drive-container .drive-container .overlay .content .jump img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 10px;
}
.test-drive-container .drive-container.success .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .test-drive-container .adress-mob {
    display: none;
  }
  .test-drive-container .user .info .tip {
    font-size: 3.333333vw;
    margin-top: 2vw;
  }
  .test-drive-container .user .info textarea {
    font-size: 3.6111vw;
  }
  .test-drive-container .nodata {
    font-size: 3.6111vw;
  }
  .test-drive-container .adress-pc {
    display: none;
  }
  .test-drive-container .adress-mob-show {
    display: block;
  }
  .test-drive-container .mob-hide {
    display: none;
  }
  .test-drive-container.mob-arrow {
    display: block;
  }
  .test-drive-container .pc-arrow {
    display: none;
  }
  .test-drive-container {
    width: 100%;
    padding-bottom: 0;
    overflow: visible;
  }
  .test-drive-container .drive-container {
    position: static;
    width: 100%;
    margin: 0 auto !important;
  }
  .test-drive-container .drive-banner {
    width: 100%;
  }
  .test-drive-container .drive-banner .drive-banner-img {
    width: 100%;
    position: static;
    min-width: 100%;
    -webkit-transform: none;
            transform: none;
  }
  .test-drive-container .user {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .test-drive-container .user .top {
    background-color: #4b4b4b;
    width: 100%;
    padding: 6.388889vw 13.472222vw 6.25vw;
    border-radius: 0;
  }
  .test-drive-container .user .top .selectCar .top-arrow {
    width: 2.2222vw;
    height: 1.833333vw;
  }
  .test-drive-container .user .top .title {
    font-size: 5.833333vw;
    text-align: center;
  }
  .test-drive-container .user .top .choose {
    text-align: center;
    font-size: 3.6111vw !important;
    height: 10.416667vw;
    line-height: 10.416667vw !important;
  }
  .test-drive-container .user .top .selectCar .choose::after {
    width: 1.527778vw;
    height: 100%;
    background-size: 2.872917vw !important;
  }
  .test-drive-container .drive-container .user .selectCar {
    width: 70vw;
    padding: 0 9.444444vw;
    height: 10.416667vw;
  }
  .test-drive-container .user .top .selectCar .options {
    width: 70.33vw;
    border: 1px solid #ccc;
    position: absolute;
    font-size: 3.6111vw;
    background-color: #4b4b4b;
  }
  .test-drive-container .user .top .selectCar .options .option {
    line-height: 6.111111vw;
    text-align: center;
  }
  .test-drive-container .drive-container .user .info {
    background-color: #636363;
    padding: 0 11.527778vw 41.53889vw;
  }
  .test-drive-container .drive-container .user .info input::-webkit-input-placeholder {
    font-size: 3.611111vw;
  }
  .test-drive-container .drive-container .user .info input::-moz-placeholder {
    font-size: 3.611111vw;
  }
  .test-drive-container .drive-container .user .info input:-ms-input-placeholder {
    font-size: 3.611111vw;
  }
  .test-drive-container .drive-container .user .info input::-ms-input-placeholder {
    font-size: 3.611111vw;
  }
  .test-drive-container .drive-container .user .info input::placeholder {
    font-size: 3.611111vw;
  }
  .test-drive-container .drive-container .user .info .nameOne input,
.test-drive-container .drive-container .user .info .nameTwo input {
    width: 100%;
  }
  .test-drive-container .drive-container .user .info .nameOne .first-name {
    margin-top: 26.666667vw;
  }
  .test-drive-container .drive-container .user .info input {
    line-height: 9.861111vw;
    margin-top: 5.833333vw;
    font-size: 3.6111vw;
    border-bottom: 1px solid #fff;
  }
  .test-drive-container .user .info .nameOne,
.test-drive-container .user .info .nameTwo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .test-drive-container .user .info .contact-way,
.test-drive-container .user .info .region-way {
    line-height: 0;
    margin-top: 0;
    border-bottom: 1px solid #fff;
  }
  .test-drive-container .contact-way .left,
.test-drive-container .region-way .left {
    border: none !important;
  }
  .test-drive-container .user .info .contact-way .contact-right img,
.test-drive-container .user .info .region-way .contact-right img {
    position: absolute;
    top: 9vw;
    left: 10vw;
  }
  .test-drive-container .user .info .contact-way .right-phoneOrEmail,
.test-drive-container .user .info .region-way .right-phoneOrEmail {
    width: 21.9vw;
    height: 9.861111vw;
    padding-right: 0;
    margin-right: 7.777778vw;
    font-size: 3.6111vw;
    border: none;
  }
  .test-drive-container .user .info .contact-way .contact-right .contact-arrow,
.test-drive-container .user .info .region-way .contact-right .contact-arrow {
    bottom: 4.122222vw;
    right: 2.777778vw;
    width: 2.2222vw;
    height: 1.833333vw;
  }
  .test-drive-container .user .info .contact-way .contact-right .choose-way .way-sum,
.test-drive-container .user .info .region-way .contact-right .choose-way .way-sum {
    font-size: 3.61111vw;
    line-height: 7vw;
    background-color: #4b4b4b;
    padding-right: 7.64vw;
    padding-left: 7.64vw;
  }
  .test-drive-container .user .info .contact-way .contact-right .choose-way,
.test-drive-container .user .info .region-way .contact-right .choose-way {
    top: 16.3vw;
    max-width: 261%;
    max-height: 25vw;
  }
  .test-drive-container .user .check-container {
    padding-top: 8.472222vw;
  }
  .test-drive-container .user .check-container .check-item:nth-of-type(1) {
    margin-bottom: 7.083333vw;
  }
  .test-drive-container .user .checkLabel span:nth-of-type(1) {
    padding-left: 1.111111vw;
    padding-right: 11.527778vw;
  }
  .test-drive-container .user .info .contactSubmit {
    margin-top: 6.527778vw;
    font-size: 3.611111vw;
    width: 70vw;
    border-radius: 0;
    min-width: auto;
    max-width: 100%;
    line-height: normal;
    min-width: auto;
    max-width: 100%;
    padding: 2.708333vw;
  }
  .test-drive-container .user .checkLabel {
    font-size: 3.33333vw;
  }
  .test-drive-container .user .privacy-policy {
    padding: 0 !important;
  }
  .test-drive-container .user .checkLabel i {
    width: 4.305556vw;
    height: 4.305556vw;
    font-size: 3.3333vw;
    line-height: 4.2222vw;
  }
  .test-drive-container .user .check-container p {
    font-size: 3.333333vw !important;
    width: 71vw;
  }
  .test-drive-container .user .checkLabel:hover i {
    border: 1px solid rgb(255, 255, 255);
  }
  .test-drive-container .drive-wrapper {
    position: relative;
    width: 100%;
  }
  .test-drive-container .adress {
    position: absolute;
    width: 81.527778vw;
    top: 17.361111vw;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border: 1px solid #fff;
    background: #757575;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 0;
    backdrop-filter: none !important;
    border-radius: 1.111111vw;
    bottom: auto;
    right: auto;
  }
  .test-drive-container .adress .search-loading {
    height: 55vw;
  }
  .test-drive-container .adress .list {
    height: 55vw;
    margin-top: 5vw;
    margin-right: 1.666667vw;
    padding-bottom: 2vw;
  }
  .test-drive-container .adress .list::-webkit-scrollbar-thumb {
    background-color: #cdcdcd;
  }
  .test-drive-container .adress .list .select-mob {
    display: none;
  }
  .test-drive-container .adress .adressTop {
    padding: 0;
    padding-top: 3.888889vw;
    padding-left: 5.555556vw;
    background: rgba(0, 0, 0, 0);
  }
  .test-drive-container .adress .adressTop .adress-close {
    top: 4.966667vw;
    right: 7.5vw;
    width: auto;
    height: auto;
    padding: 1.1111111111vw;
    background-color: #d8d8d8;
    border-radius: 50%;
  }
  .test-drive-container .adress .adressTop .adress-close svg {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    display: block;
    position: relative;
  }
  .test-drive-container .adress .adressTop p {
    font-size: 3.611111vw;
    width: 62vw;
  }
  .test-drive-container .adress .list .item {
    margin: 1.666667vw 3.888889vw 0;
    position: relative;
    border-bottom: 1px solid #fff;
  }
  .test-drive-container .adress .list .item .text {
    padding: 3.194444vw 0;
    padding-right: 50px;
    width: 73.611111vw;
    padding-left: 1.666667vw;
  }
  .test-drive-container .adress .list .item .text .position {
    font-size: 2.5vw;
    margin-top: 0.972222vw;
    position: relative;
  }
  .test-drive-container .adress .list .item .text .distance-mob {
    position: absolute;
    top: -1vw !important;
    right: -14.305556vw !important;
    font-size: 2.777778vw;
    display: block;
  }
  .test-drive-container .adress .list .item .text .distance-pc {
    display: none;
  }
  .test-drive-container .adress .list .item .text .shop {
    font-size: 3.6111vw;
    position: relative;
    width: 50vw;
  }
  .test-drive-container .adress .list .item .text .position {
    width: 50vw;
  }
  .test-drive-container .remind {
    bottom: -4.166667vw;
    font-size: 3.055556vw;
  }
  .test-drive-container .emailActive {
    bottom: -4.166667vw !important;
    font-size: 3.055556vw !important;
  }
  .test-drive-container .user .noCheckedTip {
    font-size: 3.055556vw;
  }
  .test-drive-container .drive-container .overlay .content {
    width: 71.944444vw;
  }
  .test-drive-container .drive-container .overlay .content .icon {
    margin-top: 11.111111vw;
    width: 10.333333vw;
  }
  .test-drive-container .drive-container .overlay .content .title {
    font-size: 4.444444vw;
    margin-top: 4.166667vw;
  }
  .test-drive-container .drive-container .overlay .content .jump {
    margin-top: 8.333333vw;
    font-size: 3.333333vw;
  }
}
@media (min-width: 1150px) and (max-width: 1300px) {
  .test-drive-container .drive-container {
    margin-left: 90px !important;
  }
}
@media (min-width: 992px) and (max-width: 1149px) {
  .test-drive-container .drive-container {
    margin-left: 13px !important;
  }
  .test-drive-container .drive-container .user {
    width: 430px;
  }
  .test-drive-container .drive-container .adress {
    width: 540px;
    right: 45px;
  }
  .test-drive-container .drive-wrapper .drive-blur {
    right: 40px;
    width: 540px;
  }
}
@media (min-width: 1920px) {
  .test-drive-container .drive-banner .drive-banner-img {
    width: 100%;
  }
}