.faq-detail{
	margin: 0 auto;
  padding: 0;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: calc(100vh - 256px);
}
.faq-detail-all{
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 1000px;
  border-radius: 10px;
  margin-top: -84px;
  margin-bottom: 30px;
  padding: 40px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 18px 0 rgba(0,0,0,0.14);
}
.faq-detail-all input[type="text"] {
  width: 500px;
  height: 40px;
  padding-left: 10px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  border: 1px solid #999;
}
.faq-detail-all input[type="text"]:focus {
  border: 1px solid #2E7BFB;
}
.faq-detail-all textarea {
  width: 500px;
  height: 120px;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  border: 1px solid #999;
}
.faq-detail-all textarea:focus {
  border: 1px solid #2E7BFB;
}
.faq-detail-all select {
  width: 500px;
  height: 40px;
  font-size: 14px;
  padding-left: 5px;
  color: #333333;
  border: 1px solid #999;
  background-color: white;
}
.ziyuan-title {
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  line-height: 34px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.faq-detail .subtitle p{
	font-size: 16px;
	color: #666;
	line-height: 22px;
}
.faq-title {
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  line-height: 34px;
  margin-top: 40px;
  margin-bottom: 30px;
}
#faqForm textarea {
  text-align: left;
}
#faqForm label {
  font-size: 14px;
  margin: 5px 0px;
}
.faqradio {
  display: flex;
  justify-content: space-around;
  line-height: 40px;
}
.faq-warn, .faq-tel-warn, .faq-email-warn {
  display: none;
  position: absolute;
  font-size: 14px;
  color: #F7491E;
  letter-spacing: 0;
  line-height: 40px;
  margin-left: 20px;
}
.faq-clause-warn {
  position: absolute;
  font-size: 14px;
  color: #F7491E;
  letter-spacing: 0;
  line-height: 20px;
  margin-left: 20px;
  left: 75%;
}
.labname {
  text-align: left;
  width: 500px;
  margin: 0 auto;
}
#faqForm .faqinline .faqidenty {
  width:300px;
}
.faq-click {
  width: 200px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  vertical-align: middle;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  background-color:#2E7BFB;
  margin-top: 30px;
  cursor: pointer;
}
.faq-click:hover {
  background-color:#4D90FF;
}
.faqinline {
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin: 0 auto;
}
.faqinline a {
  line-height: 40px;
}
#captchaimg {
  height: 40px;
}
.radioGroup {
  width: 500px;
}
.radioGroup .radioItem label {
  margin-left: 10px;
}