html {
  background: none;
}
.advertising {
  display: block;
}
.advertising img {
  display: block;
  width: 100%;
}
.moveCarBind {
  background-color: #f4f4f4;
}
.license {
  background-color: #fff;
}
.license h1 {
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
.choose {
  width: 272px;
  padding: 15px 0;
  margin: 0 auto;
}
.choose .chooseCar {
  width: 120px;
  margin: 0 auto;
  padding-left: 20px;
  background: url(../images/chooseCar.png) no-repeat left center;
  background-size: 20px;
  color: #999;
  font-size: 14px;
}
/* .choose .newEnergy {
  float: right;
  padding-left: 20px;
  background: #fff url(../images/noChoose.png) no-repeat left center;
  background-size: 20px;
  color: #999;
  font-size: 14px;
} */
.carInfo {
  margin-top: 10px;
  background-color: #fff;
}
.carInfo .imgBox {
  position: relative;
  float: left;
  width: 25%;
  height: 50px;
}
.carInfo .imgBox img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70%;
  margin: auto;
}
.carInfo span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: right;
  width: 75%;
}
.carInfo .brand {
  background: #fff url(../images/right.png) no-repeat 95% center;
  background-size: 20px;
  color: #333;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
}
/* .carInfo .model {
  padding: 0 0 10px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
} */
.userTel {
  margin-top: 10px;
  padding: 12px 0 12px 95px;
  background: #fff url(../images/moveCarTel.png) no-repeat 40px center;
  background-size: 22px;
}
.userTel input {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}
.bindButton {
  width: 90%;
  height: 45px;
  margin: 30px auto 0;
  background-color: #0087f3;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 45px;
}