<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.math-count-card .text-red {
  color: #ff0000;
}

.math-count-card .text-green {
  color: #08a517;
}

.math-count-card .text-blue {
  color: #0078ff;
}

/* ç»Ÿè®¡æ&nbsp;·å¼ */
.math-count-card {
}

.math-count-card .math-count-title {
  line-height: 30px;
  font-size: 16px;
}

.math-count-card .math-count-tags {
}

.math-count-card .math-tags-item {
  color: var(--color-text-primary);
  padding: 5px 20px;
  border-radius: 4px;
  border: 1px solid var(--border-color-lighter);
}

.math-count-card .math-tags-item:hover {
  background: var(--color-primary);
  color: white;
  border-color: var(--color-primary);
}

.math-count-card .math-count-box {
  margin-top: 20px;
  gap: 20px;
}

.math-count-card .math-count-block {
  border: 1px solid var(--border-color-lighter);
  border-radius: 5px;
}

.math-count-card .math-count-table {
  color: var(--color-text-primary);
  font-size: var(--font-size-min);
  min-height: 150px;
}

.math-count-card .math-count-table thead tr {
  background-color: var(--background-regular);
}

.math-count-card .math-count-table tr:not(:last-child) {
  border-bottom: 1px solid var(--border-color-lighter);
}

.math-count-card .math-count-table th,
.math-count-card .math-count-table td {
  text-align: center;
  height: auto;
}

.math-count-card .math-count-table th {
  padding: 10px 0;
}

.math-count-card .math-count-chart {
  padding-bottom: 10px;
}

.math-count-card .math-chat-title {
  padding: 10px 0;
  font-size: var(--font-size-min);
  background-color: var(--background-regular);
}
.math-count-card .math-count-echart {
  width: 369px;
  height: 110px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .math-count-card .math-count-box {
    flex-direction: column;
  }

  .math-count-card .math-count-echart {
    width: 100%;
  }
}
</pre></body></html>