/*询盘云表单样式*/
.usedComp{float: left;width: 44%;margin-right: 6%;margin-bottom: 20px;}
/* .usedComp:nth-child(3n+1){margin-left: 0;} */
.usedComp:nth-child(5){width: 94%;}
.usedComp:nth-child(6){width: 94%;}
.usedComp label{font-size: 14px;line-height: 36px;color: #868686;text-transform: capitalize;}
.xhl-footer{float: left;}
.usedComp span{color: red;padding-left: 5px;}
.xhl-input-xlarge,.xhl-select{width: 100%;height: 40px;border: 0;border:1px solid #c8d0e3;}
.xhl-controls .xhl-textarea{width: 100%;height: 150px;resize: none;border: none; border:1px solid #c8d0e3;}
.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: 94%;
	margin-bottom: 0!important;
}
#xhlFormSubmit {
   	width: 140px;
   	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding: 15px 20px;
	vertical-align: middle;
	background: #13204A;
	margin-top: 20px;
	text-transform: uppercase;
  }
  #xhlFormSubmit:hover {
  	background-color: #13204A;
  	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: 5%!important;

}
.xhl_form .usedComp:nth-child(5) .xhl-controls input{
	height: 40px;
}
.xhl_form .usedComp:nth-child(7) {
	width: 94%;
}
.xhl-footer:hover{
	cursor:pointer;
}


.left-fix-msg .usedComp {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
}



.left-fix-msg .tit {
    font-size: 18px;
    font-weight: 600;
	color: #13204A;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
    /* text-align: center; */
}
.left-fix-msg .tit .gb-btn{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABpUlEQVQ4T62UPU/bQBjH/89dSj5BNzpHKhtqOrdEZSSKA6kQdrGTTMxdumXjG3QKtlMbEAm5KIxIUGZSdazEXDY+AS/np3KQqZtEEVFz0i3/e57fPW93hAnLD3urAOcZyONxx2tAwACggW2WTkfdaFTwAtUmwi0EziMSVzIbXcU2+lbkBEc5RFhhRtaxjEra9x+QG6rfzLxXs8qNSZEm2l7QbRBRrWoarxLtCeSF6toxjcVpgLHoUz5DkB8qBWbftsons4D8oLsGIts2DYO8A/UBmj86VrmeQNxQ/Yo02fXt0mUa3Gz13grJftU0Xie6F3SbkHREbqA+C6IXtlnaTQ6/HfbfaK0VgRzbLJ09Rt0rMNiTUhqfNos/Els/7H2JmO8p7hKgvzrWxkX69tZ+/30EfcxANdYJcAXk+vZW8Xvazgs67wC5Q3GnsPCwXK1Ubkbr4wf9NSbdGYJYbthWcayGbrv9EneZn/MDPTs1hitoWmrPLnanwMi4Uory5GLP0H4v7OYB8h3TWBpr/9wG8ok8jyeSmuj/f7R/c57DN5Ia+5k/tj+vVxUy/1rw+wAAAABJRU5ErkJggg==') no-repeat;
}
.left-fix-msg .usedComp label {
	line-height: 30px;
	color: #9D9B9B;
}

.left-fix-msg .xhl-controls .xhl-form-tip {
    color: #F00;
    right: auto;
    left: 0;
    margin-left: -20px;
    top: 16px;
}

.left-fix-msg .xhl-input-xlarge, .xhl-select {
    height:36px;
    background: #FFFFFF;
    border: 1px solid #F6F8FA;
}

.left-fix-msg .xhl-controls .xhl-textarea {
    background: #FFFFFF;
    border: 1px solid #F6F8FA;
}

.left-fix-msg #xhlFormSubmit {
    width: 109px;
	height: 36px;
	line-height: 36px;
	padding: 0;
    background: #13204A;
    border-radius: 4px;
    margin-left: 0;
}

.left-fix-msg {
    position: fixed;
    left: 0;
    /* top: 50%; */
    z-index: 999;
    /* background: #FFF; */
	width: 250px;
	bottom: 0;
    transform: translate(-250px,0);
    background: #E3E3E3;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.22);
    border-radius: 4px;
    box-sizing: border-box;
	padding: 40px 20px;
	/* transform: translateX(-308px); */
}
.left-fix-msg.cur{
	transform: translate(0,0);
}
.left-fix-msg.cur .fix-open{
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.fix-open{
	background: #E3E3E3;
	cursor: pointer;
	visibility: visible;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	margin-right: -19px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border:1px solid #ccc;
	color: #13204A;
}

.left-fix-msg {
    display: block; 
}
@media (max-width:1920px){

}
@media (max-width:1466px){
	.left-fix-msg #xhlFormSubmit{
		margin-top: 10px;
		height: 30px;
		line-height: 30px;
	}
	.usedComp textarea{
		padding: 10px;
	}
	.xhl-controls .xhl-textarea{
		height: 90px;
	}
	.left-fix-msg .xhl-input-xlarge, .xhl-select{
		height: 30px;
	}
	.left-fix-msg .usedComp label{
		font-size: 12px;
		line-height: 30px;
	}
	.left-fix-msg .tit{
		font-size: 16px;
	}
	.left-fix-msg{
		width: 205px;
		padding: 15px;
		transform: translate(-205px,0);
	}
	.left-fix-msg .xhl-controls .xhl-form-tip{
		top: 7px;
	}
}
@media (max-width:1200px){

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

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

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

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

}
.message {}
.message .box {
	-webkit-box-shadow: 0 0 10px #f0f0f0;
	-moz-box-shadow: 0 0 10px #f0f0f0;
	box-shadow: 0 0 10px #f0f0f0;
}
.message h2 {
	text-transform: uppercase;
	font-size: 36px;
	color: #545454;
	font-weight: 600;
	text-align: center;
}


