
/* 新增样式 */
.header-title[data-v-10cf8a8e] {
  color: white;
  font-size: 24px;
}
.security-grade .security-levels[data-v-10cf8a8e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 20px;
}
.level-item[data-v-10cf8a8e] {
  padding: 20px;
  border-radius: 8px;
  min-width: 200px;
}
.level-item.high-risk[data-v-10cf8a8e] {
  background-color: #fff3f3;
  color: red;
}
.card-title[data-v-10cf8a8e] {
  color: #2c3e50;
  border-bottom: 2px solid #1a8cff;
  padding-bottom: 10px;
}
.stats-navigation[data-v-10cf8a8e] {
  margin-bottom: 20px;
  text-align: right;
}
.hardware-assets[data-v-10cf8a8e] {
  margin-top: 30px;
}

