/**
 * 页脚版权区块 - 独立样式，在全部页面最后加载，避免被其他 CSS 覆盖
 */
footer.site-footer {
    margin-top: 40px;
    padding: 0;
}
footer.site-footer .footer-copyright {
    margin: 0;
    width: 100%;
    background: #e7f1f9 !important;
    border-top: 1px solid #dde8f0;
    border-bottom: 1px solid #dde8f0;
}
footer.site-footer .footer-copyright .container {
    padding: 22px 24px 24px;
    background: transparent !important;
}
footer.site-footer .footer-copyright-inner {
    text-align: center;
    color: #333;
    font-size: 15px;
    line-height: 1.75;
    max-width: 900px;
    margin: 0 auto;
}
footer.site-footer .footer-copyright-line {
    margin: 0 0 10px;
    line-height: 1.75;
}
footer.site-footer .footer-copyright-line:last-child {
    margin-bottom: 0;
}
/* ICP 备案号：蓝色，提高优先级防止被全局 a 覆盖 */
footer.site-footer .footer-copyright a.footer-icp-link {
    color: #1677ff !important;
    font-weight: 500;
    text-decoration: none;
}
footer.site-footer .footer-copyright a.footer-icp-link:hover {
    color: #0d5de6 !important;
    text-decoration: underline;
}
