.main-header {
  background-color: #fbfbfb;
  padding: 10px 30px 10px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto !important;
  -webkit-font-smoothing: antialiased;
}
.main-header .sitemap {
  display: flex;
  background-color: #f2f2f2;
  height: 28px;
  width: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
}
.main-header .sitemap:hover, .main-header .sitemap.active {
  background-color: #ebf5ff;
}
.main-header .sitemap:hover svg, .main-header .sitemap.active svg {
  fill: #007aff;
}
.main-header .sitemap a {
  width: 100%;
  height: 100%;
}
.main-header .sitemap svg {
  fill: #606266;
  width: 100%;
  height: 100%;
  display: block;
}
.main-header .search_left {
  margin-right: 5px;
  position: relative;
}
.main-header .search_left .el-input__inner {
  line-height: 29px;
}
.main-header .search_left .el-input__inner::placeholder {
  letter-spacing: 0.5px;
}
.main-header .search_left input {
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  font-weight: 400;
  padding-left: 30px;
}
.main-header .search_left input::placeholder {
  line-height: 29px;
  color: #86898f;
  font-weight: 200;
}
.main-header .search_left i.el-icon-search {
  position: absolute;
  color: #C0C4CC;
  cursor: pointer;
  top: 8px;
  left: 10px;
  font-size: 13px;
  right: auto;
  z-index: 3;
  display: inline-block;
}
.main-header .main-menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -2px;
}
.main-header .main-menu li {
  margin-right: 5px;
}
.main-header .main-menu li:last-child {
  margin-right: 0;
}
.main-header .main-menu li a {
  font-weight: 300;
  text-decoration: none;
  color: #606266;
  padding: 8px 15px 6px;
  font-size: 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.main-header .main-menu li a:hover {
  color: #007aff;
}
.main-header .main-menu li a.router-link-active {
  background-color: #007aff;
  color: #fff;
}
.main-header .search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 250px;
}
.main-header .search .el-select {
  margin-right: 5px;
}
.main-header .search .admin .icon-alert {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-right: 10px;
  fill: #606266;
  cursor: pointer;
}
.main-header .search .admin .icon-alert svg {
  width: 12px;
  height: 12px;
}
.main-header .search .admin .icon-alert:hover {
  fill: #007aff;
  background-color: #ebf5ff;
}
.main-header .search .admin .icon-setting {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-left: 10px;
  fill: #606266;
  cursor: pointer;
}
.main-header .search .admin .icon-setting svg {
  width: 12px;
  height: 12px;
}
.main-header .search .admin .icon-setting:hover {
  fill: #007aff;
  background-color: #ebf5ff;
}
.main-header .search .admin .el-dropdown-link {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
}
.main-header .search .admin .el-dropdown-link img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.title-wrapper {
  align-items: center;
  padding: 20px 30px 5px;
  background-color: #fbfbfb;
  border-bottom: 1px solid #EBEEF5;
  font-size: 14px;
  position: fixed;
  width: 100%;
  top: 48px;
  left: 0;
  z-index: 99;
  -webkit-font-smoothing: antialiased;
}
.title-wrapper h1 {
  margin: 0 0 0 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
}
.title-wrapper .links {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
.title-wrapper .links .link {
  margin-right: 20px;
}
.title-wrapper .links .link a {
  text-decoration: none;
  cursor: pointer;
  font-weight: 300;
  color: #007aff;
  padding-bottom: 12px;
  border-bottom: 1px solid transparent;
}
.title-wrapper .links .link a.router-link-exact-active, .title-wrapper .links .link a.active {
  border-bottom-color: #007aff;
}
.title-wrapper .links .link a .col_num {
  position: relative;
  margin-left: 8px;
}
.title-wrapper .links .link a .col_num:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  top: 4px;
  left: -7px;
}

.sidenav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  position: fixed;
  top: 132px;
  -webkit-font-smoothing: antialiased;
}
.sidenav .link {
  margin-bottom: 13px;
}
.sidenav .link.divider {
  margin-bottom: 28px;
}
.sidenav .link a {
  color: #606266;
  text-decoration: none;
  position: relative;
}
.sidenav .link a.router-link-exact-active, .sidenav .link a.router-link-active {
  color: #007aff;
}
.sidenav .link a.router-link-exact-active:after, .sidenav .link a.router-link-active:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #007aff;
  left: -10px;
  top: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*# sourceMappingURL=index.css.map */
