body { -webkit-font-smoothing: antialiased; }
a { text-decoration: none; }

.partner-marquee {
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}
.partner-marquee-track {
  display: flex;
  width: max-content;
  animation: partner-scroll-left 40s linear infinite;
  pointer-events: none;
}
.partner-marquee-track-reverse {
  animation-name: partner-scroll-right;
}
.partner-marquee img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
@keyframes partner-scroll-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes partner-scroll-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (max-width: 1023px) {
  .partner-marquee {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .partner-marquee-row-web {
    display: none;
  }
  .partner-marquee-track {
    animation-duration: 20s;
  }
  /* 间距 = 组尾 padding，两段等宽拼接，头尾相接循环 */
  .partner-marquee-track > .flex {
    gap: 16px;
    padding-right: 16px;
    flex-shrink: 0;
  }
  .partner-marquee .h-\[88px\].w-\[198px\] {
    width: 148px;
    height: 66px;
    padding: 0;
  }
  .partner-marquee .h-\[88px\].w-\[198px\] img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .partner-marquee .absolute.h-\[88px\] {
    height: 100%;
    width: 56px;
  }
}

@media (min-width: 1024px) {
  .partner-marquee-row-mobile {
    display: none;
  }
}

.product-hero-illustration {
  width: 500px;
  height: 500px;
  flex-shrink: 0;
}
.product-hero-illustration img {
  display: block;
  width: 500px;
  height: 500px;
  max-width: none;
  object-fit: contain;
}

.hero-banner-img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
.hero-banner-img.object-bottom {
  object-position: center bottom;
}

@media (max-width: 767px) {
  h2.text-\[30px\] {
    font-size: 22px;
    line-height: 26px;
  }
}

/* 移动端全局字号减 2px，桌面端（≥1024px）保持原值 */
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }

  .text-xs { font-size: 10px; }
  .text-sm { font-size: 13px; }
  .text-base { font-size: 14px; }
  .text-lg { font-size: 16px; }
  .text-xl { font-size: 18px; }
  .text-2xl { font-size: 22px; }
  .text-3xl { font-size: 28px; }
  .text-4xl { font-size: 34px; }
  .text-5xl { font-size: 46px; }
  .text-\[20px\] { font-size: 18px; }
  .text-\[22px\] { font-size: 20px; }
  .text-\[28px\] { font-size: 26px; }
  .text-\[30px\] { font-size: 28px; }
  .text-\[50px\] { font-size: 48px; }

  /* 产品页区块标题再减 2px：痛点 / 产品介绍 / 核心优势 / 适用场景 / 客户价值
     价格页「核心优势」与产品页区块标题保持同级 */
  #pain-points h2,
  #product-intro h2,
  #advantages h2,
  #scenarios h2,
  #values h2,
  .pricing-advantages-section h2 {
    font-size: 26px;
    line-height: 32px;
  }

  /* 智链 / 智产 / 智风控「核心客户价值」绿色数字 20px，仅移动端 */
  #values .text-\[28px\].text-secondary {
    font-size: 20px;
  }

  /* 页脚简介再减 2px，仅移动端 */
  .footer-desc {
    font-size: 13px;
  }

  /* 各页 Hero 标题：相对当前移动端字号 +2px */
  h1.text-3xl {
    font-size: 30px;
  }

  /* 首页「核心产品」副标题：相对当前移动端字号 -2px */
  .home-products-desc {
    font-size: 13px;
  }

  /* 解决方案页 12px 文案，仅移动端改为 13px */
  .section-title .en,
  .arch-flow-node,
  .arch-feature,
  .arch-bottom .sub,
  .data-card .label,
  .arch-layer .l-d,
  .arch-module {
    font-size: 13px;
  }
  [style*="font-size:12px"] {
    font-size: 13px !important;
  }

  /* 智仓「核心客户价值」：分组标题在白色卡片上方居中，仅移动端 */
  #values .lg\:flex-row {
    flex-direction: column;
    align-items: stretch;
  }
  #values .lg\:flex-row > .shrink-0 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    line-height: 1;
  }
  #values .lg\:flex-row .bg-white.flex.flex-col {
    justify-content: center;
  }

  /* 说明文字铺满白卡；箭头始终跟文字同一行 */
  #values .bg-white.flex.flex-col {
    padding-left: 8px;
    padding-right: 8px;
  }
  #values .bg-white.flex.flex-col > .flex.items-center {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 4px;
  }
  #values .bg-white.flex.flex-col > .flex.items-center span {
    white-space: nowrap;
  }
  #values .bg-white.flex.flex-col > .flex.items-center img {
    display: block;
    flex-shrink: 0;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  #pain-points h2,
  #product-intro h2,
  #advantages h2,
  #scenarios h2,
  #values h2,
  .pricing-advantages-section h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .sm\:text-xs { font-size: 10px; }
  .sm\:text-sm { font-size: 13px; }
  .sm\:text-base { font-size: 14px; }
  .sm\:text-lg { font-size: 16px; }
  .sm\:text-xl { font-size: 18px; }
  .sm\:text-2xl { font-size: 22px; }
  .sm\:text-3xl { font-size: 28px; }
  .sm\:text-4xl { font-size: 34px; }
  .sm\:text-5xl { font-size: 46px; }
  .sm\:text-\[20px\] { font-size: 18px; }
  .sm\:text-\[22px\] { font-size: 20px; }
  .sm\:text-\[28px\] { font-size: 26px; }
  .sm\:text-\[30px\] { font-size: 28px; }
  .sm\:text-\[50px\] { font-size: 48px; }

  h1.sm\:text-4xl {
    font-size: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .md\:text-xs { font-size: 10px; }
  .md\:text-sm { font-size: 13px; }
  .md\:text-base { font-size: 14px; }
  .md\:text-lg { font-size: 16px; }
  .md\:text-xl { font-size: 18px; }
  .md\:text-2xl { font-size: 22px; }
  .md\:text-3xl { font-size: 28px; }
  .md\:text-4xl { font-size: 34px; }
  .md\:text-5xl { font-size: 46px; }
  .md\:text-\[20px\] { font-size: 18px; }
  .md\:text-\[22px\] { font-size: 20px; }
  .md\:text-\[28px\] { font-size: 26px; }
  .md\:text-\[30px\] { font-size: 28px; }
  .md\:text-\[50px\] { font-size: 48px; }
}

/* 移动端边距/间距：对齐解决方案长图，桌面端（≥1024px）保持原值
   左右 16px、区块上下 48px、标题到内容 14px、卡片间距 14px
   卡片内边距 16px、页脚上下 24px / 内部 gap 18px */
@media (max-width: 1023px) {
  .max-w-\[1280px\].mx-auto,
  .max-w-3xl.mx-auto {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .py-\[82px\] {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .pb-\[82px\] {
    padding-bottom: 48px;
  }

  .mb-12 {
    margin-bottom: 14px;
  }

  main .gap-12,
  section .gap-12 {
    gap: 14px;
  }

  /* 标题已有父级 gap 时不再叠加 mb-12 */
  main .flex.flex-col.gap-12 > .mb-12,
  main .flex.flex-col.gap-12 > .text-center.mb-12 {
    margin-bottom: 0;
  }

  main .grid.gap-6,
  main .grid.md\:gap-6,
  main .flex.flex-col.lg\:flex-row.gap-6,
  main .md\:gap-8 {
    gap: 14px;
  }

  main .p-6 {
    padding: 16px;
  }

  main > section.relative .flex.flex-col.gap-6 {
    gap: 14px;
  }

  .sub-nav-track {
    gap: 1.5rem;
  }

  footer .max-w-\[1280px\] {
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 18px;
  }

  /* 产品页适用场景：绿勾紧跟标题，并与标题垂直居中 */
  #scenarios .bg-bg.rounded-md h3 {
    display: flex;
    align-items: center;
  }
  #scenarios .bg-bg.rounded-md h3 img {
    display: block;
    flex-shrink: 0;
    margin-left: 4px;
  }
}

.sub-nav-track {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.sub-nav-track::-webkit-scrollbar {
  display: none;
}

.footer-desc {
  word-break: break-word;
}

.footer-meta-row {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 100px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  white-space: nowrap;
}

.footer-meta-row a {
  color: inherit;
  text-decoration: none;
}

.footer-meta-row a:hover {
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1023px) {
  .footer-meta-row {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    white-space: normal;
    font-size: 13px;
  }
}

.pricing-compare-table {
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 1024px) {
  .pricing-compare-table {
    overflow-x: visible;
  }
}

#compare-details {
  --pricing-compare-nav-top: 65px;
}

.pricing-compare-thead {
  position: sticky;
  top: var(--pricing-compare-nav-top);
  z-index: 30;
  background-color: #f7f8fb;
}

.footer-contact,
.header-contact-wrap {
  position: relative;
  z-index: 2;
}
.footer-contact-btn,
.header-contact-btn {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
}
.footer-popover,
.header-popover {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  align-items: center;
  z-index: 50;
  pointer-events: none;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.08));
}
.footer-popover {
  bottom: calc(100% + 8px);
}
.header-popover {
  top: calc(100% + 8px);
}
.footer-contact.is-open .footer-popover,
.header-contact-wrap.is-open .header-popover {
  display: flex;
}
.footer-popover-panel,
.header-popover-panel {
  background: #fff;
  border-radius: 6px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  white-space: nowrap;
}
.footer-popover-arrow,
.header-popover-arrow {
  width: 16px;
  height: 8px;
  flex-shrink: 0;
  display: block;
}
.footer-popover-arrow {
  transform: scaleY(-1);
}
.footer-popover-panel--wechat {
  white-space: normal;
}
footer.bg-footer,
footer.bg-footer > div,
.footer-icons-row {
  overflow: visible;
}
.footer-contact-btn,
.header-contact-btn {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.footer-contact-btn img {
  transition: opacity 0.2s ease;
}
.footer-contact.is-open .footer-contact-btn {
  background: rgba(255, 255, 255, 0.2);
}
.footer-contact.is-open .footer-contact-btn img {
  opacity: 1;
}
.header-contact-wrap.is-open .header-contact-btn {
  background: #0952d4;
}

.site-nav {
  position: relative;
  overflow: visible;
}

header,
header > div,
#product-nav-trigger,
#solution-nav-trigger {
  overflow: visible;
}

#product-nav-trigger::after,
#solution-nav-trigger::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 12px;
}

#product-dropdown,
#solution-dropdown {
  z-index: 70;
}

@media (min-width: 1024px) {
  #product-nav-trigger:hover #product-dropdown,
  #product-nav-trigger:focus-within #product-dropdown,
  #product-dropdown:hover,
  #solution-nav-trigger:hover #solution-dropdown,
  #solution-nav-trigger:focus-within #solution-dropdown,
  #solution-dropdown:hover {
    display: block;
  }
}

.nav-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: #0A64FA;
  border-radius: 1px;
  pointer-events: none;
  opacity: 0;
  transform: translateX(0);
  transition: none;
  will-change: transform;
}
.nav-indicator.is-ready {
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
}
.nav-indicator.is-hidden {
  opacity: 0;
}

.site-header--dark {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.site-header--dark.is-scrolled {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.site-header--dark.is-scrolled nav > a,
.site-header--dark.is-scrolled nav > span.nav-item,
.site-header--dark.is-scrolled #product-nav-trigger > a,
.site-header--dark.is-scrolled #solution-nav-trigger > a {
  color: #333 !important;
}
.site-header--dark.is-scrolled nav > a:hover,
.site-header--dark.is-scrolled #product-nav-trigger > a:hover,
.site-header--dark.is-scrolled #solution-nav-trigger > a:hover {
  color: #0A64FA !important;
}
.site-header--dark.is-scrolled nav > a.font-medium,
.site-header--dark.is-scrolled #product-nav-trigger > a.font-medium,
.site-header--dark.is-scrolled #solution-nav-trigger > a.font-medium {
  color: #0A64FA !important;
}

.about-hero-title span {
  white-space: nowrap;
}

/* 资讯/关于我们 Banner：仅移动端对齐价格页 Hero（240px 可视区 + 文案水平/垂直居中），Web 不变 */
@media (max-width: 1023px) {
  /* logo 32×107 → 24×80，顶栏 65 → 52，随 logo 等比收矮 */
  header.h-\[65px\] {
    height: 52px;
  }
  header .h-8.w-\[107px\],
  footer .h-8.w-\[107px\] {
    height: 24px;
    width: 80px;
  }

  .site-header--dark ~ main > section.h-\[350px\] {
    height: 292px;
  }
  .site-header--dark ~ main > section.h-\[350px\] > .relative.z-10 {
    padding-top: 52px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .site-header--dark ~ main > section.h-\[350px\] > .relative.z-10 > div {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  #sub-nav.top-\[65px\] {
    top: 52px;
  }
  .scroll-mt-\[121px\] {
    scroll-margin-top: 108px;
  }
  .scroll-mt-\[145px\] {
    scroll-margin-top: 132px;
  }
  #compare-details {
    --pricing-compare-nav-top: 52px;
  }
  .mobile-nav-panel {
    max-height: calc(100vh - 52px);
  }
}

.pricing-tip-btn {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}
.pricing-tip-btn:hover,
.pricing-tip-btn:focus-visible {
  opacity: 0.75;
  outline: none;
}
.pricing-tip-float {
  position: fixed;
  z-index: 80;
  display: flex;
  align-items: center;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.08));
  pointer-events: auto;
}
.pricing-tip-float[hidden] {
  display: none !important;
}
.pricing-tip-float-caret {
  width: 8px;
  height: 16px;
  flex-shrink: 0;
  display: block;
}
.pricing-tip-float-caret img {
  width: 8px;
  height: 16px;
  display: block;
}
.pricing-tip-float[data-placement="left"] {
  flex-direction: row-reverse;
}
.pricing-tip-float[data-placement="left"] .pricing-tip-float-caret img {
  transform: scaleX(-1);
}
.pricing-tip-float-panel {
  background: #fff;
  border-radius: 6px;
  padding: 16px;
  max-width: 368px;
  color: #666;
  font-size: 14px;
  line-height: 18px;
  white-space: normal;
  word-break: break-word;
}

@media (max-width: 1023px) {
  .pricing-tip-float[data-placement="top"] {
    flex-direction: column-reverse;
    align-items: flex-start;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.12));
  }

  .pricing-tip-float[data-placement="top"] .pricing-tip-float-caret {
    width: 20px;
    height: 10px;
    flex-shrink: 0;
    margin-left: var(--tip-caret-left, 0px);
  }

  .pricing-tip-float[data-placement="top"] .pricing-tip-float-caret img {
    display: none;
  }

  .pricing-tip-float[data-placement="top"] .pricing-tip-float-caret::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
  }

  .pricing-tip-float[data-placement="top"] .pricing-tip-float-panel {
    max-width: min(280px, calc(100vw - 32px));
    padding: 12px 16px;
    color: #666;
    font-size: 10px;
    line-height: 16px;
    text-align: left;
    border-radius: 8px;
  }
}

.pricing-compare-group {
  display: block;
}

.pricing-compare-toggle {
  border: 0;
  cursor: pointer;
  padding: 0;
  width: 100%;
  background-color: #e9f2fe;
}

@media (min-width: 1024px) {
  .pricing-compare-toggle > div:first-child {
    justify-content: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (max-width: 1023px) {
  .pricing-compare-thead {
    position: static;
  }
}
.pricing-compare-toggle:hover {
  filter: brightness(0.98);
}
.pricing-compare-arrow-right {
  display: none;
}
.pricing-compare-group:not(.is-open) .pricing-compare-arrow-down {
  display: none;
}
.pricing-compare-group:not(.is-open) .pricing-compare-arrow-right {
  display: block;
}
.pricing-compare-group:not(.is-open) .pricing-compare-body {
  display: none;
}

@media (max-width: 1023px) {
  .pricing-advantages-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .pricing-advantages-section > .max-w-\[1280px\] {
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 14px;
  }

  .pricing-advantages {
    gap: 0.5rem;
  }

  /* 保持三列横向布局，取消固定行高 */
  .pricing-advantages > .flex {
    gap: 0.5rem;
    height: auto;
    min-height: 0;
    align-items: stretch;
  }

  .pricing-advantages > .flex > .flex-1 {
    min-width: 0;
    height: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .pricing-advantages > .flex > .flex-1.rounded-l-\[30px\] {
    border-radius: 1rem 0 0 1rem;
  }

  .pricing-advantages > .flex > .flex-1.rounded-r-\[30px\] {
    border-radius: 0 1rem 1rem 0;
  }

  .pricing-advantages > .flex > .flex-1 p {
    font-size: 13px;
    line-height: 1.5;
  }

  .pricing-advantages > .flex:first-child > .flex-1 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .pricing-advantages > .flex:first-child > .flex-1 span {
    font-size: 14px;
    line-height: 1.5rem;
  }

  .pricing-advantages > .flex > .w-\[60px\] {
    width: 2.75rem;
    height: 2.75rem;
    min-height: 2.75rem;
    align-self: center;
    flex-shrink: 0;
  }

  .pricing-advantages > .flex:first-child > .w-\[60px\] span {
    font-size: 16px;
  }

  .pricing-advantages > .flex > .rounded-full {
    font-size: 13px;
    line-height: 14px;
  }

  .pricing-advantages > .flex > .rounded-full span {
    line-height: 14px;
  }
}

.product-dropdown-panel {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  width: 224px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.product-dropdown-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 16px;
  background: #fff;
  text-decoration: none;
}

.product-dropdown-item:hover {
  background: #F7F8FB;
}

.product-dropdown-divider {
  height: 0;
  border: 0;
  border-top: 0.5px solid rgba(51, 51, 51, 0.2);
  margin: 0;
  flex-shrink: 0;
}

.solution-dropdown-panel {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  width: 224px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.solution-dropdown-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 16px;
  background: #fff;
  text-decoration: none;
}

.solution-dropdown-item:hover {
  background: #F7F8FB;
}

.solution-dropdown-label {
  font-size: 14px;
  line-height: 18px;
  color: #666;
}

.solution-dropdown-title {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  font-weight: 400;
}

.solution-dropdown-title.is-active {
  color: #0A64FA;
  font-weight: 500;
}

.solution-dropdown-divider {
  height: 0;
  border: 0;
  border-top: 0.5px solid rgba(51, 51, 51, 0.2);
  margin: 0;
  flex-shrink: 0;
}

.mobile-nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 6px;
  background: #fff;
  color: #333;
  cursor: pointer;
  flex-shrink: 0;
}
.site-header--dark:not(.is-scrolled) .mobile-nav-toggle {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.mobile-nav-toggle-icon,
.mobile-nav-toggle-icon::before,
.mobile-nav-toggle-icon::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  position: relative;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.mobile-nav-toggle-icon::before,
.mobile-nav-toggle-icon::after {
  content: '';
  position: absolute;
  left: 0;
}
.mobile-nav-toggle-icon::before { top: -6px; }
.mobile-nav-toggle-icon::after { top: 6px; }
.mobile-nav-open .mobile-nav-toggle-icon { background: transparent; }
.mobile-nav-open .mobile-nav-toggle-icon::before { top: 0; transform: rotate(45deg); }
.mobile-nav-open .mobile-nav-toggle-icon::after { top: 0; transform: rotate(-45deg); }

.mobile-nav-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 60;
  max-height: calc(100vh - 65px);
  overflow-y: auto;
  background: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.12);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  padding: 12px 16px 20px;
}
.site-header--dark .mobile-nav-panel,
.site-header--dark.is-scrolled .mobile-nav-panel {
  background: #fff;
}
.mobile-nav-link,
.mobile-nav-group-toggle,
.mobile-nav-contact {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 8px;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.mobile-nav-link.is-active,
.mobile-nav-group.is-open > .mobile-nav-group-toggle {
  color: #0A64FA;
  font-weight: 500;
}
.mobile-nav-group-toggle::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-left: auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.mobile-nav-group.is-open > .mobile-nav-group-toggle::after {
  transform: rotate(-135deg);
}
.mobile-nav-sub {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 0 8px 12px;
}
.mobile-nav-sub.hidden { display: none; }
.mobile-nav-sublink {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 8px;
  border-radius: 6px;
  color: #333;
}
.mobile-nav-sublink:hover { background: #F7F8FB; }
.mobile-nav-sublink.is-active .mobile-nav-sublink-title {
  color: #0A64FA;
  font-weight: 500;
}
.mobile-nav-sublink-title { font-size: 13px; line-height: 22px; }
.mobile-nav-sublink-desc,
.mobile-nav-sublink-label { font-size: 11px; line-height: 18px; color: #666; }
.mobile-nav-contact {
  margin-top: 8px;
  justify-content: center;
  background: #0A64FA;
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
}
.mobile-nav-contact:hover { background: #0952d4; }
body.mobile-nav-lock { overflow: hidden; }

@media (min-width: 1024px) {
  .mobile-nav-panel,
  .mobile-nav-toggle {
    display: none !important;
  }
}

/* 资讯详情页正文排版样式 */
.article-body {
  font-size: 16px;
  line-height: 1.85;
  color: #333333;
  word-break: break-word;
}
.article-body p {
  margin-bottom: 1.25rem;
  line-height: 1.85;
}
.article-body img {
  max-width: 100% !important;
  height: auto !important;
  margin: 1.75rem auto;
  display: block;
  border-radius: 8px;
}
.article-body h1, .article-body h2, .article-body h3, .article-body h4 {
  color: #0E101A;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.article-body blockquote {
  border-left: 4px solid #2A91D0;
  padding: 0.85rem 1.25rem;
  margin: 1.5rem 0;
  color: #64748b;
  background-color: #F8FAFC;
  border-radius: 0 8px 8px 0;
}
.article-body ul, .article-body ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}
.article-body ul { list-style-type: disc; }
.article-body ol { list-style-type: decimal; }
.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}
.article-body th, .article-body td {
  border: 1px solid #e2e8f0;
  padding: 0.75rem 1rem;
  text-align: left;
}

