
* {
    margin: 0;
    padding: 0;
}
ul {
	list-style: none;
	
}
.fl {  /* 浮动公共类*/
	float: left;
}
.fr {
	float: right;
}
