﻿/*公用变量*/
/*公用样式函数*/
.quoteMain {
  padding: 50px 0;
}
.quoteWrap {
  overflow: hidden;
}
.quoteWrap .quoteUl {
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
}
.quoteWrap .quoteUl li {
  float: left;
}
.quoteWrap .quoteUl li > div {
  padding: 15px 20px 15px 0;
  position: relative;
}
.quoteWrap .quoteUl .textTd {
  text-align: right;
  padding-right: 10px;
  width: 230px;
}
.quoteWrap .quoteUl input[type=text] {
  border: 1px solid #fff;
  border-radius: 5px;
  background: transparent;
  outline: none;
  padding: 3px 10px;
  color: #fff;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
}
.quoteWrap .quoteUl .sameInput {
  width: 245px;
}
.quoteWrap .quoteUl .timeInput {
  width: 773px;
}
.quoteWrap .quoteUl .textarea {
  width: 773px;
  height: 150px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: transparent;
  outline: none;
  padding: 10px;
  color: #fff;
  font-size: 16px;
}
.quoteWrap .quoteUl .radioPart {
  padding-right: 9px;
}
.quoteWrap .quoteUl .radioPart label {
  margin-right: 30px;
}
.quoteWrap .quoteUl .radioPart label input {
  vertical-align: middle;
  margin-right: 8px;
  background: url(../images/radioBtn.png) center no-repeat;
}
.quoteWrap .quoteUl .required {
  background: url(../images/sEarth.png) right center no-repeat;
  background-size:15px 15px;
}
.quoteWrap .quoteUl label.error {
  position: absolute;
  font-size: 12px;
  top: 60px;
  left: 0;
  color: #e60012;
}
.quoteWrap .subBtnWrap {
  position: relative;
  width: 150px;
  height: 42px;
  line-height: 42px;
  left: 50%;
  margin-left: -75px;
  margin: 40px auto 30px -75px;
  z-index: 10;
}
.quoteWrap .subBtnWrap:hover .btnBg {
  left: 0;
  right: 0;
  opacity: 1;
}
.quoteWrap .subBtnWrap:hover .submitBtn {
  color: #fff;
  background: none;
  outline: none;
}
.quoteWrap .subBtnWrap .submitBtn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #000;
  border: none;
  border-radius: 5px;
  background: #fff;
  z-index: 2;
  cursor: pointer;
}
.quoteWrap .subBtnWrap .btnBg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45%;
  right: 45%;
  border-radius: 3px;
  background: #e03339;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 1000px) {
  .quoteWrap .quoteUl {
    width: 90%;
    margin: 0 auto;
  }
  .quoteWrap .quoteUl li {
    width: 100%;
  }
  .quoteWrap .quoteUl li > div {
    width: 100%;
  }
  .quoteWrap .quoteUl .textTd {
    text-align: left;
    width: 100%;
  }
  .quoteWrap .quoteUl .sameInput,
  .quoteWrap .quoteUl .timeInput,
  .quoteWrap .quoteUl .textarea {
    width: 96%;
  }
}
@media (max-width: 480px) {
  .quoteMain {
    padding: 30px 0 40px 0;
  }
  .quoteWrap .quoteUl li {
    width: 100%;
  }
  .quoteWrap .quoteUl li > div {
    padding: 5px 20px 10px 0;
  }
  .quoteWrap .quoteUl .sameInput,
  .quoteWrap .quoteUl .timeInput,
  .quoteWrap .quoteUl .textarea {
    width: 91%;
  }
  .quoteWrap .quoteUl label.error {
    top: 44px;
  }
}




