.footerave {
    background: #333333;
}

.footer_nav {
    padding-bottom: 20px;
    font-size: 16px;
    text-align: left;
    padding: 20px 10px;
    line-height: 1.5;
    color: #999;
    display: none;
}

.footer_nav span {
    padding: 0px 15px;
}

.footer_nav a {
    overflow-wrap: break-word;
    color: #999999;
    font-size: 16px;
    font-family: 'SourceHanSansCNRegular';
    font-weight: 400;
}

.footer_nav a:hover {
    color: #FFF;
}

.footervs {
    background-color: #444444;
}

.foot_nav {
    display: flex;
    padding-right: 0 !important;
    width: 100%;
    align-items: baseline;
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;

    padding-bottom: 20px;
    font-size: 16px;
    text-align: left;
    padding: 20px 10px;
    line-height: 1.5;
    background: #444444;
    border-bottom: #5d5d5d solid 1px;
    color: #999;
    padding-left: 0;
}

.foot_nav span {
    padding: 0px 15px;
}

.foot_nav a {
    color: #ddd;
    font-size: 16px;
}

.foot_nav a:hover {
    color: #FFF;
}