* {
  box-sizing: border-box;
}

@font-face {
  font-family: "SourceHanSans";
  src: url("./../fonts/SourceHanSansCN-Normal.eot");
  src: local(""), url("./../fonts/SourceHanSansCN-Normal.eot?#iefix") format("embedded-opentype"), url("./../fonts/SourceHanSansCN-Normal.woff") format("woff"), url("./../fonts/SourceHanSansCN-Normal.ttf") format("truetype"), url("./../fonts/SourceHanSansCN-Normal.svg#SourceHanSansCN-Normal") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #fff;
}

html,
body,
div,
section,
header,
footer,
aside,
ul,
ol,
li,
table,
tr,
th,
td,
button,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6,
em,
i,
strong,
p,
span,
blockquote {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  vertical-align: top;
}

input,
button,
select,
textarea {
  outline: none;
  background: none;
}

textarea {
  resize: none;
}

img,
a img {
  border: none;
  vertical-align: top;
}

html {
  height: 100%;
  font-family: 'SourceHanSans';
}

.el-menu.el-menu--horizontal {
  border: 0 !important;
}
