/* layout */
body{background: #eee;}
.fullbar{
    text-align: center;
}

.linkall{
    width: 100%;
	float: left;
	text-align: left;
}

.linkleft{
    float: left;
	text-align: left;
}

.linkright{
    float: right;
	text-align: right;
}

.readSet{
   padding:0 3px 8px!important;
    clear: both!important;
    line-height: 20px!important;
    text-align: center!important;
    margin: 0 0 0 1010px!important;
    position: fixed!important;
    width: 60px!important;
    border: 1px #ddd solid!important;
    background: #fff!important;
    box-shadow: 0 0 5px #ddd!important;
    

}

.readSet a.ra{    border: 1px solid #ddd!important;
    display: inline-block!important;
    width: 48px!important;
    height: 26px!important;
    line-height: 26px!important;
    margin: 3px!important;
    overflow: hidden!important;
    vertical-align: middle!important;
	border-radius: 2px!important;
}
    .readSet .rt{display: block!important;
display: block!important;
    border: 1px #eee solid!important;
    color: #666!important;
    margin: 3px 5px 0px!important;
    border-radius: 2px!important;
    line-height: 26px!important;}
	.readSet .rt:hover{border-color: #ccc!important;background: #f9f9f9!important;
		text-decoration: none!important;color: #f60!important;


    }
    .readSet .rc{padding:0!important;color: #999!important;margin-top: 5px!important;    display: block!important;}


.atitle{
    text-align: center;
	font-size: 200%;
	font-weight: bold;
	line-height: 2.5;
	background: #f9f9f9;
	padding: 10px 0 0;
	border:1px #ddd solid	;
	border-bottom:none;
}

.ainfo{
   text-align: center;
    line-height: 2;
    background: #f9f9f9;
    padding: 0 0 15px;
    border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;color: #999;
}

.acontent{
    text-align: left;
	padding: 2.5em 8%;
	font-size: 16px;
	line-height: 2;
    border: 1px solid #ddd;
    box-shadow: 0 3px 10px #ddd;
    background: #fff;
    font-family: '-apple-system','PingFang SC','STXihei','Microsoft YaHei';
}


.copyright{
	padding: 0.8em 0px;
    text-align: center;
	line-height: 2;
	font-size:12px;color: #666;
}

.headlink{
	
	border-bottom: solid 1px #eee;
	line-height: 3em;color: #ccc; 
	margin: 0;
	padding: 0;
}
.headlink a{margin: 0 5px;}

.footlink{
	margin: 0.8em auto;
	padding: 0.4em 0px;
    text-align: center;
	line-height: 2;
}

.footlink a{display: inline-block;border:1px #ddd solid;border-radius: 3px;line-height: 35px;padding:0 20px; background: #ffffff}
.footlink a:hover{border-color: #ccc;background: #fafafa; text-decoration: none;}

.cb{clear:both; font-size:0px; height:0px; overflow:hidden;}

.index{
	margin: auto;
	border: 1px solid #ddd;
    background: #ffffff;
    border-top: none;
}
.index dt, .volume{
	height: 2.2em;
	line-height: 2.2em;
	width: 100%;
	clear: both;
    font-size: 120%;
    text-align: center;
    color: #333;
    border-top: 1px solid #eee;border-bottom: 1px solid #eee;
    background: #f9f9f9;

}
.chapters{
	display: block;
	clear: both;
	list-style: none;
}
.index:after, .chapters:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.index dd, .chapters li{
	width: 25%;
	float: left;
	overflow: hidden;
	border-bottom: 1px dotted #eee;
	height: 3em;
	line-height: 3em;
	text-indent: 1em;margin-bottom:0;
}

@media (min-width: 801px) and (max-width: 1024px) {
	.index dd, .chapters li{
		width: 33.33%;
	}
}

@media (min-width: 481px) and (max-width: 800px) {
	.index dd, .chapters li{
		width: 50%;
	}
}

@media all and (max-width: 480px) {
	.index dd, .chapters li{
		width: 100%;
	}
}
.index dd em, .chapters em{
	color: #fe0000;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-size: 80%;
	margin: 0px 3px;
}

.chapterblock{
	margin: auto;
}

.chaptertitle{
	height: 2.5em;
	line-height: 2.5em;
	clear: both;
    font-size: 115%;
    text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
}

.chaptercontent{
    text-align: left;
	font-size: 115%;
	line-height: 1.6;
	padding: 0.8em;
}

.divimage{
    text-align: center;
}

.imagecontent{
}

.aimage{
	cursor: pointer;
}
.viptitle{
	height: 2.2em;
	line-height: 2.2em;
	width: 100%;
	clear: both;
	background: #f9f9f9;
    font-size: 115%;
    text-align: center;
}