/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
}
:root {
  --navy: #0b1f3a;
  --blue: #105aa8;
  --ice: #f2f6fc;
  --line: #d9e3ef;
  --orange: #f29a16;
  --text: #16243a;
  --muted: #617087;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--text);
  font-family: "Microsoft YaHei","PingFang SC",Arial,sans-serif;
  line-height: 1.65;
  padding-bottom: 78px;
}
a {
  color: inherit;
  text-decoration: none;
}
.shell {
  width: min(1160px,calc(100% - 40px));
  margin: auto;
}
.site-header {
  height: 78px;
  background: #fffffff2;
  border-bottom: 1px solid #e7edf4;
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(10px);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: linear-gradient(145deg,#1266bc,var(--navy));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 21px;
  font-weight: 800;
  box-shadow: 0 7px 18px #0b488e2e;
}
.brand strong,.brand small {
  display: block;
}
.brand strong {
  color: var(--navy);
  font-size: 20px;
  line-height: 1.15;
}
.brand small {
  color: #7b8798;
  font-size: 11px;
  letter-spacing: 1.5px;
  margin-top: 4px;
}
.header-inner nav {
  display: flex;
  gap: 28px;
  font-size: 14px;
  font-weight: 600;
  color: #3f4d61;
}
.header-inner nav a:hover {
  color: var(--blue);
}
.header-contact {
  border-left: 1px solid var(--line);
  padding-left: 24px;
}
.header-contact small {
  display: block;
  color: #8290a4;
  font-size: 11px;
}
.header-contact strong {
  display: block;
  color: var(--blue);
  font-size: 16px;
}
.hero {
  overflow: hidden;
  background: linear-gradient(120deg,#f7f9fd,#e8f1fb 70%,#f7f9fc);
  border-bottom: 1px solid #dfe7f1;
  position: relative;
}
.hero:after {
  content: "象";
  position: absolute;
  right: 3%;
  top: -105px;
  font-size: 390px;
  font-weight: 900;
  color: #164a8909;
}
.hero-inner {
  min-height: 520px;
  display: grid;
  grid-template-columns: 1.35fr .78fr;
  align-items: center;
  gap: 72px;
  position: relative;
  z-index: 1;
  padding: 55px 0;
}
.eyebrow,.kicker {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}
.eyebrow i {
  width: 26px;
  height: 3px;
  background: var(--orange);
  border-radius: 4px;
}
.hero h1 {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -3px;
  margin: 17px 0 20px;
  color: var(--navy);
}
.hero-lead {
  font-size: 18px;
  color: #526177;
  max-width: 640px;
  margin: 0 0 30px;
}
.hero-actions {
  display: flex;
  gap: 13px;
}
.button {
  min-height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 15px;
  font-weight: 700;
  transition: .2s;
}
.button:hover {
  transform: translateY(-2px);
}
.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 10px 24px #0958b333;
}
.ghost {
  background: #fff;
  border: 1px solid #cad6e4;
}
.trust-row {
  display: flex;
  gap: 22px;
  color: #68778b;
  font-size: 12px;
  margin-top: 27px;
}
.hero-card {
  background: #fff;
  border: 1px solid #dce6f1;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 24px 60px #14325a1f;
  position: relative;
}
.hero-card:before {
  content: "";
  height: 5px;
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  background: linear-gradient(90deg,var(--orange),#ffc862);
  border-radius: 0 0 6px 6px;
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.card-top b {
  font-size: 15px;
}
.card-top em {
  font-style: normal;
  background: #eef5ff;
  color: var(--blue);
  padding: 4px 8px;
  border-radius: 5px;
}
.quick-price {
  font-size: 48px;
  color: var(--navy);
  display: block;
  line-height: 1.15;
  margin-top: 28px;
}
.quick-price small {
  font-size: 14px;
  color: #77859a;
  margin-left: 7px;
}
.hero-card>p {
  margin: 5px 0 22px;
  color: #6c788a;
  font-size: 13px;
}
.mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-block: 1px solid var(--line);
  padding: 17px 0;
  margin-bottom: 16px;
}
.mini-grid div+div {
  border-left: 1px solid var(--line);
  padding-left: 20px;
}
.mini-grid b,.mini-grid span {
  display: block;
}
.mini-grid b {
  font-size: 12px;
  color: #7c8999;
}
.mini-grid span {
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
}
.muted {
  color: #8c97a7;
  font-size: 11px;
}
.section {
  padding: 88px 0;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
}
.section-heading h2,.center-heading h2,.factors-intro h2,.faq-layout h2 {
  font-size: 36px;
  line-height: 1.25;
  color: var(--navy);
  margin: 7px 0 0;
  letter-spacing: -1px;
}
.section-heading>p {
  color: var(--muted);
  margin: 0;
  max-width: 370px;
  text-align: right;
}
.price-table {
  border: 1px solid #c8d7e8;
  border-left: 4px solid var(--orange);
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0 14px 35px #13355e0f;
}
.price-row {
  display: grid;
  grid-template-columns: 1.2fr repeat(3,1fr);
  min-height: 82px;
  align-items: center;
}
.price-row+.price-row {
  border-top: 1px solid #d5e0ec;
}
.price-row>div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 800;
  color: var(--navy);
}
.price-row>div+div {
  border-left: 1px solid #dae4ee;
}
.price-row.price-head {
  min-height: 44px;
  background: #dfeaf7;
}
.price-row.price-head>div {
  font-size: 12px;
  color: #18385f;
}
.price-row.price-head>div:first-child {
  justify-content: flex-start;
  padding-left: 18px;
}
.type-cell {
  justify-content: flex-start !important;
  padding: 0 18px !important;
  flex-direction: column;
  align-items: flex-start !important;
}
.type-cell strong {
  font-size: 15px;
  color: #0a4d96;
}
.type-cell span {
  font-size: 11px;
  color: #8a96a5;
  font-weight: 500;
}
.table-note {
  display: flex;
  justify-content: space-between;
  color: #6c7c91;
  font-size: 11px;
  border-top: 1px solid #e0e7ef;
  padding-top: 14px;
  margin-top: 16px;
}
.center-heading {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 42px;
}
.center-heading p,.factors-intro p,.faq-layout>div>p {
  color: var(--muted);
  margin: 10px 0;
}
.guide-section,.faq-section {
  background: var(--ice);
}
.term-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.term-grid article {
  background: #fff;
  border: 1px solid #dce5ef;
  border-radius: 14px;
  padding: 32px;
  position: relative;
  box-shadow: 0 8px 25px #1833580d;
}
.term-grid article.featured {
  border: 2px solid var(--blue);
  transform: translateY(-8px);
  box-shadow: 0 18px 38px #0e53a01f;
}
.recommend {
  position: absolute;
  right: 20px;
  top: 0;
  transform: translateY(-50%);
  background: var(--orange);
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 800;
}
.term-year {
  font-size: 47px;
  font-weight: 900;
  color: #dce8f5;
  line-height: 1;
}
.term-year small {
  font-size: 15px;
  color: #8fa7c0;
}
.term-grid h3 {
  color: var(--navy);
  font-size: 21px;
  margin: 18px 0 7px;
}
.term-grid p {
  color: var(--muted);
  font-size: 14px;
}
.term-grid ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #edf1f5;
}
.term-grid li {
  font-size: 13px;
  color: #4f5e73;
  margin: 8px 0;
}
.term-grid li:before {
  content: "✓";
  color: var(--orange);
  font-weight: 900;
  margin-right: 8px;
}
.factors-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  align-items: center;
}
.factors-intro h2 {
  font-size: 39px;
  margin: 10px 0 18px;
}
.text-link {
  display: inline-block;
  color: var(--blue);
  font-weight: 800;
  margin-top: 16px;
}
.factor-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.factor-list article {
  display: flex;
  gap: 16px;
  border: 1px solid #dee7f0;
  border-radius: 12px;
  padding: 23px;
  background: #fbfcfe;
}
.factor-list article>span {
  font-size: 12px;
  font-weight: 900;
  color: var(--orange);
}
.factor-list h3 {
  font-size: 17px;
  margin: 0 0 5px;
}
.factor-list p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}
.process-section {
  background: linear-gradient(120deg,#0a1d37,#123f72);
  color: #fff;
}
.heading-light h2 {
  color: #fff;
}
.heading-light p {
  color: #adbed2;
}
.process {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 38px;
}
.process>div {
  text-align: center;
  position: relative;
}
.process div b {
  display: grid;
  place-items: center;
  margin: auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #6180a5;
  color: #ffc45e;
}
.process h3 {
  margin: 14px 0 6px;
}
.process p {
  font-size: 12px;
  color: #a9bbd1;
}
.process i {
  position: absolute;
  right: -25px;
  top: 8px;
  color: #58769a;
}
.faq-layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 80px;
}
.faq-list details {
  background: #fff;
  border: 1px solid #e0e7f0;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 22px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  color: var(--blue);
  font-size: 20px;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--muted);
  font-size: 14px;
}
.risk {
  background: #fff8e9;
  border-block: 1px solid #f5dca7;
}
.risk-inner {
  display: flex;
  gap: 20px;
  padding-block: 26px;
}
.risk-inner>b {
  flex: 0 0 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
}
.risk h2 {
  font-size: 16px;
  margin: 2px 0 5px;
  color: #76500b;
}
.risk p {
  font-size: 12px;
  color: #806b42;
  margin: 0;
}
.contact-section {
  padding: 70px 0;
}
.contact-card {
  background: linear-gradient(120deg,#0e4f99,#0871cc);
  color: #fff;
  border-radius: 20px;
  padding: 45px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-shadow: 0 20px 50px #0a529c33;
}
.contact-card .kicker {
  color: #9ed0ff;
}
.contact-card h2 {
  font-size: 34px;
  margin: 5px 0;
}
.contact-card p {
  margin: 0;
  color: #d2e7fb;
}
.contact-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.light-button {
  background: #fff;
  color: var(--navy);
}
.outline-button {
  color: #fff;
  border: 1px solid #ffffff8c;
}
footer {
  background: #08182c;
  color: #9dafc4;
  padding: 55px 0 95px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.5fr .7fr 1fr;
  gap: 50px;
}
.brand-light strong {
  color: #fff;
}
.footer-main>div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}
.footer-main>div b {
  color: #fff;
  margin-bottom: 7px;
}
.copyright {
  border-top: 1px solid #20344e;
  margin-top: 40px;
  padding-top: 18px;
  font-size: 11px;
  display: flex;
  justify-content: space-between;
}
.floating-contact {
  position: fixed;
  z-index: 60;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  width: min(900px,calc(100% - 28px));
  height: 64px;
  background: #071a32f7;
  color: #fff;
  border: 1px solid #38516d;
  border-radius: 13px;
  display: grid;
  grid-template-columns: 1fr 170px 170px;
  align-items: center;
  padding: 7px 8px 7px 24px;
  box-shadow: 0 14px 40px #0000004d;
}
.floating-contact>div span,.floating-contact>div strong {
  display: block;
}
.floating-contact>div span {
  font-size: 11px;
  color: #9eb0c5;
}
.floating-contact>a {
  height: 48px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 14px;
}
.float-phone {
  background: #fff;
  color: var(--navy);
}
.float-wechat {
  background: #20a85a;
  margin-left: 7px;
}
@media (max-width:900px) {
  .header-inner nav {
    display: none;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .hero h1 {
    font-size: 54px;
  }
  .hero-card {
    max-width: 560px;
  }
  .factors-layout,.faq-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .term-grid {
    grid-template-columns: 1fr;
  }
  .term-grid article.featured {
    transform: none;
  }
  .process {
    grid-template-columns: 1fr 1fr;
  }
  .process i {
    display: none;
  }
  .contact-card {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-main>.brand {
    grid-column: 1/-1;
  }
}
@media (max-width:640px) {
  body {
    padding-bottom: 62px;
  }
  .shell {
    width: calc(100% - 28px);
  }
  .site-header {
    height: 66px;
  }
  .brand-mark {
    width: 38px;
    height: 38px;
  }
  .brand strong {
    font-size: 17px;
  }
  .brand small {
    font-size: 9px;
  }
  .header-contact {
    padding-left: 12px;
  }
  .header-contact small {
    display: none;
  }
  .header-contact strong {
    font-size: 12px;
  }
  .hero-inner {
    padding: 44px 0;
  }
  .hero h1 {
    font-size: 43px;
    letter-spacing: -2px;
  }
  .hero-lead {
    font-size: 15px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .button {
    width: 100%;
  }
  .trust-row {
    flex-wrap: wrap;
    gap: 8px 16px;
  }
  .hero-card {
    padding: 22px;
  }
  .quick-price {
    font-size: 39px;
  }
  .section {
    padding: 62px 0;
  }
  .section-heading {
    display: block;
  }
  .section-heading h2,.center-heading h2,.factors-intro h2,.faq-layout h2 {
    font-size: 28px;
  }
  .section-heading>p {
    text-align: left;
    margin-top: 10px;
  }
  .price-head {
    display: none;
  }
  .price-row {
    grid-template-columns: repeat(3,1fr);
    min-height: auto;
    padding: 16px 12px;
  }
  .price-row .type-cell {
    grid-column: 1/-1;
    border: 0 !important;
    padding: 0 0 12px !important;
    flex-direction: row;
    justify-content: space-between !important;
  }
  .price-row>div {
    height: auto;
    font-size: 19px;
    flex-direction: column;
  }
  .price-row>div[data-label]:before {
    content: attr(data-label);
    font-size: 10px;
    color: #8390a1;
  }
  .table-note {
    display: block;
  }
  .table-note span {
    display: block;
  }
  .factor-list {
    grid-template-columns: 1fr;
  }
  .process {
    gap: 22px;
  }
  .contact-card {
    padding: 30px 22px;
  }
  .contact-card h2 {
    font-size: 27px;
  }
  .contact-actions {
    width: 100%;
    flex-direction: column;
  }
  .footer-main {
    grid-template-columns: 1fr;
  }
  .footer-main>.brand {
    grid-column: auto;
  }
  .copyright {
    display: block;
  }
  .copyright span {
    display: block;
  }
  .floating-contact {
    bottom: 0;
    width: 100%;
    height: 62px;
    border-radius: 0;
    grid-template-columns: 1fr 1fr;
    padding: 7px;
  }
  .floating-contact>div {
    display: none;
  }
  .floating-contact>a {
    height: 48px;
  }
  .float-wechat {
    margin-left: 6px;
  }
}
.header-contact {
  border: 0;
  background: var(--blue);
  color: #fff;
  padding: 9px 18px;
  border-radius: 10px;
  box-shadow: 0 8px 20px #105aa833;
  transition: .2s;
}
.header-contact:hover {
  transform: translateY(-1px);
  box-shadow: 0 11px 26px #105aa84d;
}
.header-contact small {
  color: #d8ebff;
  font-size: 11px;
  letter-spacing: 1px;
}
.header-contact strong {
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: .7px;
}
.contact-copy {
  max-width: 620px;
}
.contact-copy .light-button {
  margin-top: 24px;
  font-size: 18px;
  padding-inline: 30px;
}
.wechat-qr {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}
.wechat-qr img {
  width: 142px;
  height: 149px;
  object-fit: cover;
  background: #fff;
  border: 8px solid #fff;
  border-radius: 12px;
  box-shadow: 0 12px 30px #042d5c4d;
}
.wechat-qr figcaption strong,.wechat-qr figcaption span {
  display: block;
}
.wechat-qr figcaption strong {
  font-size: 16px;
}
.wechat-qr figcaption span {
  font-size: 12px;
  color: #cde5fb;
  margin-top: 3px;
}
.floating-contact {
  grid-template-columns: 1fr 280px;
}
.float-phone {
  font-size: 16px !important;
  letter-spacing: .4px;
}
@media (max-width:640px) {
  .header-contact {
    padding: 8px 10px;
  }
  .header-contact strong {
    font-size: 16px;
    letter-spacing: 0;
  }
  .wechat-qr {
    width: 100%;
    justify-content: center;
    background: #ffffff12;
    border-radius: 12px;
    padding: 14px;
  }
  .wechat-qr img {
    width: 128px;
    height: 134px;
  }
  .wechat-qr figcaption {
    text-align: left;
  }
  .floating-contact {
    grid-template-columns: 1fr;
  }
  .floating-contact>a {
    width: 100%;
  }
  .float-phone {
    font-size: 15px !important;
  }
}
.header-contact {
  padding: 10px 20px;
}
.header-contact strong {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 1px;
}
@media (max-width:640px) {
  .header-contact {
    padding: 9px 11px;
  }
  .header-contact strong {
    font-size: 18px;
    letter-spacing: .2px;
  }
}
.header-inner nav {
  gap: 34px;
  font-size: 17px;
  font-weight: 700;
}
.header-inner nav a {
  padding: 8px 2px;
}
.articles-section {
  background: #fff;
}
.article-list {
  border-top: 2px solid var(--navy);
}
.article-item {
  display: grid;
  grid-template-columns: 82px 1fr 40px;
  gap: 24px;
  align-items: center;
  padding: 25px 18px;
  border-bottom: 1px solid #e1e8f0;
  transition: .2s;
}
.article-item:hover {
  background: #f6f9fd;
  transform: translateX(4px);
}
.article-date {
  text-align: center;
  border-right: 1px solid #dce5ef;
  padding-right: 18px;
}
.article-date strong,.article-date span {
  display: block;
}
.article-date strong {
  font-size: 29px;
  color: var(--navy);
  line-height: 1;
}
.article-date span {
  font-size: 11px;
  color: #8290a3;
  margin-top: 6px;
}
.article-category,.article-new {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
}
.article-category {
  color: var(--blue);
  background: #eaf3fd;
}
.article-new {
  color: #fff;
  background: var(--orange);
  margin-left: 7px;
}
.article-content h3 {
  font-size: 18px;
  color: var(--navy);
  margin: 8px 0 4px;
}
.article-content p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}
.article-arrow {
  font-size: 22px;
  color: #8ba1ba;
}
.header-inner nav {
  gap: 29px;
}
@media (max-width:640px) {
  .article-item {
    grid-template-columns: 55px 1fr;
    gap: 14px;
    padding: 20px 4px;
  }
  .article-date {
    padding-right: 12px;
  }
  .article-date strong {
    font-size: 24px;
  }
  .article-arrow {
    display: none;
  }
  .article-content h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .article-content p {
    font-size: 12px;
  }
}
.article-item {
  color: inherit;
  text-decoration: none;
}
.detail-page {
  background: #f5f8fc;
  min-height: 100vh;
}
.detail-header {
  height: 76px;
  background: #fff;
  border-bottom: 1px solid #e2e9f1;
}
.detail-header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-hero {
  background: linear-gradient(120deg,#eaf2fb,#f8fafc);
  border-bottom: 1px solid #dce6f0;
}
.detail-hero-inner {
  padding-top: 38px;
  padding-bottom: 50px;
}
.breadcrumb {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #76859a;
  font-size: 12px;
  margin-bottom: 27px;
}
.breadcrumb a:hover {
  color: var(--blue);
}
.breadcrumb em {
  font-style: normal;
}
.detail-category {
  display: inline-block;
  background: #dfedfb;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 5px;
}
.detail-hero h1 {
  font-size: 42px;
  line-height: 1.35;
  color: var(--navy);
  max-width: 880px;
  margin: 15px 0 12px;
  letter-spacing: -1px;
}
.detail-hero p {
  font-size: 17px;
  color: #5f6e82;
  max-width: 760px;
  margin: 0;
}
.detail-meta {
  display: flex;
  gap: 25px;
  color: #8592a4;
  font-size: 12px;
  margin-top: 22px;
}
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 300px;
  gap: 38px;
  align-items: start;
  padding-top: 45px;
  padding-bottom: 85px;
}
.article-body {
  background: #fff;
  border: 1px solid #e0e7ef;
  border-radius: 14px;
  padding: 46px 52px;
  box-shadow: 0 10px 28px #1b3f6a0d;
}
.article-lead {
  font-size: 17px;
  color: #40546c;
  background: #f1f6fc;
  border-left: 4px solid var(--orange);
  padding: 18px 21px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 35px;
}
.article-body section+section {
  margin-top: 34px;
}
.article-body h2 {
  font-size: 25px;
  color: var(--navy);
  margin: 0 0 14px;
  padding-left: 14px;
  position: relative;
}
.article-body h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 24px;
  background: var(--blue);
  border-radius: 4px;
}
.article-body p {
  font-size: 16px;
  line-height: 2;
  color: #435268;
  margin: 10px 0;
}
.article-callout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: linear-gradient(120deg,#0d4e96,#0871cc);
  color: #fff;
  border-radius: 12px;
  padding: 24px 27px;
  margin-top: 42px;
}
.article-callout strong,.article-callout span {
  display: block;
}
.article-callout span {
  font-size: 12px;
  color: #cde2f7;
}
.article-callout a {
  background: #fff;
  color: var(--blue);
  padding: 11px 16px;
  border-radius: 7px;
  font-weight: 800;
  white-space: nowrap;
}
.aside-card {
  background: #fff;
  border: 1px solid #e0e7ef;
  border-radius: 12px;
  padding: 24px;
}
.aside-card h2 {
  font-size: 19px;
  margin: 0 0 10px;
  color: var(--navy);
}
.aside-card a {
  display: block;
  padding: 16px 0;
  border-top: 1px solid #edf1f5;
}
.aside-card a span,.aside-card a strong {
  display: block;
}
.aside-card a span {
  font-size: 10px;
  color: #8a97a8;
}
.aside-card a strong {
  font-size: 14px;
  line-height: 1.55;
  margin-top: 4px;
}
.aside-card a:hover strong {
  color: var(--blue);
}
.back-list {
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  padding: 12px;
  margin-top: 14px;
  color: var(--blue);
  font-weight: 700;
  font-size: 13px;
}
.detail-footer {
  background: #08182c;
  color: #91a3b8;
  padding: 28px 0 90px;
  font-size: 12px;
}
@media (max-width:900px) {
  .detail-layout {
    grid-template-columns: 1fr;
  }
  .detail-aside {
    display: grid;
    grid-template-columns: 1fr;
  }
  .detail-hero h1 {
    font-size: 34px;
  }
}
@media (max-width:640px) {
  .detail-header {
    height: 66px;
  }
  .detail-hero-inner {
    padding-top: 27px;
    padding-bottom: 36px;
  }
  .breadcrumb {
    margin-bottom: 20px;
  }
  .detail-hero h1 {
    font-size: 28px;
  }
  .detail-hero p {
    font-size: 14px;
  }
  .detail-meta {
    display: block;
  }
  .detail-meta span {
    display: block;
  }
  .detail-layout {
    padding-top: 20px;
    padding-bottom: 55px;
  }
  .article-body {
    padding: 26px 20px;
  }
  .article-lead {
    font-size: 14px;
  }
  .article-body h2 {
    font-size: 21px;
  }
  .article-body p {
    font-size: 15px;
    line-height: 1.9;
  }
  .article-callout {
    align-items: flex-start;
    flex-direction: column;
  }
  .article-callout a {
    width: 100%;
    text-align: center;
  }
}
.float-phone {
  background: #20a85a;
  color: #fff;
  box-shadow: 0 8px 20px #0b7d3d59;
}
.float-phone:hover {
  background: #178d4b;
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
}
.floating-contact {
  left: 0;
  bottom: 0;
  transform: none;
  width: 100%;
  height: 78px;
  border-width: 1px 0 0;
  border-radius: 0;
  grid-template-columns: minmax(260px,1fr) minmax(390px,520px);
  padding: 10px clamp(24px,5vw,80px);
  box-shadow: 0 -8px 30px #00000038;
}
.floating-contact>div strong {
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: .6px;
}
.floating-contact>a {
  height: 56px;
  font-size: 21px !important;
  border-radius: 10px;
}
.float-phone span {
  font-size: inherit;
}
@media (max-width:640px) {
  body {
    padding-bottom: 68px;
  }
  .floating-contact {
    height: 68px;
    grid-template-columns: 1fr;
    padding: 7px 10px;
  }
  .floating-contact>a {
    height: 54px;
    font-size: 19px !important;
    border-radius: 9px;
  }
}
