
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}
ul,li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:active, a:hover,a:focus {
    outline: 0;
}
a img {
    border: 0;
}
address, cite, dfn, em, var, i {
    font-style: normal;
}
html, button, input, select, textarea {
    font-family: arial,tahoma,'Microsoft Yahei','\5b8b\4f53',sans-serif;
}
input,textarea {
	outline:none;
}
input, textarea, a {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    box-shadow:0px 0px 0px rgba(0,0,0,0);
}
pre{
	white-space: pre-wrap;
	word-wrap: break-word;
}
h4 {
    font-weight: normal;
}