.header_list {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	background: #fff;
	height: 44px;
	/* position: relative; */
    border-bottom: 1px solid #eee;
}
.header_list_back_btn {
		width: 30px;
		height: 44px;
		line-height: 44px;
		font-weight: bold;
		text-align: center;
		}
.header_list_back_btn:before {
	font-family: "iconfont" !important;
	content: "\e61e";
	}	
.house_list_title {
	font-size: 16px;
	font-weight: 500;
	line-height: 44px;
	text-align: center;
	width: calc(100% - 90px);
}
.house_list_right {
	width: 40px;
	height: 100%;
	line-height: 100%;
	line-height: 44px;
	text-align: center;
	font-size: 20px;
}
.container {
	margin-top:44px;
}
/* 焦点图轮播 */
.focus-slider {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
	background-color: #333;
	/* 关键修复：禁止浏览器默认的触摸行为（如双击缩放） */
    touch-action: none;
}
.slider-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	transition: transform 0.3s ease;
	will-change: transform;
}
.slide {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
}
.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 关键修复1：禁止图片被拖拽，防止双击选中 */
    -webkit-user-drag: none;
	user-drag: none;
	pointer-events: none;
}
/* 轮播指示器 */
.slider-indicator {
	position: absolute;
	bottom: 15px;
	left: 15px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 13px;
	z-index: 10;
	pointer-events: none;
}
/* 实景图标签 */
.image-tag {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 13px;
	z-index: 10;
	pointer-events: none;
}
.b_t_e_10 {
	border-bottom: 10px solid #eee;
}
.detail_tltle {
	padding: 0 3vw;
}
.detail_tltle h1 {
	font-size:20px;
	font-weight:bold;
	line-height:2
}
.number {
	line-height: 2;
	color: #1680BD;
	font-size: 14px;
}
.mt_diqu {
	font-size:14px;
	line-height:2;
	color: #838383;
}
.detail_price {
	display:block;
	overflow: hidden;
}
.detail_price li {
	width:33%;
	float:left;
	border-right:1px solid #eee;
	padding:30px 0;
	overflow:hidden;
	text-align:center;
	line-height:1.5
}
.detail_price li.w_50 {
	width:49.5%
}
.detail_price li:last-child {
	border-right:0px;
}
.detail_price li span {
	font-size: clamp(16px, 5vw, 40px);
	font-weight:800;
	color: #dd2534;
}
.md_txt {
	overflow:hidden;
	display:block
}
.md_txt li {
	width:50%;
	float:left;
	height:35px;
}
.md_txt li.w_100 {
	width:100%
}

.md_txt li span {
	display:block;
	width:80px;
	float:left;
}
.md_txt li span.w_100px {
	width:105px
}

.describe {
	overflow:hidden;
	display:block;
	line-height:2
}
.describe>h3 {
	display:block;
	height:45px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.uer_inner {
	display: block;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 999;
	bottom: 0;
	background: #fff;
	border-top: 1px solid #eee
}
.uer_inner li {
	float:left;
}
.uer_inner_l1 {
	width: calc(50% - 10px);
	padding:10px 5px;
}

.uer_img {
	float:left;
	width:40px;
	height:40px;
}
.uer_img img {
 border-radius: .4rem;
	width:100%;
	height:100%;
}
.uer_message {
	margin-left:10px;
	float:left;
	display:block;
	overflow:hidden;
	width: calc(100% - 50px);
}
.uer_message li {
	width:100%;
	line-height:1.3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.uer_message li span {
	display: inline-block;
	padding:0px 5px;
	background: #def3e2;
	color: #08b068;
	margin:0 5px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.agent_shop {
	width:25%;
	height:60px;
	background: #00ae66;
	color: #fff;
	box-sizing: border-box;
	line-height:60px;
	text-align:center;
	font-size: 16px;
	font-weight:bold;
}
.agent_tel {
	width:25%;
	height:60px;
	background: #d53c3c;
	color: #fff;
	box-sizing: border-box;
	line-height:60px;
	text-align:center;
	font-size: 16px;
	font-weight:bold;
}
.agent_tel a, .agent_shop a {
	display:block;
	overflow:hidden
}
.bk_60 {
	height:60px;
	display:block;
	overflow:hidden
}
/* 分享弹窗遮罩 */
.share-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	animation: fadeIn 0.3s ease;
}
.share-modal.active {
	display: flex;
	align-items: center;
	justify-content: center;
}
 @keyframes fadeIn {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}
/* 分享面板 */
.share-panel {
	background: #fff;
	width: 90%;
	max-width: 400px;
	border-radius: 12px;
	padding: 20px;
	animation: scaleIn 0.3s ease;
}
 @keyframes slideUp {
 from {
transform: translateY(100%);
}
to {
	transform: translateY(0);
}
}
 @keyframes scaleIn {
 from {
transform: scale(0.9);
opacity: 0;
}
to {
	transform: scale(1);
	opacity: 1;
}
}
.share-title {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #333;
}
/* 链接显示区域 */
        .link-box {
	background: #f8f8f8;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 15px;
}
.link-text {
	color: #666;
	font-size: 14px;
	word-break: break-all;
	line-height: 1.5;
}
/* 复制按钮 */
.copy-btn {
	width: 100%;
	padding: 12px;
	background: #07c160;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	cursor: pointer;
	transition: background 0.2s;
}
.copy-btn:hover {
	background: #06ad56;
}
.copy-btn.copied {
	background: #999;
}
/* 关闭按钮 */
.close-btn {
	width: 100%;
	padding: 12px;
	background: #f5f5f5;
	color: #333;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	cursor: pointer;
	margin-top: 10px;
}
/* 分享成功提示 */
.success-message {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	text-align: center;
	z-index: 1100;
	animation: fadeIn 0.3s ease;
	display: none;
}
.success-message.active {
	display: block;
}
.success-icon {
	font-size: 40px;
	color: #07c160;
	margin-bottom: 10px;
}
.success-text {
	font-size: 14px;
	color: #333;
}
.registration {
	display: block;
	height: 45px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
/**/

/*房源说情需求登记*/
.tab_main {
/*padding: 28px 0 48px 20px;
	background: #F1F1F1;*/
}
.tab_main p {
	display: block;
    overflow: hidden;
    padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
	line-height: 35px;
}
.tab_main p>a {
	display: inline-block;
	font-size: 14px;
	color: #636363;
	width:60px;
	float:left
}
.tab_main input {
	display: inline-block;
	padding-left: 15px;
	line-height: 32px;
	border: 0px solid #d2d2d2;
	color: #636363;
}
.tab_main select {
	display: inline-block;
	padding: 0px 7px;
	width: 100px;
	height: 30px;
	line-height:40px;
	border: 0px solid #d2d2d2;
	color: #636363;
	background:#FFF;
}
.tab_main textarea {
    width: calc(100% - 80px );
	line-height:32px;
    border: 0px solid #d2d2d2;
	padding-left: 15px;
}
button, input, select {
	font: 500 14px/1.8 Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
.tab_main .Validform_error {
	background:#fff;
}
.tab_main .Validform_checktip{
	display:none;
	}
.tab_main .Validform_wrong{
	display: block;
    text-align: left;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0 0 5px 0;
	padding-left: 0;
	}
.tab_main .van_button{
	width: 100%;
    height: 50px;
    line-height: 48px;
	color: #fff;
    background-color: #1989fa;
    border: 1px solid #1989fa;
	font-size: 16px;
    font-weight: 700;
	}
/**/
.weituo_type{
	padding-left: 15px;
    display: block;
    overflow: hidden;
	float: left;
	}
.weituo_type>a {
	float: left;
    padding: 0 11px;
    margin-right: 12px;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 28px;
    height: 28px;
    font-size: 14px;
	margin-top: 3px;
	}
.weituo_type a.last {
	margin-right:0;
}
.weituo_type a.active {
		border:1px solid #e9171b;
	/*padding:0 14px;*/
	background:url(/img/input/weituo_type.png) no-repeat right top;

}
