html{
	font-size: 14px;
	-webkit-tap-highlight-color: transparent;
	font: normal 14px/1.5 "\5FAE\8F6F\96C5\9ED1", Helvetica,STHeiti, Droidsansfallback
}
*{
	margin: 0;
	padding: 0;
}
body{
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
a{
	text-decoration: none;
}
input{
	-webkit-user-modify: read-write-plaintext-only;
}
a,input,button,textarea,fieldset,ul,span{
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}
input[type='text'] ,textarea ,fieldset{
	border: none;
	outline: none;
}
ul,li{
	list-style:none
}
.scrollBox {
    height: 100%;
    -webkit-overflow-scrolling: touch;
}