#footer {
    padding: 20px 0;
    text-align: center;
    background: #615f5b;
}
#footer-logo {
    display: inline-block;
    width: 100%;
    height: 60px;
    background: url('/views/img/footer_logo.png') no-repeat center;
}
#footer-nav {
    display: inline-block;
}
#footer-nav li {
    display: inline-block;
    line-height: 1.5em;
}
#footer-nav a {
    color: #a9a8a8;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    text-align: center;
    text-decoration: none;
}
#footer-suggest {
    color: #a9a8a8;
    font-size: 80%;
    line-height: 20px;
}
#footer-nav li + li:before{
    content: '|';
    padding: 0 10px;
    color: #a9a8a8;
}
