/* 租赁与二手交易落地页：6-7 屏；无大图左右交替；避开全局 li padding 重置 */

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

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

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

.page-rental .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-rental .hero-section {
	overflow: visible;
}

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

.page-rental .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-rental .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-rental 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-rental a.btn-red .btn-jiantou {
	margin-left: 0.12rem;
}

.rent-hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.1rem;
	margin-top: 0;
	margin-bottom: 0;
}

.rent-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);
}

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

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

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

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

/* ---------- 痛点 ---------- */
.rent-pain {
	background: #f5f6f8;
}

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

.rent-pain-card {
	padding: 0.28rem 0.24rem;
	background: #fff;
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	min-height: 2.2rem;
}

.rent-pain-card--wide {
	grid-column: span 2;
}

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

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

.rent-pain-card p {
	margin: 0.1rem 0 0;
	font-size: 0.16rem;
	line-height: 0.3rem;
	font-weight: 300;
	font-synthesis: weight;
	color: #333;
}

/* ---------- 解决方案 ---------- */
.rent-solution {
	background: #f5f6f8;
}

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

.rent-solution-card {
	padding: 0.32rem 0.28rem;
	border-right: 1px solid #cfcfcf;
	background: #fff;
	box-sizing: border-box;
}

.rent-solution-card:last-child {
	border-right: none;
}

.rent-solution-card img {
	width: 0.48rem;
	height: 0.48rem;
	object-fit: contain;
	display: block;
}

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

.rent-solution-card p {
	margin: 0.1rem 0 0;
	font-size: 0.16rem;
	line-height: 0.3rem;
	color: #333;
	font-weight: 300;
}

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

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

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

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

.rent-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.1);
	box-sizing: border-box;
}

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

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

.rent-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);
}

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

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

/* ---------- 功能模块 ---------- */
.rent-modules {
	background: #fff;
}

.rent-module-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.12rem;
}

.rent-module-grid article {
	display: flex;
	align-items: center;
	gap: 0.12rem;
	padding: 0.2rem 0.18rem;
	border: 1px solid #cfcfcf;
	background: #fafafa;
	box-sizing: border-box;
	min-height: 0.88rem;
}

.rent-module-grid img {
	width: 0.36rem;
	height: 0.36rem;
	object-fit: contain;
	flex: 0 0 0.36rem;
	display: block;
}

.rent-module-grid h3 {
	margin: 0;
	font-size: 0.26rem;
	line-height: 0.26rem;
	font-weight: 300;
	font-synthesis: weight;
	color: #1a1a1a;
}

/* ---------- 首屏信任数据 ---------- */
.page-rental .rent-trust .stat-item strong {
	font-weight: 300;
	font-synthesis: weight;
}

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

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

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

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

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

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

/* ---------- 平板 ---------- */
@media (max-width: 1024px) {
	.page-rental .container-1200 {
		width: auto;
		padding: 0 0.32rem;
	}

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

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

	.rent-pain-card--wide {
		grid-column: span 2;
	}

	.rent-solution-grid {
		grid-template-columns: 1fr;
	}

	.rent-solution-card {
		border-right: none;
		border-bottom: 1px solid #cfcfcf;
	}

	.rent-solution-card:last-child {
		border-bottom: none;
	}

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

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

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

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

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

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

	.rent-section {
		padding: 0.64rem 0;
	}

	.rent-pain-grid,
	.rent-solution-grid,
	.rent-module-grid,
	.rent-adv-grid {
		grid-template-columns: 1fr;
	}

	.rent-pain-card--wide {
		grid-column: auto;
	}
}
