/* 2.0.0版本*/
	
	/*封面*/
.frontCover {
    qrfullpage: 1;
}

/*<h1>一级标题*/
h1.firstTitle0 {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.4em;
    text-align: center;
    text-indent: 0;
    margin: 4em 0em 2em 0em;
    color: #D3222A;
}

/*版权内容*/
.contentCR {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 0.9em;
    text-indent: 0;
    text-align: center;
    margin: 0em;
}

.contentCR0 {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 0.9em;
    font-weight: bold;
    text-indent: 0;
    text-align: center;
    margin: 0.5em 0em;
}

/*正文内容*/
.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;
}

/*正文居右无缩进*/
.content-r {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 1em;
    text-align: right;
}

/*粗体*/
.bold {
    font-weight: bold;
}

	
/*斜体*/
.italic {
    font-style: italic;
}

/*插图、表格截图（不含图片标题或图片说明）*/
.bodyPic {
    text-align: center;
    width: 100%;
}

 
.width30 {
    width: 30%;
}

.width50 {
    width: 50%;
}

.width70 {
    width: 70%;
}

a {
    text-decoration: none;
}

sup {
    vertical-align: 10px;
    font-size: 60%;
}

sub {
    vertical-align: -8px;
    font-size: 60%;
}

div#coverpage {
    text-align: center;
}

div#copyright p {
    margin-top: 3px;
    margin-bottom: 3px;
}

div#dedication {
    padding-top: 30%;
}

div#TOC blockquote {
    margin-top: 0;
    margin-bottom: 0;
}

div#part {
    display: block;
}

hr {
    border: 0;
    color: black;
    background-color: black;
    height: 2px;
    text-align: center;
}

div#index p {
    margin-top: 3px;
    margin-bottom: 3px;
}

/* -------------- Footnotes -------------- */
div#footnotes {
    display: block;
    font-size: 0.8em;
}

.copyRightTitle-1 {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    text-align: center;
    text-indent: 0;
    margin: 0em 0em 2em 0em;
    background-color: #D3222A;
    color: #ffffff;
}

.bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.bgColor {
    background-color: #ffffff;
}

.bgColor0 {
    background-color: #FDEEF5;
}