/**
 * 腾讯金融云 - Banner 区域文字改为白色
 * 目标：https://fincloud.tencent.cn/
 * 仅影响 .img-item 内的 Banner 标题和描述文字，不影响其他位置
 */

/* Banner 大标题"金融专区" - .hero-desc 内的 h2 */
.img-item .hero-text .hero-desc h2 {
  color: #ffffff !important;
}

/* Banner 描述文字 - .hero-desc 内的 em 斜体段落 */
.img-item .hero-text .hero-desc em {
  color: #ffffff !important;
}

/* Banner 大标题"金融专区" - .hero-text-con 内的 h2（含 span.piece） */
.img-item .hero-text .hero-text-inner .hero-text-con h2.des-one-line,
.img-item .hero-text .hero-text-inner .hero-text-con h2.des-one-line .piece {
  color: #ffffff !important;
}

/* Banner 描述段落 - .des-text 内的 p */
.img-item .hero-text .hero-text-inner .hero-text-con .des-text p {
  color: rgba(255, 255, 255, 0.85) !important;
}
