.headerPartBottomContainer {
    width: 100%;
    max-width: 1920px;
    height: 44px;
    margin: auto;
    background: #222a35;
}

.headerPartBottom {
    width: 1024px;
    height: 44px;
    margin: auto;
}

.headerPartBottom li {
    float: left;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: relative;
    padding: 0 13px;
    margin-left: 27px;
}

.headerPartBottom li:first-child {
    padding: 0 15px;
    margin-left: 0;
}

.headerPartBottom li.checked {
    background: rgb(26, 33, 41);
}

.headerPartBottom li.checked:before {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f85802;
}

.headerPartBottom a {
    color: #b0bdd0;
    font-size: 16px;
}

.headerPartBottom a:hover {
    color: #f85802;
}