/**
 * 布局
 */

.default-layout {
  width: 100%;
  height: 100%;
}

.el-container {
  height: 100%;
  min-width: 1440px;
}

.base-container-frame {
  height: calc(100% - 85px);
}

.el-main {
  padding: 0;
  position: relative;
}

.el-aside {
  position: relative !important;
  z-index: 1 !important;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.base-divider {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: #D5D9E0 !important;
}

.iframe-container {
  position: absolute;
  margin: 0 12px 10px 12px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 6px !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04) !important;

  .zwx-iframe {
    position: relative;
    width: 100%;
    height: 100%;
    border-width: 0;
    display: block;
  }
}

.container-64.base-container-frame {
  height: calc(100% - 64px);
}

.page-tabs {
  position: absolute;
  width: 100%;
  min-width: 100px;
  top: 0;
  bottom: 0;
  background-color: #EEF2FB !important;
  box-shadow: 0 2px 4px 0 rgba(222, 227, 236, 0.80) inset !important;

  .el-tab-pane {
    height: 100%;
  }

  .el-icon-s-home {
    font-size: 14px;
    color: #464749;
    margin-right: 5px;
  }

  .el-tabs__header {
    margin: 0 !important;
    top: 10px !important;
    padding: 0 12px !important;
    border-bottom: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }

  .el-tabs__nav {
    border-color: transparent !important;
    border-bottom: none !important;
  }

  .el-tabs__nav-wrap {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }

  .el-tabs__nav-wrap.is-scrollable {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 22px !important;
  }

  .el-tabs__nav-prev {
    border-radius: 4px 0 0 0;
  }

  .el-tabs__nav-next {
    border-radius: 0 4px 0 0;
  }

  .el-tabs__nav-prev,
  .el-tabs__nav-next {
    width: 18px !important;
    height: 34px !important;
    line-height: 34px !important;
    top: 1px !important;
    text-align: center !important;
    font-size: 15px !important;
    color: #464749 !important;
    background-color: #ffffff !important;
    border: 1px solid #d5d9e0 !important;
    margin: 0 !important;
    -webkit-box-shadow: 0 -1px 5px 0 #dcdddf !important;
    -moz-box-shadow: 0 -1px 5px 0 #dcdddf !important;
    box-shadow: 0 -1px 5px 0 #dcdddf !important;
  }

  .el-tabs__nav-prev:hover,
  .el-tabs__nav-next:hover {
    background: linear-gradient(180deg, #ffffff, #eeeeee);
    border-radius: 2px !important;
  }

  .el-tabs__nav-prev .el-icon-arrow-left,
  .el-tabs__nav-next .el-icon-arrow-right {
    vertical-align: middle !important;
  }

  .el-tabs__nav-prev .el-icon-arrow-left:before {
    content: '\e792' !important;
  }

  .el-tabs__nav-next .el-icon-arrow-right:before {
    content: '\e791' !important;
  }

  .el-tabs__item {
    height: 34px !important;
    line-height: 34px !important;
    padding: 0 12px !important;
    margin: 0 2px !important;
    color: #585C60 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border: 1px solid #d5d9e0 !important;
    border-bottom: none !important;
    border-radius: 7px 7px 0 0 !important;
    outline: none !important;
    box-sizing: border-box !important;
    background-color: #f5f7fa !important;
    position: relative;
  }

  .el-tabs__item.is-closable:focus,
  .el-tabs__item.is-closable:hover {
    color: black !important;
  }

  .el-tabs__item:hover {
    background: #eaf3ff !important;
    color: #1F2D3D !important;
  }

  .el-tabs__item.is-active,
  .el-tabs__item.is-active:focus,
  .el-tabs__item.is-active:hover {
    color: #4969D9 !important;
    background-color: white !important;
  }

  .el-tabs__item .el-icon-close {
    color: #1f2d3d !important;
    line-height: 15px !important;
    font-weight: bold !important;
    font-size: 8px !important;
  }

  .el-tabs__item .el-icon-close:focus,
  .el-tabs__item .el-icon-close:hover {
    background-color: transparent !important;
  }

  .el-tabs__item.is-active.is-closable {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .el-tabs__content {
    position: absolute !important;
    width: 100% !important;
    top: 45px !important;
    bottom: 0 !important;
  }
}


.name-hidden {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}