#site-footer {
    display: block;
    color: #9D9D9D;
    text-align: center;
    padding: 1rem 0 0 0;
    width: 100%; /* 宽度铺满容器 */
    order: 3; /* 确保 footer 在最后显示 */
    flex-shrink: 0; /* 防止 footer 收缩 */
}

#footer-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
    /* max-width: 1200px;
    height: 300px; */
    }

#footer-content p {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-decoration: none;

    }

#site-footer a {
    text-decoration: none;
    transition: color 0.3s ease;
    margin-left: 20px;
}

#site-footer p a {
    color: #9D9D9D;
    }

#icp-record {
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

#icp-record #icp-number {
    font-weight: 500;
}