/**
 * 系统卡片公共样式
 * 从 zzfzglxt.html / zlzxjkxt.html 内联样式提取
 * 供增值系统页面复用
 */

/* ========== 监控卡片容器 ========== */
.c-monitor-card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 360px;
  height: 448px;
  background: #FFFFFF;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin: 0 30px;
}

.c-monitor-card-container img {
  width: 100%;
  margin-bottom: 41px;
}

.c-monitor-card-container .c-monitor-card__title {
  font-size: 22px;
  font-weight: bold;
  color: #0558FF;
  line-height: 30px;
  margin-bottom: 17px;
}

.c-monitor-card-container .bule-line {
  width: 50px;
  height: 6px;
  background: #0558FF;
  border-radius: 8px;
  margin-bottom: 12px;
}

.c-monitor-card-container .c-monitor-card__describe {
  width: 252px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  text-align: center;
  white-space: pre-line;
}
