.breadCrumb {
    position: relative;
    height: 92px;
    padding: 16px 32px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow:0px 1px 4px 0px rgba(0,21,41,0.12);
    z-index: 100;
    .pageTitle {
        color: #000;
        font-size: 20px;
        margin-top: 8px;
        font-weight: 500;
    }
}