html, body {
  font-family: Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, WenQuanYi Micro Hei, Microsoft Yahei, sans-serif;
  height: 100%;
}

body, div, p, ul, ol, li, table, th, td, dl, dd, dt, h1, h2, h3, h4, h5, h6, hr {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  word-break: break-all;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

input, textarea, button {
  border: none;
  outline: none;
}

textarea {
  font-family: Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, WenQuanYi Micro Hei, Microsoft Yahei, sans-serif;
  resize: none;
}

/* scroll */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #dcdcdd;
}

/* ie 去掉 x和watch */
::-ms-clear, ::-ms-reveal {
  display: none;
}

/* vue v-cloak */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}