*{margin: 0;}
body{font-family: Helvetica;/*英文字体*/
margin: 0;}
body * {-webkit-text-size-adjust: 100%;/*禁止用户缩放字体*/
/*-webkit-user-select: none;禁止用户选中文字,只有苹果和谷歌模拟好用，安卓需要事件中进行修改*/}
/*清除点击阴影*/
a,input,button{-webkit-tap-highlight-color: rgba(0,0,0,0);}
/*清除ios按钮圆角*/
input,button{-webkit-appearance: none;border-radius: 0;/*直接写清除不了，但是还得加是因为上面的清完了还是有圆角的效果*/}
/*公共样式*/
input,select,textarea{/*font-size:14px;*/appearance: none;-o-appearance: none;-moz-appearance: none;-webkit-appearance: none;-webkit-tap-highlight-color:rgba(0,0,0,0);border-radius:0;color:#333;font-family:'pf_MEDIUM','Microsoft Yahei','SimSun','Arial';}
input{ border:0 none; } 
select{ border:0; background:none;}
textarea{outline:none;resize:none}
html,body{  overflow-x:hidden; position:relative; margin:0 auto;left: 0 ;top: 0;line-height:inherit; }
