.tuti {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 0.9em;
    text-indent: 0em;
    text-align: center;
    font-weight: bold;
}

.bgcolor-3 {
    background-color: rgba(240,240,224,0.7);
    padding: 0.5em;
    margin: 0 1em;
}

.width98 {
    width: 98%;
}

.width25 {
    width: 25%;
}

/*封面*/
.frontCover {
    qrfullpage: 1;
}

/*<h2>二级标题*/
h2.secondTitle-1 {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.3em;
    line-height: 1.3em;
    text-indent: 0;
    margin: 0 0 1em 0;
    color: #FF4F5B;
    text-align: left;
    border-bottom: 1px solid #575757;
}

/*版权内容*/
.contentCR {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 0.9em;
    text-indent: 0;
    margin: 0 1em;
    text-align: center;
}

.contentCR-2 {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 0.9em;
    text-indent: 0;
    margin: 0 1em;
    text-align: center;
    border-bottom: 1px solid #000000;
}

/*正文内容*/
.content {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 1em;
    text-indent: 2em;
    text-align: justify;
}

/*背景图*/
.bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*插图、表格截图（不含图片标题或图片说明）*/
.bodyPic {
    text-align: center;
    margin: 1em 0;
}

/*全屏图*/
.qqreader-fullimg {
    qrfullpage: 1;
}

/*出血图*/
.bleed-pic {
    qrbleed: left top right;
}