﻿.cmp_breadcrumbs {
    display: none !important;
}/* Overall page text */
body,
.pkp_structure_main,
.pkp_structure_content {
  font-size: 16px;
  line-height: 1.65;
  color: #222222;
}
/* About 页面正文改成普通字体 */
.pkp_page_about .page,
.pkp_page_about .page p,
.pkp_page_about .page div,
.pkp_page_about .page span,
.pkp_page_about .page strong,
.pkp_page_about .page b,
.pkp_page_about .page em,
.pkp_page_about .page i {
  font-size: 22px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #111827 !important;
}
/* Main content paragraphs */
/* 首页/关于页面正文放大 */
.page p,
.pkp_structure_main p,
.pkp_structure_content p {
  font-size: 20px;
  line-height: 1.75;
}

/* 顶部居中的介绍语再大一点 */
.page > p:first-of-type,
.pkp_structure_main > p:first-of-type {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  color: #1f3a5f;
}
/* Page headings */
.page h1,
.pkp_page_title,
h1 {
  font-size: 34px;
  line-height: 1.25;
  color: #111827;
}

.page h2,
h2 {
  font-size: 26px;
  line-height: 1.3;
  color: #1f4d78;
}

.page h3,
h3 {
  font-size: 21px;
  line-height: 1.35;
  color: #1f4d78;
}

/* Top intro sentence */
.page > p:first-of-type,
.pkp_structure_main > p:first-of-type {
  font-size: 18px;
  line-height: 1.5;
  color: #1f3a5f;
}

/* Links */
a {
  color: #1f6fb2;
}

a:hover {
  color: #0b3f75;
}
/* 统一放大页面正文所有文字 */
.pkp_structure_main,
.pkp_structure_main p,
.pkp_structure_main div,
.pkp_structure_main span,
.pkp_structure_content,
.pkp_structure_content p,
.pkp_structure_content div,
.pkp_structure_content span,
.page,
.page p,
.page div,
.page span {
  font-size: 22px !important;
  line-height: 1.75 !important;
  color: #111827;
}

/* 列表也一起放大 */
.pkp_structure_main li,
.pkp_structure_content li,
.page li {
  font-size: 22px !important;
  line-height: 1.75 !important;
}

/* 标题单独设置，避免被上面覆盖 */
.page h1,
.pkp_page_title,
h1 {
  font-size: 44px !important;
  line-height: 1.25 !important;
  color: #111827;
}

.page h2,
h2 {
  font-size: 34px !important;
  line-height: 1.3 !important;
  color: #1f4d78;
}

.page h3,
h3 {
  font-size: 28px !important;
  line-height: 1.35 !important;
  color: #1f4d78;
}

/* 只隐藏 About 页面顶部的 About 标题 */
.pkp_structure_main .page.page_about > h1,
.pkp_structure_main .page_about > h1,
.page.page_about > h1,
.page_about > h1 {
  display: none !important;
}