﻿
.blue_banner{
    background-color: rgba(38,130,182,1);
    height: 53px;
    color: #fff;
    position: relative;
}
.close_icon{
    background-image: url("images/关闭@2x.png");
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.inquire_form{
    color:#000;
}
.inquire_row{
    margin: 0px 5px 6px 15px;
}
.nation_row{
    margin-top: 32px;
}
.captcha_row{
    margin-top: 14px;
}
.inquire_label{
    line-height: 34px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.inquire_label.exp{
        line-height: 14px;
        font-size: 14px;
        font-weight: 400;
        padding-top:5px;
}

.inquire_button{
    width: 85px;
    padding: 0;
    margin-left: 15px;
    margin-top: 20px;
}
.inquire_submit{
    font-size: 16px;
    background:rgba(38,130,182,1);
    border-color:transparent;
    border: 0;
}
.inquire_submit:focus,
.inquire_submit:active,
.inquire_submit:visited{
    outline: none;
    box-shadow:none!important;
}
.inquire_submit:hover{
    background: rgb(34, 97, 132);
    outline: none;
}
.inquire_success{
    display: none;
    color:#111111;
    text-align: center;
}
.success_img{
    width:15%;
    margin-top: 100px;
}
.success_text{
    color:rgb(34, 97, 132);
    margin-top: 30px;
    font-size: 22px;
}
.return{
    margin-top: 50px;
    width: 20%;
    border-radius: 15px;
}
.has-error .form-control{
    border-color:#f00;
}


@media (max-width: 768px){
    .form-control {
        font-size: 14px;
        line-height: 30px;
        height: 30px;
    }

    textarea.form-control {
        line-height: 24px;
    }

    .inquire_label {
        line-height: 30px;
        font-size: 14px;
        font-weight: 400;
    }

    .inquire_submit {
        line-height: 18px;
    }

    .inquire_row {
        margin: 0px 5px 6px 8px;
    }

    .nation_row {
        margin-top: 16px;
    }

    .captcha_row {
        margin-top: 0px;
    }
    .inquire_form textarea{
        height: 110px;
        line-height:1.4
    }
}




