#footer-animal {
    position: relative;
    width: 100%;
}

#footer-animal .animal-wall {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 36px;
    max-width: none;
    background: #bcb0a4 url(https://p.qjqq.cn/cover/202410191400532.png/color) repeat center;
    background-size: auto 100%;
    box-shadow: 0 4px 7px rgba(0,0,0,.15);
}

@media screen and (max-width: 1023px) {
    #footer-animal .animal-wall {
        height:4vw
    }
}

#footer-animal img.animal {
    position: relative;
    max-width: min(974px,100vw);
    margin: 0 auto;
    display: block;
}

#footer-bar {
    margin-top: 0 !important;
}
img[src*="base64"] { content: url('https://p.qjqq.cn/cover/202410191400045.png/color') !important; }


.animal {
    animation: sway 3s ease-in-out infinite;
    display: block;
    max-width: 100px;
    margin: 0 auto;
}

@keyframes sway {
    0%, 100% {
        transform: translateX(-10px); /* 向左偏移 */
    }
    50% {
        transform: translateX(10px); /* 向右偏移 */
    }
}