/*询盘云表单样式*/

.usedComp {
    float: left;
    width: 48%;
    margin-bottom: 20px;
}

.usedComp:nth-child(even) {
    float: right;
}

/* .usedComp:nth-child(5) {
    width: 100%;
}
.usedComp:nth-child(6) {
    width: 100%;
} */
.usedComp label {
    font-size: 16px;
    line-height: 36px;
    color: #757473;
    text-transform: capitalize;
}

.xhl-footer {
    float: left;
}

.usedComp span {
    color: #c4a36d;
    padding-left: 5px;
}

.xhl-input-xlarge {
    width: 100%;
    height: 40px;
    border: 0;
    background: #FFFFFF;
	box-sizing: border-box;
	border:1px solid rgba(229,229,229,1);
}

.xhl-controls .xhl-textarea {
    width: 100%;
    height: 150px;
    resize: none;
    border: none;
    background: #FFFFFF;
	border:1px solid rgba(229,229,229,1);
	box-sizing: border-box;
}

.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;
	top:30%;
    right: -10px;
	color:#F61824;
}

.xhl-footer {
    width: 100%;
    margin-bottom: 0 !important;
}

#xhlFormSubmit {
    width:203px;
    height:70px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    line-height: 70px;
    background-color: #F61824;
    margin-top: 20px;
    font-size: 18px;
    transition: all 0.4s;
    text-transform: uppercase;
    border: 1px solid #F61824;
}

#xhlFormSubmit:hover {
    background-color: #fff;
    color: #F61824;
    border-color: #F61824;
}

.usedComp input {
    outline: none;
    padding: 0 5%;
}

.usedComp textarea {
    padding: 20px 2.5%;
    outline: none;
}

.xhl_form {
    background-color: transparent;
    padding: 0 !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;
}

.form-news .usedComp input {
    box-sizing: border-box;
}

.form-news .usedComp {
    width: 23%;
    margin-right: 2.66%;
}

.form-news .usedComp label {
    font-size: 18px;
    color: #A2A6AB;
    line-height: 40px;
}

.form-news .usedComp:nth-of-type(4) {
    margin-right: 0;
}

.form-news .usedComp:nth-of-type(5) {
    width: 100%;
    margin-right: 0;
}

.form-news .usedComp:nth-child(even) {
    float: left;
}

.form-news .usedComp textarea {
    box-sizing: border-box;
}

.form-news .xhl-input-xlarge {
    height: 50px;
    line-height: 50px;
}

.form-news .xhl-controls .xhl-textarea,
.form-news .xhl-input-xlarge {
    background-color: #FFF;
    border: 1px solid #d9dfe5;
}

.form-news #xhlFormSubmit {
    background-color: #18ABCD;
    border-radius: 0;
    border: 1px solid #18ABCD;
    width: 190px;
}


.xhl-form-select{position: relative;}
.xhl-select{
	width: 100%;
	padding:0 5%;
	height: 40px;
	border: 0;
	background: #FFFFFF;
	box-sizing: border-box;
	border:1px solid rgba(229,229,229,1);
}











.xhl-form-select .xhl-input-xlarge{background:#FFFFFF url(../images/h-down-icon.png) no-repeat 98% center;}
.xhl-form-select .xhl-selectMultiple-div{
	display: none;
	position: absolute;
	left:0;
	top:100%;
	z-index:99;
	width:100%;
	background:#FFFFFF;
	box-sizing: border-box;
	padding:10px 20px;
	border: 1px solid rgba(229,229,229,1);
	border-top:none;
}
.xhl-form-select .xhl-selectMultiple-div > div{display: flex;margin-right:20px;line-height:40px;align-items: center;}
.xhl-form-select .xhl-selectMultiple-div > div input{margin-right:10px;}


#xhl-container #xhl_chat_form .xhl-chat-form-input{
    height: 40px !important;
}







@media only screen and (max-width: 1000px) {
    #xhlFormSubmit {
        width: 100%;
    }
    .usedComp {
        width: 100%;
        margin-right: 0;
    }
    .contact-box .usedComp:nth-child(5) {
        width: 100%;
    }
    .contact-box #xhlFormSubmit {
        margin: 0 auto;
    }
    .usedComp input {
        padding: 0 5%;
    }
    /* .xhl-input-xlarge {
    width: 90%;
} */
    /* .xhl-controls .xhl-textarea {
        width: 90%;
    } */
    .usedComp textarea {
        padding: 20px 5%;
    }
    .usedComp:nth-child(5) {
        width: 100%;
    }
    .contact-box .usedComp {
        width: 100%;
    }
    .xhl-footer {
        width: 100%;
    }
}