/*询盘云表单样式*/
.usedComp {
    float: left;
    width: 48%;
    margin-bottom: 20px;
}

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

.usedComp:nth-child(5) {
    width: 100%;
}

.usedComp label {
    font-size: 14px;
    line-height: 36px;
    text-transform: capitalize;
}

.xhl-footer {
    float: left;
}

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

.xhl-input-xlarge {
    width: 90%;
    height: 30px;
    border: 0;
    background: #f8f8f8;
}

.xhl-controls .xhl-textarea {
    width: 100%;
    /* height: 150px; */
    resize: none;
    border: none;
    background: #f8f8f8;
}

.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;
    display: none;
}

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

#xhlFormSubmit {
    width: 100px;
    /* margin: 0 auto; */
    text-align: center;
    color: #ffffff;
    height: 27px;
    line-height: 27px;
    /* border-radius: 5px; */
    vertical-align: middle;
    background-color: #000;
    margin-top: 10px;
    font-size: 16px;
    transition: all 0.4s;
    /* text-transform: uppercase; */
}

#xhlFormSubmit:hover {
    background-color: #009FEF;
    color: #fff;
}

.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(7) {
    width: 94%;
}

.xhl-footer:hover {
    cursor: pointer;
}


.footer-box .form-box .usedComp .xhl-input-xlarge {
    width: 100%;
}

.footer-box .form-box .usedComp:nth-of-type(1) {
    width: 32.5%;
    margin-right: 1.5%;
}

.footer-box .form-box .usedComp:nth-of-type(2) {
    width: 32.5%;
    float: left;
    margin-right: 1.5%;
}

.footer-box .form-box .usedComp:nth-of-type(3) {
    width: 32%;

}

.footer-box .form-box .usedComp:nth-of-type(3) .xhl-input-xlarge {
    width: 100%;
}

.footer-box .form-box .usedComp:nth-of-type(4) {
    width: 32.5%;
    margin-right: 1.5%;
}

.footer-box .form-box .usedComp:nth-of-type(5) {
    width: 32.5%;
    margin-right: 1.5%;
}

.footer-box .form-box .usedComp:nth-of-type(6) {
    width: 32%;
}

.footer-box .form-box .usedComp:nth-of-type(7) {
    width: 100%;
}

.footer-box .form-box .usedComp:nth-of-type(6) .xhl-textarea {
    width: 100%;
}

@media only screen and (max-width: 1500px) {
    .usedComp {
        width: 43%;
    }

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


@media only screen and (max-width: 1000px) {
    .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: 100%;
    }

    .usedComp textarea {
        padding: 20px 5%;
    }

    .usedComp:nth-child(5) {
        width: 100%;
    }

    .contact-box .usedComp {
        width: 100%;
    }

    .xhl-footer {
        width: 100%;
    }





















}