.sale {
				padding: 30px 0
			}

			.houseForm .left {
				width: calc(70% - 80px);
			}

			.houseForm .right {
				width: 30%;
			}

			.infos {
				padding: 50px 0 80px;
			}

			.rTop {
				background-color: #394043;
				color: #fff;
				padding: 22px 30px 36px 30px;
			}

			.right {
				background-color: #f5f5f6;
				text-align: left;
				box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
			}

			.rBottom {
				padding: 0 30px;
			}

			.rBottom>div {
				padding: 22px 0;
			}

			.rBottom>div:not(:last-child) {
				border-bottom: 1px solid #e6e6e6;
			}

			.houseForm .layui-input {
				border: none;
				height: 60px;
				font-size: 13px;
			}

			.houseForm .layui-form-label {
				width: 130px !important;
			}

			.houseForm .layui-input-block {
				width: calc(100% - 150px) !important;
				margin-left: 0;
			}

			.left .layui-form .layui-form-item {
				border-bottom: 1px solid #eee;
				padding: 10px 0;
				margin-bottom: 0;
			}

			.layui-input::placeholder {
				color: #bdbdbd;
			}

			.infos .layui-btn {
				background-color: #00ac65;
				width: 190px;
				height: 60px;
			}

			.mt40 {
				margin-top: 40px;
			}

			.all {
				position: relative;
				text-align: center;
				color: #666;
				font-size: 16px;
				margin: 60px 10px 40px;
			}

			.all:after {
				content: "";
				position: absolute;
				top: 10px;
				height: 1px;
				width: calc((100% - 140px) / 2);
				background-color: #eee;
				right: 0;
			}

			.all:before {
				content: "";
				position: absolute;
				top: 10px;
				height: 1px;
				width: calc((100% - 140px) / 2);
				background-color: #eee;
				left: 0;
			}

			.path .icon {
				background-image: url(http://www.bandashi.com.cn/theme/ywx_zufang_1/component/sprite.png?t=1472711680934);
				width: 48px;
				height: 48px;
				border-radius: 50%;
				background-color: #d0d1d2;
				overflow: hidden;
			}

			.icon1 {
				background-position: -340px -238px;
			}

			.icon2 {
				background-position: -259px -292px;
			}

			.icon3 {
				background-position: -307px -292px;
			}

			.icon4 {
				background-position: -388px -238px;
			}