html,
body,
#app {
  height: 100%;
  margin: 0;
  padding: 0;
  /* min-width: 1200px; */
  overflow: auto;
  position: relative;
  word-break: break-word;
}

.card {
  box-shadow: 3px 2px 9px rgba(56, 135, 224, 0.25);
  padding: 20px 1vw;
  border-radius: 10px;
  background: #fff;
  margin-top: 1vw;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ccc;
}

.el-breadcrumb {
  margin-bottom: 15px;
  font-size: 14px;
}

.el-card {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
}

.el-table {
  margin-top: 1vh;
}

.el-pagination {
  margin-top: 15px;
}

.my-autocomplete li {
  line-height: normal;
  padding: 7px;
}

.my-autocomplete li .name {
  text-overflow: ellipsis;
  overflow: hidden;
}

.my-autocomplete li .addr {
  font-size: 12px;
  color: #b4b4b4;
}

.my-autocomplete li .highlighted .addr {
  color: #ddd;
}

.el-dialog__body {
  max-height: calc(85vh - 150px);
  overflow-y: auto;
}

.el-dialog__body::-webkit-scrollbar {
  width: 4px;
}

.el-dialog__body::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.set {
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid gray;
}

/* 对话框错号大小 */
.el-dialog__headerbtn {
  font-size: 22px;
}

/* .el-select-dropdown__item {
  font-size: 16px;
} */

.el-dialog__header {
  padding: 16px 20px 10px;
  border-bottom: 1px solid rgba(235, 235, 235, 1);
}

.el-dialog__footer {
  border-top: 1px solid rgba(235, 235, 235, 1);
  padding: 10px 20px 10px;
}

.online_people_stats {
  color: #409eff;
  font-weight: bold;
}

.online_people_stats::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: #409eff;
}

/* .el-table th.el-table__cell {
  background: #fafafa !important;
  padding: 12px 0 !important;
}

.el-table .el-table__cell {
  padding: 8px 0;
} */