body {
	background-color: #F1F8E7; font-family:"微软雅黑";
}

gotop {
    position:fixed;right:0px;bottom:0px;
}
li
{
	LIST-STYLE-TYPE: none; DISPLAY: inline; LIST-STYLE-IMAGE: none; LINE-HEIGHT:30px; 
}
.page-navi{
	 BORDER-BOTTOM: #999 1px solid; BORDER-LEFT: #999 1px solid; PADDING-BOTTOM: 1px; MARGIN: 8px 2px; PADDING-LEFT: 8px; PADDING-RIGHT: 8px; DISPLAY: inline-block; BACKGROUND: #eff2fb; COLOR: #0000ff; FONT-SIZE: 1.2em; BORDER-TOP: #999 1px solid; BORDER-RIGHT: #999 1px solid; TEXT-DECORATION: none; PADDING-TOP: 1px;padding:5px;border: 1px solid #006DDB;border-radius:5px;color: #000; font-weight:bold;
}
.page-navi:hover {
	BACKGROUND: #f7be81; COLOR: #b40404;
}

h1
{
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    font-family: "微软雅黑";
}

.note
{
     margin-left: 1em;
     margin-right: 1em;
}

.note_back
{
    font-weight: bolder;
}

h2 
{
    display: block;
    font-size: 1.3em;
    font-weight: bolder;
    font-family: "微软雅黑";
}

p
{
    font-size: 1.1em;
}


.hh
{
	color : #800000;
    text-align: right;
    display: block;
	font-size: 0.75em;
}
  
.abreak
{
    page-break-after : always;
}

.bbreak
{
    page-break-before : always;
}

.zjsjchapter
{
    color: blue;
    font-weight: bolder;
    font-size: 1.1em;
}

.chapterBreak 
{
    display: block;
    line-height: 1.2em;
}

sup 
{
    color : Red;
	font-size: 0.7em;
}

.verse {
    font-weight: bolder
}

.O0
{
	color : #800000;
    display: block;
	font-size: 1.1em;

}

.O1
{
	color : #800000;
    display: block;
}

.O2
{
	color : #800000;
    display: block;
	font-size: 0.9em;
}

.O3
{
    color :#800000;
    display: block;
	font-size: 0.85em;
}

.O4
{
	color : #800000;
    display: block;
	font-size: 0.8em;
}
.O5
{
	color : #800000;
    display: block;
	font-size: 0.75em;
}
.O9
{
	color : #800000;
    text-align: center;
    display: block;
	font-size: 1.2em;
    font-weight: bolder;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 111, 86, 0.8) url(images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低#e86256 */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

