* {
  margin: 0;
  padding: 0;
}

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

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background: #e6e6e6;
  border-radius: 4px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

#app {
  display: none;
  width: 100%;
}

.el-message-box .el-button:focus, .el-message-box .el-button--primary:hover {
  border-color: var(--el-color-primary) !important;
  background: var(--el-color-primary) !important;
}

.closeIcon {
  cursor: pointer;
}