/*询盘云表单样式*/
.usedComp{float: left;width: 46%;margin-right: 4%;margin-bottom: 0px;}
/* .usedComp:nth-child(3n+1){margin-left: 0;} */
/* .usedComp:nth-child(5){width: 96%;} */
.usedComp:nth-child(6){width: 96%;}
.usedComp label{font-size: 14px;line-height: 36px;color: #868686;text-transform: capitalize;}
.xhl-footer{float: left;}
.usedComp span{color: #c4a36d;padding-left: 5px;}
.xhl-input-xlarge{width: 100%;height: 40px;border: 0;border:1px solid #dadada;}
.xhl-controls .xhl-textarea{width: 100%;height: 150px;resize: none;border: none; border:1px solid #dadada;}
.xhl-controls .xhl-submit,.but_pro span{background-color: #1488f5;color: #fff;border: 0;padding: 15px 35px;font-size: 16px;font-weight: bold;}
.xhl-controls{position: relative;}
.xhl-controls .xhl-form-tip{position: absolute;right: -10px;}
.xhl-footer{
	width: 96%;
	margin-bottom: 0!important;
}

#xhlFormSubmit {
   	width: 180px;
   	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-weight: 600;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	background: url(../images/xunpan_submit_bg.png) no-repeat center;
	background-size: cover;
	margin-top: 20px;
	text-transform: uppercase;
  }
  #xhlFormSubmit:hover {
  	color: #fff;
  }
.usedComp input {
	outline: none;
	padding: 0 20px;
}
.usedComp textarea {
	padding: 20px;
	outline: none;
}
.xhl_form {
	background-color: transparent;
	padding: 0 !important;
	padding-left: 2.5%!important;
}
.xhl_form .usedComp:nth-child(5) .xhl-controls input{
	height: 40px;
}
.xhl_form .usedComp:nth-child(5) {
	width: 96%;
}
.xhl_form .usedComp:nth-child(7) {
	width: 96%;
}
.xhl-footer:hover{
	cursor:pointer;
}
@media (max-width:1920px){

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

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

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

	.usedComp{
		width: 96%;
	}
	.xhl_form .usedComp:nth-child(1) {
		width: 96%;
	}
	.xhl_form .usedComp:nth-child(2) {
		width: 96%;
	}
}
@media (max-width:500px){

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

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

}

.message {
	background-color: #fff;
/* 	max-width: 1200px; */
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 0 10px #eee;
	-moz-box-shadow: 0 0 10px #eee;
	box-shadow: 0 0 10px #eee;
}
.message h2 {
	text-align: center;
}
.contact_message {
	transform: translateY(-20%);
}

