
.test-report-battery-status[data-v-31c076fc] {
  position: relative;
}
#echart[data-v-31c076fc] {
  height: 180px;
}
.battery-status[data-v-31c076fc] {
  position: absolute;
  left: 0;
  bottom: 15px;
  right: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}


.test-report-rate[data-v-10d824de] {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rate[data-v-10d824de] {
  width: 110px;
  height: 110px;
  font-size: 23px;
  font-weight: bold;
  line-height: 110px;
  text-align: center;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  border: solid 3px var(--primary-color);
  border-radius: 55px;
  box-shadow: inset 0px 0px 10px 0px rgb(84, 221, 255);
}
.rate[data-v-10d824de]::before {
  content: attr(value);
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
  top: 5px;
  border-radius: 50px;
  background-image: linear-gradient(
    to top,
    rgb(84, 221, 255) var(--rate),
    transparent var(--rate)
  );
}
.title[data-v-10d824de] {
  font-size: 13px;
  margin-top: 10px;
}


.test-report[data-v-585019e4] {
  min-height: 100vh;
  background-color: #111e3e;
  color: white;
  --primary-color: rgb(84, 221, 255);
}
.test-report-content-box[data-v-585019e4] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}
.title[data-v-585019e4] {
  font-size: 19px;
  line-height: 19px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
.date[data-v-585019e4] {
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  margin-top: 15px;
}
.card[data-v-585019e4] {
  width: 100%;
  border: solid 1px rgb(52, 86, 159);
  box-shadow: inset 0px 0px 40px 1px rgba(52, 86, 159, 0.7);
  background-color: #111e3e;
  box-sizing: border-box;
}
.info-content-box[data-v-585019e4] {
  position: relative;
  z-index: 2;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 15px;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.info-item[data-v-585019e4] {
  height: 100px;
  flex-basis: 33%;
  position: relative;
  width: 0;
}
.info-item-divider-left[data-v-585019e4],
.info-item-divider-top[data-v-585019e4] {
  position: absolute;
  background-color: rgb(52, 86, 159);
}
.info-item-divider-left[data-v-585019e4] {
  left: -1px;
  width: 1px;
  top: 35px;
  height: calc(100% - 70px);
}
.info-item-divider-top[data-v-585019e4] {
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
}
.info-item-content[data-v-585019e4] {
  font-size: 15px;
  line-height: 15px;
  /* font-weight: bold; */
  color: var(--primary-color);
  font-weight: 500;
  text-align: center;
}
.info-item-content-error[data-v-585019e4] {
  font-size: 15px;
  line-height: 15px;
  /* font-weight: bold; */
  color: red;
  width: 100%;
  text-align: center;
}
.info-item-title[data-v-585019e4] {
  margin-top: 10px;
  font-size: 13px;
  line-height: 13px;
  /* font-weight: bold; */
}

