html,
body,
.hotList {
	background: #F2F2F2;
}

.hotList_banner {
	width: 7.5rem;
	height: 5.2rem;
	position: relative;
	background: url('../images/hotList/bg.png') no-repeat;
	background-size: 100% auto;
	background-position-x: center;
}

.hotList_banner .hotList_banner_search {
	width: 5.2rem;
	height: 0.62rem;
	position: absolute;
	top: 2.3rem;
	left: 0.52rem;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.22rem;
	box-sizing: border-box;
}

.hotList_banner .hotList_banner_search input {
	width: 4.56rem;
	height: 100%;
	margin-left: 0.32rem;
	box-sizing: border-box;
}

.hotList_banner .hotList_banner_search .hotList_banner_search_button {
	width: 1.46rem;
	height: 0.66rem;
	background: linear-gradient(316deg, #FFC34D 0%, #FFE14D 100%);
	border-radius: 0.22rem;
	position: absolute;
	right: 0;
	font-size: 0.26rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.hotList_banner .hotList_banner_search .hotList_banner_search_button img {
	width: 0.28rem;
	height: 0.28rem;
	margin-right: 0.1rem;
	box-sizing: border-box;
}

.hotList_banner .hotList_banner_key {
	width: 6.46rem !important;
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	position: absolute;
	top: 3.32rem;
	left: 0.52rem;	display: flex;
	    align-items: flex-start;
}
.hotList_banner .hotList_banner_key .hotList_banner_key_div{
	    width: 5rem;
	    display: flex;
	    align-items: center;
	    flex-wrap: wrap;
}
.hotList_banner .hotList_banner_key .hotList_banner_key_div a{
		font-size: 0.22rem !important;
		
		font-family: SourceHanSansCN-Normal, SourceHanSansCN;
		
		font-weight: 400 !important;
		
		color: #FFFFFF !important;
		margin-right: 0.2rem;
}
/* banner end */


/* 热装楼盘 start */
.hotList_body {
	width: 6.94rem;
	height: auto;
	position: relative;
	margin: 0.48rem auto 0;
}

.hotList_body .hotList_body_title {
	font-size: 0.36rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #313131;
}


.hotList_body .hotList_body_list {
	width: 6.94rem;
	height: 5.2rem;
	position: relative;
	border-radius: 0.16px;
	margin-top: 0.28rem;	border-radius: 0.32rem;
	overflow: hidden;
}

.hotList_body .hotList_body_list .bg {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hotList_body .hotList_body_list .mengban {
	position: absolute;
	width: 100%;
	height: 3.53rem;
	z-index: 2;
	bottom: 0;
	left: 0;
}

.hotList_body .hotList_body_list .tip {
	/*width: 2.78rem;
	height: 0.56rem;
	background: linear-gradient(319deg, #DEB876 0%, #F8D587 100%);
	border-radius: 0.16rem;
	
	font-size: 0.24rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #272727;
	display: flex;
	align-items: center;
	justify-content: center;*/
	position: absolute;
	right: 0.32rem;
	top: 0.32rem;
	z-index: 2;
	width: 0.5rem;
	height: 0.5rem;
}

.hotList_body .hotList_body_list .tip img {
	width: 0.5rem;
	height: 0.5rem;
}

.hotList_body .hotList_body_list .title {
	width: 6.22rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0.93rem;
	left: 0.36rem;
	z-index: 3;
}

.hotList_body .hotList_body_list .title .title_font1 {
	font-size: 0.28rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
}

.hotList_body .hotList_body_list .title .title_font2 {
	width: 1.22rem;
	height: 0.34rem;
	border-radius: 0.1rem;
	border: 1px solid #F0CB84;
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #F0CB84;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.1rem;
}

.hotList_body .hotList_body_list .count {
	width: 6.22rem;
	margin: 0 auto;
	bottom: 0.24rem;
	position: absolute;
	left: 0.36rem;
	z-index: 3;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 这里是超出几行省略 */
	overflow: hidden;
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #D8D8D8;
}

/* 热装楼盘 end */


.hotList_more{
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 0.44rem;
}
