@font-face {
  font-family: "dsf";
  src: url(../assets/fonts/DroidSansFallback.ttf);
}

[v-cloak]{
  display: none;
}

.main-container {
  width: 100%;
  margin: 0 auto;
  height: 80px;
}
.function-main-container {
  width: 1200px;
  margin: 0 auto;
}
body {
  -webkit-font-smoothing: subpixel-antialiased !important;
  position: relative;
}
body,
div,
span,
a,
p,
input,
img,
em,
ins,
del,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
i,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1080px) {
  body {
    font: 12px/100% '微软雅黑';
    font-family: PingFangSC-Thin, PingFang SC !important;
    background-color: #fff;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 1079px) {
  body {
    font: 12px/100% '微软雅黑';
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", Tahoma, Arial !important;
    background-color: #fff;
    letter-spacing: 0.5px;
  }
}
a {
  text-decoration: none !important;
}
input {
  border: 0;
  outline: 0;
}
img {
  border: 0;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
i {
  font-style: normal;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
