/* 一级标题 */
h1.bodycontent-first-title {
    font-size: 1.5em;
    margin-bottom: 2.5em;
    margin-top: 0.5em;
    text-align: center;
}

.small {
    font-size: 0.7em;
}

/* 二级标题 */
h2.bodycontent-second-title {
    font-size: 1.3em;
    margin-bottom: 0.8em;
    margin-top: 1.5em;
    text-align: center;
}

/* 三级标题 */
h3.bodycontent-third-title {
    font-size: 1.2em;
    margin-bottom: 0.7em;
    margin-top: 1em;
}

.frontCover {
    qrfullpage: 1;
}

/* 小标题 */
h4, h5, h6 {
    text-align: left;
    text-indent: 2em;
    font-size: 1em;
    margin: 1.0em 0em;
}

/* 加粗段落 */
p.bodycontent-text-bold {
    font-size: 1.1em;
    margin-bottom: 0.7em;
    margin-top: 1.5em;
    font-weight: bold;
    text-indent: 2em;
}

/* cip */
p.cip {
    text-indent: 2em;
}

/* cip-上间距 */
p.cip-margin {
    margin-top: 2.5em;
    text-indent: 2em;
}

/* 中黑 */
span.zhonghei {
    font-weight: bold;
}

/* 默认正文段落 */
p.bodytext {
    text-indent: 2em;
}

/* 序言后记段落 */
p.preface-text {
    font-family: STFangsong, Fangsong, "仿宋";
    font-size: 1.0em;
    text-indent: 2em;
}

/* 段落-楷体-无边距 */
p.bodytext-kt-np {
    font-family: STKai, "MKai PRC", Kai, "楷体";
    font-size: 1.0em;
    text-indent: 2em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    margin-left: auto;
    margin-right: auto;
}

/* 段落-楷体-首段-无边距 */
p.bodytext-kt-first-np {
    font-family: STKai, "MKai PRC", Kai, "楷体";
    font-size: 1.0em;
    text-indent: 2em;
    margin-top: 1.3em;
    margin-bottom: 0.3em;
}

/* 段落-楷体-末段-无边距 */
p.bodytext-kt-last-np {
    font-family: STKai, "MKai PRC", Kai, "楷体";
    font-size: 1.0em;
    text-indent: 2em;
    margin-top: 0.3em;
    margin-bottom: 1.3em;
}

/* 段落-楷体-独段-无边距 */
p.bodytext-kt-only-np {
    font-family: STKai, "MKai PRC", Kai, "楷体";
    font-size: 1.0em;
    text-indent: 2em;
    margin-top: 1.3em;
    margin-bottom: 1.3em;
}

/* 落款右 */
p.bodycontent-text_right {
    font-size: .9em;
    text-align: right;
    font-family: STKai, "MKai PRC", Kai, "楷体";
}

/* 表标题 */
p.bodycontent-text_center {
    text-align: center;
    font-weight: bold;
}

/* 图注 */
p.bodycontent-text-tushuo {
    font-size: 0.8em;
    text-align: center;
    margin-top: 0.2em;
}

/* 注释 */
p.zhusi {
    line-height: 1.5;
    text-indent: 0em;
    font-size: 0.8em;
}

/* 默认全屏背景居中对齐 */
body.background-img-center {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* 图片 */
div.tupian {
    width: 100%;
    margin: 1em auto 1em auto;
    text-align: center;
}

/* img.image-alone */
img.image-alone {
    width: auto;
    margin-bottom: 0.2em;
}