
.global-search[data-v-6dee777c] {
  position: relative;
  width: 280px; /* 缩小宽度 */
  margin-left: 20px; /* 左移位置 */
}
.search-input[data-v-6dee777c] {
  width: 100%;
}
[data-v-6dee777c] .ant-select-selector {
  height: 38px !important;
  border-radius: 20px !important;
  border: 1px solid #e8e8e8 !important;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04),
  inset 0 1px 2px rgba(255, 255, 255, 0.8) !important;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  padding-left: 16px !important;
  padding-right: 8px !important;
  backdrop-filter: blur(10px);
}
[data-v-6dee777c] .ant-select-selector:hover {
  border-color: #1890ff !important;
  box-shadow: 0 4px 16px rgba(24, 144, 255, 0.15),
  inset 0 1px 2px rgba(255, 255, 255, 0.8) !important;
  transform: translateY(-1px);
}
[data-v-6dee777c] .ant-select-focused .ant-select-selector {
  border-color: #1890ff !important;
  box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.1),
  inset 0 1px 2px rgba(255, 255, 255, 0.9) !important;
}
[data-v-6dee777c] .ant-select-selection-placeholder {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 36px !important;
  background: linear-gradient(45deg, #1890ff, #722ed1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
[data-v-6dee777c] .ant-select-selection-search-input {
  height: 36px !important;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}

/* 搜索后缀图标区域 */
.search-suffix[data-v-6dee777c] {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-right: 4px;
}
.clear-icon[data-v-6dee777c] {
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  padding: 4px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.02);
}
.clear-icon[data-v-6dee777c]:hover {
  color: #ff4d4f;
  background: rgba(255, 77, 79, 0.1);
  transform: rotate(90deg);
}
.icon-divider[data-v-6dee777c] {
  width: 1px;
  height: 18px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.1), transparent);
  margin: 0 4px;
}
.search-btn[data-v-6dee777c] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
}
.search-btn[data-v-6dee777c]:hover,
.search-btn.active[data-v-6dee777c] {
  color: #ffffff;
  background: linear-gradient(135deg, #1890ff 0%, #722ed1 100%);
  transform: scale(1.1) rotate(15deg);
  box-shadow: 0 4px 12px rgba(24, 144, 255, 0.3);
}

/* 下拉菜单样式 */
.global-search-dropdown[data-v-6dee777c] {
  /* 【新增点】：为输入下拉框增加极致层级 */
  z-index: 2147483647 !important;

  border-radius: 16px !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15),
  0 4px 12px rgba(0, 0, 0, 0.05) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  padding: 12px !important;
  max-height: 420px !important;
  overflow-y: auto !important;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  backdrop-filter: blur(20px);
}
.global-search-dropdown[data-v-6dee777c]::-webkit-scrollbar {
  width: 6px;
}
.global-search-dropdown[data-v-6dee777c]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 3px;
}
.global-search-dropdown[data-v-6dee777c]::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #1890ff, #722ed1);
  border-radius: 3px;
}
.global-search-dropdown[data-v-6dee777c]::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #40a9ff, #9254de);
}

/* 搜索选项样式 */
.search-option[data-v-6dee777c] {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 6px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(250, 250, 250, 0.9));
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.search-option[data-v-6dee777c]:hover {
  background: linear-gradient(135deg, rgba(24, 144, 255, 0.1), rgba(114, 46, 209, 0.05));
  border-color: rgba(24, 144, 255, 0.2);
  transform: translateX(4px) translateY(-2px);
  box-shadow: 0 6px 20px rgba(24, 144, 255, 0.15);
}
.search-option[data-v-6dee777c]:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shimmer-6dee777c 1.5s infinite;
}
@keyframes shimmer-6dee777c {
100% {
    left: 100%;
}
}
.search-option[data-v-6dee777c]:last-child {
  margin-bottom: 0;
}
.option-icon[data-v-6dee777c] {
  margin-right: 14px;
  color: #1890ff;
  font-size: 18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(24, 144, 255, 0.1), rgba(114, 46, 209, 0.1));
  border-radius: 10px;
  padding: 8px;
  transition: all 0.3s;
  flex-shrink: 0;
}
.search-option:hover .option-icon[data-v-6dee777c] {
  background: linear-gradient(135deg, rgba(24, 144, 255, 0.2), rgba(114, 46, 209, 0.2));
  transform: rotateY(180deg);
}
.option-content[data-v-6dee777c] {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.option-title[data-v-6dee777c] {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: linear-gradient(45deg, #1890ff, #722ed1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.option-category[data-v-6dee777c] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.2;
  padding: 2px 8px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.option-shortcut[data-v-6dee777c] {
  font-size: 11px;
  font-weight: 600;
  color: #52c41a;
  background: linear-gradient(135deg, rgba(82, 196, 26, 0.12), rgba(82, 196, 26, 0.08));
  padding: 6px 12px;
  border-radius: 12px;
  margin-left: 12px;
  white-space: nowrap;
  border: 1px solid rgba(82, 196, 26, 0.2);
  flex-shrink: 0;
}

/* 热门搜索面板样式 */
.hot-keywords-panel[data-v-6dee777c] {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: -moz-max-content;
  width: max-content;
  min-width: 340px;
  max-width: 500px;
  margin-top: 4px;
  padding: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
  0 8px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.08);

  /* 【修改点】：将原先的 9999 改为最高层级，防止和 header 的 9999 发生同级碰撞 */
  z-index: 2147483647;

  animation: panelFadeIn-6dee777c 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(20px);
  overflow: hidden;
}
.hot-keywords-panel[data-v-6dee777c]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1890ff, #722ed1, #52c41a);
}
@keyframes panelFadeIn-6dee777c {
from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
}
to {
    opacity: 1;
    transform: translateY(0) scale(1);
}
}
.hot-keywords-header[data-v-6dee777c] {
  display: flex;
  align-items: center;
  justify-content: center; /* 将标题和图标整体居中对齐 */
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.04);
}
.hot-icon[data-v-6dee777c] {
  color: #ff7a45;
  font-size: 20px;
  margin-right: 8px; /* 修改了右侧边距让居中更匀称 */
  animation: pulse-6dee777c 2s infinite;
}
@keyframes pulse-6dee777c {
0%, 100% {
    transform: scale(1);
}
50% {
    transform: scale(1.1);
}
}
.hot-title[data-v-6dee777c] {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  /* 取消了原有的 flex: 1 使得其能自然居中 */
}
.hot-count[data-v-6dee777c] {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 12px;
}
.hot-keywords-grid[data-v-6dee777c] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.hot-tag[data-v-6dee777c] {
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 12px !important;
  padding: 10px 16px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important; /* 图标文字靠左统一对齐避免参差不齐 */
  text-align: left !important;
  border: 2px solid transparent !important;
  position: relative;
  overflow: hidden;
  white-space: nowrap; /* 禁止内部文字折行 */
}
.hot-tag[data-v-6dee777c]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.6s;
}
.hot-tag[data-v-6dee777c]:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
  z-index: 1;
}
.hot-tag[data-v-6dee777c]:hover::before {
  left: 100%;
}
.hot-tag[data-v-6dee777c] .anticon {
  margin-right: 4px !important; /* 图标与文字间隙缩小 */
  font-size: 14px !important;
  width: 16px !important; /* 锁定图标宽度强制对齐坐标 */
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-shrink: 0;
}
.hot-footer[data-v-6dee777c] {
  text-align: center;
  padding-top: 16px;
  border-top: 1px dashed rgba(0, 0, 0, 0.06);
}
.hot-tip[data-v-6dee777c] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  display: inline-block;
  padding: 6px 16px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 20px;
  animation: fadeInOut-6dee777c 3s infinite;
}
@keyframes fadeInOut-6dee777c {
0%, 100% {
    opacity: 0.6;
}
50% {
    opacity: 1;
}
}

/* 响应式调整 */
@media (max-width: 1200px) {
.global-search[data-v-6dee777c] {
    width: 260px;
    margin-left: 15px;
}
.hot-keywords-grid[data-v-6dee777c] {
    grid-template-columns: 1fr;
}
}
@media (max-width: 992px) {
.global-search[data-v-6dee777c] {
    width: 240px;
    margin-left: 10px;
}
.hot-keywords-panel[data-v-6dee777c] {
    position: fixed;
    top: 70px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 90vw;
    max-width: 400px;
    z-index: 9999;
}
}
@media (max-width: 768px) {
.global-search[data-v-6dee777c] {
    width: 200px;
    margin-left: 0;
}
.hot-keywords-panel[data-v-6dee777c] {
    width: 95vw;
    padding: 16px;
}
}
@media (max-width: 576px) {
.global-search[data-v-6dee777c] {
    width: 100%;
    margin: 10px 0;
}
.hot-keywords-panel[data-v-6dee777c] {
    width: calc(100vw - 40px);
    left: 20px;
    right: auto;
    transform: none;
}
}


.header-container[data-v-203cedb9] {
  padding: 0 40px;
  background: #f9fcff !important;
  display: flex;
  flex-direction: column;
  height: auto !important;
  line-height: normal !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 9999;
}
.header-row[data-v-203cedb9] {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
.header-main[data-v-203cedb9] {
  align-items: center;
  min-height: 64px;
  height: auto;
  padding: 8px 0;
}
.logo[data-v-203cedb9] {
  font-size: 20px;
  font-weight: 800;
  margin-right: 20px;
  flex-shrink: 0;
  height: 48px;
  display: flex;
  align-items: center;
}
.logo a[data-v-203cedb9] {
  color: #000;
  text-decoration: none;
  transition: color 0.2s;
}
.logo-icon[data-v-203cedb9] {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.nav-menu-wrapper[data-v-203cedb9] {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  max-height: 600px;
  transition: max-height 0.3s ease;
}
.nav-menu-wrapper.collapsed[data-v-203cedb9] {
  max-height: 48px !important;
}
.nav-menu[data-v-203cedb9] {
  flex: 1;
  min-width: 0;
  border-bottom: none !important;
  background: transparent !important;
  padding-left: 60px;
  display: flex !important;
  flex-wrap: wrap !important;
  row-gap: 4px;
}
.header-main .nav-menu[data-v-203cedb9] {
  line-height: 48px;
}
[data-v-203cedb9] .ant-menu-overflow-item {
  opacity: 1 !important;
  visibility: visible !important;
}
[data-v-203cedb9] .ant-menu-overflow-item-rest {
  display: none !important;
}
.search-container[data-v-203cedb9] {
  min-width: 300px;
  flex: 0 1 auto;
  margin: 0 30px;
  flex-shrink: 0;
  height: 48px;
  display: flex;
  align-items: center;
}
.menu-item-content[data-v-203cedb9] {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.dropdown-icon[data-v-203cedb9] {
  margin-left: 1px !important;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
  transform: scale(0.6);
}
.user-info[data-v-203cedb9] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 48px;
}
.logout-link[data-v-203cedb9] {
  color: #1890ff;
  font-size: 14px;
}
.login-btn[data-v-203cedb9] {
  background: linear-gradient(135deg, #1890ff 0%, #722ed1 100%) !important;
  border: none !important;
  border-radius: 20px !important;
  height: 36px !important;
  padding: 0 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(24, 144, 255, 0.3) !important;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
}
.login-btn[data-v-203cedb9]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(114, 46, 209, 0.4) !important;
  background: linear-gradient(135deg, #40a9ff 0%, #9254de 100%) !important;
  color: #fff !important;
}
.login-btn[data-v-203cedb9]:active {
  transform: translateY(1px) !important;
  box-shadow: 0 2px 8px rgba(114, 46, 209, 0.3) !important;
}
.toggle-bar[data-v-203cedb9] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: 10000;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.toggle-bar.is-outside[data-v-203cedb9] {
  transform: translateY(100%);
  align-items: flex-start;
}
.toggle-bar.is-inside[data-v-203cedb9] {
  transform: translateY(0);
  align-items: flex-end;
}
.toggle-btn[data-v-203cedb9] {
  pointer-events: auto;
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.25);
  font-size: 18px;
  background: transparent;
  border: none;
  box-shadow: none;
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.06));
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.is-outside .toggle-btn[data-v-203cedb9] {
  padding: 0 24px 12px;
  align-items: flex-start;
  transform-origin: top center;
}
.is-inside .toggle-btn[data-v-203cedb9] {
  padding: 12px 24px 0;
  align-items: flex-end;
  transform-origin: bottom center;
}
.toggle-btn[data-v-203cedb9]:hover {
  color: #1890ff;
  transform: scale(1.25);
  filter: drop-shadow(0 4px 8px rgba(24, 144, 255, 0.3));
}
.toggle-btn[data-v-203cedb9]:active {
  transform: scale(0.95);
  transition: all 0.1s;
}
@media (max-width: 1200px) {
.search-container[data-v-203cedb9] {
    margin: 0 15px;
}
}
@media (max-width: 992px) {
.header-container[data-v-203cedb9] {
    padding: 0 10px;
}
.search-container[data-v-203cedb9] {
    min-width: 280px;
    margin: 0 10px;
}
.nav-menu[data-v-203cedb9] {
    padding-left: 10px;
}
}


.custom-scroll-menu .ant-menu-sub {
  max-height: 650px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scrollbar-gutter: stable;
}
.ant-menu-submenu-popup {
  z-index: 2147483647 !important;
}

/* 手机端 Header 两端对齐样式 */
.mobile-header {
  justify-content: space-between;
}


/* 样式完全保持不变 */
.ant-layout-sider[data-v-8e259896] {
  transition: all 0.2s;
  background: #f9fcff !important;
  border-right: 1px solid #e8e8e8;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.05);
}
.ant-menu-item[data-v-8e259896] {
  margin: 4px 8px;
  padding: 0 16px !important;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.2s;
}
.ant-menu-item[data-v-8e259896]:not(:last-child) {
  margin-bottom: 4px;
}
.ant-menu-item[data-v-8e259896]:hover {
  background-color: #f0f7ff !important;
  color: #1890ff !important;
}
.ant-menu-item-selected[data-v-8e259896] {
  background-color: #e6f4ff !important;
  color: #1890ff !important;
}
.ant-menu-item .anticon[data-v-8e259896] {
  font-size: 16px;
  margin-right: 10px;
}
.ant-menu-item-selected .anticon[data-v-8e259896],
.ant-menu-item:hover .anticon[data-v-8e259896] {
  color: #000 !important;
}
.ant-menu-item a[data-v-8e259896] {
  color: inherit;
  font-weight: 500;
  transition: color 0.2s;
}
.ant-menu-item-selected a[data-v-8e259896] {
  color: #000 !important;
}
.ant-layout-sider-collapsed .ant-menu-item[data-v-8e259896] {
  padding: 0 16px !important;
}
.ant-menu-item .anticon[data-v-8e259896] {
  font-size: 16px;
  margin-right: 3px !important;
}
[data-v-8e259896] .ant-layout-sider-trigger {
  background: #f9fcff !important;
  color: rgba(0, 0, 0, 0.65) !important;
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  transition: all 0.2s;
}
[data-v-8e259896] .ant-layout-sider-trigger:hover {
  color: #1890ff !important;
  background: #f0f7ff !important;
}

/* 【新增：音乐创作-新品角标精美样式】 */
.music-new-badge[data-v-8e259896] {
  /* 1. 精准定位与基本尺寸 */
  position: absolute;
  top: -10px;
  right: -34px;
  height: 16px;
  line-height: 14px; /* 扣除上下 border 的 2px */
  padding: 0 5px;
  z-index: 10;

  /* 2. 高级质感排版：文字不紧绷，更有呼吸感 */
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #ffffff;

  /* 3. 色彩与形状：莫兰迪玫瑰渐变 + 微不对称水滴形 + 拟物白边高光 */
  background: linear-gradient(135deg, #FA517A, #FF8A5B);
  border-radius: 9px 9px 9px 2px;
  border: 1px solid rgba(255, 255, 255, 0.85); /* 核心灵魂：白边带来剥离感和通透感 */
  box-shadow: 0 3px 6px rgba(250, 81, 122, 0.25); /* 柔和的环境光阴影 */
  pointer-events: none;

  /* 4. 扫光特效的必要属性 */
  overflow: hidden;
}
.music-new-badge[data-v-8e259896]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg); /* 让光束带点倾斜，更具速度感 */
  animation: shimmerSweep-8e259896 3.5s infinite ease-in-out; /* 3.5s的缓慢扫光，克制而不打扰用户 */
}
@keyframes musicBadgePulse-8e259896 {
0% {
    transform: scale(0.88);
    box-shadow: 0 0 0 0 rgba(255, 77, 79, 0.6);
}
70% {
    transform: scale(0.95);
    box-shadow: 0 0 0 6px rgba(255, 77, 79, 0);
}
100% {
    transform: scale(0.88);
    box-shadow: 0 0 0 0 rgba(255, 77, 79, 0);
}
}
@keyframes shimmerSweep-8e259896 {
0% {
    left: -100%;
}
20% {
    left: 200%; /* 光速扫过 */
}
100% {
    left: 200%; /* 留白停顿，避免一直闪瞎眼睛 */
}
}


/* 样式完全保持不变 */
.nls-footer[data-v-17b557b0] {
  background: #f9fafb; /* 更柔和、专业的法务级灰白底色 */
  padding: 56px 0 24px;
  color: #4b5563;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  border-top: 1px solid #e5e7eb;
}
.footer-container[data-v-17b557b0] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.footer-top-section[data-v-17b557b0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px; /* 优化：从 48px 减小到 24px，消除过大间距 */
}

/* 导航行：使用间距控制三块主要信息的排版 */
.footer-nav-row[data-v-17b557b0] {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-bottom: 0; /* 优化：消除内部多余边距，解决 stacked margins 问题 */
  width: 100%;
}
.nav-section[data-v-17b557b0] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-title[data-v-17b557b0] {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 24px;
  position: relative;
  text-align: center;
  letter-spacing: 0.5px;
}

/* 底部短划线装饰：稳重而不张扬 */
.footer-title[data-v-17b557b0]::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 24px;
  height: 3px;
  background-color: #3b82f6;
  border-radius: 2px;
}
.nav-list[data-v-17b557b0] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.nav-list a[data-v-17b557b0] {
  color: #6b7280;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.nav-list a[data-v-17b557b0]:hover {
  color: #3b82f6;
  font-weight: 500;
}
.footer-divider[data-v-17b557b0] {
  height: 1px;
  background: #e5e7eb;
  margin-bottom: 24px;
}
.footer-bottom[data-v-17b557b0] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 13px;
  color: #9ca3af;
}
.vertical-divider[data-v-17b557b0] {
  margin: 0 10px;
  color: #d1d5db;
}
.record-link[data-v-17b557b0] {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.2s ease;
}
.record-link[data-v-17b557b0]:hover {
  color: #3b82f6;
}
.record-police[data-v-17b557b0] {
  display: flex;
  align-items: center;
}
.record-icon[data-v-17b557b0] {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.visit-stats[data-v-17b557b0] {
  display: flex;
  align-items: center;
}
.highlight-num[data-v-17b557b0] {
  color: #3b82f6;
  font-weight: 600;
  margin: 0 4px;
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
}

/* 响应式调整 */
@media (max-width: 768px) {
.footer-nav-row[data-v-17b557b0] {
    flex-direction: column;
    gap: 48px;
}
.vertical-divider[data-v-17b557b0] {
    display: none;
}
.footer-bottom[data-v-17b557b0] {
    flex-direction: column;
    gap: 12px;
}
}


/* 如果有全局样式可以留在这里，一般保持为空即可 */

