/* 央国企落地页 — 简介区 + 环形数据（原 Profile 屏样式） */

.wp {
	width: 85%;
	max-width: 1290px;
	margin: 0 auto;
	position: relative;
}

#page2 {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	min-height: 100vh;
	height: auto;
	overflow: visible;
	padding-bottom: 0;
	display: flex;
	flex-direction: column;
}

#page2 .row-a1 {
	padding: 30px 0;
	overflow: hidden;
	flex: 1 1 auto;
	min-height: 0;
}

#page2 .g-titq1.white h3 {
	font-family: "FZ ZongYi JianTi", "方正综艺简体", "FZZongYi-M05S", "PingFang SC",
		"Microsoft YaHei", "Hiragino Sans GB", sans-serif;
	font-weight: 700;
	line-height: 1.28em;
	color: inherit;
	background: none;
	-webkit-text-fill-color: unset;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	filter: none;
}

#page2 .g-titq1.white h3 em {
	display: block;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 600;
	letter-spacing: 0.07em;
	color: rgba(255, 255, 255, 0.92);
	-webkit-text-fill-color: rgba(255, 255, 255, 0.92);
	background: none;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	opacity: 1;
	filter: none;
	margin-bottom: 0.28em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 2px 10px rgba(0, 0, 0, 0.28);
}

/* 金黄标题：渐变字 + 轻微投影（与背景分离） */
#page2 .g-titq1.white .profile-title-zh {
	display: inline-block;
	font-size: clamp(40px, 4.25vw, 68px);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: 0.05em;
	color: transparent;
	background-image: linear-gradient(
		168deg,
		#fff8d4 0%,
		#ffe066 28%,
		#ffc93d 52%,
		#e8a820 80%,
		#c98910 100%
	);
	background-size: 100% 115%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.42)) drop-shadow(0 3px 10px rgba(0, 0, 0, 0.28));
}

#page2 .row-a1 .g-titq1 h3 {
	position: relative;
	padding-bottom: 28px;
}

#page2 .row-a1 .g-titq1 h3:after {
	content: '';
	width: 50px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

#page2 .row-a1 .desc.profile-intro {
	font-size: clamp(16px, 1.15vw, 19px);
	font-weight: 600;
	color: #fff;
	line-height: 2em;
	text-align: center;
	opacity: 0.95;
	filter: alpha(opacity=95);
	margin-top: 20px;
	overflow: visible;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#page2 .row-a1 .desc.profile-intro p {
	text-indent: 0;
	line-height: 2em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.48), 0 2px 12px rgba(0, 0, 0, 0.22);
}


#page2 .ul-txtq1 {
	margin: 82px -45px 0;
	overflow: hidden;
}

#page2 .ul-txtq1 li {
	float: left;
	width: 20%;
	padding: 0 10px;
}

#page2 .ul-txtq1 .speed {
	width: 186px;
	height: 186px;
	border-radius: 50%;
	margin: 0 auto 16px;
	position: relative;
}

#page2 .ul-txtq1 .speed:after {
	content: '';
	border: 1px solid rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	z-index: 1;
	pointer-events: none;
}

#page2 .ul-txtq1 .speed span {
	display: block;
	font-size: 17px;
	font-weight: 700;
	color: #ffe9a0;
	line-height: 1.5em;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 10px;
	overflow: hidden;
	z-index: 3;
}

#page2 .ul-txtq1 .speed .s2 {
	font-family: "FZ ZongYi JianTi", "方正综艺简体", "FZZongYi-M05S", "PingFang SC",
		"Microsoft YaHei", sans-serif;
}

#page2 .ul-txtq1 .speed span em {
	font-size: 56px;
	font-weight: 700;
	font-family: "FZ ZongYi JianTi", "方正综艺简体", "FZZongYi-M05S", "PingFang SC",
		"Microsoft YaHei", sans-serif;
	line-height: 1.15em;
	margin-right: 6px;
	color: transparent;
	background-image: linear-gradient(
		168deg,
		#fff8d4 0%,
		#ffe066 30%,
		#ffc93d 55%,
		#e8a820 100%
	);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
}

#page2 .ul-txtq1 canvas {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	-ms-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

#page2 .ul-txtq1 h3 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 1.55em;
	text-align: center;
	opacity: 1;
	filter: none;
}

@media only screen and (max-width: 1920px) {
	#page2 .g-titq1 h3 em {
		font-size: min(22px, 2.1875vw);
	}
}

@media only screen and (max-width: 1540px) {
	#page2 .row-a1 .desc.profile-intro {
		font-size: 15px;
	}
	#page2 .ul-txtq1 {
		margin: 20px -10px 0;
	}
	#page2 .ul-txtq1 .speed {
		width: 140px;
		height: 140px;
	}
	#page2 .ul-txtq1 .speed span {
		font-size: 14px;
	}
	#page2 .ul-txtq1 .speed span em {
		font-size: 32px;
	}
	#page2 .ul-txtq1 h3 {
		font-size: 15px;
	}
	#page2 .row-a1 .g-titq1 h3 {
		padding-bottom: 10px;
	}
	#page2 .row-a1 .g-titq1 h3:after {
		width: 30px;
	}
}

@media only screen and (max-width: 1199px) {
	.wp {
		width: auto;
		padding: 0 12px;
	}
	#page2 .g-titq1.white .profile-title-zh {
		font-size: clamp(28px, 7.5vw, 42px);
	}
	#page2 .g-titq1.white h3 em {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	#page2 .ul-txtq1 {
		margin: 20px 0 0;
		text-align: center;
		font-size: 0;
	}
	#page2 .ul-txtq1 li {
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 10px;
		padding: 0 15px;
	}
	#page2 .ul-txtq1 .speed {
		width: 90px;
		height: 90px;
	}
	#page2 .ul-txtq1 .speed span em {
		font-size: 20px;
	}
	#page2 .ul-txtq1 h3 {
		font-size: 14px;
	}
	#page2 .row-a1 .desc.profile-intro {
		font-size: 14px;
		line-height: 1.8em;
	}
}
