/* 智慧物业落地页：多形态 6-7 屏；禁止左右大图交替 */

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

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

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

.page-property .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-property .hero-copy h1 {
	font-size: 0.6rem;
	line-height: 0.9rem;
	font-weight: 300;
	font-synthesis: weight;
	max-width: 10rem;
}

.page-property .hero-copy p {
	max-width: 9.4rem;
	font-size: 0.22rem;
	line-height: 0.36rem;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 300;
}

.page-property a.btn-red {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-width: 0;
	max-width: none;
	height: 0.52rem;
	padding: 0 0.2rem;
	gap: 0.12rem;
	text-decoration: none;
	box-sizing: border-box;
	white-space: nowrap;
	justify-content: flex-start;
}

.page-property a.btn-red .btn-jiantou {
	margin-left: 0.12rem;
	flex-shrink: 0;
}

.prop-hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.12rem;
	margin-top: 0.28rem;
	max-width: 9.4rem;
}

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

.page-property .hero-copy .btn-red {
	margin-top: 0.4rem;
}

.page-property .stats-section .stat-item strong {
	font-weight: 300;
	font-synthesis: weight;
}

.page-property .stats-section .stat-item span {
	color: #555;
	font-size: 0.2rem;
	font-weight: 300;
}

.prop-section {
	padding: 0.88rem 0;
}

.prop-section-desc {
	text-align: center;
	max-width: 10rem;
	margin: -0.04rem auto 0.4rem;
	font-size: 0.24rem;
	line-height: 0.3rem;
	color: #555;
	font-weight: 300;
}

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

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

/* ---------- 产品左导航（紧凑） ---------- */
.prop-products {
	background: #f5f6f8;
}

.prop-product-board {
	display: grid;
	grid-template-columns: 2.6rem 1fr;
	background: #fff;
	border: 1px solid #e6e6e6;
}

.prop-product-nav {
	display: flex;
	flex-direction: column;
	background: #fafafa;
	border-right: 1px solid #e6e6e6;
}

.prop-product-nav button {
	border: none;
	background: transparent;
	text-align: left;
	padding: 0 0.18rem;
	height: 0.52rem;
	font-size: 0.16rem;
	color: #333;
	cursor: pointer;
	border-left: 0.04rem solid transparent;
	font-weight: 300;
}

.prop-product-nav button.is-active {
	background: #fe0000;
	color: #fff;
	border-left-color: #fe0000;
	font-weight: 500;
	font-synthesis: weight;
}

.prop-product-panel {
	display: flex;
	flex-direction: column;
	gap: 0.16rem;
	padding: 0.28rem 0.36rem;
	box-sizing: border-box;
}

.prop-product-feats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.08rem;
	padding: 0 0 0.16rem;
	border-bottom: 1px solid #ececec;
}

.prop-product-feat {
	text-align: center;
}

.prop-product-feat img {
	width: 0.36rem;
	height: 0.36rem;
	object-fit: contain;
	display: block;
	margin: 0 auto 0.06rem;
}

.prop-product-feat span {
	display: block;
	font-size: 0.16rem;
	line-height: 0.2rem;
	color: #333;
	font-weight: 300;
}

.prop-product-body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.1rem;
}

.prop-product-heading {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.12rem;
}

.prop-product-tag {
	display: inline-block;
	margin: 0;
	padding: 0.02rem 0.1rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #fe0000;
	border: 1px solid rgba(254, 0, 0, 0.35);
	background: rgba(254, 0, 0, 0.06);
	flex: 0 0 auto;
}

.prop-product-heading h3 {
	margin: 0;
	font-size: 0.26rem;
	line-height: 0.4rem;
	font-weight: 300;
	font-synthesis: weight;
	color: #1a1a1a;
}

.prop-product-body > p {
	margin: 0;
	max-width: 7.2rem;
	font-size: 0.16rem;
	line-height: 0.26rem;
	color: #444;
	font-weight: 300;
}

.prop-product-actions {
	display: flex;
	align-items: center;
	gap: 0.12rem;
	margin-top: 0.06rem;
}

.prop-product-actions .btn-red {
	margin-top: 0;
}

/* ---------- 痛点对照：流向条（对齐直播页） ---------- */
.prop-pain {
	background: #e9ebef;
}

.prop-pain .prop-section-desc {
	margin-bottom: 0.28rem;
}

.prop-pain-legend {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.2rem;
	margin: 0 auto 0.32rem;
}

.prop-pain-legend__bad,
.prop-pain-legend__good {
	display: inline-flex;
	align-items: center;
	padding: 0.08rem 0.2rem;
	font-size: 0.16rem;
	line-height: 1;
	font-weight: 300;
}

.prop-pain-legend__bad {
	color: #555;
	background: #dce0e6;
}

.prop-pain-legend__good {
	color: #fff;
	background: #fe0000;
}

.prop-pain-legend__arrow {
	width: 0.36rem;
	height: 0.02rem;
	background: #fe0000;
	position: relative;
}

.prop-pain-legend__arrow::after {
	content: "";
	position: absolute;
	right: -0.02rem;
	top: 50%;
	width: 0.08rem;
	height: 0.08rem;
	border-top: 0.02rem solid #fe0000;
	border-right: 0.02rem solid #fe0000;
	transform: translateY(-50%) rotate(45deg);
}

.prop-pain-list {
	display: flex;
	flex-direction: column;
	gap: 0.16rem;
}

.prop-pain-item {
	display: grid;
	grid-template-columns: 0.56rem minmax(0, 1fr) 0.48rem minmax(0, 1.15fr);
	align-items: stretch;
	min-height: 1.12rem;
	background: #fff;
	border: 1px solid #c8ccd3;
	box-shadow: 0 0.04rem 0.12rem rgba(22, 22, 22, 0.06);
}

.prop-pain-item__no {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.28rem;
	line-height: 1;
	font-weight: 300;
	color: #fe0000;
	background: #fff0f0;
	border-right: 1px solid #efc8c8;
}

.prop-pain-item__bad,
.prop-pain-item__good {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.18rem 0.24rem;
	box-sizing: border-box;
}

.prop-pain-item__bad {
	background: #f3f4f6;
}

.prop-pain-item__bad strong {
	font-size: 0.2rem;
	line-height: 1.4;
	font-weight: 300;
	color: #333;
}

.prop-pain-item__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: linear-gradient(90deg, #f3f4f6 0%, #fff0f0 100%);
}

.prop-pain-item__arrow::before {
	content: "";
	width: 0.28rem;
	height: 0.28rem;
	border-radius: 50%;
	background: #fe0000;
	box-shadow: 0 0 0 0.06rem rgba(254, 0, 0, 0.12);
}

.prop-pain-item__arrow::after {
	content: "";
	position: absolute;
	width: 0.08rem;
	height: 0.08rem;
	border-top: 0.02rem solid #fff;
	border-right: 0.02rem solid #fff;
	transform: rotate(45deg);
	margin-left: -0.02rem;
}

.prop-pain-item__good {
	background: #fff;
	border-left: 0.04rem solid #fe0000;
}

.prop-pain-item__good strong {
	font-size: 0.2rem;
	line-height: 1.4;
	font-weight: 300;
	color: #fe0000;
}

.prop-pain-item__good p {
	margin: 0.04rem 0 0;
	font-size: 0.15rem;
	line-height: 1.5;
	font-weight: 300;
	color: #555;
}

/* ---------- 能力多列 ---------- */
.prop-caps {
	background: #f5f6f8;
}

.prop-cap-board {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	background: #fff;
	border: 1px solid #e6e6e6;
}

.prop-cap-col {
	padding: 0.28rem 0.2rem 0.3rem;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
}

.prop-cap-col:last-child {
	border-right: none;
}

.prop-cap-col__head {
	display: flex;
	align-items: center;
	margin-bottom: 0.16rem;
	min-height: 0.4rem;
}

.prop-cap-col__head img {
	width: 0.32rem;
	height: 0.32rem;
	margin-right: 0.1rem;
	object-fit: contain;
	flex: 0 0 0.32rem;
	display: block;
}

.prop-cap-col__head strong {
	flex: 1;
	min-width: 0;
	font-size: 0.26rem;
	line-height: 0.26rem;
	font-weight: 300;
	font-synthesis: weight;
	color: #1a1a1a;
}

.prop-cap-col ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.prop-cap-col li {
	display: flex;
	align-items: flex-start;
	gap: 0.08rem;
	position: relative;
	padding: 0 !important;
	margin: 0 0 0.16rem !important;
	font-size: 0.16rem;
	line-height: 0.3rem;
	color: #333;
	font-weight: 300;
}

.prop-cap-col li:last-child {
	margin-bottom: 0 !important;
}

.prop-cap-col li::before {
	content: "✓";
	position: static;
	flex: 0 0 auto;
	width: 0.18rem;
	margin-top: 0.01rem;
	font-size: 0.15rem;
	line-height: 0.28rem;
	color: #fe0000;
	font-weight: 500;
	font-synthesis: weight;
}

.prop-cap-col--focus {
	padding: 0;
}

.prop-cap-col--focus .prop-cap-col__head {
	margin: 0 0 0.04rem;
	padding: 0.18rem 0.2rem;
	background: #fe0000;
	min-height: 0.56rem;
}

.prop-cap-col--focus .prop-cap-col__head img {
	filter: brightness(10);
}

.prop-cap-col--focus .prop-cap-col__head strong {
	color: #fff;
}

.prop-cap-col--focus ul {
	padding: 0.16rem 0.2rem 0.24rem !important;
}

/* ---------- 深色优势栅格 ---------- */
.prop-adv-dark {
	background: #12151a;
	padding: 0.96rem 0 1rem;
}

.page-property .prop-adv-dark .section-title {
	color: #fff;
}

.page-property .prop-adv-dark .prop-section-desc {
	color: rgba(255, 255, 255, 0.82);
}

.prop-adv-board {
	display: grid;
	grid-template-columns: 2.4rem 1fr;
	border: 1px solid rgba(255, 255, 255, 0.12);
	overflow: hidden;
}

.prop-adv-metrics {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 0.32rem 0.24rem;
	background: #fe0000;
	color: #fff;
}

.prop-adv-metrics > div + div {
	margin-top: 0.24rem;
	padding-top: 0.24rem;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.prop-adv-metrics b {
	display: block;
	font-size: 0.28rem;
	line-height: 0.38rem;
	font-weight: 500;
	font-synthesis: weight;
}

.prop-adv-metrics span {
	display: block;
	margin-top: 0.04rem;
	font-size: 0.14rem;
	line-height: 0.22rem;
	color: rgba(255, 255, 255, 0.92);
}

.prop-adv-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	background: #1a1e25;
}

.prop-adv-grid article {
	padding: 0.3rem 0.24rem;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
	min-height: 1.9rem;
}

.prop-adv-grid article:nth-child(3n) {
	border-right: none;
}

.prop-adv-grid article:nth-child(n + 4) {
	border-bottom: none;
}

.prop-adv-grid img {
	width: 0.4rem;
	height: 0.4rem;
	object-fit: contain;
	display: block;
	margin-bottom: 0.12rem;
}

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

.prop-adv-grid p {
	margin: 0.08rem 0 0;
	font-size: 0.2rem;
	line-height: 0.24rem;
	color: rgba(255, 255, 255, 0.78);
	font-weight: 300;
}

.prop-adv-grid__cta {
	background: rgba(254, 0, 0, 0.14);
}

.prop-adv-grid__cta .btn-red {
	margin-top: 0.14rem;
}

/* ---------- 场景卡 ---------- */
.prop-scenes {
	background: #f5f6f8;
}

.prop-scene-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.16rem;
}

.prop-scene-card {
	min-height: 2.4rem;
	padding: 0.28rem 0.24rem;
	border: 1px solid #e6e6e6;
	background: #fff;
	box-sizing: border-box;
}

.prop-scene-no {
	display: block;
	font-size: 0.2rem;
	line-height: 1;
	color: #fe0000;
	font-weight: 500;
	font-synthesis: weight;
}

.prop-scene-card h3 {
	margin: 0.12rem 0 0;
	font-size: 0.26rem;
	line-height: 0.32rem;
	font-weight: 300;
	font-synthesis: weight;
	color: #1a1a1a;
}

.prop-scene-card > p {
	margin: 0.1rem 0 0;
	font-size: 0.16rem;
	line-height: 0.3rem;
	color: #333;
	min-height: 0.8rem;
	font-weight: 300;
}

.prop-scene-tags {
	margin-top: 0.16rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.08rem;
}

.prop-scene-tags span {
	padding: 0.04rem 0.1rem;
	font-size: 0.13rem;
	line-height: 0.2rem;
	color: #fe0000;
	background: rgba(254, 0, 0, 0.06);
	border: 1px solid rgba(254, 0, 0, 0.15);
}

.prop-scene-card--cta {
	background: linear-gradient(160deg, #fff3f3 0%, #fff 70%);
	border-color: #f0d1d1;
}

.prop-scene-card--cta .btn-red {
	margin-top: 0.16rem;
}

/* ---------- 交付步骤 ---------- */
.prop-delivery {
	background: #fff;
}

.prop-steps {
	margin: 0.12rem 0 0 !important;
	padding: 0 !important;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.12rem;
}

.prop-steps li {
	padding: 0.24rem 0.18rem 0.22rem !important;
	margin: 0 !important;
	background: #f5f6f8;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	text-align: center;
}

.prop-steps li i {
	display: block;
	font-style: normal;
	font-size: 0.22rem;
	line-height: 1;
	color: #fe0000;
	font-weight: 500;
	font-synthesis: weight;
}

.prop-steps h3 {
	margin: 0.12rem 0 0;
	font-size: 0.26rem;
	line-height: 0.3rem;
	font-weight: 300;
	font-synthesis: weight;
	color: #1a1a1a;
}

.prop-steps p {
	margin: 0.08rem 0 0;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #444;
	font-weight: 300;
}

.page-property .cta-inner h2 {
	font-weight: 300;
	font-synthesis: weight;
	color: #222;
}

.page-property .cta-inner .btn-red {
	margin-left: auto;
	margin-right: auto;
}

/* ---------- 响应式 ---------- */
@media (max-width: 1024px) {
	.page-property .container-1200 {
		width: auto;
		padding: 0 0.32rem;
		box-sizing: border-box;
	}

	.prop-product-board {
		grid-template-columns: 1fr;
	}

	.prop-product-nav {
		flex-direction: row;
		flex-wrap: wrap;
		border-right: none;
		border-bottom: 1px solid #e6e6e6;
	}

	.prop-product-nav button {
		height: 0.48rem;
		border-left: none;
	}

	.prop-product-feats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.prop-cap-board {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.prop-cap-col:nth-child(3) {
		border-right: none;
	}

	.prop-cap-col:nth-child(n + 4) {
		border-top: 1px solid #e6e6e6;
	}

	.prop-cap-col:nth-child(5) {
		border-right: none;
	}

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

	.prop-adv-metrics {
		flex-direction: row;
		gap: 0.16rem;
	}

	.prop-adv-metrics > div + div {
		margin-top: 0;
		padding-top: 0;
		padding-left: 0.16rem;
		border-top: none;
		border-left: 1px solid rgba(255, 255, 255, 0.28);
	}

	.prop-adv-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.prop-adv-grid article:nth-child(3n) {
		border-right: 1px solid rgba(255, 255, 255, 0.1);
	}

	.prop-adv-grid article:nth-child(2n) {
		border-right: none;
	}

	.prop-scene-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.prop-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.prop-pain-item {
		grid-template-columns: 0.48rem 1fr;
	}

	.prop-pain-item__no {
		grid-row: 1 / 4;
	}

	.prop-pain-item__arrow {
		display: none;
	}

	.prop-pain-item__bad {
		border-bottom: 1px dashed #e6e6e6;
	}

	.prop-pain-item__good {
		border-left: none;
		border-top: 0.04rem solid #fe0000;
	}

	.prop-cap-board,
	.prop-scene-grid,
	.prop-adv-grid {
		grid-template-columns: 1fr;
	}

	.prop-cap-col {
		border-right: none;
		border-bottom: 1px solid #e6e6e6;
	}

	.prop-cap-col:last-child {
		border-bottom: none;
	}

	.prop-cap-col:nth-child(n + 4) {
		border-top: none;
	}

	.prop-adv-metrics {
		flex-direction: column;
	}

	.prop-adv-metrics > div + div {
		margin-top: 0.16rem;
		padding-top: 0.16rem;
		padding-left: 0;
		border-left: none;
		border-top: 1px solid rgba(255, 255, 255, 0.28);
	}

	.prop-adv-grid article {
		border-right: none !important;
	}
}

.page-property .cta-inner h2 {
	font-size: 0.36rem;
	font-weight: 300;
}

.page-property .cta-inner p {
	font-size: 0.24rem;
	font-weight: 300;
}
