/* 2.0.0版本*/
/*封面*/
.frontCover {
    qrfullpage: 1;
}

/* 垂直居中*/
div.vertical-middle {
    padding-top: 35%;
}

/*章标居左*/
.sub-Title-l {
    text-align: left;
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    margin: auto auto -0.5em auto;
    font-size: 1.1em;
    text-indent: 0em;
    color: #888888;
}

/*<h1>一级标题*/
h1.firstTitle {
    font-size: 1.5em;
    line-height: 1.2em;
    text-indent: 0em;
    text-align: left;
    margin: 25% auto 2em auto;
    color: #D80F05;
}

/*<h3>三级标题*/
h3.thirdTitle {
    font-size: 1.2em;
    line-height: 1.3em;
    text-indent: 0em;
    margin-top: 1em;
    color: #D80F05;
}

/*二级标题章标*/
.secondsubHead-2 {
    text-align: left;
    line-height: 1.1em;
    font-size: 1em;
    text-indent: 0em;
    margin: 20% auto 0.3em auto;
    color: #888888;
}

/*版权标题*/
.copyright-title {
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
    text-indent: 0em;
    margin: 0.5em auto 2em auto;
    color: #c1a173;
}

/*文前*/
.preface {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 0.95em;
    margin: 0.3em auto;
    text-indent: 2em;
    color: #5A5A5A;
}

/*正文内容*/
.content {
    font-size: 1em;
    text-indent: 2em;
}

/*粗体*/
span.bold {
    font-weight: bold;
}

/*结束*/