.breadcrumb {
    height: 56px;
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;

}

.breadcrumb .active {
    color: #333333FF !important;
    background-color: #fff !important;
}

.breadcrumb .line {
    color: #333333FF !important;
    margin: 0 0.5em;
}