#top {
    height: 35px;
    background-color: #222222;
    line-height: 35px;
    font-size: 12px;
    color: #a9a9a9;
    width: 100%;
}

#top a {
    color: #a9a9a9;
}

#top a::after {
    content: '|';
    color: #a9a9a9;
    margin-right: 7px;
    margin-left: 7px;
}

#top a:last-child::after {
    display: none;
}

#top span {
    display: flex;
    align-items: center;
}
.topBody{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
