/**
 * 首页 / 智库 / 我的 — 统一背景图 bk_home.jpg
 * 使用 fixed 层 + 透明 body，避免被 subpage-theme / 内联样式覆盖
 */
html.hy-tab-page {
	--hy-home-bg-local: url("../img/bk_home.jpg");
	--hy-home-bg-oss: url("https://hongyi-1429189298.cos.ap-guangzhou.myqcloud.com/staticImg/img/bk_home.jpg");
}

html.hy-tab-page::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background-color: #eaf4ff;
	background-image: var(--hy-home-bg-oss), var(--hy-home-bg-local);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

html.hy-tab-page,
html.hy-tab-page body {
	background: transparent !important;
}

.hy-tab-page .device,
.hy-tab-page .scroll,
.hy-tab-page > body > .page,
.hy-tab-page .page {
	background: transparent !important;
}

.hy-tab-page .page-body,
.hy-tab-page .zk-main {
	background: transparent !important;
}

/* 顶栏改为透明，露出统一背景图（原纯色渐变会完全遮住 bk_home） */
.hy-tab-page .mine-head,
.hy-tab-page .zk-hero {
	background: transparent !important;
}
