@charset "utf-8";
/*首页zh-CN字体css*/
.hta-title{
	font-family: 'Playfair Display', serif; /* 衬线字体提升优雅感 */
	font-size: 50px;
	line-height: 1.8;          /* 增加行高避免拥挤 */
	letter-spacing: 0.03em;    /* 轻微字距提升可读性 */
	color: #333;               /* 深灰替代纯黑更柔和 */
	font-weight: bold;
}
.hm-p{
    font-family: 'Playfair Display', serif; /* 衬线字体提升优雅感 */
	font-size: 40px;
	line-height: 1.8;          /* 增加行高避免拥挤 */
	letter-spacing: 0.03em;    /* 轻微字距提升可读性 */
	color: #333;               /* 深灰替代纯黑更柔和 */
	font-weight: bold;
}
.hta-content{
	width: 100%;
	height: 300px;
	font-family: 'Playfair Display', serif; /* 衬线字体提升优雅感 */
	font-size: 40px;
	line-height: 1.8;          /* 增加行高避免拥挤 */
	letter-spacing: 0.03em;    /* 轻微字距提升可读性 */
	color: #333;               /* 深灰替代纯黑更柔和 */
	font-weight: bold;
	text-align: center;
}
.zhaomu{
	font-size: 30px;
	line-height: 1.8;          /* 增加行高避免拥挤 */
	letter-spacing: 0.03em;    /* 轻微字距提升可读性 */
	color: #333;               /* 深灰替代纯黑更柔和 */
	font-weight: bold;
}