.login[data-v-26084dc2] {
  background: #001529;
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.login h3[data-v-26084dc2] {
    margin-top: 5%;
    font-size: 36px;
    color: white;
    font-weight: bolder;
    letter-spacing: 6px;
    margin-bottom: 20px;
}
.login .input[data-v-26084dc2] {
    width: 60%;
    margin-top: 30px;
    display: block;
}
.login .btn[data-v-26084dc2] {
    background: #1890ff;
    width: 60%;
    margin-top: 30px;
    color: #fff;
}
.login p[data-v-26084dc2] {
    position: fixed;
    bottom: 20px;
    font-size: 14px;
    color: #ccc;
    padding: 0 10px;
}

@charset "UTF-8";
.el-drawer {
  overflow: auto !important;
}
.el-drawer .el-input, .el-drawer .el-select, .el-drawer .el-range-editor.el-input__inner, .el-drawer .el-cascader {
    width: 100%;
}
.mainContainer {
  height: 100%;
}
.outContainer {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.outContainer .tableContainer {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

/* 搜索栏 */
.search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search .each {
    width: 270px;
    margin: 0 5px 15px 0;
}
.search .el-button {
    margin-bottom: 15px;
}
.demo-table-expand {
  font-size: 0;
}
.demo-table-expand label {
  width: 90px;
  color: #99a9bf;
}
.demo-table-expand .el-form-item {
  margin-right: 0 !important;
  margin-bottom: 0;
  width: 50%;
}
.el-icon-arrow-down, .el-dropdown {
  cursor: pointer;
}
.back {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.back .el-icon-back {
    cursor: pointer;
    font-size: 35px;
}
.back span {
    font-size: 20px;
    font-weight: 600;
}
.cover {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3000;
}
.cover .inside {
    height: auto;
    width: auto;
    padding: 0;
}
/deep/ .el-table .row-expand-cover .cell .el-table__expand-icon {
  display: none;
}
::-webkit-scrollbar {
  /* 滚动条整体样式 */
  height: 8px;
  /* 宽高分别对应横竖滚动条的尺寸 */
  width: 8px;
  background: #fff;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  /* 滚动条里的小方块 */
  border-radius: 4px;
  background: #c7c9cc;
  height: 120px;
}
::-webkit-scrollbar-track {
  /* 滚动条里面的轨道 */
  -webkit-box-shadow: inset 0 0 2px #fff;
  border-radius: 1px;
  background: #fff;
}
.pagination {
  background: #fff;
}
.tangram-suggestion {
  z-index: 9999;
}
/deep/ .el-drawer__body {
  overflow: auto !important;
}
#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  overflow: auto;
  height: 100%;
}
.el-scrollbar {
  padding-bottom: 11px !important;
}
/deep/ .el-drawer__open .el-drawer.rtl {
  overflow: auto !important;
}
div {
  box-sizing: border-box;
}
#manage-container {
  width: 100vw;
  height: 100vh;
  background-color: #f0f2f5;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  overflow: auto;
}
.header-container {
  height: 82px !important;
  padding: 0 !important;
}
.main-container {
  width: 100%;
  height: 100%;
  padding: 24px !important;
  overflow: auto;
}
.nav-container {
  width: 208px !important;
  height: 100vh;
  overflow: hidden !important;
  background-color: #001529;
  box-shadow: 3px 0px 8px 0px rgba(0, 21, 41, 0.35);
}
.nav-container .nav-top {
    width: 100%;
    height: 23px;
    margin-bottom: 30px;
    margin-top: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-container .nav-top .el-image {
      width: 60%;
}
.nav-container .scroll-bar {
    width: 100%;
    overflow-x: hidden;
    height: calc(100vh - 23px - 59px);
}
.el-scrollbar__wrap {
  overflow-x: hidden !important;
}

