#topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

body {
    padding-top: 160px; /* 这个值 = 页头高度 + 搜索框+背景图高度，不够再加大 */
}