.elementor-2156 .elementor-element.elementor-element-89498bc{--display:flex;}.elementor-2156 .elementor-element.elementor-element-6bc48aa{--display:flex;}.elementor-2156 .elementor-element.elementor-element-3ba586e{--display:flex;}.elementor-2156 .elementor-element.elementor-element-c1bef60{--display:flex;}.elementor-2156 .elementor-element.elementor-element-e100a5c{--display:flex;}.elementor-2156 .elementor-element.elementor-element-e3f9696{--display:flex;}.elementor-2156 .elementor-element.elementor-element-b2edd4f{--display:flex;}.elementor-2156 .elementor-element.elementor-element-5733766{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e19fa1b *//* H1 标题 */
.crowd-article .article-title {
  line-height: 0.6;
  margin-bottom: 20px;
}

.crowd-article .title-line {
  display: block;
  word-break: break-word;
  margin-bottom: 4px;
}

.crowd-article .title-year {
  font-size: 30px;
  font-weight: 600;
  color: #454f5b;
}

.crowd-article .title-problem {
  font-size: 40px;
  font-weight: 700;
  color: rgba(24,81,224,1);
}

.crowd-article .title-solution {
  font-size: 30px;
  font-weight: 800;
  color: #1f2937;
}

/* 作者信息 / 日期 */
.crowd-article .article-meta .author,
.crowd-article .article-meta .date {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 4px;
}

/* 微妙的按钮效果 */
.crowd-article .cta-link {
  display: inline-block;
  color: rgba(24,81,224,1);
  text-decoration: none;
  font-weight: 700;
  border: 1px solid rgba(24,81,224,0.2); /* 浅蓝边框 */
  padding: 2px 6px; /* 微小内边距 */
  border-radius: 4px; /* 轻微圆角 */
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.crowd-article .cta-link:hover {
  background-color: rgba(24,81,224,0.05); /* 浅蓝背景 */
  border-color: rgba(24,81,224,0.3);
}

/* 移动端响应式 */
@media (max-width: 768px) {
  .crowd-article .title-year { font-size: 20px; margin-bottom: 3px; }
  .crowd-article .title-problem { font-size: 24px; margin-bottom: 3px; }
  .crowd-article .title-solution { font-size: 28px; margin-bottom: 6px; }
  .crowd-article .article-meta .author,
  .crowd-article .article-meta .date { font-size: 13px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84d6a31 *//* H2 标题 */
.crowd-article .section-title {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 12px;
  color: #1f2937;
}

/* 正文容器 */
.crowd-article .article-body {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* 强调文字 */
.crowd-article strong {
  font-weight: 700;
  color: #1f2937;
}

/* 列表 */
.crowd-article ul {
  margin: 12px 0 12px 20px;
  padding: 0;
}

.crowd-article li {
  margin-bottom: 8px;
}

/* 高亮链接 */
.crowd-article .highlight-link {
  color: rgba(24,81,224,1);
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid rgba(24,81,224,0.08);
  padding-bottom: 2px;
}

.crowd-article .highlight-link:hover,
.crowd-article .highlight-link:focus {
  text-decoration: underline;
  outline: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a205836 *//* 文章容器样式 */
.crowd-article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    color: #1F2937;
    line-height: 1.6;
}

/* H2 标题 */
.crowd-article .section-title {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 12px;
    color: #1f2937;
}

/* 子标题样式 */
.subsection-title {
    font-size: 20px;
    color: rgba(24, 81, 224, 1);
    margin-top: 25px;
    margin-bottom: 15px;
}

/* 正文容器 */
.crowd-article .article-body {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

/* 强调文字 */
.crowd-article strong {
    font-weight: 700;
    color: #1f2937;
}

/* 列表 */
.crowd-article ul {
    margin: 12px 0 12px 20px;
    padding: 0;
    list-style-type: disc;
}

.crowd-article li {
    margin-bottom: 8px;
}

/* 统一超链接样式 - 覆盖所有链接，确保一致性 */
.crowd-article a,
.crowd-article .highlight-link {
    color: rgba(24,81,224,1);
    text-decoration: none;
    font-weight: 700;
    border-bottom: 2px solid rgba(24,81,224,0.08);
    padding-bottom: 2px;
    transition: all 0.2s ease;
}

.crowd-article a:hover,
.crowd-article a:focus,
.crowd-article .highlight-link:hover,
.crowd-article .highlight-link:focus {
    text-decoration: underline;
    border-bottom-color: rgba(24,81,224,0.2);
    outline: none;
    color: rgba(24,81,224,0.9);
}

/* 图表容器样式 */
.chart-container {
    margin-top: 20px;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* 图表标题样式 */
.chart-container h4 {
    text-align: center;
    color: #1F2937;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 15px;
}

/* 公式块样式 */
.formula-block {
    background-color: #F3F4F6;
    border-left: 4px solid rgba(24, 81, 224, 1);
    padding: 10px 15px;
    margin: 15px 0;
    font-family: 'Courier New', monospace;
}

/* 表格样式 - 更新为新的主色调 */
.tco-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px; /* 基础字体大小，移动端适配 */
}

.tco-table th,
.tco-table td {
    border: 1px solid #E5E7EB;
    padding: 12px 15px;
    text-align: left;
    vertical-align: top; /* 垂直对齐顶部，内容不溢出 */
}

.tco-table th {
    background-color: #F3F4F6;
    font-weight: bold;
    color: rgba(24, 81, 224, 1);
    position: sticky;
    top: 0; /* 表头固定，但仅在滚动容器内 */
    z-index: 1;
}

.tco-table tr:nth-child(even) {
    background-color: #F9FAFB;
}

.tco-table tr:hover {
    background-color: #F3F4F6;
}

/* 表格内链接统一样式 */
.tco-table a {
    color: rgba(24,81,224,1);
    text-decoration: none;
    font-weight: 700;
}

.tco-table a:hover {
    text-decoration: underline;
}

/* 移动端优化：响应式表格 */
@media (max-width: 768px) {
    .tco-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; /* iOS 平滑滚动 */
        border: 1px solid #E5E7EB; /* 外边框包裹滚动区域 */
        border-radius: 8px;
        font-size: 13px; /* 缩小字体以适应小屏 */
    }

    .tco-table thead,
    .tco-table tbody,
    .tco-table th,
    .tco-table td,
    .tco-table tr {
        display: block;
    }

    .tco-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px; /* 隐藏表头，但用于屏幕阅读器 */
    }

    .tco-table tr {
        border: 1px solid #E5E7EB;
        margin-bottom: 10px;
        border-radius: 6px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .tco-table td {
        border: none;
        border-bottom: 1px solid #E5E7EB;
        position: relative;
        padding-left: 50%; /* 留空间给标签 */
        padding-right: 15px;
        text-align: right;
        white-space: normal; /* 允许换行 */
    }

    .tco-table td:before {
        content: attr(data-label) ": "; /* 使用 data-label 属性作为标签 */
        position: absolute;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        color: rgba(24, 81, 224, 1);
        background-color: #F3F4F6; /* 标签背景区分 */
    }

    /* 最后一行无下边框 */
    .tco-table tr:last-child td:last-child {
        border-bottom: none;
    }
}

/* 超小屏进一步优化 */
@media (max-width: 480px) {
    .tco-table {
        font-size: 12px;
    }

    .tco-table td {
        padding: 10px 12px;
        padding-left: 40%;
    }

    .tco-table td:before {
        width: 35%;
        font-size: 12px;
    }
}

/* 确保表格在桌面端正常 */
@media (min-width: 769px) {
    .tco-table {
        display: table;
        overflow: visible;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0fb2fd3 *//* 全局重置与基础样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333333;
    background-color: #f8f9fa;
}

/* FAQ 容器 */
.faq-container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
}

/* 标题样式 */
.faq-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #007bff;
    border-bottom: 2px solid #007bff;
    padding-bottom: 0.5rem;
}

/* FAQ 部分容器 */
.faq-section {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* 单个 FAQ 项 */
.faq-item {
    border-bottom: 1px solid #e9ecef;
}

.faq-item:last-child {
    border-bottom: none;
}

/* 问题部分 */
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #f8f9fa;
}

.faq-question h2 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333333;
    flex: 1;
}

.faq-toggle {
    font-size: 1.5rem;
    font-weight: bold;
    color: #007bff;
    transition: transform 0.3s ease;
}

/* 答案部分 */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: #f8f9fa;
}

.faq-answer p {
    padding: 0 1.5rem 1.5rem;
    font-size: 0.875rem;
    color: #555555;
}

/* 展开状态 */
.faq-question.active + .faq-answer {
    max-height: 200px; /* 根据内容调整 */
    padding: 1.5rem;
}

.faq-question.active .faq-toggle {
    transform: rotate(45deg);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .faq-container {
        margin: 1rem auto;
        padding: 0 0.5rem;
    }

    .faq-title {
        font-size: 1.5rem;
    }

    .faq-question {
        padding: 1rem;
    }

    .faq-question h2 {
        font-size: 1rem;
    }

    .faq-answer p {
        padding: 0 1rem 1rem;
        font-size: 0.8rem;
    }
}/* End custom CSS */