body,
button,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
figure,
figcaption,
header,
footer,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}
body {
  min-width: 320px;
  font: 14px/1 "Urbanist", sans-serif;
  color: #000;
  background: #fff;
  scroll-behavior: smooth;
}
button,
input,
textarea {
  font: 14px/1 "Urbanist", sans-serif;
}
@font-face {
  font-family: 'iconfont';
  /* Project id 5027033 */
  src: url('/font/iconfont.woff2') format('woff2'), url('/font/iconfont.woff') format('woff'), url('font/iconfont.ttf') format('truetype');
}
button,
input,
select {
  vertical-align: middle;
  font-size: 100%;
  outline: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
}
em,
i,
var {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
button,
input[type=button],
input[type=search],
input[type=submit],
select,
textarea {
  -webkit-appearance: none;
  border-image: none;
  border-radius: 0;
  border: 0 none;
}
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.clearfix {
  *zoom: 1;
}
