/* base */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, a,
del, dfn, em, img,
small, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, section, summary {
    margin: 0;
    padding: 0;
    border: 0;
}

table, form {
    margin: 0 auto;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body {
	line-height: 1.6;
	font-size: 87.5%;
	font-family: "Microsoft YaHei", SimSun, Verdana, Arial, sans-serif;
	color: #333333;
	background: #f5f5f5;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	color: #113e60;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}

input {
	vertical-align: middle;
}

hr{
	height: 0;
	border: none;
	border-top: 1px solid #dddddd;
	clear: both;
	margin: 0.3em auto;
}

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	*zoom: 1;
}
.cb {
	clear: both;
	font-size: 0;
	height: 0;
	overflow: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.mt {
	margin-top: 0.6em;
}
.mb {
	margin-bottom: 0.6em;
}

.hot, .hottext, a.hot, a.hottext {
	color: #c60f13;
}
.pop, .poptext, a.pop, a.poptext {
	color: #266392;
}
.note, .notetext, a.note, a.notetext {
	color: #1979cc;
}
.error, .errortext, a.error, a.errortext {
	color: #ff0000;
}
.warning, a.warning {
	color: #ffa500;
}
.gray, a.gray {
	color: #989898;
	padding: 0 0.2em;
}
.black, a.black {
	color: #333333;
}
.white, a.white {
	color: #ffffff;
}
/* layout */
.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{
    text-align: left;
}

.atitle{
    text-align: center;
	font-size: 115%;
	font-weight: bold;
	line-height: 2.5;
}

.ainfo{
    text-align: center;
	line-height: 2;
}

.acontent{
    text-align: left;
	padding: 0.8em 6% 0.8em 6%;
	font-size: 115%;
	line-height: 1.6;
    border: 1px solid #dddddd;
}


.copyright{
	margin: 1.5em auto;
	padding: 0.8em 0px;
    text-align: center;
	line-height: 2;
	border-top:1px dashed #dddddd;
}

.headlink{
	background: #ffffff; 
	border: solid 1px #ddd;
	line-height: 2.2em; 
	margin: 1em auto;
	padding: 0px 0.8em;
}

.footlink{
	margin: 0.8em auto;
	padding: 0.4em 0px;
    text-align: center;
	line-height: 2;
}

.cb{clear:both; font-size:0px; height:0px; overflow:hidden;}

.index{
	margin: auto;
	border: 1px solid #dddddd;
    background: #ffffff;
}
.index dt, .volume{
	height: 2.2em;
	line-height: 2.2em;
	width: 100%;
	clear: both;
    font-size: 115%;
    text-align: center;
    color: #017ab6;
    border-bottom: 1px solid #d2d2d2;
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #f2f2f2, #ffffff);
    background-image: -moz-linear-gradient(top, #f2f2f2, #ffffff);
    background-image: -ms-linear-gradient(top, #f2f2f2, #ffffff);
    background-image: -o-linear-gradient(top, #f2f2f2, #ffffff);
    background-image: linear-gradient(top, #f2f2f2, #ffffff);
}
.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;
	border-bottom: 1px dashed #dddddd;
	height: 2.5em;
	line-height: 2.5em;
	text-indent: 1em;
	overflow: hidden;
}

@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;
}

/* interface */
.jieqiQuote, .jieqiCode, .jieqiNote {
	border: 1px solid #d2d2d2;
	border-left: 5px solid #d2d2d2;
	padding: 0.3em;
	color: #000000;
	background: #fafafa;
}
.divbox, .textbox {
	border: 1px solid #d2d2d2;
	padding: 0.3em;
	margin-bottom: 0.6em;
	background: #ffffff;
}
.ajaxtip {
	position: absolute;
	border: 1px solid #d2d2d2;
	background: #ffffff;
	color: #ff0000;
	padding: 0.2em 0.3em;
	z-index: 800;
}
#dialog, .dialog {
	position: absolute;
	visibility: hidden;
	border: 1px solid #d2d2d2;
	background: #f2f2f2;
	-webkit-box-shadow: 3px 3px 3px 3px #bababa;
	box-shadow: 3px 3px 3px 3px #bababa;
}
.dialog_t {
	color: #fff;
	font-size: 115%;
	line-height: 2.5em;
	padding-left: 0.6em;
	background: #79bbff;
	background-image: -webkit-linear-gradient(top, #378de5, #79bbff);
	background-image: -moz-linear-gradient(top, #378de5, #79bbff);
	background-image: -ms-linear-gradient(top, #378de5, #79bbff);
	background-image: -o-linear-gradient(top, #378de5, #79bbff);
	background-image: linear-gradient(top, #378de5, #79bbff);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff', GradientType='0');
}
.dialog_t a {
	text-decoration:none;
	display: inline-block;
	float: right;
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial;
	color: #fff;
	outline: thin solid #ccc;
	border: 1px solid #fff;
	margin: 10px;
}
.dialog_t a:hover {
	color: #f60;
	margin: 11px 9px 9px 11px;
}
.dialog_c {
	padding: 0.6em;
}

#mask, .mask {
	position: absolute;
	top: 0;
	left: 0;
	background: #777777;
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.pages {
	padding: 0.5em 0;
	overflow: auto;
}
.pages a.pagemore{
	display: block; 
	border: 1px solid #dddddd; 
	background: #eeeeee;  
	font-size: 125%; 
	text-align: center; 
	line-height: 2;
}
.pagelink {
	border: 1px solid #dedede;
	float: right;
	background: #ffffff;
	line-height: 2em;
	padding: 0;
}
.pagelink a,
.pagelink strong,
.pagelink em,
.pagelink kbd,
.pagelink a.first,
.pagelink a.last,
.pagelink a.prev,
.pagelink a.next,
.pagelink a.pgroup,
.pagelink a.ngroup {
	float: left;
	padding: 0 0.4em;
}
.pagelink a:hover {
	background-color: #ffffff;
}
.pagelink strong {
	font-weight: bold;
	color: #ff6600;
	background: #d2d2d2;
}
.pagelink kbd {
	border-left: 1px solid #d2d2d2;
}
.pagelink em {
	border-right: 1px solid #d2d2d2;
	font-style: normal;
}
.pagelink em a{
	display: inline-block; 
	float: none;  
	border:1px solid #dddddd; 
	line-height:18px; 
	padding: 0 2px; 
	margin: 0 3px;
}
.pagelink input {
	border: 1px solid #d2d2d2;
	color: #666666;
	padding: 0.12em;
	text-align: center;
}