.logo {
  display: flex;
  line-height: 36px;
  font-weight: 500;
  align-items: center;
  margin: 20px auto 20px;
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .logo {
    width: 90% !important;
  }
}
.logo img {
  width: 36px;
  height: 36px;
  display: block;
}
.logo a {
  font-size: 18px;
  color: #333;
}

.common-bottom_bottom {
  width: 1200px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #333;
}
.common-bottom_bottom span {
  margin: 0 10px 2px 10px !important;
}
@media screen and (max-width: 1000px) {
  .common-bottom_bottom {
    width: 90% !important;
  }
}

html, body {
  height: 100%;
  background: #f1f1f1;
}

.layui-icon {
  font-size: 16px;
  color: #666;
  margin-right: 10px;
}

.body-flex {
  display: flex;
  gap: 10px;
}
.body-flex .sidebar {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.body-flex .sidebar .title {
  padding: 5px 20px;
  line-height: 40px;
  font-size: 18px;
  background: #fff;
  font-weight: 400;
}
.body-flex .content {
  flex: 1;
}
.body-flex .content .page-content {
  padding: 10px 10px 0 0;
}

.layui-nav-tree {
  flex: 1;
  overflow-y: auto;
}
.layui-nav-tree a {
  color: #666 !important;
}
.layui-nav-tree .layui-nav-child {
  background: #fff;
}
.layui-nav-tree .layui-nav-child dd:hover {
  background: #f8fbff;
}
.layui-nav-tree .layui-nav-child dd:hover * {
  color: #5d8cf7 !important;
}
.layui-nav-tree .layui-nav-bar {
  background: #3478f6;
}
.layui-nav-tree.bg-white {
  background: #fff;
  color: #666;
}

.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a i, .layui-nav-tree .layui-this > a:hover {
  background-color: #f0f6fe;
  color: #4e8bf6 !important;
}

.layui-nav-tree .layui-nav-item a {
  height: auto;
}

.navbar-nav {
  gap: 0.5rem;
}

.breadcrumb {
  margin-bottom: 0;
  background-color: #fff;
}

.nav-item {
  margin-right: 10px;
}
.nav-item .nav-link {
  padding: 0.5rem 0.25rem !important;
}
.nav-item.active {
  border-bottom: 2px solid #3478f6;
}
.nav-item.active .nav-link {
  color: #3478f6 !important;
}

.user-info {
  padding: 0 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.user-info .user {
  font-size: 18px;
}
.user-info .exit {
  font-size: 12px;
  background-color: #4e8bf6;
  color: #fff;
}

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