.auditing_img{
    width: 200px;
    height: 165px;
    margin: 20px 0;
    margin-top: 40px;
}
.auditing_text{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 30px;
}
.apply_mess_sys p{
    font-size: 18px;
}
.appy_upload{
    padding: 0 67px;
}
.sys_right button{
    font-size: 20px;
    color: #fff;
    background-color: #009944;
    border-radius: 8px;
    width: 100px;
    height: 37px;
}
.sys_right p{
    font-size: 16px;
    color: red;
    padding-top: 20px;
}
.apply_mess_sys{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;    
    padding: 20px 0;
}
.fail_way{
    font-size: 18px;
    line-height: 50px;
    padding-left:70px;
}
.renzheng_checked input[type="radio"]{
    width: 24px;
    height: 24px;
    background-image: url("/images/xzk.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.renzheng_checked input[type="radio"]:checked{
    background-image: url("/images/zzk.png");
}
.apply_radio_box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;

}
.hrline{
    border-bottom: 1px solid #e6e6e6;
}