@charset "gb2312";
/*==========@@HTML默认样式 开始@@==========*/
/*基本*/
*{ padding:0px; margin:0px }
body{
	color:#000;
	background-color: #FFF;
	padding:0px; 
	margin:0px auto;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:auto;
	font-size:20px;
	max-width:640px;
}
/*链接*/
H3{ font-size:20px; !important}
H3 a{ font-size:20px; text-decoration:none; color:#FFF; background: transparent;  outline:none; !important}
H3 a:link {
	font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
	font-size: 20px;
	color: #000000;
}
H3 a:visited { font-size:20px; color:#FFF; !important}
H3 a:focus { font-size:20px; color:#FFF; outline:none;  !important}
H3 a:hover, a:active{ font-size:20px; color:#FFF; outline:none; !important}
/*表单*/
input{
	font-size:20px;
    border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;-o-border-radius:5px;
	background-color: #FFFFFF;
	border: 1px solid #E8E8E8;
	margin: 3px 0px;
	padding: 5px 3px;
	width:99%;
	line-height: normal;
}
.copyright{ padding:5px; text-align:left; font-size:12px; color:#666; border:0px solid red}
/* CSS Document */
TD {
	font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
	font-size: 18px;
	COLOR: #000000; LINE-HEIGHT: 120%;
	border:1px solid #FFFFFF;padding:5px;
}
a:link {
	font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
	font-size: 15px;
	color: #000000;
	 outline:none;
	 text-decoration:none;
}
a:visited {
	font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
	font-size: 15px;
	color: #005500;
}
a:hover {
	font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
	font-size: 15px;
        color:#FFFFFF;
	background-color:#007700;
}
a:active {
	font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
	font-size: 14px;
	color: #005500;
}
.v {
	font-size: 15px;
	color: #005500;
	vertical-align: text-top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:40px;
}
.chapter {
	font-size: 18px;
	color: #004400;
	vertical-align: text-top;
	padding:7px;
	width:60px;
}
.chapter_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	LINE-HEIGHT: 200%;
	padding:7px;
}
.ch { font-size:20px; color:red;}
/*顶部工具条 开始*/
#toolbar{width: 100%; height: 46px; line-height:46px; z-index: 3; position: fixed;left: 0;top: 0;right:0;}
#toolbar .fixed {
	display: block;
	margin: 0 auto;
    min-width: 320px;
	height: 45px;
	top: 0;
	border-bottom: 1px solid #305196;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25); -webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);-o-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.25);
	background-image:-webkit-gradient(linear, left top, left bottom, from(#6DACED), to(#3C63B9));
	background-image:-webkit-linear-gradient(#6DACED, #3C63B9);
	background-image:-moz-linear-gradient(#6DACED, #3C63B9);
	background-image:-ms-linear-gradient(#6DACED, #3C63B9);
	background-image:-o-linear-gradient(#6DACED, #3C63B9);
	background-image:linear-gradient(#6DACED, #3C63B9);
	/*opacity: 0.95;*/
}
#toolbar .fixed-green, #toolbar .fixed-blue{	display: block; margin: 0 auto; min-width: 320px; height: 45px; top: 0;} 
#toolbar .fixed-green {
	border-bottom: 1px solid #7e7b7a;	
	box-shadow:0 0 5px 0 rgba(0,0,0,0.5); -moz-box-shadow:0 0 5px 0 rgba(0,0,0,0.5); -webkit-box-shadow:0 0 5px 0 rgba(0,0,0,5);-o-box-shadow:0 0 5px 0 rgba(0,0,0,5);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#bab7b6),to(#6c6b6a));
	background-image:-webkit-linear-gradient(#bab7b6, #6c6b6a);
	background-image:-moz-linear-gradient(#bab7b6, #6c6b6a);
	background-image:-ms-linear-gradient(#bab7b6, #6c6b6a);
	background-image:-o-linear-gradient(#bab7b6, #6c6b6a);
	background-image:linear-gradient(#bab7b6, #6c6b6a);
	/*opacity: 0.95;*/
}
.ui-btn-back, .ui-btn-refresh, .ui-btn-menu, .ui-btn-home{  
	display:block; position:absolute; width:50px; height:44px;
	text-indent: -9999px; margin:0; padding:0; 
}
.ui-btn-back { top:0px; left:0px; background:url(/ky_img/back.png) no-repeat center center;  background-size:24px auto;}
.ui-btn-refresh { top:0px; right:0px; background:url(/ky_img/refresh.png) no-repeat center center; background-size:28px auto;}
.ui-btn-menu { top:0px; right:0px; background:url(/ky_img/menu.png) no-repeat center center; background-size:24px auto;}
.ui-btn-home { top:0px; right:0px; background:url(/ky_img/home.png) no-repeat center center;  background-size:24px auto;}
#content{ width: 98%;  margin: 0px auto;}
