.spw-navigator {
    height: 66px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.spw-navigator-left {
    flex: 1;
    height: 100%;
    padding: 8px;
}
.spw-navigator-left img {
    height: 100%;
}
.spw-navigator-right {
    flex: 7;
    padding: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 66px;
    margin: 0;
    list-style: none;
}
.spw-navigator-right li {
    width: 100px;
    text-align: center;
}
.spw-navigator-right li a {
    color: initial;
}