/* 首页标题由 p 改为 h1/h2 后，沿用原字号字重 */
.flow_Toptitle h1 {
	margin: 0 0 10px;
	font-size: 31px;
	font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
	font-weight: 700;
	text-align: center;
	color: #4a5572;
	line-height: 23px;
	letter-spacing: 2px;
}

.selected_p h2 {
	margin: 0;
	font-size: 31px;
	font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
	font-weight: 700;
	text-align: left;
	color: #4a5572;
	line-height: 23px;
	letter-spacing: 2px;
}

.platform_title h2 {
	margin: 0 0 12px;
	font-size: 34px;
	font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
	font-weight: 700;
	text-align: left;
	color: #4a5572;
	line-height: 26px;
	letter-spacing: 3px;
}

.promise_title h2 {
	margin: 0;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

.cooperation_box h2.cooperation_bo_p {
	margin: 0;
	font-size: 31px;
	font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
	font-weight: 700;
	color: #4a5572;
	line-height: 23px;
	letter-spacing: 2px;
}

.promise_bottom h2 {
	margin: 0;
	font-size: 31px;
	font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
	font-weight: 700;
	color: #4a5572;
	line-height: 35px;
	letter-spacing: 2px;
}

/* 内页：共用顶栏底栏；正文不用首页固定高度模块 */
.inner-page {
	margin: 0;
	background: #fff;
	color: #4a5572;
	font-family: Microsoft YaHei, sans-serif;
}

.inner-page .flow_banner {
	height: 520px;
}

.inner-page .carousel-itemimg img {
	height: 520px !important;
	object-fit: cover;
}

.inner-page .carousel-indicators1 {
	bottom: 24px !important;
}

.inner-page .flowbanner_box {
	position: fixed !important;
	top: 0 !important;
	height: 80px !important;
	width: 100% !important;
	z-index: 99;
	background: rgba(42, 93, 240, 0.92);
}

.inner-main {
	width: min(1200px, calc(100% - 32px));
	margin: 0 auto;
	padding: 28px 0 72px;
}

.inner-crumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 28px;
	font-size: 14px;
	color: #808080;
}

.inner-crumb a {
	color: #3b54ec;
	text-decoration: none;
}

.inner-hero {
	margin: 0 0 36px;
	text-align: center;
}

.inner-hero h1 {
	margin: 0 0 12px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 2px;
	color: #4a5572;
}

.inner-hero-sub {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 700;
	color: #4473eb;
}

.inner-hero-lead {
	width: min(860px, 100%);
	margin: 0 auto 22px;
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	text-align: center;
}

.inner-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.inner-actions a,
.inner-note a,
.inner-entry a.inner-entry-btn {
	display: inline-block;
	padding: 10px 18px;
	background: #3b54ec;
	color: #fff;
	text-decoration: none;
	border: 1px solid #3b54ec;
}

.inner-actions a.secondary,
.inner-note a.secondary {
	background: #fff;
	color: #3b54ec;
}

.inner-note {
	margin: 36px 0 0;
	padding: 28px 24px;
	background: #F1F3F9;
	text-align: left;
}

.inner-note h2 {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 700;
	color: #4a5572;
}

.inner-note p {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.8;
	color: #666;
}

/* 流程页：竖排五步（覆盖 platform.css 的 li inline-block） */
.inner-howto {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.inner-howto-step {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 8px 20px;
	align-items: start;
	width: 100%;
	padding: 24px 28px;
	background: #F1F3F9;
	list-style: none;
}

.inner-howto-num {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	color: #3b54ec;
}

.inner-howto-step h2 {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 700;
	color: #4a5572;
}

.inner-howto-step p {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.8;
	color: #666;
}

.inner-howto-step p:last-child {
	margin-bottom: 0;
}

.inner-copy {
	margin: 0 0 28px;
	padding: 28px 24px;
	background: #fff;
	border: 1px solid #e4e7f1;
	text-align: left;
}

.inner-copy h2 {
	margin: 0 0 14px;
	font-size: 22px;
	font-weight: 700;
	color: #4a5572;
}

.inner-copy p {
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.8;
	color: #666;
}

.inner-copy p:last-child {
	margin-bottom: 0;
}

/* FAQ 页：问答列表 */
.inner-faq {
	margin: 0;
}

.inner-faq-item {
	margin: 0 0 16px;
	padding: 22px 24px;
	background: #F1F3F9;
}

.inner-faq-item dt {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	color: #4a5572;
}

.inner-faq-item dd {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #666;
}

/* about：服务范围 + 场景卡 */
.inner-intro {
	margin: 0 0 28px;
	padding: 28px 24px;
	background: #F1F3F9;
	text-align: left;
}

.inner-intro h2,
.inner-range h2,
.inner-checklist-wrap h2 {
	margin: 0 0 14px;
	font-size: 22px;
	font-weight: 700;
	color: #4a5572;
}

.inner-intro p {
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.8;
	color: #666;
}

.inner-intro p:last-child {
	margin-bottom: 0;
}

.inner-scenes {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin: 0 0 28px;
}

.inner-scene {
	padding: 24px;
	background: #F1F3F9;
	text-align: left;
}

.inner-scene img {
	display: block;
	height: 36px;
	width: auto;
	margin: 0 0 12px;
}

.inner-scene h2 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	color: #4473eb;
}

.inner-scene p {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #666;
}

.inner-range {
	padding: 28px 24px;
	background: #fff;
	border: 1px solid #e4e7f1;
	text-align: left;
}

.inner-range ul,
.inner-checklist {
	margin: 0;
	padding-left: 22px;
	color: #555;
	line-height: 1.9;
	display: block;
}

.inner-range li,
.inner-checklist li {
	margin: 0 0 8px;
	display: list-item;
	list-style: decimal;
	width: auto;
}

/* 推荐页：入口带 + 核对清单 */
.inner-entry {
	margin: 0 0 28px;
	padding: 36px 28px;
	background: #3b54ec;
	color: #fff;
	text-align: center;
}

.inner-entry h2 {
	margin: 0 0 12px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}

.inner-entry p {
	width: min(760px, 100%);
	margin: 0 auto 22px;
	font-size: 15px;
	line-height: 1.8;
	color: #e8ecff;
}

.inner-entry a.inner-entry-btn {
	background: #fff;
	color: #3b54ec;
	border-color: #fff;
	font-weight: 700;
}

.inner-checklist-wrap {
	padding: 28px 24px;
	background: #F1F3F9;
	text-align: left;
}

.inner-site-header {
	background: #3b54ec;
	height: 80px;
}

.inner-site-header .flowbanner_box {
	position: relative;
	top: 0;
	width: min(1200px, calc(100% - 32px));
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: transparent;
}

.platform_bottom_box button a {
	color: #3b54ec;
	text-decoration: none;
}

.wx_box {
	position: fixed;
	width: 150px;
	height: 150px;
	top: 470px;
	right: 0;
	z-index: 999999999;
	transform: translateY(-150px);
}

.wx_box a {
	display: block;
	width: 150px;
	height: 65px;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	line-height: 65px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin: 10px 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	transition: .5s;
}

.wx_box a:hover {
	color: #000;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.inner-page .flow_banner {
		height: 280px;
	}

	.inner-page .carousel-itemimg img {
		height: 280px !important;
	}

	.inner-hero h1 {
		font-size: 24px;
	}

	.inner-howto-step {
		grid-template-columns: 1fr;
	}

	.inner-scenes {
		grid-template-columns: 1fr;
	}

	.inner-site-header .flowbanner_box,
	.inner-site-header .flowbanne_right {
		width: 96%;
		flex-wrap: wrap;
	}

	.wx_box {
		display: none;
	}
}
