* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 88px;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	/* 防止水平滚动条 */
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.container {
	position: relative;
	width: 100%;
	min-height: 100%;
}

.navigation-wapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #010C1B;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.navigation-section {
	width: 1200px;
	max-width: 100%;
	padding: 0 20px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navigation-logo {
	width: 165px;
	max-width: 40%;
	height: 40px;
	cursor: pointer;
}

.navigation-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* 桌面端导航 */
.navigation-menu {
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: flex-end;
	gap: 18px;
}

.navigation-title {
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	transition: color 0.3s ease;
	text-decoration: none;
	white-space: nowrap;
}

.navigation-title:hover {
	color: #8EB4FF;
}

.navigation-title.active {
	color: #1A66FF;
}

.navigation-invite {
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	margin-left: 40px;
}

/* 移动端汉堡菜单 */
.mobile-menu-btn {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 20px;
	cursor: pointer;
}

.mobile-menu-btn span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all 0.3s ease;
}

.navigation-invite {
	margin-left: auto;
}

.home-wapper-a {
	width: 100%;
	min-height: 750px;
	position: relative;
	background-image: url('../img/icon_home_bg@2x.png');
	background-size: cover;
	background-position: center;
	padding-top: 80px;
}

.home-wapper-title {
	width: 1200px;
	min-height: 120px;
	margin: auto;
	padding: 180px 20px 80px;
	font-size: 44px;
	color: #fff;
	line-height: 1.25;
}

.home-wapper-des {
	margin-top: 22px;
	width: 610px;
	max-width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

/* 移动端媒体查询 */
@media (max-width: 768px) {
	/* 导航栏 */
	.navigation-wapper {
		height: 60px;
	}
	
	.navigation-section {
		height: 60px;
		padding: 0 15px;
	}
	
	.navigation-logo {
		width: 120px;
		height: 30px;
	}
	
	/* 隐藏桌面端导航 */
	.navigation-menu {
		display: none;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: 0;
		overflow-y: auto;
		background: #010C1B;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 20px;
		transition: height 0.3s ease;
		z-index: 998;
		padding: 24px 0 40px;
	}
	
	.navigation-menu.active {
		display: flex;
		height: calc(100vh - 60px);
	}
	
	.navigation-title {
		font-size: 18px;
	}

	.navigation-actions {
		margin-left: 0;
		flex-direction: column;
		width: 80%;
	}

	.nav-btn {
		width: 100%;
	}
	
	.navigation-invite {
		margin-left: 0;
	}
	
	/* 显示汉堡菜单 */
	.mobile-menu-btn {
		display: flex;
	}
	
	/* 首页部分 */
	.home-wapper-a {
		min-height: 500px;
	}
	
	.home-wapper-title {
		width: 100%;
		padding: 120px 20px 48px;
		font-size: 28px;
		text-align: center;
	}
	
	.home-wapper-des {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		padding: 0;
		margin-top: 15px;
	}

	.hero-actions {
		justify-content: center;
	}

	.hero-stats {
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.home-wapper-title {
		font-size: 24px;
		padding: 100px 16px 40px;
	}
	
	.home-wapper-des {
		font-size: 13px;
		line-height: 22px;
	}
}

.home-wapper-b {
	width: 100%;
	height: 750px;
	background: #F2F5FA;
}

.home-b-title-section {
	width: 300px;
	height: 80px;
	margin: auto;
	text-align: center;
	padding-top: 72px;
}

.home-b-title {
	font-size: 32px;
	color: #000;
}

.home-b-des {
	font-size: 14px;
	color: #858C99;
}

.home-b-list {
	margin-top: 84px;
	width: 100%;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.home-b-item {
	width: 384px;
	height: 503px;
	background: #fff;
	border-radius: 4px;
}

.home-b-img {
	margin-top: 50px;
	margin-left: 30px;
	margin-right: 30px;
	height: 202px;
	border-radius: 5px;
}

.home-b-img img {
	width: 100%;
	height: 100%;
}

.home-b-item-title {
	margin-top: 32px;
	margin-left: 30px;
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

.home-b-item-des {
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 14px;
	color: #858C99;
}

.home-wapper-c {
	width: 100%;
	height: 750px;
	background-image: url('../img/icon_home_c@2x.png');
	background-size: 100% 100%;
}

.home-c-title-section {
	width: 300px;
	height: 80px;
	margin: auto;
	text-align: center;
	padding-top: 72px;
}

.home-c-title {
	font-size: 32px;
	color: #000;
}

.home-c-des {
	font-size: 14px;
	color: #858C99;
}

.home-c-list {
	margin-top: 84px;
	width: 100%;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.home-c1-item {
	width: 282px;
	height: 484px;
	background: #fff;
	border-radius: 4px;
	background-image: url('../img/icon_home_c1@2x.png');
	background-size: 100% 100%;
}

.home-c2-item {
	width: 282px;
	height: 484px;
	background: #fff;
	border-radius: 4px;
	background-image: url('../img/icon_home_c2@2x.png');
	background-size: 100% 100%;
}

.home-c3-item {
	width: 282px;
	height: 484px;
	background: #fff;
	border-radius: 4px;
	background-image: url('../img/icon_home_c1@2x.png');
	background-size: 100% 100%;
}

.home-c4-item {
	width: 282px;
	height: 484px;
	background: #fff;
	border-radius: 4px;
	background-image: url('../img/icon_home_c1@2x.png');
	background-size: 100% 100%;
}

.home-c-item-title {
	margin-top: 45px;
	margin-left: 24px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

.home-c-item-des {
	margin-top: 10px;
	margin-left: 24px;
	margin-right: 24px;
	font-size: 14px;
	color: #858C99;
}

.home-wapper-d {
	width: 100%;
	height: auto;
	min-height: 680px;
	background: #fff;
	padding-bottom: 72px;
}

.home-d-title-section {
	width: 300px;
	height: 80px;
	margin: auto;
	text-align: center;
	padding-top: 72px;
}

.home-d-title {
	font-size: 32px;
	color: #000;
}

.home-d-des {
	font-size: 14px;
	color: #858C99;
}

.home-d-tabs {
	margin-top: 84px;
	width: 100%;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	border-bottom: 1px solid #DCDFE5;

}

.home-d-tab-nav {
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-d-tab-btn {
	width: 400px;
	max-width: 33.33%;
	font-size: 18px;
	color: #000;
	font-weight: 600;
	cursor: pointer;
	text-align: center;
	padding-bottom: 18px;
}

.home-d-tab-btn.active {
	color: #1A66FF;
	border-bottom: 2px solid #1A66FF;
}

.home-d-tab-content {
	width: 1200px;
	max-width: 100%;
	margin: auto;
	padding: 0 20px;
}

.home-d-tab-pane {
	display: none;
}

.home-d-tab-pane.active {
	display: block;
}

.home-show-item {
	margin-top: 54px;
	flex: 1;
	display: flex;
}

.home-d-item-left {
	width: 500px;
	height: 400px;
}

.home-d-item-right {
	width: 800px;
	height: 400px;
}

.home-d-item-img {
	width: 714px;
	height: 390px;
	float: right;
}

.home-d-item-img2 {
	width: 60px;
	height: 60px;
	margin-top: 73px;
}

.home-d-item-title {
	margin-top: 38px;
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

.home-d-item-des {
	margin-top: 10px;
	font-size: 14px;
	color: #858C99;
}

.home-wapper-e {
	width: 100%;
	height: 226px;
	background-image: url('../img/icon_home_e@2x.png');
	background-size: 100% 100%;
}

.home-e-title-section {
	width: 1200px;
	max-width: 100%;
	height: 226px;
	margin: auto;
}

.home-e-title {
	padding-top: 46px;
	font-size: 36px;
	color: #fff;
	font-weight: 600;
}

.home-e-des {
	margin-top:20px;
	font-size: 14px;
	color:#81A8F9;
}

.home-e-btn {
	margin-top: 20px;
	width: 132px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	border: 1px solid #81A8F9;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	display: block;
	text-decoration: none;
}

.home-e-btn:hover {
	background: #1A66FF;
	border-color: #1A66FF;
}

.home-footer {
	width: 100%;
	height: auto;
	background: #181818;
	padding-bottom: 36px;
}

.home-footer-logo {
	width: 1200px;
	max-width: 100%;
	height: 98px;
	margin: auto;
	border-bottom: 1px solid #858C99;
}

.home-footer-logo-section {
	width: 165px;
	height: 40px;
	margin: auto;
}

.home-footer-logo-img {
	margin-top: 38px;
	width: 165px;
	height: 40px;
}

.home-footer-des-section {
	width: 1200px;
	max-width: 100%;
	height: auto;
	margin: 28px auto 0;
	padding: 0 20px;
}

.home-footer-des {
	font-size: 14px;
	color: #858C99;
	text-align: center;
}

.recruit-wapper-a {
	width: 100%;
	height: 560px;
	background-image: url('../img/icon_recruit_a@2x.png');
	background-size: 100% 100%;
}

.recruit-wapper-title {
	width: 1200px;
	min-height: 120px;
	margin: auto;
	padding-top: 162px;
	font-size: 44px;
	color: #000;
}

.recruit-wapper-des {
	margin-top: 13px;
	font-size: 16px;
	color: #555;
}

.recruit-wapper-btn {
	margin-top: 24px;
	display: flex;
	gap: 20px;
}

.recruit-btn-img {
	width: 169px;
	height: 44px;
}

.recruit-btn-img img {
	width: 100%;
	height: 100%;
}

.recruit-wapper-b {
	width: 100%;
	height: 490px;
	background: #fff;
}

.recruit-b-title-section {
	width: 400px;
	height: 80px;
	margin: auto;
	text-align: center;
	padding-top: 40px;
}

.recruit-b-title {
	font-size: 32px;
	color: #000;
}

.recruit-b-list {
	width: 1200px;
	height: 350px;
	margin: auto;
	display: flex;
	gap: 24px;
	padding-top: 57px;
}

.recruit-b-item {
	width: 300px;
	height: 350px;
	background: #fff;
	border-radius: 4px;
}

.recruit-b-item-img {
	width: 123px;
	height: 127px;
	margin: auto;
}

.recruit-b-item-img img {
	width: 100%;
	height: 100%;
}

.recruit-b-item-title {
	margin-top: 11px;
	font-size: 18px;
	color: #000;
	font-weight: 600;
	text-align: center;
}

.recruit-b-item-des {
	margin-top: 24px;
	margin-left: 24px;
	margin-right: 24px;
	font-size: 14px;
	color: #858C99;
}

.recruit-wapper-c {
	width: 100%;
	height: 560px;
	background-image: url('../img/icon_recruit_c@2x.png');
	background-size: 100% 100%;
}

.recruit-c-title-section {
	width: 400px;
	height: 80px;
	margin: auto;
	text-align: center;
	padding-top: 40px;
}

.recruit-c-title {
	font-size: 32px;
	color: #000;
}

.recruit-c-des {
	margin-top: 13px;
	font-size: 16px;
	color: #555;
}

.recruit-c-list {
	width: 1200px;
	margin: auto;
	display: flex;
	gap: 24px;
	padding-top: 100px;
}

.recruit-c-item1 {
	width: 388px;
	height: 324px;
	background-image: url('../img/icon_recruit_c1@2x.png');
	background-size: 100% 100%;
}

.recruit-c-item2 {
	width: 388px;
	height: 324px;
	background-image: url('../img/icon_recruit_c2@2x.png');
	background-size: 100% 100%;
}

.recruit-c-item3 {
	width: 388px;
	height: 324px;
	background-image: url('../img/icon_recruit_c3@2x.png');
	background-size: 100% 100%;
}

.recruit-c-item-title {
	margin-top: 166px;
	margin-left: 40px;
	font-size: 24px;
	color: #1D222A;
}

.recruit-c-item-des {
	margin-top: 14px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 14px;
	color: #999;
}

.recruit-wapper-d {
	width: 100%;
	height: 500px;
	background: #fff;
}

.recruit-d-title-section {
	width: 640px;
	max-width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	padding-top: 80px;
}

.recruit-d-title {
	font-size: 32px;
	color: #000;
}

/* ===== 官网改版：通用模块 ===== */
.navigation-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: 8px;
}

@media (max-width: 1400px) and (min-width: 769px) {
	.navigation-menu {
		gap: 12px;
	}

	.navigation-title {
		font-size: 13px;
	}

	.nav-btn {
		height: 32px;
		padding: 0 10px;
		font-size: 12px;
	}

	.navigation-logo {
		width: 130px;
	}
}

.nav-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.nav-btn:hover {
	border-color: #1A66FF;
	color: #fff;
}

.nav-btn-solid {
	background: #1A66FF;
	border-color: #1A66FF;
}

.nav-btn-solid:hover {
	background: #1554d4;
}

.mobile-menu-btn.open span:nth-child(1) {
	transform: translateY(9px) rotate(45deg);
}

.mobile-menu-btn.open span:nth-child(2) {
	opacity: 0;
}

.mobile-menu-btn.open span:nth-child(3) {
	transform: translateY(-9px) rotate(-45deg);
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 22px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid transparent;
	transition: background 0.2s ease, border-color 0.2s ease;
	box-sizing: border-box;
}

.btn-primary {
	background: #1A66FF;
	color: #fff;
}

.btn-primary:hover {
	background: #1554d4;
}

.btn-ghost {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.45);
}

.btn-ghost:hover {
	background: rgba(255, 255, 255, 0.08);
}

.btn-line {
	background: #fff;
	color: #1A66FF;
	border-color: #1A66FF;
}

.btn-line:hover {
	background: #1A66FF;
	color: #fff;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.hero-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 36px;
	margin-top: 48px;
}

.hero-stat {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.hero-stat strong {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
}

.hero-stat span {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.72);
}

.section {
	width: 100%;
	padding: 80px 20px;
}

.section-inner {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}

.section-head {
	text-align: center;
	margin-bottom: 48px;
}

.section-title {
	font-size: 32px;
	color: #000;
	line-height: 1.4;
}

.section-sub {
	margin-top: 10px;
	font-size: 14px;
	color: #858C99;
	line-height: 1.7;
}

.section-feature {
	background: #F2F5FA;
}

.feature-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

@media (min-width: 1101px) {
	.feature-list {
		grid-template-columns: repeat(6, 1fr);
	}

	.feature-card {
		grid-column: span 2;
	}

	.feature-card:nth-child(4) {
		grid-column: 2 / span 2;
	}

	.feature-card:nth-child(5) {
		grid-column: 4 / span 2;
	}
}

.feature-card {
	background: #fff;
	border-radius: 8px;
	padding: 28px 24px 32px;
	box-shadow: 0 8px 24px rgba(16, 24, 40, 0.04);
}

.feature-img {
	width: 100%;
	height: 140px;
	border-radius: 6px;
	overflow: hidden;
	background: #F2F5FA;
}

.feature-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.feature-title {
	margin-top: 22px;
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

.feature-des {
	margin-top: 10px;
	font-size: 14px;
	color: #858C99;
	line-height: 1.7;
}

.section-software {
	background: #010C1B;
}

.section-software .section-title,
.section-software .section-sub {
	color: #fff;
}

.section-software .section-sub {
	color: rgba(255, 255, 255, 0.65);
}

.software-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.software-card {
	background: #122038;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	padding: 24px 22px 28px;
	display: flex;
	flex-direction: column;
}

.software-role {
	font-size: 12px;
	color: #8EB4FF;
	letter-spacing: 0.5px;
}

.software-name {
	margin-top: 10px;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}

.software-ver {
	margin-top: 6px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.55);
}

.software-points {
	margin: 18px 0 24px;
	padding-left: 18px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	line-height: 1.8;
	flex: 1;
}

.software-card .btn {
	width: 100%;
}

.software-note {
	margin-top: 28px;
	text-align: center;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.7;
}

.section-flow {
	background: #F2F5FA;
}

.flow-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.flow-item {
	background: #fff;
	border-radius: 8px;
	padding: 28px 22px 32px;
	position: relative;
}

.flow-num {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #1A66FF;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flow-title {
	margin-top: 18px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
}

.flow-des {
	margin-top: 10px;
	font-size: 14px;
	color: #858C99;
	line-height: 1.7;
}

.section-compat {
	background: #fff;
}

.compat-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.compat-btn {
	height: 42px;
	padding: 0 18px;
	border: 1px solid #DCDFE5;
	background: #fff;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}

.compat-btn.active {
	background: #1A66FF;
	border-color: #1A66FF;
	color: #fff;
}

.compat-pane {
	display: none;
	margin-top: 28px;
	background: #F2F5FA;
	border-radius: 8px;
	padding: 28px 32px;
}

.compat-pane.active {
	display: block;
}

.compat-pane-title {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}

.compat-pane-des {
	margin-top: 10px;
	font-size: 14px;
	color: #858C99;
	line-height: 1.8;
}

.home-d-item-des {
	line-height: 1.8;
	max-width: 420px;
}

.section-faq {
	background: #F2F5FA;
}

.faq-list {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
}

.faq-item {
	background: #fff;
	border-radius: 8px;
	margin-bottom: 12px;
	padding: 0 22px;
}

.faq-item summary {
	list-style: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	padding: 18px 0;
	position: relative;
	padding-right: 28px;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary::after {
	content: '+';
	position: absolute;
	right: 0;
	top: 18px;
	color: #1A66FF;
	font-size: 20px;
	font-weight: 400;
}

.faq-item[open] summary::after {
	content: '–';
}

.faq-body {
	padding: 0 0 18px;
	font-size: 14px;
	color: #858C99;
	line-height: 1.8;
}

.section-contact {
	background: #fff;
}

.contact-grid {
	display: grid;
	grid-template-columns: 1.2fr 1.2fr 0.8fr 0.8fr;
	gap: 20px;
	align-items: stretch;
}

.contact-card {
	background: #F2F5FA;
	border-radius: 8px;
	padding: 28px 24px;
}

.contact-label {
	font-size: 13px;
	color: #858C99;
}

.contact-value {
	margin-top: 10px;
	font-size: 22px;
	font-weight: 700;
	color: #000;
}

.contact-hint {
	margin-top: 8px;
	font-size: 13px;
	color: #858C99;
}

.contact-qr {
	text-align: center;
}

.qr-box {
	width: 100%;
	aspect-ratio: 1;
	max-height: 160px;
	border: 1px dashed #DCDFE5;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #858C99;
	font-size: 13px;
	line-height: 1.6;
	background: #FAFBFF;
}

.qr-box img {
	width: 100%;
	height: 100%;
	padding: 12px;
	box-sizing: border-box;
	object-fit: contain;
	display: block;
}

.qr-box.is-downloadable {
	cursor: pointer;
	transition: border-color .2s ease, background .2s ease;
}

.qr-box.is-downloadable:hover {
	border-color: #1A66FF;
	background: #F3F7FF;
}

.qr-name {
	margin-top: 10px;
	font-size: 13px;
	color: #858C99;
}

.contact-actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 36px;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 18px;
	margin-bottom: 16px;
}

.footer-links a {
	color: #8EB4FF;
	font-size: 13px;
	text-decoration: none;
}

.footer-links a:hover {
	text-decoration: underline;
}

@media (max-width: 1100px) {
	.feature-list,
	.software-list,
	.flow-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.contact-grid {
		grid-template-columns: 1fr 1fr;
	}

	.home-show-item {
		flex-direction: column;
	}

	.home-d-item-left,
	.home-d-item-right,
	.home-d-item-img {
		width: 100%;
		height: auto;
		float: none;
	}

	.home-d-item-img {
		max-width: 100%;
		margin-top: 24px;
	}

	.home-d-item-img2 {
		margin-top: 0;
	}

	.home-e-title-section {
		width: 100%;
		padding: 0 20px;
	}
}

@media (max-width: 768px) {
	.section {
		padding: 56px 16px;
	}

	.section-title {
		font-size: 24px;
	}

	.feature-list,
	.software-list,
	.flow-list,
	.contact-grid {
		grid-template-columns: 1fr;
	}

	.hero-actions,
	.hero-stats,
	.contact-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.hero-stat {
		align-items: center;
	}

	.home-d-tabs {
		margin-top: 32px;
	}

	.home-d-tab-btn {
		width: auto;
		max-width: none;
		flex: 1;
		font-size: 14px;
		padding: 0 8px 12px;
	}

	.home-d-item-title {
		font-size: 16px;
	}

	.home-footer-des {
		font-size: 12px;
		line-height: 1.7;
		padding: 0 8px;
	}

	.recruit-wapper-title,
	.recruit-b-list,
	.recruit-c-list {
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}

	.recruit-b-list,
	.recruit-c-list {
		flex-direction: column;
		height: auto;
		gap: 16px;
	}

	.recruit-wapper-b,
	.recruit-wapper-c,
	.recruit-wapper-d {
		height: auto;
		padding-bottom: 40px;
	}

	.recruit-b-item,
	.recruit-c-item1,
	.recruit-c-item2,
	.recruit-c-item3 {
		width: 100%;
	}

	.navigation-actions {
		margin-left: 0;
		flex-direction: column;
		width: 80%;
	}

	.nav-btn {
		width: 100%;
	}
}

.recruit-d-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	padding-top: 72px;
}

.recruit-d-hint {
	font-size: 14px;
	color: #858C99;
}

.recruit-apply-btn {
	min-width: 220px;
	height: 52px !important;
	padding: 0 36px;
	font-size: 18px !important;
	box-shadow: 0 8px 20px rgba(26, 102, 255, 0.35);
}

.recruit-wapper-title .recruit-apply-btn {
	margin-top: 36px;
}

.partner-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 2000;
}

.partner-modal.is-open {
	display: block;
}

.partner-modal-mask {
	position: absolute;
	inset: 0;
	background: rgba(1, 12, 27, 0.62);
}

.partner-modal-dialog {
	position: relative;
	width: 560px;
	max-width: calc(100% - 32px);
	max-height: calc(100vh - 40px);
	overflow: auto;
	margin: 40px auto;
	background: #fff;
	border-radius: 12px;
	padding: 32px 28px 28px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.partner-modal-close {
	position: absolute;
	top: 12px;
	right: 16px;
	width: 32px;
	height: 32px;
	border: 0;
	background: transparent;
	font-size: 24px;
	line-height: 32px;
	color: #858C99;
	cursor: pointer;
}

.partner-modal-kicker {
	font-size: 12px;
	letter-spacing: 1px;
	color: #1A66FF;
}

.partner-modal-title {
	margin-top: 6px;
	font-size: 24px;
	color: #000;
}

.partner-modal-sub {
	margin-top: 8px;
	font-size: 13px;
	color: #858C99;
	line-height: 1.6;
}

.partner-form {
	margin-top: 22px;
}

.partner-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 16px;
}

.partner-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 13px;
	color: #333;
}

.partner-field-full {
	grid-column: 1 / -1;
}

.partner-field input,
.partner-field textarea {
	width: 100%;
	border: 1px solid #DCDFE5;
	border-radius: 4px;
	padding: 10px 12px;
	font-size: 14px;
	font-family: inherit;
	outline: none;
}

.partner-field input:focus,
.partner-field textarea:focus {
	border-color: #1A66FF;
}

.partner-captcha {
	display: flex;
	gap: 10px;
}

.partner-captcha input {
	flex: 1;
}

.partner-captcha-thumb {
	width: 120px;
	height: 40px;
	border: 1px solid #DCDFE5;
	border-radius: 4px;
	background: #F2F5FA;
	padding: 0;
	cursor: pointer;
	overflow: hidden;
	flex-shrink: 0;
}

.partner-captcha-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.partner-captcha-thumb span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 12px;
	color: #858C99;
}

.partner-submit {
	width: 100%;
	margin-top: 20px;
}

.partner-submit:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.site-toast {
	position: fixed;
	left: 50%;
	top: 80px;
	transform: translateX(-50%) translateY(-12px);
	background: #111;
	color: #fff;
	padding: 10px 18px;
	border-radius: 6px;
	font-size: 14px;
	z-index: 2100;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
	max-width: 80%;
	text-align: center;
}

.site-toast.is-show {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.site-toast.is-error {
	background: #c45656;
}

@media (max-width: 768px) {
	.partner-modal-dialog {
		margin: 16px auto;
		padding: 28px 18px 20px;
	}

	.partner-grid {
		grid-template-columns: 1fr;
	}

	.recruit-wapper-btn {
		flex-wrap: wrap;
	}
}
