/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
    outline:0;
	list-style:none;
	color: #333;
}
a,abbr,acronym,address,applet,area,article,aside,audio,b,base,basefont,bdi,bdo,big,blockquote,body,br,button,canvas,caption,center,cite,code,col,colgroup
,command,datalist,dd,del,details,dfn,dialog,dir,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,frame,frameset,h1,h2,h3,h4,h5,h6,header,hr,i,iframe,img,input,ins,kbd,keygen,label,legend,li,main,map,mark,menu,menuitem,meter,nav,noframes,object,ol,optgroup,option,output,p,param,pre,progress,
q,rp,rt,ruby,s,samp,section,select,small,source,span,strike,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,track,tt,u,ul,var,video,wbr{
	margin:0;
	padding:0;
	border:0;
    outline:0;
	list-style:none;
}
html{
	width:100%;
	height:100%;
}
body{
	-webkit-text-size-adjust: 100% !important;
	width:100%;
	height:100%;
	min-width:320px;
	font-family:"Microsoft Yahei","HelveticaNeue","Helvetica";
	color:#333;
	font-size:3.2vw;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a{
	text-decoration:none;
}
a,input,button{
	-webkit-tap-highlight-color:rgba(255,0,0,0);
	 border-radius:0;
	 -moz-appearance: none;
	appearance: none;
}
.clear{
	clear:both;
	overflow:hidden;
}
input,button,textarea{
	-webkit-appearance:none;/*在苹果浏览器中去掉默认样式*/
	-moz-appearance: none;
	appearance: none;
	border:0;
	font-family:"Microsoft Yahei";
    background:none;
	color:#444;
    outline:0;
	list-style:none;
	border-radius:0;
}
/*手机web的css初始化*/