.ttk-scm-home-state{
    // width: 100%;
    // height: 100%;
    width: 572px;
    height: 308px;
   
    &>div{
        height: 100%;
    }
    .ant-spin-nested-loading > div > .ant-spin{
        left: 0 !important;
    }
    .ant-spin-nested-loading > div:nth-of-type(1){
        display: flex;
        // height: 96%;
        .edfx-app-home-voucher-main{
            // height: 100%
        }
    }
    .ttk-scm-home-state-text {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        .code {
            margin: 0 5px 0 5px;
        }
    }
    .ant-tabs-line {
        width: 209px;
        margin-bottom: 10px;
        // height: 45px !important;
        flex: 0 0 45px;
        flex-direction: row;
        justify-content:center;
    }
    .ant-spin-container {
        flex-direction: column;
    }
    .ttk-scm-home-state-picture {
        display: flex
    }
    .ant-spin-nested-loading > div > .ant-spin{
        position:static!important;
    }
    .ant-spin-nested-loading{
        // height: 221px;
        flex: 1;
    }
    .mk-layout{
        overflow: hidden;
    }
    .mk-table{
        border-left: none;
        border-bottom: none;
        table{
            border-top: 1px solid #d9d9d9;
            border-left: 1px solid #d9d9d9;
        }
    }
    .rcchart{
        top: -48px;
        left: -70px;
    }
    .rctable{
        overflow-y: auto !important;
        // height: 236px !important;
    }
    .ant-table-content{
        .ant-table-placeholder{
            border-bottom: 1px solid #e8e8e8 !important;
        }
    }
    .ttk-scm-home-state-center {
        position: relative;
        .ttk-scm-home-state-bottom {
            position: absolute;
            display: block;
            top: 205px;
            left: 145px;
        }
    }
    &-content{
        flex: 1;
        // height: 100%;
        overflow: hidden;
        &>div{
            // height: 236px !important;
        }
        .ant-table-tbody{
            tr{
                
                td{
                    text-align: right;
                }
                td:first-child{
                    text-align: center;
                }
            }
        }
    }
    &-header.mk-layout{
        overflow: visible;
    }
    &-header {
        // margin-bottom: 10px;
        color: #333;
        .focusIcon{
            color: @primary-color;
        }
        .unfocusIcon{
            background:  #ffffff;

        }
        .ant-radio-button-wrapper-checked{
            border-color: #D9D9D9;
            color: @primary-color;
            box-shadow: none;
        }
        flex: 0 0 32px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        .ant-radio-button-wrapper{
            border-radius: 0px;
            padding: 0px;
        }
        i{
            // height: 30px;
            // width: 35px;
            font-size: 30px;
            // border: 1px solid #D9D9D9;
            &:hover{
                color: @primary-color
            }
            
        }
        .list{
            border-left: none;
        }
        .homeIcon{
            border-radius: 5px;
            width: 30px;
            margin-left: 8px;
            border: 1px solid #D9D9D9;
            color: #999999;
            &:hover{
                cursor: pointer;
            }
        }
        .refresh{
            color: #45ACF7;
            &:hover{
                border-color: #45ACF7;
                color: #45ACF7;
            }
        }
        .unfold{
            color: #FFC000;
            &:hover{
                border-color: #FFC000;
                color: #FFC000;
            }
        }
        .edfx-icon {
            font-size: 16px;
        }
        span {
            font-size: 14px;
            // color: #333333;
        }
    }
    & > div {
        flex:1
    }
}
.grayFilter .ttk-scm-home-state{
    .edficon-shuaxin,.unfold,{
        color: #E0E4E9;
        &:hover{
            border: 1px solid #E0E4E9;
        }
    }
    .edficon-baobiao{
        color: #E0E4E9;
    }
    .edficon-biaoge{
        background:#ffffff;
        color:#E0E4E9;
    }
}
.grayFilter:hover .ttk-scm-home-state{
    .unfold{
        color: #FFC000;
        &:hover{
            border-color: #FFC000;
            color: #FFC000;
        }
    }
    .edficon-shuaxin{
        color: #45ACF7;
        &:hover{
            border: 1px solid #45ACF7;
        }
    }
    .focusIcon .edficon-baobiao{
        color: #1eb5ad;
        background:#ffffff;
    }
    .edficon-biaoge,.edficon-baobiao{
        background:#ffffff;
        color:rgba(0, 0, 0, 0.65);
        &:hover{
            color:#1eb5ad;
        }
    }
    .focusIcon .edficon-biaoge{
        color:#1eb5ad;
        background:#ffffff;
    }
}