.dialog-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 1440px;
  height: 680px;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 9999;
}

#tip-dialog-box {
  display: none;
}

#power-consumption-dialog-box {
  display: none;
}

.modal-dialog-centered {
  margin: 0 auto;
  padding: 16px 13px 20px 11px;
  min-height: 190px;
  margin: 173px auto 0;
  width: 884px;
  background: #eef8ff;
  border-radius: 15px;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

    .modal-header .modal-title {
        position: relative;
        left: -24px;
        width: max-content;
        min-width: 204px;
        height: 32px;
        background: linear-gradient(104deg, #406dff 0%, #5fabff 100%);
        box-shadow: 0px 6 11px 0px rgba(76, 122, 255, 0.32);
        border-radius: 0px 75px 75px 0px;
        font-weight: 600;
        font-size: 13px;
        color: #ffffff;
        line-height: 32px;
        text-align: left;
        padding-left: 20px;
        padding-right: 10px;
        font-style: normal;
    }

.modal-header .modal-close {
  color: #979797;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
}

.table-bordered {
  width: 100%;
  height: 66px;
  background: #ffffff;
  border-radius: 6px;
  margin-top: 14px;
  border-collapse: collapse; /* 合并单元格边框，去除间隙 */
  overflow: hidden;
}

.table-bordered thead {
  height: 33px;
  background: #e3eeff;
  font-size: 12px;
  color: #4b6fb3;
  line-height: 14px;
  text-align: center;
  font-style: normal;
}

.table-bordered th {
  font-weight: 400;
}

.table-bordered tr {
  height: 33px;
  line-height: 33px;
}

.table-bordered tbody {
  min-height: 33px;
  background: #ffffff;
  font-weight: 500;
  font-size: 11px;
  color: #444444;
  line-height: 15px;
  text-align: center;
  font-style: normal;
}

.modal-footer {
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 14px;
  font-style: normal;
  margin-top: 20px;
  margin-left: 8px;
}

#tip-dialog-box .modal-dialog-centered {
  width: 536px;
  min-height: 142px;
}

.modal-header .modal-title.tip-dialog-title-box {
  width: 103px;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 0px 6px 11px rgba(76, 122, 255, 0.32);
}

.tip-dialog-content-box {
  font-size: 13px;
  color: #333333;
  line-height: 16px;
  text-align: center;
  font-style: normal;
  margin-top: 20px;
  padding: 0 48px;
  line-height: 1.6;
}
