

















































































































































/* .el-tabs__content{
  background-color: #eeeeee;
} */
.fade-transverse-leave-active,
.fade-transverse-enter-active {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.fade-transverse-enter {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.fade-transverse-leave-to {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.main-header{
  height: 39px;
      -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.main-body{
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: transparent;
}
.el-tabs__content{
  padding: 8px !important;
  height: calc(100vh - 73px);
}
.BlockingError{
    position: absolute;
    top: calc(50% - 150px);
    left: calc(50% - 143px);
    background: #fff;
    text-align: center;
    font-size: 18px;
}
.customSuggestions {
  max-width: 310px !important;
  min-width: 150px !important;
  width: auto !important;
}
.customSuggestions .suggestionsItem {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.el-loading-mask.is-fullscreen .el-loading-spinner i { font-size: 40px;
}

