/* ====== 页脚样式 ====== */
.footer-simple {
    background-color: transparent;
    padding: 10px 15px 15px;
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #e1e5eb;
    font-size: 8px;
    color: #666;
    position: relative;
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.footer-icp-simple {
    margin: 5px 0;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.footer-icp-link-simple {
    color: #666;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 8px;
    white-space: nowrap;
}

.footer-icp-link-simple:hover {
    color: #4169e1;
}

.footer-copyright {
    font-size: 8px;
    color: #666;
    margin-top: 5px;
    opacity: 0.8;
    text-align: center;
}

.footer-links-simple {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.footer-link-simple {
    color: #666;
    text-decoration: none;
    font-size: 8px;
    white-space: nowrap;
}

.footer-link-simple:hover {
    color: #4169e1;
}

.separator {
    color: #ccc;
    font-size: 8px;
    margin: 0 3px;
}