body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}

html body {
  border: 0 none;
  font: 12px/150% Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none outside none;
}
table {
  margin: 0;
  padding: 0;
  width: 100%;
}
a:link {
  color: #444444;
  margin: 0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
}
h1 {
  font-size: 18px;
  line-height: 21px;
}
h3 {
  margin: 0;
}


body,
button,
input,
select,
textarea {
  font-size: 14px;
  line-height: 1.5;
  font-family:  "Microsoft Yahei", Microsoft YaHei, Microsoft YaHei-Regular ,PingFangSC-Regular, "Helvetica Neue", Helvetica,
    "Hiragino Sans GB", "Segoe UI",  Tahoma, Arial, STHeiti,
    sans-serif;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #C0C2CC;
}

input:-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #C0C2CC;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #C0C2CC;
}

*,
:before,
:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

[v-cloak] {
  display: none !important;
}