.crumbs {
    width: 100%;
    height: 40px;
    color: #999999;
    display: flex;
    align-items: center;
    margin-bottom: 4px;

}
.crumbs .crumbs-icon {
    width: 10px;
    height: 12px;
    margin-right: 8px;
}
.crumbs .__gray {
    color: #d1d1d1;
}
.crumbs .__blue {
    color: #307be2;
}