.frontCover {
    qrfullpage: 1;
}

/** 全文首行缩进2个中文字符 **/
p {
    text-indent: 2em;
}

/** 版权信息页正文 **/
p.kindle-cn-copyright-text {
    line-height: 1.618em;
    text-indent: 0em;
}

/** 日语 **/
:lang(ja) {
    font-family: TBGothic, TBMincho, TBGothic, HYGothic, TsukushiMincho;
}

.content {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 1em;
    text-indent: 2em;
}
 
/*<h1>一级标题*/
.firstTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
    text-indent: 0;
    margin-bottom: 2em;
}
  
/*<h2>二级标题*/
.secondTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.3em;
    line-height: 1.3em;
    text-indent: 0;
    margin-top: 1em;
    text-align: center;
}

/*数字半*/
span {
    font-size: 0.85em;
    text-align: justify;
    line-height: 1.618em;
}