.flowing-water[data-v-3000d92c]{position:absolute;right:10px;z-index:1;height:34px;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}.flowing-water .detail[data-v-3000d92c]{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;color:#858ea5;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px}.flowing-water .detail span[data-v-3000d92c]{color:#0089ff}.flowing-water .detail i[data-v-3000d92c]{font-size:14px;color:#0089ff}.refresh[data-v-3000d92c]{cursor:pointer}.refreshLoading[data-v-3000d92c]{animation:rotating 2s linear infinite reverse}.open-tabs[data-v-3000d92c]{padding:3px !important;margin-left:5px !important;vertical-align:text-bottom}.into-detail[data-v-3000d92c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.into-detail p[data-v-3000d92c]{width:85px;margin:0 0;text-align:right}.into-detail span[data-v-3000d92c]{color:#0089ff}.into-detail .el-button--text[data-v-3000d92c]{padding:0 0}.into-button[data-v-3000d92c]{text-align:center}

html, body, #app{
  overflow: hidden;
}
.el-tabs--border-card>.el-tabs__header .el-tabs__item[id="tab-/index"] .el-icon-close{

    display: none;
}
::-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{
  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-body{
  position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
        margin: 8px;
}
.el-tabs__content{
  padding: 0 0 !important;
  height: calc(100vh - 34px);
}
.preview-img{
  z-index: 9999999999999 !important;
}
.el-image-viewer__img{
  max-width: 80% !important;
  max-height: 80% !important;
}
.BlockingError{
    position: absolute;
    top: calc(50% - 150px);
    left: calc(50% - 143px);
    background: #fff;
    text-align: center;
    font-size: 18px;
}
body{
  background-color: #ccc;
  margin: 0;
  padding: 0;
  margin-right: 5px;
}
.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;
}
.el-tabs--border-card{
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child {
  margin-left: 10px !important;
}
.el-tabs__item{
  height: 26px !important;
  line-height: 26px !important;
  font-size: 12px !important;
  font-weight: bold !important;
  border-radius: 4px 4px 0px 0px !important;
  border: solid 1px #cccccc !important;
  margin-right: 7px !important;
  color: #151515 !important;
  padding: 0 10px !important;
  margin-top: 8px !important;
}
.el-tabs--border-card>.el-tabs__header{
  background-color: #fff !important;
}
.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{
  color: #fff !important;
  border-right-color: #7ac9fb !important;
  border-left-color: #7ac9fb !important;
  border-top-color: #7ac9fb !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #7ac9fb), color-stop(76%, #36adf9),to(#2394f6));
  background-image: linear-gradient(#7ac9fb 12%, #36adf9 76%,#2394f6 100%);
}
.el-input__inner:disabled{
  background-color: #e8e8e8;
  cursor: not-allowed;
}
.el-button--primary{
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #0089ff), to(#00affe)), -webkit-gradient( linear, left top, left bottom, from(#0089ff), to(#0089ff)) !important;
  background-image: linear-gradient(0deg, #0089ff 50%, #00affe 100%), linear-gradient( #0089ff, #0089ff) !important;
    background-blend-mode: normal, normal !important;
    -webkit-box-shadow: 1px 2px 2px 0px rgb(36 49 68 / 30%) !important;
            box-shadow: 1px 2px 2px 0px rgb(36 49 68 / 30%) !important;
    border-radius: 4px !important;
}
.el-button--primary.is-disabled{
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #999999), to(#cccccc)), -webkit-gradient( linear, left top, left bottom, from(#ffffff), to(#ffffff)) !important;
  background-image: linear-gradient(0deg, #999999 50%, #cccccc 100%), linear-gradient( #ffffff, #ffffff) !important;
    background-blend-mode: normal, normal !important;
    -webkit-box-shadow: 1px 2px 2px 0px rgb(36 49 68 / 30%) !important;
            box-shadow: 1px 2px 2px 0px rgb(36 49 68 / 30%) !important;
    border-radius: 4px !important;
    border-color: #9e9e9e !important;
    color:#fff !important;
}
.el-dialog{
  -webkit-box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 50%) !important;
          box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 50%) !important;
    border-radius: 4px !important;
    border: solid 2px #0d8fef !important;
}
.el-dialog__header {
    background-color: #0d8fef !important;
    color: #fff !important;
    padding: 2px 16px !important;
}
.el-dialog__header {
  font-size: 14px !important;
  font-weight: bold !important;
}
.el-dialog__title {
  font-size: 14px !important;
  height: 14px !important;
  line-height: 14px !important;
  font-weight: bold !important;
}
.el-dialog__title {
    color: #fff !important;
}
.el-dialog__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.el-dialog__body{
  background-color: #f4faff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
}
.el-dialog__headerbtn{
  top: 4px !important;
  right: 7px !important;
}
.el-dialog__headerbtn .el-dialog__close{
  color:#fff !important;
}

