/* 2.0.0版本*/
/*封面*/
.frontCover {
    qrfullpage: 1;
}

.bgcolor {
    background: #ffffff;
}

/*<h1>一级标题*/
h1.firstTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
    text-indent: 0;
    margin-bottom: 2em;
    color: #EF4035;
}

  
h1.firstTitle1 {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
    text-indent: 0;
    margin-bottom: 2em;
    background: #FDE3D8;
    color: #EF4035;
}

 
/*<h2>二级标题*/
h2.secondTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.3em;
    line-height: 1.3em;
    text-align: center;
    margin-top: 1em;
    color: #F3785E;
}

/*<h3>三级标题*/
h3.thirdTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.1em;
    line-height: 1.4em;
    text-indent: 0;
    margin-top: 1em;
    color: #F79A81;
}

 
/*<h3>三级标题*/
h3.thirdTitle-c {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.1em;
    line-height: 1.4em;
    text-indent: 0;
    margin-top: 1em;
    text-align: center;
    color: #F79A81;
}

 
/*<h4>四级标题*/
h4.fourthTitle {
    font-family: "汉仪旗黑55S","ETrump-QiHei55";
    font-size: 1.1em;
    line-height: 1.3em;
    text-indent: 2em;
    margin-top: 1em;
    color: #F3785E;
}

/*版权标题*/
.copyRightTitle1 {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    text-align: center;
    color: #ffffff;
    text-indent: 0;
    margin-top: 0;
    margin-bottom: 1em;
    background: #F3785E;
}

/*版权内容*/
.contentCR {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0;
    text-indent: 0;
}

/*正文内容*/
.content {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 1em;
    text-indent: 2em;
}

 
 
/*正文居中无缩进*/
.content-c {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 1em;
    text-align: center;
    text-indent: 0em;
}

/*引文内容*/
.quotation {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 1em;
    text-indent: 2em;
}

/*右下角说明*/
.right-info {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 0.9em;
    text-align: right;
    margin-bottom: 0.5em;
    color: #454547;
}

/*粗体*/
.bold {
    font-weight: bold;
    color: #808080;
}

/*斜体*/
.italic {
    font-style: italic;
}

/*插图、表格截图（不含图片标题或图片说明）*/
.bodyPic {
    text-align: center;
    margin: 1em auto;
}

/*插图、表格截图（含图片标题或图片说明）*/
.qrbodyPic {
    text-align: center;
    margin: 1em auto;
}

 
/*图片标题*/
.imgtitle {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 0.9em;
    line-height: 1.4em;
    text-align: center;
    text-indent: 0;
    color: #B03639;
    margin: 0.25em auto;
}

/*图片说明*/
.imgdescript {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 0.8em;
    line-height: 1.3em;
    text-align: left;
    text-indent: 0;
    color: #B03639;
    margin: 0.25em auto;
}

/*注标图*/
.qqreader-footnote {
    width: 1em;
    margin-left: 0.2em;
}

.width80 {
    width: 80%;
}

.width60 {
    width: 60%;
}

.width40 {
    width: 50%;
}

.kaiti {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
}

/* 圆角边框 */
.roundsolid {
    margin: 1em 0.5em;
    padding: 0.8em 0.5em;
    border-radius: 10px;
    border: #EF4035 solid 1px;
}

/* 圆角红底框 */
.roundred {
    margin: 1em 0.5em;
    padding: 0.8em 0.5em;
    border-radius: 10px;
    border: #EF4035 solid 1px;
    background-color: #FCD7C8;
}

/*行内图*/
.h-pic {
    height: 1.5em;
    vertical-align: bottom;
    margin-left: 0.1em;
    margin-right: 0.1em;
}

/*行内图2*/
.h-pic2 {
    height: 3em;
    vertical-align: middle;
    margin-left: 0.1em;
    margin-right: 0.1em;
}

/* 红色 */
.red {
    color: #CC0000;
}