.footer {
    margin-top: 50px;
}

.footer .footer-main {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid rgba(105, 105, 110, 0.44);
    padding-top: 30px;
}

.footer .footer-main .footer-nav {
    display: flex;
    text-align: center;
    height: 30px;
    line-height: 30px;
    justify-content: center;
}

.footer .footer-main .footer-nav li {
    /* display: inline-block;
   *display: inline;
    *zoom: 1;*/
    font-size: 16px;
    color: #666;
}

.footer .footer-main .footer-nav li.line {
    padding: 0 18px;
}

.footer .footer-main .copyright {
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    color: #666;
}

@media only screen and (max-width: 640px) {
    .footer .footer-main {
        width: 90%;
    }
}