@charset "UTF-8";
/* CSS Document */
html{
font-size:62.5%;/*10px*/
color:#fff;
background:#000;
}
ul,li{
list-style-type:none;
}
h1,h2,h3,p,div{
	margin:0;
	padding:0;
}
/*差替*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



.nonBox {
display: none;
}