@charset "utf-8";
/*通用*/
body {
	font: 16px "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;}

.clearFloat{
    content:"";
    display:block;
    clear:both;
}

a{
    color:#666;
    text-decoration:none;
}
a:hover{
    text-decoration:none;
    color:#666;
}
img{margin:0;padding:0;}