/* Global setting */
/* 全局设定 */
body {
	font-size: 1em;
	text-align: justify;
	line-height: 1.618em;
}

.frontCover {
    qrfullpage: 1;
}


/*<h1>一级标题*/
h1 {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.35em;
    line-height: 1.2em;
    text-align: center;
    text-indent: 0;
    margin-bottom: 2em;
}
 
/*<h2>二级标题*/
h2 {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.15em;
    line-height: 1.3em;
    text-indent: 0;
    margin-top: 1em;
}

/*<h3>三级标题*/
h3 {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1em;
    line-height: 1.4em;
    text-indent: 0;
    margin-top: 1em;
}

/*斜体*/
.kaiti {
    font-family: "楷体";
}



/* Recommended Text indent */
/* 全文首行缩进2各个中文字符 */
p {
	text-indent: 2em;
}

/* 版权信息页正文 */
/* Copyright page text */
p.kindle-cn-copyright-text {
	line-height: 1.618em;
	text-indent: 0em;
}

/* Quote */
/* 引用框 */
blockquote.kindle-cn-blockquote {
  background: #f9f9f9;
  border-left: 0.5em solid #ccc;
  margin: 1.5em;
  padding: 1em;
  text-indent:2em;
  line-height:1.5em;
}