.flow {
  position: relative;
}
.flow::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
[v-cloak] {
  display: none;
}
* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
img {
  max-width: 100%;
}
button,
input,
textarea {
  outline: none;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.l {
  float: left;
}
.r {
  float: right;
}
body {
  min-width: 1200px;
  font-family: '微软雅黑', sans-serif;
  color: black;
  overflow-x: hidden;
  background-color: #fff;
}
#app .el-table td {
  font-size: 14px;
}
#app .el-table th {
  background-color: #f6f6f6;
  font-size: 14px;
}
