/* 培训页：横幅结构与登记托管一致（listed.css），底图为独立文件 training-banner.png 便于替换 */

body #qhee-header {
	position: relative;
	z-index: 1000;
}

.listed-banner--training {
	position: relative;
	z-index: 0;
	color: #333;
	isolation: isolate;
}

.listed-banner--training .listed-banner-inner.res-container {
	background-image: url('/node/public/image/chain/service/training-banner.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.training {
	font-size: 0.16rem;
	color: #4b5563;
}

.training #main_content {
	min-height: 200px;
}

/* 登记托管同款文案与按钮由 listed.css 提供（.listed-banner-tit / .listed-banner-desc / .listed-banner-cta 等） */
