.footer-wrap {
    background: #fff;
    width: 100%;
}
.footer {
    border-top: 1px solid #e2e2e2;
    font-size: 12px;
    margin: 0 auto;
    padding: 30px 0 50px;
    text-align: center;
    width: 100%;
}
.footer-list {
    display: inline-block;
    margin-bottom: 5px;
}
.footer-list>li {
    float: left;
}
.footer-list>li:after {
    color: #e5e5e5;
    content: "|";
    margin: 0 10px;
}
@media screen and (max-width: 1085px) {
    .footer-list {
        width: 250px;
    }
}
