/* 2.0.0版本*/
/*封面*/
.frontCover {
    qrfullpage: 1;
}

/*<h1>一级标题*/
h1.firstTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    line-height: 1.2em;
    margin-top: 0.5em;
    color: #33C9DC;
    text-align: center;
}

/*<h1>一级标题*/
h1.firstTitle-0 {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
    text-indent: 0;
    margin-bottom: 0em;
}

/*全屏图*/
.qqreader-fullimg {
    qrfullpage: 1;
}

  
/*<h2>二级标题*/
h2.secondTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.3em;
    line-height: 1.3em;
    text-indent: 0;
    margin-top: 1em;
    color: #41A0AD;
}

/*<h4>四级标题*/
h4.fourthTitle {
    font-family: "汉仪旗黑55S","ETrump-QiHei55";
    font-size: 1em;
    line-height: 1.3em;
    text-indent: 2em;
    margin-top: 1em;
    margin-bottom: -0.3em;
    color: #C5844C;
}

 
/*粗体*/
.bold {
    font-weight: bold;
}

/*<h3>三级标题*/
h3.thirdTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.1em;
    line-height: 1.4em;
    text-indent: 0;
    margin-top: 0em;
    margin-bottom: -0.3em;
    color: #C5844C;
}

/*版权内容*/
.contentCR {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 0.9em;
    text-indent: 0;
}

/*正文内容*/
.content {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 1em;
    text-indent: 2em;
}

/*副标题*/
.subHead {
    text-align: right;
    font-family: "汉仪旗黑55S","ETrump-QiHei55";
    line-height: 1.4em;
    font-size: 1em;
    margin-bottom: 2em;
}

/*插图、表格截图（不含图片标题或图片说明）*/
.bodyPic {
    text-align: center;
    margin: 1em 0;
}

/*用于body以外的背景色*/
.bgColor {
    background-color: #C68E5F;
    padding: 0.1em;
    margin: 1em 0em;
    color: #ffffff;
    border-radius: 0.5em;
}

.width80 {
    width: 80%;
}

.width60 {
    width: 60%;
}

.width100 {
    width: 100%;
}

.width50 {
    width: 50%;
}

/*右下角说明*/
.right-info {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 0.9em;
    text-align: right;
    margin-bottom: 0.5em;
    color: #5A5A5A;
}