/**
 * 各页面从 HTML 内联 <style> 迁出的样式（在 responsive.css 之后加载）
 */

/* ========== 子页米色背景 ========== */
html.page-bg-beige,
body.page-bg-beige {
	background: #f4efe9;
}

/* ========== 子页 Banner 背景图 ========== */
.child_banner2--apartm-list {
	background: url('/img/p28.jpg') center top no-repeat;
	background-size: cover;
}

.child_banner--aboutus {
	background: url('/img/p6.jpg') center no-repeat;
	background-size: cover;
}

.child_banner3--news {
	background: url('/img/p86.jpg') center no-repeat;
	background-size: cover;
}

/* ========== 首页轮播搜索 ========== */
.banner .box .sousuo .icon a,
.banner .box .sousuo .map a {
	color: #fff;
}

.banner .item img,
.banner .swiper-slide img {
	width: 100%;
	height: auto;
	max-width: none;
}

/* ========== 公寓列表/首页卡片元信息 ========== */
.m2_group .item .bottom_info .t2 .lt img {
	width: 13px;
	height: auto;
}

.m2_group .item .bottom_info .t2 .lt span.area-text {
	position: relative;
	top: 2px;
}

/* ========== 相册/户型弹层 fixed 定位 ========== */
.xiangce_pop,
.xiangce_pops {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10000000;
}

.xiangce_pop .zzsszz,
.xiangce_pops .zzsszz {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000;
}

.xiangce_pop .box,
.xiangce_pops .box {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 100001;
	background: #fff;
	border-radius: 5px;
	max-height: 90vh;
	overflow-y: auto;
}

.xiangce_pop .box .dm .t1 .close,
.xiangce_pops .box .dm .t1 .close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	cursor: pointer;
}

.xiangce_pops .box3 {
	overflow-x: hidden;
}

.xiangce_pops .box3 .swiper-slide img,
.swiper-slide img.huxing-img {
	width: 100%;
	height: auto;
}

/* ========== 预约弹窗表单 ========== */
#tijiaobiaodan .box4 .item2 .lt {
	width: 100% !important;
	float: none;
}

@media screen and (max-width: 768px) {
	#tijiaobiaodan .box4 .item .lt {
		width: 100% !important;
		float: none !important;
		display: block !important;
		margin-bottom: 15px;
	}

	#tijiaobiaodan .box4 .item .lt .nt {
		width: 100%;
		margin-bottom: 8px;
		padding-top: 0 !important;
	}

	#tijiaobiaodan .box4 .item .lt .cell {
		width: 100% !important;
		flex: none;
	}

	#tijiaobiaodan .box4 .item .lt .cell input,
	#tijiaobiaodan .box4 .item .lt .cell textarea {
		width: 100%;
		box-sizing: border-box;
	}

	#tijiaobiaodan .box4 .item2 .lt {
		display: flex !important;
		flex-wrap: wrap;
		align-items: center;
	}

	#tijiaobiaodan .box4 .item2 .lt .cell {
		width: auto !important;
		flex: 1;
		min-width: 100px;
	}

	#tijiaobiaodan .box4 .item2 .lt span {
		margin-left: 10px;
		white-space: nowrap;
	}

	#tijiaobiaodan .box4 .item3 .lt {
		display: flex !important;
		flex-wrap: wrap;
		align-items: center;
	}

	#tijiaobiaodan .box4 .item3 .lt .nt {
		width: 100%;
	}

	#tijiaobiaodan .box4 .item3 .lt .cell {
		width: auto !important;
		flex: 1;
		min-width: 50px;
		margin-right: 5px;
	}

	#tijiaobiaodan .box4 .item3 .lt span {
		margin-right: 5px;
		margin-left: 0;
	}

	#tijiaobiaodan .box4 .item5 .lt {
		display: flex !important;
		flex-wrap: wrap;
		align-items: center;
	}

	#tijiaobiaodan .box4 .item5 .lt .cell {
		width: auto !important;
		flex: 1;
		min-width: 100px;
	}

	#tijiaobiaodan .box4 .item5 .lt .yzm {
		margin-left: 10px;
		float: none !important;
		width: auto !important;
		padding-left: 0 !important;
	}

	#tijiaobiaodan .box4 .item5 .lt .yzm img {
		height: 45px;
		width: auto;
	}

	#tijiaobiaodan .box4 .item5 .lt .bt {
		width: 100%;
		margin-left: 0 !important;
		margin-top: 15px;
		float: none;
	}

	#tijiaobiaodan .box4 .item5 .lt .bt input {
		width: 100%;
	}
}

/* ========== 页脚英文邮箱浮层 ========== */
.footer .f_3 .lt .show_ewms {
	width: 220px;
	height: auto !important;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	word-break: break-all;
}

/* ========== 网站地图页（web_map1） ========== */
.sitemap-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
}

.sitemap-title {
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
	text-align: center;
}

.sitemap-section {
	margin-bottom: 30px;
}

.sitemap-section h2 {
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
	font-weight: bold;
}

.sitemap-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sitemap-list li {
	margin-bottom: 8px;
}

.sitemap-link {
	color: #0066cc;
	text-decoration: underline;
	font-size: 14px;
}

.sitemap-link:hover {
	color: #004499;
}

.sitemap-footer {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

.sitemap-footer .contact-info {
	text-align: center;
}

.sitemap-footer .contact-info h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}

.sitemap-footer .contact-info p {
	margin-bottom: 5px;
	font-size: 14px;
	color: #666;
}
