/*询盘云表单样式*/
.xhl_form {
	background-color: transparent;
	padding: 40px 0 0 !important;
}
.xhl_form fieldset {
	margin-right: -2%;
}
.usedComp {
	float: left;
	width: 48%;
	box-sizing: border-box;
	/* margin-right: 4%; */
	/*margin-bottom: 15px;*/
	margin-bottom: 1.5%;
}
.usedComp:nth-child(2n){
	float: right;
}
.usedComp label {
	font-size: 14px;
	line-height: 36px;
	color: #868686;
	text-transform: capitalize;
	display: none;
}
.usedComp span {
	color: #c4a36d;
	padding-left: 5px;
}
.xhl-input-xlarge {
	width: 100%;
	height: 40px;
	border: 0;
	border:1px solid #c8d0e3;
}
.xhl-controls {
	position: relative;
}
.xhl-controls .xhl-form-tip {
	position: absolute;
	right: -10px;
	top: 0;
}
.usedComp input {
	box-sizing: border-box;
	outline: none;
	padding: 0 20px;

}
.usedComp:nth-child(5) {
	width: 98%;
	/*margin-bottom: 50px;*/
}
.xhl-controls .xhl-textarea {
	display: block;
	clear: both;
	width: 100%;
	height: 150px;
	resize: none;
	border: none;
	border:1px solid #c8d0e3;
}
.usedComp textarea {
	box-sizing: border-box;
	padding: 20px;
	outline: none;
}
/*.usedComp:last-child {
	margin-bottom: 50px;
}*/
.xhl-footer:hover{
	cursor:pointer;
}
.xhl-footer{
	width: 98%;
	margin-bottom: 0!important;
	margin-top: 20px;
}
#xhlFormSubmit {
	display: block;
	width: 126px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	background: #ffb038;
	margin: 20px auto 0;
	text-transform: uppercase;
  }
#xhlFormSubmit:hover {
	background-color: #f89b0e;
	color: #fff;
}
@media (max-width:1920px){

}
@media (max-width:1440px){

}
@media (max-width:1200px){

}
@media (max-width:768px){

	.usedComp{
		width: 100%;
	}
	.xhl-input-xlarge{
		width: 99%;
	}
}
@media (max-width:500px){

}
@media (max-width:375px){

}
@media (max-width:320px){

}



