/*!
 *  build: StoreWave 
 *  copyright: https://render.storewave.cn  
 *  time: 2026-4-2 17:33:47
 */
@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
[data-v-b4f36d80]:export {
  menu-color: hsla(0, 0%, 100%, 0.95);
  menu-color-active: hsla(0, 0%, 100%, 0.95);
  menu-background: #282c34;
  column-second-menu-background: #fff;
}
.iframe-container iframe[data-v-b4f36d80] {
  width: 100%;
  height: calc(100vh - 56px - 38px - 12px * 2 - 55px);
}
