/*城市首页*/

/*房源推荐 - start*/
.city-house-section{
	padding: 0.4rem 0;
	background-color: #F8F8F8;
}

.city-house-section .house-box{
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.city-house-section .house-box .item{
	margin-top: 0.24rem;
	width: calc( (100% / 4) - 0.185rem);
	height: auto;
	box-shadow: 0 0.03rem 0.06rem 0 rgba(51, 51, 51, 0.1);
	border-radius: 0.08rem;
	background-color: #FFFFFF;
	margin-left: 0.24rem;
}
.city-house-section .house-box .item:nth-child(4n-3){
	margin-left: 0;
}
.city-house-section .house-box .item .imgCover{
	position: relative;
	width: 100%;
	height: 2.04rem;
}
.city-house-section .house-box .item .imgCover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.08rem 0.08rem 0 0;
}
.city-house-section .house-box .item .imgCover .title-01{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.44rem;
	line-height: 0.44rem;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
	color: #FFFFFF;
	padding: 0 0.16rem;
	font-size: 0.18rem;
}
.city-house-section .house-box .item .info{
	width: 100%;
	height: calc( 100% - 2.04rem);
	padding: 0.12rem;
	color: #666666;
}
.city-house-section .house-box .item .info .local{
	display: flex;
	align-items: center;
	font-size: 0.14rem;
	margin-top: 0.12rem;
	padding-top: 0.12rem;
	border-top: 1px solid #F0F0F0;
}
.city-house-section .house-box .item .info .local img{
	width: 0.14rem;
	height: auto;
	margin-right: 0.04rem;
}
.city-house-section .house-box .item .info .bed{
	display: flex;
	align-items: center;
	font-size: 0.14rem;
}
.city-house-section .house-box .item .info .bed div{
	margin-left: 0.14rem;
}
.city-house-section .house-box .item .info .bed div:first-child{
	margin-left: 0;
}
.city-house-section .house-box .item .info .price{
	margin-top: 0.12rem;
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 0.16rem;
}
.city-house-section .house-box .item .info .price div.one{
	margin-right: 0.1rem;
}
.city-house-section .house-box .item .info .price div.two{
	font-size: 0.2rem;
	color: var(--blue-color);
}
.city-house-section .type-box{
	margin-top: 0.24rem;
	width: 100%;
	padding: 0 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.city-house-section .type-box .item{
	width: calc( (100% - 0.72rem) / 4);
	height: 1.4rem;
	position: relative;
}
.city-house-section .type-box .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.04rem;
}
.city-house-section .type-box .item .desc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 1.4rem;
	text-align: center;
	font-size: 0.24rem;
	color: #FFFFFF;
}
.city-house-section .mox-box{
	margin-top: 0.4rem;
	width: 100%;
	display: flex;
	justify-content: center;
}
.city-house-section .mox-box .a-btn{
	padding: 0.1rem 0.22rem;
	font-size: 0.18rem;
	border: 0.01rem solid var(--blue-color);
	border-radius: 0.2rem;
	color: var(--blue-color);
}
/*房源推荐 - end*/

/*资讯列表 - start*/
.city-popular-section{
	margin-top: 0.4rem;
	width: 100%;
}

.city-popular-section .box{
	margin-top: 0.24rem;
	width: 100%;
	height: 5.62rem;
	padding: 0.2rem;
	border-radius: 0.08rem;
	border: 0.01rem solid #F0F0F0;
	box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.1);
	font-size: 0.16rem;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.city-popular-section .box .list{
	width: calc( (100% - 0.24rem) / 2);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.city-popular-section .box .left .item{
	width: 100%;
	height: 100%;
}
.city-popular-section .box .left .item .imgCover{
	width: 100%;
	height: 4rem;
	position: relative;
}
.city-popular-section .box .left .item .imgCover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.08rem;
}
.city-popular-section .box .left .item .imgCover .title-01{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	/*height: 0.76rem;*/
	line-height: 0.4rem;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
	border-radius: 0rem 0rem 0.08rem 0.08rem;
	color: #FFFFFF;
	font-size: 0.18rem;
	padding: 0 0.16rem;
	display: flex;
	align-items: center;
}
.city-popular-section .box .left .item .introduce{
	margin-top: 0.2rem;
	color: #333333;
	height: 0.66rem;
	line-height: 0.22rem;
}
.city-popular-section .box .left .item .time{
	margin-top: 0.2rem;
	width: 100%;
	text-align: right;
	color: var(--local-color);
}
.city-popular-section .box .right .item{
	width: 100%;
	height: calc( (100% - 0.48rem) / 3);
	margin-bottom: 0.24rem;
	display: flex;
	justify-content: space-between;
}
.city-popular-section .box .right .item:last-child{
	margin-bottom: 0;
}
.city-popular-section .box .right .item .imgCover{
	width: calc( (100% - 0.16rem) / 3);
	height: 100%;
}
.city-popular-section .box .right .item .imgCover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.08rem;
}
.city-popular-section .box .right .item .info{
	width: calc( (100% - 0.16rem) / 3 * 2);
}
.city-popular-section .box .right .item .info .title-01{
	width: 100%;
	height: 0.44rem;
	line-height: 0.22rem;
	font-size: 0.18rem;
}
.city-popular-section .box .right .item .info .introduce{
	margin-top: 0.12rem;
	width: 100%;
	height: 0.6rem;
	line-height: 0.2rem;
	font-size: 0.14rem;
	color: #666666;
}
.city-popular-section .box .right .item .info .time{
	margin-top: 0.24rem;
	width: 100%;
	text-align: right;
	font-size: 0.14rem;
	color: var(--local-color);
}
.city-popular-section .mox-box{
	margin-top: 0.4rem;
	width: 100%;
	display: flex;
	justify-content: center;
}
.city-popular-section .mox-box .a-btn{
	padding: 0.1rem 0.22rem;
	font-size: 0.18rem;
	border: 0.01rem solid var(--blue-color);
	border-radius: 0.2rem;
	color: var(--blue-color);
}
/*资讯列表 - end*/

/*广告列表 - start*/
.city-ad-section{
	margin-top: 0.6rem;
	width: 100%;
}
.city-ad-section .box{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.city-ad-section .box .item{
	width: calc( (100% - 0.2rem) / 2);
	height: 2.8rem;
}
.city-ad-section .box .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.08rem;
}
/*广告列表 - end*/

/*留言 - start*/
.city-message-section{
	padding: 0.4rem 0;
}

.city-message-section .box{
	width: 10.44rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.city-message-section .box .left{
	width: calc(100% / 2);
	display: flex;
	flex-direction: column;
}

.city-message-section .box .left .title-1{
	font-size: 0.36rem;
}

.city-message-section .box .left .desc{
	margin-top: 0.27rem;
	line-height: 0.25rem;
	padding-right: 1rem;
	font-size: 0.18rem;
	color: #666666;
}
.city-message-section .box .right{
	width: calc(100% / 2);
}

.city-message-section .box .right .message{
	width: 3.88rem;
	height: auto;
	padding: 0.2rem;
	border-radius: 0.08rem;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 1px rgba(153,153,153,0.25);
}


/*留言 - end*/

/*contact section*/
.city-contact-section{
	margin: 6.25rem 0 3.75rem;
}
.city-contact-section .box{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.city-contact-section .box .contact-left .title-1{
	font-size: 3.38rem;
}
.city-contact-section .box .contact-left .desc{
	margin-top: 1.69rem;
	font-size: 1.13rem;
	color: #666666;
}
.city-contact-section .contact-right{
	width: 58.5rem;
	min-height: 24.63rem;
	position: relative;
	background-color: #fcfcfc;
	border-radius: 8px;
	box-shadow: 0px 2px 4px rgba(198,198,198,0.5);
	border: 1px solid #F0F0F0;
}
.city-contact-section .contact-right>img{
	width: 100%;
	min-height: 15.63rem;
	border-radius: 8px 8px 0 0;
}
.city-contact-section .contact-right .enter-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1.5rem;
}
.city-contact-section .contact-right .enter-box>.title{
	font-size: 2.25rem;
	height: 2.88rem;
}
.city-contact-section .contact-right .enter-box .imp-box{
	margin-top: 3rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact-right .enter-box .imp-box .email,
.contact-right .enter-box .imp-box .name,
.contact-right .enter-box .imp-box .phone{
	position: relative;
	width: calc( (100% - 3rem) / 3);
}
.contact-right .enter-box div input{
	padding: 0 10px;
}
.contact-right .enter-box div textarea{
	padding: 10px;
}
.city-contact-section .contact-right .enter-box .imp-box .name input,
.city-contact-section .contact-right .enter-box .imp-box .phone input,
.city-contact-section .contact-right .enter-box .email input{
	width: 100%;
	height: 48px;
	background: #fff;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	font-size: 16px;
}
.contact-right .enter-box .imp-box .name span,
.contact-right .enter-box .imp-box .phone span,
.contact-right .enter-box .email span{
	position: absolute;
	top: 10px;
	right: 12px;
	font-weight: bold;
	color: red;
	font-size: 16px;
	display: none;
}
.contact-right .enter-box .interested textarea{
	width: 100%;
	height: 6rem;
	margin-top: 1.5rem;
	border-radius: 4px;
	background-color: #fff;
	font-size: 16px;
	border: 1px solid #DDDDDD;
}
.contact-right .enter-box .su-btn{
	height: 3.75rem;
	width: 100%;
	text-align: center;
	line-height: 3.75rem;
	border-radius: 4px;
	background: var(--blue-color);
	font-size: 1.5rem;
	color: #fff;
	margin-top: 1.5rem;
}

/*信息报错提示*/
.red-border{
	border: 2px solid red !important;
}

@media screen and (max-width:768px){
	.city-house-section{
		padding: 1rem 0;
	}
	.city-house-section .title-1{
		line-height: 3rem;
		font-size: 1.29rem;
	}
	.city-house-section .house-box{
		flex-wrap: nowrap;
		overflow: auto;
		height: 19rem;
	}
	.city-house-section .house-box .item{
		width: 16.43rem !important;
		min-width: 16.43rem;
		border-radius: 0.4rem;
		box-shadow: 0 3px 6px 0 rgb(51 51 51 / 10%);
		margin-left: 1rem;
	}
	.city-house-section .house-box .item:first-child{
		margin-left: 0;
	}

	.city-house-section .house-box .item:nth-child(4n-3){
		margin-left: 1rem;
	}

	.city-house-section .house-box .item .imgCover{
		height: 9.5rem;
	}
	.city-house-section .house-box .item .imgCover img{
		border-radius: 0.4rem 0.4rem 0 0;
	}
	.city-house-section .house-box .item .imgCover .title-01{
		height: 2.86rem;
		line-height: 2.86rem;
		font-size: 1.07rem;
		padding: 0 1rem;
	}
	.city-house-section .house-box .item .info{
		height: calc( 100% - 9.5rem);
		padding: 1rem;
	}
	.city-house-section .house-box .item .info .local{
		margin-top: 10px;
		padding-top: 10px;
		font-size: 0.86rem;
	}
	.city-house-section .house-box .item .info .local img{
		width: 1rem;
		height: auto;
		margin-right: 4px;
	}
	.city-house-section .house-box .item .info .bed{
		font-size: 0.86rem;
	}
	.city-house-section .house-box .item .info .bed div{
		margin-left: 8px;
	}
	.city-house-section .house-box .item .info .price{
		margin-top: 10px;
		font-size: 0.93rem;
	}
	.city-house-section .house-box .item .info .price div.one{
		margin-right: 10px;
	}
	.city-house-section .house-box .item .info .price div.two{
		font-size: 0.93rem;
	}
	.city-house-section .type-box{
		padding: 0;
		margin-top: 0;
		flex-wrap: wrap;
	}
	.city-house-section .type-box .item{
		width: calc( (100% - 1rem) / 2 );
		height: 6rem;
		margin-top: 1rem;
	}
	.city-house-section .type-box .item img{
		border-radius: 0.4rem;
	}
	.city-house-section .type-box .item .desc{
		line-height: 6rem;
		font-size: 1rem;
	}
	.city-house-section .mox-box{
		margin-top: 1rem;
	}
	.city-house-section .mox-box .a-btn{
		padding: 0.5rem 2.5rem;
		border-radius: 20rem;
		font-size: 1.07rem;
	}
	.city-popular-section{
		margin-top: 1rem;
	}
	.city-popular-section .title-1{
		line-height: 3rem;
		font-size: 1.29rem;
	}
	.city-popular-section .box{
		margin-top: 10px;
		flex-direction: column;
		height: auto;
		padding: 1rem;
		border-radius: 0.4rem;
	}
	.city-popular-section .box .list{
		width: 100%;
	}
	.city-popular-section .box .left .item .imgCover{
		height: 13.86rem;
	}
	.city-popular-section .box .left .item .imgCover img{
		border-radius: 0.4rem;
	}
	.city-popular-section .box .left .item .imgCover .title-01{
		/*height: 3rem;*/
		line-height: 30px;
		font-size: 1.07rem;
		padding: 0 1rem;
		border-radius: 0 0 0.4rem 0.4rem;
	}
	.city-popular-section .box .left .item .introduce{
		height: auto;
		line-height: 2rem;
		margin-top: 1rem;
		font-size: 0.86rem;
	}
	.city-popular-section .box .left .item .time{
		margin-top: 1rem;
		font-size: 0.86rem;
	}
	.city-popular-section .box .right .item{
		width: 100%;
		height: 7.43rem;
		margin-top: 1rem;
	}
	.city-popular-section .box .right .item .imgCover{
		width: 10.29rem;
		height: 7.43rem;
	}
	.city-popular-section .box .right .item .imgCover img{
		border-radius: 0.4rem;
	}
	.city-popular-section .box .right .item .info{
		width: calc( 100% - 11rem);
		font-size: 0.86rem;
	}
	.city-popular-section .box .right .item .info .title-01{
		height: 3rem;
		line-height: 1.5rem;
		font-size: 1.07rem;
	}
	.city-popular-section .box .right .item .info .introduce{
		margin-top: 0.5rem;
		-webkit-line-clamp: 2;
		height: 2.2rem;
		line-height: 1.1rem;
		font-size: 0.86rem;
	}
	.city-popular-section .box .right .item .info .time{
		margin-top: 0.5rem;
		font-size: 0.86rem;
	}
	.city-popular-section .mox-box{
		margin-top: 1rem;
	}
	.city-popular-section .mox-box .a-btn{
		padding: 0.5rem 2.5rem;
		border-radius: 20rem;
		font-size: 1.07rem;
	}
	.city-message-section{
		display: none;
	}






	.popular-section .popular-title>div,
	.popular-section .popular-title>a{
		font-size: 18px;
		font-weight: normal;
	}
	.popular-box{
		margin-top: 0;
		padding: 15px;
		display: flex;
		flex-direction: column;
		height: auto;
	}

	.city-banner-top{
		display: none;
		font-size: 14px;
	}
	.city-banner-name{
		display: none;
		margin-top: 20px;
		font-size: 20px;
		font-weight: bold;
		line-height: 40px;
	}
	.city-banner-slogan{
		margin-top: 30px;
		font-size: 20px;
	}
	.city-banner-search{
		margin-top: 30px;
	}
	.city-banner-search>input{
		height: 36px;
		font-size: 12px;
		border-radius: 4px 0 0 4px;
		padding: 0 4px;
	}
	.city-banner-search>button{
		height: 2.25rem;
		min-width: 3.75rem;
		text-align: center;
		font-size: 0.75rem;
		margin-left: 0;
		border-radius: 0 4px 4px 0;
	}
	.city-banner-ul{
		display: none;
		margin-top: 20px;
		align-items: flex-start;
	}
	.city-banner-ul li{
		width: calc(100% / 3);
		height: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 0;
		padding: 0;
	}
	.city-banner-ul>.action{
		border-bottom: none;
	}

	.city-banner-ul li>a{
		font-size: 1rem;
	}

	.recommen-tab-title{
		margin-bottom: 0;
	}
	.city-area-list{
		width: 100%;
		overflow-y: auto;
		display: flex;
	}
	.city-area-list::-webkit-scrollbar{
		display: none;/*隐藏滚动条*/
	}
	.city-item{
		background: url("/assets/images/bg/city-bg2.png");
		background-size: 32% 32%;
		background-repeat: no-repeat;
		background-position: right bottom;
	}

	.contact-section{
		display: none;
	}
	.contact-left{
		min-height: 200px;
	}
	.contact-left div:nth-child(1){
		font-size: 20px;
		line-height: 36px;
	}
	.contact-left div:nth-child(2){
		margin-top: 20px;
		font-size: 14px;
	}
	.contact-right .right-ipt .btn{
		font-size: 16px;
		line-height: 36px;
	}
	.contact-right{
		width: 100%;
		min-height: 550px;
	}
	.contact-right>img{
		width: 100%;
	}
	.contact-right .right-ipt>.title{
		font-size: 20px;
	}
	.city-popular-section{
		padding: 10px 0;
	}
	.city-popular-section .box1 .item2 .info-box1 .top .img,
	.city-popular-section .box2 .item .img,
	.city-popular-section .box2 .item .img img{
		border-radius: 8px 8px 0 0;
	}
	.city-popular-section .box1 .item2 .info-box1 .top .title-2{
		border-radius: 0;
	}
	.city-popular-section .box1 .item2 .info-box1 .introduce,
	.city-popular-section .box2 .item .introduce,
	.city-popular-section .box2 .item .title-2{
		padding: 0 15px;
	}
	.city-popular-section .box1 .item2 .info-box2{
		height: 154px;
		padding: 15px;
	}

	.city-group-section{
		margin: 2rem 0 1rem;
	}
	.city-group-section .box a{
		width: 100%;
	}
	.city-group-section .box a:nth-child(n+2){
		margin-top: 0.63rem;
	}
	.city-group-section .box a .item{
		height: 10rem;
		overflow: hidden;
		border-radius: 0.8rem;
	}
	.city-group-section .box a .item img{
		width: 100%;
		height: auto;
	}
	.city-house-section .house-box .item .info .bed{
		font-size: 12px;
	}

	.city-contact-section{
		display: none;
	}
}