.sub-menu-wrap .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.basic-layout {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.basic-layout .header-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #495060;
}
.basic-layout .header-wrap .header-content {
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.basic-layout .header-wrap .logo {
  width: 180px;
}
.basic-layout .header-wrap .logo img {
  width: 100px;
}
.basic-layout .header-wrap .menu-item {
  line-height: 20px;
}
.basic-layout .header-wrap .menu-item:hover a {
  color: #fff;
}
.basic-layout .header-wrap .menu-item a {
  color: hsla(0, 0%, 100%, 0.7);
}
.basic-layout .header-wrap .menu-item .router-link-active {
  color: #5c9dff;
}
.basic-layout .header-wrap .header-right-wrap {
  float: right;
  color: #fff;
}
.basic-layout .header-wrap .header-right-wrap .user-name-text {
  padding-right: 20px;
}
.basic-layout .header-wrap .header-right-wrap .btn-logout {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.basic-layout .header-wrap .header-right-wrap .btn-logout:hover {
  color: #5c9dff;
}
.basic-layout .body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: calc(100vh - 64px);
}
.basic-layout .body .nav-left-wrap {
  height: 100%;
  overflow-y: auto;
}
.basic-layout .body .nav-left-wrap ::-webkit-scrollbar {
  display: none;
}
.basic-layout .body .nav-left-wrap a {
  color: #495060;
}
.basic-layout .body .nav-left-wrap .router-link-active {
  color: #5c9dff;
}
.basic-layout .body .nav-left-wrap .ivu-menu-item:not(.ivu-menu-item-selected):hover {
  background-color: #f3f3f3;
}
.basic-layout .body .nav-left-wrap.ivu-layout-sider-collapsed .ivu-menu-submenu-title,
.basic-layout .body .nav-left-wrap.ivu-layout-sider-collapsed .ivu-menu .menu-item {
  padding-left: 10px;
  padding-right: 10px;
  width: 60px;
  white-space: nowrap;
  overflow-x: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 12px;
}
.basic-layout .body .nav-left-wrap.ivu-layout-sider-collapsed .ivu-menu .menu-item {
  padding-left: 20px !important;
}
.basic-layout .body .detail-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.basic-layout .body .detail-menu-item.filst-item {
  padding: 30px 0;
  font-weight: bold;
  font-size: 16px;
}
.basic-layout .body .detail-menu-item.filst-item span {
  display: inline-block;
  width: 140px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.basic-layout .layout-footer-center {
  padding: 0;
  padding-top: 24px;
  height: 38px;
  line-height: 14px;
  text-align: center;
}

.not-found-wrap[data-v-27182e62] {
  height: 100vh;
}
.not-found-wrap img[data-v-27182e62] {
  width: 300px;
}
.not-found-wrap p[data-v-27182e62] {
  font-size: 50px;
  font-weight: bold;
}
.not-found-wrap p[data-v-27182e62]:first-child {
  padding-top: 60px;
}

