*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0.5px;
}
html,body,#app {
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
input {
  outline: none;
}
ul {
  list-style-type: none;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #606266;
}
a:hover {
  color: #1f95ff;
}
[v-cloak] {
  display: none;
}

/*iframe页面*/
.list-page {
  background-color: #FAFAFB;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
}
.top-wrap {
  width: 100%;
  height: 60px;
  background-color: #fff;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.search-wrap {
  display: flex;
}
.search-option {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.search-option > span {
  white-space: nowrap;
  margin-right: 20px;
}
.button-wrap {
  white-space: nowrap;
}
.table-wrap {
  background-color: #fff;
  height: calc(100% - 90px);
  position: relative;
  min-height: 700px;
}
.pagination {
  margin-top: 15px;
  padding-top: 25px;
  text-align: center;
}
.el-pagination {
  display: inline-block;
}
.footer {
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  margin: 10px 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  white-space: nowrap;
}
.font-success {
  color: #67C23A;
}
.font-error {
  color: #F56C6C!important;
}
.font-danger {
  color: #E6A23C;
}
.el-table {
  overflow-y: auto;
}
.el-popconfirm__action {
  margin-top: 8px;
}
.cell > button {
  margin-right: 5px;
}
.el-message-box__message > p{
  margin: 10px!important;
  font-size: 16px;
  color: #F56C6C;
}
.el-message-box {
  vertical-align: baseline!important;
}
.el-table {
  color: #333333!important;
}