body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{
	margin:0;
	padding:0;
}
body,button,input,select,textarea,th,td{
	 //font:12px/1.5 'microsoft yahei',tahoma,arial,'Hiragino Sans GB',宋体,sans-serif; 
	//font:12px/1.5 '黑体', tahoma,arial,'Hiragino Sans GB',宋体,sans-serif;
	font:12px/1.5 tahoma,arial,'Hiragino Sans GB',宋体,sans-serif;
}
body{
    overflow-y:scroll;
    *overflow-y:visible;
}
a{
	color: #333333;
	text-decoration: none;
	border: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:hover{
	color: #333333;
	//text-decoration: underline;
	text-decoration: none;
	border: none; 
}
ul, ol {
    list-style: outside none none;
}
img,li{
	vertical-align: middle;
}
img{
	border:none;
}