@charset "utf-8";

* {
   -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    width: 100%;
    height: 100%;
   margin: 0px;
   padding: 0px;
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   font-size: 62.5%;
}
body {
    width: 100%;
    height: 100%;
   font-family: '微软雅黑', Helvetica, STHeiTi, Arial, sans-serif;
   -webkit-overflow-scrolling: touch;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, sumary {
    margin: 0;
    padding: 0;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week],textarea {
	border: 0;
	-webkit-appearance: none;
	appearance:none;
	outline: none;
	font: inherit;
    color: inherit;
}
ol, ul,li {
    list-style: none;
}
*:not(input, select, textArea) {
    -webkit-user-select: none;
}
img,a{
	-webkit-touch-callout:none;
}
img {
  border: none;
  vertical-align: middle;
}
a,a:active,a:hover {
	text-decoration: none;
}
a,button,input,textarea{ 
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
