@charset "UTF-8";
/**
 * 页面左右边距 CSS 变量（挂在 .base-page，供 SectionContainer / Footer / Hero 内文对齐）。
 * ≥1024：max(80px, (100vw - 1680px) / 2)，保证内容区不超过 1680。
 */
/**
 * 页面内容区左右边距（与 SectionContainer 公式一致；无 CSS 变量场景可用）。
 */
/* 主色 / 演示按钮渐变（预约演示、免费预约等） */
/* 自定义字体族：苹方简体 */
/* 下拉气泡 / 手风琴 */
.header-dropdown.v-288b75de {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center; }
  .header-dropdown.is-open.v-288b75de .header-chevron {
    transform: rotate(-135deg) translateY(-0.125rem); }

.header-dropdown-trigger.v-288b75de {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer; }

.header-dropdown-trigger-label.v-288b75de {
  display: inline-flex;
  align-items: center;
  height: 4rem;
  font-size: 1rem;
  color: #181818;
  white-space: nowrap;
  transition: color 0.2s ease; }
  .header-dropdown-trigger-label.v-288b75de:hover {
    color: #3c64f5; }

.header-dropdown-popover.v-288b75de {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0.5rem;
  z-index: 100; }

.header-dropdown-arrow.v-288b75de {
  position: absolute;
  top: 0.125rem;
  left: 50%;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: -0.375rem;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: -0.125rem -0.125rem 0.25rem rgba(0, 0, 0, 0.04);
  z-index: 1; }

.header-dropdown-panel.v-288b75de {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 1rem 0;
  list-style: none;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
  min-width: 10rem;
  width: -moz-max-content;
  width: max-content;
  max-width: none;
  box-sizing: border-box; }
  .header-dropdown-panel.is-icon-text.v-288b75de {
    padding: 1.5rem;
    min-width: 15rem; }

.header-dropdown-item.is-active.v-288b75de .header-dropdown-link,
.header-dropdown-item.is-active .header-dropdown-text {
  color: #3c64f5; }

.header-dropdown-item.is-icon-text + .header-dropdown-item.is-icon-text.v-288b75de {
  margin-top: 1rem; }

.header-dropdown-item.is-icon-text.v-288b75de .header-dropdown-link {
  padding: 0; }

.header-dropdown-item:not(.is-icon-text).v-288b75de .header-dropdown-link {
  padding: 0.625rem 1.5rem; }

.header-dropdown-link.v-288b75de {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  color: #181818;
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  text-align: left;
  transition: color 0.2s ease, background 0.2s ease; }
  .header-dropdown-link.v-288b75de:hover {
    color: #3c64f5; }

.header-dropdown-icon.v-288b75de {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%; }
  .header-dropdown-icon.is-placeholder.v-288b75de {
    background: linear-gradient(135deg, #5b84f9 0%, #3c64f5 100%); }

.header-dropdown-text.v-288b75de {
  flex: 1;
  line-height: 1.5rem;
  white-space: nowrap; }

/* inline 模式（移动端手风琴） */
.header-dropdown.is-inline.v-288b75de {
  display: block;
  height: auto;
  width: 100%; }
  .header-dropdown.is-inline.v-288b75de .header-dropdown-panel {
    position: static;
    transform: none;
    box-shadow: none;
    border-radius: 0;
    min-width: 0;
    padding: 0 0 0.5rem 1rem;
    background: transparent; }
  .header-dropdown.is-inline.v-288b75de .header-dropdown-item.is-active {
    background: #f4f6f9;
    border-radius: 0.25rem; }
  .header-dropdown.is-inline.v-288b75de .header-dropdown-item.is-icon-text {
    margin-top: 0; }
  .header-dropdown.is-inline.v-288b75de .header-dropdown-item.is-icon-text + .header-dropdown.is-inline .header-dropdown-item.is-icon-text {
    margin-top: 0; }
  .header-dropdown.is-inline.v-288b75de .header-dropdown-link {
    padding: 0.75rem 1rem;
    border-radius: 0.25rem; }
    .header-dropdown.is-inline.v-288b75de .header-dropdown-link:hover, .header-dropdown.is-inline .header-dropdown-link:active {
      background: #f4f6f9;
      color: #3c64f5; }
  .header-dropdown.is-inline.v-288b75de .header-dropdown-item.is-active .header-dropdown-link {
    background: #f4f6f9;
    color: #3c64f5; }

@charset "UTF-8";
/**
 * 页面左右边距 CSS 变量（挂在 .base-page，供 SectionContainer / Footer / Hero 内文对齐）。
 * ≥1024：max(80px, (100vw - 1680px) / 2)，保证内容区不超过 1680。
 */
/**
 * 页面内容区左右边距（与 SectionContainer 公式一致；无 CSS 变量场景可用）。
 */
/* 主色 / 演示按钮渐变（预约演示、免费预约等） */
/* 自定义字体族：苹方简体 */
/* PC 水平导航 */
.header-nav.v-123db249 {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  /* 不可 hidden，否则产品/解决方案下拉会被裁切 */
  overflow: visible; }

.header-nav-measure.v-123db249 {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }

.header-nav-list.v-123db249 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 2.5rem; }
  @media only screen and (max-width: 1919px) {
    .header-nav-list.v-123db249 {
      gap: 2rem; } }
  @media only screen and (max-width: 1439px) {
    .header-nav-list.v-123db249 {
      gap: 1.5rem; } }

.header-nav-item.v-123db249 {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
  z-index: 1;
  /* 附着式 :scope：穿透子组件 HeaderDropdown 内的 trigger 文案 */ }
  .header-nav-item.has-dropdown.v-123db249:hover, .header-nav-item.has-dropdown.v-123db249:focus-within {
    z-index: 30; }
  .header-nav-item.is-active.v-123db249 .header-nav-link,
  .header-nav-item.is-active .header-dropdown-trigger-label {
    color: #3c64f5; }

.header-nav-link.v-123db249 {
  display: inline-flex;
  align-items: center;
  height: 4rem;
  font-size: 1rem;
  color: #181818;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  transition: color 0.2s ease; }
  .header-nav-link.v-123db249:hover {
    color: #3c64f5; }

@charset "UTF-8";
/**
 * 页面左右边距 CSS 变量（挂在 .base-page，供 SectionContainer / Footer / Hero 内文对齐）。
 * ≥1024：max(80px, (100vw - 1680px) / 2)，保证内容区不超过 1680。
 */
/**
 * 页面内容区左右边距（与 SectionContainer 公式一致；无 CSS 变量场景可用）。
 */
/* 主色 / 演示按钮渐变（预约演示、免费预约等） */
/* 自定义字体族：苹方简体 */
/* 移动端全屏菜单 */
.header-mobile-overlay.v-168219a0 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  background: #ffffff; }

.header-mobile-panel.v-168219a0 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #ffffff; }

.header-mobile-top.v-168219a0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  padding: 0 1rem;
  flex-shrink: 0;
  border-bottom: 0.0625rem solid #eef0f3;
  box-sizing: border-box; }

.header-mobile-close.v-168219a0 {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer; }

.header-mobile-close-icon.v-168219a0 {
  position: absolute;
  left: 0;
  top: 0.6875rem;
  width: 100%;
  height: 0.125rem;
  background: transparent; }
  .header-mobile-close-icon.v-168219a0::before, .header-mobile-close-icon.v-168219a0::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.125rem;
    background: #55606f; }
  .header-mobile-close-icon.v-168219a0::before {
    transform: rotate(45deg); }
  .header-mobile-close-icon.v-168219a0::after {
    transform: rotate(-45deg); }

.header-mobile-list.v-168219a0 {
  flex: 1;
  overflow-y: auto;
  margin: 0;
  padding: 0.5rem 0 1.5rem;
  list-style: none;
  -webkit-overflow-scrolling: touch; }

.header-mobile-item.v-168219a0 {
  /* 附着式 :scope：命中本项内链接 / chevron，不依赖子树 scope */ }
  .header-mobile-item.is-active.v-168219a0 > .header-mobile-link {
    color: #3c64f5; }
  .header-mobile-item.is-expanded.v-168219a0 > .header-mobile-link {
    background: #f4f6f9; }
  .header-mobile-item.is-expanded.v-168219a0 .header-chevron {
    transform: rotate(-135deg) translateY(-0.125rem); }

.header-mobile-link.v-168219a0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 3.5rem;
  padding: 0 1.5rem;
  font-size: 1rem;
  color: #181818;
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  text-align: left; }

.header-mobile-actions.v-168219a0 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
  flex-shrink: 0;
  padding: 1rem 1.5rem 2rem;
  box-sizing: border-box;
  /* 透传 className 的操作按钮，scope 锚在容器上 */ }
  .header-mobile-actions.v-168219a0 .header-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    max-width: 100%;
    height: 2rem;
    padding: 0 0.75rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.25rem;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap; }
  .header-mobile-actions.v-168219a0 .header-action.is-text {
    color: #3c64f5;
    border: 0.0625rem solid #3c64f5;
    background: #fff; }
  .header-mobile-actions.v-168219a0 .header-action.is-primary {
    color: #fff;
    border: none;
    background-image: linear-gradient(135deg, #2a62ff 0%, #7624ff 98%); }

@charset "UTF-8";
/**
 * 页面左右边距 CSS 变量（挂在 .base-page，供 SectionContainer / Footer / Hero 内文对齐）。
 * ≥1024：max(80px, (100vw - 1680px) / 2)，保证内容区不超过 1680。
 */
/**
 * 页面内容区左右边距（与 SectionContainer 公式一致；无 CSS 变量场景可用）。
 */
/* 主色 / 演示按钮渐变（预约演示、免费预约等） */
/* 自定义字体族：苹方简体 */
/* Header 顶栏壳层 */
.header.v-404536b0 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 4rem;
  background: #ffffff;
  box-shadow: 0 0.125rem 0.75rem rgba(127, 132, 146, 0.2);
  box-sizing: border-box; }

/* 顶栏通栏：Logo 贴左，右侧操作区贴齐视口边缘 */
.header-inner.v-404536b0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-right: 0; }
  @media only screen and (max-width: 1024px) {
    .header-inner.v-404536b0 {
      padding-left: 1rem;
      padding-right: 1rem; } }

/* PC 操作区：贴右、等高顶栏、按钮无间隙 */
.header-actions.v-404536b0 {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  flex-shrink: 0;
  height: 100%;
  margin-left: 1.5rem;
  gap: 0; }

/* 汉堡按钮 */
.menu-toggle.v-404536b0 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  gap: 0.3125rem; }

.menu-toggle-line.v-404536b0 {
  display: block;
  width: 100%;
  height: 0.125rem;
  background: #55606f;
  border-radius: 0.0625rem; }

/*
 * 壳层与子树共用外观：挂在 .header 上用 :scope 穿透子组件
 *（Logo / Chevron 可能由 Header / Nav / Dropdown / Mobile 渲染）
 * PC 操作按钮仅作用于 .header-actions，避免覆盖移动端菜单底部按钮
 */
.header.v-404536b0 {
  /* 操作区下拉：触发区撑满顶栏，面板相对触发项水平居中（箭头对齐） */ }
  .header.v-404536b0 .header-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 1.25rem;
    margin-right: 2.5rem; }
    .header.v-404536b0 .header-logo img {
      display: block;
      height: 100%;
      width: auto;
      -o-object-fit: contain;
         object-fit: contain; }
  .header.v-404536b0 .header-actions .header-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-width: 8rem;
    padding: 0 2rem;
    font-size: 0.875rem;
    line-height: 1;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 0;
    white-space: nowrap;
    background: transparent;
    color: #181818;
    transition: color 0.2s ease, background 0.2s ease, opacity 0.2s ease; }
    .header.v-404536b0 .header-actions .header-action.is-text {
      color: #181818;
      background: #ffffff; }
      .header.v-404536b0 .header-actions .header-action.is-text:hover {
        color: #3c64f5; }
    .header.v-404536b0 .header-actions .header-action.is-primary {
      color: #fff;
      background-image: linear-gradient(90deg, #3860F4 0%, #7846FF 98%); }
      .header.v-404536b0 .header-actions .header-action.is-primary:hover {
        opacity: 0.92; }
  .header.v-404536b0 .header-actions .header-action-dropdown {
    height: 100%; }
    .header.v-404536b0 .header-actions .header-action-dropdown .header-dropdown-trigger {
      height: 100%; }
  .header.v-404536b0 .header-chevron {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.5rem;
    border-right: 0.09375rem solid currentColor;
    border-bottom: 0.09375rem solid currentColor;
    transform: rotate(45deg) translateY(-0.125rem);
    transition: transform 0.2s ease;
    flex-shrink: 0;
    color: #999; }
    .header.v-404536b0 .header-chevron.is-up {
      transform: rotate(-135deg) translateY(-0.125rem); }

@charset "UTF-8";
/**
 * 页面左右边距 CSS 变量（挂在 .base-page，供 SectionContainer / Footer / Hero 内文对齐）。
 * ≥1024：max(80px, (100vw - 1680px) / 2)，保证内容区不超过 1680。
 */
/**
 * 页面内容区左右边距（与 SectionContainer 公式一致；无 CSS 变量场景可用）。
 */
/* 主色 / 演示按钮渐变（预约演示、免费预约等） */
/* 自定义字体族：苹方简体 */
/* 页脚：浅底；PC 多列，移动端手风琴 */
.footer.v-266ce0e2 {
  width: 100%;
  background: #f7f8fa;
  box-sizing: border-box; }

.footer-inner.v-266ce0e2 {
  box-sizing: border-box;
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
  padding-top: 3rem;
  padding-bottom: 2rem; }

.footer-cols.v-266ce0e2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem 1.5rem; }

.footer-col.v-266ce0e2 {
  flex: 1 1 8.75rem;
  min-width: 7.5rem;
  max-width: 15rem; }

.footer-col-contact.v-266ce0e2 {
  flex: 1 1 12.5rem;
  max-width: 17.5rem; }

.footer-col-follow.v-266ce0e2 {
  flex: 0 0 auto;
  max-width: 13.75rem; }

/* PC：toggle 视觉等同标题，chevron 隐藏，面板常显 */
.footer-col-toggle.v-266ce0e2 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-align: left;
  cursor: default; }

.footer-col-title.v-266ce0e2 {
  display: block;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #181818; }

.footer-col-toggle .footer-col-title.v-266ce0e2 {
  margin-bottom: 1rem; }

.footer-chevron.v-266ce0e2 {
  display: none; }

.footer-col-panel.v-266ce0e2 {
  display: block; }

.footer-col-list.v-266ce0e2 {
  margin: 0;
  padding: 0;
  list-style: none; }

.footer-col-item.v-266ce0e2 {
  margin: 0 0 0.75rem; }
  .footer-col-item.v-266ce0e2:last-child {
    margin-bottom: 0; }

.footer-link.v-266ce0e2 {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #55606f;
  text-decoration: none;
  transition: color 0.2s ease; }
  .footer-link.v-266ce0e2:hover {
    color: #3c64f5; }

.footer-contact-line.v-266ce0e2 {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #55606f; }
  .footer-contact-line.v-266ce0e2:last-child {
    margin-bottom: 0; }

.footer-follow-tip.v-266ce0e2 {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #55606f; }

.footer-qrcodes.v-266ce0e2 {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem; }

.footer-qrcode.v-266ce0e2 {
  display: block;
  width: 6rem;
  height: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
  background: #e8eaed;
  border: 0.0625rem solid #dee1e6;
  box-sizing: border-box; }

.footer-bottom.v-266ce0e2 {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 0.0625rem solid #e6e8eb;
  text-align: center; }

.footer-archival.v-266ce0e2 {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #55606f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem; }

.footer-archival-address.v-266ce0e2 {
  margin: 0;
  padding-right: 0.625rem;
  border-right: 0.0625rem solid #e6e8eb; }

.footer-archival-link.v-266ce0e2 {
  color: #55606f;
  text-decoration: none; }
  .footer-archival-link.v-266ce0e2:hover {
    color: #3c64f5; }

.footer-archival-police.v-266ce0e2 {
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.footer-archival-icon.v-266ce0e2 {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  vertical-align: middle; }

/* 移动端：手风琴 + 关注/备案居中 */
@media only screen and (max-width: 1024px) {
  .footer-inner.v-266ce0e2 {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem; }
  .footer-cols.v-266ce0e2 {
    flex-direction: column;
    gap: 0; }
  .footer-col.v-266ce0e2,
  .footer-col-contact.v-266ce0e2,
  .footer-col-follow.v-266ce0e2 {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
    min-width: 0; }
  .footer-col.is-accordion.v-266ce0e2 {
    border-bottom: 0.0625rem solid #e6e8eb; }
  .footer-col-toggle.v-266ce0e2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding: 1rem 0;
    cursor: pointer; }
  .footer-col-title.v-266ce0e2,
  .footer-col-toggle .footer-col-title.v-266ce0e2 {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.375rem; }
  .footer-chevron.v-266ce0e2 {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.125rem;
    border-right: 0.09375rem solid #55606f;
    border-bottom: 0.09375rem solid #55606f;
    transform: rotate(45deg) translateY(-0.125rem);
    transition: transform 0.2s ease;
    flex-shrink: 0; }
  .footer-chevron.is-up.v-266ce0e2 {
    transform: rotate(-135deg) translateY(-0.0625rem); }
  .footer-col.is-accordion .footer-col-panel.v-266ce0e2 {
    display: none; }
  .footer-col.is-accordion.is-open .footer-col-panel.v-266ce0e2 {
    display: block;
    padding: 0 0 1rem; }
  /* 展开链接两列排布 */
  .footer-col.is-accordion .footer-col-list.v-266ce0e2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 0.75rem; }
  .footer-col.is-accordion .footer-col-item.v-266ce0e2 {
    margin: 0; }
  .footer-col-follow.v-266ce0e2 {
    padding: 2rem 0 0.5rem;
    text-align: center;
    border-bottom: none; }
  .footer-col-follow .footer-col-title.v-266ce0e2 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem; }
  .footer-follow-tip.v-266ce0e2 {
    margin: 0 0 1.25rem; }
  .footer-qrcodes.v-266ce0e2 {
    justify-content: center; }
  .footer-bottom.v-266ce0e2 {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    text-align: center; }
  .footer-archival.v-266ce0e2 {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.25rem; }
  .footer-archival-address.v-266ce0e2 {
    padding-right: 0;
    border-right: none; }
  .footer-archival-police.v-266ce0e2 {
    justify-content: center; } }

.xyt-iconfont.v-8d4872b6 {
  color: inherit; }

@charset "UTF-8";
/**
 * 页面左右边距 CSS 变量（挂在 .base-page，供 SectionContainer / Footer / Hero 内文对齐）。
 * ≥1024：max(80px, (100vw - 1680px) / 2)，保证内容区不超过 1680。
 */
/**
 * 页面内容区左右边距（与 SectionContainer 公式一致；无 CSS 变量场景可用）。
 */
/* 主色 / 演示按钮渐变（预约演示、免费预约等） */
/* 自定义字体族：苹方简体 */
/* 通用按钮：主色 / 白底 / 灰底 / 粉紫浅底 / 透明 */
.ui-button.v-5fa228fb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  margin: 0;
  border: 0.0625rem solid transparent;
  font-family: inherit;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease; }
  .ui-button.v-5fa228fb:disabled {
    opacity: 0.75;
    cursor: not-allowed; }
  .ui-button.v-5fa228fb:hover:not(:disabled) {
    transform: translateY(-0.0625rem); }

/* ActionButton 需要禁用 hover 抬升动效 */
.ui-button.is-action-no-hover.v-5fa228fb:hover:not(:disabled) {
  transform: none; }

.ui-button.is-sm.v-5fa228fb {
  min-width: 6rem;
  height: 2rem;
  padding: 0 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500; }

.ui-button.is-md.v-5fa228fb {
  min-width: 7rem;
  height: 2.5rem;
  padding: 0 1.125rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500; }

.ui-button.is-lg.v-5fa228fb {
  min-width: 10rem;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600; }

.ui-button.is-block.v-5fa228fb {
  width: 100%;
  min-width: 0; }

.ui-button-label.v-5fa228fb {
  display: inline-block; }

.ui-button-arrow.v-5fa228fb {
  font-size: 0.95em;
  line-height: 1; }

/* 主色调 / 演示按钮 */
.ui-button.is-primary.v-5fa228fb {
  color: #fff;
  background-image: linear-gradient(135deg, #2a62ff 0%, #7624ff 98%); }

.ui-button.is-primary.has-shadow.v-5fa228fb {
  box-shadow: 0 0.625rem 1.5rem rgba(42, 98, 255, 0.28); }

.ui-button.is-primary.has-shadow.v-5fa228fb:hover:not(:disabled) {
  box-shadow: 0 0.75rem 1.75rem rgba(118, 36, 255, 0.36); }

/* ActionButton 禁用 hover 特效：不使用“悬浮时加大的阴影” */
.ui-button.is-action-no-hover.is-primary.has-shadow.v-5fa228fb:hover:not(:disabled) {
  box-shadow: 0 0.625rem 1.5rem rgba(42, 98, 255, 0.28); }

/* 白色 */
.ui-button.is-white.v-5fa228fb {
  color: #181818;
  background: #fff; }

.ui-button.is-white.has-shadow.v-5fa228fb {
  box-shadow: 0 0.5rem 1.5rem rgba(60, 100, 245, 0.12); }

/* 显式描边时：主色字 + 主色边框（仅 outline: true） */
.ui-button.is-outline.v-5fa228fb {
  color: #3c64f5;
  background: #fff;
  border: 1Px solid #3c64f5; }

/* 灰色 */
.ui-button.is-gray.v-5fa228fb {
  color: #181818;
  background: #f4f6f9; }

.ui-button.is-gray.has-shadow.v-5fa228fb {
  box-shadow: 0 0.25rem 0.75rem rgba(40, 60, 120, 0.06); }

/* 粉紫浅底 */
.ui-button.is-pink.v-5fa228fb {
  color: #181818;
  background: linear-gradient(90deg, rgba(56, 96, 244, 0.2) 0%, rgba(120, 70, 255, 0.2) 100%); }

/* 透明 */
.ui-button.is-ghost.v-5fa228fb {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
  color: #55606f;
  background: transparent;
  border-color: transparent; }

.ui-button.is-ghost.is-on-dark.v-5fa228fb {
  color: #fff; }

.ui-button.is-ghost.v-5fa228fb:hover:not(:disabled) {
  transform: none; }

@media only screen and (max-width: 1024px) {
  .ui-button.is-lg.v-5fa228fb {
    min-width: 7.5rem;
    height: 2.5rem;
    padding: 0 1.5rem;
    font-size: 0.875rem;
    border-radius: 0.5rem; } }

@charset "UTF-8";
/**
 * 页面左右边距 CSS 变量（挂在 .base-page，供 SectionContainer / Footer / Hero 内文对齐）。
 * ≥1024：max(80px, (100vw - 1680px) / 2)，保证内容区不超过 1680。
 */
/**
 * 页面内容区左右边距（与 SectionContainer 公式一致；无 CSS 变量场景可用）。
 */
/* 主色 / 演示按钮渐变（预约演示、免费预约等） */
/* 自定义字体族：苹方简体 */
/* 通用表单输入 */
.form-input.v-2a331ae2 {
  width: 100%;
  box-sizing: border-box; }

.form-input-field.v-2a331ae2 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  height: 3rem;
  padding: 0 1rem;
  border: 0.0625rem solid #e5e8ef;
  border-radius: 0.625rem;
  background: #fff;
  box-sizing: border-box; }

.form-input.has-error .form-input-field.v-2a331ae2 {
  border-color: #f04730; }

.form-input.is-disabled .form-input-field.v-2a331ae2 {
  background: #f7f8fa; }

.form-input-icon.v-2a331ae2 {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain; }

.form-input-control.v-2a331ae2 {
  flex: 1;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.875rem;
  color: #181818; }

.form-input-control.v-2a331ae2::-moz-placeholder {
  color: #9aa3b2; }

.form-input-control.v-2a331ae2::placeholder {
  color: #9aa3b2; }

.form-input-error.v-2a331ae2 {
  margin: 0.375rem 0 0;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #f04730; }

@charset "UTF-8";
/**
 * 页面左右边距 CSS 变量（挂在 .base-page，供 SectionContainer / Footer / Hero 内文对齐）。
 * ≥1024：max(80px, (100vw - 1680px) / 2)，保证内容区不超过 1680。
 */
/**
 * 页面内容区左右边距（与 SectionContainer 公式一致；无 CSS 变量场景可用）。
 */
/* 主色 / 演示按钮渐变（预约演示、免费预约等） */
/* 自定义字体族：苹方简体 */
/* 预约演示表单 */
.appointment-form.v-1c0c6d36 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.25rem;
  width: 100%;
  max-width: 26.25rem;
  margin: 0 auto;
  box-sizing: border-box; }

.appointment-form-submit.v-1c0c6d36 {
  margin-top: 2rem; }

.appointment-form-loading.v-1c0c6d36 {
  width: 1.125rem;
  height: 1.125rem; }

@charset "UTF-8";
/**
 * 页面左右边距 CSS 变量（挂在 .base-page，供 SectionContainer / Footer / Hero 内文对齐）。
 * ≥1024：max(80px, (100vw - 1680px) / 2)，保证内容区不超过 1680。
 */
/**
 * 页面内容区左右边距（与 SectionContainer 公式一致；无 CSS 变量场景可用）。
 */
/* 主色 / 演示按钮渐变（预约演示、免费预约等） */
/* 自定义字体族：苹方简体 */
.appointment-form-modal.v-d66e24c8 .dpl-modal-close:focus, .appointment-form-modal .dpl-modal-close:hover {
  color: #3860f4; }

/* 预约演示弹窗：头部装饰图铺满顶部，标题与表单叠在上方 */
.appointment-form-modal-body.v-d66e24c8 {
  position: relative;
  padding: 3.75rem 1.5rem 2.5rem;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "PingFang SC", "Microsoft YaHei"; }

/* 仅铺满弹窗头部区域，避免盖住下方表单 */
.appointment-form-modal-bg.v-d66e24c8 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 11.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 0; }

.appointment-form-modal-header.v-d66e24c8 {
  position: relative;
  z-index: 1;
  margin: 0 0 2rem 2.875rem; }

.appointment-form-modal-title.v-d66e24c8 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 1.875rem;
  line-height: 2.0625rem;
  letter-spacing: 0;
  color: #333;
  text-shadow: 0 0 0.75rem rgba(127, 132, 146, 0.2); }

.appointment-form-modal-title-text.v-d66e24c8 {
  position: relative;
  z-index: 1;
  font-weight: 600; }

.appointment-form-modal-subtitle.v-d66e24c8 {
  position: relative;
  z-index: 1;
  margin-top: 0.75rem;
  font-size: 1.25rem;
  line-height: 2.0625rem;
  letter-spacing: 0;
  color: #333;
  font-weight: 600;
  text-shadow: 0 0 0.75rem rgba(127, 132, 146, 0.2); }

.appointment-form-modal-desc.v-d66e24c8 {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #55606F;
  letter-spacing: 0;
  line-height: 0.875rem;
  font-weight: 400; }

/* 表单压在背景图之上，保证可点击、不被遮挡 */
.appointment-form-modal-form.v-d66e24c8 {
  position: relative;
  z-index: 1; }

.appointment-form-modal-close-icon.v-d66e24c8 {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover; }

/* 关闭按钮压在头部背景之上 */
.appointment-form-modal.v-d66e24c8 .dpl-modal-content,
.appointment-form-modal .ant-modal-content {
  overflow: hidden; }

.appointment-form-modal.v-d66e24c8 .dpl-modal-close,
.appointment-form-modal .ant-modal-close {
  z-index: 2; }

@charset "UTF-8";
/**
 * 页面左右边距 CSS 变量（挂在 .base-page，供 SectionContainer / Footer / Hero 内文对齐）。
 * ≥1024：max(80px, (100vw - 1680px) / 2)，保证内容区不超过 1680。
 */
/**
 * 页面内容区左右边距（与 SectionContainer 公式一致；无 CSS 变量场景可用）。
 */
/* 主色 / 演示按钮渐变（预约演示、免费预约等） */
/* 自定义字体族：苹方简体 */
/* 右侧悬浮栏容器 */
.suspension.v-33215d20 {
  width: 100%; }

.suspension-frame.v-33215d20 {
  display: block;
  position: fixed;
  top: calc(50% + 3.125rem);
  right: 0.75rem;
  z-index: 1000;
  width: 4.375rem;
  transform: translateY(-50%);
  margin-top: 0.25rem; }

.suspension-list.v-33215d20 {
  display: flex;
  flex-direction: column;
  box-shadow: -0.3125rem 0.3125rem 0.625rem -0.25rem rgba(0, 0, 0, 0.1), 0.3125rem 0.3125rem 0.625rem -0.25rem rgba(0, 0, 0, 0.1); }

.suspension-item.v-33215d20 {
  position: relative;
  width: 100%;
  height: 4.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  box-sizing: border-box;
  color: #333; }
  .suspension-item.v-33215d20:first-child {
    border-radius: 0.25rem 0.25rem 0 0; }
  .suspension-item.v-33215d20:last-child {
    border-radius: 0 0 0.25rem 0.25rem; }
  .suspension-item > img.v-33215d20 {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin-bottom: 0.5625rem; }
  .suspension-item span.v-33215d20 {
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.25rem;
    font-weight: 400; }
  .suspension-item .suspension-icon-blue.v-33215d20 {
    display: none; }
  .suspension-item.v-33215d20:hover {
    color: #3860f4; }
    .suspension-item:hover .suspension-icon-black.v-33215d20 {
      display: none; }
    .suspension-item:hover .suspension-icon-blue.v-33215d20,
    .suspension-item:hover .suspension-hover.v-33215d20 {
      display: block; }

.suspension-item.is-line.v-33215d20::before, .suspension-item.is-line.v-33215d20::after {
  content: '';
  position: absolute;
  display: flex;
  justify-content: center;
  width: 80%;
  height: 0.0625rem;
  background: #e9ebf0; }

.suspension-item.is-line.v-33215d20::before {
  top: 0.0625rem; }

.suspension-item.is-line.v-33215d20::after {
  bottom: 0; }

.suspension-hover.v-33215d20 {
  position: absolute;
  display: none;
  width: 14.5rem;
  background: #fff;
  right: 5.625rem;
  border-radius: 0.25rem;
  padding: 1rem;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  height: -moz-max-content;
  height: max-content; }
  .suspension-hover p.v-33215d20 {
    margin: 0;
    font-size: 0.75rem;
    color: #333;
    line-height: 1.125rem;
    font-weight: 400; }
    .suspension-hover p.v-33215d20:first-child {
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 600;
      color: #3860f4; }
  .suspension-hover > img.v-33215d20 {
    width: 100%; }
  .suspension-hover p.is-muted.v-33215d20 {
    color: #333 !important;
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
    font-weight: 400 !important; }
  .suspension-hover.v-33215d20::after, .suspension-hover.v-33215d20::before {
    left: 14.5rem;
    top: 50%;
    z-index: 1;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .suspension-hover.v-33215d20::after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
    border-width: 0.5rem;
    margin-top: -0.5rem; }
  .suspension-hover.v-33215d20::before {
    border-color: rgba(245, 245, 245, 0);
    border-left-color: #fff;
    border-width: 0.5rem;
    margin-top: -0.5rem; }

.suspension-gotop.v-33215d20 {
  position: relative;
  width: 100%;
  height: 4.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  margin-top: 0.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box; }
  .suspension-gotop img.v-33215d20 {
    display: block;
    width: 1.4375rem;
    height: 1rem;
    margin-bottom: 0.5625rem; }
    .suspension-gotop img.suspension-gotop-img-hover.v-33215d20 {
      display: none; }
  .suspension-gotop:hover img.suspension-gotop-img-normal.v-33215d20 {
    display: none; }
  .suspension-gotop:hover img.suspension-gotop-img-hover.v-33215d20 {
    display: inline-block; }
  .suspension-gotop span.v-33215d20 {
    font-size: 0.875rem;
    color: #333;
    text-align: center;
    line-height: 1.25rem;
    font-weight: 400; }
  .suspension-gotop.v-33215d20:hover {
    background-image: linear-gradient(53deg, #2A62FF 0%, #7624FF 100%); }
    .suspension-gotop:hover span.v-33215d20 {
      color: #fff; }

@charset "UTF-8";
/* 新站自定义字体：方正兰亭大黑简体（FZLTDHJW） */
@font-face {
  font-family: 'FZLTDHJW';
  src: url("https://s.17win.com/snack/121/ce828de32a5d4481a06d281599e2dba1.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@charset "UTF-8";
/**
 * 页面左右边距 CSS 变量（挂在 .base-page，供 SectionContainer / Footer / Hero 内文对齐）。
 * ≥1024：max(80px, (100vw - 1680px) / 2)，保证内容区不超过 1680。
 */
/**
 * 页面内容区左右边距（与 SectionContainer 公式一致；无 CSS 变量场景可用）。
 */
/* 主色 / 演示按钮渐变（预约演示、免费预约等） */
/* 自定义字体族：苹方简体 */
/* 新站页面布局壳 */
.base-page.v-593c11dd {
  width: 100%;
  min-width: 21.875rem;
  min-height: 100vh;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "PingFang SC", "Microsoft YaHei";
  /* 边距变量供 SectionContainer / Footer / Hero 内文对齐共用 */
  --page-gutter: 2.25rem; }
  @media only screen and (min-width: 1024px) {
    .base-page.v-593c11dd {
      --page-gutter: max(5rem, calc((100vw - 105rem) / 2)); } }

.base-page-main.v-593c11dd {
  /* padding-top 由 JS 使用 HEADER_HEIGHT 常量注入，保持与顶栏一致 */
  /* 左右边距由 SectionContainer 按需包裹，main 本身通栏 */
  box-sizing: border-box;
  min-height: 80vh; }

@charset "UTF-8";
/* 区块内容水平边距：左右使用 --page-gutter（由 BasePage 注入） */
.section-container.v-57d81551 {
  width: 100%;
  box-sizing: border-box;
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter); }
  .section-container.has-footer-margin.v-57d81551 {
    padding-bottom: 5rem; }

@charset "UTF-8";
/**
 * 页面左右边距 CSS 变量（挂在 .base-page，供 SectionContainer / Footer / Hero 内文对齐）。
 * ≥1024：max(80px, (100vw - 1680px) / 2)，保证内容区不超过 1680。
 */
/**
 * 页面内容区左右边距（与 SectionContainer 公式一致；无 CSS 变量场景可用）。
 */
/* 主色 / 演示按钮渐变（预约演示、免费预约等） */
/* 自定义字体族：苹方简体 */
/* 通用区块标题：居中标题 + 描述 */
.section-header.v-617b56af {
  width: 100%;
  box-sizing: border-box;
  padding-top: 5rem; }

.section-header.v-617b56af:not(.has-subtitle) {
  margin-bottom: 2.5rem; }

.section-header-title.v-617b56af {
  margin: 0;
  text-align: center;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.4;
  color: #181818; }

.section-header-title.about-history-title.v-617b56af {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "PingFang SC", "Microsoft YaHei";
  line-height: 2.375rem; }

.section-header-subtitle.v-617b56af {
  margin: 0.75rem 0 3.125rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #55606f; }

.section-header-subtitle-link.v-617b56af {
  margin-left: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: #3c64f5;
  cursor: pointer;
  text-decoration: none;
  font-size: inherit; }

/* 分隔线描述：品牌墙无大标题，仅保留居中文案及两侧横线 */
.section-header.is-divider.v-617b56af {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem; }

.section-header.is-divider.v-617b56af::before,
.section-header.is-divider.v-617b56af::after {
  content: '';
  flex: 1;
  min-width: 0;
  height: 0.0625rem;
  background: #dfe5ee; }

.section-header.is-divider .section-header-subtitle.v-617b56af {
  flex-shrink: 0;
  margin: 0;
  color: #55606f; }

