@charset "utf-8";
/*通用*/
body {
	font: 0.8em "microsoft yahei", Arial, Helvetica, sans-serif;
	color:#666;
    margin:0px;
    padding:0px;
	text-align:center;
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin:0px;
    padding:0px;
    border:none;
    list-style:none;
}
input{border:none;}
.lf{float:left;}
.rt{float:right;}
.clear{overflow:hidden;}
a{
    color:#666;
    text-decoration:none;
    border:none;
}
a:hover{
    text-decoration:none;
    color:#666;
}
img{margin:0;padding:0;border:none;}