body {
	background:rgba(107, 94, 67, 0.06);
}
.nav-wrapper {
	margin-bottom: 50px;
	margin-top:80px;
}
.filter-row {
	display: flex;
	align-items: center;
	padding: .8rem 0;
	border-bottom: 1px dashed rgba(107, 94, 67, 0.24);
}
.filter-row:last-child {
	border-bottom: none;
}
.filter-label {
	font-size: 1rem;
	color: #222222;
	width: 70px;
	font-weight:600;
	margin-right: 20px;
	flex-shrink: 0;
}
.filter-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap:18px;
}
.filter-item {
	font-size: 1rem;
	color: #222222;
	cursor: pointer;
	padding: 6px .8rem;
	border-radius: 20px;
	transition: background-color 0.3s;
	position: relative;
	margin-right:18px;
}
.filter-item + .filter-item::before {
 content: "";
 position: absolute;
 left: -18px;
 top: 50%;
 transform: translateY(-50%);
 width: 1px;
 height: 14px;
 background: rgba(0, 0, 0, 0.04);
}
.filter-item:hover, .filter-item.active {
	background: #6B5E43;
	color: #ffffff;
}
.grid-layout {
	margin-bottom:80px;
	display: grid;
	grid-template-columns:1fr 1fr 1fr;
	gap: 64px 24px;
}
.card-link {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	position: relative;
	/*padding-bottom: 60px;*/
}
#propertyList .card-img-wrapper {
	width: 100%;
	height: 420px;
	overflow: hidden;
	margin-bottom: 25px;
	background-color: #f5f5f5;
}
#propertyList .card-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.card-content {
	flex-grow: 1;
}
.card-location {
	font-size: .8rem;
	margin-bottom: 10px;
	transition: color 0.3s;
}
.card-title {
	font-size: 2rem;
	color:#222222;
	font-weight: 500;
	margin-bottom:8px;
	transition: color 0.3s;
	font-family: Noto Serif SC, Noto Serif SC;
}
.card-subtitle {
	font-size: .8rem;
	color: #222222;
	font-weight:bold;
	margin-bottom: 20px;
	transition: color 0.3s;
}
.card-desc {
	font-size: .9rem;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.8;
	max-width: 95%;
	transition: color 0.3s;
}
.card-underline {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #000000;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.card-corner-icon {
	position: absolute;
	left: 0;
	bottom: 18px;
	width: .8rem;
	height: .8rem;
	opacity: 0;
	transform: translate(-5px, 5px);
	transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.card-corner-icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.card-link:hover .card-img-wrapper img {
	transform: scale(1.05);
}
.card-link:hover .card-title {
	color: #6B5E43;
}
.card-link:hover .card-subtitle {
	color: #6B5E43;
}
.card-link:hover .card-desc {
	color: rgba(0, 0, 0, 0.8);
}
.card-link:hover .card-location {
	color: rgba(0, 0, 0, 0.64);
}
.card-link:hover .card-underline {
	transform: scaleX(1);
}
.card-link:hover .card-corner-icon {
	opacity: 1;
	transform: translate(0, 0);
}
section {
	padding: 96px 0;
}
.title {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 100px;
	font-family: Noto Serif SC, Noto Serif SC;
}
.summary {
	padding: 50px 0 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	border-top: 1px solid rgba(0, 0, 0, 0.4);
	margin-top: 80px;
}
.summary .top {
	text-align: center;
	
}
.summary .top h1 {
	font-size: 2rem;
	font-weight: 400;
	color: #222;
	font-family: Noto Serif SC, Noto Serif SC;
	margin-bottom: 20px;
}
.summary .top p {
	color: rgba(0, 0, 0, 0.8);
	font-size: .8rem;
	margin: 0 auto;
}
.summary .grid {
display: flex;
            align-items: center;
            justify-content: space-between;
	gap: 15px 20px;
	margin-top: 60px;

}
.summary .item {
	position: relative;
	  flex: 0 0 auto;
            white-space: nowrap;
}
.summary .item .label {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.64);
	margin-bottom: 3px;
}
.summary .item .value {
	font-size: 18px;
	color: #222;
	font-weight: 500;
}


.divider {
            flex: 0 0 auto;
            width: 1px;
            height: 30px;
            background: rgba(0, 0, 0, 0.14);
            user-select: none;
        }

        /* 第一个靠左：去除左侧内边距 */
        .item:first-child {
            padding-left: 0;
        }

        /* 最后一个靠右：去除右侧内边距 */
        .item:last-child {
            padding-right: 0;
        }

/*
.summary .item:not(:last-child)::after {
 content: '';
 position: absolute;
 right: -70px;
 top: 10%;
 height: 80%;
 width: 1px;
 background: rgba(0, 0, 0, 0.14);
}
*/
.highlights {
	display: flex;
	gap: 80px;
	align-items: center;
}
.highlights .list-wrap {
	flex: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
}
.highlights .list {
	list-style: none;
	flex: 1;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	padding-right: 4px;
	max-height: 310px;
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.highlights .list::-webkit-scrollbar {
 display: none;
}
.highlights .list li {
	margin-top: 5px;
	margin-bottom: 50px;
	cursor: pointer;
	transition: background 0.2s, border-left 0.2s;
	padding-left: 20px;
	position: relative;
	z-index: 2;
}
.highlights .list li:last-child {
	margin-bottom: 0;
}
.highlights .list li:hover:before, .highlights .list li.active:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color:#222;
	transition: background-color 0.3s ease;
	pointer-events: none;
	z-index: 1;
}
.highlights .list li p {
	font-size: 20px;
	line-height: 1;
	color: #222;
	margin: 0;
}
.highlights .counter {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.64);
	margin-top: 40px;
	padding-left: 4px;
	letter-spacing: 0.5px;
}
.highlights .counter span#currentIdx {
	font-size: .8rem;
	font-weight: 500;
	color: #222;
}
.highlights .images {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	width: 776px;
	height: 582px;
	background: #eaeaea;
}
.highlights .images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.6s ease, transform 0.4s ease;
}
.highlights .images img.active {
	opacity: 1;
}
.highlights .images img:hover {
	transform: scale(1.04);
}
.city {
	display: flex;
	align-items: center;
	background: url(../images/bg_anli.svg);
	background-size: cover;
	border-radius: 8px;
	overflow: hidden;
	color: #fff;
}
.city .img {
	flex: 1;
	height: 544px;
	background: #ddd;
	overflow: hidden;
}
.city .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}
.city .img img:hover {
	transform: scale(1.05);
}
.city .text {
	flex: 0.85;
	padding: 56px;
}
.city .text h2 {
	font-size: 40px;
	font-weight: 400;
	font-family: Noto Serif SC, Noto Serif SC;
	margin-bottom: 20px;
}
.city .text p {
	font-size: .8rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 14px;
}
.preview {
	background: url(../images/bg_xc.svg) no-repeat;
	height: 900px;
	overflow:hidden;
}
.preview .header {
	position: relative;
	margin-bottom: 64px;
}
.preview .header h2 {
	font-size: 48px;
	color: #222;
	margin-bottom: .8rem;
	font-weight: 500;
	font-family: Noto Serif SC, Noto Serif SC;
}
.preview .header h3 {
	font-size: 28px;
	color: #222;
	font-weight: 500;
}
.preview .header p {
	position: absolute;
	right: 0;
	font-size: 18px;
	line-height: 1.6;
	color: rgba(0, 0, 0, 0.72);
	top: 0;
	max-width: 520px;
	text-align: right;
	height: 100%;
	display: flex;
	align-items: center;
}
.preview .swiper {
	overflow: visible;
	padding: 0 4px;
}
.preview .swiper .swiper-slide {
	width: auto;
	padding-right: 8px;
}
.preview .swiper img {
	max-width: 600px;
	width: auto;
	height: auto;
	max-height: 500px;
	border-radius: 8px;
	display: block;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}


.facility {
    padding: 80px 0 80px;
}
.facility .track-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.facility .track {
    display: flex;
    gap: 24px;
    padding-top: 10px;
    width: max-content;
    /* 默认居中 */
    justify-content: center;
    margin: 0 auto;
    animation: none;
}

/* 需要滚动时 - 启用动画 */
.facility .track.scroll-animate {
    justify-content: flex-start;
    margin: 0;
    animation: scrollFacility 30s linear infinite;
}
.facility .track.scroll-animate:hover {
    animation-play-state: paused;
}

.facility .track .card {
    flex: 0 0 auto;
    background: rgba(107, 94, 67, 0.08);
    padding: 30px 10px;
    text-align: center;
    border-radius: 8px;
    width: 268px;
    height: 176px;
    transition: transform 0.25s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.facility .track .card:hover {
    transform: translateY(-6px);
}
.facility .track .card .icon {
    font-size: 36px;
    margin-bottom: 12px;
    line-height: 1;
}
.facility .track .card .icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}
.facility .track .card h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.facility .track .card i {
    font-size: 3rem;
}
@keyframes scrollFacility {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.address {
	background: rgba(107, 94, 67, 0.06);
}
.address .header {
	position: relative;
	margin-bottom: 64px;
}
.address .header h2 {
	font-size: 48px;
	color: #222;
	margin-bottom: .8rem;
	font-family: Noto Serif SC, Noto Serif SC;
	font-weight: 500;
}
.address .header h3 {
	font-size: 28px;
	color: #222;
	font-weight: 500;
	max-width: 560px;
}
.address .header p {
	position: absolute;
	right: 0;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.72);
	bottom: 25px;
	max-width: 680px;
	text-align: right;
}
.address .map img {
	width: 100%;
	display: block;
	border-radius: 8px;
}
.projects .title {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 60px;
	text-align: center;
}
.projects .slide {
	width: calc(50% - 20px);
}
.projects .slide .img {
	width: 100%;
	height: 515px;
	margin-bottom: 18px;
	overflow: hidden;
}
.projects .slide .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
	display: block;
}
.projects .slide .card h2 {
	font-size: 2rem;
	color: #222;
	font-weight: 500;
	margin-bottom: .8rem;
}
.projects .slide .card h3 {
	font-size: .8rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.64);
	margin-bottom: 8px;
}
.projects .slide .card p {
	font-size: .8rem;
	color: rgba(0, 0, 0, 0.8);
	line-height:1.5;
}
.projects .slide:hover .img img {
	transform: scale(1.06);
}
.projects .slide:hover .card h2 {
	color:#6B5E43;
}
.projects .slide:hover .card p {
	color: rgba(0, 0, 0, 0.6);
}
.projects .controls {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
	margin-top: 30px;
	padding-right: 4px;
}
.projects .controls .progress {
	flex: 1;
	height: 2px;
	background: #e0e0e0;
	border-radius: 2px;
	position: relative;
	margin-right: 10px;
}
.projects .controls .progress .fill {
	background:#222222;
	border-radius: 2px;
	height: 100%;
	width: 0%;
	transition: width 0.3s ease;
}
.projects .controls .nav {
	display: flex;
	gap: .8rem;
}
.projects .controls .nav .btn {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s;
}
.projects .controls .nav .prev {
	background: url(../images/right_l.svg) no-repeat;
	background-size: 40px 40px;
}
.projects .controls .nav .next {
	background: url(../images/right_r.svg) no-repeat;
	background-size: 40px 40px;
}
.projects .controls .nav .btn.swiper-button-disabled {
	opacity: 0.4;
}
.faq{ background:#f6f6f4; padding:80px 0;display:none}
.faq.active{display:block}
        .faq-container {
            width: 1080px;max-width:90%;            margin: 0 auto;
        }
        .faq-title {
            text-align: center;
            font-size: 2rem;
            font-family: Noto Serif SC, Noto Serif SC;
          
            margin-bottom: 4rem;
        }
        .faq-item {
            background: #ffffff;
            border-radius: 12px;
            margin-bottom: 26px;
            overflow: hidden;
            box-shadow: 0 2px 6px rgba(0,0,0,0.03);
            transition: box-shadow 0.2s;
        }
        .faq-item:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.06);
        }
        .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 24px;
            cursor: pointer;
            font-size: 18px;
            font-weight: 500;
            transition: background 0.15s;
            user-select: none;
        }
        .faq-question:hover {
            background-color: #e6e4df;
        }
        .faq-icon {
            font-size: 26px;
            font-weight: 300;
            line-height: 1;
            color: #1e2b36;
            transition: transform 0.2s;
        }
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            padding: 0 24px;
            font-size: 16px;
            color: #1e2b36;
            line-height: 1.6;
        }
        .faq-answer-inner {
            padding-bottom: 24px;
            border-top: 1px solid #eef3f7;
            padding-top: 16px;
        }
        /* 默认隐藏额外项 */
        .faq-item.hidden-item {
            display: none;
        }
        /* 按钮容器 */
        .btn-wrap {
            text-align: center;
            margin-top: 28px;
        }
        #showMoreBtn {
            background-color: #695e46;
            color: #fff;
            border: none;
            padding: 12px 38px;
            font-size: 16px;
            font-weight: 500;
            border-radius: 40px;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            letter-spacing: 0.3px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.08);
        }
        #showMoreBtn:hover {
            background-color: #1f1f1f;
            transform: scale(1.01);
        }
        #showMoreBtn:active {
            transform: scale(0.97);
        }



 @media (max-width: 768px) {
	 
	 
.nav-wrapper {
	margin-top: 30px;
}
	 
	 
	  .grid-layout {
 grid-template-columns: 1fr;
}
 .filter-list {
 align-items: flex-start;
 gap:8px;
}
	 
 .filter-row {
	 gap:20px;
	align-items: flex-start;
	flex-direction: column;
}
	
.filter-label {
	font-size: 1rem;
}
	 
	 
	 .filter-item + .filter-item::before {
	left: -8px;
}
	 
	 
.filter-item {
	font-size: .8rem;
	padding: 6px .8rem;
	margin-right: 8px;
} 

.summary .grid {
	flex-direction: column;
}
.divider {
	display: none;
}

 .faq-title {
                font-size: 26px;
            }
            .faq-question {
                font-size: 14px;
                padding: 16px 18px;
            }
            .faq-answer {
                font-size: 12px;
                padding: 0 18px;
            }
            .faq-answer-inner {
                padding-bottom: 18px;
                padding-top: 14px;
            }
            #showMoreBtn {
                padding: 10px 28px;
                font-size: 14px;
            }

 .faq-icon {
            font-size: 1.9rem;
        }


	
	
.card-title {
	font-size: 1.5rem;
}	
	
	 
	 
#propertyList .card-img-wrapper {
	height: 240px;
} 
	 
	 
	 
 section {
 padding: 40px 0;
}

.summary {
	margin-top: 20px;
}



 .highlights .list {
 border-left: 0;
 overflow: scroll;
 max-height:240px;
}
 .highlights .list li p {
 font-size: 14px;
 line-height:1.5;
}
 .highlights .list li {
 margin-bottom: 20px;
}
 .city .text h2 {
 font-size: 1.7rem;
}
 .city .text p {
 font-size: .8rem;
 line-height: 1.6;
}
 .summary .item .value {
 font-size: .8rem;
}
 .summary .item {
 width: 100%;
 padding-bottom:12px;

}

 .summary .item:not(:last-child) {
 border-bottom:1px dashed rgba(0, 0, 0, 0.14);
}


 .summary .item:not(:last-child)::after {
 display:none;
}
 .highlights {
 flex-direction: column;
 gap:40px;
}
 .city {
 flex-direction: column;
}
 .city .text {
 padding: 20px 24px;
}
 .projects .slide {
 width: 100%;
}
 .highlights .images {
 width: 100%;
 height:240px;
}
 .projects .controls {
 flex-wrap: wrap;
 justify-content: center;
}
 .preview {
 height: auto;
 padding-bottom: 40px;
}
 .preview .swiper {
 overflow: hidden;
 padding: 0 12px;
}
 .preview .swiper .swiper-slide {
 width: calc(100vw - 40px);
 max-width: 400px;
 padding-right: 0;
 flex-shrink: 0;
}
 .preview .swiper img {
 width: 100%;
 max-width: 100%;
 height: auto;
 max-height: 320px;
 object-fit: cover;
}
 .preview .header h2 {
 font-size: 1.9rem;
}
 .preview .header h3 {
 font-size: 16px;
}
 .preview .header p {
 position: static;
 text-align: left;
 margin-top: 12px;
 max-width: 100%;
 font-size:.8rem;
}
 .address .header p {
 position: static;
 text-align: left;
 margin-top: 12px;
 max-width: 100%;
 font-size:15px;
}
 .title {
 font-size: 1.9rem;
 margin-bottom: 40px;
}
 .projects .title {
 font-size: 1.9rem;
 margin-bottom: 40px;
}
 .facility .track {
 gap: 12px;
 animation-duration: 20s;
}
 .facility .track .card {
 width: 140px;
 height: 100px;
 padding: .8rem 8px;
}
 .facility .track .card .icon {
 font-size: 28px;
 margin-bottom: 8px;
}
 .facility .track .card h4 {
 font-size: 10px;
}
 .projects .slide .img {
 height: 215px;
}
 .address .header h2 {
 font-size: 26px;
}
 .address .header h3 {
 font-size: 20px;
}
 .projects .slide .card h3 {
 font-size: 12px;
}
 .projects .slide .card h2 {
 font-size: 16px;
 margin-bottom: 10px;
}
 .projects .slide .card p {
 font-size: 12px;
}
 .summary .top h1 {
 font-size: 1.6rem;
}
}
