img,
dl,
dt,
dd,
p,
ul {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
}
i {
  font-style: normal;
}
input,
select {
  background: none;
  outline: none;
  border: 1px solid #000;
}
button {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fff;
  border: 1px solid #000;
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.clearfix::after,
.clearfix::before {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
