/*
 * 生产紧急断路器：线上存在新旧 Layout 模块混载时，暂停无操作屏保的可见覆盖层。
 * 保留屏保组件和壁纸接口；恢复功能时仅需移除 index.html 中对此文件的引用。
 */
.ss-overlay {
  display: none !important;
}
