/**
  公共样式
*/
*{
  font-family: 'Source Han Sans CN';
}
.ml10 {
  margin-left: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 24px;
}

.ml20 {
  margin-left: 20px;
}

.ml300 {
  margin-left: 320px;
}

.flex {
  display: flex;
}

.flex_clo {
  display: flex;
  flex-direction: column;
  // height: 880px;
}
// .leakage-box{
//   height: 60px;
// }
.leakage-cable .leakage-top{
  padding-right: 10px;

  
}
.el-button-group{
  position: absolute;
}

.el-table{
  height: 613px;
  overflow-y: scroll;
}
.el-dialog__header{
  text-align: center;
}
.device-detail-tb td{
  text-align: right;
  background: #fff;
  color:#333333;
  padding-left: 25px;
}
.form .el-form-item .el-select{
  width: 100%;
}
.search-input-box{
  display: inline-block;
  margin-right: 20px;
  
  margin-bottom: 15px;
  .label{
    color: teal;
  font-weight: 400px;
  font-size: 14px !important;
}
}
.search-div{
  background: #EAF1FE;
  padding: 15px 15px 0 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  }
  .none{
    display: none;
  }
  .seabtn{
    color: #fff;
    background:rgba(122, 164, 251, 0.55);
  }