/* 官网展示范围控制：只隐藏明确不展示的入口，不改动原组件样式。 */
#cp-nav-btn,
.lingee-storage-groups,
.scheduled-sessions__item:nth-child(n + 4) {
  display: none !important;
}

body[data-scope-module="工作"] .lof-office-head,
body[data-scope-module="工作"] .lof-office-sub,
body[data-scope-module="开发"] .lof-office-head,
body[data-scope-module="开发"] .lof-office-sub {
  display: none !important;
}
