/* Global setting */
/* 全局设定 */
body {
    font-size: 1em;
    text-align: justify;
    line-height: 1.5;
}

/* TOC link color */
/* 目录条目链接颜色 */
a {
    color: #0000CC;
}

/* TOC Title */
/* 目录标题 */
.sgc-toc-title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1em;
    letter-spacing: 1em;
    text-align: center;
    border-bottom: 1.5px dotted #000000;
}

/* Level 1 TOC */
/* 一级标题 */
.sgc-toc-level-1 {
    margin-left: 0em;
}

p.bodycontent-text {
    text-indent: 2em;
    font-family: STSong, "Song S", Song,"宋体";
}

p.bodycontent-text_right {
    text-align: right;
}

p.bodycontent-text_right1 {
    font-family: "MYing Hei S", Hei,"黑体";
    text-align: right;
}

.bodycontent-first-title {
    font-family: "MYing Hei S", Hei,"黑体";
    font-size: 1.5em;
    margin-bottom: 2.5em;
    margin-top: 0.5em;
    text-align: center;
}

h4, h5, h6 {
    font-family: "MYing Hei S", Hei,"黑体";
    text-align: left;
    text-indent: 2em;
    font-size: 1em;
    margin: 1.0em 0em;
}

/* 版权信息页标题 */
/* Copyright page title */
.kindle-cn-copyright-title {
    font-size: 1.2em;
    text-align: center;
    border-width: 1.5px;
    margin: 0.5em 0em 0.5em 0em;
    border-style: none none solid none;
}

/* 版权信息页正文 */
/* Copyright page text */
p.kindle-cn-copyright-text {
    line-height: 1.5;
    text-indent: 0em;
}

p.bodycontent-text_yinwen {
    font-family: "MYing Hei S", Hei,"黑体";
    line-height: 1.5;
    text-indent: 2em;
    font-size: 1em;
}

p.bodycontent-text_noindent {
    line-height: 1.5;
    text-indent: 0em;
    font-size: 1em;
}