.index .nowTit {
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 38px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index .nowTit .name {
	font-size: 20px;
	color: rgb(141, 141, 141);
}

.index .nowTit .name h5 {
	font-size: 40px;
	color: rgb(0, 0, 0);
	margin-bottom: 20px;
}

.index .nowTit>p {
	font-size: 22px;
	color: rgb(189, 0, 10);
	cursor: pointer;
}

.index .houseList {
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 115px;
}

.index .houseList .item {
	width: 276px;
	cursor: pointer;
}

.index .houseList .item>.img {
	width: 276px;
	height: 215px;
	position: relative;
}

.index .houseList .item>.img>img:nth-child(1) {
	width: 276px;
	height: 215px;
	object-fit: cover;
}

.index .houseList .item>.img>img:nth-child(2) {
	width: 57px;
	height: 57px;
	position: absolute;
	left: 21px;
	bottom: 7px;
}

.index .houseList .item>h5 {
	width: 100%;
	font-size: 20px;
	color: rgb(0, 0, 0);
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.index .houseList .item .price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	color: rgb(141, 141, 141);
	margin-top: 16px;
}

.index .houseList .item .price span {
	font-size: 22px;
	color: rgb(255, 0, 0);
}

.index .newHouse {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	margin-bottom: 127px;
}

.index .newHouse .item {
	width: 388px;
	height: 302px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: rgb(255, 255, 255);
	margin-right: 20px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.index .newHouse .item>.mask1 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.5)
}

.index .newHouse .item>img {
	width: 388px;
	height: 302px;
	object-fit: cover;
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
}

.index .newHouse .item:hover>img {
	transform: scale(1.2);
}

.index .newHouse .item span {
	font-size: 28px;
}

.index .newHouse .item p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99;
}

.codeImg {
	width: 368px;
	height: 368px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	position: fixed;
	left: 50%;
	margin-left: -184px;
	top: 50%;
	margin-top: -184px;
	z-index: 100;
	background-color: white;
	border-radius: 10px;
}

.codeImg>img {
	margin-bottom: 30px;
}
