/* 阅文2.0.0版本*/
/*封面*/
.frontCover {
    qrfullpage: 1;
}

h1.firstTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.4em;
    text-align: center;
    text-indent: 0;
    margin: 4em 0em 2em 0em;
    color: #96252B;
}

/*<h2>二级标题*/
h2.secondTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.2em;
    text-indent: 0;
    margin: 2em 0em 1em 0em;
    text-align: justify;
    color: #96252B;
}

/*<h3>三级标题*/
h3.thirdTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.1em;
    text-indent: 0;
    margin: 1.5em 0em 0.3em 0em;
}

/*<h4>四级标题*/
h4.fourthTitle {
    font-family: "汉仪旗黑55S","ETrump-QiHei55";
    font-size: 1.1em;
    line-height: 1.3em;
    text-indent: 0;
    margin: 1em 0em 0em 0em;
}

/*版权标题*/
.copyRightTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    text-align: right;
    text-indent: 0;
    margin: 0em 0em 2em 0em;
}

/*版权内容*/
.contentCR {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 0.9em;
    text-indent: 0;
    margin: 0em;
}

.contentCR0 {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 0.9em;
    font-weight: bold;
    text-indent: 0;
    margin: 0.5em 0em;
}

/*正文内容*/
.content {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 1em;
    text-indent: 2em;
}

/*正文内容*/
.content0 {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 1em;
    text-indent: 2em;
    margin: 3em 0em 0.5em 0em;
}

/*引文内容*/
.quotation {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 1em;
    text-indent: 2em;
    text-align: justify;
}

/*斜体*/
.italic {
    font-style: italic;
}

/*背景图*/
.bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

/*插图、表格截图（含图片标题或图片说明）*/
.qrbodyPic {
    text-align: center;
    margin: 1em auto;
    width: 70%;
}

/*全屏图*/
.qqreader-fullimg {
    qrfullpage: 1;
}

/*注标图*/
.qqreader-footnote {
    width: 1em;
    margin-left: 0.2em;
}

/*普通插图100%宽*/
.width100 {
    width: 100%;
}

/* 居中3 */
.juzhong3 {
    margin: 4em 2em auto 2em;
}