/* Footer */

.footFixDrive .formInfo {
  color: #000000;
  padding: 10px;
  height: 54px;
  font-size: 16px;
  font-family: qihei55;
}

.footFixDrive-title {
  height: 54px; 
  line-height: 54px; 
  width: 150px; 
  float: left;
  font-family: qihei55;
}

.footFixDrive-content {
  width: 577px; 
  height: 54px; 
  float: left;
}

span.footslideDownBtn {
  position: absolute;
  top: 50%;
  right: 0px;
  cursor: pointer;
  width: 27px;
  height: 19px;
  padding: 0 !important;
  margin-top: -9.5px;
}

div.footslideUpBtn {
  position: fixed;
  bottom: 0;
  left: 5%;
  cursor: pointer;
  width: 98px;
  height: 32px;
  background: #000;
  padding: 0 !important;
  transition: margin-bottom ease 0.3s;
  -webkit-transition: margin-bottom ease 0.3s;
  z-index: 100;
  margin-bottom: -32px;
}

span.footslideDownBtn img,
div.footslideUpBtn img {
  width: 100%;
}

.footFixDrive .formInfo select,
.footFixDrive .formInfo #dealer{
  width: 136.5px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  float: left;
  margin-left: 5px;
  border: 1px solid rgb(79, 78, 78);
  border-radius: 4px;
}



.footFixDrive .formInfo .tt {
  width: 278px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  float: left;
  margin-left: 5px;
  border: 1px solid rgb(79, 78, 78);
  color: #000000;
  padding-left: 3px;
  -webkit-appearance: none;
  background: transparent;
  border-radius: 4px;
}

.footFixDrive .formInfo .tm {
  margin-top: 5px;
  background: transparent;
}

.footFixDrive .formInfo option {
  font-size: 17px;
}

.footFixDrive .formInfo #dealer.tm.long {
  /* margin-top: 5px;
  background: transparent; */
  width: 278px;
  line-height: 24px;
  box-sizing: border-box;
  padding: 0;
  position: relative;
/*   padding: 0 5px; */
}

.footFixDrive .formInfo #dealer select {
  border: none;
  width: 100%;
  height: 24px;
  padding:0;
  
margin: 0;background: transparent;line-height: 24px;}

.footFixDrive .formInfo #dealer div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.footFixDrive .formInfo #dealer:hover {
  border-color: #333;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000000;
  transition: color .5s;
}

input:focus::-webkit-input-placeholder,
input:hover::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
  color: #000000;
  transition: color .5s;
}

.footFixDrive .con {
  width: 1100px;
}

.footFixDrive .labelBg {
  position: absolute;
  right: 73px;
  top: 22px;
  cursor: pointer;
  font-size: 12px;
  width: 230px;
  margin-top: 0;
}

.footFixDrive .labelBg label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  font-family: qihei55;
  margin-bottom: 4px;
}

.footFixDrive .labelBg label a {
  vertical-align: unset;
}

.footFixDrive .labelBg label input {
  margin-right: 5px;
}

.footFixDrive .formInfo #footsubmitBtn {
  width: 32px; 
  height: 46px; 
  border: 1px solid rgb(79, 78, 78);
  color: #000000; 
  background: none; 
  line-height: 46px; 
  text-align: center; 
  font-weight: bold;
  border-radius: 4px;
}

