.elementor-kit-6{--e-global-color-primary:#1A4B8C;--e-global-color-secondary:#222222;--e-global-color-text:#555555;--e-global-color-accent:#888888;--e-global-color-52d6192:#F8F9FA;--e-global-color-c9ae480:#E5E7EB;--e-global-color-7028ebf:#E8F4FD;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#222222;font-size:16px;font-weight:400;line-height:1.8;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );color:#FFFFFF;border-radius:8px 8px 8px 8px;padding:14px 32px 14px 32px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#153A6F;color:#FFFFFF;border-radius:8px 8px 8px 8px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-size:32px;font-weight:700;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-size:26px;font-weight:700;}.elementor-kit-6 h3{color:var( --e-global-color-secondary );font-size:22px;font-weight:700;}.elementor-kit-6 h4{font-size:18px;font-weight:600;}.elementor-kit-6 h5{color:var( --e-global-color-text );font-size:16px;font-weight:600;}.elementor-kit-6 h6{color:var( --e-global-color-accent );font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ===== 加载思源字体 ===== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&family=Noto+Serif+SC:wght@400;600;700&display=swap');

/* ===== 全局排版 ===== */
body {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  background: #F8F9FA;
  -webkit-font-smoothing: antialiased;
}

/* ===== 标题（衬线，权威感）===== */
h1, h2, h3 {
  font-family: "Noto Serif SC", "Songti SC", "SimSun", serif;
  font-weight: 700;
  color: #1A4B8C;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4, h5, h6 {
  font-family: "Noto Sans SC", sans-serif;
  color: #222;
}

/* ===== 英文副标题（间距拉开，高级感）===== */
.english-subtitle,
.elementor-heading .english-subtitle {
  font-family: "Arial", "Helvetica Neue", sans-serif;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1A4B8C;
  font-weight: 500;
  margin-bottom: 12px;
}

/* ===== 描述文字 ===== */
p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 1em;
}

/* ===== 链接 ===== */
a { color: #1A4B8C; text-decoration: none; }
a:hover { color: #153A6F; text-decoration: underline; }

/* ===== 区块标题（蓝色竖线装饰）===== */
.section-heading {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 24px;
}
.section-heading::before {
  content: "";
  width: 4px;
  height: 20px;
  background: #1A4B8C;
  margin-right: 12px;
  border-radius: 2px;
}

/* ===== 主按钮 ===== */
.btn-primary,
.elementor-button,
.elementor-button-primary {
  display: inline-block;
  background: #1A4B8C !important;
  color: #FFFFFF !important;
  font-family: "Noto Sans SC", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 14px 32px !important;
  border-radius: 8px !important;
  border: none !important;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-primary:hover,
.elementor-button-primary:hover {
  background: #153A6F !important;
}

/* ===== 次按钮（线框）===== */
.btn-outline,
.elementor-button-secondary {
  display: inline-block;
  background: transparent !important;
  color: #1A4B8C !important;
  font-family: "Noto Sans SC", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 13px 30px !important;
  border-radius: 8px !important;
  border: 2px solid #1A4B8C !important;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-outline:hover,
.elementor-button-secondary:hover {
  background: #1A4B8C !important;
  color: #FFFFFF !important;
}

/* ===== 卡片（hover上浮 + 阴影）===== */
.guide-card,
.elementor-element .guide-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 24px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.guide-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* ===== 标签（Tag）===== */
.tag,
.guide-tag {
  display: inline-block;
  background: #E8F4FD;
  color: #1A4B8C;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 6px;
}

/* ===== 信任徽章 ===== */
.trust-badges {
  display: flex;
  gap: 24px;
  font-size: 13px;
  color: #888;
}
.trust-badges span::before {
  content: "✓";
  color: #22C55E;
  margin-right: 4px;
  font-weight: 700;
}

/* ===== 分隔线 ===== */
hr,
.elementor-divider {
  border: none;
  border-top: 1px solid #E5E7EB;
  margin: 32px 0;
}/* End custom CSS */