/* 内页 PC Banner 标题 / 描述 */
.hc-page-banner,
.hc-page-banner .yibuFrameContent {
  position: relative;
  height: 100%;
  min-height: 450px;
}

.hc-page-banner__inner {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 450px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  pointer-events: none;
  overflow: visible !important;
}

.hc-page-banner__title,
.hc-page-banner__desc {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  max-width: 900px;
  height: auto !important;
  opacity: 1 !important;
  z-index: 6 !important;
  pointer-events: auto;
  color: #fff !important;
  display: block !important;
  visibility: visible !important;
}

.hc-page-banner__title .editableContent,
.hc-page-banner__desc .editableContent {
  height: auto !important;
  overflow: visible !important;
  word-wrap: break-word;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans CN", "Noto Sans SC",
    sans-serif;
  line-height: 1.35;
}

.hc-page-banner__title .editableContent {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 0 14px;
}

.hc-page-banner__desc .editableContent {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  opacity: 0.95;
  margin: 0;
  line-height: 1.6;
}

/* 覆盖微站可能带来的 p/span 内联字号干扰 */
.hc-page-banner__title .editableContent p,
.hc-page-banner__desc .editableContent p {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
}

.hc-page-banner__title .editableContent span,
.hc-page-banner__desc .editableContent span {
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
}
