*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  -webkit-tap-highlight-color: transparent;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea,
button {
  background-color: transparent;
  border: none;
  outline-style: none;
}
select,
input {
  vertical-align: middle;
}
img {
  border: 0;
  -moz-vertical-align: middle;
  vertical-align: middle;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
s,
i,
em {
  font-style: normal;
  text-decoration: none;
}
