html,body,div,p,h1,h2,h3,h4,h5,span,form,input,button,img,i,ul,li,a,mip-form{margin: 0;padding: 0;box-sizing: border-box;}

a{text-decoration: none;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);-webkit-user-select: none;-moz-user-focus: none;-moz-user-select: none;color:#333}
ul{list-style: none;}
input{border: none; -webkit-tap-highlight-color:rgba(255,0,0,0);-webkit-appearance: none;}
input:focus,button{outline:none;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{ -moz-appearance: textfield; }
html,body{max-width: 576px;margin: auto;position: relative;overflow-x: hidden;}
html{font-size: 50px;font-size: 13.333vw;height: 100%;}
@media screen and (min-width: 576px) {
    html {font-size: 76.8px;}
}
body{
	background-color: #f2f2f2;
 	color: #333;
	font-size: 0;
	 font-family: Helvetica,Tahoma,Arial,'Hiragino Sans GB','Microsoft YaHei','\5FAE\8F6F\96C5\9ED1',SimSun,'\5B8B\4F53',Heiti,'\9ED1\4F53',sans-serif;
	/*height: 100%;*/
	width: 100%;
}

