.elementor-8728 .elementor-element.elementor-element-d4db342{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fd09b8d *//* 基础布局与字体设置 */
html {
  font-size: 100%; /* 浏览器默认约 16px */
}

body {
  margin: 0;
  padding: 1.25rem;        /* ≈20px */
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;         /* 正文字号 = 16px */
  line-height: 1.5;        /* WCAG 建议最低 1.5× */
  color: #333;
  background-color: #f9f9f9;
  text-align: left;
}

/* 主内容容器 */
.content {
  max-width: 65ch;         /* 单行不超过 ≈65 字符，提升可读性 citeturn0search7turn0search3 */
  margin: 0 auto;
  background-color: #fff;
  padding: 1.5rem;         /* ≈24px */
  border-radius: 0.5rem;
}

/* 标题字号比例控制 */
h1 {
  font-size: 1.75rem;      /* ≈28px, 为正文 1.75 倍 */
  line-height: 1.2;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.375rem;     /* ≈22px, 为 H1 的约 80% */
  line-height: 1.3;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

h3 {
  font-size: 1.25rem;      /* ≈20px */
  line-height: 1.3;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

/* 正文段落及列表间距 */
p, li, dd {
  font-size: 1rem;         /* =16px */
  margin-bottom: 1rem;
}

ul, ol {
  margin-left: 1.25rem;    /* 列表缩进一致 */
}

dl dt {
  font-weight: bold;
  margin-top: 1rem;
}

dl dd {
  margin-left: 1.25rem;
  margin-bottom: 0.875rem;
}

/* 引用块样式 */
blockquote {
  font-size: 1rem;
  line-height: 1.5;
  margin: 1.5rem 0;
  padding-left: 1rem;
  border-left: 4px solid #ccc;
  color: #555;
  font-style: italic;
}

/* 图像与图注 */
figure {
  margin: 1.5rem 0;
  text-align: center;
}

figure img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
}

figcaption {
  font-size: 0.875rem;      /* ≈14px */
  color: #666;
  margin-top: 0.5rem;
}

/* 表格布局及样式 */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}

table th,
table td {
  border: 1px solid #ddd;
  padding: 0.625rem;        /* ≈10px */
  text-align: left;
  vertical-align: top;
}

table th {
  background-color: #f5f5f5;
  font-weight: bold;
}

/* 超链接与按钮样式 */
a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.25rem; /* ≈12px × 20px */
  background-color: #0066cc;
  color: #fff;
  border-radius: 0.25rem;
  text-decoration: none;
  margin-top: 1rem;
}

.btn:hover {
  background-color: #0055aa;
}

/* 移动端响应式调整 */
@media (max-width: 600px) {
  body {
    font-size: 0.9375rem;    /* ≈15px */
    padding: 1rem;
  }

  h1 {
    font-size: 1.625rem;     /* ≈26px */
  }

  h2 {
    font-size: 1.25rem;      /* ≈20px */
  }

  h3 {
    font-size: 1.125rem;     /* ≈18px */
  }
}/* End custom CSS */