.content-title-box {
    position: sticky;
    top:62px;
    z-index: 1;
    background-color: #f3f5f8;
}

.crumbs {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 63px;
    background-color: #fff;
}

.crumbs-left {}

.crumbs-right {
    display: flex;
    justify-content: center;
    margin-right: 84px;
}

.crumbs-right a {
    position: relative;
    height: 100%;
    margin: 0 16px;
    line-height: 63px;
    color: #666;
}

.crumbs-right .active {
    color: #e0a240;
}

.crumbs-right .active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e0a240;
    position: absolute;
    bottom: 0;
}