.@{mk-prefix}-breadcrumb {
    font-family: "微软雅黑";
    &.@{ant-prefix}-breadcrumb {
        & i {
            display: inline-block;
        }
        & a {
            line-height: 48px;
            height: 48px;
            color: #006cda;
        }
        .@{ant-prefix}-breadcrumb-separator {
            &::before{
                content: "\e9da";
                font-family: "fsicon" !important;
            }
            & #text{
                display: none;
            }
            margin: 05px;
            color: #d1d3d8;
        }
        & > span:last-child {
            color: @text-color-secondary;
        }        
    }
}
