.elementor-1969 .elementor-element.elementor-element-8af0fd8{--display:flex;}.elementor-1969 .elementor-element.elementor-element-0351132{--display:flex;}.elementor-1969 .elementor-element.elementor-element-9208033{--display:flex;}.elementor-1969 .elementor-element.elementor-element-910119b{--display:flex;}.elementor-1969 .elementor-element.elementor-element-dfc6fc2{--display:flex;}.elementor-1969 .elementor-element.elementor-element-6d47e67{--display:flex;}.elementor-1969 .elementor-element.elementor-element-2eef5ce{--display:flex;}.elementor-1969 .elementor-element.elementor-element-b5c5c89{--display:flex;}.elementor-1969 .elementor-element.elementor-element-77a958b{--display:flex;}.elementor-1969 .elementor-element.elementor-element-0c1fbc7{--display:flex;}.elementor-1969 .elementor-element.elementor-element-eb725dc{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f2f34d6 *//* 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-a955dac *//* 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-e7e3443 *//* 文章容器样式 */
.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 */