/* ==================== 全站广告位 ==================== */
.site-notice {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.site-notice:empty {
    display: none;
}
.site-notice > * {
    max-width: 100%;
}
.notice-top {
    margin-top: 12px;
}
.notice-bottom {
    margin-bottom: 24px;
}
.notice-inline {
    margin: 20px auto;
}
/* 统计代码容器（隐藏，仅承载脚本/像素，避免影响布局） */
#statsCodeHolder {
    display: none;
}
