* {
  margin: 0px;
  padding: 0px;
}
input[type="text"]:-webkit-autofill{
	box-shadow:0 0 0 120px #ffffff inset;
}
body {
  width: 100%;
}
html {
  height: 100%;
  font-family: "Microsoft YaHei UI";
}
input,a,img,select{
  border: none;
  outline: none;
}
ul,
li {
  list-style:none;
}
a,select {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  text-decoration: none;

}
/*解决塌陷*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  width: 0px;
  height: 0px;
  visibility: hidden;
  
}
.hide{display: none;}

