@charset "gb2312";
*{
	margin:0;
	padding:0;
	 
}
body{
	background: #fff;
	font-family: "Î¢ÈíÑÅºÚ";
	height:100%;
	width:100%;
}
html{
	height:100%;
	width:100%;
}
ul,ol{
	list-style:none;
}
a{
	border:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent;
    outline:none;
    text-decoration: none;
    color:#fff;
   
}
img{ 
	border:0 none;
}
.clear{
	clear:both;
}
.small-font{    
	 font-size:12px; 
}
.smallsize-font {
 ¡¡¡¡font-size:10.8px;
}