a {
    text-decoration: none;
}

.frontCover {
    qrfullpage: 1;
}

/* 版权信息页标题 */
h1.copyrightpage-title {
    color: black;
    font-weight: normal;
    text-align: center;
    border-style: none none dotted none;
    border-width: 1.5px;
    margin: 1em 0em 1em 0em;
}

/* 版权信息页正文 */
p.copyright-bodytext {
    margin: 2em;
    text-indent: 0em;
}

/* 图像居中 */
div.img-center {
    text-align: center;
    margin: 0em 0em 0em 0em;
    padding: 0em;
}

/* 居右（签名图片）文字落款 */
.right {
    font-family: "楷体";
    text-align: right;
}

/* 一级标题 */
h1 {
    font-family: "黑体";
    text-align: center;
    color: #4b91b5;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 30px;
}

/* 二级标题 */
h2 {
    font-family: "黑体";
    text-indent: 0em;
    color: #4b91b5;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1.2em;
    font-size: 22px;
}

/* 三级标题 */
h3 {
    font-family: "黑体";
    text-indent: 2em;
    color: #4b91b5;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 1.2em;
    font-size: 18px;
}

/* 四级标题 */
h4 {
    font-family: "楷体";
    font-weight: bold;
    text-indent: 2em;
    font-size: 16px;
}

/* 文内五级标题 */
h5 {
    font-weight: bold;
    text-indent: 0em;
    padding-left: 0.7em;
    margin-top: 2em;
    margin-bottom: 1.2em;
    font-size: 18px;
}

/* 文内六级标题 */
h6 {
    text-indent: 2em;
    font-size: 16px;
}

/* 正文 */
p.bodytext {
    text-indent: 2em;
}

/*注释标题*/
.noteTitle {
    font-family: "楷体";
    font-size: 80%;
    line-height: 1.5em;
    font-weight: bold;
    text-align: left;
    text-indent: 0;
    letter-spacing: auto;
}

 
/*注释内容*/
.noteContent {
    font-family: "楷体";
    font-size: 80%;
    line-height: 1.5em;
    text-align: left;
    text-indent: 2em;
    letter-spacing: auto;
}

b {
    font-family: "楷体";
    color: #0468bb;
    font-weight: normal;
}

/* 上标字体 */
span.math-super {
    font-family: "DK-SERIF", "Palatino";
    font-size: 0.7em;
    vertical-align: super;
}

p.juzhong {
    text-align: center;
    font-family: "黑体";
    font-weight: normal;
    margin-top: 2em;
    margin-bottom: 1.2em;
    font-size: 16px;
}