html,body,div,p,a,span,img,video,input,textarea,select,ul,ol,li,table,tr,td,th,dl,dt,dd,i,h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}
html, body{
  width: 100%;
  height: 100%;
  font-size: 0px;
}
a{
  display: inline-block;
  text-decoration: none;
  outline: none;
}
ul,ol,li{
  list-style: none;
}
img{
  width: 100%;
  font-size: 0;
}
input{
  border: none;
}
input:focus, textarea:focus{
  outline:none
}
a,button,input{
  -webkit-tap-highlight-color: transparent;
}
input:disabled{
  background-color: transparent;
}
a:-webkit-any-link{
  color: inherit;
}
textarea{
  border: none;
  resize: none;
}
.clearfix {zoom:1}
.clearfix:after {
    display:block;
    clear:both;
    content:"";
}