.apply{
    margin-top: 30px;
}
.apply .ap_title{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.apply .ap_content{
    margin-top: 30px;
}
.apply .ap_content .ap_form{
    width: 590px;
    margin: 0 auto;
    box-shadow: 0px 2px 22px 0px #F0F0F0;
    border-radius: 4px;
    padding: 15px 40px 40px;
}
.apply .ap_content .ap_form .ap_f_item:not(:first-child){
    margin-top: 20px;
}
.apply .ap_content .ap_form .ap_f_item label{
    float: left;
    width: 100px;
    height: 43px;
    line-height: 43px;
    font-size: 15px;
}
.apply .ap_content .ap_form .ap_f_item .ap_f_inp{
    margin-left: 110px;
    height: 100%;
}
.apply .ap_content .ap_form .ap_f_item .ap_f_inp input{
    display: block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    padding-left: 14px;
}
.apply .ap_content .ap_form .ap_f_item .ap_f_inp textarea{
    display: block;
    width: 100%;
    height: 100px;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    padding: 14px;
}
.apply .ap_content .ap_form .ap_f_sub{
    margin-top: 30px;
    text-align: center;
}
.apply .ap_content .ap_form .ap_f_sub button{
    width: 220px;
    height: 43px;
    line-height: 43px;
    color: #FFFFFF;
    background-color: #AA1A00;
    border-radius: 4px;
}