@charset "UTF-8";

.u-heading-v3__title {
  font-weight: 900;
}

/**
 * 超出文本隐藏样式
 */

.zf-t-h {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

pre {
  border-radius: 5px;
}

