/* 软件开发外包落地页：6-7 屏；无大图左右交替 */

.page-outsourcing {
	font-family: "IBMPlexSansSC-Light", "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
	font-weight: 300;
	background: #fff;
	color: #161616;
}

.page-outsourcing .page-wrapper {
	overflow-x: hidden;
}

.page-outsourcing .container-1200 {
	width: 12rem;
	margin: 0 auto;
}

.page-outsourcing .header-phone {
	font-family: "IBMPlexSansSC-Light", "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
	font-size: 0.22rem;
	font-weight: 700;
	font-synthesis: weight;
	color: #fe0000;
	line-height: normal;
}

.page-outsourcing .hero-section {
	overflow: visible;
}

.page-outsourcing .hero-inner {
	align-items: center;
	padding: 0.8rem 0 0.48rem;
	box-sizing: border-box;
	min-height: 6.1rem;
}

.page-outsourcing .hero-copy h1 {
	font-size: 0.6rem;
	line-height: 0.9rem;
	font-weight: 300;
	font-synthesis: weight;
	max-width: 10.2rem;
	margin-bottom: 0.2rem;
}

.page-outsourcing .hero-copy p {
	max-width: 9.6rem;
	font-size: 0.22rem;
	line-height: 0.36rem;
	color: rgba(255, 255, 255, 0.92);
	font-weight: 300;
	margin-bottom: 0.2rem;
}

.page-outsourcing a.btn-red {
	display: inline-flex;
	width: fit-content;
	min-width: 0;
	max-width: none;
	text-decoration: none;
	box-sizing: border-box;
	gap: 0.12rem;
	margin-top: 0.28rem;
	padding: 0 0.2rem;
	justify-content: flex-start;
}

.page-outsourcing a.btn-red .btn-jiantou {
	margin-left: 0.12rem;
}

.out-hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.1rem;
}

.out-hero-tags span {
	display: inline-flex;
	align-items: center;
	padding: 0.06rem 0.14rem;
	font-size: 0.15rem;
	line-height: 0.24rem;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.12);
}

.out-section {
	padding: 0.72rem 0;
}

.out-section-desc {
	text-align: center;
	max-width: 10rem;
	margin: -0.04rem auto 0.32rem;
	font-size: 0.24rem;
	line-height: 1.5;
	color: #333;
	font-weight: 300;
}

.page-outsourcing .hero-section .btn-red,
.page-outsourcing .hero-copy .btn-red {
	font-size: 0.21rem;
}

.page-outsourcing .section-title {
	font-size: 0.64rem;
	line-height: 0.8rem;
	margin-bottom: 0.24rem;
	font-weight: 300;
	font-synthesis: weight;
	color: #000;
}



.page-outsourcing .out-trust .stat-item strong {
	font-weight: 300;
	font-synthesis: weight;
}

.page-outsourcing .out-trust .stat-item span {
	color: #333;
	font-size: 0.2rem;
	line-height: 1.5;
	margin-top: 0.04rem;
	font-weight: 300;
}

/* 痛点 / 破局：三列图文卡片 */
.out-pain {
	background: #f5f6f8;
}

.out-solution {
	background: #fff;
}

.out-pain-board,
.out-solution-board {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.16rem;
}

.out-pain-board article,
.out-solution-board article {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.12rem;
	padding: 0.22rem 0.2rem;
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 0.04rem;
	box-sizing: border-box;
}

.out-solution-board article {
	background: #f5f6f8;
}

.out-pain-board article:nth-child(5),
.out-solution-board article:nth-child(5) {
	grid-column: span 2;
}

.out-pain-icon,
.out-solution-icon {
	flex: 0 0 auto;
	width: 0.44rem;
	height: 0.44rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(254, 0, 0, 0.06);
	border-radius: 0.06rem;
	box-sizing: border-box;
}

.out-pain-icon img,
.out-solution-icon img {
	width: 0.26rem;
	height: 0.26rem;
	object-fit: contain;
	display: block;
}

.out-pain-body,
.out-solution-body {
	min-width: 0;
	width: 100%;
}

.out-solution-body em {
	display: block;
	margin: 0 0 0.04rem;
	font-style: normal;
	font-size: 0.14rem;
	line-height: 1.5;
	font-weight: 500;
	font-synthesis: weight;
	color: #888;
}

.out-pain-body h3,
.out-solution-body h3 {
	margin: 0;
	font-size: 0.26rem;
	line-height: 1.5;
	font-weight: 300;
	font-synthesis: weight;
	color: #1a1a1a;
}

.out-pain-body p,
.out-solution-body p {
	margin: 0.08rem 0 0;
	font-size: 0.16rem;
	line-height: 1.5;
	font-weight: 300;
	font-synthesis: weight;
	color: #555;
}

/* 优势三列紧凑 */
.out-adv {
	background: #12151a;
	padding: 0.56rem 0;
}

.page-outsourcing .out-adv .section-title {
	color: #fff;
	margin-bottom: 0.12rem;
}

.page-outsourcing .out-adv .out-section-desc {
	color: rgba(255, 255, 255, 0.78);
	margin: 0 auto 0.24rem;
}

.out-adv-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: #1a1e25;
}

.out-adv-grid article {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0.24rem 0.24rem 0.28rem;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	box-sizing: border-box;
}

.out-adv-grid article:last-child {
	border-right: none;
}

.out-adv-grid img {
	width: 0.4rem;
	height: 0.4rem;
	object-fit: contain;
	display: block;
	filter: brightness(1.15);
}

.out-adv-tag {
	display: inline-block;
	margin: 0.1rem 0 0;
	padding: 0.02rem 0.1rem;
	font-size: 0.13rem;
	line-height: 1.5;
	color: #fe0000;
	border: 1px solid rgba(254, 0, 0, 0.45);
	background: rgba(254, 0, 0, 0.12);
}

.out-adv-grid h3 {
	margin: 0.1rem 0 0;
	font-size: 0.26rem;
	line-height: 1.5;
	font-weight: 300;
	font-synthesis: weight;
	color: #fff;
}

.out-adv-grid p {
	margin: 0.1rem 0 0;
	font-size: 0.2rem;
	line-height: 2;
	font-weight: 300;
	font-synthesis: weight;
	color: rgba(255, 255, 255, 0.88);
}

/* 服务范围：编号说明卡片板 */
.out-services {
	background: #f5f6f8;
}

.out-service-board {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	background: #fff;
	border: 1px solid #cfcfcf;
}

.out-service-board article {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0.24rem 0.22rem 0.26rem;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	box-sizing: border-box;
	min-height: 1.8rem;
}

.out-service-board article:nth-child(3n) {
	border-right: none;
}

.out-service-board article:nth-child(n + 13) {
	border-bottom: none;
}

.out-service-board img {
	width: 0.36rem;
	height: 0.36rem;
	object-fit: contain;
	display: block;
}

.out-service-board h3 {
	margin: 0.1rem 0 0;
	font-size: 0.26rem;
	line-height: 2;
	font-weight: 300;
	font-synthesis: weight;
	color: #000;
}

.out-service-board p {
	margin: 0.06rem 0 0;
	font-size: 0.16rem;
	line-height: 2;
	font-weight: 300;
	font-synthesis: weight;
	color: #000;
}

/* CTA */
.page-outsourcing .cta-section {
	height: 2.72rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
}

.page-outsourcing .cta-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 12rem;
	padding: 0.36rem 0 0;
	box-sizing: border-box;
}

.page-outsourcing .cta-inner h2 {
	padding-top: 0;
	margin-bottom: 0.08rem;
	color: #1a1a1a;
	font-size: 0.36rem;
	font-weight: 300;
	font-synthesis: weight;
}

.page-outsourcing .cta-inner p {
	margin-bottom: 0.14rem;
	font-size: 0.24rem;
	color: #333;
}

.page-outsourcing .cta-inner .btn-red {
	margin: 0 auto !important;
}

@media (max-width: 1024px) {
	.page-outsourcing .container-1200 {
		width: auto;
		padding: 0 0.32rem;
	}

	.page-outsourcing .cta-inner {
		width: 100%;
		padding-left: 0.32rem;
		padding-right: 0.32rem;
	}

	.out-pain-board,
	.out-solution-board {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.out-pain-board article:nth-child(5),
	.out-solution-board article:nth-child(5) {
		grid-column: span 2;
	}

	.out-adv-grid {
		grid-template-columns: 1fr;
	}

	.out-adv-grid article {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.out-adv-grid article:last-child {
		border-bottom: none;
	}

	.out-service-board {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.out-service-board article:nth-child(3n) {
		border-right: 1px solid #cfcfcf;
	}

	.out-service-board article:nth-child(2n) {
		border-right: none;
	}

	.out-service-board article:nth-child(n + 13) {
		border-bottom: 1px solid #cfcfcf;
	}

	.out-service-board article:last-child {
		border-bottom: none;
		border-right: none;
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	.page-outsourcing .hero-copy h1 {
		font-size: 0.36rem;
		line-height: 0.52rem;
	}

	.page-outsourcing .hero-copy p {
		font-size: 0.17rem;
		line-height: 0.28rem;
	}

	.out-section {
		padding: 0.56rem 0;
	}

	.out-pain-board,
	.out-solution-board,
	.out-adv-grid,
	.out-service-board {
		grid-template-columns: 1fr;
	}

	.out-pain-board article:nth-child(5),
	.out-solution-board article:nth-child(5) {
		grid-column: auto;
	}

	.out-service-board article {
		border-right: none !important;
		border-bottom: 1px solid #cfcfcf;
	}

	.out-service-board article:last-child {
		border-bottom: none;
	}
}
