/*--封面--*/
.frontCover {
    qrfullpage: 1;
}

.bold {
    font-weight: bold;
    color: #808080;
}

.bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

h1.firstTitle-l-8 {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
    text-indent: 0;
    margin-bottom: 2em;
    margin-top: 2em;
    color: #ffffff;
    border-bottom: 3px solid #8B3C41;
    background: #DD4E50;
}

/*--一级标题 居右--*/
h1.firstTitle-r {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: right;
    text-indent: 0;
    margin-bottom: 2em;
    color: #DD4E50;
    border-bottom: 1px solid #DD4E50;
}

h2.secondTitle-7 {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.3em;
    line-height: 1.3em;
    text-indent: 0;
    margin-top: 1em;
    margin-bottom: 1.2em;
    color: #F06F73;
}

/*--版权标题--*/
.copyRightTitle-1 {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    text-align: center;
    color: #F06F73;
    text-indent: 0;
    margin-top: 0;
    margin-bottom: 1em;
}

/*--版权内容--*/
.contentCR {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 0.9em;
    text-indent: 0;
    text-align: center;
    margin: 0 1em 0 1em;
    color: #F06F73;
}

.contentCR1 {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 0.9em;
    text-indent: 0;
    text-align: center;
    margin: 1em 1em 0 1em;
    color: #F06F73;
    font-weight: bold;
}

/*--正文内容--*/
.content {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 1em;
    text-indent: 2em;
    text-align: justify;
}

.content-85 {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 1em;
    text-indent: 2em;
    text-align: justify;
    margin-top: 2em;
}

.content-r-160 {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 1em;
    text-indent: 2em;
    text-align: right;
    font-weight: bold;
    color: #9E5050;
}

/*--右下角说明--*/
.right-info {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 0.9em;
    text-align: right;
    margin-bottom: 0.5em;
    color: #454547;
}

/*--插图、表格截图（不含图片标题或图片说明）--*/
.bodyPic {
    text-align: center;
    margin: 1em auto;
}

/*--插图、表格截图（不含图片标题或图片说明）100--*/
.bodyPic-0 {
    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;
    font-weight: bold;
    margin: 0.25em auto;
}

.width80 {
    width: 80%;
}

img.width50 {
    width: 50%;
}

img.width60 {
    width: 60%;
}

img.width55 {
    width: 55%;
}

img.width30 {
    width: 30%;
}

img.width65 {
    width: 65%;
}

img.width90 {
    width: 90%;
}

img.width75 {
    width: 75%;
}

img.width85 {
    width: 85%;
}

img.width95 {
    width: 95%;
}

img.width70 {
    width: 70%;
}