.footer {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    background-color: #4b2c20;
    padding: 10px 20px;
    margin: 0;
    position: fixed;
    bottom: 0;
    width: 1670px; /* 设置固定宽度 */
    z-index: 9999;
    box-sizing: border-box;
    left: 0; /* 将导航栏固定在页面最左边 */
    right: 0; /* 将导航栏固定在页面最右边 */
    margin-left: auto;
    margin-right: auto; /* 使用自动边距来实现居中 */
}