#footer {
    background-image: url('/images/index.jpg'); /* 替换为你的图片路径 */
    background-size: cover; /* 图片覆盖整个容器 */
    background-position: bottom; /* 图片居中显示 */
    background-repeat: no-repeat; /* 防止图片重复平铺 */
    background-attachment: fixed; /* 可选：背景固定，滚动时有视差效果 */
    min-height: 200px; /* 确保有足够高度显示背景 */
    color: white; /* 文字颜色建议设为白色或浅色 */
    padding: 2rem 0;
    text-align: center;
}

.footer-copyright {
    font-size: 16px;
    text-shadow: 1px 1px 2px #1d4345;
}
