/* 为滚动目标添加偏移，避免被navbar遮挡 */
[id^="item_"] {
    scroll-margin-top: 80px; /* 调整这个值以匹配navbar的高度 */
}