
/* ========== 基础容器 ========== */
.admin-header[data-v-31020c83] {
  background: linear-gradient(135deg, #f9f9f9, #e0e0e0);
  padding: 0 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  height: 40px;
  position: relative;
  z-index: 100;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0;
  display: flex;
  align-items: center;
  min-height: 40px; /* 增加最小高度保护 */
  max-height: 40px; /* 增加最大高度限制 */
}
.admin-header__row[data-v-31020c83] {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: inherit;
  max-height: inherit;
}

/* ========== 菜单 ========== */
.admin-header__menu[data-v-31020c83] {
  width: 100%;
  background: transparent;
  border: none !important;
  border-bottom: none !important;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  overflow-x: auto;
  overflow-y: hidden; /* 防止垂直滚动 */
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  --el-menu-item-height: 40px;
  --el-menu-sub-item-height: 40px;
  --el-menu-horizontal-sub-item-height: 40px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap; /* 防止换行 */
}
.admin-header__menu[data-v-31020c83]::-webkit-scrollbar {
  display: none;
}

/* ========== 菜单项基础样式 ========== */
.admin-header__menu[data-v-31020c83] .el-menu-item,
.admin-header__menu[data-v-31020c83] .el-sub-menu__title,
.admin-header__external-item[data-v-31020c83],
.admin-header__separator[data-v-31020c83] {
  margin: 0 2px;
  padding: 0 10px !important;
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  line-height: 36px !important;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.2s ease;
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #333 !important;
  box-sizing: border-box;
  flex-shrink: 0; /* 防止缩小 */
}

/* 子菜单标题 */
.admin-header__submenu-title[data-v-31020c83] {
  margin-right: 16px;
  display: inline-flex;
  align-items: center;
  height: 100%;
}

/* ========== 子菜单标题容器 ========== */
.admin-header__menu .el-sub-menu[data-v-31020c83] .el-sub-menu__title {
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  line-height: 36px !important;
  padding: 0 24px 0 10px !important;
  margin: 0 2px;
  font-size: 14px;
  border-radius: 4px;
  color: #333 !important;
  display: inline-flex !important;
  align-items: center;
  white-space: nowrap;
}

/* 下拉箭头 */
.admin-header__menu[data-v-31020c83] .el-sub-menu__title .el-icon-arrow-down {
  position: absolute;
  right: 6px;
  margin-left: 0 !important;
  transition: transform 0.2s ease;
  color: #666;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
}

/* 打开状态箭头 */
.admin-header__menu .el-sub-menu.is-opened[data-v-31020c83] .el-icon-arrow-down {
  transform: translateY(-50%) rotate(180deg);
}

/* ========== 外部链接样式 ========== */
.admin-header__external-item[data-v-31020c83] {
  cursor: pointer;
  text-decoration: none;
  display: inline-flex !important;
  align-items: center;
  white-space: nowrap;
}
.admin-header__external-item--top[data-v-31020c83] {
  margin: 0 2px;
}
.admin-header__external-item--sub[data-v-31020c83] {
  width: 100%;
  justify-content: flex-start;
  padding: 0 16px !important;
  height: 36px !important;
  line-height: 36px !important;
}

/* ========== 交互样式 ========== */
.admin-header__menu[data-v-31020c83] .el-menu-item:hover,
.admin-header__menu .el-sub-menu[data-v-31020c83] .el-sub-menu__title:hover,
.admin-header__external-item[data-v-31020c83]:hover {
  background: rgba(0, 0, 0, 0.04) !important;
}
.admin-header__menu[data-v-31020c83] .el-menu-item.is-active {
  background: rgba(64, 158, 255, 0.1) !important;
  color: #409eff !important;
  font-weight: 500;
}
.admin-header__menu[data-v-31020c83] .el-menu-item.is-active .admin-header__router-link {
  color: #409eff !important;
}

/* 禁用状态 */
.admin-header__menu-item--disabled[data-v-31020c83],
.admin-header__menu[data-v-31020c83] .el-menu-item.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: transparent !important;
}

/* ========== 链接样式 ========== */
.admin-header__router-link[data-v-31020c83],
.admin-header__external-link[data-v-31020c83] {
  text-decoration: none;
  color: inherit;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  transition: color 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}
.admin-header__router-link[data-v-31020c83]:hover,
.admin-header__external-link[data-v-31020c83]:hover {
  color: #409eff;
}

/* ========== 下拉菜单 ========== */
.admin-header__submenu-popper[data-v-31020c83] {
  margin-top: 2px !important;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: none !important;
  padding: 4px 0 !important;
  min-width: 140px;
}
.admin-header__submenu-popper[data-v-31020c83] .el-menu-item {
  height: 36px !important;
  min-height: 36px !important;
  line-height: 36px !important;
  padding: 0 16px !important;
  font-size: 13px;
  white-space: nowrap;
  display: flex !important;
  align-items: center;
}
.admin-header__submenu-popper[data-v-31020c83] .el-menu-item:hover {
  background: rgba(0, 0, 0, 0.04) !important;
}

/* ========== 分隔符 ========== */
.admin-header__separator[data-v-31020c83] {
  padding: 0 4px !important;
  color: #ccc;
  font-size: 14px;
  width: auto;
  min-width: auto;
  pointer-events: none;
  display: inline-flex !important;
  align-items: center;
  background: transparent !important;
}

/* ========== 无效路由提示 ========== */
.admin-header__invalid-route[data-v-31020c83] {
  font-size: 11px;
  color: #f56c6c;
  margin-left: 4px;
  white-space: nowrap;
}

/* ========== 移动端适配 ========== */
@media (max-width: 768px) {
.admin-header[data-v-31020c83] {
    height: 38px;
    min-height: 38px;
    max-height: 38px;
    padding: 0 5px;
}
.admin-header__menu[data-v-31020c83] {
    height: 38px;
    min-height: 38px;
    max-height: 38px;
    --el-menu-item-height: 38px;
    --el-menu-sub-item-height: 38px;
}
.admin-header__menu[data-v-31020c83] .el-menu-item,
  .admin-header__menu[data-v-31020c83] .el-sub-menu__title,
  .admin-header__external-item[data-v-31020c83],
  .admin-header__separator[data-v-31020c83] {
    margin: 0 1px;
    padding: 0 6px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    line-height: 34px !important;
    font-size: 12px;
}
.admin-header__menu .el-sub-menu[data-v-31020c83] .el-sub-menu__title {
    padding-right: 20px !important;
}
.admin-header__submenu-title[data-v-31020c83] {
    margin-right: 12px;
}
.admin-header__separator[data-v-31020c83] {
    padding: 0 2px !important;
    font-size: 12px;
}
.admin-header__invalid-route[data-v-31020c83] {
    display: none;
}
.admin-header__submenu-popper[data-v-31020c83] .el-menu-item {
    height: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
    font-size: 12px;
    padding: 0 12px !important;
}
}
@media (max-width: 480px) {
.admin-header[data-v-31020c83] {
    height: 36px;
    min-height: 36px;
    max-height: 36px;
}
.admin-header__menu[data-v-31020c83] {
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    --el-menu-item-height: 36px;
    --el-menu-sub-item-height: 36px;
}
.admin-header__menu[data-v-31020c83] .el-menu-item,
  .admin-header__menu[data-v-31020c83] .el-sub-menu__title,
  .admin-header__external-item[data-v-31020c83] {
    padding: 0 4px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    line-height: 32px !important;
    font-size: 11px;
}
.admin-header__menu .el-sub-menu[data-v-31020c83] .el-sub-menu__title {
    padding-right: 16px !important;
}
.admin-header__submenu-title[data-v-31020c83] {
    margin-right: 8px;
}
.admin-header__submenu-popper[data-v-31020c83] .el-menu-item {
    height: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
    font-size: 11px;
    padding: 0 10px !important;
}
}

/* ========== 覆盖Element Plus默认样式 ========== */
.admin-header__menu[data-v-31020c83] .el-menu--horizontal {
  border-bottom: none !important;
  height: 100%;
}
.admin-header__menu[data-v-31020c83] .el-menu--horizontal > .el-menu-item {
  border-bottom: none !important;
  float: none;
  height: 100%;
  display: inline-flex !important;
  align-items: center;
}
.admin-header__menu[data-v-31020c83] .el-menu--horizontal > .el-sub-menu {
  float: none;
  height: 100%;
  display: inline-flex !important;
  align-items: center;
}
.admin-header__menu[data-v-31020c83] .el-menu--horizontal > .el-sub-menu .el-sub-menu__title {
  border-bottom: none !important;
  height: 100%;
  display: flex !important;
  align-items: center;
}
.admin-header__menu[data-v-31020c83] .el-menu--horizontal .el-menu-item:not(.is-disabled):focus {
  background: transparent;
}
.admin-header__menu[data-v-31020c83] .el-menu--horizontal .el-menu-item.is-active {
  border-bottom: none !important;
}
.admin-header__menu[data-v-31020c83] .el-menu--horizontal .el-sub-menu.is-active .el-sub-menu__title {
  border-bottom: none !important;
}

/* 确保子菜单容器高度正确 */
.admin-header__menu[data-v-31020c83] .el-sub-menu {
  height: 100%;
  display: inline-flex !important;
  align-items: center;
}

/* 防止任何flex或grid布局影响高度 */
.admin-header[data-v-31020c83],
.admin-header__row[data-v-31020c83],
.admin-header__menu[data-v-31020c83],
.admin-header__menu[data-v-31020c83] .el-menu-item,
.admin-header__menu[data-v-31020c83] .el-sub-menu,
.admin-header__menu[data-v-31020c83] .el-sub-menu__title {
  box-sizing: border-box;
}

/* 强制所有元素使用border-box */
[data-v-31020c83] {
  box-sizing: border-box;
}

.site-header[data-v-529328f7] {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #2c3e50;
  color: #fff;
  gap: 15px;
}
.logo img[data-v-529328f7] {
  height: 50px;
  border-radius: 4px;
}

/* 平铺导航样式 */
.flat-navigation[data-v-529328f7] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  flex-grow: 1;
}

/* 按钮组样式 */
.button-group[data-v-529328f7] {
  display: flex;
  gap: 8px;
  padding: 5px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.1);
}
.monitoring-group[data-v-529328f7] {
  border: 1px solid #3498db;
}
.management-group[data-v-529328f7] {
  border: 1px solid #9b59b6;
}

/* 导航按钮基础样式 */
.nav-item[data-v-529328f7] {
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  color: white;
  font-size: 14px;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
  background-color: #34495e;
}

/* 悬停状态 */
.nav-item[data-v-529328f7]:hover {
  background-color: #3d566e;
  transform: translateY(-2px);
}

/* 激活状态 */
.nav-item.active[data-v-529328f7] {
  background-color: #3498db;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.4);
}

/* 用户菜单样式 */
.user-menu[data-v-529328f7] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.username[data-v-529328f7] {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  color: #ecf0f1;
  padding: 4px 8px;
  border-radius: 20px;
  transition: background-color 0.3s;
}
.username[data-v-529328f7]:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.user-avatar[data-v-529328f7] {
  background-color: #409EFF;
}
.chat-ai-button[data-v-529328f7] {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(45deg, #3498db, #9b59b6);
  border: none;
  transition: all 0.3s ease;
}
.chat-ai-button[data-v-529328f7]:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.4);
}
.chat-ai-button.active[data-v-529328f7] {
  background: linear-gradient(45deg, #e74c3c, #f39c12);
}

/* 响应式设计 */
@media (max-width: 992px) {
.site-header[data-v-529328f7] {
    flex-wrap: wrap;
}
.flat-navigation[data-v-529328f7] {
    order: 3;
    width: 100%;
    margin-top: 10px;
    gap: 10px;
}
.button-group[data-v-529328f7] {
    flex-wrap: wrap;
}
.user-menu[data-v-529328f7] {
    margin-left: 0;
    margin-right: auto;
}
}
@media (max-width: 768px) {
.site-header[data-v-529328f7] {
    padding: 10px;
}
.logo img[data-v-529328f7] {
    height: 40px;
}
.nav-item[data-v-529328f7] {
    padding: 6px 12px;
    font-size: 13px;
}
}
@media (max-width: 576px) {
.nav-item[data-v-529328f7] {
    padding: 5px 10px;
    font-size: 12px;
}
.button-group[data-v-529328f7] {
    gap: 4px;
    padding: 3px;
}
.user-menu[data-v-529328f7] {
    gap: 6px;
}
.username span[data-v-529328f7] {
    display: none; /* 在小屏幕上只显示头像 */
}
}

/* 基础样式 */
.menu-link[data-v-ca9e9fe9],
.dropdown-header[data-v-ca9e9fe9] {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 2px 8px;
  transition: all 0.2s ease;
  overflow: hidden;
  color: #e0e0e0;
}

/* 链接样式 */
.menu-link[data-v-ca9e9fe9] {
  background: transparent;
}
.menu-link[data-v-ca9e9fe9]:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 下拉菜单样式 */
.dropdown-header[data-v-ca9e9fe9] {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
}
.dropdown-header[data-v-ca9e9fe9]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 活动状态 */
.router-link-active[data-v-ca9e9fe9],
.router-link-exact-active[data-v-ca9e9fe9] {
  background: rgba(69, 183, 209, 0.15) !important;
  color: #45b7d1;
}
.link-content[data-v-ca9e9fe9] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.menu-label[data-v-ca9e9fe9] {
  flex-grow: 1;
  font-size: 0.9em;
}

/* 箭头图标 */
.dropdown-arrow[data-v-ca9e9fe9] {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.dropdown-arrow.expanded[data-v-ca9e9fe9] {
  transform: rotate(180deg);
}

/* 子菜单 */
.dropdown-children[data-v-ca9e9fe9] {
  margin: 2px 8px 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar[data-v-2406acaf] {
  width: 250px;
  height: 100%;
  background-color: #1e293b;
  color: white;
  transition: width 0.3s ease, background-color 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar.collapsed[data-v-2406acaf] {
  width: 50px; /* 折叠宽度适配单个图标 */
}

/* 按钮容器：展开时撑满宽度，折叠时居中 */
.toggle-btn[data-v-2406acaf] {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.2s ease;
  border-radius: 8px;
  margin: 8px;
}
.toggle-btn[data-v-2406acaf]:hover {
  color: #ffffff;
  background: rgba(96, 165, 250, 0.15);
}

/* 展开状态内容：左右分区（用 justify-content: space-between 实现靠左+靠右） */
.toggle-content--expanded[data-v-2406acaf] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; /* 撑满按钮宽度，确保左右分区生效 */
}

/* 左侧：符号+HH（靠左排布，间距紧凑） */
.toggle-left[data-v-2406acaf] {
  display: flex;
  align-items: center;
  gap: 6px; /* 符号与HH的间距，可按需调整 */
}

/* 特殊数学符号：醒目样式 */
.math-symbol[data-v-2406acaf] {
  font-size: 18px;
  font-weight: 500;
  color: #60a5fa; /* 蓝色符号，可替换为其他颜色 */
}

/* HH文字：粗体突出 */
.hh-text[data-v-2406acaf] {
  font-size: 16px;
  font-weight: 600;
}

/* 右侧：侧边栏图标（靠右排布） */
.toggle-right[data-v-2406acaf] {
  display: flex;
  align-items: center;
}

/* 侧边栏专用图标：统一尺寸 */
.sidebar-specific-icon[data-v-2406acaf] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

/* 折叠状态：仅图标居中 */
.toggle-content--collapsed[data-v-2406acaf] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 菜单容器样式不变 */
.menu-container[data-v-2406acaf] {
  padding: 12px 0px 60px 0px;
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu-container[data-v-2406acaf]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.menu-container[data-v-2406acaf]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.bottom-nav[data-v-9756870f] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-9756870f] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-9756870f] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-9756870f] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-9756870f]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-9756870f] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
/* 默认样式 */
.el-aside[data-v-a651f656] {
  transition: width 0.3s ease;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #e6e9f0;
  height: calc(100vh - 60px);
  position: sticky;
  top: 60px;
}
.el-main[data-v-a651f656] {
  margin: 0 !important;
  padding: 16px !important;
  box-sizing: border-box;
  background-color: #f5f7fa;
  min-height: calc(100vh - 60px);
  overflow-x: hidden;
}

/* 调整容器内边距和子元素间距 */
[data-v-a651f656] .el-container {
  display: flex;
  padding: 0;
  margin: 0;
  min-height: calc(100vh - 60px);
}

/* 宽屏模式下强制侧边栏与主内容间距为5px */
@media (min-width: 769px) {
[data-v-a651f656] .el-container {
    gap: 5px;
}
  
  /* 处理相邻元素可能存在的默认间距 */
[data-v-a651f656] .el-aside + .el-main {
    margin-left: 0 !important;
}
}

/* 移动设备样式 */
.mobile-footer[data-v-a651f656] {  
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* 响应式布局 */
@media (max-width: 768px) {
.el-aside[data-v-a651f656] {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    height: calc(100vh - 60px);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}
.el-main[data-v-a651f656] {
    margin-bottom: 60px;
    padding: 12px !important;
    min-height: calc(100vh - 120px);
}
[data-v-a651f656] .el-container {
    min-height: calc(100vh - 60px);
}
}

/* 小屏幕优化 */
@media (max-width: 480px) {
.el-main[data-v-a651f656] {
    padding: 8px !important;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.el-aside[data-v-a651f656] {
    background-color: #1f1f1f;
    border-right-color: #303030;
}
.el-main[data-v-a651f656] {
    background-color: #141414;
}
.mobile-footer[data-v-a651f656] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

.el-table[data-v-c1e7c1a4] {
  margin-top: 20px;
  border-radius: 4px;
  overflow: hidden;
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
div[data-v-c1e7c1a4] {
    background-color: #141414;
}
}

/* 响应式调整 */
@media (max-width: 768px) {
div[data-v-c1e7c1a4] {
    padding: 12px;
}
}

.container-foot[data-v-8b045b0d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 10px;
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
  margin-top: auto; /* 确保页脚在底部 */
}
.foot-font[data-v-8b045b0d] {
  flex: 2;
  font-size: 11px;
  color: gray;
  font-family: Arial, sans-serif;
}
.links[data-v-8b045b0d] {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 5px;
  flex-wrap: wrap; /* 响应式换行 */
}
.links a[data-v-8b045b0d] {
  color: gray;
  text-decoration: none;
  transition: color 0.3s ease;
}
.links a[data-v-8b045b0d]:hover {
  color: #007bff;
  text-decoration: underline;
}
.aux-buttons[data-v-8b045b0d] {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.settings-button[data-v-8b045b0d] {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 6px; /* 图标和文本间距 */
  transition: all 0.3s ease;
  font-weight: 500;
}
.settings-button[data-v-8b045b0d]:hover:not(:disabled) {
  background-color: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}
.settings-button[data-v-8b045b0d]:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  opacity: 0.6;
}
.settings-button i[data-v-8b045b0d] {
  font-size: 14px;
}

/* 响应式设计 */
@media (max-width: 768px) {
.container-foot[data-v-8b045b0d] {
    flex-direction: column;
    gap: 10px;
}
.foot-font[data-v-8b045b0d] {
    flex: none;
    width: 100%;
}
.aux-buttons[data-v-8b045b0d] {
    flex: none;
    width: 100%;
}
.links[data-v-8b045b0d] {
    flex-direction: column;
    gap: 5px;
}
.settings-button[data-v-8b045b0d] {
    padding: 6px 12px;
    font-size: 12px;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.container-foot[data-v-8b045b0d] {
    background-color: #1f1f1f;
    border-top-color: #303030;
}
.foot-font[data-v-8b045b0d],
  .links a[data-v-8b045b0d] {
    color: #aaa;
}
.links a[data-v-8b045b0d]:hover {
    color: #66b1ff;
}
.settings-button[data-v-8b045b0d] {
    background-color: #409eff;
}
.settings-button[data-v-8b045b0d]:hover:not(:disabled) {
    background-color: #66b1ff;
}
.settings-button[data-v-8b045b0d]:disabled {
    background-color: #444;
    color: #999;
}
}

.footer-files[data-v-a92fa45f] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  padding: 12px 16px;
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
  min-height: 60px;
}
.loading-state[data-v-a92fa45f] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #909399;
  font-size: 13px;
}
.loading-state .el-icon[data-v-a92fa45f] {
  font-size: 16px;
}
.refresh-btn[data-v-a92fa45f] {
  margin-right: 4px;
  padding: 4px 8px;
  color: #6c757d;
  font-size: 12px;
}
.refresh-btn[data-v-a92fa45f]:hover {
  color: #409eff;
}
.file-link[data-v-a92fa45f] {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #6c757d;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
  background-color: transparent;
}
.file-link[data-v-a92fa45f]:hover {
  color: #409eff;
  background-color: rgba(64, 158, 255, 0.1);
  text-decoration: none;
}
.vip-lock[data-v-a92fa45f] {
  font-size: 10px;
  color: #b37feb;
  opacity: 0.7;
}

/* 响应式调整 */
@media (max-width: 768px) {
.footer-files[data-v-a92fa45f] {
    padding: 10px;
    gap: 6px 8px;
}
.file-link[data-v-a92fa45f] {
    font-size: 11px;
    padding: 3px 6px;
}
}

/* 基础样式 */
.menu-link[data-v-9f8a4157],
.dropdown-header[data-v-9f8a4157] {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 2px 8px;
  transition: all 0.2s ease;
  overflow: hidden;
  color: #e0e0e0;
}

/* 链接样式 */
.menu-link[data-v-9f8a4157] {
  background: transparent;
}
.menu-link[data-v-9f8a4157]:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 下拉菜单样式 */
.dropdown-header[data-v-9f8a4157] {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
}
.dropdown-header[data-v-9f8a4157]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 活动状态 */
.router-link-active[data-v-9f8a4157],
.router-link-exact-active[data-v-9f8a4157] {
  background: rgba(69, 183, 209, 0.15) !important;
  color: #45b7d1;
}
.link-content[data-v-9f8a4157] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.menu-label[data-v-9f8a4157] {
  flex-grow: 1;
  font-size: 0.9em;
}

/* 箭头图标 */
.dropdown-arrow[data-v-9f8a4157] {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.dropdown-arrow.expanded[data-v-9f8a4157] {
  transform: rotate(180deg);
}

/* 子菜单 */
.dropdown-children[data-v-9f8a4157] {
  margin: 2px 8px 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar[data-v-3e0f1bbb] {
  width: 250px;
  height: 100%;
  background-color: #1e293b;
  color: white;
  transition: width 0.3s ease, background-color 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar.collapsed[data-v-3e0f1bbb] {
  width: 50px; /* 折叠宽度适配单个图标 */
}

/* 按钮容器：展开时撑满宽度，折叠时居中 */
.toggle-btn[data-v-3e0f1bbb] {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.2s ease;
  border-radius: 8px;
  margin: 8px;
}
.toggle-btn[data-v-3e0f1bbb]:hover {
  color: #ffffff;
  background: rgba(96, 165, 250, 0.15);
}

/* 展开状态内容：左右分区（用 justify-content: space-between 实现靠左+靠右） */
.toggle-content--expanded[data-v-3e0f1bbb] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; /* 撑满按钮宽度，确保左右分区生效 */
}

/* 左侧：符号+HH（靠左排布，间距紧凑） */
.toggle-left[data-v-3e0f1bbb] {
  display: flex;
  align-items: center;
  gap: 6px; /* 符号与HH的间距，可按需调整 */
}

/* 特殊数学符号：醒目样式 */
.math-symbol[data-v-3e0f1bbb] {
  font-size: 18px;
  font-weight: 500;
  color: #60a5fa; /* 蓝色符号，可替换为其他颜色 */
}

/* HH文字：粗体突出 */
.hh-text[data-v-3e0f1bbb] {
  font-size: 16px;
  font-weight: 600;
}

/* 右侧：侧边栏图标（靠右排布） */
.toggle-right[data-v-3e0f1bbb] {
  display: flex;
  align-items: center;
}

/* 侧边栏专用图标：统一尺寸 */
.sidebar-specific-icon[data-v-3e0f1bbb] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

/* 折叠状态：仅图标居中 */
.toggle-content--collapsed[data-v-3e0f1bbb] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 菜单容器样式不变 */
.menu-container[data-v-3e0f1bbb] {
  padding: 12px 0px 60px 0px;
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu-container[data-v-3e0f1bbb]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.menu-container[data-v-3e0f1bbb]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.bottom-nav[data-v-95b8f727] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-95b8f727] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-95b8f727] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-95b8f727] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-95b8f727]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-95b8f727] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
/* 默认样式 */
.el-aside[data-v-4f1185ce] {
  transition: width 0.3s;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
.el-main[data-v-4f1185ce] {
  margin: 0 !important;
  padding: 5px !important;
  box-sizing: border-box;
}

/* 调整容器内边距和子元素间距 */
[data-v-4f1185ce] .el-container {
  display: flex;
  padding: 0;
  margin: 0;
}

/* 宽屏模式下强制侧边栏与主内容间距为5px */
@media (min-width: 769px) {
[data-v-4f1185ce] .el-container {
    gap: 5px;
}
  
  /* 处理相邻元素可能存在的默认间距 */
[data-v-4f1185ce] .el-aside + .el-main {
    margin-left: 0 !important;
}
}

/* 移动设备样式 */
.mobile-footer[data-v-4f1185ce] {  
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0px;
  margin-bottom: 60px; /* 增加与页脚的间距 */
}

/* 响应式布局 */
@media (max-width: 768px) {
.el-aside[data-v-4f1185ce] {
    display: none; /* 在窄屏时隐藏侧边栏 */
}
.el-main[data-v-4f1185ce] {
    margin-bottom: 80px; /* 为底部导航栏和页脚留出足够的空间 */
}
}

/* 基础样式 */
.menu-link[data-v-f1e6dd6e],
.dropdown-header[data-v-f1e6dd6e] {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 2px 8px;
  transition: all 0.2s ease;
  overflow: hidden;
  color: #e0e0e0;
}

/* 链接样式 */
.menu-link[data-v-f1e6dd6e] {
  background: transparent;
}
.menu-link[data-v-f1e6dd6e]:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 下拉菜单样式 */
.dropdown-header[data-v-f1e6dd6e] {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
}
.dropdown-header[data-v-f1e6dd6e]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 活动状态 */
.router-link-active[data-v-f1e6dd6e],
.router-link-exact-active[data-v-f1e6dd6e] {
  background: rgba(69, 183, 209, 0.15) !important;
  color: #45b7d1;
}
.link-content[data-v-f1e6dd6e] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.menu-label[data-v-f1e6dd6e] {
  flex-grow: 1;
  font-size: 0.9em;
}

/* 箭头图标 */
.dropdown-arrow[data-v-f1e6dd6e] {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.dropdown-arrow.expanded[data-v-f1e6dd6e] {
  transform: rotate(180deg);
}

/* 子菜单 */
.dropdown-children[data-v-f1e6dd6e] {
  margin: 2px 8px 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar[data-v-174b47be] {
  width: 250px;
  height: 100%;
  background-color: #1e293b;
  color: white;
  transition: width 0.3s ease, background-color 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar.collapsed[data-v-174b47be] {
  width: 50px; /* 折叠宽度适配单个图标 */
}

/* 按钮容器：展开时撑满宽度，折叠时居中 */
.toggle-btn[data-v-174b47be] {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.2s ease;
  border-radius: 8px;
  margin: 8px;
}
.toggle-btn[data-v-174b47be]:hover {
  color: #ffffff;
  background: rgba(96, 165, 250, 0.15);
}

/* 展开状态内容：左右分区（用 justify-content: space-between 实现靠左+靠右） */
.toggle-content--expanded[data-v-174b47be] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; /* 撑满按钮宽度，确保左右分区生效 */
}

/* 左侧：符号+HH（靠左排布，间距紧凑） */
.toggle-left[data-v-174b47be] {
  display: flex;
  align-items: center;
  gap: 6px; /* 符号与HH的间距，可按需调整 */
}

/* 特殊数学符号：醒目样式 */
.math-symbol[data-v-174b47be] {
  font-size: 18px;
  font-weight: 500;
  color: #60a5fa; /* 蓝色符号，可替换为其他颜色 */
}

/* HH文字：粗体突出 */
.hh-text[data-v-174b47be] {
  font-size: 16px;
  font-weight: 600;
}

/* 右侧：侧边栏图标（靠右排布） */
.toggle-right[data-v-174b47be] {
  display: flex;
  align-items: center;
}

/* 侧边栏专用图标：统一尺寸 */
.sidebar-specific-icon[data-v-174b47be] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

/* 折叠状态：仅图标居中 */
.toggle-content--collapsed[data-v-174b47be] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 菜单容器样式不变 */
.menu-container[data-v-174b47be] {
  padding: 12px 0px 60px 0px;
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu-container[data-v-174b47be]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.menu-container[data-v-174b47be]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.bottom-nav[data-v-886c8750] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-886c8750] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-886c8750] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-886c8750] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-886c8750]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-886c8750] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
/* 默认样式 */
.el-aside[data-v-b9a9ef37] {
  transition: width 0.3s ease;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #e6e9f0;
}
.el-main[data-v-b9a9ef37] {
  margin: 0 !important;
  padding: 5px !important;
  box-sizing: border-box;
  background-color: #f5f7fa;
  min-height: calc(100vh - 110px);
}

/* 调整容器内边距和子元素间距 */
[data-v-b9a9ef37] .el-container {
  display: flex;
  padding: 0;
  margin: 0;
  min-height: calc(100vh - 60px); /* 减去头部高度 */
}

/* 宽屏模式下强制侧边栏与主内容间距为5px */
@media (min-width: 769px) {
[data-v-b9a9ef37] .el-container {
    gap: 5px;
}
  
  /* 处理相邻元素可能存在的默认间距 */
[data-v-b9a9ef37] .el-aside + .el-main {
    margin-left: 0 !important;
}
}

/* 移动设备样式 */
.mobile-footer[data-v-b9a9ef37] {  
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0px;
  margin-bottom: 60px;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

/* 响应式布局 */
@media (max-width: 768px) {
.el-aside[data-v-b9a9ef37] {
    display: none; /* 在窄屏时隐藏侧边栏 */
}
.el-main[data-v-b9a9ef37] {
    margin-bottom: 80px; /* 为底部导航栏和页脚留出足够的空间 */
    padding-bottom: 20px !important;
}
[data-v-b9a9ef37] .el-container {
    min-height: calc(100vh - 110px);
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.el-aside[data-v-b9a9ef37] {
    background-color: #1f1f1f;
    border-right-color: #303030;
}
.el-main[data-v-b9a9ef37] {
    background-color: #141414;
}
.mobile-footer[data-v-b9a9ef37] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

/* 基础样式 */
.menu-link[data-v-c57af75a],
.dropdown-header[data-v-c57af75a] {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 2px 8px;
  transition: all 0.2s ease;
  overflow: hidden;
  color: #e0e0e0;
}

/* 链接样式 */
.menu-link[data-v-c57af75a] {
  background: transparent;
}
.menu-link[data-v-c57af75a]:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 下拉菜单样式 */
.dropdown-header[data-v-c57af75a] {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
}
.dropdown-header[data-v-c57af75a]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 活动状态 */
.router-link-active[data-v-c57af75a],
.router-link-exact-active[data-v-c57af75a] {
  background: rgba(69, 183, 209, 0.15) !important;
  color: #45b7d1;
}
.link-content[data-v-c57af75a] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.menu-label[data-v-c57af75a] {
  flex-grow: 1;
  font-size: 0.9em;
}

/* 箭头图标 */
.dropdown-arrow[data-v-c57af75a] {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.dropdown-arrow.expanded[data-v-c57af75a] {
  transform: rotate(180deg);
}

/* 子菜单 */
.dropdown-children[data-v-c57af75a] {
  margin: 2px 8px 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar[data-v-0b2b0fe4] {
  width: 250px;
  height: 100%;
  background-color: #1e293b;
  color: white;
  transition: width 0.3s ease, background-color 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar.collapsed[data-v-0b2b0fe4] {
  width: 50px; /* 折叠宽度适配单个图标 */
}

/* 按钮容器：展开时撑满宽度，折叠时居中 */
.toggle-btn[data-v-0b2b0fe4] {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.2s ease;
  border-radius: 8px;
  margin: 8px;
}
.toggle-btn[data-v-0b2b0fe4]:hover {
  color: #ffffff;
  background: rgba(96, 165, 250, 0.15);
}

/* 展开状态内容：左右分区（用 justify-content: space-between 实现靠左+靠右） */
.toggle-content--expanded[data-v-0b2b0fe4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; /* 撑满按钮宽度，确保左右分区生效 */
}

/* 左侧：符号+HH（靠左排布，间距紧凑） */
.toggle-left[data-v-0b2b0fe4] {
  display: flex;
  align-items: center;
  gap: 6px; /* 符号与HH的间距，可按需调整 */
}

/* 特殊数学符号：醒目样式 */
.math-symbol[data-v-0b2b0fe4] {
  font-size: 18px;
  font-weight: 500;
  color: #60a5fa; /* 蓝色符号，可替换为其他颜色 */
}

/* HH文字：粗体突出 */
.hh-text[data-v-0b2b0fe4] {
  font-size: 16px;
  font-weight: 600;
}

/* 右侧：侧边栏图标（靠右排布） */
.toggle-right[data-v-0b2b0fe4] {
  display: flex;
  align-items: center;
}

/* 侧边栏专用图标：统一尺寸 */
.sidebar-specific-icon[data-v-0b2b0fe4] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

/* 折叠状态：仅图标居中 */
.toggle-content--collapsed[data-v-0b2b0fe4] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 菜单容器样式不变 */
.menu-container[data-v-0b2b0fe4] {
  padding: 12px 0px 60px 0px;
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu-container[data-v-0b2b0fe4]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.menu-container[data-v-0b2b0fe4]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.bottom-nav[data-v-9478bcbf] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-9478bcbf] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-9478bcbf] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-9478bcbf] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-9478bcbf]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-9478bcbf] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
/* 默认样式 */
.el-aside[data-v-820368ea] {
  transition: width 0.3s ease;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #e6e9f0;
  height: calc(100vh - 60px); /* 减去头部高度 */
  position: sticky;
  top: 60px;
}
.el-main[data-v-820368ea] {
  margin: 0 !important;
  padding: 16px !important;
  box-sizing: border-box;
  background-color: #f5f7fa;
  min-height: calc(100vh - 60px);
  overflow-x: hidden;
}

/* 调整容器内边距和子元素间距 */
[data-v-820368ea] .el-container {
  display: flex;
  padding: 0;
  margin: 0;
  min-height: calc(100vh - 60px);
}

/* 宽屏模式下强制侧边栏与主内容间距为5px */
@media (min-width: 769px) {
[data-v-820368ea] .el-container {
    gap: 5px;
}
  
  /* 处理相邻元素可能存在的默认间距 */
[data-v-820368ea] .el-aside + .el-main {
    margin-left: 0 !important;
}
}

/* 移动设备样式 */
.mobile-footer[data-v-820368ea] {  
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* 响应式布局 */
@media (max-width: 768px) {
.el-aside[data-v-820368ea] {
    display: none; /* 在窄屏时隐藏侧边栏 */
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    height: calc(100vh - 60px);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}
.el-main[data-v-820368ea] {
    margin-bottom: 60px; /* 为底部导航栏留出空间 */
    padding: 12px !important;
    min-height: calc(100vh - 120px);
}
[data-v-820368ea] .el-container {
    min-height: calc(100vh - 60px);
}
}

/* 小屏幕优化 */
@media (max-width: 480px) {
.el-main[data-v-820368ea] {
    padding: 8px !important;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.el-aside[data-v-820368ea] {
    background-color: #1f1f1f;
    border-right-color: #303030;
}
.el-main[data-v-820368ea] {
    background-color: #141414;
}
.mobile-footer[data-v-820368ea] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

/* 基础样式 */
.menu-link[data-v-9039a5a2],
.dropdown-header[data-v-9039a5a2] {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 2px 8px;
  transition: all 0.2s ease;
  overflow: hidden;
  color: #e0e0e0;
}

/* 链接样式 */
.menu-link[data-v-9039a5a2] {
  background: transparent;
}
.menu-link[data-v-9039a5a2]:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 下拉菜单样式 */
.dropdown-header[data-v-9039a5a2] {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
}
.dropdown-header[data-v-9039a5a2]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 活动状态 */
.router-link-active[data-v-9039a5a2],
.router-link-exact-active[data-v-9039a5a2] {
  background: rgba(69, 183, 209, 0.15) !important;
  color: #45b7d1;
}
.link-content[data-v-9039a5a2] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.menu-label[data-v-9039a5a2] {
  flex-grow: 1;
  font-size: 0.9em;
}

/* 箭头图标 */
.dropdown-arrow[data-v-9039a5a2] {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.dropdown-arrow.expanded[data-v-9039a5a2] {
  transform: rotate(180deg);
}

/* 子菜单 */
.dropdown-children[data-v-9039a5a2] {
  margin: 2px 8px 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar[data-v-c0310fa8] {
  width: 250px;
  height: 100%;
  background-color: #1e293b;
  color: white;
  transition: width 0.3s ease, background-color 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar.collapsed[data-v-c0310fa8] {
  width: 50px; /* 折叠宽度适配单个图标 */
}

/* 按钮容器：展开时撑满宽度，折叠时居中 */
.toggle-btn[data-v-c0310fa8] {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.2s ease;
  border-radius: 8px;
  margin: 8px;
}
.toggle-btn[data-v-c0310fa8]:hover {
  color: #ffffff;
  background: rgba(96, 165, 250, 0.15);
}

/* 展开状态内容：左右分区（用 justify-content: space-between 实现靠左+靠右） */
.toggle-content--expanded[data-v-c0310fa8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; /* 撑满按钮宽度，确保左右分区生效 */
}

/* 左侧：符号+HH（靠左排布，间距紧凑） */
.toggle-left[data-v-c0310fa8] {
  display: flex;
  align-items: center;
  gap: 6px; /* 符号与HH的间距，可按需调整 */
}

/* 特殊数学符号：醒目样式 */
.math-symbol[data-v-c0310fa8] {
  font-size: 18px;
  font-weight: 500;
  color: #60a5fa; /* 蓝色符号，可替换为其他颜色 */
}

/* HH文字：粗体突出 */
.hh-text[data-v-c0310fa8] {
  font-size: 16px;
  font-weight: 600;
}

/* 右侧：侧边栏图标（靠右排布） */
.toggle-right[data-v-c0310fa8] {
  display: flex;
  align-items: center;
}

/* 侧边栏专用图标：统一尺寸 */
.sidebar-specific-icon[data-v-c0310fa8] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

/* 折叠状态：仅图标居中 */
.toggle-content--collapsed[data-v-c0310fa8] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 菜单容器样式不变 */
.menu-container[data-v-c0310fa8] {
  padding: 12px 0px 60px 0px;
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu-container[data-v-c0310fa8]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.menu-container[data-v-c0310fa8]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.bottom-nav[data-v-a7699841] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-a7699841] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-a7699841] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-a7699841] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-a7699841]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-a7699841] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
/* 默认样式 */
.el-aside[data-v-a403fd0a] {
  transition: width 0.3s;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
.el-main[data-v-a403fd0a] {
  margin: 0 !important;
  padding: 5px !important;
  box-sizing: border-box;
}

/* 调整容器内边距和子元素间距 */
[data-v-a403fd0a] .el-container {
  display: flex;
  padding: 0;
  margin: 0;
}

/* 宽屏模式下强制侧边栏与主内容间距为5px */
@media (min-width: 769px) {
[data-v-a403fd0a] .el-container {
    gap: 5px;
}
  
  /* 处理相邻元素可能存在的默认间距 */
[data-v-a403fd0a] .el-aside + .el-main {
    margin-left: 0 !important;
}
}

/* 移动设备样式 */
.mobile-footer[data-v-a403fd0a] {  
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0px;
  margin-bottom: 60px; /* 增加与页脚的间距 */
}

/* 响应式布局 */
@media (max-width: 768px) {
.el-aside[data-v-a403fd0a] {
    display: none; /* 在窄屏时隐藏侧边栏 */
}
.el-main[data-v-a403fd0a] {
    margin-bottom: 80px; /* 为底部导航栏和页脚留出足够的空间 */
}
}

/* 基础样式 */
.menu-link[data-v-cc9e01ed],
.dropdown-header[data-v-cc9e01ed] {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 2px 8px;
  transition: all 0.2s ease;
  overflow: hidden;
  color: #e0e0e0;
}

/* 链接样式 */
.menu-link[data-v-cc9e01ed] {
  background: transparent;
}
.menu-link[data-v-cc9e01ed]:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 下拉菜单样式 */
.dropdown-header[data-v-cc9e01ed] {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
}
.dropdown-header[data-v-cc9e01ed]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 活动状态 */
.router-link-active[data-v-cc9e01ed],
.router-link-exact-active[data-v-cc9e01ed] {
  background: rgba(69, 183, 209, 0.15) !important;
  color: #45b7d1;
}
.link-content[data-v-cc9e01ed] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.menu-label[data-v-cc9e01ed] {
  flex-grow: 1;
  font-size: 0.9em;
}

/* 箭头图标 */
.dropdown-arrow[data-v-cc9e01ed] {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.dropdown-arrow.expanded[data-v-cc9e01ed] {
  transform: rotate(180deg);
}

/* 子菜单 */
.dropdown-children[data-v-cc9e01ed] {
  margin: 2px 8px 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar[data-v-de365497] {
  width: 220px;
  height: 100%;
  background-color: #1e293b;
  color: white;
  transition: width 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar.collapsed[data-v-de365497] {
  width: 48px;
}
.toggle-btn[data-v-de365497] {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.2s;
}
.toggle-btn[data-v-de365497]:hover {
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.05);
}
.menu-container[data-v-de365497] {
  padding: 12px 0px 60px 0px;
  flex-grow: 1;
  overflow-y: auto;
  /* 隐藏所有浏览器的滚动条 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

/* 隐藏Webkit浏览器的滚动条 (Chrome/Safari) */
.menu-container[data-v-de365497]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.menu-container[data-v-de365497]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.bottom-nav[data-v-2afef408] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-2afef408] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-2afef408] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-2afef408] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-2afef408]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-2afef408] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
/* 默认样式 */
.el-aside[data-v-e5036267] {
  transition: width 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #e6e9f0;
  height: calc(100vh - 60px); /* 减去头部高度 */
  position: sticky;
  top: 60px;
}
.el-main[data-v-e5036267] {
  margin: 0 !important;
  padding: 16px !important;
  box-sizing: border-box;
  background-color: #f5f7fa;
  min-height: calc(100vh - 60px);
  overflow-x: hidden;
}

/* 调整容器内边距和子元素间距 */
[data-v-e5036267] .el-container {
  display: flex;
  padding: 0;
  margin: 0;
  min-height: calc(100vh - 60px);
}

/* 宽屏模式下强制侧边栏与主内容间距为5px */
@media (min-width: 769px) {
[data-v-e5036267] .el-container {
    gap: 5px;
}
[data-v-e5036267] .el-aside + .el-main {
    margin-left: 0 !important;
}
}

/* 移动设备样式 */
.mobile-footer[data-v-e5036267] {  
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* 响应式布局 */
@media (max-width: 768px) {
.el-aside[data-v-e5036267] {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    height: calc(100vh - 60px);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}
.el-main[data-v-e5036267] {
    margin-bottom: 60px;
    padding: 12px !important;
    min-height: calc(100vh - 120px);
}
[data-v-e5036267] .el-container {
    min-height: calc(100vh - 60px);
}
}

/* 小屏幕优化 */
@media (max-width: 480px) {
.el-main[data-v-e5036267] {
    padding: 8px !important;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.el-aside[data-v-e5036267] {
    background-color: #1f1f1f;
    border-right-color: #303030;
}
.el-main[data-v-e5036267] {
    background-color: #141414;
}
.mobile-footer[data-v-e5036267] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

/* 基础样式 */
.menu-link[data-v-f20daf26],
.dropdown-header[data-v-f20daf26] {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 2px 8px;
  transition: all 0.2s ease;
  overflow: hidden;
  color: #e0e0e0;
}

/* 链接样式 */
.menu-link[data-v-f20daf26] {
  background: transparent;
}
.menu-link[data-v-f20daf26]:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 下拉菜单样式 */
.dropdown-header[data-v-f20daf26] {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
}
.dropdown-header[data-v-f20daf26]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 活动状态 */
.router-link-active[data-v-f20daf26],
.router-link-exact-active[data-v-f20daf26] {
  background: rgba(69, 183, 209, 0.15) !important;
  color: #45b7d1;
}
.link-content[data-v-f20daf26] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.menu-label[data-v-f20daf26] {
  flex-grow: 1;
  font-size: 0.9em;
}

/* 箭头图标 */
.dropdown-arrow[data-v-f20daf26] {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.dropdown-arrow.expanded[data-v-f20daf26] {
  transform: rotate(180deg);
}

/* 子菜单 */
.dropdown-children[data-v-f20daf26] {
  margin: 2px 8px 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar[data-v-d64dc9f8] {
  width: 250px;
  height: 100%;
  background-color: #1e293b;
  color: white;
  transition: width 0.3s ease, background-color 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar.collapsed[data-v-d64dc9f8] {
  width: 50px; /* 折叠宽度适配单个图标 */
}

/* 按钮容器：展开时撑满宽度，折叠时居中 */
.toggle-btn[data-v-d64dc9f8] {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.2s ease;
  border-radius: 8px;
  margin: 8px;
}
.toggle-btn[data-v-d64dc9f8]:hover {
  color: #ffffff;
  background: rgba(96, 165, 250, 0.15);
}

/* 展开状态内容：左右分区（用 justify-content: space-between 实现靠左+靠右） */
.toggle-content--expanded[data-v-d64dc9f8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; /* 撑满按钮宽度，确保左右分区生效 */
}

/* 左侧：符号+HH（靠左排布，间距紧凑） */
.toggle-left[data-v-d64dc9f8] {
  display: flex;
  align-items: center;
  gap: 6px; /* 符号与HH的间距，可按需调整 */
}

/* 特殊数学符号：醒目样式 */
.math-symbol[data-v-d64dc9f8] {
  font-size: 18px;
  font-weight: 500;
  color: #60a5fa; /* 蓝色符号，可替换为其他颜色 */
}

/* HH文字：粗体突出 */
.hh-text[data-v-d64dc9f8] {
  font-size: 16px;
  font-weight: 600;
}

/* 右侧：侧边栏图标（靠右排布） */
.toggle-right[data-v-d64dc9f8] {
  display: flex;
  align-items: center;
}

/* 侧边栏专用图标：统一尺寸 */
.sidebar-specific-icon[data-v-d64dc9f8] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

/* 折叠状态：仅图标居中 */
.toggle-content--collapsed[data-v-d64dc9f8] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 菜单容器样式不变 */
.menu-container[data-v-d64dc9f8] {
  padding: 12px 0px 60px 0px;
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu-container[data-v-d64dc9f8]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.menu-container[data-v-d64dc9f8]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.bottom-nav[data-v-133d3437] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-133d3437] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-133d3437] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-133d3437] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-133d3437]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-133d3437] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
/* 默认样式 */
.el-aside[data-v-89dc2448] {
  transition: width 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #e6e9f0;
  height: calc(100vh - 60px); /* 减去头部高度 */
  position: sticky;
  top: 60px;
}
.el-main[data-v-89dc2448] {
  margin: 0 !important;
  padding: 16px !important;
  box-sizing: border-box;
  background-color: #f5f7fa;
  min-height: calc(100vh - 60px);
  overflow-x: hidden;
}

/* 调整容器内边距和子元素间距 */
[data-v-89dc2448] .el-container {
  display: flex;
  padding: 0;
  margin: 0;
  min-height: calc(100vh - 60px);
}

/* 宽屏模式下强制侧边栏与主内容间距为5px */
@media (min-width: 769px) {
[data-v-89dc2448] .el-container {
    gap: 5px;
}
[data-v-89dc2448] .el-aside + .el-main {
    margin-left: 0 !important;
}
}

/* 移动设备样式 */
.mobile-footer[data-v-89dc2448] {  
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* 响应式布局 */
@media (max-width: 768px) {
.el-aside[data-v-89dc2448] {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    height: calc(100vh - 60px);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}
.el-main[data-v-89dc2448] {
    margin-bottom: 60px;
    padding: 12px !important;
    min-height: calc(100vh - 120px);
}
[data-v-89dc2448] .el-container {
    min-height: calc(100vh - 60px);
}
}

/* 小屏幕优化 */
@media (max-width: 480px) {
.el-main[data-v-89dc2448] {
    padding: 8px !important;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.el-aside[data-v-89dc2448] {
    background-color: #1f1f1f;
    border-right-color: #303030;
}
.el-main[data-v-89dc2448] {
    background-color: #141414;
}
.mobile-footer[data-v-89dc2448] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

/* 基础样式 */
.menu-link[data-v-0742c2bd],
.dropdown-header[data-v-0742c2bd] {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 2px 8px;
  transition: all 0.2s ease;
  overflow: hidden;
  color: #e0e0e0;
}

/* 链接样式 */
.menu-link[data-v-0742c2bd] {
  background: transparent;
}
.menu-link[data-v-0742c2bd]:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 下拉菜单样式 */
.dropdown-header[data-v-0742c2bd] {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
}
.dropdown-header[data-v-0742c2bd]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 活动状态 */
.router-link-active[data-v-0742c2bd],
.router-link-exact-active[data-v-0742c2bd] {
  background: rgba(69, 183, 209, 0.15) !important;
  color: #45b7d1;
}
.link-content[data-v-0742c2bd] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.menu-label[data-v-0742c2bd] {
  flex-grow: 1;
  font-size: 0.9em;
}

/* 箭头图标 */
.dropdown-arrow[data-v-0742c2bd] {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.dropdown-arrow.expanded[data-v-0742c2bd] {
  transform: rotate(180deg);
}

/* 子菜单 */
.dropdown-children[data-v-0742c2bd] {
  margin: 2px 8px 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

/* 侧边栏基础样式：宽度与computed.sidebarWidth保持一致 */
.sidebar[data-v-8718e6c0] {
  width: 220px; /* 展开宽度：与computed返回的220px匹配 */
  height: 100%;
  background-color: #1e293b;
  color: white;
  transition: width 0.3s ease; /* 平滑宽度过渡 */
  position: relative;
  display: flex;
  flex-direction: column;
  /* 删除/注释此行：右侧透明边框是潜在空隙来源 */
  /* border-right: 1px solid rgba(255, 255, 255, 0.05); */
}

/* 侧边栏折叠样式：宽度与computed.sidebarWidth保持一致 */
.sidebar.collapsed[data-v-8718e6c0] {
  width: 48px; /* 折叠宽度：与computed返回的48px匹配 */
}

/* 展开/折叠按钮样式 */
.toggle-btn[data-v-8718e6c0] {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.2s;
}
.toggle-btn[data-v-8718e6c0]:hover {
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.05);
}

/* 菜单容器样式：占满剩余高度，支持滚动 */
.menu-container[data-v-8718e6c0] {
  padding: 12px 0px 60px 0px;
  flex-grow: 1; /* 占满侧边栏剩余高度 */
  overflow-y: auto; /* 菜单超出时滚动 */
  /* 隐藏滚动条（保持功能，隐藏视觉） */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

/* 隐藏Webkit浏览器滚动条（Chrome/Safari） */
.menu-container[data-v-8718e6c0]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}

/* 滚动条hover样式（仅备用，因已隐藏） */
.menu-container[data-v-8718e6c0]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.bottom-nav[data-v-e90eee9e] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-e90eee9e] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-e90eee9e] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-e90eee9e] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-e90eee9e]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-e90eee9e] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
.layout-container[data-v-2a6852df] {
  display: flex;
  height: calc(100vh - 64px); /* 64px为头部高度，可根据实际调整 */
  align-items: stretch;
  gap: 0;
  padding: 0;
  margin: 0;
}

/* 原生侧边栏：替代el-aside */
.layout-aside[data-v-2a6852df] {
  background-color: #1e293b;
  transition: width 0.3s ease;
  overflow: hidden;
  margin-right: 0 !important;
  padding: 0;
  z-index: 10;
}

/* 原生主内容区：替代el-main */
.layout-main[data-v-2a6852df] {
  flex: 1;
  padding: 2px;
  overflow-y: auto;
  background-color: #f8f9fa;
  margin-left: 0 !important;
}

/* 底部导航：固定底部 */
.mobile-footer[data-v-2a6852df] {  
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  background-color: #fff;
}

/* 响应式适配 */
@media (max-width: 768px) {
.layout-aside[data-v-2a6852df] {
    display: none !important;
}
.layout-main[data-v-2a6852df] {
    margin-bottom: 80px;
    padding: 16px;
}
.layout-container[data-v-2a6852df] {
    height: calc(100vh - 56px);
}
}

/* 宽屏适配 */
@media (min-width: 769px) {
.layout-main[data-v-2a6852df] {
    margin-bottom: 20px;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.layout-aside[data-v-2a6852df] {
    background-color: #0f172a;
}
.layout-main[data-v-2a6852df] {
    background-color: #141414;
}
.mobile-footer[data-v-2a6852df] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

.header[data-v-b665a42b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background-color: #1E2A3A;
  height: 60px;
  position: relative;
  z-index: 100;
}
.logo[data-v-b665a42b] {
  font-size: 24px;
  font-weight: bold;
  color: #00B4D8;
  flex-shrink: 0;
  margin-right: 20px;
}

/* 桌面端菜单样式 */
.desktop-menu[data-v-b665a42b] {
  display: flex;
  border-bottom: none;
  height: 60px;
  overflow: hidden;
  flex: 1;
  justify-content: flex-start;
  min-width: 0;
  margin: 0;
  padding: 0;
  background-color: transparent !important;
}
.desktop-menu .el-menu-item[data-v-b665a42b] {
  flex-shrink: 0;
  min-width: auto;
  padding: 0 16px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  line-height: 60px;
  background-color: transparent !important;
}
.desktop-menu .el-menu-item[data-v-b665a42b]:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.desktop-menu .el-menu-item.is-active[data-v-b665a42b] {
  border-bottom-color: #FF6B35 !important;
}
.user-menu-item[data-v-b665a42b] {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.router-link[data-v-b665a42b] {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.username[data-v-b665a42b] {
  margin-right: 10px;
  color: #FFFFFF;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.username[data-v-b665a42b]:hover {
  color: #FF6B35;
}
.logout-link[data-v-b665a42b] {
  color: #FF6B35 !important;
  margin-left: 10px;
  text-decoration: none;
}
.logout-link[data-v-b665a42b]:hover {
  opacity: 0.8;
}

/* 移动端菜单样式 */
.mobile-menu[data-v-b665a42b] {
  display: flex;
  align-items: center;
}
.dropdown-trigger[data-v-b665a42b] {
  color: #FFFFFF;
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
.dropdown-trigger[data-v-b665a42b]:hover {
  color: #FF6B35;
}

/* 响应式设计 */
@media (max-width: 900px) {
.header[data-v-b665a42b] {
    padding: 0 15px;
}
.logo[data-v-b665a42b] {
    font-size: 20px;
    margin-right: 10px;
}
}
@media (min-width: 901px) and (max-width: 1200px) {
.desktop-menu .el-menu-item[data-v-b665a42b] {
    padding: 0 12px;
    font-size: 14px;
}
}
@media (min-width: 901px) and (max-width: 1100px) {
.desktop-menu .el-menu-item[data-v-b665a42b] {
    padding: 0 10px;
    font-size: 13px;
}
.username[data-v-b665a42b] {
    font-size: 13px;
}
}

/* 暗色主题适配 */
@media (prefers-color-scheme: dark) {
.header[data-v-b665a42b] {
    background-color: #141414;
}
.desktop-menu[data-v-b665a42b] {
    background-color: transparent !important;
}
}

.term-search[data-v-0402c75e] {
  padding: 10px;
}
.search-bar[data-v-0402c75e] {
  display: flex;
  align-items: center;
}
.input[data-v-0402c75e] {
  flex: 1;
  margin-right: 10px;
}
.button[data-v-0402c75e] {
  margin-left: 10px;
}

.color-picker[data-v-cd65736d] {
  padding: 10px;
}
.picker-bar[data-v-cd65736d] {
  display: flex;
  align-items: center;
}
.input[data-v-cd65736d] {
  flex: 1;
  margin-right: 10px;
}
.button[data-v-cd65736d] {
  margin-left: 10px;
}

/* 侧边栏容器 */
.sidebar-container[data-v-32e9743c] {
  position: relative;
  height: 100vh;
  background: linear-gradient(180deg, #1e2b3c 0%, #15232e 100%);
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  width: 50px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
}
.sidebar-container.sidebar-visible[data-v-32e9743c] {
  width: 270px;
}

/* 侧边栏主体 */
.sidebar[data-v-32e9743c] {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: transparent;
  color: #e6e9f0;
}

/* 自定义滚动条样式 - 深色主题 */
.sidebar[data-v-32e9743c]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.sidebar[data-v-32e9743c]::-webkit-scrollbar-thumb {
  background: #40536b;
  border-radius: 3px;
  transition: background 0.3s;
}
.sidebar[data-v-32e9743c]::-webkit-scrollbar-thumb:hover {
  background: #546a87;
}
.sidebar[data-v-32e9743c]::-webkit-scrollbar-track {
  background: #1e2b3c;
}

/* 切换按钮 */
.sidebar-toggle-button[data-v-32e9743c] {
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  width: 24px;
  height: 48px;
  background: #2d8cf0;
  border-radius: 0 6px 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 3px 0 8px rgba(45, 140, 240, 0.3);
  transition: all 0.3s;
}
.sidebar-toggle-button[data-v-32e9743c]:hover {
  background: #57a3f2;
  width: 28px;
  box-shadow: 4px 0 12px rgba(45, 140, 240, 0.4);
}
.toggle-icon[data-v-32e9743c] {
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* 菜单组 */
.menu-group[data-v-32e9743c] {
  margin-bottom: 8px;
}
.menu-group-title[data-v-32e9743c] {
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #e6e9f0;
  background: rgba(30, 43, 60, 0.8);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  border-left: 4px solid transparent;
  letter-spacing: 0.5px;
  backdrop-filter: blur(5px);
}
.menu-group-title[data-v-32e9743c]:hover {
  background: #263e56;
  color: #ffffff;
  border-left-color: #2d8cf0;
  padding-left: 24px;
}
.arrow[data-v-32e9743c] {
  font-size: 12px;
  transition: transform 0.3s;
  color: #8a9bb5;
}
.arrow.open[data-v-32e9743c] {
  transform: rotate(180deg);
  color: #2d8cf0;
}

/* 菜单项容器 */
.menu-items[data-v-32e9743c] {
  background: #1a2634;
  padding: 4px 0;
}

/* 菜单项 */
.menu-item[data-v-32e9743c] {
  position: relative;
}
.menu-item a[data-v-32e9743c] {
  display: block;
  padding: 12px 20px 12px 34px;
  color: #b4c0d1;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s;
  border-left: 4px solid transparent;
  position: relative;
  overflow: hidden;
}
.menu-item a[data-v-32e9743c]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, rgba(45, 140, 240, 0.1), transparent);
  transition: width 0.3s;
}
.menu-item a[data-v-32e9743c]:hover {
  background: #263e56;
  color: #ffffff;
  border-left-color: #2d8cf0;
  padding-left: 40px;
}
.menu-item a[data-v-32e9743c]:hover::before {
  width: 100%;
}
.menu-item a.is-active[data-v-32e9743c] {
  background: linear-gradient(90deg, #2d8cf0, #57a3f2);
  color: white;
  border-left-color: #096dd9;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(45, 140, 240, 0.3);
}

/* 子菜单 */
.submenu[data-v-32e9743c] {
  background: #141e2b;
  padding: 4px 0;
}
.submenu-item a[data-v-32e9743c] {
  padding: 10px 20px 10px 48px;
  font-size: 12px;
  color: #9aabbf;
  background: transparent;
}
.submenu-item a[data-v-32e9743c]:hover {
  background: #1f3140;
  color: #ffffff;
  border-left-color: #57a3f2;
  padding-left: 54px;
}
.submenu-item a.is-active[data-v-32e9743c] {
  background: #2d8cf0;
  color: white;
  border-left-color: #096dd9;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

/* 分割线样式 */
[data-v-32e9743c] .el-divider {
  margin: 16px 12px;
  border-color: #33495f;
  width: auto;
}

/* 侧边栏组件的样式覆盖 */
[data-v-32e9743c] .sidebar-component {
  color: #e6e9f0;
  padding: 12px;
}
[data-v-32e9743c] .sidebar-component a {
  color: #b4c0d1;
  transition: color 0.3s;
}
[data-v-32e9743c] .sidebar-component a:hover {
  color: #ffffff;
}

/* 响应式调整 */
@media screen and (max-width: 620px) {
.sidebar-container[data-v-32e9743c] {
    position: fixed;
    left: -270px;
    top: 0;
    bottom: 0;
    z-index: 1001;
    transition: left 0.3s cubic-bezier(0.2, 0, 0, 1);
    box-shadow: none;
}
.sidebar-container.sidebar-visible[data-v-32e9743c] {
    left: 0;
    box-shadow: 4px 0 16px rgba(0, 0, 0, 0.3);
}
.sidebar-toggle-button[data-v-32e9743c] {
    display: flex;
}
}

/* 深色主题优化 */
.sidebar-container[data-v-32e9743c],
.sidebar[data-v-32e9743c] {
  color-scheme: dark;
}

/* 确保所有元素正确使用border-box */
.sidebar[data-v-32e9743c] * {
  box-sizing: border-box;
}

/* 添加微光效果 */
.sidebar[data-v-32e9743c]::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #40536b, transparent);
  opacity: 0.3;
}

/* 菜单项之间的分隔线 */
.menu-item[data-v-32e9743c]:not(:last-child) {
  border-bottom: 1px solid rgba(64, 83, 107, 0.3);
}
.submenu-item[data-v-32e9743c]:not(:last-child) {
  border-bottom: 1px solid rgba(64, 83, 107, 0.2);
}

/* 激活状态的微光效果 */
.menu-item a.is-active[data-v-32e9743c]::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #ffd700, #ffa500);
  box-shadow: 0 0 8px #ffa500;
}

.bottom-nav[data-v-2ce2cb2e] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-2ce2cb2e] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-2ce2cb2e] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-2ce2cb2e] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-2ce2cb2e]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-2ce2cb2e] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
/* 默认样式 */
.el-aside[data-v-53fde596] {
  transition: width 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #e6e9f0;
  height: calc(100vh - 60px);
  position: sticky;
  top: 60px;
}
.el-main[data-v-53fde596] {
  margin: 0 !important;
  padding: 16px !important;
  box-sizing: border-box;
  background-color: #f5f7fa;
  min-height: calc(100vh - 60px);
  overflow-x: hidden;
}

/* 调整容器内边距和子元素间距 */
[data-v-53fde596] .el-container {
  display: flex;
  padding: 0;
  margin: 0;
  min-height: calc(100vh - 60px);
}

/* 移动设备样式 */
.mobile-footer[data-v-53fde596] {  
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* 响应式布局 */
@media (max-width: 768px) {
.el-aside[data-v-53fde596] {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    height: calc(100vh - 60px);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}
.el-main[data-v-53fde596] {
    margin-bottom: 60px;
    padding: 12px !important;
    min-height: calc(100vh - 120px);
}
[data-v-53fde596] .el-container {
    min-height: calc(100vh - 60px);
}
}

/* 小屏幕优化 */
@media (max-width: 480px) {
.el-main[data-v-53fde596] {
    padding: 8px !important;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.el-aside[data-v-53fde596] {
    background-color: #1f1f1f;
    border-right-color: #303030;
}
.el-main[data-v-53fde596] {
    background-color: #141414;
}
.mobile-footer[data-v-53fde596] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

/* 侧边栏容器 */
.sidebar-container[data-v-a3f1f175] {
  position: relative;
  height: 100%;
  background-color: #304156;
  transition: all 0.3s ease;
  width: 50px; /* 默认收起宽度 */
  overflow: hidden;
}
.sidebar-container.sidebar-visible[data-v-a3f1f175] {
  width: 270px; /* 展开宽度 */
}

/* 侧边栏主体 */
.sidebar[data-v-a3f1f175] {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #304156;
  color: #bfcbd9;
}

/* 自定义滚动条样式 - 更美观 */
.sidebar[data-v-a3f1f175]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.sidebar[data-v-a3f1f175]::-webkit-scrollbar-thumb {
  background: #48576b;
  border-radius: 3px;
  transition: background 0.3s;
}
.sidebar[data-v-a3f1f175]::-webkit-scrollbar-thumb:hover {
  background: #5a6a82;
}
.sidebar[data-v-a3f1f175]::-webkit-scrollbar-track {
  background: #1f2d3a;
}

/* Firefox 滚动条样式 */
.sidebar[data-v-a3f1f175] {
  scrollbar-width: thin;
  scrollbar-color: #48576b #1f2d3a;
}

/* 切换按钮 */
.sidebar-toggle-button[data-v-a3f1f175] {
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  width: 24px;
  height: 48px;
  background-color: #1890ff;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.sidebar-toggle-button[data-v-a3f1f175]:hover {
  background-color: #40a9ff;
  width: 28px;
  right: -14px;
}
.toggle-icon[data-v-a3f1f175] {
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* 菜单组 */
.menu-group[data-v-a3f1f175] {
  margin-bottom: 8px;
}
.menu-group-title[data-v-a3f1f175] {
  padding: 14px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #bfcbd9;
  background-color: #263445;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  border-left: 3px solid transparent;
  user-select: none; /* 禁止选中文本 */
}
.menu-group-title[data-v-a3f1f175]:hover {
  background-color: #1f2d3a;
  color: #fff;
  border-left-color: #1890ff;
  padding-left: 24px;
}
.arrow[data-v-a3f1f175] {
  font-size: 12px;
  transition: transform 0.3s;
  color: #bfcbd9;
}
.arrow.open[data-v-a3f1f175] {
  transform: rotate(180deg);
  color: #1890ff;
}

/* 菜单项容器 */
.menu-items[data-v-a3f1f175] {
  background-color: #1f2d3a;
  padding: 4px 0;
}

/* 菜单项 */
.menu-item[data-v-a3f1f175] {
  position: relative;
}
.menu-item a[data-v-a3f1f175] {
  display: block;
  padding: 12px 20px 12px 30px;
  color: #bfcbd9;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s;
  border-left: 3px solid transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu-item a[data-v-a3f1f175]:hover {
  background-color: #263445;
  color: #fff;
  border-left-color: #1890ff;
  padding-left: 36px;
}
.menu-item a.active-route[data-v-a3f1f175] {
  background-color: #1890ff;
  color: white;
  border-left-color: #096dd9;
  font-weight: 500;
}

/* 子菜单 */
.submenu[data-v-a3f1f175] {
  background-color: #1a2634;
  padding: 4px 0;
}
.submenu-item a[data-v-a3f1f175] {
  padding: 10px 20px 10px 45px;
  font-size: 12px;
  color: #9ba7b9;
}
.submenu-item a[data-v-a3f1f175]:hover {
  background-color: #263445;
  color: #fff;
  border-left-color: #40a9ff;
  padding-left: 51px;
}
.submenu-item a.active-route[data-v-a3f1f175] {
  background-color: #096dd9;
  color: white;
  border-left-color: #0050b3;
}

/* 分割线样式 */
[data-v-a3f1f175] .el-divider {
  margin: 12px 0;
  border-color: #40526b;
}

/* 侧边栏组件的样式 */
[data-v-a3f1f175] .sidebar-component {
  color: #bfcbd9;
  padding: 12px;
}
[data-v-a3f1f175] .sidebar-component a {
  color: #bfcbd9;
  transition: color 0.3s;
}
[data-v-a3f1f175] .sidebar-component a:hover {
  color: #fff;
}

/* 响应式调整 */
@media screen and (max-width: 620px) {
.sidebar-container[data-v-a3f1f175] {
    position: fixed;
    left: -270px;
    top: 0;
    bottom: 0;
    z-index: 1001;
    transition: left 0.3s ease;
    box-shadow: none;
}
.sidebar-container.sidebar-visible[data-v-a3f1f175] {
    left: 0;
    width: 270px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
}
.sidebar-toggle-button[data-v-a3f1f175] {
    display: flex; /* 始终显示切换按钮 */
}
}

/* 深色主题优化 */
.sidebar-container[data-v-a3f1f175],
.sidebar[data-v-a3f1f175],
.menu-group-title[data-v-a3f1f175],
.menu-items[data-v-a3f1f175],
.submenu[data-v-a3f1f175] {
  color-scheme: dark;
}

/* 确保所有元素使用border-box */
.sidebar[data-v-a3f1f175] * {
  box-sizing: border-box;
}

/* 菜单项之间的分隔线 */
.menu-item[data-v-a3f1f175]:not(:last-child) {
  border-bottom: 1px solid rgba(64, 82, 107, 0.3);
}
.submenu-item[data-v-a3f1f175]:not(:last-child) {
  border-bottom: 1px solid rgba(64, 82, 107, 0.2);
}

/* 防止内容溢出 */
.sidebar[data-v-a3f1f175] {
  word-wrap: break-word;
  word-break: break-all;
}

.bottom-nav[data-v-49048246] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-49048246] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-49048246] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-49048246] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-49048246]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-49048246] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
/* 默认样式 */
.el-aside[data-v-9a587001] {
  transition: width 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #e6e9f0;
  height: calc(100vh - 60px);
  position: sticky;
  top: 60px;
}
.el-main[data-v-9a587001] {
  margin: 0 !important;
  padding: 16px !important;
  box-sizing: border-box;
  background-color: #f5f7fa;
  min-height: calc(100vh - 60px);
  overflow-x: hidden;
}

/* 调整容器内边距和子元素间距 */
[data-v-9a587001] .el-container {
  display: flex;
  padding: 0;
  margin: 0;
  min-height: calc(100vh - 60px);
}

/* 移动设备样式 */
.mobile-footer[data-v-9a587001] {  
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* 响应式布局 */
@media (max-width: 768px) {
.el-aside[data-v-9a587001] {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    height: calc(100vh - 60px);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}
.el-main[data-v-9a587001] {
    margin-bottom: 60px;
    padding: 12px !important;
    min-height: calc(100vh - 120px);
}
[data-v-9a587001] .el-container {
    min-height: calc(100vh - 60px);
}
}

/* 小屏幕优化 */
@media (max-width: 480px) {
.el-main[data-v-9a587001] {
    padding: 8px !important;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.el-aside[data-v-9a587001] {
    background-color: #1f1f1f;
    border-right-color: #303030;
}
.el-main[data-v-9a587001] {
    background-color: #141414;
}
.mobile-footer[data-v-9a587001] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

/* ========== 基础容器 ========== */
.admin-header[data-v-308009b4] {
  background: linear-gradient(135deg, #f9f9f9, #e0e0e0);
  padding: 0 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  height: 40px;
  position: relative;
  z-index: 100;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0;
  display: flex;
  align-items: center;
  min-height: 40px; /* 增加最小高度保护 */
  max-height: 40px; /* 增加最大高度限制 */
}
.admin-header__row[data-v-308009b4] {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: inherit;
  max-height: inherit;
}

/* ========== 菜单 ========== */
.admin-header__menu[data-v-308009b4] {
  width: 100%;
  background: transparent;
  border: none !important;
  border-bottom: none !important;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  overflow-x: auto;
  overflow-y: hidden; /* 防止垂直滚动 */
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  --el-menu-item-height: 40px;
  --el-menu-sub-item-height: 40px;
  --el-menu-horizontal-sub-item-height: 40px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap; /* 防止换行 */
}
.admin-header__menu[data-v-308009b4]::-webkit-scrollbar {
  display: none;
}

/* ========== 菜单项基础样式 ========== */
.admin-header__menu[data-v-308009b4] .el-menu-item,
.admin-header__menu[data-v-308009b4] .el-sub-menu__title,
.admin-header__external-item[data-v-308009b4],
.admin-header__separator[data-v-308009b4] {
  margin: 0 2px;
  padding: 0 10px !important;
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  line-height: 36px !important;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.2s ease;
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #333 !important;
  box-sizing: border-box;
  flex-shrink: 0; /* 防止缩小 */
}

/* 子菜单标题 */
.admin-header__submenu-title[data-v-308009b4] {
  margin-right: 16px;
  display: inline-flex;
  align-items: center;
  height: 100%;
}

/* ========== 子菜单标题容器 ========== */
.admin-header__menu .el-sub-menu[data-v-308009b4] .el-sub-menu__title {
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  line-height: 36px !important;
  padding: 0 24px 0 10px !important;
  margin: 0 2px;
  font-size: 14px;
  border-radius: 4px;
  color: #333 !important;
  display: inline-flex !important;
  align-items: center;
  white-space: nowrap;
}

/* 下拉箭头 */
.admin-header__menu[data-v-308009b4] .el-sub-menu__title .el-icon-arrow-down {
  position: absolute;
  right: 6px;
  margin-left: 0 !important;
  transition: transform 0.2s ease;
  color: #666;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
}

/* 打开状态箭头 */
.admin-header__menu .el-sub-menu.is-opened[data-v-308009b4] .el-icon-arrow-down {
  transform: translateY(-50%) rotate(180deg);
}

/* ========== 外部链接样式 ========== */
.admin-header__external-item[data-v-308009b4] {
  cursor: pointer;
  text-decoration: none;
  display: inline-flex !important;
  align-items: center;
  white-space: nowrap;
}
.admin-header__external-item--top[data-v-308009b4] {
  margin: 0 2px;
}
.admin-header__external-item--sub[data-v-308009b4] {
  width: 100%;
  justify-content: flex-start;
  padding: 0 16px !important;
  height: 36px !important;
  line-height: 36px !important;
}

/* ========== 交互样式 ========== */
.admin-header__menu[data-v-308009b4] .el-menu-item:hover,
.admin-header__menu .el-sub-menu[data-v-308009b4] .el-sub-menu__title:hover,
.admin-header__external-item[data-v-308009b4]:hover {
  background: rgba(0, 0, 0, 0.04) !important;
}
.admin-header__menu[data-v-308009b4] .el-menu-item.is-active {
  background: rgba(64, 158, 255, 0.1) !important;
  color: #409eff !important;
  font-weight: 500;
}
.admin-header__menu[data-v-308009b4] .el-menu-item.is-active .admin-header__router-link {
  color: #409eff !important;
}

/* 禁用状态 */
.admin-header__menu-item--disabled[data-v-308009b4],
.admin-header__menu[data-v-308009b4] .el-menu-item.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: transparent !important;
}

/* ========== 链接样式 ========== */
.admin-header__router-link[data-v-308009b4],
.admin-header__external-link[data-v-308009b4] {
  text-decoration: none;
  color: inherit;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  transition: color 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}
.admin-header__router-link[data-v-308009b4]:hover,
.admin-header__external-link[data-v-308009b4]:hover {
  color: #409eff;
}

/* ========== 下拉菜单 ========== */
.admin-header__submenu-popper[data-v-308009b4] {
  margin-top: 2px !important;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: none !important;
  padding: 4px 0 !important;
  min-width: 140px;
}
.admin-header__submenu-popper[data-v-308009b4] .el-menu-item {
  height: 36px !important;
  min-height: 36px !important;
  line-height: 36px !important;
  padding: 0 16px !important;
  font-size: 13px;
  white-space: nowrap;
  display: flex !important;
  align-items: center;
}
.admin-header__submenu-popper[data-v-308009b4] .el-menu-item:hover {
  background: rgba(0, 0, 0, 0.04) !important;
}

/* ========== 分隔符 ========== */
.admin-header__separator[data-v-308009b4] {
  padding: 0 4px !important;
  color: #ccc;
  font-size: 14px;
  width: auto;
  min-width: auto;
  pointer-events: none;
  display: inline-flex !important;
  align-items: center;
  background: transparent !important;
}

/* ========== 无效路由提示 ========== */
.admin-header__invalid-route[data-v-308009b4] {
  font-size: 11px;
  color: #f56c6c;
  margin-left: 4px;
  white-space: nowrap;
}

/* ========== 移动端适配 ========== */
@media (max-width: 768px) {
.admin-header[data-v-308009b4] {
    height: 38px;
    min-height: 38px;
    max-height: 38px;
    padding: 0 5px;
}
.admin-header__menu[data-v-308009b4] {
    height: 38px;
    min-height: 38px;
    max-height: 38px;
    --el-menu-item-height: 38px;
    --el-menu-sub-item-height: 38px;
}
.admin-header__menu[data-v-308009b4] .el-menu-item,
  .admin-header__menu[data-v-308009b4] .el-sub-menu__title,
  .admin-header__external-item[data-v-308009b4],
  .admin-header__separator[data-v-308009b4] {
    margin: 0 1px;
    padding: 0 6px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    line-height: 34px !important;
    font-size: 12px;
}
.admin-header__menu .el-sub-menu[data-v-308009b4] .el-sub-menu__title {
    padding-right: 20px !important;
}
.admin-header__submenu-title[data-v-308009b4] {
    margin-right: 12px;
}
.admin-header__separator[data-v-308009b4] {
    padding: 0 2px !important;
    font-size: 12px;
}
.admin-header__invalid-route[data-v-308009b4] {
    display: none;
}
.admin-header__submenu-popper[data-v-308009b4] .el-menu-item {
    height: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
    font-size: 12px;
    padding: 0 12px !important;
}
}
@media (max-width: 480px) {
.admin-header[data-v-308009b4] {
    height: 36px;
    min-height: 36px;
    max-height: 36px;
}
.admin-header__menu[data-v-308009b4] {
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    --el-menu-item-height: 36px;
    --el-menu-sub-item-height: 36px;
}
.admin-header__menu[data-v-308009b4] .el-menu-item,
  .admin-header__menu[data-v-308009b4] .el-sub-menu__title,
  .admin-header__external-item[data-v-308009b4] {
    padding: 0 4px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    line-height: 32px !important;
    font-size: 11px;
}
.admin-header__menu .el-sub-menu[data-v-308009b4] .el-sub-menu__title {
    padding-right: 16px !important;
}
.admin-header__submenu-title[data-v-308009b4] {
    margin-right: 8px;
}
.admin-header__submenu-popper[data-v-308009b4] .el-menu-item {
    height: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
    font-size: 11px;
    padding: 0 10px !important;
}
}

/* ========== 覆盖Element Plus默认样式 ========== */
.admin-header__menu[data-v-308009b4] .el-menu--horizontal {
  border-bottom: none !important;
  height: 100%;
}
.admin-header__menu[data-v-308009b4] .el-menu--horizontal > .el-menu-item {
  border-bottom: none !important;
  float: none;
  height: 100%;
  display: inline-flex !important;
  align-items: center;
}
.admin-header__menu[data-v-308009b4] .el-menu--horizontal > .el-sub-menu {
  float: none;
  height: 100%;
  display: inline-flex !important;
  align-items: center;
}
.admin-header__menu[data-v-308009b4] .el-menu--horizontal > .el-sub-menu .el-sub-menu__title {
  border-bottom: none !important;
  height: 100%;
  display: flex !important;
  align-items: center;
}
.admin-header__menu[data-v-308009b4] .el-menu--horizontal .el-menu-item:not(.is-disabled):focus {
  background: transparent;
}
.admin-header__menu[data-v-308009b4] .el-menu--horizontal .el-menu-item.is-active {
  border-bottom: none !important;
}
.admin-header__menu[data-v-308009b4] .el-menu--horizontal .el-sub-menu.is-active .el-sub-menu__title {
  border-bottom: none !important;
}

/* 确保子菜单容器高度正确 */
.admin-header__menu[data-v-308009b4] .el-sub-menu {
  height: 100%;
  display: inline-flex !important;
  align-items: center;
}

/* 防止任何flex或grid布局影响高度 */
.admin-header[data-v-308009b4],
.admin-header__row[data-v-308009b4],
.admin-header__menu[data-v-308009b4],
.admin-header__menu[data-v-308009b4] .el-menu-item,
.admin-header__menu[data-v-308009b4] .el-sub-menu,
.admin-header__menu[data-v-308009b4] .el-sub-menu__title {
  box-sizing: border-box;
}

/* 强制所有元素使用border-box */
[data-v-308009b4] {
  box-sizing: border-box;
}

.el-table[data-v-8d9fbb43] {
  margin-top: 20px;
  border-radius: 4px;
  overflow: hidden;
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
div[data-v-8d9fbb43] {
    background-color: #141414;
}
}

/* 响应式调整 */
@media (max-width: 768px) {
div[data-v-8d9fbb43] {
    padding: 12px;
}
}

/* 基础样式 */
.menu-link[data-v-85d5e696],
.dropdown-header[data-v-85d5e696] {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 2px 8px;
  transition: all 0.2s ease;
  overflow: hidden;
  color: #e0e0e0;
}

/* 链接样式 */
.menu-link[data-v-85d5e696] {
  background: transparent;
}
.menu-link[data-v-85d5e696]:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 下拉菜单样式 */
.dropdown-header[data-v-85d5e696] {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
}
.dropdown-header[data-v-85d5e696]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 活动状态 */
.router-link-active[data-v-85d5e696],
.router-link-exact-active[data-v-85d5e696] {
  background: rgba(69, 183, 209, 0.15) !important;
  color: #45b7d1;
}
.link-content[data-v-85d5e696] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.menu-label[data-v-85d5e696] {
  flex-grow: 1;
  font-size: 0.9em;
}

/* 箭头图标 */
.dropdown-arrow[data-v-85d5e696] {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.dropdown-arrow.expanded[data-v-85d5e696] {
  transform: rotate(180deg);
}

/* 子菜单 */
.dropdown-children[data-v-85d5e696] {
  margin: 2px 8px 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

/* 侧边栏基础样式：宽度与computed.sidebarWidth保持一致 */
.sidebar[data-v-76dd9591] {
  width: 220px; /* 展开宽度：与computed返回的220px匹配 */
  height: 100%;
  background-color: #1e293b;
  color: white;
  transition: width 0.3s ease; /* 平滑宽度过渡 */
  position: relative;
  display: flex;
  flex-direction: column;
  /* 删除/注释此行：右侧透明边框是潜在空隙来源 */
  /* border-right: 1px solid rgba(255, 255, 255, 0.05); */
}

/* 侧边栏折叠样式：宽度与computed.sidebarWidth保持一致 */
.sidebar.collapsed[data-v-76dd9591] {
  width: 48px; /* 折叠宽度：与computed返回的48px匹配 */
}

/* 展开/折叠按钮样式 */
.toggle-btn[data-v-76dd9591] {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.2s;
}
.toggle-btn[data-v-76dd9591]:hover {
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.05);
}

/* 菜单容器样式：占满剩余高度，支持滚动 */
.menu-container[data-v-76dd9591] {
  padding: 12px 0px 60px 0px;
  flex-grow: 1; /* 占满侧边栏剩余高度 */
  overflow-y: auto; /* 菜单超出时滚动 */
  /* 隐藏滚动条（保持功能，隐藏视觉） */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

/* 隐藏Webkit浏览器滚动条（Chrome/Safari） */
.menu-container[data-v-76dd9591]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}

/* 滚动条hover样式（仅备用，因已隐藏） */
.menu-container[data-v-76dd9591]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.bottom-nav[data-v-a5a9fb24] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-a5a9fb24] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-a5a9fb24] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-a5a9fb24] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-a5a9fb24]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-a5a9fb24] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
.layout-container[data-v-2183ab4f] {
  display: flex;
  height: calc(100vh - 64px);
  align-items: stretch;
  gap: 0;
  padding: 0;
  margin: 0;
}

/* 原生侧边栏：替代el-aside */
.layout-aside[data-v-2183ab4f] {
  background-color: #1e293b;
  transition: width 0.3s ease;
  overflow: hidden;
  margin-right: 0 !important;
  padding: 0;
  z-index: 10;
}

/* 原生主内容区：替代el-main */
.layout-main[data-v-2183ab4f] {
  flex: 1;
  padding: 2px;
  overflow-y: auto;
  background-color: #f8f9fa;
  margin-left: 0 !important;
}

/* 底部导航：固定底部 */
.mobile-footer[data-v-2183ab4f] {  
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  background-color: #fff;
}

/* 响应式适配 */
@media (max-width: 768px) {
.layout-aside[data-v-2183ab4f] {
    display: none !important;
}
.layout-main[data-v-2183ab4f] {
    margin-bottom: 80px;
    padding: 16px;
}
.layout-container[data-v-2183ab4f] {
    height: calc(100vh - 56px);
}
}

/* 宽屏适配 */
@media (min-width: 769px) {
.layout-main[data-v-2183ab4f] {
    margin-bottom: 20px;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.layout-aside[data-v-2183ab4f] {
    background-color: #0f172a;
}
.layout-main[data-v-2183ab4f] {
    background-color: #141414;
}
.mobile-footer[data-v-2183ab4f] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

/* 响应式调整 */
@media (max-width: 768px) {
div[data-v-a0a667fa] {
    padding: 12px;
    /* min-height: calc(100vh - 100px); */
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
div[data-v-a0a667fa] {
    background-color: #141414;
}
}

/* 基础样式 */
.menu-link[data-v-509b6945],
.dropdown-header[data-v-509b6945] {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 2px 8px;
  transition: all 0.2s ease;
  overflow: hidden;
  color: #e0e0e0;
}

/* 链接样式 */
.menu-link[data-v-509b6945] {
  background: transparent;
}
.menu-link[data-v-509b6945]:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 下拉菜单样式 */
.dropdown-header[data-v-509b6945] {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
}
.dropdown-header[data-v-509b6945]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 活动状态 */
.router-link-active[data-v-509b6945],
.router-link-exact-active[data-v-509b6945] {
  background: rgba(69, 183, 209, 0.15) !important;
  color: #45b7d1;
}
.link-content[data-v-509b6945] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.menu-label[data-v-509b6945] {
  flex-grow: 1;
  font-size: 0.9em;
}

/* 箭头图标 */
.dropdown-arrow[data-v-509b6945] {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.dropdown-arrow.expanded[data-v-509b6945] {
  transform: rotate(180deg);
}

/* 子菜单 */
.dropdown-children[data-v-509b6945] {
  margin: 2px 8px 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar[data-v-9e919ec4] {
  width: 250px;
  height: 100%;
  background-color: #1e293b;
  color: white;
  transition: width 0.3s ease, background-color 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar.collapsed[data-v-9e919ec4] {
  width: 50px; /* 折叠宽度适配单个图标 */
}

/* 按钮容器：展开时撑满宽度，折叠时居中 */
.toggle-btn[data-v-9e919ec4] {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.2s ease;
  border-radius: 8px;
  margin: 8px;
}
.toggle-btn[data-v-9e919ec4]:hover {
  color: #ffffff;
  background: rgba(96, 165, 250, 0.15);
}

/* 展开状态内容：左右分区（用 justify-content: space-between 实现靠左+靠右） */
.toggle-content--expanded[data-v-9e919ec4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; /* 撑满按钮宽度，确保左右分区生效 */
}

/* 左侧：符号+HH（靠左排布，间距紧凑） */
.toggle-left[data-v-9e919ec4] {
  display: flex;
  align-items: center;
  gap: 6px; /* 符号与HH的间距，可按需调整 */
}

/* 特殊数学符号：醒目样式 */
.math-symbol[data-v-9e919ec4] {
  font-size: 18px;
  font-weight: 500;
  color: #60a5fa; /* 蓝色符号，可替换为其他颜色 */
}

/* HH文字：粗体突出 */
.hh-text[data-v-9e919ec4] {
  font-size: 16px;
  font-weight: 600;
}

/* 右侧：侧边栏图标（靠右排布） */
.toggle-right[data-v-9e919ec4] {
  display: flex;
  align-items: center;
}

/* 侧边栏专用图标：统一尺寸 */
.sidebar-specific-icon[data-v-9e919ec4] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

/* 折叠状态：仅图标居中 */
.toggle-content--collapsed[data-v-9e919ec4] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 菜单容器样式不变 */
.menu-container[data-v-9e919ec4] {
  padding: 12px 0px 60px 0px;
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu-container[data-v-9e919ec4]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.menu-container[data-v-9e919ec4]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.bottom-nav[data-v-4b96262d] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-4b96262d] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-4b96262d] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-4b96262d] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-4b96262d]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-4b96262d] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
/* 默认样式 */
.el-aside[data-v-843a3253] {
  transition: width 0.3s;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
.el-main[data-v-843a3253] {
  margin: 0 !important;
  padding: 5px !important;
  box-sizing: border-box;
}

/* 调整容器内边距和子元素间距 */
[data-v-843a3253] .el-container {
  display: flex;
  padding: 0;
  margin: 0;
}

/* 宽屏模式下强制侧边栏与主内容间距为5px */
@media (min-width: 769px) {
[data-v-843a3253] .el-container {
    gap: 5px;
}
[data-v-843a3253] .el-aside + .el-main {
    margin-left: 0 !important;
}
}

/* 移动设备样式 */
.mobile-footer[data-v-843a3253] {  
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0px;
  margin-bottom: 60px;
}

/* 响应式布局 */
@media (max-width: 768px) {
.el-aside[data-v-843a3253] {
    display: none;
}
.el-main[data-v-843a3253] {
    margin-bottom: 80px;
}
}

.header-container[data-v-ef1e6060] {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  padding: 10px 0;
  margin: 0;
  box-sizing: border-box; 
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 255, 204, 0.2);
  position: relative;
}
.menu[data-v-ef1e6060] {
  width: 100%; 
  border-bottom: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
}
.router-link[data-v-ef1e6060] {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  font-weight: 500;
  cursor: pointer;
}
.router-link[data-v-ef1e6060]:hover {
  color: #00ffcc;
  transform: translateY(-2px);
}
.username[data-v-ef1e6060] {
  color: #ffffff;
  margin-right: 5px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease;
}
.username[data-v-ef1e6060]:hover {
  color: #00ffcc;
}
.logout-link[data-v-ef1e6060] {
  color: #ff4d4d;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
  margin-left: 5px;
  cursor: pointer;
}
.logout-link[data-v-ef1e6060]:hover {
  color: #ff1a1a;
}
.el-menu-item[data-v-ef1e6060] {
  padding: 0 20px;
  display: flex;
  align-items: center;
  /* height: 100%; */
  transition: background-color 0.3s ease;
  background-color: transparent !important;
}
.el-menu-item[data-v-ef1e6060]:hover {
  background-color: rgba(0, 255, 204, 0.1) !important;
}
.el-menu-item.is-active[data-v-ef1e6060] {
  border-bottom-color: #00ffcc !important;
}

/* 增加科技感的光效 */
.header-container[data-v-ef1e6060]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  background: radial-gradient(circle, rgba(0, 255, 204, 0.1), transparent 70%);
  pointer-events: none;
  z-index: -1;
}

/* 响应式调整 */
@media (max-width: 768px) {
.header-container[data-v-ef1e6060] {
    padding: 5px 0;
}
.el-menu-item[data-v-ef1e6060] {
    padding: 0 12px;
    font-size: 13px;
}
}
@media (max-width: 576px) {
.el-menu-item[data-v-ef1e6060] {
    padding: 0 8px;
    font-size: 12px;
}
.username[data-v-ef1e6060] {
    font-size: 12px;
}
}

/* 基础样式 */
.menu-link[data-v-5e9165d5],
.dropdown-header[data-v-5e9165d5] {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 2px 8px;
  transition: all 0.2s ease;
  overflow: hidden;
  color: #e0e0e0;
}

/* 链接样式 */
.menu-link[data-v-5e9165d5] {
  background: transparent;
}
.menu-link[data-v-5e9165d5]:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 下拉菜单样式 */
.dropdown-header[data-v-5e9165d5] {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
}
.dropdown-header[data-v-5e9165d5]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 活动状态 */
.router-link-active[data-v-5e9165d5],
.router-link-exact-active[data-v-5e9165d5] {
  background: rgba(69, 183, 209, 0.15) !important;
  color: #45b7d1;
}
.link-content[data-v-5e9165d5] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.menu-label[data-v-5e9165d5] {
  flex-grow: 1;
  font-size: 0.9em;
}

/* 箭头图标 */
.dropdown-arrow[data-v-5e9165d5] {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.dropdown-arrow.expanded[data-v-5e9165d5] {
  transform: rotate(180deg);
}

/* 子菜单 */
.dropdown-children[data-v-5e9165d5] {
  margin: 2px 8px 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

/* 侧边栏基础样式：宽度与computed.sidebarWidth保持一致 */
.sidebar[data-v-6c3cc6e9] {
  width: 220px; /* 展开宽度：与computed返回的220px匹配 */
  height: 100%;
  background-color: #1e293b;
  color: white;
  transition: width 0.3s ease; /* 平滑宽度过渡 */
  position: relative;
  display: flex;
  flex-direction: column;
  /* 删除/注释此行：右侧透明边框是潜在空隙来源 */
  /* border-right: 1px solid rgba(255, 255, 255, 0.05); */
}

/* 侧边栏折叠样式：宽度与computed.sidebarWidth保持一致 */
.sidebar.collapsed[data-v-6c3cc6e9] {
  width: 48px; /* 折叠宽度：与computed返回的48px匹配 */
}

/* 展开/折叠按钮样式 */
.toggle-btn[data-v-6c3cc6e9] {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.2s;
}
.toggle-btn[data-v-6c3cc6e9]:hover {
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.05);
}

/* 菜单容器样式：占满剩余高度，支持滚动 */
.menu-container[data-v-6c3cc6e9] {
  padding: 12px 0px 60px 0px;
  flex-grow: 1; /* 占满侧边栏剩余高度 */
  overflow-y: auto; /* 菜单超出时滚动 */
  /* 隐藏滚动条（保持功能，隐藏视觉） */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

/* 隐藏Webkit浏览器滚动条（Chrome/Safari） */
.menu-container[data-v-6c3cc6e9]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}

/* 滚动条hover样式（仅备用，因已隐藏） */
.menu-container[data-v-6c3cc6e9]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.bottom-nav[data-v-2c2f13ed] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-2c2f13ed] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-2c2f13ed] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-2c2f13ed] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-2c2f13ed]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-2c2f13ed] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
.layout-container[data-v-5b42aafe] {
  display: flex;
  height: calc(100vh - 64px); /* ✅ 修复3：添加高度，减去头部高度 */
  align-items: stretch;
  gap: 0;
  padding: 0;
  margin: 0;
}

/* 原生侧边栏 */
.layout-aside[data-v-5b42aafe] {
  background-color: #1e293b;
  transition: width 0.3s ease;
  overflow: hidden;
  margin-right: 0 !important;
  padding: 0;
  height: 100%; /* ✅ 确保侧边栏高度占满 */
}

/* 原生主内容区 */
.layout-main[data-v-5b42aafe] {
  flex: 1;
  padding: 2px;
  overflow-y: auto;
  background-color: #f8f9fa;
  margin-left: 0 !important;
  height: 100%; /* ✅ 确保主内容区高度占满 */
}

/* 底部导航 */
.mobile-footer[data-v-5b42aafe] {  
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  background-color: #fff;
}

/* 响应式适配 */
@media (max-width: 768px) {
.layout-container[data-v-5b42aafe] {
    height: calc(100vh - 56px); /* ✅ 移动端头部高度不同 */
}
.layout-aside[data-v-5b42aafe] {
    display: none !important;
}
.layout-main[data-v-5b42aafe] {
    margin-bottom: 80px;
    padding: 16px;
}
}

/* 宽屏适配 */
@media (min-width: 769px) {
.layout-main[data-v-5b42aafe] {
    margin-bottom: 20px;
}
}

/* ✅ 修复4：暗色主题支持 */
@media (prefers-color-scheme: dark) {
.layout-aside[data-v-5b42aafe] {
    background-color: #0f172a;
}
.layout-main[data-v-5b42aafe] {
    background-color: #141414;
}
.mobile-footer[data-v-5b42aafe] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

.site-header[data-v-30a62798] {
  /* 添加具体高度，不再依赖全局变量 */
  height: 80px;  /* 明确设置高度 */
  box-sizing: border-box;
  position: static;  
  z-index: 1000;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  /* align-items: center; */
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
}
.logo img[data-v-30a62798] {
  height: 50px;
  transition: transform 0.3s ease;
}
.logo img[data-v-30a62798]:hover {
  transform: scale(1.05);
}
.navigation ul[data-v-30a62798] {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.navigation li[data-v-30a62798] {
  margin-left: 20px;
  position: relative;
}
.navigation a[data-v-30a62798] {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
  padding: 10px 15px;
  display: block;
}
.navigation a[data-v-30a62798]:hover {
  color: #00c6ff;
}

/* 下拉菜单样式 */
.dropdown-menu[data-v-30a62798] {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #444;
  min-width: 160px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 10;
  border-radius: 4px;
  flex-direction: column;
}
.dropdown-menu li[data-v-30a62798] {
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
.dropdown-menu a[data-v-30a62798] {
  padding: 12px 16px;
  color: #fff;
  display: block;
  text-align: left;
}
.dropdown-menu a[data-v-30a62798]:hover {
  background-color: #555;
  color: #00c6ff;
}

/* 菜单容器 */
.menu-container[data-v-30a62798] {
  max-width: 300px;
  width: 100%;
  flex-shrink: 1;
  display: flex;
  justify-content: flex-end;
}
.menu[data-v-30a62798] {
  border-bottom: none;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  background-color: transparent !important;
}
.menu .el-menu-item[data-v-30a62798] {
  background-color: transparent !important;
  color: #fff !important;
}
.menu .el-menu-item[data-v-30a62798]:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.username[data-v-30a62798] {
  margin-right: 5px;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease;
}
.username[data-v-30a62798]:hover {
  color: #00c6ff;
}
.logout-link[data-v-30a62798] {
  color: #ff6b35 !important;
  margin-left: 5px;
  text-decoration: none;
}
.logout-link[data-v-30a62798]:hover {
  color: #ff8c5a !important;
}
.router-link[data-v-30a62798] {
  text-decoration: none;
  color: inherit;
}

/* 响应式设计 */
@media (max-width: 730px) {
.site-header[data-v-30a62798] {
    flex-wrap: wrap;
}
.menu-container[data-v-30a62798] {
    flex-direction: column;
    align-items: flex-end;
    max-width: 100%;
}
.navigation li[data-v-30a62798] {
    margin-left: 10px;
}
.dropdown-menu[data-v-30a62798] {
    position: static;
    box-shadow: none;
    width: 100%;
}
}
@media (max-width: 480px) {
.site-header[data-v-30a62798] {
    padding: 8px 12px;
}
.logo img[data-v-30a62798] {
    height: 40px;
}
.navigation li[data-v-30a62798] {
    margin-left: 8px;
}
.navigation a[data-v-30a62798] {
    padding: 8px 10px;
    font-size: 14px;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.site-header[data-v-30a62798] {
    background-color: #1a1a1a;
}
.dropdown-menu[data-v-30a62798] {
    background-color: #2d2d2d;
}
.dropdown-menu a[data-v-30a62798]:hover {
    background-color: #3d3d3d;
}
}

.container-foot[data-v-26f64b2f] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
  margin-top: auto;
  flex-wrap: wrap;
}
.foot-font[data-v-26f64b2f] {
  flex: 2;
  font-size: 11px;
  color: gray;
  font-family: Arial, sans-serif;
}
.links[data-v-26f64b2f] {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.links a[data-v-26f64b2f] {
  color: gray;
  text-decoration: none;
  transition: color 0.3s ease;
}
.links a[data-v-26f64b2f]:hover {
  color: #007bff;
  text-decoration: underline;
}
.aux-buttons[data-v-26f64b2f] {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
}
.settings-button[data-v-26f64b2f] {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 13px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  font-weight: 500;
}
.settings-button[data-v-26f64b2f]:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}
.settings-button i[data-v-26f64b2f] {
  font-size: 14px;
}
hr[data-v-26f64b2f] {
  display: none;
}

/* 响应式设计 */
@media (max-width: 768px) {
.container-foot[data-v-26f64b2f] {
    flex-direction: column;
    gap: 12px;
    padding: 12px;
}
.foot-font[data-v-26f64b2f] {
    flex: none;
    width: 100%;
}
.links[data-v-26f64b2f] {
    gap: 10px;
}
.aux-buttons[data-v-26f64b2f] {
    flex: none;
    width: 100%;
    margin-top: 5px;
}
.settings-button[data-v-26f64b2f] {
    padding: 6px 12px;
    font-size: 12px;
}
}
@media (max-width: 480px) {
.links[data-v-26f64b2f] {
    flex-direction: column;
    gap: 5px;
}
.foot-font p[data-v-26f64b2f] {
    margin-top: 5px;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.container-foot[data-v-26f64b2f] {
    background-color: #1f1f1f;
    border-top-color: #303030;
}
.foot-font[data-v-26f64b2f],
  .links a[data-v-26f64b2f] {
    color: #aaa;
}
.links a[data-v-26f64b2f]:hover {
    color: #66b1ff;
}
.settings-button[data-v-26f64b2f] {
    background-color: #409eff;
}
.settings-button[data-v-26f64b2f]:hover {
    background-color: #66b1ff;
}
}

.el-container[data-v-def00784] {
  min-height: calc(100vh - var(--v7ee75898)); /* 动态计算 */
  background-color: #f5f7fa;
}
.el-main[data-v-def00784] {
  padding: 16px !important;
  background-color: #f5f7fa;
}
.table-wrapper[data-v-def00784] {
  margin-top: 20px;
  background-color: white;
  border-radius: 4px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* 响应式调整 */
@media (max-width: 768px) {
.el-main[data-v-def00784] {
    padding: 12px !important;
}
.table-wrapper[data-v-def00784] {
    padding: 12px;
    margin-top: 16px;
}
}
@media (max-width: 480px) {
.el-main[data-v-def00784] {
    padding: 8px !important;
}
.table-wrapper[data-v-def00784] {
    padding: 8px;
    margin-top: 12px;
}
}

.el-table[data-v-04dadf33] {
  margin-top: 20px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
div[data-v-04dadf33] {
    background-color: #141414;
}
.el-table[data-v-04dadf33] {
    background-color: #1f1f1f;
    color: #e0e0e0;
}
}

/* 响应式调整 */
@media (max-width: 768px) {
div[data-v-04dadf33] {
    padding: 12px;
    min-height: calc(100vh - 100px);
}
.el-table[data-v-04dadf33] {
    margin-top: 16px;
    font-size: 13px;
}
}
@media (max-width: 480px) {
div[data-v-04dadf33] {
    padding: 8px;
}
.el-table[data-v-04dadf33] {
    margin-top: 12px;
    font-size: 12px;
}
}

.file-view-container[data-v-697a8448] {
  max-width: 1000px;
  margin: 2rem auto;
  padding: 0 1rem;
  min-height: calc(100vh - 4rem);
  display: flex;
  flex-direction: column;
}

/* 加载状态样式 - 骨架屏效果 */
.loading-state[data-v-697a8448] {
  width: 100%;
  margin: 2rem auto;
}
.skeleton-header[data-v-697a8448] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.skeleton-title[data-v-697a8448] {
  width: 60%;
  height: 2.5rem;
  background-color: #e2e8f0;
  border-radius: 0.375rem;
}
.skeleton-button[data-v-697a8448] {
  width: 8rem;
  height: 2.5rem;
  background-color: #e2e8f0;
  border-radius: 0.375rem;
}
.skeleton-content[data-v-697a8448] {
  width: 100%;
  height: 30rem;
  background-color: #e2e8f0;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.skeleton-meta[data-v-697a8448] {
  width: 30%;
  height: 1.5rem;
  background-color: #e2e8f0;
  border-radius: 0.375rem;
  margin-left: auto;
}
.loading-text[data-v-697a8448] {
  text-align: center;
  margin-top: 1.5rem;
  color: #64748b;
  font-size: 1rem;
}

/* 错误状态样式 */
.error-state[data-v-697a8448] {
  text-align: center;
  padding: 4rem 2rem;
  background-color: #fff5f5;
  border-radius: 0.75rem;
  border: 1px solid #ffe3e3;
  margin: 2rem 0;
}
.error-icon[data-v-697a8448] {
  font-size: 3rem;
  color: #ef4444;
  margin-bottom: 1.5rem;
}
.error-message[data-v-697a8448] {
  color: #dc2626;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.retry-btn[data-v-697a8448] {
  padding: 0.6rem 1.25rem;
  background-color: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease;
}
.retry-btn[data-v-697a8448]:hover {
  background-color: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.retry-btn[data-v-697a8448]:active {
  transform: translateY(0);
}

/* 文件内容样式 */
.card[data-v-697a8448] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card[data-v-697a8448]:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.file-header[data-v-697a8448] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.75rem;
  border-bottom: 1px solid #f1f5f9;
}
.file-title[data-v-697a8448] {
  margin: 0;
  color: #1e293b;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}
.back-btn[data-v-697a8448] {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #f1f5f9;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  color: #334155;
  font-size: 0.95rem;
  font-weight: 500;
}
.back-btn[data-v-697a8448]:hover {
  background-color: #e2e8f0;
  color: #1e293b;
}
.content-box[data-v-697a8448] {
  padding: 1.75rem;
  background-color: #f8fafc;
  overflow-x: auto;
  max-height: 70vh;
}
pre[data-v-697a8448] {
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 1.7;
  color: #0f172a;
  font-family: 'Consolas', 'Monaco', monospace;
  font-size: 0.95rem;
  margin: 0;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0.5rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.file-meta[data-v-697a8448] {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  padding: 1rem 1.75rem;
  background-color: #f8fafc;
  border-top: 1px solid #f1f5f9;
}
.meta-item[data-v-697a8448] {
  font-size: 0.9rem;
  color: #64748b;
  display: inline-flex;
  align-items: center;
}

/* 动画效果 */
.animate-pulse[data-v-697a8448] {
  animation: pulse-697a8448 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse-697a8448 {
0%, 100% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
}
.transition-all[data-v-697a8448] {
  transition: all 0.2s ease;
}

/* 响应式设计 */
@media (max-width: 768px) {
.file-header[data-v-697a8448] {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
.file-title[data-v-697a8448] {
    max-width: 100%;
    font-size: 1.25rem;
}
.file-meta[data-v-697a8448] {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-end;
}
.skeleton-content[data-v-697a8448] {
    height: 20rem;
}
}

/* 基础样式 */
.menu-link[data-v-886ef88e],
.dropdown-header[data-v-886ef88e] {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 2px 8px;
  transition: all 0.2s ease;
  overflow: hidden;
  color: #e0e0e0;
}

/* 链接样式 */
.menu-link[data-v-886ef88e] {
  background: transparent;
}
.menu-link[data-v-886ef88e]:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 下拉菜单样式 */
.dropdown-header[data-v-886ef88e] {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
}
.dropdown-header[data-v-886ef88e]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 活动状态 */
.router-link-active[data-v-886ef88e],
.router-link-exact-active[data-v-886ef88e] {
  background: rgba(69, 183, 209, 0.15) !important;
  color: #45b7d1;
}
.link-content[data-v-886ef88e] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.menu-label[data-v-886ef88e] {
  flex-grow: 1;
  font-size: 0.9em;
}

/* 箭头图标 */
.dropdown-arrow[data-v-886ef88e] {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.dropdown-arrow.expanded[data-v-886ef88e] {
  transform: rotate(180deg);
}

/* 子菜单 */
.dropdown-children[data-v-886ef88e] {
  margin: 2px 8px 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

/* 侧边栏基础样式：宽度与computed.sidebarWidth保持一致 */
.sidebar[data-v-74ac7449] {
  width: 220px; /* 展开宽度：与computed返回的220px匹配 */
  height: 100%;
  background-color: #1e293b;
  color: white;
  transition: width 0.3s ease; /* 平滑宽度过渡 */
  position: relative;
  display: flex;
  flex-direction: column;
  /* 删除/注释此行：右侧透明边框是潜在空隙来源 */
  /* border-right: 1px solid rgba(255, 255, 255, 0.05); */
}

/* 侧边栏折叠样式：宽度与computed.sidebarWidth保持一致 */
.sidebar.collapsed[data-v-74ac7449] {
  width: 48px; /* 折叠宽度：与computed返回的48px匹配 */
}

/* 展开/折叠按钮样式 */
.toggle-btn[data-v-74ac7449] {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.2s;
}
.toggle-btn[data-v-74ac7449]:hover {
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.05);
}

/* 菜单容器样式：占满剩余高度，支持滚动 */
.menu-container[data-v-74ac7449] {
  padding: 12px 0px 60px 0px;
  flex-grow: 1; /* 占满侧边栏剩余高度 */
  overflow-y: auto; /* 菜单超出时滚动 */
  /* 隐藏滚动条（保持功能，隐藏视觉） */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

/* 隐藏Webkit浏览器滚动条（Chrome/Safari） */
.menu-container[data-v-74ac7449]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}

/* 滚动条hover样式（仅备用，因已隐藏） */
.menu-container[data-v-74ac7449]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.bottom-nav[data-v-bb257092] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-bb257092] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-bb257092] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-bb257092] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-bb257092]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-bb257092] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
.layout-container[data-v-df67eda7] {
  display: flex;
  height: calc(100vh - 64px); /* 64px为头部高度，可根据实际调整 */
  align-items: stretch;
  gap: 0;
  padding: 0;
  margin: 0;
}

/* 原生侧边栏：替代el-aside */
.layout-aside[data-v-df67eda7] {
  background-color: #1e293b;
  transition: width 0.3s ease;
  overflow: hidden;
  margin-right: 0 !important;
  padding: 0;
  z-index: 10;
}

/* 原生主内容区：替代el-main */
.layout-main[data-v-df67eda7] {
  flex: 1;
  padding: 2px;
  overflow-y: auto;
  background-color: #f8f9fa;
  margin-left: 0 !important;
}

/* 底部导航：固定底部 */
.mobile-footer[data-v-df67eda7] {  
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  background-color: #fff;
}

/* 响应式适配 */
@media (max-width: 768px) {
.layout-aside[data-v-df67eda7] {
    display: none !important;
}
.layout-main[data-v-df67eda7] {
    margin-bottom: 80px;
    padding: 16px;
}
.layout-container[data-v-df67eda7] {
    height: calc(100vh - 56px);
}
}

/* 宽屏适配 */
@media (min-width: 769px) {
.layout-main[data-v-df67eda7] {
    margin-bottom: 20px;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.layout-aside[data-v-df67eda7] {
    background-color: #0f172a;
}
.layout-main[data-v-df67eda7] {
    background-color: #141414;
}
.mobile-footer[data-v-df67eda7] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

/* 基础样式 */
.menu-link[data-v-3a7c726d],
.dropdown-header[data-v-3a7c726d] {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 2px 8px;
  transition: all 0.2s ease;
  overflow: hidden;
  color: #e0e0e0;
}

/* 链接样式 */
.menu-link[data-v-3a7c726d] {
  background: transparent;
}
.menu-link[data-v-3a7c726d]:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 下拉菜单样式 */
.dropdown-header[data-v-3a7c726d] {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
}
.dropdown-header[data-v-3a7c726d]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 活动状态 */
.router-link-active[data-v-3a7c726d],
.router-link-exact-active[data-v-3a7c726d] {
  background: rgba(69, 183, 209, 0.15) !important;
  color: #45b7d1;
}
.link-content[data-v-3a7c726d] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.menu-label[data-v-3a7c726d] {
  flex-grow: 1;
  font-size: 0.9em;
}

/* 箭头图标 */
.dropdown-arrow[data-v-3a7c726d] {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.dropdown-arrow.expanded[data-v-3a7c726d] {
  transform: rotate(180deg);
}

/* 子菜单 */
.dropdown-children[data-v-3a7c726d] {
  margin: 2px 8px 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar[data-v-8ebff86f] {
  width: 250px;
  height: 100%;
  background-color: #1e293b;
  color: white;
  transition: width 0.3s ease, background-color 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar.collapsed[data-v-8ebff86f] {
  width: 50px; /* 折叠宽度适配单个图标 */
}

/* 按钮容器：展开时撑满宽度，折叠时居中 */
.toggle-btn[data-v-8ebff86f] {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.2s ease;
  border-radius: 8px;
  margin: 8px;
}
.toggle-btn[data-v-8ebff86f]:hover {
  color: #ffffff;
  background: rgba(96, 165, 250, 0.15);
}

/* 展开状态内容：左右分区（用 justify-content: space-between 实现靠左+靠右） */
.toggle-content--expanded[data-v-8ebff86f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; /* 撑满按钮宽度，确保左右分区生效 */
}

/* 左侧：符号+HH（靠左排布，间距紧凑） */
.toggle-left[data-v-8ebff86f] {
  display: flex;
  align-items: center;
  gap: 6px; /* 符号与HH的间距，可按需调整 */
}

/* 特殊数学符号：醒目样式 */
.math-symbol[data-v-8ebff86f] {
  font-size: 18px;
  font-weight: 500;
  color: #60a5fa; /* 蓝色符号，可替换为其他颜色 */
}

/* HH文字：粗体突出 */
.hh-text[data-v-8ebff86f] {
  font-size: 16px;
  font-weight: 600;
}

/* 右侧：侧边栏图标（靠右排布） */
.toggle-right[data-v-8ebff86f] {
  display: flex;
  align-items: center;
}

/* 侧边栏专用图标：统一尺寸 */
.sidebar-specific-icon[data-v-8ebff86f] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

/* 折叠状态：仅图标居中 */
.toggle-content--collapsed[data-v-8ebff86f] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 菜单容器样式不变 */
.menu-container[data-v-8ebff86f] {
  padding: 12px 0px 60px 0px;
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu-container[data-v-8ebff86f]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.menu-container[data-v-8ebff86f]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.bottom-nav[data-v-51012787] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-51012787] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-51012787] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-51012787] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-51012787]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-51012787] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
/* 默认样式 */
.el-aside[data-v-beb8cfa6] {
  transition: width 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #e6e9f0;
  height: calc(100vh - 60px); /* 减去头部高度 */
  position: sticky;
  top: 60px;
}
.el-main[data-v-beb8cfa6] {
  margin: 0 !important;
  padding: 16px !important;
  box-sizing: border-box;
  background-color: #f5f7fa;
  min-height: calc(100vh - 60px);
  overflow-x: hidden;
}

/* 调整容器内边距和子元素间距 */
[data-v-beb8cfa6] .el-container {
  display: flex;
  padding: 0;
  margin: 0;
  min-height: calc(100vh - 60px);
}

/* 宽屏模式下强制侧边栏与主内容间距为5px */
@media (min-width: 769px) {
[data-v-beb8cfa6] .el-container {
    gap: 5px;
}
  
  /* 处理相邻元素可能存在的默认间距 */
[data-v-beb8cfa6] .el-aside + .el-main {
    margin-left: 0 !important;
}
}

/* 移动设备样式 */
.mobile-footer[data-v-beb8cfa6] {  
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* 响应式布局 */
@media (max-width: 768px) {
.el-aside[data-v-beb8cfa6] {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    height: calc(100vh - 60px);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}
.el-main[data-v-beb8cfa6] {
    margin-bottom: 60px;
    padding: 12px !important;
    min-height: calc(100vh - 120px);
}
[data-v-beb8cfa6] .el-container {
    min-height: calc(100vh - 60px);
}
}

/* 小屏幕优化 */
@media (max-width: 480px) {
.el-main[data-v-beb8cfa6] {
    padding: 8px !important;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.el-aside[data-v-beb8cfa6] {
    background-color: #1f1f1f;
    border-right-color: #303030;
}
.el-main[data-v-beb8cfa6] {
    background-color: #141414;
}
.mobile-footer[data-v-beb8cfa6] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

.sidebar-item-wrapper[data-v-f3f1f88e] {
  position: relative;
}

/* 链接样式 */
.menu-link[data-v-f3f1f88e] {
  position: relative;
  margin: 2px 8px;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-link[data-v-f3f1f88e]:hover {
  background: rgba(255, 255, 255, 0.05);
}
.menu-link.active[data-v-f3f1f88e] {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(139, 92, 246, 0.2));
  backdrop-filter: blur(10px);
}
.link-content[data-v-f3f1f88e] {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 12px 16px;
  padding-left: calc(16px + var(--level, 0) * 20px);
  position: relative;
}
.link-inner[data-v-f3f1f88e] {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.menu-label[data-v-f3f1f88e] {
  font-size: 14px;
  font-weight: 500;
  color: #e2e8f0;
  flex: 1;
  transition: color 0.3s ease;
}
.menu-link:hover .menu-label[data-v-f3f1f88e] {
  color: #ffffff;
}
.menu-link.active .menu-label[data-v-f3f1f88e] {
  color: #60a5fa;
  font-weight: 600;
}

/* 图标样式 */
.menu-icon[data-v-f3f1f88e] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #94a3b8;
  transition: color 0.3s ease;
}
.menu-link:hover .menu-icon[data-v-f3f1f88e],
.menu-link.active .menu-icon[data-v-f3f1f88e] {
  color: #60a5fa;
}

/* 徽章样式 */
.menu-badge[data-v-f3f1f88e] {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: white;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 12px;
  animation: pulse-f3f1f88e 2s infinite;
}
@keyframes pulse-f3f1f88e {
0%, 100% {
    opacity: 1;
}
50% {
    opacity: 0.7;
}
}

/* 激活指示器 */
.active-indicator[data-v-f3f1f88e] {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: linear-gradient(to bottom, #60a5fa, #3b82f6);
  border-radius: 2px;
  animation: slideIn-f3f1f88e 0.3s ease;
}
@keyframes slideIn-f3f1f88e {
from {
    opacity: 0;
    transform: translateY(-50%) translateX(10px);
}
to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}
}

/* 下拉菜单样式 */
.menu-dropdown[data-v-f3f1f88e] {
  margin: 4px 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.menu-dropdown[data-v-f3f1f88e]:hover {
  background: rgba(255, 255, 255, 0.03);
}
.menu-dropdown.expanded[data-v-f3f1f88e] {
  background: rgba(15, 23, 42, 0.6);
}
.dropdown-header[data-v-f3f1f88e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  padding-left: calc(16px + var(--level, 0) * 20px);
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.dropdown-header[data-v-f3f1f88e]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #3b82f6, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.menu-dropdown.expanded .dropdown-header[data-v-f3f1f88e]::before {
  opacity: 1;
}
.dropdown-header[data-v-f3f1f88e]:hover {
  background: rgba(255, 255, 255, 0.05);
}
.header-inner[data-v-f3f1f88e] {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

/* 下拉箭头 */
.dropdown-arrow[data-v-f3f1f88e] {
  color: #94a3b8;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(-90deg);
}
.dropdown-arrow.expanded[data-v-f3f1f88e] {
  transform: rotate(0deg);
  color: #60a5fa;
}

/* 子菜单容器 */
.dropdown-children[data-v-f3f1f88e] {
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.children-wrapper[data-v-f3f1f88e] {
  padding: 4px 0;
  position: relative;
}
.children-wrapper[data-v-f3f1f88e]::before {
  content: '';
  position: absolute;
  left: calc(16px + var(--level, 0) * 20px + 6px);
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, 
    transparent, 
    rgba(59, 130, 246, 0.3), 
    transparent);
}

/* 动画 */
.slide-enter-active[data-v-f3f1f88e],
.slide-leave-active[data-v-f3f1f88e] {
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-enter-from[data-v-f3f1f88e],
.slide-leave-to[data-v-f3f1f88e] {
  height: 0;
  opacity: 0;
}

.sidebar[data-v-a599a102] {
  position: relative;
  width: 280px;
  /* min-height: 100vh; */
  background: linear-gradient(180deg, 
    #0f172a 0%, 
    #1e293b 50%, 
    #0f172a 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 
    0 0 40px rgba(0, 0, 0, 0.5),
    inset 1px 0 0 rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.sidebar.collapsed[data-v-a599a102] {
  width: 64px;
}

/* 侧边栏头部 */
.sidebar-header[data-v-a599a102] {
  padding: 20px 16px;
  position: relative;
  min-height: 80px;
}
.logo-wrapper[data-v-a599a102] {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.sidebar.collapsed .logo-wrapper[data-v-a599a102] {
  opacity: 0;
  pointer-events: none;
}
.logo[data-v-a599a102] {
  display: flex;
  align-items: center;
  gap: 12px;
  animation: fadeInUp-a599a102 0.6s ease;
}
.logo-icon[data-v-a599a102] {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.logo-text[data-v-a599a102] {
  display: flex;
  flex-direction: column;
}
.logo-title[data-v-a599a102] {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.logo-subtitle[data-v-a599a102] {
  font-size: 11px;
  color: #94a3b8;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

/* 折叠按钮 */
.toggle-btn[data-v-a599a102] {
  position: absolute;
  top: 24px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  z-index: 10;
}
.toggle-btn[data-v-a599a102]:hover {
  background: rgba(59, 130, 246, 0.2);
  border-color: rgba(59, 130, 246, 0.5);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}
.toggle-btn[data-v-a599a102]:active {
  transform: translateY(0);
}
.toggle-icon[data-v-a599a102] {
  color: #e2e8f0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 分割线 */
.sidebar-divider[data-v-a599a102] {
  height: 1px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.1), 
    transparent);
  margin: 0 16px;
}

/* 菜单滚动容器 */
.menu-scroll-container[data-v-a599a102] {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(59, 130, 246, 0.3) transparent;
}
.menu-scroll-container[data-v-a599a102]::-webkit-scrollbar {
  width: 4px;
}
.menu-scroll-container[data-v-a599a102]::-webkit-scrollbar-track {
  background: transparent;
}
.menu-scroll-container[data-v-a599a102]::-webkit-scrollbar-thumb {
  background: rgba(59, 130, 246, 0.3);
  border-radius: 2px;
}
.menu-scroll-container[data-v-a599a102]::-webkit-scrollbar-thumb:hover {
  background: rgba(59, 130, 246, 0.5);
}
.menu-container[data-v-a599a102] {
  padding: 0 8px;
}

/* 分组标题 */
.menu-group[data-v-a599a102] {
  margin-bottom: 8px;
}
.menu-group-title[data-v-a599a102] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.sidebar.collapsed .menu-group-title[data-v-a599a102] {
  opacity: 0;
  pointer-events: none;
}
.group-title-text[data-v-a599a102] {
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}
.group-title-line[data-v-a599a102] {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, 
    rgba(148, 163, 184, 0.3), 
    transparent);
}

/* 侧边栏底部 */
.sidebar-footer[data-v-a599a102] {
  padding: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(10px);
}
.user-profile[data-v-a599a102] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  animation: fadeInUp-a599a102 0.6s ease 0.2s backwards;
}
.user-profile[data-v-a599a102]:hover {
  background: rgba(255, 255, 255, 0.08);
}
.user-avatar[data-v-a599a102] {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #10b981, #3b82f6);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
  flex-shrink: 0;
}
.user-info[data-v-a599a102] {
  flex: 1;
  min-width: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.sidebar.collapsed .user-info[data-v-a599a102] {
  opacity: 0;
  pointer-events: none;
}
.user-name[data-v-a599a102] {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-role[data-v-a599a102] {
  font-size: 11px;
  color: #94a3b8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.logout-btn[data-v-a599a102] {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.logout-btn[data-v-a599a102]:hover {
  background: rgba(239, 68, 68, 0.2);
  border-color: rgba(239, 68, 68, 0.3);
  transform: translateY(-1px);
}
.logout-btn[data-v-a599a102]:active {
  transform: translateY(0);
}

/* 动画 */
@keyframes fadeInUp-a599a102 {
from {
    opacity: 0;
    transform: translateY(10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* 响应式调整 */
@media (max-width: 768px) {
.sidebar[data-v-a599a102] {
    width: 64px !important;
}
.sidebar[data-v-a599a102]:not(.collapsed) {
    width: 280px !important;
    position: absolute;
    z-index: 1000;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.7);
}
}

.bottom-nav[data-v-ff2dbb31] {
  background: linear-gradient(135deg, 
    rgba(15, 23, 42, 0.9) 0%, 
    rgba(30, 41, 59, 0.9) 100%);
  border-radius: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 
    0 4px 30px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
}
.nav-header[data-v-ff2dbb31] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-title[data-v-ff2dbb31] {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.title-icon[data-v-ff2dbb31] {
  color: #60a5fa;
  animation: pulse-ff2dbb31 2s infinite;
}
.nav-content[data-v-ff2dbb31] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nav-group[data-v-ff2dbb31] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.group-divider[data-v-ff2dbb31] {
  height: 1px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(59, 130, 246, 0.3), 
    transparent);
  margin: 4px 0;
}
.group-items[data-v-ff2dbb31] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.nav-item[data-v-ff2dbb31] {
  display: flex;
  align-items: center;
}
.nav-link[data-v-ff2dbb31] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  color: #94a3b8;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid transparent;
}
.nav-link[data-v-ff2dbb31]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(59, 130, 246, 0.1), 
    rgba(139, 92, 246, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nav-link[data-v-ff2dbb31]:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(59, 130, 246, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}
.nav-link[data-v-ff2dbb31]:hover::before {
  opacity: 1;
}
.nav-link.active[data-v-ff2dbb31] {
  color: #60a5fa;
  background: linear-gradient(135deg, 
    rgba(59, 130, 246, 0.15), 
    rgba(139, 92, 246, 0.15));
  border-color: rgba(59, 130, 246, 0.4);
  font-weight: 500;
}
.nav-link.active[data-v-ff2dbb31]::before {
  opacity: 1;
}
.link-text[data-v-ff2dbb31] {
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.link-badge[data-v-ff2dbb31] {
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-weight: 600;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: white;
  padding: 2px 8px;
  border-radius: 10px;
  animation: float-ff2dbb31 3s ease-in-out infinite;
}
.item-divider[data-v-ff2dbb31] {
  width: 1px;
  height: 16px;
  background: linear-gradient(to bottom, 
    transparent, 
    rgba(148, 163, 184, 0.3), 
    transparent);
  margin: 0 4px;
}

/* 动画 */
@keyframes pulse-ff2dbb31 {
0%, 100% {
    opacity: 1;
    transform: scale(1);
}
50% {
    opacity: 0.7;
    transform: scale(1.1);
}
}
@keyframes float-ff2dbb31 {
0%, 100% {
    transform: translateY(0);
}
50% {
    transform: translateY(-2px);
}
}

/* 响应式 */
@media (max-width: 640px) {
.bottom-nav[data-v-ff2dbb31] {
    padding: 16px;
    border-radius: 12px;
    margin: 8px;
}
.group-items[data-v-ff2dbb31] {
    justify-content: center;
}
.nav-link[data-v-ff2dbb31] {
    padding: 6px 12px;
    font-size: 12px;
}
}

.layout-wrapper[data-v-e6c433d8] {
  min-height: 100vh;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  position: relative;
}
.layout-container[data-v-e6c433d8] {
  display: flex;
  min-height: 100vh;
}
.layout-aside[data-v-e6c433d8] {
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.3);
}
.layout-aside.collapsed[data-v-e6c433d8] {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.layout-main[data-v-e6c433d8] {
  flex: 1;
  padding: 24px;
  overflow-y: auto;
  background: linear-gradient(135deg, 
    rgba(15, 23, 42, 0.98) 0%, 
    rgba(30, 41, 59, 0.98) 100%);
  position: relative;
  min-height: 100%;
  transition: margin-left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.layout-main.sidebar-collapsed[data-v-e6c433d8] {
  margin-left: 0;
}
.content-wrapper[data-v-e6c433d8] {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  animation: fadeIn-e6c433d8 0.5s ease-out;
}
@keyframes fadeIn-e6c433d8 {
from {
    opacity: 0;
    transform: translateY(10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* 移动端样式 */
.mobile-footer[data-v-e6c433d8] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1000;
  padding: 12px 16px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
}
.footer-divider[data-v-e6c433d8] {
  height: 1px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.1), 
    transparent);
  margin-top: 8px;
}

/* 响应式设计 */
@media (max-width: 768px) {
.layout-container[data-v-e6c433d8] {
    min-height: calc(100vh - 120px);
}
.layout-main[data-v-e6c433d8] {
    padding: 16px;
    min-height: calc(100vh - 120px);
}
.layout-aside[data-v-e6c433d8] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    height: 100vh;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.7);
    border-right: none;
}
.layout-aside:not(.collapsed) ~ .layout-main[data-v-e6c433d8] {
    margin-left: 0;
}
.content-wrapper[data-v-e6c433d8] {
    max-width: 100%;
}
}

/* 滚动条样式 */
[data-v-e6c433d8]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-e6c433d8]::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.5);
  border-radius: 4px;
}
[data-v-e6c433d8]::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  border-radius: 4px;
}
[data-v-e6c433d8]::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
}

/* 暗色主题优化 */
@media (prefers-color-scheme: dark) {
.layout-wrapper[data-v-e6c433d8] {
    background: linear-gradient(135deg, #0a0f1a 0%, #141b2b 100%);
}
.layout-aside[data-v-e6c433d8] {
    background: linear-gradient(180deg, #141b2b 0%, #0a0f1a 100%);
}
.layout-main[data-v-e6c433d8] {
    background: linear-gradient(135deg, 
      rgba(10, 15, 26, 0.98) 0%, 
      rgba(20, 27, 43, 0.98) 100%);
}
}

.sidebar-container[data-v-e7a2e918] {
  transition: width 0.3s;
  color: #ffffff;
  position: relative;
  width: 270px; 
  overflow: visible; /* 新增关键属性 */
}
.sidebar-toggle-button[data-v-e7a2e918] {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(45, 45, 45, 0.9);
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* 修改收起状态下的按钮定位 */
.sidebar-container:not(.sidebar-visible) .sidebar-toggle-button[data-v-e7a2e918] {
  right: 10px; /* 向右移出容器 */
  background-color: #2d2d2d; /* 保持可见 */
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2); /* 添加投影增强可见性 */
}
.sidebar-container[data-v-e7a2e918]:not(.sidebar-visible) {
  width: 50px;
}
.sidebar[data-v-e7a2e918] {
  margin-top: 40px;
  padding: 20px;
}
.menu-group-title[data-v-e7a2e918] {
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-items[data-v-e7a2e918] {
  margin-left: 20px;
}
.menu-item[data-v-e7a2e918] {
  margin-bottom: 10px;
}
.menu-item a[data-v-e7a2e918] {
  text-decoration: none;
  color: #ffffff; 
  transition: color 0.3s ease;
}
.menu-item a[data-v-e7a2e918]:hover {
  color: #409eff;
}
.arrow[data-v-e7a2e918] {
  font-size: 0.8em;
  transition: transform 0.3s ease;
}
.arrow.open[data-v-e7a2e918] {
  transform: rotate(180deg);
}
.sidebar-toggle-button[data-v-e7a2e918]:hover {
  background-color: #409eff; /* 悬停时按钮背景色变为蓝色 */
}
.toggle-icon[data-v-e7a2e918] {
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

/* 新增子菜单样式 */
.submenu[data-v-e7a2e918] {
  margin-left: 20px; /* 缩进显示 */
}
.submenu-item[data-v-e7a2e918] {
  font-size: 0.9em; /* 更小一号的字体 */
  margin-bottom: 5px;
}
.submenu-item a[data-v-e7a2e918] {
  text-decoration: none;
  color: #ffffff; /* 文字颜色为白色 */
  transition: color 0.3s ease; /* 添加过渡效果 */
}
.submenu-item a[data-v-e7a2e918]:hover {
  color: #409eff; /* 悬停时文字颜色变为蓝色 */
}

.bottom-nav[data-v-4ae60e2a] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-4ae60e2a] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-4ae60e2a] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-4ae60e2a] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-4ae60e2a]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-4ae60e2a] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
/* 默认样式 */
.el-aside[data-v-91945072] {
  transition: width 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #e6e9f0;
  height: calc(100vh - 60px);
  position: sticky;
  top: 60px;
}
.el-main[data-v-91945072] {
  margin: 0 !important;
  padding: 16px !important;
  box-sizing: border-box;
  background-color: #f5f7fa;
  min-height: calc(100vh - 60px);
  overflow-x: hidden;
}

/* 调整容器内边距和子元素间距 */
[data-v-91945072] .el-container {
  display: flex;
  padding: 0;
  margin: 0;
  min-height: calc(100vh - 60px);
}

/* 移动设备样式 */
.mobile-footer[data-v-91945072] {  
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* 响应式布局 */
@media (max-width: 768px) {
.el-aside[data-v-91945072] {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    height: calc(100vh - 60px);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}
.el-main[data-v-91945072] {
    margin-bottom: 60px;
    padding: 12px !important;
    min-height: calc(100vh - 120px);
}
[data-v-91945072] .el-container {
    min-height: calc(100vh - 60px);
}
}

/* 小屏幕优化 */
@media (max-width: 480px) {
.el-main[data-v-91945072] {
    padding: 8px !important;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.el-aside[data-v-91945072] {
    background-color: #1f1f1f;
    border-right-color: #303030;
}
.el-main[data-v-91945072] {
    background-color: #141414;
}
.mobile-footer[data-v-91945072] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

/* 基础样式 */
.menu-link[data-v-404adb55],
.dropdown-header[data-v-404adb55] {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 2px 8px;
  transition: all 0.2s ease;
  overflow: hidden;
  color: #e0e0e0;
}

/* 链接样式 */
.menu-link[data-v-404adb55] {
  background: transparent;
}
.menu-link[data-v-404adb55]:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 下拉菜单样式 */
.dropdown-header[data-v-404adb55] {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
}
.dropdown-header[data-v-404adb55]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 活动状态 */
.router-link-active[data-v-404adb55],
.router-link-exact-active[data-v-404adb55] {
  background: rgba(69, 183, 209, 0.15) !important;
  color: #45b7d1;
}
.link-content[data-v-404adb55] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.menu-label[data-v-404adb55] {
  flex-grow: 1;
  font-size: 0.9em;
}

/* 箭头图标 */
.dropdown-arrow[data-v-404adb55] {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.dropdown-arrow.expanded[data-v-404adb55] {
  transform: rotate(180deg);
}

/* 子菜单 */
.dropdown-children[data-v-404adb55] {
  margin: 2px 8px 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar[data-v-3e9dd74a] {
  width: 250px;
  height: 100%;
  background-color: #1e293b;
  color: white;
  transition: width 0.3s ease, background-color 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar.collapsed[data-v-3e9dd74a] {
  width: 50px; /* 折叠宽度适配单个图标 */
}

/* 按钮容器：展开时撑满宽度，折叠时居中 */
.toggle-btn[data-v-3e9dd74a] {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.2s ease;
  border-radius: 8px;
  margin: 8px;
}
.toggle-btn[data-v-3e9dd74a]:hover {
  color: #ffffff;
  background: rgba(96, 165, 250, 0.15);
}

/* 展开状态内容：左右分区（用 justify-content: space-between 实现靠左+靠右） */
.toggle-content--expanded[data-v-3e9dd74a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; /* 撑满按钮宽度，确保左右分区生效 */
}

/* 左侧：符号+HH（靠左排布，间距紧凑） */
.toggle-left[data-v-3e9dd74a] {
  display: flex;
  align-items: center;
  gap: 6px; /* 符号与HH的间距，可按需调整 */
}

/* 特殊数学符号：醒目样式 */
.math-symbol[data-v-3e9dd74a] {
  font-size: 18px;
  font-weight: 500;
  color: #60a5fa; /* 蓝色符号，可替换为其他颜色 */
}

/* HH文字：粗体突出 */
.hh-text[data-v-3e9dd74a] {
  font-size: 16px;
  font-weight: 600;
}

/* 右侧：侧边栏图标（靠右排布） */
.toggle-right[data-v-3e9dd74a] {
  display: flex;
  align-items: center;
}

/* 侧边栏专用图标：统一尺寸 */
.sidebar-specific-icon[data-v-3e9dd74a] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

/* 折叠状态：仅图标居中 */
.toggle-content--collapsed[data-v-3e9dd74a] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 菜单容器样式不变 */
.menu-container[data-v-3e9dd74a] {
  padding: 12px 0px 60px 0px;
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu-container[data-v-3e9dd74a]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.menu-container[data-v-3e9dd74a]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.bottom-nav[data-v-0a198b71] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-0a198b71] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-0a198b71] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-0a198b71] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-0a198b71]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-0a198b71] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
/* 默认样式 */
.el-aside[data-v-c6ed29e9] {
  transition: width 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #e6e9f0;
  height: calc(100vh - 60px); /* 减去头部高度 */
  position: sticky;
  top: 60px;
}
.el-main[data-v-c6ed29e9] {
  margin: 0 !important;
  padding: 16px !important;
  box-sizing: border-box;
  background-color: #f5f7fa;
  min-height: calc(100vh - 60px);
  overflow-x: hidden;
}

/* 调整容器内边距和子元素间距 */
[data-v-c6ed29e9] .el-container {
  display: flex;
  padding: 0;
  margin: 0;
  min-height: calc(100vh - 60px);
}

/* 宽屏模式下强制侧边栏与主内容间距为5px */
@media (min-width: 769px) {
[data-v-c6ed29e9] .el-container {
    gap: 5px;
}
  
  /* 处理相邻元素可能存在的默认间距 */
[data-v-c6ed29e9] .el-aside + .el-main {
    margin-left: 0 !important;
}
}

/* 移动设备样式 */
.mobile-footer[data-v-c6ed29e9] {  
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* 响应式布局 */
@media (max-width: 768px) {
.el-aside[data-v-c6ed29e9] {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    height: calc(100vh - 60px);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}
.el-main[data-v-c6ed29e9] {
    margin-bottom: 60px;
    padding: 12px !important;
    min-height: calc(100vh - 120px);
}
[data-v-c6ed29e9] .el-container {
    min-height: calc(100vh - 60px);
}
}

/* 小屏幕优化 */
@media (max-width: 480px) {
.el-main[data-v-c6ed29e9] {
    padding: 8px !important;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.el-aside[data-v-c6ed29e9] {
    background-color: #1f1f1f;
    border-right-color: #303030;
}
.el-main[data-v-c6ed29e9] {
    background-color: #141414;
}
.mobile-footer[data-v-c6ed29e9] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

/* 基础样式 */
.menu-link[data-v-ee050ec4],
.dropdown-header[data-v-ee050ec4] {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 2px 8px;
  transition: all 0.2s ease;
  overflow: hidden;
  color: #e0e0e0;
}

/* 链接样式 */
.menu-link[data-v-ee050ec4] {
  background: transparent;
}
.menu-link[data-v-ee050ec4]:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 下拉菜单样式 */
.dropdown-header[data-v-ee050ec4] {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
}
.dropdown-header[data-v-ee050ec4]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 活动状态 */
.router-link-active[data-v-ee050ec4],
.router-link-exact-active[data-v-ee050ec4] {
  background: rgba(69, 183, 209, 0.15) !important;
  color: #45b7d1;
}
.link-content[data-v-ee050ec4] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.menu-label[data-v-ee050ec4] {
  flex-grow: 1;
  font-size: 0.9em;
}

/* 箭头图标 */
.dropdown-arrow[data-v-ee050ec4] {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.dropdown-arrow.expanded[data-v-ee050ec4] {
  transform: rotate(180deg);
}

/* 子菜单 */
.dropdown-children[data-v-ee050ec4] {
  margin: 2px 8px 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar[data-v-1a53f721] {
  width: 250px;
  height: 100%;
  background-color: #1e293b;
  color: white;
  transition: width 0.3s ease, background-color 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar.collapsed[data-v-1a53f721] {
  width: 50px; /* 折叠宽度适配单个图标 */
}

/* 按钮容器：展开时撑满宽度，折叠时居中 */
.toggle-btn[data-v-1a53f721] {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.2s ease;
  border-radius: 8px;
  margin: 8px;
}
.toggle-btn[data-v-1a53f721]:hover {
  color: #ffffff;
  background: rgba(96, 165, 250, 0.15);
}

/* 展开状态内容：左右分区（用 justify-content: space-between 实现靠左+靠右） */
.toggle-content--expanded[data-v-1a53f721] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; /* 撑满按钮宽度，确保左右分区生效 */
}

/* 左侧：符号+HH（靠左排布，间距紧凑） */
.toggle-left[data-v-1a53f721] {
  display: flex;
  align-items: center;
  gap: 6px; /* 符号与HH的间距，可按需调整 */
}

/* 特殊数学符号：醒目样式 */
.math-symbol[data-v-1a53f721] {
  font-size: 18px;
  font-weight: 500;
  color: #60a5fa; /* 蓝色符号，可替换为其他颜色 */
}

/* HH文字：粗体突出 */
.hh-text[data-v-1a53f721] {
  font-size: 16px;
  font-weight: 600;
}

/* 右侧：侧边栏图标（靠右排布） */
.toggle-right[data-v-1a53f721] {
  display: flex;
  align-items: center;
}

/* 侧边栏专用图标：统一尺寸 */
.sidebar-specific-icon[data-v-1a53f721] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

/* 折叠状态：仅图标居中 */
.toggle-content--collapsed[data-v-1a53f721] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 菜单容器样式不变 */
.menu-container[data-v-1a53f721] {
  padding: 12px 0px 60px 0px;
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu-container[data-v-1a53f721]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.menu-container[data-v-1a53f721]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.bottom-nav[data-v-c755c946] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-c755c946] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-c755c946] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-c755c946] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-c755c946]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-c755c946] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
/* 默认样式 */
.el-aside[data-v-4474fe18] {
  transition: width 0.3s;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
.el-main[data-v-4474fe18] {
  margin: 0 !important;
  padding: 5px !important;
  box-sizing: border-box;
}

/* 调整容器内边距和子元素间距 */
[data-v-4474fe18] .el-container {
  display: flex;
  padding: 0;
  margin: 0;
}

/* 宽屏模式下强制侧边栏与主内容间距为5px */
@media (min-width: 769px) {
[data-v-4474fe18] .el-container {
    gap: 5px;
}
  
  /* 处理相邻元素可能存在的默认间距 */
[data-v-4474fe18] .el-aside + .el-main {
    margin-left: 0 !important;
}
}

/* 移动设备样式 */
.mobile-footer[data-v-4474fe18] {  
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0px;
  margin-bottom: 60px; /* 增加与页脚的间距 */
}

/* 响应式布局 */
@media (max-width: 768px) {
.el-aside[data-v-4474fe18] {
    display: none; /* 在窄屏时隐藏侧边栏 */
}
.el-main[data-v-4474fe18] {
    margin-bottom: 80px; /* 为底部导航栏和页脚留出足够的空间 */
}
}

/* 基础样式 */
.menu-link[data-v-08dc7729],
.dropdown-header[data-v-08dc7729] {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 2px 8px;
  transition: all 0.2s ease;
  overflow: hidden;
  color: #e0e0e0;
}

/* 链接样式 */
.menu-link[data-v-08dc7729] {
  background: transparent;
}
.menu-link[data-v-08dc7729]:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 下拉菜单样式 */
.dropdown-header[data-v-08dc7729] {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
}
.dropdown-header[data-v-08dc7729]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 活动状态 */
.router-link-active[data-v-08dc7729],
.router-link-exact-active[data-v-08dc7729] {
  background: rgba(69, 183, 209, 0.15) !important;
  color: #45b7d1;
}
.link-content[data-v-08dc7729] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.menu-label[data-v-08dc7729] {
  flex-grow: 1;
  font-size: 0.9em;
}

/* 箭头图标 */
.dropdown-arrow[data-v-08dc7729] {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.dropdown-arrow.expanded[data-v-08dc7729] {
  transform: rotate(180deg);
}

/* 子菜单 */
.dropdown-children[data-v-08dc7729] {
  margin: 2px 8px 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar[data-v-c1e2157d] {
  width: 250px;
  height: 100%;
  background-color: #1e293b;
  color: white;
  transition: width 0.3s ease, background-color 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar.collapsed[data-v-c1e2157d] {
  width: 50px; /* 折叠宽度适配单个图标 */
}

/* 按钮容器：展开时撑满宽度，折叠时居中 */
.toggle-btn[data-v-c1e2157d] {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.2s ease;
  border-radius: 8px;
  margin: 8px;
}
.toggle-btn[data-v-c1e2157d]:hover {
  color: #ffffff;
  background: rgba(96, 165, 250, 0.15);
}

/* 展开状态内容：左右分区（用 justify-content: space-between 实现靠左+靠右） */
.toggle-content--expanded[data-v-c1e2157d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; /* 撑满按钮宽度，确保左右分区生效 */
}

/* 左侧：符号+HH（靠左排布，间距紧凑） */
.toggle-left[data-v-c1e2157d] {
  display: flex;
  align-items: center;
  gap: 6px; /* 符号与HH的间距，可按需调整 */
}

/* 特殊数学符号：醒目样式 */
.math-symbol[data-v-c1e2157d] {
  font-size: 18px;
  font-weight: 500;
  color: #60a5fa; /* 蓝色符号，可替换为其他颜色 */
}

/* HH文字：粗体突出 */
.hh-text[data-v-c1e2157d] {
  font-size: 16px;
  font-weight: 600;
}

/* 右侧：侧边栏图标（靠右排布） */
.toggle-right[data-v-c1e2157d] {
  display: flex;
  align-items: center;
}

/* 侧边栏专用图标：统一尺寸 */
.sidebar-specific-icon[data-v-c1e2157d] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

/* 折叠状态：仅图标居中 */
.toggle-content--collapsed[data-v-c1e2157d] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 菜单容器样式不变 */
.menu-container[data-v-c1e2157d] {
  padding: 12px 0px 60px 0px;
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu-container[data-v-c1e2157d]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.menu-container[data-v-c1e2157d]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.bottom-nav[data-v-91173e1e] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-91173e1e] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-91173e1e] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-91173e1e] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-91173e1e]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-91173e1e] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
/* 默认样式 */
.el-aside[data-v-ef200973] {
  transition: width 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #e6e9f0;
  height: calc(100vh - 60px); /* 减去头部高度 */
  position: sticky;
  top: 60px;
}
.el-main[data-v-ef200973] {
  margin: 0 !important;
  padding: 16px !important;
  box-sizing: border-box;
  background-color: #f5f7fa;
  min-height: calc(100vh - 60px);
  overflow-x: hidden;
}

/* 调整容器内边距和子元素间距 */
[data-v-ef200973] .el-container {
  display: flex;
  padding: 0;
  margin: 0;
  min-height: calc(100vh - 60px);
}

/* 宽屏模式下强制侧边栏与主内容间距为5px */
@media (min-width: 769px) {
[data-v-ef200973] .el-container {
    gap: 5px;
}
  
  /* 处理相邻元素可能存在的默认间距 */
[data-v-ef200973] .el-aside + .el-main {
    margin-left: 0 !important;
}
}

/* 移动设备样式 */
.mobile-footer[data-v-ef200973] {  
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* 响应式布局 */
@media (max-width: 768px) {
.el-aside[data-v-ef200973] {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    height: calc(100vh - 60px);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}
.el-main[data-v-ef200973] {
    margin-bottom: 60px;
    padding: 12px !important;
    min-height: calc(100vh - 120px);
}
[data-v-ef200973] .el-container {
    min-height: calc(100vh - 60px);
}
}

/* 小屏幕优化 */
@media (max-width: 480px) {
.el-main[data-v-ef200973] {
    padding: 8px !important;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.el-aside[data-v-ef200973] {
    background-color: #1f1f1f;
    border-right-color: #303030;
}
.el-main[data-v-ef200973] {
    background-color: #141414;
}
.mobile-footer[data-v-ef200973] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

/* 基础样式 */
.menu-link[data-v-4122949f],
.dropdown-header[data-v-4122949f] {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 2px 8px;
  transition: all 0.2s ease;
  overflow: hidden;
  color: #e0e0e0;
}

/* 链接样式 */
.menu-link[data-v-4122949f] {
  background: transparent;
}
.menu-link[data-v-4122949f]:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 下拉菜单样式 */
.dropdown-header[data-v-4122949f] {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
}
.dropdown-header[data-v-4122949f]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 活动状态 */
.router-link-active[data-v-4122949f],
.router-link-exact-active[data-v-4122949f] {
  background: rgba(69, 183, 209, 0.15) !important;
  color: #45b7d1;
}
.link-content[data-v-4122949f] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.menu-label[data-v-4122949f] {
  flex-grow: 1;
  font-size: 0.9em;
}

/* 箭头图标 */
.dropdown-arrow[data-v-4122949f] {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.dropdown-arrow.expanded[data-v-4122949f] {
  transform: rotate(180deg);
}

/* 子菜单 */
.dropdown-children[data-v-4122949f] {
  margin: 2px 8px 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar[data-v-70e5a952] {
  width: 250px;
  height: 100%;
  background-color: #1e293b;
  color: white;
  transition: width 0.3s ease, background-color 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar.collapsed[data-v-70e5a952] {
  width: 50px; /* 折叠宽度适配单个图标 */
}

/* 按钮容器：展开时撑满宽度，折叠时居中 */
.toggle-btn[data-v-70e5a952] {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.2s ease;
  border-radius: 8px;
  margin: 8px;
}
.toggle-btn[data-v-70e5a952]:hover {
  color: #ffffff;
  background: rgba(96, 165, 250, 0.15);
}

/* 展开状态内容：左右分区（用 justify-content: space-between 实现靠左+靠右） */
.toggle-content--expanded[data-v-70e5a952] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; /* 撑满按钮宽度，确保左右分区生效 */
}

/* 左侧：符号+HH（靠左排布，间距紧凑） */
.toggle-left[data-v-70e5a952] {
  display: flex;
  align-items: center;
  gap: 6px; /* 符号与HH的间距，可按需调整 */
}

/* 特殊数学符号：醒目样式 */
.math-symbol[data-v-70e5a952] {
  font-size: 18px;
  font-weight: 500;
  color: #60a5fa; /* 蓝色符号，可替换为其他颜色 */
}

/* HH文字：粗体突出 */
.hh-text[data-v-70e5a952] {
  font-size: 16px;
  font-weight: 600;
}

/* 右侧：侧边栏图标（靠右排布） */
.toggle-right[data-v-70e5a952] {
  display: flex;
  align-items: center;
}

/* 侧边栏专用图标：统一尺寸 */
.sidebar-specific-icon[data-v-70e5a952] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

/* 折叠状态：仅图标居中 */
.toggle-content--collapsed[data-v-70e5a952] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 菜单容器样式不变 */
.menu-container[data-v-70e5a952] {
  padding: 12px 0px 60px 0px;
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu-container[data-v-70e5a952]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.menu-container[data-v-70e5a952]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.bottom-nav[data-v-8428640c] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-8428640c] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-8428640c] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-8428640c] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-8428640c]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-8428640c] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
.layout-container[data-v-8c8c98b5] {
  display: flex;
  height: 100vh; /* ✅ 添加高度，确保侧边栏占满 */
  align-items: stretch;
  gap: 0;
  padding: 0;
  margin: 0;
}

/* 原生侧边栏：替代el-aside */
.layout-aside[data-v-8c8c98b5] {
  background-color: #1e293b;
  transition: width 0.3s ease;
  overflow: hidden;
  margin-right: 0 !important;
  padding: 0;
  height: 100%; /* ✅ 确保侧边栏高度占满 */
}

/* 原生主内容区：替代el-main */
.layout-main[data-v-8c8c98b5] {
  flex: 1;
  padding: 2px;
  overflow-y: auto;
  background-color: #f8f9fa;
  margin-left: 0 !important;
  height: 100%; /* ✅ 确保主内容区高度占满 */
}

/* 底部导航：固定底部 */
.mobile-footer[data-v-8c8c98b5] {  
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  background-color: #fff;
}

/* 响应式适配 */
@media (max-width: 768px) {
.layout-aside[data-v-8c8c98b5] {
    display: none !important;
}
.layout-main[data-v-8c8c98b5] {
    margin-bottom: 80px;
    padding: 16px;
}
}

/* 宽屏适配 */
@media (min-width: 769px) {
.layout-main[data-v-8c8c98b5] {
    margin-bottom: 20px;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.layout-aside[data-v-8c8c98b5] {
    background-color: #0f172a;
}
.layout-main[data-v-8c8c98b5] {
    background-color: #141414;
}
.mobile-footer[data-v-8c8c98b5] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

/* 基础样式 */
.menu-link[data-v-fecd7a76],
.dropdown-header[data-v-fecd7a76] {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 2px 8px;
  transition: all 0.2s ease;
  overflow: hidden;
  color: #e0e0e0;
}

/* 链接样式 */
.menu-link[data-v-fecd7a76] {
  background: transparent;
}
.menu-link[data-v-fecd7a76]:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 下拉菜单样式 */
.dropdown-header[data-v-fecd7a76] {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
}
.dropdown-header[data-v-fecd7a76]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 活动状态 */
.router-link-active[data-v-fecd7a76],
.router-link-exact-active[data-v-fecd7a76] {
  background: rgba(69, 183, 209, 0.15) !important;
  color: #45b7d1;
}
.link-content[data-v-fecd7a76] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.menu-label[data-v-fecd7a76] {
  flex-grow: 1;
  font-size: 0.9em;
}

/* 箭头图标 */
.dropdown-arrow[data-v-fecd7a76] {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.dropdown-arrow.expanded[data-v-fecd7a76] {
  transform: rotate(180deg);
}

/* 子菜单 */
.dropdown-children[data-v-fecd7a76] {
  margin: 2px 8px 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar[data-v-33eefbce] {
  width: 250px;
  height: 100%;
  background-color: #1e293b;
  color: white;
  transition: width 0.3s ease, background-color 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar.collapsed[data-v-33eefbce] {
  width: 50px; /* 折叠宽度适配单个图标 */
}

/* 按钮容器：展开时撑满宽度，折叠时居中 */
.toggle-btn[data-v-33eefbce] {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.2s ease;
  border-radius: 8px;
  margin: 8px;
}
.toggle-btn[data-v-33eefbce]:hover {
  color: #ffffff;
  background: rgba(96, 165, 250, 0.15);
}

/* 展开状态内容：左右分区（用 justify-content: space-between 实现靠左+靠右） */
.toggle-content--expanded[data-v-33eefbce] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; /* 撑满按钮宽度，确保左右分区生效 */
}

/* 左侧：符号+HH（靠左排布，间距紧凑） */
.toggle-left[data-v-33eefbce] {
  display: flex;
  align-items: center;
  gap: 6px; /* 符号与HH的间距，可按需调整 */
}

/* 特殊数学符号：醒目样式 */
.math-symbol[data-v-33eefbce] {
  font-size: 18px;
  font-weight: 500;
  color: #60a5fa; /* 蓝色符号，可替换为其他颜色 */
}

/* HH文字：粗体突出 */
.hh-text[data-v-33eefbce] {
  font-size: 16px;
  font-weight: 600;
}

/* 右侧：侧边栏图标（靠右排布） */
.toggle-right[data-v-33eefbce] {
  display: flex;
  align-items: center;
}

/* 侧边栏专用图标：统一尺寸 */
.sidebar-specific-icon[data-v-33eefbce] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

/* 折叠状态：仅图标居中 */
.toggle-content--collapsed[data-v-33eefbce] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 菜单容器样式不变 */
.menu-container[data-v-33eefbce] {
  padding: 12px 0px 60px 0px;
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu-container[data-v-33eefbce]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.menu-container[data-v-33eefbce]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.bottom-nav[data-v-5437846f] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-5437846f] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-5437846f] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-5437846f] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-5437846f]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-5437846f] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
/* 默认样式 */
.el-aside[data-v-b7b7d82e] {
  transition: width 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #e6e9f0;
  height: calc(100vh - 60px); /* 减去头部高度 */
  position: sticky;
  top: 60px;
}
.el-main[data-v-b7b7d82e] {
  margin: 0 !important;
  padding: 16px !important;
  box-sizing: border-box;
  background-color: #f5f7fa;
  min-height: calc(100vh - 60px);
  overflow-x: hidden;
}

/* 调整容器内边距和子元素间距 */
[data-v-b7b7d82e] .el-container {
  display: flex;
  padding: 0;
  margin: 0;
  min-height: calc(100vh - 60px);
}

/* 宽屏模式下强制侧边栏与主内容间距为5px */
@media (min-width: 769px) {
[data-v-b7b7d82e] .el-container {
    gap: 5px;
}
  
  /* 处理相邻元素可能存在的默认间距 */
[data-v-b7b7d82e] .el-aside + .el-main {
    margin-left: 0 !important;
}
}

/* 移动设备样式 */
.mobile-footer[data-v-b7b7d82e] {  
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* 响应式布局 */
@media (max-width: 768px) {
.el-aside[data-v-b7b7d82e] {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    height: calc(100vh - 60px);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}
.el-main[data-v-b7b7d82e] {
    margin-bottom: 60px;
    padding: 12px !important;
    min-height: calc(100vh - 120px);
}
[data-v-b7b7d82e] .el-container {
    min-height: calc(100vh - 60px);
}
}

/* 小屏幕优化 */
@media (max-width: 480px) {
.el-main[data-v-b7b7d82e] {
    padding: 8px !important;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.el-aside[data-v-b7b7d82e] {
    background-color: #1f1f1f;
    border-right-color: #303030;
}
.el-main[data-v-b7b7d82e] {
    background-color: #141414;
}
.mobile-footer[data-v-b7b7d82e] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

/* 基础样式 */
.menu-link[data-v-42536590],
.dropdown-header[data-v-42536590] {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 2px 8px;
  transition: all 0.2s ease;
  overflow: hidden;
  color: #e0e0e0;
}

/* 链接样式 */
.menu-link[data-v-42536590] {
  background: transparent;
}
.menu-link[data-v-42536590]:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 下拉菜单样式 */
.dropdown-header[data-v-42536590] {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
}
.dropdown-header[data-v-42536590]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 活动状态 */
.router-link-active[data-v-42536590],
.router-link-exact-active[data-v-42536590] {
  background: rgba(69, 183, 209, 0.15) !important;
  color: #45b7d1;
}
.link-content[data-v-42536590] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.menu-label[data-v-42536590] {
  flex-grow: 1;
  font-size: 0.9em;
}

/* 箭头图标 */
.dropdown-arrow[data-v-42536590] {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.dropdown-arrow.expanded[data-v-42536590] {
  transform: rotate(180deg);
}

/* 子菜单 */
.dropdown-children[data-v-42536590] {
  margin: 2px 8px 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar[data-v-232c7f70] {
  width: 250px;
  height: 100%;
  background-color: #1e293b;
  color: white;
  transition: width 0.3s ease, background-color 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar.collapsed[data-v-232c7f70] {
  width: 50px; /* 折叠宽度适配单个图标 */
}

/* 按钮容器：展开时撑满宽度，折叠时居中 */
.toggle-btn[data-v-232c7f70] {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.2s ease;
  border-radius: 8px;
  margin: 8px;
}
.toggle-btn[data-v-232c7f70]:hover {
  color: #ffffff;
  background: rgba(96, 165, 250, 0.15);
}

/* 展开状态内容：左右分区（用 justify-content: space-between 实现靠左+靠右） */
.toggle-content--expanded[data-v-232c7f70] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; /* 撑满按钮宽度，确保左右分区生效 */
}

/* 左侧：符号+HH（靠左排布，间距紧凑） */
.toggle-left[data-v-232c7f70] {
  display: flex;
  align-items: center;
  gap: 6px; /* 符号与HH的间距，可按需调整 */
}

/* 特殊数学符号：醒目样式 */
.math-symbol[data-v-232c7f70] {
  font-size: 18px;
  font-weight: 500;
  color: #60a5fa; /* 蓝色符号，可替换为其他颜色 */
}

/* HH文字：粗体突出 */
.hh-text[data-v-232c7f70] {
  font-size: 16px;
  font-weight: 600;
}

/* 右侧：侧边栏图标（靠右排布） */
.toggle-right[data-v-232c7f70] {
  display: flex;
  align-items: center;
}

/* 侧边栏专用图标：统一尺寸 */
.sidebar-specific-icon[data-v-232c7f70] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

/* 折叠状态：仅图标居中 */
.toggle-content--collapsed[data-v-232c7f70] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 菜单容器样式不变 */
.menu-container[data-v-232c7f70] {
  padding: 12px 0px 60px 0px;
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu-container[data-v-232c7f70]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.menu-container[data-v-232c7f70]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.bottom-nav[data-v-e38de696] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-e38de696] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-e38de696] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-e38de696] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-e38de696]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-e38de696] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
.layout-container[data-v-2660ce84] {
  display: flex;
  height: calc(100vh - 64px); /* ✅ 添加高度，减去头部高度 */
  align-items: stretch;
  gap: 0;
  padding: 0;
  margin: 0;
}

/* 原生侧边栏：替代el-aside */
.layout-aside[data-v-2660ce84] {
  background-color: #1e293b;
  transition: width 0.3s ease;
  overflow: hidden;
  margin-right: 0 !important;
  padding: 0;
  height: 100%; /* ✅ 确保侧边栏高度占满 */
}

/* 原生主内容区：替代el-main */
.layout-main[data-v-2660ce84] {
  flex: 1;
  padding: 2px;
  overflow-y: auto;
  background-color: #f8f9fa;
  margin-left: 0 !important;
  height: 100%; /* ✅ 确保主内容区高度占满 */
}

/* 底部导航：固定底部 */
.mobile-footer[data-v-2660ce84] {  
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  background-color: #fff;
}

/* 响应式适配 */
@media (max-width: 768px) {
.layout-aside[data-v-2660ce84] {
    display: none !important;
}
.layout-main[data-v-2660ce84] {
    margin-bottom: 80px;
    padding: 16px;
}
.layout-container[data-v-2660ce84] {
    height: calc(100vh - 56px); /* ✅ 移动端头部高度不同 */
}
}

/* 宽屏适配 */
@media (min-width: 769px) {
.layout-main[data-v-2660ce84] {
    margin-bottom: 20px;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.layout-aside[data-v-2660ce84] {
    background-color: #0f172a;
}
.layout-main[data-v-2660ce84] {
    background-color: #141414;
}
.mobile-footer[data-v-2660ce84] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

/* 基础样式 */
.menu-link[data-v-e0fdd2a1],
.dropdown-header[data-v-e0fdd2a1] {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
  margin: 2px 8px;
  transition: all 0.2s ease;
  overflow: hidden;
  color: #e0e0e0;
}

/* 链接样式 */
.menu-link[data-v-e0fdd2a1] {
  background: transparent;
}
.menu-link[data-v-e0fdd2a1]:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* 下拉菜单样式 */
.dropdown-header[data-v-e0fdd2a1] {
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
}
.dropdown-header[data-v-e0fdd2a1]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 活动状态 */
.router-link-active[data-v-e0fdd2a1],
.router-link-exact-active[data-v-e0fdd2a1] {
  background: rgba(69, 183, 209, 0.15) !important;
  color: #45b7d1;
}
.link-content[data-v-e0fdd2a1] {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.menu-label[data-v-e0fdd2a1] {
  flex-grow: 1;
  font-size: 0.9em;
}

/* 箭头图标 */
.dropdown-arrow[data-v-e0fdd2a1] {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
.dropdown-arrow.expanded[data-v-e0fdd2a1] {
  transform: rotate(180deg);
}

/* 子菜单 */
.dropdown-children[data-v-e0fdd2a1] {
  margin: 2px 8px 4px 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar[data-v-7c29e11c] {
  width: 250px;
  height: 100%;
  background-color: #1e293b;
  color: white;
  transition: width 0.3s ease, background-color 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar.collapsed[data-v-7c29e11c] {
  width: 50px; /* 折叠宽度适配单个图标 */
}

/* 按钮容器：展开时撑满宽度，折叠时居中 */
.toggle-btn[data-v-7c29e11c] {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.2s ease;
  border-radius: 8px;
  margin: 8px;
}
.toggle-btn[data-v-7c29e11c]:hover {
  color: #ffffff;
  background: rgba(96, 165, 250, 0.15);
}

/* 展开状态内容：左右分区（用 justify-content: space-between 实现靠左+靠右） */
.toggle-content--expanded[data-v-7c29e11c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; /* 撑满按钮宽度，确保左右分区生效 */
}

/* 左侧：符号+HH（靠左排布，间距紧凑） */
.toggle-left[data-v-7c29e11c] {
  display: flex;
  align-items: center;
  gap: 6px; /* 符号与HH的间距，可按需调整 */
}

/* 特殊数学符号：醒目样式 */
.math-symbol[data-v-7c29e11c] {
  font-size: 18px;
  font-weight: 500;
  color: #60a5fa; /* 蓝色符号，可替换为其他颜色 */
}

/* HH文字：粗体突出 */
.hh-text[data-v-7c29e11c] {
  font-size: 16px;
  font-weight: 600;
}

/* 右侧：侧边栏图标（靠右排布） */
.toggle-right[data-v-7c29e11c] {
  display: flex;
  align-items: center;
}

/* 侧边栏专用图标：统一尺寸 */
.sidebar-specific-icon[data-v-7c29e11c] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

/* 折叠状态：仅图标居中 */
.toggle-content--collapsed[data-v-7c29e11c] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 菜单容器样式不变 */
.menu-container[data-v-7c29e11c] {
  padding: 12px 0px 60px 0px;
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.menu-container[data-v-7c29e11c]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.menu-container[data-v-7c29e11c]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.bottom-nav[data-v-49fc1dbc] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-49fc1dbc] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-49fc1dbc] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-49fc1dbc] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-49fc1dbc]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-49fc1dbc] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
/* 默认样式 */
.el-aside[data-v-b4afb14c] {
  transition: width 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #e6e9f0;
  height: calc(100vh - 60px); /* ✅ 修复4：减去头部高度，占满全屏 */
  position: sticky;
  top: 60px;
}
.el-main[data-v-b4afb14c] {
  margin: 0 !important;
  padding: 16px !important; /* ✅ 优化：增大内边距 */
  box-sizing: border-box;
  background-color: #f5f7fa;
  min-height: calc(100vh - 60px);
  overflow-x: hidden;
}

/* 调整容器内边距和子元素间距 */
[data-v-b4afb14c] .el-container {
  display: flex;
  padding: 0;
  margin: 0;
  min-height: calc(100vh - 60px);
}

/* 宽屏模式下强制侧边栏与主内容间距为5px */
@media (min-width: 769px) {
[data-v-b4afb14c] .el-container {
    gap: 5px;
}
[data-v-b4afb14c] .el-aside + .el-main {
    margin-left: 0 !important;
}
}

/* 移动设备样式 - ✅ 修复2：修正固定定位样式 */
.mobile-footer[data-v-b4afb14c] {  
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 0; /* ✅ 改为0 */
  background-color: #fff;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* 响应式布局 */
@media (max-width: 768px) {
.el-aside[data-v-b4afb14c] {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    height: calc(100vh - 60px);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}
.el-main[data-v-b4afb14c] {
    margin-bottom: 60px; /* ✅ 改为60px，匹配底部导航高度 */
    padding: 12px !important;
    min-height: calc(100vh - 120px);
}
[data-v-b4afb14c] .el-container {
    min-height: calc(100vh - 60px);
}
}

/* 小屏幕优化 */
@media (max-width: 480px) {
.el-main[data-v-b4afb14c] {
    padding: 8px !important;
}
}

/* ✅ 修复3：暗色主题支持 */
@media (prefers-color-scheme: dark) {
.el-aside[data-v-b4afb14c] {
    background-color: #1f1f1f;
    border-right-color: #303030;
}
.el-main[data-v-b4afb14c] {
    background-color: #141414;
}
.mobile-footer[data-v-b4afb14c] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

.sidebar-container[data-v-5a3d627f] {
  transition: width 0.3s;
  color: #ffffff;
  position: relative;
  width: 270px; 
  overflow: visible; /* 新增关键属性 */
}
.sidebar-toggle-button[data-v-5a3d627f] {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(45, 45, 45, 0.9);
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* 修改收起状态下的按钮定位 */
.sidebar-container:not(.sidebar-visible) .sidebar-toggle-button[data-v-5a3d627f] {
  right: 10px; /* 向右移出容器 */
  background-color: #2d2d2d; /* 保持可见 */
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2); /* 添加投影增强可见性 */
}
.sidebar-container[data-v-5a3d627f]:not(.sidebar-visible) {
  width: 50px;
}
.sidebar[data-v-5a3d627f] {
  margin-top: 40px;
  padding: 20px;
}
.menu-group-title[data-v-5a3d627f] {
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-items[data-v-5a3d627f] {
  margin-left: 20px;
}
.menu-item[data-v-5a3d627f] {
  margin-bottom: 10px;
}
.menu-item a[data-v-5a3d627f] {
  text-decoration: none;
  color: #ffffff; 
  transition: color 0.3s ease;
}
.menu-item a[data-v-5a3d627f]:hover {
  color: #409eff;
}
.arrow[data-v-5a3d627f] {
  font-size: 0.8em;
  transition: transform 0.3s ease;
}
.arrow.open[data-v-5a3d627f] {
  transform: rotate(180deg);
}
.sidebar-toggle-button[data-v-5a3d627f]:hover {
  background-color: #409eff; /* 悬停时按钮背景色变为蓝色 */
}
.toggle-icon[data-v-5a3d627f] {
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

/* 新增子菜单样式 */
.submenu[data-v-5a3d627f] {
  margin-left: 20px; /* 缩进显示 */
}
.submenu-item[data-v-5a3d627f] {
  font-size: 0.9em; /* 更小一号的字体 */
  margin-bottom: 5px;
}
.submenu-item a[data-v-5a3d627f] {
  text-decoration: none;
  color: #ffffff; /* 文字颜色为白色 */
  transition: color 0.3s ease; /* 添加过渡效果 */
}
.submenu-item a[data-v-5a3d627f]:hover {
  color: #409eff; /* 悬停时文字颜色变为蓝色 */
}

.bottom-nav[data-v-5f9dbcbd] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-5f9dbcbd] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-5f9dbcbd] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-5f9dbcbd] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-5f9dbcbd]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-5f9dbcbd] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
/* 默认样式 */
.el-aside[data-v-73bdee05] {
  transition: width 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #e6e9f0;
  position: sticky;
  top: 60px;
}
.el-main[data-v-73bdee05] {
  margin: 0 !important;
  padding: 16px !important;
  box-sizing: border-box;
  background-color: #f5f7fa;
  /* min-height: calc(100vh - 60px); */
  overflow-x: hidden;
}

/* 调整容器内边距和子元素间距 */
[data-v-73bdee05] .el-container {
  display: flex;
  padding: 0;
  margin: 0;
}

/* 移动设备样式 */
.mobile-footer[data-v-73bdee05] {  
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* 响应式布局 */
@media (max-width: 768px) {
.el-aside[data-v-73bdee05] {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    /* height: calc(100vh - 60px); */
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}
.el-main[data-v-73bdee05] {
    margin-bottom: 60px;
    padding: 12px !important;
    min-height: calc(100vh - 120px);
}
[data-v-73bdee05] .el-container {
    min-height: calc(100vh - 60px);
}
}

/* 小屏幕优化 */
@media (max-width: 480px) {
.el-main[data-v-73bdee05] {
    padding: 8px !important;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.el-aside[data-v-73bdee05] {
    background-color: #1f1f1f;
    border-right-color: #303030;
}
.el-main[data-v-73bdee05] {
    background-color: #141414;
}
.mobile-footer[data-v-73bdee05] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

/* 简洁清晰的配色方案 */
.sidebar-container[data-v-442e6848] {
  transition: width 0.3s ease;
  color: #2c3e50; /* 深灰色文字 */
  position: relative;
  width: 270px;
  overflow: visible;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%); /* 纯净白到浅灰渐变 */
  border-right: 1px solid #e9ecef; /* 浅灰色边框 */
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.02); /* 极淡阴影 */
}
.sidebar-toggle-button[data-v-442e6848] {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1000;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  transition: all 0.2s ease;
  color: #64748b; /* 蓝灰色文字 */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

/* 修改收起状态下的按钮定位 */
.sidebar-container:not(.sidebar-visible) .sidebar-toggle-button[data-v-442e6848] {
  right: 9px;
  background-color: #ffffff;
  border-color: #e9ecef;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.sidebar-container[data-v-442e6848]:not(.sidebar-visible) {
  width: 50px;
  background: #ffffff;
}
.sidebar[data-v-442e6848] {
  margin-top: 48px;
  padding: 16px 12px;
}

/* 菜单组样式 */
.menu-group[data-v-442e6848] {
  margin-bottom: 16px;
}
.menu-group-title[data-v-442e6848] {
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 8px;
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1e293b; /* 深蓝灰色标题 */
  background-color: #f8fafc; /* 极浅灰背景 */
  border-radius: 6px;
  transition: background-color 0.2s ease;
}
.menu-group-title[data-v-442e6848]:hover {
  background-color: #f1f5f9; /* 悬停时稍深一点的灰色 */
}
.menu-items[data-v-442e6848] {
  margin-left: 12px;
}
.menu-item[data-v-442e6848] {
  margin-bottom: 4px;
  padding: 6px 12px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.menu-item[data-v-442e6848]:hover {
  background-color: #f1f5f9; /* 悬停背景色 */
}
.menu-item a[data-v-442e6848] {
  text-decoration: none;
  color: #475569; /* 中灰色文字 */
  font-size: 13px;
  display: block;
  transition: color 0.2s ease;
}
.menu-item a[data-v-442e6848]:hover {
  color: #2563eb; /* 鲜亮的蓝色悬停 */
}

/* 激活状态链接 */
[data-v-442e6848] .active-link {
  color: #2563eb !important; /* 蓝色激活状态 */
  font-weight: 500;
  position: relative;
}
[data-v-442e6848] .active-link::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 16px;
  background-color: #2563eb;
  border-radius: 0 2px 2px 0;
}
.arrow[data-v-442e6848] {
  font-size: 12px;
  color: #94a3b8; /* 浅灰色箭头 */
  transition: transform 0.3s ease;
}
.arrow.open[data-v-442e6848] {
  transform: rotate(180deg);
  color: #2563eb; /* 展开时蓝色箭头 */
}

/* 子菜单样式 */
.submenu[data-v-442e6848] {
  margin-left: 20px;
  margin-top: 4px;
}
.submenu-item[data-v-442e6848] {
  font-size: 12px;
  margin-bottom: 2px;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.submenu-item[data-v-442e6848]:hover {
  background-color: #f1f5f9;
}
.submenu-item a[data-v-442e6848] {
  text-decoration: none;
  color: #64748b; /* 稍浅的文字颜色 */
  font-size: 12px;
  transition: color 0.2s ease;
}
.submenu-item a[data-v-442e6848]:hover {
  color: #2563eb;
}

/* 分隔线样式 */
.el-divider[data-v-442e6848] {
  margin: 16px 0;
  border-top: 1px solid #e9ecef;
}

/* 侧边栏组件容器 */
.sidebar[data-v-442e6848] .sidebar-component {
  color: #475569;
  font-size: 13px;
  padding: 8px 12px;
}

/* 按钮悬停效果优化 */
.sidebar-toggle-button[data-v-442e6848]:hover {
  background-color: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
  transform: scale(1.05);
}
.toggle-icon[data-v-442e6848] {
  font-size: 14px;
  transition: transform 0.2s ease;
}

/* 滚动条美化（可选） */
.sidebar[data-v-442e6848]::-webkit-scrollbar {
  width: 4px;
}
.sidebar[data-v-442e6848]::-webkit-scrollbar-track {
  background: #f1f5f9;
}
.sidebar[data-v-442e6848]::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 2px;
}
.sidebar[data-v-442e6848]::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.bottom-nav[data-v-392aae3f] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-392aae3f] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-392aae3f] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-392aae3f] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-392aae3f]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-392aae3f] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
/* 默认样式 */
.el-aside[data-v-24ee672a] {
  transition: width 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #e6e9f0;
  height: calc(100vh - 60px);
  position: sticky;
  top: 60px;
}
.el-main[data-v-24ee672a] {
  margin: 0 !important;
  padding: 16px !important;
  box-sizing: border-box;
  background-color: #f5f7fa;
  /* min-height: calc(100vh - 60px); */
  overflow-x: hidden;
}

/* 调整容器内边距和子元素间距 */
[data-v-24ee672a] .el-container {
  display: flex;
  padding: 0;
  margin: 0;
  /* min-height: calc(100vh - 60px); */
}

/* 移动设备样式 */
.mobile-footer[data-v-24ee672a] {  
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* 响应式布局 */
@media (max-width: 768px) {
.el-aside[data-v-24ee672a] {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    height: calc(100vh - 60px);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}
.el-main[data-v-24ee672a] {
    margin-bottom: 60px;
    padding: 12px !important;
    min-height: calc(100vh - 120px);
}
[data-v-24ee672a] .el-container {
    min-height: calc(100vh - 60px);
}
}

/* 小屏幕优化 */
@media (max-width: 480px) {
.el-main[data-v-24ee672a] {
    padding: 8px !important;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.el-aside[data-v-24ee672a] {
    background-color: #1f1f1f;
    border-right-color: #303030;
}
.el-main[data-v-24ee672a] {
    background-color: #141414;
}
.mobile-footer[data-v-24ee672a] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}

.share-layout[data-v-bfa50ee5] {
  /* min-height: 100%; */
  background: #fff;
  position: relative; /* 为提示框定位做准备 */
}

/* 分享按钮样式 */
.share-btn[data-v-bfa50ee5] {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background-color: #409eff;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.share-btn[data-v-bfa50ee5]:hover {
  background-color: #66b1ff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.share-btn[data-v-bfa50ee5]:active {
  background-color: #3a8ee6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.icon[data-v-bfa50ee5] {
  flex-shrink: 0;
}
.share-content[data-v-bfa50ee5] {
  padding: 0px;
  width: 100%;
}

/* 复制提示框样式 */
.toast[data-v-bfa50ee5] {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  animation: fadeInOut-bfa50ee5 3s ease;
}
@keyframes fadeInOut-bfa50ee5 {
0% { opacity: 0;
}
15% { opacity: 1;
}
85% { opacity: 1;
}
100% { opacity: 0;
}
}

div[data-v-9cd07029] {
  padding: 16px;
  background-color: #f5f7fa;
  min-height: calc(100vh - 60px);
}
.el-table[data-v-9cd07029] {
  margin-top: 20px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
div[data-v-9cd07029] {
    background-color: #141414;
}
.el-table[data-v-9cd07029] {
    background-color: #1f1f1f;
    color: #e0e0e0;
}
}

/* 响应式调整 */
@media (max-width: 768px) {
div[data-v-9cd07029] {
    padding: 12px;
    min-height: calc(100vh - 50px);
}
.el-table[data-v-9cd07029] {
    margin-top: 16px;
    font-size: 13px;
}
}
@media (max-width: 480px) {
div[data-v-9cd07029] {
    padding: 8px;
}
.el-table[data-v-9cd07029] {
    margin-top: 12px;
    font-size: 12px;
}
}

.sidebar-container[data-v-f3277c9b] {
  transition: width 0.3s;
  color: #333333; /* 改为深灰色文字 */
  position: relative;
  width: 270px; 
  overflow: visible;
  background-color: #ffffff; /* 白色背景 */
  border-right: 1px solid #eaeef2; /* 浅灰色边框，增加视觉层次 */
}
.sidebar-toggle-button[data-v-f3277c9b] {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f2f5; /* 浅灰色背景 */
  border-radius: 4px;
  transition: all 0.3s ease;
  border: 1px solid #dcdfe6; /* 浅色边框 */
}
.toggle-icon[data-v-f3277c9b] {
  font-size: 1.2em;
  transition: transform 0.3s ease;
  color: #606266; /* 深灰色图标 */
}

/* 修改收起状态下的按钮定位 */
.sidebar-container:not(.sidebar-visible) .sidebar-toggle-button[data-v-f3277c9b] {
  right: 10px; /* 向右移出容器 */
  background-color: #f0f2f5; /* 浅灰色背景 */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); /* 更柔和的投影 */
}
.sidebar-container[data-v-f3277c9b]:not(.sidebar-visible) {
  width: 50px;
  background-color: #ffffff; /* 收起状态也是白色背景 */
}
.sidebar[data-v-f3277c9b] {
  margin-top: 40px;
  padding: 20px;
  color: #333333; /* 深灰色文字 */
}
.menu-group-title[data-v-f3277c9b] {
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1f2d3d; /* 深蓝灰色，更深的标题颜色 */
  padding: 8px 4px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
.menu-group-title[data-v-f3277c9b]:hover {
  background-color: #f5f7fa; /* 悬停时浅灰色背景 */
}
.menu-items[data-v-f3277c9b] {
  margin-left: 20px;
}
.menu-item[data-v-f3277c9b] {
  margin-bottom: 10px;
}
.menu-item a[data-v-f3277c9b] {
  text-decoration: none;
  color: #5a5e66; /* 深灰色文字 */
  transition: color 0.3s ease;
  display: block;
  padding: 6px 8px;
  border-radius: 4px;
}
.menu-item a[data-v-f3277c9b]:hover {
  color: #409eff; /* 保持蓝色悬停效果 */
  background-color: #ecf5ff; /* 浅蓝色背景，增加交互感 */
}
.arrow[data-v-f3277c9b] {
  font-size: 0.8em;
  transition: transform 0.3s ease;
  color: #909399; /* 浅灰色箭头 */
}
.arrow.open[data-v-f3277c9b] {
  transform: rotate(180deg);
}
.sidebar-toggle-button[data-v-f3277c9b]:hover {
  background-color: #409eff; /* 悬停时按钮背景色变为蓝色 */
  border-color: #409eff;
}
.sidebar-toggle-button:hover .toggle-icon[data-v-f3277c9b] {
  color: #ffffff; /* 悬停时图标变为白色 */
}

/* 新增子菜单样式 */
.submenu[data-v-f3277c9b] {
  margin-left: 20px; /* 缩进显示 */
}
.submenu-item[data-v-f3277c9b] {
  font-size: 0.9em; /* 更小一号的字体 */
  margin-bottom: 5px;
}
.submenu-item a[data-v-f3277c9b] {
  text-decoration: none;
  color: #6b6f76; /* 中灰色文字，比主菜单稍浅 */
  transition: color 0.3s ease;
  display: block;
  padding: 4px 8px;
  border-radius: 4px;
}
.submenu-item a[data-v-f3277c9b]:hover {
  color: #409eff; /* 悬停时文字颜色变为蓝色 */
  background-color: #ecf5ff; /* 浅蓝色背景 */
}

/* 分割线样式调整 */
[data-v-f3277c9b] .el-divider {
  background-color: #e4e7ed; /* 浅灰色分割线 */
  margin: 16px 0;
}

.bottom-nav[data-v-b5b4fc8a] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    align-items: center;
    background-color: #003366;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 60px; /* 增加与页脚的间距 */
}
.nav-group[data-v-b5b4fc8a] {
    display: flex;
    align-items: center;
}
.nav-item[data-v-b5b4fc8a] {
    white-space: nowrap; /* 防止文字换行 */
    margin: 0 5px;
}
.nav-item a[data-v-b5b4fc8a] {
    text-decoration: none;
    color: #ffffff; /* 文字颜色为白色 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}
.nav-item a[data-v-b5b4fc8a]:hover {
    color: #409eff; /* 悬停时文字颜色变为蓝色 */
}
.separator[data-v-b5b4fc8a] {
    margin: 0 5px;
    color: #666; /* 分隔符颜色为灰色 */
}
  
/* 默认样式 */
.el-aside[data-v-3cec0793] {
  transition: width 0.3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #e6e9f0;
  height: calc(100vh - 60px);
  position: sticky;
  top: 60px;
}
.el-main[data-v-3cec0793] {
  margin: 0 !important;
  padding: 16px !important;
  box-sizing: border-box;
  background-color: #f5f7fa;
  min-height: calc(100vh - 60px);
  overflow-x: hidden;
}

/* 调整容器内边距和子元素间距 */
[data-v-3cec0793] .el-container {
  display: flex;
  padding: 0;
  margin: 0;
  min-height: calc(100vh - 60px);
}

/* 移动设备样式 */
.mobile-footer[data-v-3cec0793] {  
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* 响应式布局 */
@media (max-width: 768px) {
.el-aside[data-v-3cec0793] {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    height: calc(100vh - 60px);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}
.el-main[data-v-3cec0793] {
    margin-bottom: 60px;
    padding: 12px !important;
    min-height: calc(100vh - 120px);
}
[data-v-3cec0793] .el-container {
    min-height: calc(100vh - 60px);
}
}

/* 小屏幕优化 */
@media (max-width: 480px) {
.el-main[data-v-3cec0793] {
    padding: 8px !important;
}
}

/* 暗色主题支持 */
@media (prefers-color-scheme: dark) {
.el-aside[data-v-3cec0793] {
    background-color: #1f1f1f;
    border-right-color: #303030;
}
.el-main[data-v-3cec0793] {
    background-color: #141414;
}
.mobile-footer[data-v-3cec0793] {
    background-color: #1f1f1f;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
}
