html,body,h1,h2,h3,h4,ul,ol,dl,li,dt,dd,p,div,span,img,a,table,tr,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
}
article,header,footer,aside,figure,figcaption,nav,section {
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol,ul {
  list-style: none;
  list-style-type: none;
}
*,*::before,*::after {
  box-sizing: border-box;
}
a,area,button,[role="button"],input:not([type=range]),label,select,summary,textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
img {
  width: 100%;
  vertical-align: bottom;
}
iframe {
  border:none;
}
input, button, textarea, select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  outline: 0;
}
*:focus {
outline: none;
}
