
.mobile-header[data-v-0945b348] {
  width: 100%;
  position: relative;
  z-index: 1000;
}
.mobile-header-bar[data-v-0945b348] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  height: 60px;
}
.logo img[data-v-0945b348] {
  height: 36px;
}
.header-actions[data-v-0945b348] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.search-icon[data-v-0945b348],
.user-icon[data-v-0945b348],
.menu-icon[data-v-0945b348] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.search-icon[data-v-0945b348]:hover,
.user-icon[data-v-0945b348]:hover,
.menu-icon[data-v-0945b348]:hover {
  background-color: #f5f5f5;
}
.hamburger[data-v-0945b348] {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.hamburger span[data-v-0945b348] {
  display: block;
  width: 20px;
  height: 2px;
  background: #333;
  margin: 4px 0;
  transition: 0.3s;
  border-radius: 1px;
}
.hamburger.active span[data-v-0945b348]:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.hamburger.active span[data-v-0945b348]:nth-child(2) {
  opacity: 0;
}
.hamburger.active span[data-v-0945b348]:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}
.mobile-search[data-v-0945b348] {
  padding: 12px 16px;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
.search-container[data-v-0945b348] {
  display: flex;
  gap: 8px;
}
.search-container input[data-v-0945b348] {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}
.search-btn[data-v-0945b348] {
  padding: 8px 16px;
  background: #1890ff;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}
.mobile-menu-overlay[data-v-0945b348] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  animation: fadeIn-0945b348 0.3s ease;
}
@keyframes fadeIn-0945b348 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.mobile-menu[data-v-0945b348] {
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  animation: slideInRight-0945b348 0.3s ease;
}
@keyframes slideInRight-0945b348 {
from {
    transform: translateX(100%);
}
to {
    transform: translateX(0);
}
}
.menu-header[data-v-0945b348] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
  background: #fafafa;
}
.menu-title[data-v-0945b348] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.close-btn[data-v-0945b348] {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.close-btn[data-v-0945b348]:hover {
  background-color: #f0f0f0;
}
.menu-content[data-v-0945b348] {
  flex: 1;
  display: flex;
  height: calc(100vh - 73px);
  min-height: 0;
}
.menu-sidebar[data-v-0945b348] {
  width: 140px;
  min-width: 140px;
  background: #f8f9fa;
  border-right: 1px solid #e9ecef;
  padding: 0;
  overflow-y: auto;
}
.menu-tab[data-v-0945b348] {
  padding: 16px 12px;
  border-bottom: 1px solid #e9ecef;
  cursor: pointer;
  font-size: 13px;
  color: #666;
  transition: all 0.2s;
  text-align: center;
  word-break: break-all;
}
.menu-tab[data-v-0945b348]:hover {
  background: #e9ecef;
  color: #333;
}
.menu-tab.active[data-v-0945b348] {
  background: #1890ff;
  color: white;
  position: relative;
}
.menu-tab.active[data-v-0945b348]::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid #1890ff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.menu-main[data-v-0945b348] {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.tab-content[data-v-0945b348] {
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.content-header[data-v-0945b348] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  background: #fafafa;
  flex-shrink: 0;
}
.content-header h2[data-v-0945b348] {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.product-section[data-v-0945b348] {
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.product-section h3[data-v-0945b348] {
  margin: 0 0 16px 0;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.product-list[data-v-0945b348] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-item[data-v-0945b348] {
  padding: 12px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
.product-item[data-v-0945b348]:hover {
  border-color: #1890ff;
  background: #f0f8ff;
}
.product-title[data-v-0945b348] {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 4px;
}
.product-desc[data-v-0945b348] {
  font-size: 12px;
  color: #666;
}
.category-section[data-v-0945b348] {
  padding: 0;
  flex: 1;
  overflow-y: auto;
}
.category-item[data-v-0945b348] {
  border-bottom: 1px solid #f0f0f0;
}
.category-header[data-v-0945b348] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  transition: background-color 0.2s;
  background: #fff;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.category-header span[data-v-0945b348] {
  flex: 1;
  margin-right: 8px;
  line-height: 1.3;
}
.category-header[data-v-0945b348]:hover {
  background: #f8f9fa;
}
.category-header svg[data-v-0945b348] {
  transition: transform 0.2s;
}
.category-header svg.rotate[data-v-0945b348] {
  transform: rotate(180deg);
}
.category-header-inline[data-v-0945b348] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}
.category-header-inline > div[data-v-0945b348] {
  flex: 1;
  min-width: 0;
}
.category-header-inline svg[data-v-0945b348] {
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-left: 8px;
}
.category-header-inline svg.rotate[data-v-0945b348] {
  transform: rotate(180deg);
}
.subcategory-list[data-v-0945b348] {
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
}
.subcategory-item[data-v-0945b348] {
  /* 彻底自适应内容高度 */
  min-height: unset;
  height: auto;
  overflow: visible;
  white-space: normal;
  word-break: break-all;
  line-height: 1.7;
  font-size: 14px;
  display: block;
}
.item-title[data-v-0945b348] {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 4px;
  line-height: 1.7;
  word-break: break-all;
  white-space: normal;
}
.subcategory-item[data-v-0945b348]:hover {
  background: #e9ecef;
}
.subcategory-item[data-v-0945b348]:last-child {
  border-bottom: none;
}
@media (max-width: 480px) {
.menu-sidebar[data-v-0945b348] {
    width: 120px;
    min-width: 120px;
}
.menu-tab[data-v-0945b348] {
    padding: 14px 8px;
    font-size: 12px;
}
.content-header[data-v-0945b348] {
    padding: 16px;
}
.content-header h2[data-v-0945b348] {
    font-size: 15px;
}
.category-header[data-v-0945b348] {
    padding: 14px 16px;
    font-size: 13px;
    align-items: flex-start;
    min-height: 50px;
}
.category-header span[data-v-0945b348] {
    line-height: 1.2;
}
.subcategory-item[data-v-0945b348] {
    font-size: 13px;
    line-height: 1.7;
    padding: 12px 16px 12px 32px;
    min-height: unset;
    height: auto;
    overflow: visible;
    display: block;
}
.item-title[data-v-0945b348] {
    font-size: 13px;
    line-height: 1.7;
}
.child-item[data-v-0945b348] {
    padding-left: 48px;
}
.child-item .item-title[data-v-0945b348] {
    font-size: 12px;
    line-height: 1.3;
}
}

/* 超小屏幕优化 */
@media (max-width: 360px) {
.menu-sidebar[data-v-0945b348] {
    width: 100px;
    min-width: 100px;
}
.menu-tab[data-v-0945b348] {
    padding: 12px 6px;
    font-size: 11px;
    line-height: 1.2;
}
.category-header[data-v-0945b348] {
    padding: 12px 14px;
    font-size: 12px;
    align-items: flex-start;
    min-height: 48px;
}
.category-header span[data-v-0945b348] {
    line-height: 1.2;
    font-size: 12px;
}
.subcategory-item[data-v-0945b348] {
    padding: 10px 14px 10px 28px;
    min-height: unset;
    height: auto;
}
.child-item[data-v-0945b348] {
    padding-left: 42px;
}
.item-title[data-v-0945b348] {
    font-size: 12px;
    line-height: 1.2;
}
.child-item .item-title[data-v-0945b348] {
    font-size: 11px;
    line-height: 1.2;
}
.category-header-inline[data-v-0945b348] {
    gap: 4px;
}
.category-header-inline svg[data-v-0945b348] {
    margin-left: 4px;
}
}


.header[data-v-18050eef] {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header-container[data-v-18050eef] {
  display: flex;
  align-items: center;
  padding: 0 50px;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  height: 64px;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 1px solid #f0f0f0;
}
.logo[data-v-18050eef] {
  color: #1890ff;
  font-size: 20px;
  font-weight: bold;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.logo img[data-v-18050eef] {
  transition: all 0.3s ease;
}
.logo img[data-v-18050eef]:hover {
  transform: scale(1.05);
}
[data-v-18050eef] .ant-menu {
  flex: 1;
}
[data-v-18050eef] .ant-menu-item {
  font-weight: 500;
  transition: all 0.3s ease;
}
[data-v-18050eef] .ant-menu-item:hover {
  color: #1890ff;
}

/* 大型下拉菜单样式 */
[data-v-18050eef] .mega-dropdown {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 0;
  min-width: 1000px;
  max-width: 1200px;
}

/* 产品下拉菜单样式 */
[data-v-18050eef] .product-dropdown {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 0;
  min-width: 1000px;
  max-width: 1200px;
}

/* 解决方案下拉菜单样式 */
[data-v-18050eef] .solution-dropdown {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 0;
  min-width: 900px;
  max-width: 1100px;
}
@media (max-width: 1440px) {
[data-v-18050eef] .mega-dropdown,[data-v-18050eef] .product-dropdown,[data-v-18050eef] .solution-dropdown {
    min-width: 90vw;
    max-width: 90vw;
    left: 5vw !important;
    right: 5vw !important;
    transform: none !important;
}
}
.mega-menu[data-v-18050eef] {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}
.solution-menu[data-v-18050eef] {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}
.mega-menu-content[data-v-18050eef] {
  display: flex;
  flex-direction: column;
  min-height: auto;
}
.solution-menu-content[data-v-18050eef] {
  display: flex;
  flex-direction: column;
  min-height: auto;
}
.menu-row[data-v-18050eef] {
  display: flex;
  flex-direction: row;
}
.menu-section[data-v-18050eef] {
  padding: 25px 40px;
  border-right: 1px solid #f0f0f0;
}
.menu-section[data-v-18050eef]:last-child {
  border-right: none;
}
.products-section[data-v-18050eef] {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}
.solutions-section[data-v-18050eef] {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}
.product-group[data-v-18050eef] {
  margin-bottom: 25px;
  flex: 0 0 auto;
  min-width: 200px;
}
.solution-group[data-v-18050eef] {
  margin-bottom: 25px;
  flex: 0 0 auto;
  min-width: 200px;
}
.solution-group[data-v-18050eef]:last-child {
  margin-bottom: 0;
}
.product-group[data-v-18050eef]:last-child {
  margin-bottom: 0;
}
.menu-section h3[data-v-18050eef] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
  margin-top: 0;
  padding-bottom: 8px;
  border-bottom: none;
  position: relative;
}
.menu-section h3[data-v-18050eef]::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #1890ff;
}
.menu-items[data-v-18050eef] {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

/* 所有产品组都使用竖排布局 */
.product-group .menu-items[data-v-18050eef] {
  flex-direction: column;
  gap: 12px;
}
.product-group .menu-item[data-v-18050eef] {
  min-width: 140px;
  max-width: 170px;
  width: 100%;
}

/* 所有解决方案组都使用竖排布局 */
.solution-group .menu-items[data-v-18050eef] {
  flex-direction: column;
  gap: 12px;
}
.solution-group .menu-item[data-v-18050eef] {
  min-width: 90px;
  max-width: 110px;
  width: 100%;
  padding: 13px 10px;
}

/* 菜单项组样式 */
.menu-item-group[data-v-18050eef] {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  width: 100% !important;
  margin-bottom: 12px !important;
}

/* 父级菜单项样式 */
.parent-item[data-v-18050eef] {
  background: #fafafa !important;
  color: #333 !important;
  border: 1px solid #e8e8e8 !important;
  font-weight: 600 !important;
  min-width: 140px !important;
  max-width: 200px !important;
  margin-bottom: 0 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}
.parent-item .item-title[data-v-18050eef] {
  color: #333 !important;
  font-weight: 600 !important;
  text-align: center !important;
}
.parent-item .item-desc[data-v-18050eef] {
  color: #666 !important;
  text-align: center !important;
}
.parent-item[data-v-18050eef]:hover {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
  border-color: transparent !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3) !important;
}
.parent-item:hover .item-title[data-v-18050eef] {
  color: #fff !important;
}
.parent-item:hover .item-desc[data-v-18050eef] {
  color: #f0f0f0 !important;
}

/* 只针对1个基座模型和N个垂类模型父级按钮悬停不变色 */
.base-model-btn[data-v-18050eef]:hover,
.vertical-models-btn[data-v-18050eef]:hover {
  background: #fafafa !important;
  color: #333 !important;
  border: 1px solid #e8e8e8 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
  transform: none !important;
}
.base-model-btn:hover .item-title[data-v-18050eef],
.vertical-models-btn:hover .item-title[data-v-18050eef] {
  color: #333 !important;
}
.base-model-btn:hover .item-desc[data-v-18050eef],
.vertical-models-btn:hover .item-desc[data-v-18050eef] {
  color: #666 !important;
}

/* 子级菜单项容器 */
.sub-items[data-v-18050eef] {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  margin-left: 20px !important;
  padding-left: 15px !important;
  border-left: 2px solid #e8e8e8 !important;
  position: relative;
  margin-top: 8px !important;
}
.sub-items[data-v-18050eef]::before {
  display: none;
}

/* 子级菜单项样式 */
.child-item[data-v-18050eef] {
  background: #f5f5f5 !important;
  border: 1px solid #d9d9d9 !important;
  min-width: 100px !important;
  max-width: 130px !important;
  padding: 8px 10px !important;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  flex: 0 0 auto !important;
}
.child-item[data-v-18050eef]::before {
  display: none;
}
.child-item .item-title[data-v-18050eef] {
  font-size: 10px !important;
  color: #666 !important;
  text-align: center !important;
  font-weight: 500 !important;
}
.child-item .item-desc[data-v-18050eef] {
  font-size: 8px !important;
  color: #999 !important;
  text-align: center !important;
}
.child-item[data-v-18050eef]:hover {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
  border-color: transparent !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.2) !important;
}
.child-item:hover .item-title[data-v-18050eef] {
  color: #fff !important;
}
.child-item:hover .item-desc[data-v-18050eef] {
  color: #f0f0f0 !important;
}

/* N个垂类模型始终显示 */
.vertical-models-sub[data-v-18050eef] {
  display: flex !important;
  opacity: 1;
  transform: translateY(0);
}

/* 菜单组容器样式 */
.menu-item-group[data-v-18050eef] {
  position: relative;
}
.solutions-section .menu-items[data-v-18050eef] {
  flex-direction: column;
  gap: 12px;
}
.menu-item[data-v-18050eef] {
  display: flex;
  flex: 0 0 auto;
  min-width: 140px;
  max-width: 170px;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  background: #fafafa;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.solutions-section .menu-item[data-v-18050eef] {
  width: 100%;
  max-width: none;
  min-width: 110px;
  padding: 13px 10px;
}
.menu-item[data-v-18050eef]:hover {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
}
.item-content[data-v-18050eef] {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.item-title[data-v-18050eef] {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
  line-height: 1.4;
  text-align: center;
}
.item-desc[data-v-18050eef] {
  font-size: 10px;
  color: #666;
  line-height: 1.3;
  text-align: center;
}
.menu-item:hover .item-title[data-v-18050eef] {
  color: #fff;
}
.menu-item:hover .item-desc[data-v-18050eef] {
  color: #f0f0f0;
}
@media (max-width: 768px) {
.header[data-v-18050eef] {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.header-container[data-v-18050eef] {
    padding: 0 20px;
    width: 100vw;
    max-width: none;
}

  /* 移动端下拉菜单调整 */
[data-v-18050eef] .mega-dropdown,[data-v-18050eef] .product-dropdown,[data-v-18050eef] .solution-dropdown {
    min-width: 100vw !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
    top: 64px !important;
    transform: none !important;
    border-radius: 0;
    border-left: none;
    border-right: none;
}
.mega-menu[data-v-18050eef],
  .solution-menu[data-v-18050eef] {
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    border-radius: 0;
}
.menu-row[data-v-18050eef] {
    flex-direction: column;
}
.menu-section[data-v-18050eef] {
    padding: 15px 20px;
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
}
.menu-section[data-v-18050eef]:last-child {
    border-bottom: none;
}
.product-group[data-v-18050eef] {
    margin-bottom: 15px;
}
.solution-group[data-v-18050eef] {
    margin-bottom: 15px;
}

  /* 移动端层级样式调整 */
.menu-item-group[data-v-18050eef] {
    gap: 6px;
}
.sub-items[data-v-18050eef] {
    margin-left: 0px !important;
    padding-left: 0px !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}
.child-item[data-v-18050eef] {
    min-width: 80px;
    max-width: 100px;
    padding: 6px 8px;
}
.child-item[data-v-18050eef]::before {
    display: none;
}
.menu-items[data-v-18050eef] {
    flex-direction: column;
    gap: 8px;
}
.menu-item[data-v-18050eef] {
    min-width: 100%;
    max-width: 100%;
    padding: 12px 16px;
}
.solutions-section .menu-item[data-v-18050eef] {
    min-width: 100%;
    padding: 12px 16px;
}
.item-title[data-v-18050eef] {
    font-size: 13px;
    text-align: left;
}
.item-desc[data-v-18050eef] {
    font-size: 11px;
    text-align: left;
}
}


.footer[data-v-0caa1cc5] {
  background-color: #001529;
  color: #fff;
  padding: 50px 0 20px;
}
.footer-content[data-v-0caa1cc5] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
.footer-left[data-v-0caa1cc5],
.footer-center[data-v-0caa1cc5],
.footer-right[data-v-0caa1cc5] {
  flex: 1;
  min-width: 250px;
  margin-bottom: 30px;
}
.footer-logo[data-v-0caa1cc5] {
  margin-bottom: 15px;
}
.footer-logo img[data-v-0caa1cc5] {
  height: 40px;
  filter: brightness(0) invert(1); /* 使 logo 变为白色 */
}
.company-intro[data-v-0caa1cc5] {
  font-size: 14px;
  line-height: 1.6;
  color: #aaa;
  max-width: 300px;
}
.footer-center h3[data-v-0caa1cc5],
.footer-right h3[data-v-0caa1cc5] {
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
}
.footer-center h3[data-v-0caa1cc5]:after,
.footer-right h3[data-v-0caa1cc5]:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #1890ff;
}
.contact-info p[data-v-0caa1cc5] {
  margin: 10px 0;
  font-size: 14px;
  color: #aaa;
}
.contact-info .label[data-v-0caa1cc5] {
  color: #ddd;
  margin-right: 5px;
}
.social-icons[data-v-0caa1cc5] {
  display: flex;
  gap: 15px;
}
.qrcode-container[data-v-0caa1cc5] {
  display: flex;
  width: 100%;
  margin-top: 10px;
}
.qrcode-wrapper[data-v-0caa1cc5] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qrcode-image[data-v-0caa1cc5] {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  border: 4px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.qrcode-image[data-v-0caa1cc5]:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.social-icon[data-v-0caa1cc5] {
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.social-icon[data-v-0caa1cc5]:hover {
  background-color: #1890ff;
}
.social-icon svg[data-v-0caa1cc5] {
  width: 20px;
  height: 20px;
}
.footer-bottom[data-v-0caa1cc5] {
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 20px 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.footer-bottom p[data-v-0caa1cc5] {
  font-size: 14px;
  color: #aaa;
}
.social-icon.wechat[data-v-0caa1cc5] {
  cursor: pointer;
}
@media (max-width: 768px) {
.footer-content[data-v-0caa1cc5] {
    flex-direction: column;
}
.footer-left[data-v-0caa1cc5],
  .footer-center[data-v-0caa1cc5],
  .footer-right[data-v-0caa1cc5] {
    margin-bottom: 30px;
}
.qrcode-wrapper[data-v-0caa1cc5] {
    align-items: center; /* 在手机上居中显示 */
}
.qrcode-container[data-v-0caa1cc5] {
    justify-content: center; /* 在手机上居中显示 */
}
.qrcode-image[data-v-0caa1cc5] {
    width: 130px;
    height: 130px;
    border-width: 3px;
}
}


#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
}
body {
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}
.layout {
  min-height: 100vh;
}

/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}

