.app-sumaccount-rpt{
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: auto;
    .mk-table .ant-table-tbody td{
        // height: 37px !important;
    }
    .mk-table .ant-table-tbody tr {
        td:last-child{
            // background: #FEF6EB;
        }
        td:nth-last-child(2){
            // background: #FEF6EB;
        }
    }
    &-reload{
        display: block;
        line-height: 26px !important;
        font-size: 20px;
        width: 26px;
        height: 26px;
        box-sizing: border-box;
        background: #FFFFFF;
        border: @iconBorder;
        border-radius: 5px;
        color: @iconDayin;
        cursor: pointer;
    }
    .mk-input{
        width: 225px;
        margin-right: 6px;
        height: 26px;
        input{
            font-size: 10px;
            height: 26px;
        }
        
    }
    .mk-normal-search{
        .checkboxShow-label{
            font-size: 12px;
        }
        .app-sumaccount-rpt-daochu{
            // font-size: 26px;
            // color: @iconDayin;
            text-align: center;
            box-sizing: border-box;
            border: none;
            // color: #fff;
            cursor: pointer;
            // position: relative;
            // top: 2px;
            // width: 20px;
            // border: 1px solid #D9D9D9;
            color: #00B38A;
            font-size: 28px;
            line-height: 28px;
        }
        .app-sumaccount-rpt-daochuBut{
            &:hover{
                border: 1px solid #00B38A !important;
            }
        }
        .app-sumaccount-rpt-dayinBut{
            &:hover{
                border: 1px solid #45ACF7 !important;
            }
        }
        .app-sumaccount-rpt-dayin {
            // font-size: 26px;
            // color: @iconDayin;
            text-align: center;
            box-sizing: border-box;
            border: none;
            // color: #fff;
            cursor: pointer;
            // position: relative;
            // top: 2px;
            // width: 20px;
            color: #45ACF7;
            // border: 1px solid #D9D9D9;
            font-size: 28px;
            line-height: 30px;
        }
        .app-sumaccount-rpt-dayin-down{
            // margin-left: 5px;
            position: relative;
            // top: -2px;
            top: -5px;
            color: #45ACF7;
        }
        .app-detailaccount-rpt-dayin-down1{
            color: #00B38A;
        }
        .app-sumaccount-rpt-normalSearch{
            display: inline-block;
            position: relative;
            margin-right: 8px;
            .edficon{
                font-size: 19px;
            } 
            .app-sumaccount-rpt-normalSearch-leftBtn{
                display: inline-block;
                position: absolute;
                left: 1px;
                top: 1px;
                width: 25px;
                z-index: 10;
                height: 20px;
                line-height: 30px;
                text-align: center;
                cursor: pointer;
                color: #ACACAC;
                border: none;
            }
            .app-sumaccount-rpt-normalSearch-input{
                width: 180px;
                height: 30px;
                .ant-select-selection--single{
                    height: 30px;
                    line-height: 1.1
                }
                .ant-select-arrow{
                    display: none;
                }
                .ant-select-selection__rendered{
                    height: 30px;
                    line-height: 30px;
                    margin: 0 20px;
                    .ant-select-selection-selected-value{
                        padding-right: 0;
                        font-size: 12px;
                        line-height: 30px;
                    }
                }
            }
            .app-sumaccount-rpt-normalSearch-rightBtn{
                display: inline-block;
                position: absolute;
                right: 1px;
                top: 1px;
                z-index: 10;
                height: 20px;
                width: 25px;
                line-height: 30px;
                text-align: center;
                cursor: pointer;
                color: #ACACAC;
                border: none;
            }
        }
        .app-sumaccount-rpt-reload{
            display: inline-block;
            width: 30px;
            height: 30px;
            border: 1px solid #D9D9D9 ;
            border-radius: 3px;
            line-height: 30px;
            color: #45ACF7 ;
            cursor: pointer;
        }
    }
    .mk-title-otherBtn{
        display: flex;
    }

    &-Body{
        flex: 1;
        background:#fff;
        border-right: 1px solid #d9d9d9;
        table tr td:last-child{
            border-right: none !important;
        }
        .ant-table .ant-table-thead{
            tr{
                th:last-child{
                    border-right: none;
                }
            }
        }
        .ant-table-placeholder{
            border-right: none !important;
            border-left: none !important;
        }
        .ant-table-fixed-header table tr th:last-child{
            border-right: 1px solid #d9d9d9 !important;
        }
        .ant-table-fixed-header table tr td:last-child{
            border-right: 1px solid #d9d9d9 !important;
        }
        .balanceDirection{
            text-align: center;
        }
        .total_data_weight{
            font-weight: bold;
        }
        .table_center{
            text-align: center;
        }
        table tr td{
            a:hover{
                text-decoration: underline;
            }                
        }
        table tr td[rowspan]:first-child{
            background: #fff ;
            text-align: center;
        }
        table tr:hover td[rowspan]{
            background: rgba(30, 181, 173, 0.07);
        }
    } 
}
.app-sumaccount-rpt-account-select-item{
    font-size: 12px;
}
