/* 外贸独立站专题中间区：Figma 蓝橙配色。不改头尾浮窗。 */
html {
	overflow-x: hidden;
}

.ft-page,
.ft-page * {
	box-sizing: border-box;
}

.ft-page {
	padding-top: 75px;
	font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
	color: #333;
	overflow-x: hidden;
}

.ft-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

#header .menu .subnav li a.current {
	text-decoration: underline;
	color: #2177da;
}

.ft-en {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #208FE8;
	font-weight: 700;
	opacity: 1;
	line-height: 1.4;
	margin-bottom: 10px;
}

.ft-hd {
	margin-bottom: 72px;
	text-align: center;
}

.ft-hd .ft-line {
	margin-left: auto;
	margin-right: auto;
}

.ft-hd h2 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.32;
	color: #0f172a;
	margin: 0 0 16px;
	letter-spacing: 0.5px;
}

.ft-kw {
	color: #208FE8;
}

.ft-kw-light {
	color: #7ec8f7;
}

.ft-line {
	display: block;
	width: 80px;
	height: 3px;
	border-radius: 0;
	background: linear-gradient(90deg, #208FE8 0%, rgba(32, 143, 232, 0) 100%);
	margin: 14px auto 20px;
}

.ft-hd-desc {
	font-size: 16px;
	line-height: 28px;
	color: #888;
	margin: 0;
}

.ft-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	color: #333;
}

.ft-ico svg {
	width: 48px;
	height: 48px;
	display: block;
}

.ft-page .ft-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1.5px solid #208FE8;
	border-radius: 50%;
	margin-right: 12px;
	vertical-align: middle;
	position: relative;
	top: -3px;
}

/* ===== Hero ===== */
.ft-hero {
	background: linear-gradient(180deg, #2a8ae4 0%, #2277da 48%, #1b66c4 100%);
	color: #fff;
	height: calc(100vh - 75px);
	min-height: 640px;
	padding: 32px 0 36px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.ft-hero-mesh {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: 48px 48px;
	pointer-events: none;
}

.ft-hero-orb {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.ft-hero-orb-a {
	top: 18%;
	left: 18%;
	width: 380px;
	height: 380px;
	background: radial-gradient(circle, rgba(32, 143, 232, 0.18) 0%, transparent 70%);
}

.ft-hero-orb-b {
	bottom: 8%;
	right: 22%;
	width: 260px;
	height: 260px;
	background: radial-gradient(circle, rgba(255, 102, 0, 0.12) 0%, transparent 70%);
}

.ft-hero .ft-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	position: relative;
	z-index: 1;
	width: 100%;
}

.ft-hero-copy {
	width: 50%;
	min-width: 0;
}

.ft-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 32px;
	padding: 0 14px;
	margin-bottom: 14px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.1);
	font-size: 12px;
	color: #bfdbfe;
	line-height: 30px;
}

.ft-hero-badge i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #208FE8;
	animation: ftPulse 1.6s ease-in-out infinite;
}

.ft-hero h1 {
	font-size: 46px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 16px;
	letter-spacing: 0.5px;
}

.ft-em-blue {
	color: #c5e3ff;
}

.ft-hero-bar {
	display: inline-block;
	margin: 0 10px;
	color: rgba(255, 255, 255, 0.2);
	font-weight: 300;
}

.ft-em {
	color: #FF6600;
}

.ft-hero-sub {
	font-size: 16px;
	line-height: 26px;
	color: rgba(191, 219, 254, 0.82);
	margin: 0 0 14px;
	max-width: 540px;
}

.ft-hero-checks {
	margin: 0 0 20px;
}

.ft-hero-checks span {
	display: inline-block;
	margin: 0 18px 8px 0;
	font-size: 12px;
	color: rgba(191, 219, 254, 0.72);
	line-height: 20px;
}

.ft-hero-checks span:before {
	content: "✓";
	color: #208FE8;
	font-weight: 700;
	margin-right: 6px;
}

.ft-trust {
	margin: 24px 0 0;
	padding: 18px 0 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ft-trust li {
	padding: 0 28px 0 0;
	margin: 0 28px 0 0;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
	font-size: 12px;
	line-height: 20px;
	color: rgba(191, 219, 254, 0.6);
}

.ft-trust li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.ft-trust b {
	display: inline;
	color: #fff;
	font-size: 44px;
	font-weight: 700;
	line-height: 48px;
	margin: 0 4px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.5px;
}

.ft-trust i {
	display: inline;
	font-style: normal;
	color: #c5e3ff;
	font-size: 18px;
	font-weight: 700;
	margin-right: 6px;
}

.ft-trust i:after {
	content: "";
	display: block;
}

.ft-hero-btns {
	display: flex;
	align-items: center;
	gap: 20px;
}

.ft-btn,
button.ft-btn {
	display: inline-block;
	height: 52px;
	line-height: 50px;
	padding: 0 36px;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
	text-align: center;
	cursor: pointer;
	border-radius: 0;
	border: 1px solid transparent;
	background: #208FE8;
	color: #fff;
}

a.ft-btn:link,
a.ft-btn:visited,
a.ft-btn:hover,
a.ft-btn:active {
	text-decoration: none;
}

.ft-btn-primary {
	background: #208FE8;
	border-color: #208FE8;
	color: #fff !important;
}

.ft-btn-primary:hover {
	background: #1a7acc;
	border-color: #1a7acc;
	color: #fff !important;
}

.ft-btn-orange {
	background: #FF6600 !important;
	border-color: #FF6600 !important;
	color: #fff !important;
	box-shadow: 0 4px 14px rgba(255, 102, 0, 0.22);
}

.ft-btn-orange:hover {
	background: #ea580c !important;
	border-color: #ea580c !important;
	color: #fff !important;
}

.ft-btn-ghost {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff !important;
	line-height: 50px;
}

.ft-btn-ghost:hover {
	border-color: rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.08);
	color: #fff !important;
}

.ft-hero-visual {
	width: 46%;
	min-width: 0;
}

.ft-chart {
	background: #fff;
	border: 1px solid #e8eef6;
	border-radius: 16px;
	padding: 20px 20px 16px;
	box-shadow: 0 12px 36px rgba(8, 29, 88, 0.18);
}

.ft-chart-cap {
	margin: 0 0 12px;
	font-size: 12px;
	color: #94a3b8;
	line-height: 18px;
}

.ft-chart-svg {
	display: block;
	width: 100%;
	height: auto;
}

.ft-chart-grid {
	stroke: #e2e8f0;
	stroke-width: 1;
	stroke-dasharray: 4 4;
}

.ft-chart-mark {
	stroke: #FF6600;
	stroke-width: 1.5;
	stroke-dasharray: 4 3;
}

.ft-chart-svg text {
	font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.ft-chart-dot {
	fill: #208FE8;
	stroke: #fff;
	stroke-width: 2;
	opacity: 0;
}

.ft-chart.is-on #ftChartArea {
	opacity: 1;
}

.ft-chart #ftChartArea {
	opacity: 0;
	transition: opacity 1s ease 0.6s;
}

.ft-chart.is-on .ft-chart-dot {
	opacity: 1;
}

.ft-chart .ft-chart-dot {
	transition: opacity 0.3s ease;
}

.ft-chart.is-on .ft-chart-dot:nth-child(1) { transition-delay: 0.5s; }
.ft-chart.is-on .ft-chart-dot:nth-child(2) { transition-delay: 0.63s; }
.ft-chart.is-on .ft-chart-dot:nth-child(3) { transition-delay: 0.76s; }
.ft-chart.is-on .ft-chart-dot:nth-child(4) { transition-delay: 0.89s; }
.ft-chart.is-on .ft-chart-dot:nth-child(5) { transition-delay: 1.02s; }
.ft-chart.is-on .ft-chart-dot:nth-child(6) { transition-delay: 1.15s; }
.ft-chart.is-on .ft-chart-dot:nth-child(7) { transition-delay: 1.28s; }
.ft-chart.is-on .ft-chart-dot:nth-child(8) { transition-delay: 1.41s; }
.ft-chart.is-on .ft-chart-dot:nth-child(9) { transition-delay: 1.54s; }

#ftChartCallout {
	opacity: 0;
	transition: opacity 0.5s ease 1.9s;
}

.ft-chart.is-on #ftChartCallout {
	opacity: 1;
}

.ft-chart-stats {
	display: flex;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #f1f5f9;
}

.ft-chart-stats div {
	flex: 1;
	text-align: center;
}

.ft-chart-stats b {
	display: block;
	font-size: 18px;
	color: #208FE8;
	font-weight: 700;
	line-height: 24px;
}

.ft-chart-stats span {
	display: block;
	font-size: 11px;
	color: #94a3b8;
	margin-top: 2px;
	line-height: 16px;
}

@keyframes ftPulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.35; }
}

/* 浏览器示意 */
.ft-browser {
	position: relative;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.ft-browser-bar {
	height: 38px;
	background: #eef1f4;
	border-bottom: 1px solid #e2e6ea;
	padding: 0 14px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.ft-browser-dots i {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #c9d0d6;
	margin-right: 3px;
}

.ft-page .ft-browser-url {
	flex: 1;
	height: 22px;
	line-height: 22px;
	background: #fff;
	border: 1px solid #dde2e7;
	font-size: 12px;
	color: #8a94a0;
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.ft-site-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 18px;
	border-bottom: 1px solid #eef1f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.6px;
	color: #7a8490;
}

.ft-site-logo {
	font-weight: 700;
	color: #0c2748;
	letter-spacing: 1.5px;
	font-size: 13px;
}

.ft-site-hero {
	background: #12365c;
	padding: 22px 18px 20px;
	color: #fff;
}

.ft-site-hero em {
	display: block;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	opacity: 0.55;
	margin-bottom: 6px;
}

.ft-site-hero strong {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
}

.ft-site-grid {
	display: flex;
	gap: 10px;
	padding: 14px 18px 18px;
	background: #f7f8fa;
}

.ft-prod {
	flex: 1;
	background: #fff;
	border: 1px solid #e8ecf0;
	padding: 10px 10px 12px;
	min-width: 0;
}

.ft-prod i {
	display: block;
	height: 46px;
	background: #e8eef4;
	margin-bottom: 8px;
}

.ft-prod b {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1a2b3c;
	line-height: 16px;
	font-weight: 700;
}

.ft-prod span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8a94a0;
	line-height: 16px;
}

.ft-mail {
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 248px;
	background: #fff;
	border: 1px solid #d5dde5;
	padding: 0 0 12px;
	box-shadow: 0 12px 28px rgba(12, 39, 72, 0.2);
}

.ft-mail-flag {
	height: 28px;
	line-height: 28px;
	padding: 0 14px;
	background: #208FE8;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.ft-mail-k {
	font-size: 11px;
	color: #8a94a0;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 14px;
}

.ft-mail-v {
	color: #333;
}

.ft-mail-sub {
	font-size: 13px;
	color: #0c2748;
	font-weight: 700;
	margin: 6px 0 4px;
	line-height: 1.35;
	padding: 0 14px;
}

.ft-mail-body {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin: 0;
	padding: 0 14px;
}

/* 服务里的示意：搜索 / 问答 / 表单 */
.ft-illust {
	background: #f7f8fa;
	border: 1px solid #e8ecf0;
	min-height: 320px;
	padding: 28px 24px;
}

.ft-search-box {
	height: 36px;
	line-height: 36px;
	background: #fff;
	border: 1px solid #dde2e7;
	padding: 0 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin-bottom: 18px;
}

.ft-hit {
	background: #fff;
	border: 1px solid #eef1f4;
	padding: 12px 14px;
	margin-bottom: 10px;
}

.ft-hit.is-dim {
	opacity: 0.45;
}

.ft-hit-url {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #208FE8;
	line-height: 16px;
}

.ft-hit b {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1a2b3c;
	margin: 3px 0 4px;
	line-height: 20px;
}

.ft-hit p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #667085;
}

.ft-ask-q {
	background: #fff;
	border: 1px solid #e8ecf0;
	padding: 14px 16px;
	font-size: 14px;
	color: #333;
	margin-bottom: 14px;
	line-height: 22px;
}

.ft-ask-a {
	background: #fff;
	border: 1px solid #e8ecf0;
	border-left: 2px solid #208FE8;
	padding: 16px 16px 14px;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.ft-ask-src {
	display: block;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #208FE8;
}

.ft-mini-form label {
	display: block;
	font-size: 12px;
	color: #8893a0;
	margin: 0 0 6px;
}

.ft-mini-line {
	height: 32px;
	background: #fff;
	border: 1px solid #e2e6ea;
	margin-bottom: 12px;
}

.ft-mini-btn {
	height: 34px;
	width: 120px;
	background: #208FE8;
	color: #fff;
	text-align: center;
	line-height: 34px;
	font-size: 12px;
	margin-top: 4px;
}

.ft-mini-wa {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid #e8ecf0;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

.ft-ops {
	display: flex;
	gap: 12px;
	padding-top: 28px;
}

.ft-ops div {
	flex: 1;
	background: #fff;
	border: 1px solid #e8ecf0;
	padding: 22px 10px;
	text-align: center;
}

.ft-ops b {
	display: block;
	font-size: 20px;
	color: #0a3d6e;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 6px;
}

.ft-ops span {
	display: block;
	font-size: 12px;
	color: #666;
	line-height: 18px;
}

/* ===== 痛点 ===== */
.ft-pain {
	background: #F4F7FC;
	padding: 120px 0 112px;
}

.ft-pain-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	border: none;
}

.ft-pain-item {
	width: calc(50% - 10px);
	padding: 32px 32px 24px;
	background: #fff;
	border: 1px solid #e4ebf4;
	border-radius: 0;
	box-shadow: 0 8px 24px rgba(12, 39, 72, 0.05);
	position: relative;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ft-pain-item em {
	display: none;
}

.ft-pain-item:hover {
	border-color: #e4ebf4;
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
	background: #fff;
}

.ft-pain-bad,
.ft-pain-good {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
}

.ft-pain-bad {
	color: #94a3b8;
	margin-bottom: 16px;
	padding-right: 0;
}

.ft-pain-good {
	color: #0f172a;
	font-weight: 700;
	padding: 14px 16px;
	background: #eff6ff;
	margin: 0;
}

.ft-pain-bad i,
.ft-pain-good i {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin-right: 12px;
	border-radius: 0;
	text-align: center;
	font-style: normal;
	font-size: 13px;
	font-weight: 700;
	vertical-align: middle;
}

.ft-pain-bad i {
	background: #fee2e2;
	border: none;
	color: #ef4444;
}

.ft-pain-good i {
	background: #208FE8;
	border: none;
	color: #fff;
	margin-left: 0;
}

.ft-pain-foot {
	margin-top: 48px;
	padding: 0;
	background: none;
	border: none;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	color: #208FE8;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.5px;
}

.ft-pain-foot b {
	font-weight: 700;
	color: #FF6600;
}

/* ===== 服务 ===== */
.ft-svc {
	position: relative;
	overflow: hidden;
	background-color: #f8fbff;
	background-image: radial-gradient(#c5d8ef 1.15px, transparent 1.15px);
	background-size: 20px 20px;
	padding: 120px 0 112px;
	--mx: 50%;
	--my: 40%;
}

.ft-svc:before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	background-image: radial-gradient(#208FE8 1.15px, transparent 1.15px);
	background-size: 20px 20px;
	opacity: 0;
	-webkit-mask-image: radial-gradient(200px circle at var(--mx) var(--my), #000 0%, transparent 70%);
	mask-image: radial-gradient(200px circle at var(--mx) var(--my), #000 0%, transparent 70%);
	transition: opacity 0.25s ease;
}

.ft-svc.is-follow:before {
	opacity: 0.7;
}

.ft-svc:after {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	left: var(--mx);
	top: var(--my);
	margin: -210px 0 0 -210px;
	background: radial-gradient(circle, rgba(32, 143, 232, 0.14) 0%, transparent 70%);
	pointer-events: none;
	z-index: 0;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.ft-svc.is-follow:after {
	opacity: 1;
}

.ft-svc .ft-inner {
	position: relative;
	z-index: 1;
}

.ft-mark {
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid #208FE8;
	border-radius: 50%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 18px;
}

.ft-svc-text {
	width: 46%;
	min-width: 0;
	position: relative;
}

.ft-svc-stage {
	background: #fff;
	padding: 48px 48px 36px;
	min-height: 0;
	border: 1px solid #eee;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 0 0 40px rgba(0, 0, 0, 0.06);
}

.ft-svc-panel {
	display: none;
}

.ft-svc-panel.is-on {
	display: block;
	animation: ftFade 0.28s ease;
}

@keyframes ftFade {
	from { opacity: 0; }
	to { opacity: 1; }
}

.ft-svc-row {
	display: flex;
	align-items: center;
	gap: 80px;
	min-height: 380px;
	margin-bottom: 40px;
}

.ft-svc-text h3 {
	font-size: 38px;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.4;
	margin: 0 0 16px;
}

.ft-svc-text p {
	font-size: 16px;
	line-height: 1.7;
	color: #64748b;
	margin: 0 0 24px;
}

.ft-svc-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
	position: relative;
}

.ft-svc-list:before {
	content: none;
}

.ft-svc-list li {
	font-size: 12px;
	line-height: 1.4;
	color: #208FE8;
	padding: 8px 16px;
	background: #eaf4fb;
	border-radius: 8px;
	border: 1px solid #dcebf7;
	font-weight: 700;
}

.ft-svc-list li:nth-child(3) {
	color: #FF6600;
	background: #FFF7ED;
	border-color: #ffe0c2;
}

.ft-svc-list li:before {
	content: none;
}

.ft-svc-more {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	color: #208FE8;
	text-decoration: none;
}

.ft-page a.ft-svc-more:link,
.ft-page a.ft-svc-more:visited,
.ft-page a.ft-svc-more:hover,
.ft-page a.ft-svc-more:active {
	color: #208FE8;
	text-decoration: none;
}

.ft-svc-visual {
	width: 54%;
	min-width: 0;
}

.ft-svc-tabs {
	display: flex;
	margin-top: 0;
	padding-top: 0px;
	border-top: 1px solid #eee;
}

.ft-page .ft-svc-tab {
	flex: 1;
	padding: 24px 4px 8px;
	text-align: center;
	cursor: pointer;
	color: #333;
	background: none;
	border: none;
	font-size: 15px;
	font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.ft-svc-tab .ft-ico {
	width: 88px;
	height: 88px;
	margin: 0 auto 12px;
	background: none;
	border: none;
	box-shadow: none;
	color: #333;
}

.ft-svc-tab .ft-ico img {
	display: block;
	width: 70px;
	height: 70px;
	object-fit: contain;
	filter: brightness(0);
	opacity: 0.85;
	transition: filter 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.ft-svc-tab strong {
	display: block;
	font-size: 17px;
	font-weight: 700;
	line-height: 26px;
}

.ft-svc-tab.is-on,
.ft-page .ft-svc-tab:hover {
	color: #208FE8;
}

.ft-svc-tab.is-on .ft-ico,
.ft-page .ft-svc-tab:hover .ft-ico {
	background: none;
}

.ft-svc-tab.is-on .ft-ico img,
.ft-page .ft-svc-tab:hover .ft-ico img {
	filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(186deg) brightness(98%) contrast(91%);
	opacity: 1;
	transform: scale(1.06);
}

.ft-svc-dots {
	display: none;
}

.ft-mock {
	overflow: hidden;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 16px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 0 0 40px rgba(0, 0, 0, 0.06);
}

.ft-mock-pad {
	padding: 28px 28px 24px;
}

.ft-mock-cap {
	margin: 0 0 14px;
	font-size: 12px;
	color: #9ca3af;
	line-height: 18px;
}

.ft-mock-cap .ft-ai {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 6px;
	background: #6366f1;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.ft-mock-bar {
	height: 32px;
	background: #f3f4f6;
	border-bottom: 1px solid #e5e7eb;
	padding: 0 12px;
	display: flex;
	align-items: center;
}

.ft-mock-bar i {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 6px;
	background: #d1d5db;
}

.ft-mock-bar i:nth-child(1) { background: #FF5F57; }
.ft-mock-bar i:nth-child(2) { background: #FFBD2E; }
.ft-mock-bar i:nth-child(3) { background: #28C840; }

.ft-page .ft-mock-bar span {
	flex: 1;
	height: 20px;
	line-height: 18px;
	margin-left: 8px;
	padding: 0 8px;
	background: #fff;
	border: 1px solid #e5e7eb;
	font-size: 10px;
	color: #9ca3af;
	font-family: Arial, Helvetica, sans-serif;
}

.ft-mock-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 16px;
	border-bottom: 1px solid #f3f4f6;
}

.ft-mock-nav b {
	font-size: 13px;
	color: #1f2937;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

.ft-mock-nav em {
	font-style: normal;
	font-size: 10px;
	color: #9ca3af;
	font-family: Arial, Helvetica, sans-serif;
}

.ft-mock-band {
	background: #0a3d6e;
	padding: 16px 16px 18px;
	color: #fff;
}

.ft-mock-band em {
	display: block;
	font-style: normal;
	font-size: 10px;
	letter-spacing: 2px;
	color: #93c5fd;
	text-transform: uppercase;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

.ft-mock-band strong {
	display: block;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.ft-mock-prods {
	display: flex;
	gap: 8px;
	padding: 12px 16px 16px;
}

.ft-mock-prods div {
	flex: 1;
	min-width: 0;
	border: 1px solid #f3f4f6;
}

.ft-mock-prods i {
	display: block;
	height: 40px;
	background: #f3f4f6;
}

.ft-mock-prods b {
	display: block;
	padding: 6px 8px 0;
	font-size: 10px;
	color: #374151;
	font-family: Arial, Helvetica, sans-serif;
}

.ft-mock-prods span {
	display: block;
	padding: 0 8px 8px;
	font-size: 9px;
	color: #208FE8;
	font-family: Arial, Helvetica, sans-serif;
}

.ft-serp {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 10px;
	margin-bottom: 8px;
}

.ft-serp.is-you {
	background: #eff6ff;
	border: 1px solid #dbeafe;
}

.ft-serp b {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 10px;
	background: #f3f4f6;
	color: #9ca3af;
	flex-shrink: 0;
	margin-top: 2px;
}

.ft-serp.is-you b {
	background: #208FE8;
	color: #fff;
}

.ft-serp strong {
	display: block;
	font-size: 12px;
	color: #1d4ed8;
	line-height: 18px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
}

.ft-serp.is-you strong {
	color: #208FE8;
}

.ft-serp span {
	display: block;
	font-size: 10px;
	color: #15803d;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.ft-serp em {
	margin-left: auto;
	flex-shrink: 0;
	font-style: normal;
	font-size: 9px;
	background: #208FE8;
	color: #fff;
	padding: 2px 6px;
	font-weight: 700;
}

.ft-ai-box {
	background: #f9fafb;
	padding: 12px;
	font-size: 12px;
	line-height: 22px;
	color: #374151;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.ft-ai-box b {
	color: #208FE8;
	background: #eff6ff;
	font-weight: 700;
	padding: 0 2px;
}

.ft-ai-tags span {
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 2px 8px;
	font-size: 10px;
	color: #208FE8;
	background: #eff6ff;
	border: 1px solid #dbeafe;
}

.ft-prod-demo {
	display: flex;
	gap: 12px;
}

.ft-prod-demo > i {
	width: 96px;
	height: 96px;
	background: #f3f4f6;
	flex-shrink: 0;
}

.ft-prod-demo strong {
	display: block;
	font-size: 14px;
	color: #1f2937;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
}

.ft-prod-demo p {
	margin: 0 0 10px;
	font-size: 10px;
	line-height: 16px;
	color: #6b7280;
	font-family: Arial, Helvetica, sans-serif;
}

.ft-lead-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 0;
	border-bottom: 1px solid #f9fafb;
}

.ft-lead-row:last-child {
	border-bottom: none;
}

.ft-lead-row i {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}

.ft-lead-a { background: rgba(32, 143, 232, 0.12); }
.ft-lead-b { background: rgba(37, 211, 102, 0.12); }
.ft-lead-c { background: rgba(255, 102, 0, 0.12); }

.ft-lead-row span {
	flex: 1;
	font-size: 12px;
	color: #4b5563;
}

.ft-lead-row b {
	font-size: 12px;
	color: #208FE8;
}

.ft-lead-row:nth-child(3) b { color: #25D366; }
.ft-lead-row:nth-child(4) b { color: #FF6600; }

.ft-ops {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 0;
}

.ft-ops div {
	width: calc(50% - 4px);
	flex: none;
	background: #f9fafb;
	border: none;
	padding: 12px 10px;
	text-align: center;
}

.ft-ops b {
	display: block;
	font-size: 14px;
	color: #208FE8;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 2px;
}

.ft-ops div:nth-child(2) b { color: #FF6600; }
.ft-ops div:nth-child(3) b { color: #059669; }
.ft-ops div:nth-child(4) b { color: #7C3AED; }

.ft-ops span {
	display: block;
	font-size: 10px;
	color: #9ca3af;
	line-height: 16px;
}

.ft-svc-tags {
	margin-top: 8px;
}

.ft-svc-tags span {
	display: inline-block;
	height: 20px;
	line-height: 18px;
	padding: 0 6px;
	margin: 0 4px 4px 0;
	background: #eff6ff;
	color: #208FE8;
	font-size: 9px;
	font-weight: 700;
	border-radius: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.ft-svc-grid,
.ft-svc-card {
	display: none;
}

/* ===== 案例 ===== */
.ft-cases {
	background: #F0F4FF;
	padding: 120px 0 112px;
}

.ft-case-list {
	display: flex;
	gap: 36px;
}

.ft-case {
	flex: 1;
	min-width: 0;
	cursor: pointer;
}

.ft-case-frame {
	border: 1px solid #eee;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: none;
}

.ft-case-pic {
	position: relative;
	overflow: hidden;
}

.ft-case-frame img {
	display: block;
	width: 100%;
	height: 240px;
	object-fit: cover;
	object-position: top center;
	transition: transform 0.45s ease;
}

.ft-case:hover .ft-case-frame img {
	transform: scale(1.08);
}

.ft-case-mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(32, 143, 232, 0.55);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 700;
	transform: translateY(100%);
	transition: transform 0.35s ease;
}

.ft-case-mask svg {
	width: 28px;
	height: 28px;
	display: block;
}

.ft-case:hover .ft-case-mask {
	transform: translateY(0);
}

.ft-case-bar {
	height: 32px;
	background: #f3f5f7;
	border-bottom: 1px solid #e8ecf0;
}

.ft-case-bar i {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d5dbe1;
	margin: 12px 4px 0 0;
}

.ft-case-bar i:first-child {
	margin-left: 12px;
}

.ft-case-bar span {
	display: inline-block;
	margin-left: 8px;
	padding: 0 8px;
	height: 18px;
	line-height: 18px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	font-size: 10px;
	color: #94a3b8;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.ft-case-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.8);
}

.ft-case-nav b {
	color: #fff;
	letter-spacing: 0.4px;
	font-size: 12px;
}

.ft-case-nav-chem { background: #208FE8; }
.ft-case-nav-mach { background: #059669; }
.ft-case-nav-auto { background: #FF6600; }

.ft-case-hero {
	padding: 28px 24px 20px;
}

.ft-case-hero em {
	display: inline-block;
	font-style: normal;
	font-size: 10px;
	font-weight: 700;
	color: #208FE8;
	background: #eff6ff;
	padding: 2px 8px;
	border-radius: 0;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

.ft-case-nav-mach + .ft-case-hero em {
	color: #059669;
	background: #ecfdf5;
}

.ft-case-nav-auto + .ft-case-hero em {
	color: #FF6600;
	background: #fff7ed;
}

.ft-case-hero strong {
	display: block;
	font-size: 15px;
	color: #0a3d6e;
	line-height: 24px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

.ft-case-hero p {
	margin: 0;
	font-size: 10px;
	color: #94a3b8;
	font-family: Arial, Helvetica, sans-serif;
}

.ft-case-rows {
	display: flex;
	gap: 8px;
	padding: 0 24px 28px;
}

.ft-page .ft-case-rows span {
	flex: 1;
	height: auto;
	min-height: 48px;
	padding: 12px 8px;
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 0;
	font-size: 11px;
	color: #475569;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.ft-case-cta {
	text-align: center;
	margin-top: 48px;
}

.ft-case-nav em {
	font-style: normal;
	color: rgba(255, 255, 255, 0.75);
	font-size: 11px;
}

.ft-case-acts {
	margin-top: 10px;
}

.ft-case-acts span {
	display: inline-block;
	font-size: 10px;
	padding: 6px 10px;
	margin-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
}

.ft-case-acts span:first-child {
	background: #208FE8;
	color: #fff;
}

.ft-case-nav-mach + .ft-case-hero .ft-case-acts span:first-child { background: #059669; }
.ft-case-nav-auto + .ft-case-hero .ft-case-acts span:first-child { background: #FF6600; }

.ft-case-acts span:last-child {
	border: 1px solid #e5e7eb;
	color: #6b7280;
	background: #fff;
}

.ft-case-tags {
	padding: 0 14px 10px;
}

.ft-case-tags span {
	display: inline-block;
	font-size: 9px;
	padding: 2px 8px;
	margin: 0 6px 0 0;
	border: 1px solid #93c5fd;
	color: #208FE8;
	font-family: Arial, Helvetica, sans-serif;
}

.ft-case-nav-mach ~ .ft-case-tags span { color: #059669; border-color: #6ee7b7; }
.ft-case-nav-auto ~ .ft-case-tags span { color: #FF6600; border-color: #fdba74; }

.ft-case-foot {
	background: #f9fafb;
	padding: 10px 16px;
	font-size: 11px;
	color: #9ca3af;
	border-top: 1px solid #f3f4f6;
}

.ft-case:hover .ft-case-foot {
	background: #eff6ff;
}

.ft-case-bar i:nth-child(1) { background: #FF5F57; }
.ft-case-bar i:nth-child(2) { background: #FFBD2E; }
.ft-case-bar i:nth-child(3) { background: #28C840; }

/* ===== 流程 ===== */
.ft-flow {
	background: #fff;
	padding: 120px 0 112px;
}

.ft-flow-list {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	position: relative;
}

.ft-flow-item {
	flex: 1;
	text-align: center;
	padding: 8px 8px 0;
	position: relative;
	z-index: 1;
	background: none;
	min-width: 0;
	transition: transform 0.25s ease;
}

.ft-flow-item:not(:last-child):after {
	content: "";
	position: absolute;
	top: 40px;
	right: -10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #8eb8ee;
	border-right: 2px solid #8eb8ee;
	transform: rotate(45deg);
	z-index: 2;
}

.ft-flow-ico {
	width: 80px;
	height: 80px;
	margin: 0 auto 16px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ft-flow-ico svg,
.ft-flow-ico img {
	width: 40px;
	height: 40px;
	display: block;
	object-fit: contain;
}

.ft-flow-item:nth-child(odd) .ft-flow-ico {
	background: #208FE8;
	color: #fff;
	box-shadow: 0 8px 24px rgba(32, 143, 232, 0.28);
}

.ft-flow-item:nth-child(odd) .ft-flow-ico img {
	filter: brightness(0) invert(1);
}

.ft-flow-item:nth-child(even) .ft-flow-ico {
	background: #fff;
	color: #208FE8;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
	border: 1px solid #E8EEF4;
}

.ft-flow-item:nth-child(even) .ft-flow-ico img {
	filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(186deg) brightness(98%) contrast(91%);
}

.ft-flow-item .ft-flow-num {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	padding: 0;
	border-radius: 50%;
	background: #FF6600;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	border: none;
	margin: 0;
	z-index: 3;
	box-shadow: 0 3px 8px rgba(255, 102, 0, 0.45);
	text-align: center;
}

.ft-flow-item h3 {
	font-size: 16px;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 12px;
	line-height: 28px;
}

.ft-flow-item p {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	margin: 0 0 14px;
	min-height: 44px;
}

.ft-flow-item > span {
	display: inline-block;
	height: 24px;
	line-height: 22px;
	padding: 0 10px;
	font-size: 12px;
	color: #FF6600;
	font-weight: 700;
	background: #FFF7ED;
	border: none;
	border-radius: 12px;
}

.ft-flow-item:hover {
	transform: none;
}

.ft-flow-item:hover .ft-flow-ico {
	transform: none;
}

.ft-flow-foot {
	display: table;
	text-align: center;
	margin: 56px auto 0;
	padding: 16px 28px;
	font-size: 16px;
	color: #0a3d6e;
	font-weight: 400;
	line-height: 28px;
	background: #fff;
	border: 2px dashed #e4e4e4;
	border-radius: 0;
}

.ft-flow-foot b {
	font-size: 22px;
	font-weight: 700;
	margin: 0 4px;
	color: #FF6600;
}

/* ===== 留资 ===== */
.ft-form {
	background: linear-gradient(180deg, #1b66c4 0%, #2277da 100%);
	padding: 120px 0 112px;
	position: relative;
	overflow: hidden;
}

.ft-form:after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: 48px 48px;
	pointer-events: none;
	z-index: 0;
}

.ft-form .ft-inner {
	position: relative;
	z-index: 1;
}

.ft-form .ft-en {
	color: #60a5fa;
}

.ft-form .ft-hd h2 {
	color: #fff;
}

.ft-form .ft-hd h2 .ft-kw {
	color: #FF6600;
}

.ft-form .ft-hd-desc {
	color: rgba(191, 219, 254, 0.9);
}

.ft-form .ft-line {
	background: linear-gradient(90deg, #208FE8 0%, rgba(32, 143, 232, 0) 100%);
}

.ft-form-box {
	display: flex;
	align-items: stretch;
	gap: 0;
	padding-bottom: 0;
	background: none;
	overflow: hidden;
	box-shadow: none;
}

.ft-form-main {
	width: 62%;
	min-width: 0;
	padding: 36px 40px 32px;
	background: #fff;
	border-radius: 0;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16);
}

.ft-form-gift {
	background: #FFF7ED;
	border: none;
	border-radius: 0;
	padding: 0 20px;
	height: 48px;
	line-height: 48px;
	margin: 0 0 28px;
	font-size: 15px;
	color: #c2410c;
	font-weight: 700;
	text-align: center;
}

.ft-form-gift .ft-kw {
	color: #208FE8;
}

.ft-form-main .ft-btn {
	width: 100%;
	height: 50px;
	margin-top: 8px;
	font-size: 16px;
}

.ft-form-tip {
	margin: 12px 0 0;
	font-size: 12px;
	color: #94a3b8;
	text-align: center;
	line-height: 20px;
}

.ft-form-side {
	width: 38%;
	min-width: 0;
	background: none;
	padding: 36px 32px 32px;
	color: #fff;
	display: flex;
	flex-direction: column;
}

.ft-form-side h3 {
	margin: 0 0 28px;
	height: 48px;
	line-height: 48px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}

.ft-form-side .ft-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 28px;
	color: #fff;
}

.ft-form-side .ft-contact-item:last-child {
	margin-bottom: 0;
	margin-top: 4px;
	padding-top: 0;
}

.ft-ci {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #fff;
	border-radius: 0;
}

.ft-ci svg {
	width: 18px;
	height: 18px;
	display: block;
}

.ft-form-side .ft-contact-item > div {
	min-width: 0;
	flex: 1;
}

.ft-form-side .ft-side-label {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 6px;
	line-height: 20px;
}

.ft-form-side .ft-side-phone {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	margin: 0 0 6px;
}

.ft-form-side .ft-side-note {
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.55);
	font-weight: 400;
}

.ft-form-side .ft-side-val {
	margin: 0;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
}

.ft-form-side .ft-contact-item b {
	color: #fff;
}

.ft-form-side .ft-contact-item a:link,
.ft-form-side .ft-contact-item a:visited {
	color: #fff;
	text-decoration: none;
}

.ft-hook {
	font-size: 15px;
	color: #208FE8;
	margin: -28px 0 32px;
	line-height: 24px;
}

.ft-row {
	display: flex;
	gap: 16px;
}

.ft-row .ft-field {
	flex: 1;
	min-width: 0;
}

.ft-field {
	margin-bottom: 16px;
}

.ft-field label {
	display: block;
	font-size: 14px;
	color: #333;
	margin-bottom: 8px;
	line-height: 22px;
}

.ft-req {
	color: #ef4444;
}

.ft-field input,
.ft-field select,
.ft-field textarea {
	width: 100%;
	height: 48px;
	border: 1px solid #e5e7eb;
	padding: 0 16px;
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
	border-radius: 0;
}

.ft-field textarea {
	height: 80px;
	padding: 12px 14px;
	resize: vertical;
}

.ft-field input:focus,
.ft-field select:focus,
.ft-field textarea:focus {
	outline: none;
	border-color: #208FE8;
}

.ft-form-msg {
	display: none;
	margin-top: 16px;
	font-size: 16px;
	color: #208FE8;
	font-weight: 700;
	line-height: 28px;
}

.ft-form-msg.is-on {
	display: block;
}

.ft-form-err {
	display: none;
	margin-top: 10px;
	font-size: 13px;
	color: #c0392b;
	line-height: 22px;
}

.ft-form-err.is-on {
	display: block;
}

.ft-side-label {
	display: block;
	font-size: 12px;
	color: #999;
	margin-bottom: 6px;
	line-height: 18px;
}

.ft-side-phone {
	font-size: 28px;
	font-weight: 700;
	color: #333;
	line-height: 36px;
	margin: 0 0 28px;
}

.ft-contact-item {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.ft-contact-item b {
	display: block;
	color: #333;
	font-size: 14px;
	margin-bottom: 4px;
	font-weight: 700;
}

.ft-contact-item a:link,
.ft-contact-item a:visited {
	color: #208FE8;
}

.ft-page .ft-wx {
	width: 112px;
	height: 112px;
	display: block;
	border: 1px solid #e8ecf0;
	background: #fff;
}

.ft-form-side .ft-wx {
	width: 88px;
	height: 88px;
	margin-top: 10px;
	border: 2px solid #fff;
	background: #fff;
}

.ft-form-gap {
	height: 0;
	background: #fff;
}

/* ===== 动态效果 ===== */
.ft-btn,
button.ft-btn {
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ft-hero-copy {
	animation: ftUp 0.85s ease both;
}

.ft-hero-visual {
	animation: ftUp 0.9s 0.12s ease both;
}

.ft-pain-item,
.ft-case-frame {
	transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.ft-pain-item:hover {
	background: #fff;
}

.ft-case:hover .ft-case-frame {
	transform: none;
	box-shadow: none;
	border-color: #eee;
}

.ft-page .ft-svc-tab {
	transition: color 0.2s ease;
}

.ft-js .ft-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.65s ease, transform 0.65s ease;
}

.ft-js .ft-reveal.is-in {
	opacity: 1;
	transform: none;
}

.ft-js .ft-hd .ft-line {
	width: 0;
	transition: width 0.45s ease 0.15s;
}

.ft-js .ft-hd.is-in .ft-line {
	width: 80px;
}

@keyframes ftUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ft-hero-copy,
	.ft-hero-visual,
	.ft-svc-panel.is-on {
		animation: none;
	}

	.ft-js .ft-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.ft-js .ft-hd .ft-line,
	.ft-js .ft-hd.is-in .ft-line {
		width: 80px;
		transition: none;
	}

	.ft-svc:before,
	.ft-svc:after {
		display: none;
	}
}

/* ================================================================
   响应式适配 — 平板 ≤991px / 手机 ≤767px / 小屏 ≤430px
   ================================================================ */

/* ---- 平板 ≤991px ---- */
@media (max-width: 991px) {
	.ft-page {
		padding-top: 70px;
	}

	.ft-inner {
		padding: 0 24px;
	}

	/* 区块间距统一缩小 */
	.ft-pain,
	.ft-svc,
	.ft-cases,
	.ft-flow,
	.ft-form {
		padding: 72px 0 64px;
	}

	.ft-hd {
		margin-bottom: 44px;
	}

	.ft-hd h2 {
		font-size: 34px;
	}

	/* Hero */
	.ft-hero {
		height: auto;
		min-height: 0;
		padding: 48px 0 56px;
	}

	.ft-hero .ft-inner {
		flex-direction: column;
		gap: 36px;
	}

	.ft-hero-copy,
	.ft-hero-visual {
		width: 100%;
	}

	.ft-hero h1 {
		font-size: 36px;
	}

	.ft-hero-sub {
		font-size: 15px;
	}

	.ft-trust b {
		font-size: 36px;
		line-height: 40px;
	}

	.ft-trust i {
		font-size: 15px;
	}

	/* 痛点 → 单列 */
	.ft-pain-item {
		width: 100%;
	}

	/* 服务 */
	.ft-svc-stage {
		padding: 32px 28px 28px;
	}

	.ft-svc-row {
		flex-direction: column;
		gap: 32px;
		min-height: 0;
		margin-bottom: 28px;
	}

	.ft-svc-text,
	.ft-svc-visual {
		width: 100%;
	}

	.ft-svc-text h3 {
		font-size: 28px;
	}

	/* 案例 → 单列居中 */
	.ft-case-list {
		flex-direction: column;
		gap: 24px;
		align-items: center;
	}

	.ft-case {
		width: 100%;
		max-width: 480px;
	}

	/* 流程 → 允许换行 */
	.ft-flow-list {
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px;
	}

	.ft-flow-item {
		flex: 0 0 calc(33.333% - 12px);
		min-width: 160px;
	}

	.ft-flow-item:not(:last-child):after {
		display: none;
	}

	/* 留资表单 → 堆叠 */
	.ft-form-box {
		flex-direction: column;
	}

	.ft-form-main {
		width: 100%;
		padding: 28px 28px 24px;
	}

	.ft-form-side {
		width: 100%;
		padding: 28px 28px 28px;
	}

	/* 右侧浮动面板缩小间距 */
	.cndns-right {
		margin-top: -80px;
	}
}

/* ---- 手机 ≤767px ---- */
@media (max-width: 767px) {
	.ft-page {
		padding-top: 64px;
	}

	.ft-inner {
		padding: 0 16px;
	}

	/* 区块间距进一步缩小 */
	.ft-pain,
	.ft-svc,
	.ft-cases,
	.ft-flow,
	.ft-form {
		padding: 52px 0 48px;
	}

	.ft-hd {
		margin-bottom: 32px;
	}

	.ft-hd h2 {
		font-size: 26px;
		line-height: 1.4;
	}

	.ft-hd-desc {
		font-size: 14px;
		line-height: 24px;
	}

	/* Hero */
	.ft-hero {
		padding: 36px 0 44px;
	}

	.ft-hero .ft-inner {
		gap: 28px;
	}

	.ft-hero-badge {
		font-size: 11px;
		padding: 0 10px;
		height: 28px;
		line-height: 26px;
	}

	.ft-hero h1 {
		font-size: 28px;
		line-height: 1.3;
	}

	.ft-hero-bar {
		margin: 0 6px;
	}

	.ft-hero-sub {
		font-size: 14px;
		line-height: 24px;
	}

	.ft-hero-checks span {
		font-size: 11px;
		margin: 0 10px 6px 0;
	}

	.ft-trust {
		margin: 20px 0 0;
		padding: 14px 0 0;
		gap: 0;
	}

	.ft-trust li {
		padding: 0 14px 0 0;
		margin: 0 14px 0 0;
		font-size: 11px;
	}

	.ft-trust b {
		font-size: 28px;
		line-height: 32px;
	}

	.ft-trust i {
		font-size: 13px;
	}

	.ft-hero-btns {
		flex-direction: column;
		gap: 12px;
		width: 100%;
	}

	.ft-hero-btns .ft-btn {
		width: 100%;
		height: 48px;
		line-height: 46px;
		padding: 0 20px;
		font-size: 15px;
	}

	/* 图表卡片 */
	.ft-chart {
		padding: 14px 14px 12px;
	}

	.ft-chart-stats b {
		font-size: 15px;
	}

	.ft-chart-stats span {
		font-size: 10px;
	}

	/* 痛点 */
	.ft-pain-item {
		padding: 20px 20px 16px;
	}

	.ft-pain-bad,
	.ft-pain-good {
		font-size: 14px;
		line-height: 24px;
	}

	.ft-pain-bad i,
	.ft-pain-good i {
		width: 22px;
		height: 22px;
		line-height: 22px;
		margin-right: 8px;
		font-size: 11px;
	}

	.ft-pain-good {
		padding: 12px 14px;
	}

	.ft-pain-foot {
		font-size: 16px;
		line-height: 28px;
		margin-top: 32px;
	}

	/* 服务 */
	.ft-svc-stage {
		padding: 24px 16px 20px;
	}

	.ft-svc-row {
		gap: 24px;
		margin-bottom: 20px;
	}

	.ft-svc-text h3 {
		font-size: 22px;
		margin-bottom: 12px;
	}

	.ft-svc-text p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.ft-svc-list {
		gap: 8px;
		margin-bottom: 20px;
	}

	.ft-svc-list li {
		font-size: 11px;
		padding: 6px 12px;
	}

	.ft-svc-more {
		font-size: 14px;
	}

	/* 服务 tabs → 横向滚动 */
	.ft-svc-tabs {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		border-top: 1px solid #eee;
		padding-bottom: 4px;
		scrollbar-width: thin;
	}

	.ft-svc-tabs::-webkit-scrollbar {
		height: 3px;
	}

	.ft-svc-tabs::-webkit-scrollbar-thumb {
		background: #ddd;
	}

	.ft-page .ft-svc-tab {
		flex: 0 0 auto;
		width: 88px;
		padding: 16px 4px 6px;
	}

	.ft-svc-tab .ft-ico {
		width: 56px;
		height: 56px;
		margin-bottom: 8px;
	}

	.ft-svc-tab .ft-ico img {
		width: 44px;
		height: 44px;
	}

	.ft-svc-tab strong {
		font-size: 13px;
		line-height: 20px;
	}

	/* 服务示意卡片内边距 */
	.ft-mock-pad {
		padding: 18px 16px 16px;
	}

	/* 案例 */
	.ft-case-frame img {
		height: 200px;
	}

	.ft-case-mask {
		font-size: 14px;
	}

	.ft-case-mask svg {
		width: 22px;
		height: 22px;
	}

	.ft-case-cta {
		margin-top: 32px;
	}

	.ft-case-cta .ft-btn {
		width: 100%;
		height: 48px;
		line-height: 46px;
		padding: 0 20px;
		font-size: 15px;
	}

	/* 流程 → 2 列网格，5 步全部可见 */
	.ft-flow-list {
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px 12px;
		overflow-x: visible;
		padding-bottom: 0;
	}

	.ft-flow-item {
		flex: 0 0 calc(50% - 8px);
		min-width: 0;
		padding: 8px 6px 0;
	}

	.ft-flow-item:nth-child(5) {
		flex: 0 0 calc(50% - 8px);
	}

	.ft-flow-ico {
		width: 60px;
		height: 60px;
		margin-bottom: 12px;
		border-radius: 10px;
	}

	.ft-flow-ico svg,
	.ft-flow-ico img {
		width: 28px;
		height: 28px;
	}

	.ft-flow-item .ft-flow-num {
		width: 22px;
		height: 22px;
		line-height: 22px;
		font-size: 11px;
		top: -6px;
		right: -6px;
	}

	.ft-flow-item h3 {
		font-size: 14px;
		margin-bottom: 8px;
		line-height: 22px;
	}

	.ft-flow-item p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 10px;
		min-height: 36px;
	}

	.ft-flow-item > span {
		font-size: 11px;
		padding: 0 8px;
		height: 22px;
		line-height: 20px;
	}

	.ft-flow-foot {
		font-size: 14px;
		line-height: 24px;
		padding: 12px 18px;
		margin-top: 28px;
	}

	.ft-flow-foot b {
		font-size: 18px;
	}

	/* 留资表单 */
	.ft-form-main {
		padding: 24px 18px 20px;
	}

	.ft-form-gift {
		font-size: 13px;
		height: 42px;
		line-height: 42px;
		margin-bottom: 20px;
		padding: 0 12px;
	}

	.ft-row {
		flex-direction: column;
		gap: 0;
	}

	.ft-field {
		margin-bottom: 14px;
	}

	.ft-field label {
		font-size: 13px;
		margin-bottom: 6px;
	}

	.ft-field input,
	.ft-field select,
	.ft-field textarea {
		height: 44px;
		font-size: 14px;
		padding: 0 12px;
	}

	.ft-field textarea {
		height: 72px;
		padding: 10px 12px;
	}

	.ft-form-main .ft-btn {
		height: 48px;
		line-height: 46px;
		font-size: 15px;
	}

	/* 联系信息侧栏 */
	.ft-form-side {
		padding: 24px 18px 24px;
	}

	.ft-form-side h3 {
		font-size: 18px;
		margin-bottom: 20px;
		height: auto;
		line-height: 28px;
	}

	.ft-form-side .ft-contact-item {
		margin-bottom: 20px;
		gap: 12px;
	}

	.ft-ci {
		width: 36px;
		height: 36px;
	}

	.ft-ci svg {
		width: 16px;
		height: 16px;
	}

	.ft-form-side .ft-side-label {
		font-size: 13px;
		margin-bottom: 4px;
	}

	.ft-form-side .ft-side-phone {
		font-size: 18px;
		line-height: 24px;
	}

	.ft-form-side .ft-side-note {
		font-size: 12px;
		line-height: 18px;
	}

	.ft-form-side .ft-side-val {
		font-size: 14px;
		line-height: 22px;
	}

	.ft-form-side .ft-wx {
		width: 80px;
		height: 80px;
	}

	/* 按钮 */
	.ft-btn,
	button.ft-btn {
		height: 48px;
		line-height: 46px;
		padding: 0 24px;
		font-size: 15px;
	}
}

/* ---- 小屏 ≤430px ---- */
@media (max-width: 430px) {
	.ft-hd h2 {
		font-size: 22px;
	}

	.ft-hero h1 {
		font-size: 24px;
	}

	.ft-trust li {
		padding: 0 10px 0 0;
		margin: 0 10px 0 0;
	}

	.ft-trust b {
		font-size: 24px;
		line-height: 28px;
	}

	.ft-trust i {
		font-size: 12px;
	}

	.ft-svc-text h3 {
		font-size: 20px;
	}

	.ft-chart-cap {
		font-size: 11px;
	}

	.ft-pain-foot {
		font-size: 14px;
		line-height: 24px;
	}
}

/* ================================================================
   底部 footer + 浮动客服面板 + 预约弹窗 — 响应式
   ================================================================ */

/* ---- 平板 ≤991px ---- */
@media (max-width: 991px) {
	/* footer 四宫格 → 2×2 */
	#footer ul {
		padding: 40px 0 32px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}

	#footer ul li {
		width: calc(50% - 10px);
		float: none;
	}

	/* footer 主体三栏 → 堆叠居中 */
	#footer .clear > .chart,
	#footer .clear > .hotline,
	#footer .clear > .links {
		float: none;
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
		border-left: none;
		border-top: 1px solid #45484c;
		padding-left: 0;
		padding-top: 28px;
		margin-top: 28px;
		text-align: center;
	}

	#footer .chart {
		border-top: none;
		padding-top: 0;
		margin-top: 0;
	}

	#footer .chart img {
		padding-top: 0;
	}

	#footer .hotline .tel,
	#footer .links .tel {
		text-align: center;
	}

	#footer .hotline h2 {
		text-align: center;
	}

	/* 版权信息自动换行 */
	.copy {
		height: auto;
		line-height: 24px;
		padding: 16px 12px;
		font-size: 12px;
	}

	/* 预约弹窗适配 */
	.yytanchuang .yytcblock {
		width: 94%;
		max-width: 590px;
		left: 50%;
		top: 50%;
		margin-left: 0;
		margin-top: 0;
		transform: translate(-50%, -50%);
		height: auto;
		max-height: 90vh;
		overflow-y: auto;
	}

	.yytcblock .yuyueinput {
		margin: 0 20px;
	}

	.yytanchuang .yytc_close {
		top: -12px;
		right: -12px;
		width: 36px;
		height: 36px;
		background-size: contain;
	}
}

/* ---- 手机 ≤767px ---- */
@media (max-width: 767px) {
	/* 移动端隐藏 footer 四宫格、二维码、联系方式、友情链接 */
	#footer ul,
	#footer .chart,
	#footer .hotline,
	#footer .links {
		display: none;
	}

	#footer .copy {
		padding-top: 16px;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	/* 浮动客服面板 → 缩小并贴近右下角 */
	.cndns-right {
		right: 4px;
		bottom: 10px;
		top: auto;
		margin-top: 0;
		display: flex;
		flex-direction: column;
		gap: 4px;
	}

	.cndns-right-meau {
		margin-bottom: 0;
	}

	.cndns-right-btn {
		width: 40px;
		height: 40px;
	}

	.cndns-right-btn span {
		font-size: 20px;
		line-height: 40px;
	}

	.meau-top .cndns-right-btn span {
		font-size: 11px;
		line-height: 14px;
		padding-top: 6px;
	}

	.meau-top .cndns-right-btn i {
		font-size: 10px;
	}

	/* 手机端隐藏 hover 展开的大面板（触屏 hover 体验差） */
	.cndns-right-box {
		display: none !important;
	}

	/* 预约弹窗文字缩小 */
	.yytc_ls {
		font-size: 24px;
		line-height: 60px;
	}

	.yytc_ls span {
		font-size: 30px;
	}

	.yytanchuang .yytcblock .yytc_title {
		height: 60px;
		background-size: cover;
	}

	.yuyueinput .dt {
		width: 80px;
		font-size: 13px;
	}

	.yuyueinput .dd {
		margin-left: 90px;
	}

	.yuyueinput .dd input.text {
		width: 100%;
		box-sizing: border-box;
	}

	.yuyueinput .dd select {
		width: 100%;
		margin-right: 0;
		margin-bottom: 6px;
		box-sizing: border-box;
	}

	#sex input {
		margin-left: 0;
	}

	.yuyueinput input.tj_btn {
		width: 100%;
	}
}
