@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;
}

.nav-col[data-v-a380d422]:hover {
  background-color: rgba(24, 144, 255, 0.9) !important;
}
.el-menu-vertical-demo[data-v-a380d422]:not(.el-menu--collapse) {
  width: 100%;
}
.el-menu-vertical-demo[data-v-a380d422]:not(.el-menu--collapse) {
  border: none;
  text-align: left;
}
.el-menu-item-group__title[data-v-a380d422] {
  padding: 0px;
}
.el-menu-bg[data-v-a380d422] {
  background-color: #1f2d3d !important;
}
.el-menu[data-v-a380d422] {
  border: none;
}

[data-v-4f7b1601] .el-row {
  display: flex;
  justify-content: space-between;
}
[data-v-4f7b1601] .el-row::after,[data-v-4f7b1601] .el-row::before {
    display: table;
    content: none;
}
[data-v-4f7b1601] .el-row .el-col-8 {
    width: auto !important;
}
.header-box[data-v-4f7b1601] {
  width: 100%;
  height: 100%;
  background-color: white;
  box-shadow: 0px 1px 4px 0px rgba(0, 21, 41, 0.12);
  padding: 13px 25px;
}
.openMap[data-v-4f7b1601] {
  vertical-align: middle;
}
.cover[data-v-4f7b1601] {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20001;
}
.cover .pass[data-v-4f7b1601] {
    height: 300px;
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -250px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}
.cover .pass button[data-v-4f7b1601] {
      float: right;
      margin-left: 10px;
      margin-top: 10px;
}
.cover p[data-v-4f7b1601] {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.cover p span[data-v-4f7b1601] {
      display: inline-block;
      line-height: 40px;
      width: 100px;
      font-size: 14px;
}
.cover p .input[data-v-4f7b1601] {
      width: 300px;
      height: 30px;
      margin: 0 auto;
}
.el-row[data-v-4f7b1601] {
  height: 100%;
}
.el-row .el-col[data-v-4f7b1601] {
    height: 100%;
}
.header-title[data-v-4f7b1601] {
  font-size: 16px !important;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.el-page-header[data-v-4f7b1601] {
  align-items: center;
}
.el-breadcrumb[data-v-4f7b1601] {
  margin-top: 10px;
}
.el-breadcrumb__item[data-v-4f7b1601] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.el-dropdown[data-v-4f7b1601] {
  width: 100%;
  height: 100%;
}
.header-user[data-v-4f7b1601] {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.header-user[data-v-4f7b1601]:hover {
    cursor: pointer;
}
.header-user-name[data-v-4f7b1601] {
    margin-left: 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
}
.el-badge[data-v-4f7b1601] {
  padding-right: 10px;
}


.el-breadcrumb__inner {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
.is-link {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.45) !important;
}


.page-box {
  margin: 10px auto;
  float: right;
}

