/* 备案号页脚样式 */
.site-footer {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background-color: #f2f2f7 !important;
    padding: 8px 0 !important;
    text-align: center !important;
    font-size: 12px !important;
    color: #6b6b70 !important;
    border-top: 1px solid #e5e5ea !important;
    z-index: 9999 !important;
}

.site-footer .footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.site-footer .beian-link {
    color: #6b6b70;
    text-decoration: none;
}

.site-footer .beian-link:hover {
    text-decoration: underline;
}

/* 为mobile页面添加底部内边距，防止内容被footer遮挡 */
.mobile-page .mobile-container {
    padding-bottom: 40px !important;
} 