.dialogPublic .is-fullscreen[data-v-25f5ae0c] {
  width: 95%;
  height: 95%;
  overflow: auto;
  margin-top: 1%;
  position: relative;
}
.dialogPublic[data-v-25f5ae0c] .el-dialog .el-dialog__header {
  height: 50px;
  padding: 10px;
  border-bottom: 1px solid #f3f3f4;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  background-color: #fff;
  border-radius: 8px;
}
.dialogPublic[data-v-25f5ae0c] .el-dialog .el-dialog__headerbtn .el-dialog__close {
  color: #666666;
  font-size: 19px;
}
.dialogPublic[data-v-25f5ae0c] .el-dialog .el-dialog__body {
  padding: 15px;
  overflow-y: auto;
}
.dialogPublic[data-v-25f5ae0c] .el-dialog .is-fullscreen .el-dialog__body {
  height: calc(100% - 101px) !important;
}
.dialogAllHeight .el-dialog__body[data-v-25f5ae0c] {
  height: calc(100% - 50px) !important;
}
.layout-container[data-v-4f0e3beb] {
  padding-top: 0;
}
.layout-container[data-v-4f0e3beb] .el-form-item__content {
  text-align: left;
}
.layout-container .c-input[data-v-4f0e3beb] {
  width: 420px;
}
.battery-model[data-v-2f37c144] {
  background-color: #ffffff;
  padding: 20px;
}
.battery-model .operation-btn[data-v-2f37c144] {
  cursor: pointer;
}
.battery-model .toolbar label[data-v-2f37c144] {
  margin-right: 10px;
}
.battery-model .toolbar[data-v-2f37c144] .imt-input {
  width: 204px;
}
.battery-model .details[data-v-2f37c144] {
  color: #0076d9;
  cursor: pointer;
}
.battery-model[data-v-2f37c144] .normal-btn::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #36c626;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 8px;
}
.battery-model[data-v-2f37c144] .out-btn::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #0076d9;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 8px;
}
.battery-model[data-v-2f37c144] .popperTreeSelect ::v-deep .el-select-dropdown__wrap {
  min-height: 400px !important;
  max-height: 600px !important;
}
.text-warn[data-v-2f37c144] {
  color: #fb9678;
}
