.elementor-122211 .elementor-element.elementor-element-670e611c{--display:flex;}.elementor-122211 .elementor-element.elementor-element-97982d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-122211 .elementor-element.elementor-element-f6f5745{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-733957ac *//* =======================================
   1. 文章容器与全局基础排版
   ======================================= */
.article-content {
  max-width: 100%;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #334155; /* 柔和深灰蓝 */
  background-color: #ffffff;
  box-sizing: border-box;
}

/* 段落与字距调整 */
.article-content p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

/* 首段/导言特大字号 */
.article-content p.lead {
  font-size: 1.15rem;
  line-height: 1.75;
  color: #475569;
  font-weight: 400;
  margin-bottom: 2rem;
}

/* =======================================
   2. 标题系统 (H1, H2, H3, H4)
   ======================================= */
.article-content h1 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.article-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin-top: 2.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #f1f5f9;
}

.article-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.4;
  margin-top: 2rem;
  margin-bottom: 0.85rem;
}


.article-content strong {
  color: #0f172a;
  font-weight: 600;
}

/* 优雅高亮文本 */
.article-content .highlight {
  background-color: #f3e8ff;
  color: #6b21a8;
  padding: 0.15em 0.4em;
  border-radius: 4px;
  font-weight: 500;
}

/* 左侧紫色边框引用块 */
.article-content blockquote {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  background-color: #f8fafc;
  border-left: 4px solid #c08de8;
  border-radius: 0 8px 8px 0;
  color: #475569;
  font-style: italic;
}

.article-content blockquote p:last-child {
  margin-bottom: 0;
}

/* 信息提示框 (Callout Box) */
.article-content .callout-box {
  margin: 2rem 0;
  padding: 1.25rem 1.5rem;
  background-color: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  color: #1e3a8a;
  font-size: 0.95rem;
}

.article-content .callout-box strong {
  color: #1d4ed8;
}

/* =======================================
   4. 精美列表 (List Styles)
   ======================================= */
.article-content ul,
.article-content ol {
  margin-top: 0;
  margin-bottom: 1.75rem;
  padding-left: 1.5rem;
}

.article-content li {
  margin-bottom: 0.6rem;
  line-height: 1.7;
}

/* 自定义有序与无序列表标记颜色 */
.article-content ul li::marker,
.article-content ol li::marker {
  color: #2563eb;
  font-weight: 700;
}

/* =======================================
   5. 数据表格 (Responsive Table Style)
   ======================================= */
.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 0.95rem;
}

.article-content th {
  background-color: #f8fafc;
  color: #0f172a;
  font-weight: 600;
  text-align: left;
  padding: 12px 16px;
  border-bottom: 2px solid #e2e8f0;
}

.article-content td {
  padding: 12px 16px;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
}

.article-content tr:hover td {
  background-color: #f8fafc;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9a9813 *//* PDF 下载组件卡片容器 */
.pdf-download-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px 24px;
  max-width: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.pdf-download-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-color: #c08de8;
}

/* 左侧图标与文本组 */
.pdf-download-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.pdf-icon {
  width: 42px;
  height: 42px;
  background-color: #fee2e2;
  color: #dc2626;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}

.pdf-title {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 4px 0;
}

.pdf-meta {
  font-size: 12px;
  color: #64748b;
  margin: 0;
}

/* =======================================
   醒目下载按钮样式（高对比鲜艳蓝色）
   ======================================= */
.pdf-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #2563eb; /* 高饱和度鲜艳蓝 */
  color: #ffffff !important;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3); /* 蓝色发光投影 */
  transition: all 0.25s ease;
}

/* 悬停微动与加深反差效果 */
.pdf-download-btn:hover {
  background-color: #1d4ed8;
  box-shadow: 0 6px 15px rgba(37, 99, 235, 0.45);
  transform: translateY(-1px);
}/* End custom CSS */