.abnormalBox {
    height: 422px;
    width: 100%;
    background: white;
    font-family: Arial, 'Times New Roman', SimHei;
    font-size: 16px;
    color: @font-col;
    position: relative;
    .box_form {
        padding-top: 70px;
        text-align: center
    }
    .box_form span {
        margin-right: 28px;
        font-family: Arial, 'Times New Roman', SimHei;
        color: @font-col
    }
    .box_form em {
        font-family: Arial, 'Times New Roman', SimHei;
        color: @font-col;
        font-size: 13px
    }
    .box_form button:hover {
        background: @mian-col-hov;
    }
    .box_form input[type='text'] {
        width: 440px;
        height: 36px;
        text-indent: 15px;
        border-radius: 3px;
        border: 1px solid @border-col
    }
    .box_form input[type='text']:focus {
        border: 1px solid @mian-col;
    }
    .box_form input[type='text'], .box_form button {
        border-radius: 0;
    }
    .labeling {
        width: 16px;
        height: 16px;
        display: inline-block;
        background: url(../../images/noChecked.png);
        margin: 0 8px 0 16px;
        vertical-align: middle
    }
    input[type='checkbox']:checked+label {
        background: url(../../images/checked.png)
    }
    .abnormalBox h4 {
        margin-top: 0;
    }
    em {
        font-style: normal;
    }
}

.checking_date {
    position: absolute;
    left: 0;
    top: 10px;
}
.date_btn{
     position: absolute;
        right: 4px;
        top: 11px;
}

.checkingAccounts {
    font-family: Arial, 'Times New Roman', SimHei;
    font-size: 16px;
    color: @font-col;
    position: relative;
    .up1 {
        .commonBtn(100px,36px, @btn_col1, @btn_col1_hov);
        margin-left: 15px;
    }
    .up2 {
        .commonBtn(100px,36px, @mian-col, @mian-col-hov);
        margin-left: 15px;
    }
    .checkingAccounts .emList {
        height: 678px;
    }
    .checkingAccounts td {
        height: 36px;
    }
    .checking_uploaders {
        width: 100%;
        min-height: 668px;
        background: white;
    }
    .checking_condition {
        text-align: center;
        height: 100px;
    }
    .checking_condition span:hover {
        color: @btn_col1_hov;
        cursor: pointer;
    }
    .checking_memu {
        line-height: 18px;
        height: 18px;
        border: 1px solid #dcdcdc;
        margin: 0 20px;
    }
    .files_ul {
        width: 47.2%;
        height: 238px;
        overflow: auto;
        margin-left: 1.8%;
        margin-bottom: 1%;
        float: left;
    }
    .files_ul li {
        list-style-type: none;
        border: 1px solid #e5e5e5;
        border-top: none;
        text-indent: 15px;
        height: 32px;
    }
    .li_frist {
        text-align: center;
        color: #575656;
        height: 32px;
        line-height: 32px;
        background: #eee;
        border-top: 1px solid #e5e5e5 !important;
    }
    .checking_upload {
        height: 58px !important;
        line-height: 58px;
    }
    input.ng-empty {
        background-color: white;
    }
}
.checking_date{
     height: 34px;
    line-height: 34px;
}
.date_box .btn{
    padding: 6px 12px;
        top: 9px;
}

.import_btn {
    margin: 14px;
    .commonBtn(140px,36px, @btn_col1, @btn_col1_hov);
}
