body {
    margin: 20px;
    margin-bottom: 65px;
}
/* 底部版权信息样式 */
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f8f9fa;
    color: #666;
    text-align: center;
    padding: 10px 0;
}