.nav-ul li,
			.nav-ul li a {
				color: #000 !important;
			}

			.header {
				border-bottom: 1px solid #d0d0d0;
			}

			.searchBox {
				background-color: #f5f5f7;
				padding: 26px 23px;
				border-radius: 4px;
				margin-top: 45px;
			}

			.searchBox .search {
				margin-top: 0 !important;
			}
			
			.defaultBox{
				margin-top: 30px;
			}
			.sort {
				border-bottom: solid 2px #eb0000;
				height: 50px;
				line-height: 50px;
			}

			.sort .fs-16 {
				background-color: #eb0000;
				display: inline-block;
				padding: 0 28px;
				cursor: pointer;
				border-radius: 4px 4px 0 0;
			}
			.houseArr{
				margin-top: 20px;
			}
			.houseLi{
				padding: 20px 0;
			}
			.houseLi .houseText{
				width: calc(100% - 283px);
			}
			.houseLi .total{
				color: #fe615a;
				font-weight: bold;
				font-size: 35px;
			}
			.bold{
				font-weight: 900;
			}
			.houseText>div:first-child{
				width: calc(100% - 110px);
			}
			.layui-laypage .layui-laypage-curr .layui-laypage-em{
				background-color: #eb0000;
			}
			.tuijian{
				padding: 40px 0;
			}
			.tuijian .list>div{
				width: calc((100% - 80px) / 5);
			}
			.tuijian .list .absolute{
				top: 50%;
				left: 50%;
				transform: translate(-50%,-50%);
			}