/* 底部栏 */
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 2em 0;
    width: 100%;
    bottom: 0;

}

footer .footer-logo{
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

footer .footer-logo img{
    height: 70px;
    padding: 0 20px;
}

footer .luoying-logo {
    border-right: white 1px solid;
}

footer .footer-nav{
    padding: 10px 0;
}

footer .footer-nav a{
    color:white;
}

footer .footer-bottom p {
    padding: 5px 0;
}

footer .footer-bottom img{
    height: 14px;
    width: 14px;
}

footer .footer-bottom a{
    color:white;
}

footer .footer-bottom a:hover{
    text-decoration: underline;
}

@media (max-width: 768px) {
    footer .footer-logo img {
        height: 50px;
    }

    footer .footer-nav a{
    font-size: 14px;
}
}

