
* {
  margin: 0;
  padding: 0;
  outline: none;
}
*:not(input,textarea) {
  -webkit-touch-callout: inherit;
  -webkit-user-select: auto;
}
body {
	overflow-x: hidden;
  width: 100%;
  font-family:"微软雅黑";
  font-size: 16px;
  color: #333;
  -webkit-touch-callout: inherit ;
  -webkit-user-select: auto ;
  background-color: #fff;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
}
button,input,select,textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: none;
}
dt,dd {
  display: inline-block;
}
textarea,input {
  resize: none;
  outline: none;
}
textarea {
  resize: none;
  -webkit-appearance: none;
}
ul,ol,li {
  list-style: none;
}
em {
	font-style: normal;
}
.clearfix:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; }		
.clearfix { /* 触发 hasLayout */ zoom: 1; }
img{display: block;}


.clearfloat{clear:both}
