#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    background-color: #2E2E30;
    height: 55px;
    justify-content: space-around;
    align-items: center;
}

.footer_item {
    text-decoration: none;
    outline: none;
    color: #9B9BA2;
    font-size: 12px;
}

.footer_item.actived_route {
    color: #fff;
}

.footer_icon {
    display: block;
    width: 25px;
    height: 25px;
}
.footer_title {
    cursor: pointer;
}
