[v-cloak] {
    display: none;
}

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    background-size: 100%;
}

body.main_window {
    height: 100%;
}

.main_window #app {
    height: 100%;
    transition: all 0.3s linear 0s;
    transform-origin: center top;
}



/* .main-table .el-tabs {
    position: relative;
}

.main-table .el-tabs__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.main-table .el-tabs__nav {
    float: none;
    text-align: center;
}

.main-table .el-tabs__item {
    color: #fff;
    background: #022256;
}

.main-table .el-tabs__item.is-active {
    background: #214e99;
}

.main-table .el-tabs__nav-wrap::after {
    display: none;
}

.main-table .el-tabs__active-bar {
    display: none;
}

.main-table .el-tabs--top .el-tabs__item.is-top:last-child {
    padding-right: 20px;
}

.main-table .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
    padding-left: 20px;
}


.el-table {
    color: #fff !important;
    background: none;
}

.el-table th,
.el-table tr {
    background: none !important;
}

.el-table--striped .el-table__body tr.el-table__row--striped td {
    background: #212e3e;
}

.el-table,
.el-table__expanded-cell {
    background: none !important;
}

.el-table td {
    border-bottom: none !important
}

.el-table--border::after,
.el-table--group::after,
.el-table::before {
    background: none !important;
}

.el-table__row:hover {
    background: none !important;
}

.el-table__empty-block {
    display: none !important;
}

.el-table--enable-row-hover .el-table__body tr:hover>td {
    background-color: #031427 !important;
}

.el-table td,
.el-table th {
    padding: 9px 0;
} */

.el-table,
.el-table__expanded-cell {
    background: none;
}

.el-table td, .el-table th.is-leaf {
    border-bottom: none;
}

  /* 表格内背景颜色 */
  .el-table tr,
  .el-table td {
    background-color: transparent !important;
    border-bottom: none !important
  }

  /* .el-table--scrollable-y .el-table__body-wrapper {
    overflow-y: hidden !important
  } */

  .el-table--border::after,
  .el-table--group::after,
  .el-table::before {
    background-color: transparent;
  }

  .el-table__row--striped td {
    background-color: #021A458C !important;
  }


  .mydiolg{
    background:none !important;
    -webkit-box-shadow:none;
    box-shadow: none;
  }

  .mydiolg .el-dialog__body{
    padding: 0;
  }
  .mydiolg .el-dialog__header .el-dialog__title{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
  }