.cate-title {
	font-size: 23px;
	font-weight: bold;
}

.cate-remark {
	margin: 15px 0 5px;
	font-size: 14px;
	color: #888;
	height: 18px;
	line-height: 18px;
}

.cate-remark .more-box {
	float: right;
	height: 18px;
	line-height: 18px;
}

.cate-remark .more-box a {
	font-size: 14px;
	color: #888;
	vertical-align: middle;
}

.cate-remark .more-box img {
	height: 14px;
	vertical-align: middle;
}

.home-header-con {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 550px;
	background: url(../img/home/home-banner.jpeg) no-repeat center center;
	background-size: cover;
}

.home-header-box {
	position: relative;
	width: 100%;
	height: 100%;
}

/* 顶部导航栏 */
\.home-header-box .header-top-bar {
	max-width: 1320px;
	height: 76px;
	border-radius: 38px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.15) 100%);
	border: 1px solid rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
	display: flex;
	align-items: center;
	padding: 0 10px;
}

\.home-header-box .header-top-bar .top-bar-inner {
	width: 100%;
	max-width: 100%;
	padding: 0 16px;
	display: flex;
	align-items: center;
}

\.home-header-box .header-top-left {
	padding: 0;
	background: transparent;
	border: none;
	backdrop-filter: none;
	border-radius: 0;
	flex: 0 0 auto;
}

.home-header-box .header-top-bar .header-center-box {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	margin-left: 20px;
	margin-right: 0;
	gap: 0;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(8px);
	padding: 10px 20px;
	border-radius: 30px;
}

.home-header-box .header-top-bar .loc-box {
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	padding: 4px 12px;
	border-radius: 20px;
	border: 1px solid #1a5cb0;
	background: rgba(255, 255, 255, 0.9);
	transition: all 0.3s;
}

.home-header-box .header-top-bar .loc-box:hover {
	background: #1a5cb0;
	color: #FFF;
}

.home-header-box .header-top-bar .loc-box:hover img,
.home-header-box .header-top-bar .loc-box:hover span {
	filter: brightness(0) invert(1);
}

.home-header-box .header-top-bar .loc-box img {
	height: 14px;
}

.home-header-box .header-top-bar .loc-box span {
	font-size: 13px;
	color: #1a5cb0;
}

.home-header-box .header-top-bar .loc-box .loc-arrow {
	font-size: 10px;
	margin-left: 2px;
}

.home-header-box .header-top-bar .link-phone {
	font-size: 15px;
	color: #333;
	white-space: nowrap;
	line-height: 1;
	opacity: 0.92;
}

\.home-header-box .header-top-bar .logo {
	height: 48px;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
}

/* 地区选择弹窗 */
.district-dialog-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

.district-dialog-box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	border-radius: 12px;
	padding: 20px;
	z-index: 1000;
	min-width: 320px;
	max-width: 500px;
	max-height: 400px;
	display: flex;
	flex-direction: column;
}

.district-dialog-title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	color: #333;
}

.district-dialog-list {
	flex: 1;
	overflow-y: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-bottom: 15px;
}

.district-item {
	padding: 12px 8px;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #eee;
	cursor: pointer;
	font-size: 14px;
	color: #333;
	transition: all 0.2s;
}

.district-item:hover {
	border-color: #1a5cb0;
	color: #1a5cb0;
	background: #f0f7ff;
}

.district-item.sel-district {
	background: #1a5cb0;
	color: #FFF;
	border-color: #1a5cb0;
}

.district-dialog-close {
	padding: 10px;
	text-align: center;
	background: #1a5cb0;
	color: #FFF;
	border-radius: 8px;
	cursor: pointer;
	font-size: 14px;
}

.home-header-box .header-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	/* 改为靠上对齐以便上移 */
	height: calc(100% - 80px);
	/* 适应前面导航栏 80px 的高度 */
	padding: 15px 60px 0;
	/* 极大幅度上移，距离顶部仅留 15px */
	max-width: 1400px;
	margin: 0 auto;
}

.home-header-box .header-left {
	flex: 1;
}

.home-header-box .header-brand {
	display: inline-block;
	font-size: 40px;
	font-weight: 900;
	color: transparent;
	background: linear-gradient(180deg, #10418c 0%, #2063be 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 0 10px 0;
	letter-spacing: 6px;
	font-family: "PingFang SC", "Helvetica Neue", "Microsoft YaHei", sans-serif;
	transform: skewX(-12deg);
	transform-origin: bottom left;
}

.home-header-box .header-slogan-big {
	display: inline-block;
	font-size: 72px;
	font-weight: 900;
	color: transparent;
	background: linear-gradient(180deg, #124b9e 0%, #3a8df2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 0 35px 0;
	letter-spacing: 8px;
	font-family: "PingFang SC", "Helvetica Neue", "Microsoft YaHei", sans-serif;
	transform: skewX(-12deg);
	transform-origin: bottom left;
}

.home-header-box .header-tab-box {
	height: 60px;
	line-height: 60px;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	margin-left: 48px;
}

.home-header-box .header-tab-box a {
	display: inline-block;
	width: 75px;
	color: #444;
	font-size: 14px;
	text-align: center;
}

/* .home-header-box .header-tab-box a:hover{
	color: var(--brand-blue);
} */
.home-header-box .header-tab-box .cur-tab {
	font-weight: bold;
	font-size: 15px;
	color: #1a5cb0;
	background: #fff;
	border-radius: 20px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.home-header-box .header-tab-box .k-tab {
	width: 105px;
}

.home-header-box .header-tab-box .user-box,
.home-header-box .header-tab-box .person-box {
	color: #555;
	height: 60px;
	line-height: 58px;
	margin-left: 20px;
	/* width: 100px; */
	/* text-align: right; */
	display: inline-block;
	position: relative;
	background: rgba(255, 255, 255, 0.4);
	padding: 0 15px;
	border-radius: 30px;
}

.home-header-box .header-tab-box .user-box img {
	vertical-align: middle;
	height: 16px;
}

.home-header-box .header-tab-box .person-box img {
	vertical-align: middle;
	height: 16px;
	width: 16px;
	border-radius: 50%;
}

.home-header-box .header-tab-box .user-box a {
	width: 30px;
	vertical-align: middle;
}

.home-header-box .header-tab-box .user-box span {
	vertical-align: middle;
	font-size: 14px;
	cursor: pointer;
}

.home-header-box .header-tab-box .person-box span {
	vertical-align: middle;
	font-size: 12px;
	cursor: pointer;
}

.home-header-box .header-tab-box .person-box .per-box {
	position: absolute;
	z-index: 66;
	top: 48px;
	left: 0;
	right: 0;
	background: #FFF;
	padding: 5px 0;
	border-radius: 3px;
	display: none;
}

.home-header-box .header-tab-box .person-box .per-box p {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	color: #444;
	cursor: pointer;
}

.home-header-box .header-tab-box .person-box .per-box p a {
	color: #444;
}

.home-header-box .header-tab-box .person-box .user-name {
	padding-right: 10px;
	font-size: 13.5px;
	display: inline-block;
	min-width: 40px;
}

.home-header-box .header-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 80px 40px 60px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.15) 100%);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 30px 0 0 30px;
	box-shadow: -8px 8px 30px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-right: none;
	margin-right: 50px;
}

.home-header-box .header-right .header-right-title {
	font-size: 46px;
	font-weight: 900;
	color: #fff;
	text-shadow:
		-1px -1px 0 #14498f,
		1px -1px 0 #14498f,
		-1px 1px 0 #14498f,
		1px 1px 0 #14498f,
		0px 4px 8px rgba(26, 92, 176, 0.6);
	margin: 0 0 16px 0;
	letter-spacing: 2px;
}

.home-header-box .header-right .header-right-subtitle {
	font-size: 32px;
	font-weight: bold;
	color: #1a5cb0;
	margin: 0;
	letter-spacing: 2px;
}

.home-header-box .header-search-box {
	position: relative;
	margin: 0;
	height: 54px;
	width: 520px;
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.house-nums-box .house-qu-box {
	padding: 28px 0 20px 0;
}

.home-header-box .header-search-box:focus-within {
	transform: translateY(-2px);
	box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

.home-header-box .header-search-box input {
	flex: 1;
	height: 54px;
	line-height: 54px;
	padding: 0 20px;
	color: #333;
	font-size: 16px;
	border: 0;
	background: transparent;
	outline: none;
}

.home-header-box .header-search-box .search-btn {
	height: 46px;
	line-height: 46px;
	width: 90px;
	background: linear-gradient(135deg, #1a5cb0 0%, #104080 100%);
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
	margin-right: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.home-header-box .header-search-box .search-btn:hover {
	filter: brightness(1.1);
	box-shadow: 0 4px 12px rgba(26, 92, 176, 0.3);
}

.home-header-box .header-search-box .search-btn img {
	width: 22px;
	filter: brightness(0) invert(1);
}

.house-nums-box {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.house-nums-box .house-qu-box {
	padding: 40px 0 15px;
	width: 780px;
}

.house-nums-box .house-qu-box .b-cate-con {
	margin: 20px 0 20px 0;
	width: 780px;
	/* 移除这里的 flex，让子容器 b-cate-inner 处理布局 */
}

.house-nums-box .house-qu-box .b-cate-con .b-cate-inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.house-nums-box .all-qu-con .all-qu-inner {
	display: grid;
	grid-template-rows: repeat(2, 130px);
	grid-auto-flow: column;
	width: max-content;
	min-width: 100%;
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.house-nums-box .b-cate-con .b-cate-box {
	width: 185px;
	height: 120px;
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	border: 1px solid rgba(215, 226, 242, 0.88);
	box-shadow: var(--shadow-card);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px;
	box-sizing: border-box;
	flex-shrink: 0;
	text-decoration: none;
}



/* 移除原有的 img 标签样式，背景已改为 background-image */

.b-cate-con .b-cate-box::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0.20) 100%);
	z-index: 1;
	pointer-events: none;
}

/* 液体边缘反光 */
/* 移除液态边缘效果 */

.house-nums-box .b-cate-con .b-cate-box:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-card-hover);
}

.house-nums-box .b-cate-con .b-cate-box .nums {
	position: relative;
	text-align: right;
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	z-index: 2;
	line-height: 1;
}

.house-nums-box .b-cate-con .b-cate-box .nums a {
	color: inherit;
	text-decoration: none;
}

.house-nums-box .b-cate-con .b-cate-box .qu {
	position: relative;
	text-align: left;
	color: var(--text-strong);
	font-size: 15px;
	font-weight: 600;
	z-index: 2;
}

.house-nums-box .all-qu-con {
	margin-top: 10px;
	width: 780px;
	background-color: #FFF;
	border-radius: 8px;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
	min-height: 260px;
	padding: 10px 0;
	overflow: hidden;
}

.house-nums-box .all-qu-con .all-qu-box {
	width: 195px;
	height: 130px;
	text-decoration: none;
}

.house-nums-box .all-qu-con .all-qu-box .nums {
	margin-top: 20px;
	font-size: 24px;
	color: #444;
	text-align: center;
}

.house-nums-box .all-qu-con .all-qu-box .nums a {
	color: #444;
}

.house-nums-box .all-qu-con .all-qu-box .qu {
	margin-top: 10px;
	font-size: 13px;
	color: #777;
	text-align: center;
}

.house-nums-box .house-data-box {
	position: absolute;
	top: 40px;
	right: 0;
	bottom: 0;
	width: 400px;
}

.house-nums-box .first-p {
	margin-top: 27px;
}

.house-nums-box .house-data-p {
	height: 74px;
	line-height: 74px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
	margin-bottom: 17px;
}

.house-nums-box .house-data-p span:first-child {
	margin-left: 90px;
	font-size: 15px;
	color: #444;
}

.house-nums-box .house-data-p span:last-child {
	float: right;
	margin-right: 20px;
	font-size: 23px;
	color: #FFF;
}

.latest-auction-con {
	margin: 0 auto;
	width: 1200px;
	position: relative;
	padding: 40px 0 15px;
}

.auction-flow-con {
	margin: 0 auto;
	width: 1240px;
	position: relative;
	padding: 36px 0 16px;
}

.auction-flow-grid {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 18px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(255, 255, 255, 0.80);
	box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.auction-step-card {
	flex: 1;
	max-width: 118px;
	text-align: center;
	padding: 16px 8px 12px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	transition: all 0.25s ease;
}

.auction-step-card:hover {
	background: rgba(255, 255, 255, 0.85);
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(27, 63, 122, 0.12);
}

.auction-step-card .step-icon {
	margin-bottom: 8px;
	color: var(--brand-blue);
	opacity: 0.85;
}

.auction-step-card .step-icon svg {
	display: block;
	margin: 0 auto;
}

.auction-step-card:hover .step-icon {
	opacity: 1;
	transform: scale(1.05);
	transition: all 0.25s ease;
}

.auction-step-card .step-num {
	width: 28px;
	height: 28px;
	line-height: 28px;
	margin: 8px auto 6px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--brand-blue) 0%, #69a9ff 100%);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
}

.auction-step-card .step-text {
	font-size: 13px;
	font-weight: 600;
	color: var(--text-strong);
	line-height: 1.4;
}

.flow-arrow {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19M19 12L12 5M19 12L12 19' stroke='%232a67f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size: contain;
	opacity: 0.6;
}

.jianlou-con {
	margin: 0 auto;
	width: 1240px;
	position: relative;
	padding: 40px 0 15px;
	display: flex;
	align-items: flex-start;
	gap: 48px;
}

.jianlou-con .jianlou-box {
	float: none;
	width: calc((100% - 48px) / 2);
	min-height: 420px;
	margin-bottom: 0;
}

.jianlou-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.jianlou-box .jianlou-item-con {
	width: 100%;
	margin: 12px 0 0;
	border-radius: 22px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid rgba(222, 233, 248, 0.9);
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.jianlou-box .jianlou-item-con:hover {
	transform: translateY(-3px);
	border-color: rgba(173, 202, 242, 0.9);
	box-shadow: 0 16px 34px rgba(34, 79, 151, 0.12);
}

.jianlou-box .jianlou-item-con .jianlou-img-box {
	position: relative;
	height: 218px;
	width: 100%;
	overflow: hidden;
	border-radius: 22px 22px 0 0;
}

.jianlou-item-con .jianlou-img-box .auction-status {
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 60;
	height: 32px;
	line-height: 32px;
	min-width: 84px;
	padding: 0 14px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #fff;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	box-shadow: 0 10px 20px rgba(17, 46, 92, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	background: linear-gradient(135deg, #4cbe8e 0%, #2e9b73 100%);
}

.jianlou-item-con .jianlou-img-box .auction-status.auctioning {
	background: linear-gradient(135deg, #3d86ff 0%, #255fcb 100%);
}

.jianlou-item-con .jianlou-img-box .auction-status.auction-pending {
	/* 即将拍卖 - 绿色 */
	background: linear-gradient(135deg, #4cbe8e 0%, #2e9b73 100%);
}

.jianlou-item-con .jianlou-img-box .auction-status.auction-waiting {
	/* 待上拍 - 橙色 */
	background: linear-gradient(135deg, #F0A020 0%, #E89030 100%);
}

.jianlou-item-con .jianlou-img-box .auction-status.auction-end {
	background: linear-gradient(135deg, #8393a7 0%, #5e6e84 100%);
}

.jianlou-item-con .jianlou-img-box .jianlou-cover-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1.3s;
	-webkit-transition: all 1.3s;
}

.jianlou-item-con .jianlou-img-box .jianlou-cover-img.img-end {
	opacity: 0.6;
}

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

.jianlou-item-con .jianlou-img-box .jianlou-time {
	position: absolute;
	padding: 8px 12px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: #EEE;
	line-height: 16px;
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(10, 26, 52, 0.16) 0%, rgba(10, 26, 52, 0.62) 100%);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.jianlou-item-con .jianlou-info-box .jianlou-name {
	margin: 14px 14px 10px;
	font-size: 17px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #183861;
	font-weight: 600;
	letter-spacing: 0.01em;
	transition: color .22s ease, text-shadow .22s ease;
}

.jianlou-box .jianlou-item-con:hover .jianlou-info-box .jianlou-name,
.jianlou-item-con:hover .jianlou-info-box .jianlou-name {
	color: var(--brand-blue);
	text-shadow: 0 4px 12px rgba(42, 103, 246, 0.12);
}

.jianlou-item-con .jianlou-info-box .auction-price {
	margin: 0 14px 8px;
	min-height: 40px;
	line-height: 40px;
	color: #6c7e95;
	font-size: 12px;
	font-weight: 600;
}

.jianlou-item-con .jianlou-info-box .auction-price span:first-child {
	padding-left: 8px;
	color: var(--brand-blue);
	font-size: 28px;
	font-weight: 900;
	letter-spacing: -0.03em;
	text-shadow: 0 3px 10px rgba(42, 103, 246, 0.08);
}

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

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

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

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

.jianlou-item-con .jianlou-info-box .auction-price span:last-child {
	float: right;
	color: #7a8aa1;
	font-size: 12px;
	font-weight: 500;
}

.jianlou-item-con .jianlou-info-box .market-price {
	margin: 0 14px 10px;
	color: #73859b;
	font-size: 12px;
	font-weight: 500;
}

.jianlou-item-con .jianlou-info-box .market-price span {
	padding-left: 8px;
	color: #2a486f;
	font-weight: 600;
}

.jianlou-item-con .jianlou-info-box .jianlou-intro {
	margin: 0 14px 14px;
	color: #6c7e95;
	font-size: 12px;
}

.jianlou-item-con .jianlou-info-box .jianlou-intro span {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	background: linear-gradient(180deg, rgba(240, 246, 255, 0.96) 0%, rgba(231, 239, 250, 0.92) 100%);
	padding: 0 10px;
	border-radius: 999px;
	margin-right: 6px;
	margin-bottom: 6px;
	border: 1px solid rgba(216, 228, 245, 0.9);
}

.jianlou-item-con .jianlou-auc-time {
	min-height: 44px;
	line-height: 44px;
	padding: 0 14px;
	background: linear-gradient(180deg, rgba(240, 246, 255, 0.88) 0%, rgba(233, 241, 252, 0.92) 100%);
	font-weight: 600;
	font-size: 13px;
	color: #60738c;
	letter-spacing: 0.01em;
}

.jianlou-item-con .jianlou-auc-time span {
	color: #205ecf;
}

.loan-con {
	margin-top: 20px;
	height: 130px;
	width: 100%;
	background: url(../img/home/loan-bg.png) no-repeat center center;
}

.loan-con .loan-box {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	color: #FFF;
}

.loan-con .loan-box .loan-t {
	padding-top: 24px;
	font-size: 25px;
}

.loan-con .loan-box .loan-d {
	margin-top: 12px;
	font-size: 13px;
	line-height: 18px;
}

.loan-con .loan-box .link-load-box {
	position: absolute;
	right: 0;
	top: 45px;
	height: 40px;
	line-height: 40px;
	width: 130px;
	border-radius: 5px;
	background-color: var(--brand-blue);
	text-align: center;
	color: #FFF;
}

.loan-con .loan-box .link-load-box img {
	height: 20px;
	vertical-align: middle;
}

.loan-con .loan-box .link-load-box span {
	font-size: 13.3px;
	vertical-align: middle;
}

.youshi-con {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	padding: 40px 0 15px;
}

.youshi-con .youshi-box {
	width: 1220px;
	margin: 50px 0 20px;
}

.youshi-con .youshi-box .youshi-item-box {
	float: left;
	width: 291px;
	margin-right: 12px;
	height: 160px;
	background-color: #FFF;
	text-align: center;
	border-radius: 5px;
}

.youshi-box .youshi-item-box img {
	width: 52px;
	margin-top: -52px;
}

.youshi-box .youshi-item-box .youshi-t {
	font-size: 21px;
	color: #2d2d2d;
	margin-top: 12px;
}

.youshi-box .youshi-item-box .youshi-d {
	font-size: 13px;
	color: #7d7d7d;
	margin: 10px 15px;
	line-height: 20px;
	text-align: left;
}

.about-tb-con {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	padding: 40px 0 15px;
}

.about-tb-con .about-tb-box {
	margin-top: 20px;
	position: relative;
	height: 260px;
}

.about-tb-con .about-tb-box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 367px;
	height: 260px;
}

.about-tb-con .about-tb-box .about-tb-text {
	padding: 15px 30px 0 400px;
	font-size: 13.6px;
	color: #444;
	line-height: 22px;
	text-indent: 2em;
}

.about-tb-con .about-tb-box .first-text {
	padding-top: 30px;
}

.news-con {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	padding: 40px 0 15px;
}

.news-con .news-box {
	margin: 20px 0;
	position: relative;
	height: 300px;
}

.news-con .news-swiper-box {
	height: 300px;
	width: 458px;
	position: absolute;
	z-index: 6;
	left: 0;
	top: 0;
	overflow: hidden;
}

.news-con .news-swiper-box .swiper-img-box {
	position: absolute;
	z-index: 8;
	left: 0;
	/* width: 1200px; */
	top: 0;
	height: 520px;
	/* display: flex; */
}

.news-con .news-swiper-box .swiper-img-box li {
	height: 300px;
	width: 458px;
	background-color: hotpink;
	list-style: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.news-con .news-swiper-box .swiper-img-box li p {
	position: absolute;
	z-index: 12;
	bottom: 0;
	left: 0;
	width: 458px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 13.5px;
	padding: 10px;
	box-sizing: border-box;
	line-height: 20px;
	color: #EEE;
}

.news-con .news-swiper-box .swiper-dot-box {
	position: absolute;
	z-index: 10;
	bottom: 65px;
	left: 0;
	right: 0;
	text-align: center;
}

.news-con .news-swiper-box .swiper-dot-box span {
	display: inline-block;
	margin: 0 6px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
}

.news-con .news-swiper-box .swiper-dot-box span.cur-sel {
	background-color: var(--brand-blue);
}

.news-con .news-box .news-list-box {
	padding-left: 500px;
	height: 303px;
	overflow: hidden;
}

.news-con .news-box .news-item-box {
	height: 98px;
	position: relative;
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;
}

.news-con .news-box .news-item-box .news-dot {
	position: absolute;
	left: 0;
	top: 8px;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background-color: #D8D8D8;
}

.news-con .news-box .news-item-box .news-t {
	font-size: 16px;
	color: #2d2d2d;
	margin: 0 100px 0 30px;
	cursor: pointer;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-con .news-box .news-item-box .news-t:hover {
	color: var(--brand-blue);
}

.news-con .news-box .news-item-box .news-b {
	font-size: 13px;
	color: #888;
	margin: 18px 100px 0 30px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}

.news-con .news-box .news-item-box .news-time {
	position: absolute;
	right: 30px;
	top: 0;
	color: #BBB;
	line-height: 17px;
	font-size: 14px;
	width: 72px;
	white-space: nowrap;
}

.news-con .news-box .news-item-box img {
	position: absolute;
	right: 5px;
	bottom: 20px;
	height: 12px;
	filter: invert(29%) sepia(89%) saturate(353%) hue-rotate(178deg) brightness(92%) contrast(92%);
}

/* === 2026-04 light glass homepage refresh === */
.cate-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.02em;
	color: var(--text-strong);
}

.cate-remark {
	margin: 16px 0 8px;
	font-size: 14px;
	color: var(--text-muted);
}

.cate-remark .more-box a {
	color: var(--text-muted);
}

.cate-remark .more-box a:hover {
	color: var(--brand-blue);
}

.home-header-con {
	overflow: hidden;
	height: 580px;
	background-position: center center;
}

.home-header-con::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 40%, rgba(255, 255, 255, 0.55), transparent 42%),
		linear-gradient(115deg, rgba(255, 255, 255, 0.45) 5%, rgba(255, 255, 255, 0.08) 38%, rgba(217, 231, 255, 0.04) 100%);
	pointer-events: none;
}

.home-header-con::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 100px;
	background: linear-gradient(180deg, rgba(239, 244, 251, 0) 0%, rgba(239, 244, 251, 0.80) 100%);
	pointer-events: none;
}

.home-header-box {
	position: relative;
	z-index: 9999;
}

.home-header-box .header-top-bar {
	height: 68px;
	padding: 0 22px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.18) 100%);
	border: 1px solid rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	box-shadow: 0 14px 32px rgba(28, 69, 133, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.home-header-box .header-top-bar .top-bar-inner {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	max-width: 100%;
	padding: 0;
	gap: 18px;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.home-header-box .header-top-left {
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: none;
	backdrop-filter: none;
	flex: 0 0 auto;
}

.home-header-box .header-top-bar .logo {
	height: 48px;
	display: block;
	width: auto;
	flex: 0 0 auto;
}

.home-header-box .header-top-bar .header-center-box {
	margin-left: 0;
	margin-right: 0;
	height: 52px;
	padding: 0 14px 0 4px;
	border-radius: 0;
	background: transparent;
	border: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	box-shadow: none;
	flex: 0 0 auto;
	white-space: nowrap;
}

.home-header-box .header-top-bar .link-phone {
	display: inline-flex;
	align-items: center;
	height: auto;
	padding: 0 18px 0 0;
	border-radius: 0;
	color: #2d4f79;
	background: transparent;
	border: none;
	box-shadow: none;
	backdrop-filter: none;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	white-space: nowrap;
	position: relative;
}

.home-header-box .header-top-bar .link-phone .tel-icon {
	margin-right: 8px;
	vertical-align: middle;
}

.home-header-box .header-top-bar .link-phone::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 22px;
	transform: translateY(-50%);
	background: linear-gradient(180deg, rgba(140, 170, 210, 0) 0%, rgba(140, 170, 210, 0.8) 50%, rgba(140, 170, 210, 0) 100%);
}

.home-header-box .header-tab-box {
	height: 52px;
	line-height: 52px;
	margin-left: auto;
	gap: 2px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	box-shadow: none;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	min-width: auto;
	flex-wrap: nowrap;
	white-space: nowrap;
	justify-content: flex-end;
}

.home-header-box .header-tab-box a,
.home-header-box .header-tab-box .user-box,
.home-header-box .header-tab-box .person-box {
	color: var(--text-strong);
}

.home-header-box .header-tab-box a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0 13px;
	border-radius: 999px;
	font-size: 13px;
	transition: color .22s ease, background-color .22s ease, box-shadow .22s ease;
	flex: 0 0 auto;
}

.home-header-box .header-tab-box a:hover {
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 8px 18px rgba(31, 67, 135, 0.08);
}

.home-header-box .header-tab-box .cur-tab {
	font-size: 14px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 10px 22px rgba(31, 67, 135, 0.12);
}

.home-header-box .header-tab-box .user-box,
.home-header-box .header-tab-box .person-box {
	height: 40px;
	line-height: 40px;
	margin-left: 6px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.34);
	border: 1px solid rgba(255, 255, 255, 0.36);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.46);
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: background-color .22s ease, box-shadow .22s ease, border-color .22s ease;
	flex: 0 0 auto;
}

.home-header-box .header-tab-box .user-box:hover,
.home-header-box .header-tab-box .person-box:hover {
	background: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.48);
	box-shadow: 0 8px 18px rgba(31, 67, 135, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.home-header-box .header-tab-box .user-box img,
.home-header-box .header-tab-box .person-box img {
	width: 18px;
	height: 18px;
	margin: 0;
	opacity: 0.8;
}

.home-header-box .header-tab-box .person-box .per-box {
	top: 52px;
	border-radius: 16px;
	border: 1px solid rgba(221, 231, 243, 0.92);
	box-shadow: var(--glass-shadow);
}

.home-header-box .header-content {
	align-items: center;
	height: calc(100% - 68px);
	padding: 32px 60px 0;
	max-width: 1320px;
}

.home-header-box .header-left {
	max-width: 620px;
	margin-top: -100px;
	padding: 0;
}

.home-header-box .header-brand {
	font-size: 25px;
	font-weight: 700;
	color: #153a6b;
	letter-spacing: 0.12em;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 12px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.32);
	transform: none;
}

.home-header-box .header-brand::before {
	content: '';
	display: inline-block;
	/* width: 28px; */
	height: 3px;
	/* background: linear-gradient(90deg, rgba(37, 92, 181, 0.95) 0%, rgba(112, 178, 255, 0.8) 100%); */
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(63, 118, 255, 0.18);
	flex-shrink: 0;
}

.home-header-box .header-slogan-wrap {
	display: inline-block;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 16px;
	margin-bottom: 28px;
}

.home-header-box .header-slogan-big {
	font-size: 66px;
	line-height: 1.12;
	font-weight: 900;
	/* Restore gradient text clipping */
	color: transparent;
	background: linear-gradient(180deg, #124b9e 0%, #3a8df2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* Keep all the new improvements */
	margin-bottom: 0;
	letter-spacing: 2px;
	text-shadow: 0 2px 12px rgba(15, 53, 102, 0.18);
	transform: none;
}

.home-header-box .header-right {
	margin-top: -30px;
	padding: 22px 28px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.32);
	box-shadow: var(--glass-shadow);
	backdrop-filter: blur(18px);
}

.home-header-box .header-right .header-right-text {
	font-size: 40px;
	line-height: 1.35;
	color: var(--brand-blue-deep);
	margin-bottom: 8px;
}

.home-header-box .header-search-box {
	display: flex;
	align-items: center;
	width: 610px;
	height: 76px;
	padding: 10px 12px 10px 24px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.52);
	border: 1px solid rgba(255, 255, 255, 0.62);
	box-shadow: var(--glass-shadow);
	backdrop-filter: blur(22px);
	overflow: visible;
}

.home-header-box .header-search-box input {
	flex: 1 1 auto;
	width: auto;
	height: 54px;
	line-height: 54px;
	margin-left: 0;
	font-size: 16px;
	color: var(--text-strong);
	background: transparent;
}

.home-header-box .header-search-box input::placeholder {
	color: var(--text-muted);
}

.home-header-box .header-search-box .search-btn {
	position: static;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 54px;
	border-radius: 22px;
	background: linear-gradient(135deg, var(--brand-blue) 0%, #69a9ff 100%);
	box-shadow: 0 14px 28px rgba(42, 103, 246, 0.28);
}

.home-header-box .header-search-box .search-btn img {
	width: 26px;
	margin-top: 0;
}

.house-nums-box {
	width: 1240px;
	padding: 8px 0 0;
}

.house-nums-box .house-qu-box {
	padding: 28px 0 20px 0;
}

.house-nums-box .all-qu-con,
.house-nums-box .house-data-p,
.house-item-con,
.youshi-con .youshi-box .youshi-item-box,
.about-tb-con .about-tb-box,
.news-con .news-box,
.loan-con .loan-box {
	border: 1px solid rgba(215, 226, 242, 0.88);
	box-shadow: var(--shadow-card);
}

.house-nums-box .all-qu-con {
	background: rgba(255, 255, 255, 0.82);
	border-radius: 24px;
	backdrop-filter: blur(12px);
	padding: 14px 0 14px 0;
}

.house-nums-box .all-qu-con .all-qu-box .nums,
.house-nums-box .all-qu-con .all-qu-box .nums a {
	color: var(--text-strong);
}

.house-nums-box .all-qu-con .all-qu-box .qu {
	color: var(--text-muted);
}

.house-nums-box .house-data-box {
	top: 28px;
	width: 390px;
}

.house-nums-box .first-p {
	margin-top: 38px;
}

.house-nums-box .house-data-p {
	position: relative;
	height: 88px;
	line-height: 88px;
	margin-bottom: 18px;
	border-radius: 24px;
	overflow: hidden;
}

.house-nums-box .house-data-p::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0.20) 100%);
}

.house-nums-box .house-data-p span {
	position: relative;
	z-index: 1;
}

.house-nums-box .house-data-p span:first-child {
	margin-left: 34px;
	font-size: 15px;
	color: var(--text-strong);
	font-weight: 600;
}

.house-nums-box .house-data-p span:last-child {
	margin-right: 28px;
	font-size: 28px;
	font-weight: 700;
	color: #ffffff;
}

.latest-auction-con,
.auction-flow-con,
.youshi-con,
.about-tb-con,
.news-con {
	width: 1240px;
	padding: 36px 0 16px;
}

.house-item-con {
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	backdrop-filter: blur(16px);
	transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.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 .house-name {
	font-size: 19px;
	color: var(--text-strong);
}

.house-item-con .auction-price,
.house-item-con .market-price,
.house-item-con .house-intro {
	color: var(--text-normal);
}

.house-item-con .house-img-box {
	position: relative;
	height: 218px;
	width: 100%;
	overflow: hidden;
	border-radius: 22px 22px 0 0;
}

.house-item-con .house-img-box .auction-status {
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 60;
	height: 32px;
	line-height: 32px;
	min-width: 84px;
	padding: 0 14px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #fff;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	box-shadow: 0 10px 20px rgba(17, 46, 92, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	background: linear-gradient(135deg, #4cbe8e 0%, #2e9b73 100%);
}

.house-item-con .house-img-box .auction-status.auctioning {
	background: linear-gradient(135deg, #3d86ff 0%, #255fcb 100%);
}

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

.house-item-con .house-img-box .auction-status.auction-waiting {
	/* 待上拍 - 橙色 */
	background: linear-gradient(135deg, #F0A020 0%, #E89030 100%);
}

.house-item-con .house-img-box .auction-status.auction-end {
	background: linear-gradient(135deg, #8393a7 0%, #5e6e84 100%);
}

.house-item-con .auction-price span:first-child {
	color: var(--brand-blue);
	text-shadow: 0 2px 10px rgba(42, 103, 246, 0.08);
}

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

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

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

.house-item-con .auction-price span:first-child.auction-end {
	color: #6C6B6B !important;
}

.house-item-con .house-auc-time {
	background: linear-gradient(180deg, rgba(238, 244, 252, 0.92) 0%, rgba(232, 240, 250, 0.92) 100%);
	color: var(--text-normal);
}

.loan-con {
	margin-top: 36px;
	padding: 26px 0;
	height: auto;
	background: transparent;
}

.loan-con .loan-box {
	width: 1240px;
	padding: 28px 34px;
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(16, 54, 110, 0.96) 0%, rgba(28, 86, 162, 0.9) 48%, rgba(82, 145, 214, 0.72) 100%),
		url(../img/home/loan-bg.png) no-repeat center center / cover;
	border: 1px solid rgba(177, 208, 242, 0.28);
	box-shadow: 0 20px 46px rgba(15, 45, 92, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.loan-con .loan-box .loan-t {
	padding-top: 0;
	font-size: 30px;
	font-weight: 700;
}

.loan-con .loan-box .loan-d {
	margin-top: 14px;
	font-size: 14px;
	line-height: 22px;
	color: rgba(236, 245, 255, 0.86);
}

.loan-con .loan-box .link-load-box {
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 20px;
	width: 152px;
	height: 48px;
	line-height: 48px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(244, 249, 255, 0.18) 0%, rgba(226, 239, 255, 0.12) 100%);
	border: 1px solid rgba(235, 244, 255, 0.28);
	backdrop-filter: blur(10px);
	box-sizing: border-box;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
	transition: background-color .22s ease, transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.loan-con .loan-box .link-load-box img {
	filter: brightness(0) invert(1);
	opacity: 0.92;
}

.loan-con .loan-box .link-load-box span {
	color: rgba(246, 250, 255, 0.94);
	font-weight: 600;
	letter-spacing: 0.04em;
}

.loan-con .loan-box .link-load-box:hover {
	background: linear-gradient(135deg, rgba(248, 252, 255, 0.24) 0%, rgba(232, 242, 255, 0.18) 100%);
	border-color: rgba(241, 247, 255, 0.4);
	box-shadow: 0 12px 24px rgba(12, 40, 84, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.22);
	transform: translateY(-1px);
}

.youshi-con .youshi-box {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	width: 1240px;
	margin: 34px 0 20px;
}

.youshi-con .youshi-box .youshi-item-box {
	width: calc((100% - 54px) / 4);
	height: 210px;
	margin-right: 0;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-sizing: border-box;
	padding: 28px 22px 22px;
	border: 1px solid rgba(255, 255, 255, 0.80);
	box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.72);
	transition: all 0.25s ease;
}

.youshi-con .youshi-box .youshi-item-box:hover {
	background: rgba(255, 255, 255, 0.85);
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(27, 63, 122, 0.12);
}

.youshi-box .youshi-item-box img {
	width: 52px;
	height: 52px;
	margin: -52px auto 0;
	display: block;
}

.youshi-box .youshi-item-box .youshi-t {
	margin-top: 18px;
	color: var(--text-strong);
}

.youshi-box .youshi-item-box .youshi-d {
	margin: 12px 0 0;
	color: var(--text-normal);
	line-height: 22px;
}

.about-tb-con .about-tb-box {
	display: flex;
	align-items: center;
	gap: 30px;
	height: 310px;
	padding: 0 18px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.68);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.80);
	box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.about-tb-con .about-tb-box img {
	position: static;
	flex: 0 0 382px;
	width: 382px;
	height: 274px;
	border-radius: 22px;
	object-fit: cover;
}

.about-tb-con .about-tb-box .about-tb-text {
	padding: 8px 8px 0 0;
	font-size: 14px;
	line-height: 24px;
	color: var(--text-normal);
}

.news-con .news-box {
	display: flex;
	align-items: stretch;
	gap: 22px;
	height: 328px;
	padding: 14px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.70);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.80);
	box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.news-con .news-swiper-box,
.news-con .news-swiper-box .swiper-img-box li,
.news-con .news-swiper-box .swiper-img-box li p {
	border-radius: 20px;
}

.news-con .news-swiper-box {
	position: relative;
	flex: 0 0 458px;
	left: auto;
	top: auto;
	height: 100%;
}

.news-con .news-swiper-box .swiper-img-box {
	left: 0;
	top: 0;
	height: 100%;
}

.news-con .news-swiper-box .swiper-img-box a {
	display: block;
	width: 458px;
}

.news-con .news-swiper-box .swiper-img-box li {
	height: 100%;
}

.news-con .news-swiper-box .swiper-img-box li p {
	width: auto;
	left: 14px;
	right: 14px;
	bottom: 14px;
	height: auto;
	min-height: 72px;
	padding: 16px 18px;
	background: rgba(20, 31, 49, 0.58);
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.news-con .news-box .news-list-box {
	flex: 1 1 auto;
	padding-left: 0;
	height: 300px;
}

.news-con .news-box .news-item-box {
	border-bottom: 1px solid rgba(226, 233, 244, 0.95);
}

.news-con .news-box .news-item-box .news-dot {
	background: rgba(42, 103, 246, 0.26);
}

.news-con .news-box .news-item-box .news-t {
	color: var(--text-strong);
}

.news-con .news-box .news-item-box .news-t:hover {
	color: var(--brand-blue);
}

.news-con .news-box .news-item-box .news-b {
	color: var(--text-muted);
}

.news-con .news-box .news-item-box .news-time {
	color: #98a6bb;
}

.loan-con .loan-box>a {
	position: absolute;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
}

/* === micro glass tune === */

/* Hero: 大幅减少白色遮罩，让背景图清晰透出，左上角保留轻微遮罩以保证文字可读性 */
.home-header-con::before {
	background:
		radial-gradient(circle at 15% 40%, rgba(255, 255, 255, 0.55), transparent 42%),
		linear-gradient(115deg, rgba(255, 255, 255, 0.45) 5%, rgba(255, 255, 255, 0.08) 38%, rgba(217, 231, 255, 0.04) 100%);
}

/* Nav: add top-edge inset highlight — the signature glass reflection */
.home-header-box .header-top-bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), inset 0 -1px 0 rgba(255, 255, 255, 0.20);
}

/* Search box: brighter border + inset highlight */
.home-header-box .header-search-box {
	border-color: rgba(255, 255, 255, 0.82);
	box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

/* Right hero card: inset highlight */
.home-header-box .header-right {
	border-color: rgba(255, 255, 255, 0.50);
	box-shadow: var(--glass-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

/* All content glass panels: brighter borders + inset top highlight */
.house-nums-box .all-qu-con,
.house-nums-box .house-data-p,
.house-item-con,
.youshi-con .youshi-box .youshi-item-box,
.about-tb-con .about-tb-box,
.news-con .news-box,
.loan-con .loan-box {
	border-color: rgba(255, 255, 255, 0.80);
	box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

/* Reduce background opacity so panels read as frosted glass, not white cards */
.house-nums-box .all-qu-con {
	background: rgba(255, 255, 255, 0.68);
}

.house-item-con {
	background: rgba(255, 255, 255, 0.74);
}

.youshi-con .youshi-box .youshi-item-box {
	background: rgba(255, 255, 255, 0.72);
}

.about-tb-con .about-tb-box {
	background: rgba(255, 255, 255, 0.70);
}

.news-con .news-box {
	background: rgba(255, 255, 255, 0.70);
}

/* === banner premium polish === */

/* Right glass card: top accent bar + clearer text hierarchy */
.home-header-box .header-right {
	overflow: hidden;
}

.home-header-box .header-right::before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	/* background: linear-gradient(90deg, var(--brand-blue) 0%, var(--brand-cyan) 100%); */
	border-radius: 3px;
	margin-bottom: 20px;
	opacity: 0.85;
}

.home-header-box .header-right .header-right-text:first-child {
	font-size: 32px;
	font-weight: 800;
	letter-spacing: 0.06em;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(26, 70, 184, 0.12);
	margin-bottom: 14px;
}

.home-header-box .header-right .header-right-text:last-child {
	font-size: 15px;
	font-weight: 500;
	color: var(--text-muted);
	letter-spacing: 0.12em;
}

/* === 2026-04 homepage nav polish + sticky state === */
.home-header-box .header-top-bar {
	position: relative;
	z-index: 9999;
	margin: 0 auto;
	transition: all 0.3s ease;
}


.home-header-box .header-top-bar .link-phone {
	padding: 0 18px;
	height: 38px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

.home-header-box .header-top-bar .link-phone::after {
	display: none;
}

.home-header-box .header-tab-box {
	gap: 8px;
}

.home-header-box .header-tab-box a {
	height: 42px;
	padding: 0 18px;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid transparent;
}

.home-header-box .header-tab-box a:hover {
	background: rgba(255, 255, 255, 0.62);
	border-color: rgba(255, 255, 255, 0.54);
	box-shadow: 0 10px 24px rgba(31, 67, 135, 0.12);
}

.home-header-box .header-tab-box .cur-tab {
	color: #10345f;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(240, 247, 255, 0.78) 100%);
	border-color: rgba(255, 255, 255, 0.68);
	box-shadow: 0 14px 30px rgba(31, 67, 135, 0.14);
}

.home-header-box .header-tab-box .user-box,
.home-header-box .header-tab-box .person-box {
	height: 42px;
	padding: 0 14px;
	background: linear-gradient(135deg, rgba(65, 119, 229, 0.18) 0%, rgba(108, 171, 255, 0.26) 100%);
	border-color: rgba(120, 171, 255, 0.34);
	box-shadow: 0 12px 24px rgba(31, 67, 135, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.36);
	cursor: pointer;
}

.home-header-box .header-tab-box .user-box span,
.home-header-box .header-tab-box .person-box span {
	font-weight: 600;
}

.home-header-box .header-tab-box .person-box::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 14px;
}

.home-header-box .header-tab-box .person-box .per-box {
	top: calc(100% + 10px);
	left: 50%;
	right: auto;
	min-width: 176px;
	padding: 10px 8px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(217, 228, 243, 0.94);
	box-shadow: 0 20px 40px rgba(20, 42, 72, 0.16);
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) translateY(8px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.home-header-box .header-tab-box .person-box:hover .per-box {
	display: block;
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.home-header-box .header-tab-box .person-box .per-box p {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 44px;
	line-height: 44px;
	margin: 2px 0;
	padding: 0 14px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	transition: background-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.home-header-box .header-tab-box .person-box .per-box p a {
	display: block;
	width: 100%;
	height: auto;
	line-height: inherit;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	color: inherit;
	text-align: left;
}

.home-header-box .header-tab-box .person-box .per-box p a:hover {
	background: transparent;
	box-shadow: none;
	border: none;
	color: inherit;
}

.home-header-box .header-tab-box .person-box .per-box p:hover {
	background: linear-gradient(135deg, rgba(42, 103, 246, 0.12) 0%, rgba(111, 171, 255, 0.16) 100%);
	color: var(--brand-blue-deep);
	transform: translateX(2px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.home-header-box .header-top-bar.is-sticky {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: none;
	padding: 0 28px;
	border-radius: 0;
	transform: none;
	background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom-color: #d7e3f1;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	box-shadow: 0 8px 24px rgba(18, 39, 73, 0.08);
}

.home-header-box .header-top-bar.is-sticky::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
	z-index: 0;
	pointer-events: none;
}

.home-header-box .header-top-bar.is-sticky .top-bar-inner {
	position: relative;
	z-index: 1;
	gap: 12px;
	max-width: 1320px;
	margin: 0 auto;
}

.home-header-box .header-top-bar.is-sticky .logo {
	height: 42px;
}

.home-header-box .header-top-bar.is-sticky .header-center-box {
	height: 46px;
}

.home-header-box .header-top-bar.is-sticky .link-phone {
	height: 34px;
	padding: 0 14px;
	font-size: 13px;
	color: #45617f;
	background: #eaf1f9;
	border-color: #d2deec;
}

.home-header-box .header-top-bar.is-sticky .link-phone .tel-icon {
	margin-right: 6px;
}

.home-header-box .header-top-bar.is-sticky .header-tab-box a,
.home-header-box .header-top-bar.is-sticky .header-tab-box .user-box,
.home-header-box .header-top-bar.is-sticky .header-tab-box .person-box {
	height: 38px;
	line-height: 38px;
}

.home-header-box .header-top-bar.is-sticky .header-tab-box a {
	padding: 0 16px;
}

.home-header-box .header-top-bar.is-sticky .header-tab-box .cur-tab {
	box-shadow: 0 12px 24px rgba(31, 67, 135, 0.12);
}

body.home-header-fixed-active .gray-bg:first-of-type {
	padding-top: 76px;
}

/* === Scroll reveal animation === */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(28px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fade-in-up {
	opacity: 0;
	animation-fill-mode: forwards;
}

.fade-in-up.animated {
	animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Stagger delays for sequential reveal */
.fade-in-up.delay-1 {
	animation-delay: 0.1s;
}

.fade-in-up.delay-2 {
	animation-delay: 0.2s;
}

.fade-in-up.delay-3 {
	animation-delay: 0.3s;
}

.fade-in-up.delay-4 {
	animation-delay: 0.4s;
}
