.page-cases-details {
	min-width: 19.2rem;
	background: #ffffff;
}

.cases-details-main {
	padding-top: 1.25rem;
}

.case-hero {
	width: 17.2rem;
	margin: 0 auto;
}

.case-title {
	margin: 0;
	font-size: 0.8rem;
	line-height: 0.7rem;
	font-weight: 400;
	color: #000000;
}

.case-subtitle {
	margin: 0.29rem 0 0;
	font-size: 0.26rem;
	line-height: 0.4rem;
	font-weight: 300;
	color: #222222;
}

.case-divider {
	margin-top: 0.43rem;
	height: 0.01rem;
	background: #e8e8e8;
}

.case-meta {
	margin-top: 0.42rem;
	display: flex;
	gap: 1.2rem;
}

.meta-item {
	display: flex;
	align-items: center;
	font-size: 0.18rem;
	line-height: 0.2rem;
}

.meta-item span {
	color: #666666;
}

.meta-item strong {
	margin-left: 0.4rem;
	font-weight: 400;
	color: #222222;
}

.desc-title {
	margin-top: 0.5rem;
	font-size: 0.18rem;
	line-height: 0.26rem;
	color: #666666;
}

.case-desc {
	margin: 0.19rem 0 0;
	width: 16.41rem;
	font-size: 0.18rem;
	line-height: 0.36rem;
	color: #222222;
}

.detail-gallery {
	width: 17.2rem;
	margin: 1rem auto 1.2rem;
	background: #f6f6f6;
	padding: 1.2rem 1.9rem;
}

/* 无图或未加载接口时避免露出空灰块 */
.detail-gallery:has(.gallery-inner:empty) {
	display: none;
}

.gallery-inner {
	width: 13.4rem;
	margin: 0 auto;
}

.gallery-card {
	width: 100%;
	border-radius: 0.08rem;
	background: #eceff4;
	box-shadow: inset 0 0 0 0.01rem rgba(34, 34, 34, 0.04);
	position: relative;
	overflow: hidden;
}

.gallery-card + .gallery-card {
	margin-top: 0.6rem;
}

.gallery-img-zoom {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 0.08rem;
	line-height: 0;
}

.gallery-img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
	border-radius: 0.08rem;
	transform-origin: center bottom;
	transition: transform 400ms ease;
}

.gallery-card:hover .gallery-img {
	transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {
	.gallery-img {
		transition: none;
	}

	.gallery-card:hover .gallery-img {
		transform: none;
	}
}

.other-cases {
	width: 17.2rem;
	margin: 0 auto 1.2rem;
}

.other-cases-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.other-cases-title {
	margin: 0;
	font-size: 0.42rem;
	line-height: 0.52rem;
	font-weight: 400;
	color: #111111;
}

.other-cases-more {
	font-size: 0.18rem;
	line-height: 0.26rem;
	color: #666666;
	text-decoration: none;
	transition: color 220ms ease;
}

.other-cases-more:hover {
	color: #fe0000;
}

.other-cases-grid {
	margin-top: 0.42rem;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	width: 100%;
	border: 0.01rem solid #ededed;
	box-sizing: border-box;
}

.other-case-card {
	display: block;
	min-width: 0;
	background: #ffffff;
	border: 0;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	transition: box-shadow 260ms ease;
}

.other-case-card:hover {
	box-shadow: 0 0.14rem 0.34rem rgba(0, 0, 0, 0.08);
}

.other-case-cover {
	position: relative;
	height: 5rem;
	background: #f1f3f7;
	overflow: hidden;
}

.other-case-bg {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center bottom;
	transform-origin: center bottom;
	transition: transform 360ms ease;
}

.other-case-card:hover .other-case-bg {
	transform: scale(1.04);
}

.other-case-logo {
	position: absolute;
	left: 0.26rem;
	bottom: 0.2rem;
	max-width: 2rem;
	max-height: 0.54rem;
	width: auto;
	height: auto;
}

.other-case-body {
	padding: 0.24rem 0.26rem 0.28rem;
}

.other-case-name {
	font-size: 0.24rem;
	line-height: 0.32rem;
	font-weight: 400;
	color: #151515;
}

.other-case-desc {
	margin-top: 0.12rem;
	font-size: 0.16rem;
	line-height: 0.27rem;
	font-weight: 300;
	color: #666666;
	min-height: 0.54rem;
}

/* 联系模块：与首页 index.css .scheme 一致（案例详情页独立作用域） */
.page-cases-details .scheme {
	width: 100%;
	height: 5rem;
	border-top: 0.01rem solid #e6e6e6;
	border-bottom: 0.01rem solid #e6e6e6;
	margin-top: 0;
}

.page-cases-details .scheme .scheme-title {
	font-weight: 300;
	font-size: 0.64rem;
	color: #000000;
	margin-top: 1.2rem;
}

.page-cases-details .scheme .scheme-desc {
	font-weight: 300;
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.3rem;
	margin-top: 0.25rem;
}

.page-cases-details .scheme .scheme-btns {
	display: flex;
	align-items: center;
	margin-top: 0.25rem;
}

.page-cases-details .scheme .scheme-btns .btn1 {
	width: 2.45rem;
	height: 0.5rem;
	background: #fe0000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	font-size: 0.17rem;
	color: #ffffff;
	cursor: pointer;
	transition: background-color 250ms ease, border-color 250ms ease, color 250ms ease;
}

.page-cases-details .scheme .scheme-btns .btn2 {
	width: 2.45rem;
	height: 0.5rem;
	border: 0.01rem solid #e6e6e6;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	font-size: 0.17rem;
	color: #000000;
	margin-left: 0.2rem;
	cursor: pointer;
	transition: background-color 250ms ease, border-color 250ms ease, color 250ms ease;
}

.page-cases-details .scheme .scheme-btns .btn1:hover {
	background: transparent;
	border: 0.01rem solid #e6e6e6;
	color: #000000;
}

.page-cases-details .scheme .scheme-btns .btn2:hover {
	background: #fe0000;
	border: 0.01rem solid transparent;
	color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
	.page-cases-details .scheme .scheme-btns .btn1,
	.page-cases-details .scheme .scheme-btns .btn2 {
		transition: none;
	}
}

.page-cases-details .scheme .scheme-btns .btn1 .scheme-arrow {
	width: 0.2rem;
	margin-left: 0.6rem;
}

.page-cases-details .scheme .scheme-btns .btn2 .scheme-arrow {
	width: 0.2rem;
	margin-left: 0.6rem;
}

.page-cases-details .scheme .scheme-btns .btn1:hover .scheme-arrow {
	content: url("https://junhe.oss-cn-beijing.aliyuncs.com/new_web/img/pc-index/hei-arrow.png");
}

.page-cases-details .scheme .scheme-btns .btn2:hover .scheme-arrow {
	content: url("https://junhe.oss-cn-beijing.aliyuncs.com/new_web/img/pc-index/btn-arrow.png");
}
