/* 楷体 */
span.kaiti {
    font-family: "STKaiti", "Kai", "楷体";
}

/* 小字 */
span.content-word-small {
    font-size: 0.7em;
    line-height: 1.2em;
}

.content {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 1em;
    text-indent: 2em;
}

.frontCover {
    qrfullpage: 1;
}

/*<h1>一级标题*/
.firstTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
    text-indent: 0;
    margin-bottom: 2em;
}

/*<h3>三级标题*/
.thirdTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.1em;
    line-height: 1.4em;
    text-indent: 0;
    margin-top: 1em;
}

/* 作者-居中 */
p.author-c {
    font-family: "STKaiti", "Kai", "楷体";
    font-size: 1.0em;
    line-height: 1.2em;
    text-align: center;
}

/* 默认正文段落 */
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;
}

/* 落款右 */
p.inscribed-right {
    margin-bottom: 1.3em;
    font-family: "STKaiti", "Kai", "楷体";
    font-size: 1.0em;
    font-weight: normal;
    text-align: right;
}

/* 图片高1em */
img.normal-img-h1 {
    height: 1em;
    vertical-align: middle;
}

/* 跳转注注释 */
p.note {
    font-size: 0.9em;
    text-align: justify;
    color: #696969;
    text-indent: 0em;
}

/* 正文顶格 */
p.bodytext-copy {
    font-size: 1.0em;
    color: #000000;
    text-align: justify;
    margin-top: 0em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}