/*加盟意向表*/
.make{
    width: 100%;
    background: #fff url("../images/make_bg.jpg") no-repeat left bottom;
    background-size: 100%;
    padding: 1.1rem 0;
    text-align: center;
}
.make-form{
    margin: 0 auto;
    width: 6rem;
}

#online_form{
    margin-top: .5rem;
}
.make-form-title{
    font-size: .32rem;
    line-height: 100%;
    text-align: center;
    color: #404040;
}
#online_form .control-label{
    width: 30%;
    float: left;
    font-size: .2rem;
    font-weight: normal;
    color: #404040 !important;
    text-align: left;
}
#online_form .form-control{
    width: 70%;
    float: left;
}
#online_form .help-block{
    font-size: .14rem;
    clear: both;
    padding: .1rem 0;
    color: #DF532D !important;
    text-align: left;
    text-indent: 30%;
}
#online-province{
    float: left;
}
#online-city{
    float: right;
}
#online-area{
    display: none !important;
}
#publish-make{
    background: #383838 !important;
    color: #fff !important;
    width: 45%;
}