.filter-house-con {
	position: relative;
	margin: 10px auto;
	width: 1200px;
}

.filter-house-con .filter-house-box {
	position: relative;
	width: 1200px;
	min-height: 46px;
}

.filter-house-box .filter-cate {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13.6px;
	color: #333333;
	height: 28px;
	line-height: 28px;
}

.filter-house-box .filter-house-list {
	margin-left: 40px;
}

.filter-house-box .filter-house-item {
	float: left;
	margin: 0 15px 12px 0;
	height: 28px;
	line-height: 28px;
	padding: 0 12px;
	background-color: #F2F2F2;
	color: #666666;
	font-size: 13.6px;
	border-radius: 15px;
	cursor: pointer;
}

.filter-house-box .filter-house-item:hover {
	color: var(--brand-blue);
}

.filter-house-box .sel-filter {
	background-color: var(--brand-blue);
	color: #FFF !important;
}

.filter-house-box .filter-house-search {
	display: inline-block;
	margin: 0 15px 12px 10px;
	height: 28px;
	line-height: 28px;
	padding: 0 12px;
	color: #FFF;
	font-size: 13.6px;
	border-radius: 15px;
	cursor: pointer;
	background: var(--brand-blue);

}

.filter-house-box .filter-area-list {
	margin: 0px 0 20px 100px;
	background: #F2F2F2;
	border-radius: 5px;
	padding: 8px 5px;
}

.filter-house-box .filter-area-list span {
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
	color: #666666;
	font-size: 13.6px;
	cursor: pointer;
}

.filter-house-box .filter-area-list span:hover {
	color: var(--brand-blue);
}

.filter-house-box .filter-area-list span.sel-area {
	color: var(--brand-blue);
}

.sort-house-con {
	position: relative;
	margin: 10px auto;
	width: 1200px;
	border-bottom: 2px solid var(--brand-blue);
}

.sort-house-con .sort-house-box {
	float: left;
	height: 38px;
	line-height: 40px;
	padding: 0 15px;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
	margin-right: 20px;
	font-weight: bold;
	position: relative;
}

.sort-house-con .sort-house-box img {
	position: absolute;
	top: 13px;
	right: 10px;
	height: 15px;
}

.sort-house-con .sort-house-box:hover {
	color: var(--brand-blue);
}

	.sort-house-con .sel-sort {
		background-color: var(--brand-blue);
		color: #FFF !important;
	}

	.sort-house-con .sel-sort:hover {
		background-color: var(--brand-blue-deep);
	}

.total-house-box {
	margin: 15px auto 0px;
	font-size: 18px;
	width: 1200px;
	color: #333333;
}

.total-house-box span {
	color: var(--brand-blue);
	padding: 0 5px;
	font-weight: bold;
}

.sort-house-list {
	position: relative;
	margin: 3px auto 10px;
	width: 1200px;
}

.loading-box {
	height: 500px;
	text-align: center;
}

.loading-box img {
	width: 240px;
}

/* 2026-04 light glass refresh: realty list */
.filter-house-con {
	margin: 22px auto 0;
	padding: 16px 24px 12px;
	width: 1144px;
	border-radius: var(--radius-lg);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(246, 250, 255, 0.8) 100%);
	border: 1px solid rgba(130, 177, 255, 0.16);
	box-shadow: var(--glass-shadow);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

.filter-house-con .filter-house-box {
	width: 100%;
	padding: 10px 0 8px;
	border-bottom: 1px solid rgba(132, 171, 229, 0.14);
}

.filter-house-con .filter-house-box:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.filter-house-box .filter-cate {
	top: 10px;
	left: 0;
	width: 58px;
	height: auto;
	line-height: 22px;
	font-size: 13px;
	font-weight: bold;
	color: #254372;
}

.filter-house-box .filter-house-list {
	margin-left: 72px;
}

.filter-house-box .filter-house-item,
.filter-house-box .filter-house-search {
	height: 30px;
	line-height: 30px;
	padding: 0 14px;
	margin: 0 8px 8px 0;
	border-radius: var(--radius-pill);
	border: 1px solid rgba(125, 165, 225, 0.14);
	background: rgba(240, 246, 255, 0.9);
	color: #5d7091;
	font-size: 12px;
	font-weight: 600;
	transition: all 0.24s ease;
}

.filter-house-box .filter-house-item:hover,
.filter-house-box .filter-area-list span:hover {
	color: var(--brand-blue-deep);
	background: rgba(118, 183, 255, 0.12);
	border-color: rgba(118, 183, 255, 0.22);
}

.filter-house-box .sel-filter,
.filter-house-box .filter-house-search {
	background: linear-gradient(135deg, var(--brand-blue) 0%, #5f98ff 100%);
	color: #fff !important;
	border-color: rgba(42, 103, 246, 0.12);
	box-shadow: 0 8px 18px rgba(42, 103, 246, 0.18);
}

.filter-house-box .filter-house-item.cur-tab {
	background: linear-gradient(135deg, var(--brand-blue) 0%, #5f98ff 100%);
	color: #fff !important;
	border-color: rgba(42, 103, 246, 0.12);
	box-shadow: 0 8px 18px rgba(42, 103, 246, 0.18);
}

.filter-house-box .sel-filter:hover {
	background: linear-gradient(135deg, var(--brand-blue) 0%, #5f98ff 100%);
	color: #fff !important;
	border-color: rgba(42, 103, 246, 0.18);
}

.filter-house-box .filter-area-list {
	margin: 0 0 2px 72px;
	padding: 8px 10px;
	border-radius: var(--radius-md);
	background: rgba(238, 245, 255, 0.78);
	border: 1px solid rgba(130, 177, 255, 0.14);
}

.filter-house-box .filter-area-list span {
	line-height: 24px;
	padding: 0 10px;
	font-size: 12px;
	border-radius: var(--radius-pill);
	transition: all 0.24s ease;
}

.filter-house-box .filter-area-list span.sel-area {
	color: var(--brand-blue-deep);
	background: rgba(118, 183, 255, 0.16);
}

.sort-house-con {
	margin: 18px auto 0;
	padding: 12px;
	width: 1176px;
	border-bottom: 0;
	border-radius: var(--radius-lg);
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(130, 177, 255, 0.16);
	box-shadow: var(--shadow-soft);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}

.sort-house-con .sort-house-box {
	height: 42px;
	line-height: 42px;
	padding: 0 18px;
	margin: 0 10px 0 0;
	border-radius: var(--radius-pill);
	color: #42597d;
	font-size: 14px;
	font-weight: 700;
	transition: all 0.24s ease;
}

.sort-house-con .sort-house-box img {
	top: 14px;
	right: 12px;
}

.sort-house-con .sort-house-box:hover {
	background: rgba(118, 183, 255, 0.12);
	color: var(--brand-blue-deep);
}

	.sort-house-con .sel-sort {
		background-color: var(--brand-blue);
		color: #FFF !important;
	}

	.sort-house-con .sel-sort:hover {
		background-color: var(--brand-blue-deep);
	}
	box-shadow: 0 12px 26px rgba(42, 103, 246, 0.22);
}

.total-house-box {
	margin: 24px auto 4px;
	width: 1200px;
	font-size: 20px;
	color: #23385f;
	font-weight: 700;
}

.total-house-box span {
	color: var(--brand-blue);
}

.sort-house-list {
	margin: 12px auto 18px;
	width: 1200px;
}

.loading-box {
	margin: 22px auto 0;
	width: 1200px;
	height: 520px;
	border-radius: var(--radius-lg);
	background: rgba(255, 255, 255, 0.72);
	box-shadow: var(--shadow-soft);
}

.house-list-con .house-item-con {
	margin: 0 12px 18px 0;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(130, 177, 255, 0.14);
	box-shadow: 0 18px 36px rgba(27, 63, 122, 0.08);
	overflow: hidden;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.house-list-con .house-item-con:hover {
	transform: translateY(-4px);
	border-color: rgba(173, 202, 242, 0.9);
	box-shadow: 0 20px 42px rgba(29, 73, 143, 0.14);
}

.house-item-con:hover .house-img-box .house-cover-img {
	transform: scale(1.03);
}

.house-item-con .house-img-box {
	border-radius: 24px 24px 0 0;
	overflow: hidden;
}

.house-item-con .house-img-box .house-cover-img {
	transition: transform 0.4s ease;
	will-change: transform;
}

/* 房源图片缩放效果 */
.house-item-con .house-img-box {
	overflow: hidden;
	/* 必须溢出隐藏 */
}

.house-item-con .house-img-box img {
	transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	/* 极度平滑的过渡 */
}

.house-item-con:hover .house-img-box img {
	transform: scale(1.08);
	/* 悬浮时微放 */
}

.house-item-con .house-img-box .auction-status {
	z-index: 10;
	position: absolute;
	top: 14px;
	left: 14px;
	height: 34px;
	line-height: 34px;
	padding: 0 16px;
	min-width: 76px;
	text-align: center;
	border-radius: var(--radius-pill);
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	background: linear-gradient(135deg, #6ad17e 0%, #4eb56e 100%);
	box-shadow: 0 10px 24px rgba(78, 181, 110, 0.24);
}

.house-item-con .house-img-box .auction-status.auctioning {
	background: linear-gradient(135deg, #3d86ff 0%, #255fcb 100%);
	box-shadow: 0 10px 24px rgba(61, 134, 255, 0.22);
}

.house-item-con .house-img-box .auction-status.auction-pending {
	/* 即将拍卖 - 绿色 */
	background: linear-gradient(135deg, #4cbe8e 0%, #2e9b73 100%);
	box-shadow: 0 10px 24px rgba(76, 190, 142, 0.22);
}

.house-item-con .house-img-box .auction-status.auction-waiting {
	/* 待上拍 - 橙色 */
	background: linear-gradient(135deg, #F0A020 0%, #E89030 100%);
	box-shadow: 0 10px 24px rgba(240, 160, 32, 0.22);
}

.house-item-con .house-img-box .auction-status.auction-end {
	background: linear-gradient(135deg, #75839f 0%, #61708e 100%);
	box-shadow: none;
}

.house-item-con .house-info-box {
	padding: 14px 18px 6px;
}

.house-item-con .house-info-box .house-name,
.house-item-con .house-info-box .auction-price,
.house-item-con .house-info-box .market-price,
.house-item-con .house-info-box .house-intro {
	margin-left: 0;
	margin-right: 0;
}

.house-item-con .house-info-box .house-name {
	font-size: 20px;
	color: #18345f;
}

.house-item-con .house-info-box .auction-price {
	height: auto;
	line-height: 1.5;
	color: #65789c;
}

.house-item-con .house-info-box .auction-price span:first-child {
	padding-left: 12px;
	font-size: 28px;
	color: var(--brand-blue);
	margin-right: 5px;
}

.house-item-con .house-info-box .auction-price span:first-child.auctioning {
	color: var(--brand-blue) !important;
}

.house-item-con .house-info-box .auction-price span:first-child.auction-pending {
	/* 即将拍卖 - 绿色 */
	color: #31a478 !important;
}

.house-item-con .house-info-box .auction-price span:first-child.auction-waiting {
	/* 待上拍 - 橙色 */
	color: #F0A020 !important;
}

.house-item-con .house-info-box .auction-price .auction-end {
	color: #6d7b95 !important;
}

.house-item-con .house-info-box .auction-price span:last-child,
.house-item-con .house-info-box .market-price,
.house-item-con .house-info-box .market-price span {
	color: #5f7294;
}

.house-item-con .house-info-box .house-intro {
	margin-top: 14px;
}

.house-item-con .house-info-box .house-intro span {
	height: 30px;
	line-height: 30px;
	margin: 0 8px 8px 0;
	padding: 0 12px;
	border-radius: var(--radius-pill);
	background: rgba(237, 245, 255, 0.96);
	color: #456187;
	font-weight: 600;
}

.house-item-con .house-auc-time {
	height: auto;
	line-height: 1.6;
	padding: 14px 18px 18px;
	border-top: 1px solid rgba(130, 177, 255, 0.12);
	background: linear-gradient(180deg, rgba(240, 247, 255, 0.82) 0%, rgba(255, 255, 255, 0.96) 100%);
	font-size: 16px;
	color: #314968;
}

.house-item-con .house-auc-time span {
	color: var(--brand-blue);
}

.page-nums-con {
	margin: 32px auto 64px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: auto;
	/* 让它自适应内容居中 */
	background: transparent;
	border: none;
	box-shadow: none;
	backdrop-filter: none;
}

.page-nums-con .page-p,
.page-nums-con .page-normal,
.page-nums-con .page-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	min-width: 42px;
	padding: 0 16px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid rgba(130, 177, 255, 0.2);
	color: #486486;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	box-shadow: 0 2px 8px rgba(27, 63, 122, 0.04);
}

.page-nums-con .page-p:hover,
.page-nums-con .page-normal:hover,
.page-nums-con .page-btn:hover {
	background: rgba(42, 103, 246, 0.06);
	border-color: rgba(42, 103, 246, 0.3);
	color: var(--brand-blue);
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(42, 103, 246, 0.12);
}

.page-nums-con .sel-page {
	background: linear-gradient(135deg, var(--brand-blue) 0%, #5f98ff 100%) !important;
	color: #fff !important;
	border-color: transparent !important;
	box-shadow: 0 10px 24px rgba(42, 103, 246, 0.25) !important;
	transform: translateY(-2px);
}

.page-nums-con .page-i {
	margin: 0 15px;
	color: #5b6f90;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.page-nums-con .page-i input {
	width: 48px;
	height: 38px;
	margin: 0 8px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid rgba(130, 177, 255, 0.2);
	background: #fff;
	color: var(--brand-blue-deep);
	font-weight: bold;
	outline: none;
	transition: all 0.3s ease;
}

.page-nums-con .page-i input:focus {
	border-color: var(--brand-blue);
	box-shadow: 0 0 0 4px rgba(42, 103, 246, 0.1);
}

/* --- realty search bar listing refinement --- */
.logo-search-con.listing-search-shell,
.logo-search-con.detail-search-shell {
	margin: 14px auto 24px auto;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(240, 247, 255, 0.62) 100%);
	-webkit-backdrop-filter: blur(18px) saturate(150%);
	backdrop-filter: blur(18px) saturate(150%);
	box-shadow:
		0 18px 44px rgba(27, 63, 122, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		inset 0 -10px 24px rgba(118, 183, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.84);
	border-radius: 20px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	margin-left: auto;
	margin-right: auto;
}

.logo-search-con.listing-search-shell:hover,
.logo-search-con.detail-search-shell:hover {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(241, 248, 255, 0.7) 100%);
	-webkit-backdrop-filter: blur(20px) saturate(165%);
	backdrop-filter: blur(20px) saturate(165%);
	box-shadow:
		0 24px 62px rgba(27, 63, 122, 0.14),
		inset 0 1px 0 rgba(255, 255, 255, 0.96),
		inset 0 -12px 26px rgba(118, 183, 255, 0.1);
	transform: translateY(-2px);
}


/* --- all-house page extra glass polish --- */
.gray-bg {
	position: relative;
	padding-top: 18px;
	background:
		radial-gradient(circle at top left, rgba(127, 182, 255, 0.18) 0%, rgba(127, 182, 255, 0) 34%),
		linear-gradient(180deg, rgba(245, 250, 255, 0.88) 0%, rgba(255, 255, 255, 0.46) 100%);
	overflow: hidden;
}

.gray-bg::before {
	content: "";
	position: absolute;
	inset: 12px auto auto 50%;
	width: 1180px;
	height: calc(100% - 24px);
	transform: translateX(-50%);
	border-radius: 28px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	pointer-events: none;
}

.logo-search-con.listing-search-shell {
	position: relative;
	z-index: 1;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(240, 247, 255, 0.62) 100%);
	border: 1px solid rgba(255, 255, 255, 0.84);
	box-shadow:
		0 22px 54px rgba(27, 63, 122, 0.12),
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 -10px 24px rgba(118, 183, 255, 0.08) inset;
	-webkit-backdrop-filter: blur(18px) saturate(150%);
	backdrop-filter: blur(18px) saturate(150%);
}

.logo-search-con.listing-search-shell .logo-search-box {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	-webkit-backdrop-filter: none !important;
	backdrop-filter: none !important;
}

.logo-search-con.listing-search-shell .logo-search-box:focus-within {
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
}



.sort-house-list {
	margin: 16px auto 18px;
	padding: 20px 20px 6px;
	width: 1200px;
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(244, 249, 255, 0.66) 100%);
	border: 1px solid rgba(130, 177, 255, 0.16);
	box-shadow:
		0 22px 50px rgba(27, 63, 122, 0.08),
		0 1px 0 rgba(255, 255, 255, 0.82) inset;
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	overflow: hidden;
}

.sort-house-list .house-list-con {
	width: 1212px;
	margin-right: -12px;
}

.sort-house-list .house-list-con .house-item-con {
	box-sizing: border-box;
	width: 392px;
}

.sort-house-list .house-item-con .house-img-box {
	box-sizing: border-box;
	width: 100%;
}

.total-house-box {
	padding: 0 6px;
}

.loading-box {
	border: 1px solid rgba(130, 177, 255, 0.16);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}
