.page-about {
	min-width: 19.2rem;
	background: #ffffff;
}

.about-main {
	background: #ffffff;
}

/* 页脚锚点跳转：避免固定顶栏遮住区块标题 */
.page-about .about-main > section[id] {
	scroll-margin-top: 1rem;
}

.about-hero {
	width: 100%;
	height: 6.81rem;
	min-height: 6.81rem;
	max-height: 6.81rem;
	position: relative;
	overflow: hidden;
	background: #1a1f2b;
}

.hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.hero-bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-content {
	padding-top: 2.2rem;
	text-align: center;
	position: relative;
	z-index: 1;
}

.hero-content h1 {
	margin: 0;
	font-size: 0.66rem;
	line-height: 0.9rem;
	font-weight: 300;
	color: #ffffff;
}

.hero-content p {
	margin: 0.24rem auto 0;
	max-width: 9rem;
	font-size: 0.32rem;
	line-height: 0.5rem;
	font-weight: 300;
	color: #ffffff;
}

.section-title {
	margin: 0;
	font-size: 0.64rem;
	line-height: 0.9rem;
	font-weight: 300;
	color: #161616;
}

.section-title-light {
	color: #ffffff;
}

.section-title-center {
	text-align: center;
}

.about-intro {
	height: 9.46rem;
	padding-top: 1.48rem !important;
}

.intro-layout {
	width: 100%;
	margin-top: 0.94rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	gap: 0;
}

.intro-copy {
	min-width: 0;
	height: 5.35rem;
	border: 0.01rem solid #E4E4E4;
	padding: 0.7rem 0.72rem;
	box-sizing: border-box;
}

.intro-copy p {
	font-size: 0.2rem;
	color: #000000;
	line-height: 0.45rem;
	color: #161616;
	font-weight: 300;
	margin-bottom: 0.3rem;
}

.intro-visual {
	width: 100%;
	min-width: 0;
	height: 5.35rem;
	display: block;
	object-fit: cover;
}

.stats-section {
	width: 100%;
	height: 7.5rem;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
	overflow: hidden;
	background: #1a2233;
}

.stats-section .stats-section-img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.stats-section .stats-section-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.stats-content {
	padding-top: 0.75rem;
	width: 100%;
	position: relative;
	z-index: 1;
}

.stats-desc {
	margin-top: 0.32rem;
	font-size: 0.22rem;
	line-height: 0.5rem;
	color: #ffffff;
	font-weight: 400;
}

.stats-grid {
	margin-top: 0.95rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.stat-item {
	text-align: center;
}

.stat-number {
	height: 0.9rem;
	line-height: 0.9rem;
	background: linear-gradient(180deg, #ff0000 0%, #823ffe 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 300;
	font-size: 1rem;
}

.stat-label {
	font-size: 0.2rem;
	color: #ffffff;
	font-weight: 300;
}

.about-proof {
	height: 7.85rem;
	position: relative;
	margin-top: 0;
	padding-top: 1.61rem;
	/* 与上一块 .stats-section 同色兜底，避免衔接处亚像素缝隙透出页白 */
	background-color: #1a2233;
}

/* 与统计模块无缝衔接（消除 1px 级白线） */
.about-main > .stats-section + .about-proof {
	margin-top: -0.01rem;
}

.about-proof-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.about-proof-bg img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center center;
}

.about-proof > .container {
	position: relative;
	z-index: 1;
}

.about-proof h2 {
	margin: 0;
	font-weight: 300;
	font-size: 0.64rem;
	color: #FFFFFF;
	line-height: 0.9rem;
	position: relative;
	z-index: 2;
}

.about-proof p {
	max-width: 13.8rem;
	font-size: 0.22rem;
	color: #FFFFFF;
	line-height: 0.5rem;
	color: #ffffff;
	font-weight: 300;
	position: relative;
	z-index: 2;
}

.about-values {
	padding-top: 1.04rem !important;
}

.values-grid {
	margin-top: 0.5rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.3rem;
}

.value-card {
	border: 0.005rem solid #E4E4E4;
	background: #ffffff;
}

.value-card img {
	width: 100%;
	height: 5.19rem;
	display: block;
	object-fit: cover;
}

.value-card h3 {
	margin-left: 0.43rem;
	margin-bottom: 0.4rem;
	font-weight: 300;
	font-size: 0.5rem;
	color: #000000;
	line-height: 0.36rem;
	margin-top: 0.5rem;
}

.value-card p {
	width: 7.47rem;
	height: 2.17rem;
	margin-left: 0.43rem;
	padding-top: 0.18rem;
	border-top: 0.005rem solid #e4e4e4;
	font-size: 0.22rem;
	color: #000000;
	line-height: 0.4rem;
	color: #161616;
}

.about-jobs {
	margin-top: 1.49rem;
}

.about-jobs .heng,
.about-partners .heng {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border-top: 0.01rem solid #D7D7D7;
	margin-bottom: 1.5rem;
}

.about-jobs-text {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.jobs-subtitle {
	margin: 0.14rem 0 0;
	font-size: 0.24rem;
	line-height: 0.4rem;
	color: #161616;
	font-weight: 300;
}

.jobs-grid {
	width: 100%;
	margin-top: 0.34rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.job-card {
	width: 5.42rem;
	height: 5.62rem;
	background: #FFFFFF;
	border: 0.01rem solid #E4E4E4;
	padding: 0 0.43rem;
	padding-top: 0.4rem;
	display: flex;
	flex-direction: column;
	margin-bottom: 0.5rem;
	transition: background-color 0.25s ease;
}

.job-card:hover {
	background-color: #F4F4F4;
}

.job-card>span {
	font-weight: 300;
	font-size: 0.16rem;
	color: #000000;
	margin: 0 !important;
}

.job-card h3 {
	font-size: 0.26rem;
	color: #000000;
	margin-top: 0.1rem;
	margin-bottom: 0.2rem;
}

.job-card p {
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.36rem;
	flex: 1;
}

.job-card a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	font-weight: 300;
	font-size: 0.16rem;
	color: #000000;
	margin-bottom: 0.3rem;
}

.job-card a::after {
	content: "→";
}

.about-partners {
	margin-top: 1.39rem;
}

.about-partners-text{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.partners-grid {
	margin-top: 1.01rem;
	border: 0.005rem solid #d7d7d7;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	overflow: hidden;
}

.partners-grid img {
	width: 100%;
	height: 1.49rem;
	border-right: 0.005rem solid #d7d7d7;
	border-bottom: 0.005rem solid #d7d7d7;
	box-sizing: border-box;
	display: block;
	object-fit: contain;
}

.partners-grid img:nth-child(6n) {
	border-right: 0;
}

.partners-grid img:nth-last-child(-n + 6) {
	border-bottom: 0;
}

.scheme {
	width: 100%;
	height: 5rem;
	border-top: 0.01rem solid #e6e6e6;
	border-bottom: 0.01rem solid #e6e6e6;
	margin-top: 1.1rem;
}

.scheme .scheme-title {
	font-weight: 300;
	font-size: 0.64rem;
	color: #000000;
	margin-top: 1.2rem;
}

.scheme .scheme-desc {
	font-weight: 300;
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.3rem;
	margin-top: 0.25rem;
}

.scheme .scheme-btns {
	display: flex;
	align-items: center;
	margin-top: 0.25rem;
}

.scheme .scheme-btns .btn1,
.scheme .scheme-btns .btn2 {
	width: 2.45rem;
	height: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.17rem;
	text-decoration: none;
	cursor: pointer;
	transition: all 250ms ease;
}

.scheme .scheme-btns .btn1 {
	background: #fe0000;
	color: #ffffff;
}

.scheme .scheme-btns .btn2 {
	border: 0.01rem solid #e6e6e6;
	color: #000000;
	margin-left: 0.2rem;
}

.scheme .scheme-btns .btn1:hover {
	background: transparent;
	border: 0.01rem solid #e6e6e6;
	color: #000000;
}

.scheme .scheme-btns .btn2:hover {
	background: #fe0000;
	border-color: transparent;
	color: #ffffff;
}

.scheme .scheme-btns .scheme-arrow {
	width: 0.2rem;
	margin-left: 0.6rem;
}

.scheme .scheme-btns .btn1:hover .scheme-arrow {
	content: url("https://junhe.oss-cn-beijing.aliyuncs.com/new_web/img/pc-index/hei-arrow.png");
}

.scheme .scheme-btns .btn2:hover .scheme-arrow {
	content: url("https://junhe.oss-cn-beijing.aliyuncs.com/new_web/img/pc-index/btn-arrow.png");
}