/*
 * 全系统备案页脚统一视觉。
 * 页面只保留自身的上下间距和定位，本文件统一公司名称、备案链接及交互状态。
 */
html body .compliance-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #758195;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

html body .compliance-footer .compliance-footer-company {
    color: #758195;
    font-size: 12px;
    font-weight: 400;
}

html body .compliance-footer .compliance-footer-link {
    color: #0b63ce;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

html body .compliance-footer .compliance-footer-link:hover,
html body .compliance-footer .compliance-footer-link:focus-visible {
    color: #084fa7;
    text-decoration: underline;
}
