@font-face {
  font-family: "Alibaba-PuHuiTi-Medium";
  src: url("https://info.compassedu.hk/pc/font/AlibabaPuHuiTi-2-85-Bold.eot");
  src: url("https://info.compassedu.hk/pc/font/AlibabaPuHuiTi-2-85-Bold.eot?#iefix") format("embedded-opentype"),
    url("https://info.compassedu.hk/pc/font/AlibabaPuHuiTi-2-85-Bold.woff") format("woff"),
    url("https://info.compassedu.hk/pc/font/AlibabaPuHuiTi-2-85-Bold.ttf") format("truetype"),
}

.detail__module__report__new {
  padding-bottom: 16px !important;
}

.detail__module__report__new .report-module-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.detail__module__report__new .report-new-card {
  display: block;
  padding: 14px 14px 16px;
  border: 1px solid #DADADA;
  border-radius: 8px;
  box-sizing: border-box;
  color: inherit;
  transform: translateZ(0);
  transform-origin: center center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  transition: transform 0.3s;
}

.detail__module__report__new .report-new-card:hover {
  transform: translateZ(0) scale(1.03);
  -webkit-transform: translateZ(0) scale(1.03);
}

.detail__module__report__new .report-title {
  color: #0F172A;
  font-size: 14px;
  line-height: 20px;
}

.detail__module__report__new .report-stat-list {
  display: flex;
  align-items: center;
  margin: 12px 0 16px;
}

.detail__module__report__new .report-stat-item {
  position: relative;
  flex: 1;
  min-width: 0;
  text-align: center;
}

.detail__module__report__new .report-stat-item:not(:last-child)::after {
  position: absolute;
  top: 17px;
  right: 0;
  width: 8px;
  height: 42px;
  background: url('https://info.compassedu.hk/znz-app/admission_report/pc-metric_line.png') center/contain no-repeat;
  content: '';
}

.detail__module__report__new .report-stat-value {
  overflow: hidden;
  color: #0F172A;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  font-family:PingFangSC-Semibold, PingFang SC;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail__module__report__new .report-stat-unit {
  margin-left: 18px;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  vertical-align: 3px;
  font-family: Alibaba-PuHuiTi-Medium;
}

.detail__module__report__new .report-stat-label {
  margin-top: 6px;
  color: #64748B;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  font-family: PingFangSC-Medium, PingFang SC;
}

.detail__module__report__new .report-guide {
  padding-top: 12px;
  border-top: 1px solid #E2E8F0;
  color: #1E293B;
  font-size: 14px;
  line-height: 22px;
}

.detail__module__report__new .report-guide-content {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.detail__module__report__new .report-guide-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 0px;
  vertical-align: -6px;
}

.detail__module__report__new .report-guide-title {
  margin-right: 8px;
  color: #0C32F6;
  font-weight: 600;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
}

.detail__module__report__new .report-guide-text,
.detail__module__report__new .report-guide-text p {
  display: inline;
  white-space: pre-line;
}

.detail__module__report__new .report-guide-text strong {
  color: #1E293B;
  font-weight: 600;
}

.detail__module__report__new .report-full-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  margin-top: 16px;
  border-radius: 4px;
  background-color: #F6F7F9;
  color: #0F172A;
  font-size: 16px;
  line-height: 36px;
  transition: color 0.3s, background-color 0.3s;
}

.detail__module__report__new .report-full-link .icon-arrow-down {
  margin-left: 4px;
  font-size: 20px;
  transform: rotate(-90deg);
}

.detail__module__report__new .report-full-link:hover {
  background-color: #2372FF;
  color: #FFFFFF;
}
