@charset "utf-8";

*{
	margin:0;
	padding:0;
	zoom:1;
}
.cf{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
	display:block;
	visibility:hidden;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
* html .clearfix, *:first-child + html .clearfix {
}
.hover{
	cursor:pointer;
}