/* 全局CSS样式 */
@charset "utf-8";

html,
body,
div,
ul,
b,
li,
i,
em,
h1,
h2,
h3,
span,
a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}

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

.nav {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}

.nav .nav_item {
  display: inline-block;
  margin-right: 20px;
}

.nav .nav_item_time {
  display: inline-block;
  margin-right: 20px;
}

.nav .nav_item input,
.nav .nav_item .ant-select {
  width: 240px;
}

.nav .nav_item .ant-input-affix-wrapper {
  width: 240px;
}

.userList-search-button {
  text-align: left;
  margin-bottom: 20px;
}

.switch-button .ant-switch-checked {
  background-color: #52c41a;
}