/*询盘云表单样式*/
.xhl_form {
	background-color: transparent;
	padding: 0 !important;
}
.xhl_form fieldset {
	margin-right: -2%;
}
.usedComp {
	float: left;
	width: 48%;
	margin-right: 2%;
	/*margin-bottom: 15px;*/
	/*margin-bottom: 1.5%;*/
}
.usedComp label {
	font-size: 14px;
	line-height: 36px;
	color: #868686;
	text-transform: capitalize;
}
.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;
}
.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;
}*/
.usedComp:nth-last-child(3) {
	width: 98%;
}
.usedComp:nth-last-child(2) {
	width: 98%;
	margin-bottom: 20px;
}
.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: #008cb0;
	margin-right: auto;
	margin-left: auto;
	
	text-transform: uppercase;
  }
#xhlFormSubmit:hover {
	background-color: #008cb0;
	color: #fff;
}

/*询盘云的下拉框*/

.xhl-selectMultiple-div {
	position: absolute;
	left: 0;
	top: 100%;
	background: rgba(255,255,255,.8);
	padding: 20px;
	-webkit-box-shadow: 0 0 10px #f0f0f0;
	-moz-box-shadow: 0 0 10px #f0f0f0;
	box-shadow: 0 0 10px #f0f0f0;
	z-index: 9;
	font-size: 16px;
	color: #868686;
	display: none;
}
.xhl-selectMultiple-div > div {
	margin-bottom: 10px;
}
.xhl-selectMultiple-div > div input {
	margin-right: 10px;
	cursor: pointer;
}
/*询盘云的下拉框*/

/*询盘云的下拉选择框*/
.usedComp .xhl-controls select {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #c8d0e3;
	color: #868686;
	outline: none;
}
/*.usedComp .xhl-controls select option {
	outline: none!important;
	background: none!important;
	background: none!important;
}*/


@media (max-width:1920px){

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

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

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

	.usedComp{
		width: 98%;
	}
}
@media (max-width:500px){

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

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

}

.message {
	background-color: #f6f6f6;
}

