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

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

.header-dropdown-trigger-label.v-4d798972 {
  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-4d798972:hover {
    color: #3c64f5; }

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

.header-dropdown-arrow.v-4d798972 {
  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-4d798972 {
  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;
  box-sizing: border-box; }
  .header-dropdown-panel.is-icon-text.v-4d798972 {
    padding: 1.5rem;
    min-width: 15rem; }

.header-dropdown-item.is-active.v-4d798972 .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-4d798972 {
  margin-top: 1rem; }

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

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

.header-dropdown-link.v-4d798972 {
  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-4d798972:hover {
    color: #3c64f5; }

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

.header-dropdown-text.v-4d798972 {
  flex: 1;
  line-height: 1.5rem; }

/* inline 模式（移动端手风琴） */
.header-dropdown.is-inline.v-4d798972 {
  display: block;
  height: auto;
  width: 100%; }
  .header-dropdown.is-inline.v-4d798972 .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-4d798972 .header-dropdown-item.is-active {
    background: #f4f6f9;
    border-radius: 0.25rem; }
  .header-dropdown.is-inline.v-4d798972 .header-dropdown-item.is-icon-text {
    margin-top: 0; }
  .header-dropdown.is-inline.v-4d798972 .header-dropdown-item.is-icon-text + .header-dropdown.is-inline .header-dropdown-item.is-icon-text {
    margin-top: 0; }
  .header-dropdown.is-inline.v-4d798972 .header-dropdown-link {
    padding: 0.75rem 1rem;
    border-radius: 0.25rem; }
    .header-dropdown.is-inline.v-4d798972 .header-dropdown-link:hover, .header-dropdown.is-inline .header-dropdown-link:active {
      background: #f4f6f9;
      color: #3c64f5; }
  .header-dropdown.is-inline.v-4d798972 .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-73eb7548 {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  /* 不可 hidden，否则产品/解决方案下拉会被裁切 */
  overflow: visible; }

.header-nav-measure.v-73eb7548 {
  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-73eb7548 {
  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-73eb7548 {
      gap: 2rem; } }
  @media only screen and (max-width: 1439px) {
    .header-nav-list.v-73eb7548 {
      gap: 1.5rem; } }
  @media only screen and (max-width: 1279px) {
    .header-nav-list.v-73eb7548 {
      gap: 1rem; } }

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

.header-nav-link.v-73eb7548 {
  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-73eb7548: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-12590241 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  background: #ffffff; }

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

.header-mobile-top.v-12590241 {
  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-12590241 {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer; }

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

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

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

.header-mobile-link.v-12590241 {
  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-12590241 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-shrink: 0;
  padding: 1rem 1.5rem 2rem;
  box-sizing: border-box;
  /* 透传 className 的操作按钮，scope 锚在容器上 */ }
  .header-mobile-actions.v-12590241 .header-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    max-width: 10rem;
    height: 2.75rem;
    padding: 0 1rem;
    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-12590241 .header-action.is-text {
    color: #3c64f5;
    border: 0.0625rem solid #3c64f5;
    background: #fff; }
  .header-mobile-actions.v-12590241 .header-action.is-primary {
    color: #fff;
    border: none;
    background-image: linear-gradient(90deg, #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-50c84722 {
  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-50c84722 {
  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-50c84722 {
      padding-left: 1rem;
      padding-right: 1rem; } }

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

/* 汉堡按钮 */
.menu-toggle.v-50c84722 {
  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-50c84722 {
  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-50c84722 .header-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 1.25rem;
  margin-right: 2.5rem; }
  .header.v-50c84722 .header-logo img {
    display: block;
    height: 100%;
    width: auto;
    object-fit: contain; }

.header.v-50c84722 .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-50c84722 .header-actions .header-action.is-text {
    color: #181818;
    background: #ffffff; }
    .header.v-50c84722 .header-actions .header-action.is-text:hover {
      color: #3c64f5; }
  .header.v-50c84722 .header-actions .header-action.is-primary {
    color: #fff;
    background-image: linear-gradient(90deg, #3860F4 0%, #7846FF 98%); }
    .header.v-50c84722 .header-actions .header-action.is-primary:hover {
      opacity: 0.92; }

.header.v-50c84722 .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; }
  .header.v-50c84722 .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-8478f2be {
  width: 100%;
  background: #f7f8fa;
  box-sizing: border-box; }

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

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

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

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

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

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

.footer-col-title.v-8478f2be {
  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-8478f2be {
  margin-bottom: 1rem; }

.footer-chevron.v-8478f2be {
  display: none; }

.footer-col-panel.v-8478f2be {
  display: block; }

.footer-col-list.v-8478f2be {
  margin: 0;
  padding: 0;
  list-style: none; }

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

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

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

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

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

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

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

.footer-archival.v-8478f2be {
  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-8478f2be {
  margin: 0;
  padding-right: 0.625rem;
  border-right: 0.0625rem solid #e6e8eb; }

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

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

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

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

@charset "UTF-8";
/**
 * 页面左右边距 CSS 变量（挂在 .base-page，供 SectionContainer / Footer / Hero 内文对齐）。
 * ≥1024：max(80px, (100vw - 1680px) / 2)，保证内容区不超过 1680。
 */
/**
 * 页面内容区左右边距（与 SectionContainer 公式一致；无 CSS 变量场景可用）。
 */
/* 主色 / 演示按钮渐变（预约演示、免费预约等） */
/* 新站自定义字体族：方正兰亭大黑简体 */
/* 通用按钮：主色 / 白底 / 灰底 / 粉紫浅底 / 透明 */
.ui-button.v-c30f4348 {
  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-c30f4348:disabled {
    opacity: 0.75;
    cursor: not-allowed; }
  .ui-button.v-c30f4348:hover:not(:disabled) {
    transform: translateY(-0.0625rem); }

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

.ui-button.is-sm.v-c30f4348 {
  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-c30f4348 {
  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-c30f4348 {
  min-width: 10rem;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600; }

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

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

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

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

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

.ui-button.is-primary.has-shadow.v-c30f4348: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-c30f4348:hover:not(:disabled) {
  box-shadow: 0 0.625rem 1.5rem rgba(42, 98, 255, 0.28); }

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

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

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

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

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

/* 粉紫浅底 */
.ui-button.is-pink.v-c30f4348 {
  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-c30f4348 {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
  color: #55606f;
  background: transparent;
  border-color: transparent; }

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

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

@media only screen and (max-width: 1024px) {
  .ui-button.is-lg.v-c30f4348 {
    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-73b8dcbe {
  width: 100%;
  box-sizing: border-box; }

.form-input-field.v-73b8dcbe {
  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-73b8dcbe {
  border-color: #f04730; }

.form-input.is-disabled .form-input-field.v-73b8dcbe {
  background: #f7f8fa; }

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

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

.form-input-control.v-73b8dcbe::placeholder {
  color: #9aa3b2; }

.form-input-error.v-73b8dcbe {
  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-70fff4e4 {
  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-70fff4e4 {
  margin-top: 2rem; }

.appointment-form-loading.v-70fff4e4 {
  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-body.v-7ac5cd06 {
  position: relative;
  padding: 2rem 1.5rem 1.5rem;
  overflow: hidden;
  box-sizing: border-box; }

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

.appointment-form-modal-header.v-7ac5cd06 {
  position: relative;
  z-index: 1;
  margin: 0 0 0.5rem; }

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

.appointment-form-modal-title-text.v-7ac5cd06 {
  position: relative;
  z-index: 1; }

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

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

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

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

.appointment-form-modal.v-7ac5cd06 .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-8b0c235e {
  width: 100%; }

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

.suspension-list.v-8b0c235e {
  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-8b0c235e {
  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; }
  .suspension-item.v-8b0c235e:first-child {
    border-radius: 0.25rem 0.25rem 0 0; }
  .suspension-item.v-8b0c235e:last-child {
    border-radius: 0 0 0.25rem 0.25rem; }
  .suspension-item img.v-8b0c235e {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin-bottom: 0.5625rem; }
  .suspension-item span.v-8b0c235e {
    font-size: 0.875rem;
    color: #333;
    text-align: center;
    line-height: 1.25rem;
    font-weight: 400; }
  .suspension-item .suspension-icon-blue.v-8b0c235e {
    display: none; }
  .suspension-item:hover .suspension-icon-black.v-8b0c235e {
    display: none; }
  .suspension-item:hover .suspension-icon-blue.v-8b0c235e,
  .suspension-item:hover .suspension-hover.v-8b0c235e {
    display: block; }
  .suspension-item:hover span.v-8b0c235e {
    color: #3860f4; }

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

.suspension-item.is-line.v-8b0c235e::before {
  top: 0.0625rem; }

.suspension-item.is-line.v-8b0c235e::after {
  bottom: 0; }

.suspension-hover.v-8b0c235e {
  position: absolute;
  display: none;
  width: 14.5rem;
  background: #fff;
  right: 5.625rem;
  border-radius: 0.25rem;
  padding: 1.25rem 0 1.25rem 1.5rem;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.16);
  box-sizing: border-box; }
  .suspension-hover p.v-8b0c235e {
    margin: 0;
    font-size: 0.75rem;
    color: #333;
    line-height: 1.125rem;
    font-weight: 400; }
    .suspension-hover p.v-8b0c235e:first-child {
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 600;
      color: #3860f4; }
  .suspension-hover p.is-muted.v-8b0c235e {
    color: #333 !important;
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
    font-weight: 400 !important; }
  .suspension-hover.v-8b0c235e::after, .suspension-hover.v-8b0c235e::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-8b0c235e::after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
    border-width: 0.5rem;
    margin-top: -0.5rem; }
  .suspension-hover.v-8b0c235e::before {
    border-color: rgba(245, 245, 245, 0);
    border-left-color: #fff;
    border-width: 0.5rem;
    margin-top: -0.5rem; }

.suspension-gotop.v-8b0c235e {
  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-8b0c235e {
    display: block;
    width: 1.4375rem;
    height: 1rem;
    margin-bottom: 0.5625rem; }
  .suspension-gotop span.v-8b0c235e {
    font-size: 0.875rem;
    color: #333;
    text-align: center;
    line-height: 1.25rem;
    font-weight: 400; }
  .suspension-gotop:hover span.v-8b0c235e {
    color: #3860f4; }

@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-758043dc {
  width: 100%;
  min-width: 21.875rem;
  min-height: 100vh;
  box-sizing: border-box;
  /* 边距变量供 SectionContainer / Footer / Hero 内文对齐共用 */
  --page-gutter: 2.25rem; }
  @media only screen and (min-width: 1024px) {
    .base-page.v-758043dc {
      --page-gutter: max(5rem, calc((100vw - 105rem) / 2)); } }

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

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

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

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

.section-header-title.v-3efcfba4 {
  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-3efcfba4 {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 2.375rem; }

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

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

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

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

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

