/**
 * 首页自定义样式
 * 强制隐藏顶栏
 */

/* 隐藏所有可能的顶栏元素 */
.header,
.page-header,
.top-bar,
.navbar,
header {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* 调整页面内容上边距 */
body {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
