html, body {
  min-width: 1366px;
  min-height: 768px;
}
.zh-content {
  width: 100%;
  height: 100%;
}
.zh-container {
  /* height: 100%; */
  background-color: #F5F6F8;
  padding-top: 30px;
  padding-right: 14px;
  padding-left: 14px;
  padding-bottom: 13px;
  margin-right: auto;
  margin-left: auto;
}
.zh .zh-container .el-row {
  margin-bottom: 0;
}
.zh .el-container {
  height: 100%;
}
.zh .zh-container .el-table::before {
  display: none;
}
.zh .zh-container .el-col {
  border-radius: 4px;
}
.zh .zh-container .grid-content {
  border-radius: 4px;
  box-shadow: 0 2px 18px 0 rgba(29,43,74,0.05);
  background-color: #fff;
}
.zh .zh-container .el-tabs__nav-wrap::after {
  background-color: #E4E5E9;
}
/* .zh .el-input__inner {
  height: 30px;
  line-height: 30px;
}
.zh .el-input__icon {
  line-height: 30px;
}
.zh .el-button {
  height: 30px;
} */
.zh .el-input {
  /* width: 200px; */
  /* margin-right: 6px; */
}
.zh .el-menu-item, .zh .el-submenu__title {
  height: 48px;
  line-height: 48px;
  color: #96CCF6;
}
.zh .el-menu-item i, .zh .el-submenu__title i {
  color: #96CCF6;
}
.zh .el-menu-item.is-active {
  color: #fff;
}
.zh .el-menu-item a, .zh .el-submenu__title a {
  display: inline-block;
  width: 100%;
  color: #96CCF6;
  font-size: 12px;
}
.zh .el-submenu.is-active>.el-submenu__title {
  color: #fff;
}
.zh .el-submenu.is-active .el-submenu__title i {
  color: #fff;
}
.zh .el-menu-item.is-active a {
  color: #fff;
}
.zh .el-submenu .el-menu {
  background-color: transparent;
}
.zh .el-submenu .el-menu-item {
  height: 34px;
  line-height: 34px;
}
.zh .el-menu-item-group__title {
  padding: 0;
}
.zh .el-menu-item:hover, .zh .el-submenu__title:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.zh .el-menu-item:focus, .zh .el-submenu__title:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

.zh .zh-container .el-tabs {
  height: 100%;
}
.zh .zh-container .el-tabs__content {
  height: calc(100% - 55px);
}
.zh .zh-container .el-tabs__content .el-tab-pane {
  height: 100%;
}

.zh-dialog-box .el-dialog {
    border-radius: 4px;
    height: calc(100% - 120px);
}
.zh-dialog-box .el-dialog .el-dialog__header {
    text-align: center;
}
.zh-dialog-box .el-dialog .el-dialog__header .el-dialog__title {
    font-size: 16px;
    color: #333333;
    font-weight: 550;
}
.zh-dialog-box .el-dialog .el-dialog__header .el-dialog__headerbtn {
  font-size: 30px;
  top: -40px;
  right: 0;
}
.zh-dialog-box .el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  color: #fff;
}
.zh-dialog-box .el-dialog .el-dialog__body {
  height: calc(100% - 55px);
  padding-top: 0;
}

.zh-dialog-confirm .el-dialog {
  line-height: normal;
}
.zh-dialog-confirm .zh-dialog-msg {
  font-size: 18px;
}
.zh .zh-pointer {
  cursor: pointer;
}
.zh .zh-pointer:hover {
  color: #2596FF;
}

.zh .el-col-5 {
  width: 20%;
}
.zh .el-table .cell {
  text-align: center;
}

.el-menu--popup {
  background-image: linear-gradient(44deg, #1FAACE 0%, #0C6FCA 100%);
}

.el-menu--popup .el-menu-item-group__title {
  padding: 0;
}

.el-menu--popup .el-menu-item {
  height: 40px;
  line-height: 40px;
}

.el-menu--popup .el-menu-item a {
  color: #96CCF6;
}

.el-menu--popup .el-submenu__title{
  color: #96CCF6;
}

.el-menu--popup .el-submenu__title i {
  color: #fff;
}

.el-menu--popup .el-menu-item.is-active a {
  color: #fff;
}

.el-menu--popup .el-menu-item:hover, .el-menu--popup .el-submenu__title:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.el-menu--popup .el-menu-item:focus, .el-menu--popup .el-submenu__title:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.zh .zh-container .el-table__body tr:hover>td{
  background-color: rgba(255, 189, 133, 0.2) !important;
}
.el-tooltip__popper.is-dark {
  /* background: #1FAACE !important; */
}
.el-tooltip__popper.is-dark a {
  color: #fff;
}
.zh .el-button--primary.is-plain:focus, .zh .el-button--primary.is-plain:hover {
  background: #fff;
  border-color: #b3d8ff;
  color: #409EFF;
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  background-color: rgba(0, 0, 0, .3);
}
/* 响应式工具 */

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
/* .BMap_top{
  width:224px!important;
  z-index:999999!important;
} */

/*********/


.tb .accidentTable{
  background-color: #fff;
  margin-top:22px;
  position: relative;
  overflow: hidden;
}
.tb .el-tabs--border-card{
  border: none;
  box-shadow:0 2px 4px 0 rgba(255, 255, 255, 0), 0 0 6px 0 rgba(255, 255, 255, 0)
}
.tb .el-tabs__nav-scroll{
  height: 44px;
  line-height: 44px;
}
.tb .el-tabs__active-bar{
height: 0px!important 
}
.tb .el-tabs--border-card>.el-tabs__header{
  background-color: #ffffff!important;
}
.tb .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{
  border-right:1px solid #fff!important;
}
.tb .el-tabs--border-card>.el-tabs__header .el-tabs__item{
  border-left:1px solid #DDE3E6!important;
  width: 135px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  color: #8f979f;
}
.el-table--border td, .el-table--border th {
  border-right: none ;
}
.tb .serviceButtonList{
  position: absolute;
  top:10px;
  right:20px;
}
.tb .serviceButtonList .add{
  background-color: #6DBFD3;
  border:1px solid #6DBFD3;
}
.tb .serviceButtonList .load{
  background-color: #919DB0;
  border:1px solid #919DB0;
}
.tb .serviceButtonList .export{
  background-color: #719CF3;
  border:1px solid #719CF3;
}
.tb .serviceButtonList .import{
  background-color: #6FA7DF;
  border:1px solid #6FA7DF;
}
.tb .el-table th tr{
  background-color: #000!important
}

.tb .el-tabs--border-card>.el-tabs__content{
  padding:0px 0px!important;
}
.tb .el-table th>.cell{
  color:#fff;
}
.tb .el-table--border td, .el-table--border th, .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{
  border-right:2px solid #dce5ed
}
.tb .el-table--border td:last-child{
  border-right:none
}

.tb .el-table td, .el-table th.is-leaf{
  border-bottom:1px solid #bacbdb
}
.tb .iconList .icon-xiangqing{
  color:#5CAAEE;
  margin-right:10px;
  cursor: pointer;
}
.tb .iconList .icon-bianji{
  color:#6DBFD3;
  margin-right:10px;
  cursor: pointer;
}
.tb .iconList .icon-hexiao{
  color:#919DB0;
  cursor: pointer;
}
.tb .iconList .icon-CombinedShape{
  color:#919DB0;
  cursor: pointer;
}
.tb .iconList .icon-color{
  color:#DFE1E4;
}
