.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
}

.progress-bar {
    height: 8px;
    background: #297A38;
    width: 0%;
}
.header-scrollbar {
    display: none;
}
.affix .header-scrollbar {
    display: block;
}