/* H3文中小标题 */
h3.text-title-3 {
    font-size: 1.4em;
    font-weight: normal;
    margin-top: 1.5em;
    text-align: justify;
}

.frontCover {
    qrfullpage: 1;
}

p.bodytext {
    font-size: 1.0em;
    text-indent: 2em;
    text-align: justify;
}

/* 序言后记段落 */
p.preface-text {
    font-family: "STFangsong", "Fangsong", "仿宋";
    font-size: 1.0em;
    text-indent: 2em;
}

/* 段落-楷体-独段-无边距 */
p.bodytext-kt-only-np {
    font-family: "STKaiti", "Kai", "楷体";
    font-size: 1.0em;
    text-indent: 2em;
    margin-top: 1.3em;
    margin-bottom: 1.3em;
}

/* 默认图片宽100% */
img.normal-img {
    width: 100%;
}

/* 默认图片宽80% */
img.normal-img-80 {
    width: 80%;
}

/* 默认图片宽60% */
img.normal-img-60 {
    width: 60%;
}

/* 默认图片宽40% */
img.normal-img-40 {
    width: 40%;
}

/* 默认图片宽30% */
img.normal-img-30 {
    width: 30%;
}

/* 图片高1em */
img.normal-img-h1 {
    height: 1em;
    vertical-align: middle;
}

/* 默认盒子独占居中100% */
div.normal-c {
    width: 100%;
    margin-top: 1.3em;
    margin-bottom: 1.3em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* 图注居中 */
p.img-note-c {
    margin-top: 0.5em;
    margin-bottom: 0;
    font-family: "STKaiti", "Kai", "楷体";
    font-size: 0.9em;
    color: #696969;
    text-align: center;
}

/* 版权底图 */
body.copyright-basemap {
    text-align: justify;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}

/* 默认版权信息页标题 */
h4.copyright-title {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
    text-align: justify;
    margin-bottom: 1em;
}

/* 默认版权信息页内容 */
p.copyright-text {
    font-family: "STFangsong", "Fangsong", "仿宋";
    font-weight: normal;
    text-align: justify;
    font-size: 1.0em;
    line-height: 1.3em;
    margin-bottom: 1em;
}

/* 默认版权信息页落款 */
p.copyright-text1 {
    font-family: "STFangsong", "Fangsong", "仿宋";
    font-weight: normal;
    text-align: justify;
    color: #676767;
    line-height: 1em;
    font-size: 0.9em;
}

/* H1标题-前言-居中 */
h1.tpl-236-text-title-1 {
    font-size: 1.9em;
    font-weight: normal;
    margin-top: 20%;
    text-align: justify;
}

/* 篇章页背景 */
body.tpl-544-bg {
    text-align: justify;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* 章节 */
h1.tpl-544-chapter-s {
    font-size: 1.0em;
    font-weight: normal;
    text-align: justify;
    margin-top: 0;
}

/* 一级标题 */
h1.tpl-544-chapter {
    font-size: 1.6em;
    font-weight: bold;
    text-align: justify;
    margin-top: 0.8em;
}

/* H2标题 */
h2.tpl-178-title-2 {
    margin-top: 30%;
    font-size: 1.5em;
    font-weight: normal;
    text-align: justify;
}

/* div.sgc-toc-title */
div.sgc-toc-title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
}

/* 一级目录 */
div.sgc-toc-level-1 {
    margin-left: 0em;
}

/* 二级目录 */
div.sgc-toc-level-2 {
    margin-left: 2em;
}

/* 三级目录 */
div.sgc-toc-level-3 {
    margin-left: 4em;
}

/* 跳转注注释 */
p.note {
    font-family: "STHei", "黑体";
    font-size: 0.9em;
    text-align: justify;
    color: #696969;
    text-indent: 0em;
}