@charset "utf-8";
/* CSS Document */
*{
margin:0;
padding:0;
border:0px;
}
h1,h2,h3,h4,h5,h6{
font-weight:normal;
font-size:12px;
}
table{
border-collapse:collapse;
}
li{
display:inline;
list-style:none;
}
a{
text-decoration:none;
color:#000;
}
a:hover{
text-decoration:underline;}
body,html{
height:100%;}
body{
font-size:12px;
font-family:"微软雅黑","Arial",Helvetica,sans-serif;
}
body input,select,textarea{
	font-family:"微软雅黑";
	font-size:12px;
	color:#626262;
}
.out_put_debug{
	display:block;
	margin-top:100px;
}
.zhul_message_page{float:left; width:770px; padding:20px 0}
.zhul_pageul{text-align:center;}
.zhul_pageul li{text-align:center; padding:2px 5px;}
.zhul_pageul a{color:#666}
.zhul_pageul a:hover,.zhul_pageul a.zhul_pageHv{color:#0054c1; text-decoration:none;}
.zhul_header_login{display:none;}