.select-inner {
	box-sizing: border-box;
	background: #f9fbfb;
	border-radius: 4px;
}

.select-inner .sel-t {
	font-size: 14px;
	color: rgba(3, 0, 0, .8);
	line-height: 22px;
	cursor: default;
}

.select-inner .sel-b {
	color: rgba(3, 0, 0, .8);
}

.sel-wz::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #E7ECF2;
}

.select-inner .sel-wz .sel-t.sel-a {
	margin: 0 0 16px 238px;
}

.select-inner .sel a {
	cursor: pointer;
}

.select-inner .sel .active {
	color: #04A4AA;
}

.select-inner .sel-c {
	font-size: 0;
}

.select-inner .sel-wz a {
	display: inline-block;
}

.sel-jj .free,
.sel-zj .free {
	color: rgba(0, 0, 0, .6);
	margin: 0 0 0 70px;
	font-size: 12px;
}

.sel-jj .free input,
.sel-zj .free input {
	width: 56px;
	height: 22px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 2px;
	margin: 0 4px;
	color: #333;
	font-size: 12px;
	padding: 0 2px;
	box-sizing: border-box;
}

.sel-jj .free .btn,
.sel-zj .free .btn {
	width: 40px;
	background: #04a4aa;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 0 8px;
	border: 0;
	outline: none;
	cursor: pointer;
}

.sel-jj,
.sel-lx,
.sel-mj,
.sel-ll,
.sel-hx,
.sel-zj,
.sel-zx,
.sel-xb,
.sel-check {
	/* margin: 0 0 24px; */
}

.sel-4 .sel-t-c:hover .pos-a {
	display: block;
	-webkit-animation: topFadeIn .3s ease-out;
	-moz-animation: topFadeIn .3s ease-out;
	animation: topFadeIn .3s ease-out;
}

.house-list-wrap .title {
	font-size: 20px;
	color: rgba(3, 0, 0, .4);
	line-height: 28px;
	margin: 40px 0;
}

.house-list-wrap .title span {
	color: #04A4AA;
	display: inline-block;
	padding: 0 5px;
}

.house-list-wrap .house-info-list {
	width: 894px;
	cursor: context-menu;
}

.house-list-wrap .house-info-list .content-wrap {
	margin: 0 0 24px;
}

.house-list-wrap .house-info-list .tab {
	border-bottom: 1px solid #f3f3f3;
}

.house-list-wrap .house-info-list .tab ul li {
	font-size: 15px;
	color: #6d6d6d;
	line-height: 38px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	padding: 0 16px;
	border-radius: 8px 8px 0 0;
}

.house-list-wrap .house-info-list .tab ul li i {
	font-size: 12px;
	color: #ccc;
}

.house-list-wrap .house-info-list .tab ul li.active {
	background: #04A4AA;
	color: #fff;
}

.house-list-wrap .house-info-list .tab ul li.active i {
	color: #fff;
}

.house-list-wrap .house-info-list .tab ul li.active a {
	color: #fff;
}

.house-list-wrap .slip ul li {
	font-size: 14px;
	color: rgba(3, 0, 0, .4);
	line-height: 22px;
	margin: 5px 24px;
	cursor: pointer;
}

.house-list-wrap .slip ul li i {
	margin-left: 3px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.25);
}

.house-list-wrap .slip ul li img {
	vertical-align: middle;
	margin: 0 0 0 4px;
}

.house-list-wrap .slip ul li.active,
.house-list-wrap .slip ul li.active i {
	color: #04A4AA;
}

.house-list-wrap .house-info {
	padding: 20px 0;

}

.house-list-wrap .house-info {
	border-bottom: 1px solid #f3f3f3;
}

/*.house-list-wrap .house-info:hover {*/
/*	background: rgba(53, 217, 227, .1);*/
/*}*/

.house-list-wrap .house-info:hover .right-area .topinner,
.house-list-wrap .house-info:hover .right-area .ceninner {
	display: block;
}

.house-list-wrap .house-info .info-list {
	width: 662px;
}

.house-list-wrap .house-info .h-img {
	width: 212px;
	height: 160px;
	margin: 0 20px 0 0;
	overflow: hidden;
}

.house-list-wrap .house-info .h-img img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}

.house-list-wrap .house-info .h-img img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.house-list-wrap .house-info .h-img .cs,
.house-list-wrap .house-info .h-img .ds,
.house-list-wrap .house-info .h-img .zs,
.house-list-wrap .house-info .h-img .zj,
.house-list-wrap .house-info .h-img .zr {
	border-radius: 4px 0 4px 0;
	min-width: 48px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	z-index: 1;
	padding: 0 5px;
}

.house-list-wrap .house-info .h-img .ds,
.house-list-wrap .house-info .h-img .zj {
	background-image: linear-gradient(245deg, #FFD073 10%, #C89F55 99%);
}

.house-list-wrap .house-info .h-img .zs,
.house-list-wrap .house-info .h-img .zr {
	background-image: linear-gradient(251deg, #55E884 3%, #25C289 75%);
}

.house-list-wrap .house-info .h-img .cs {
	background-image: linear-gradient(245deg, #73fff9 10%, #5568c8 99%);
}

.house-list-wrap .house-info .h-img .icon-h {
	left: 9px;
	bottom: 9px;
}

.house-list-wrap .house-info .h-img .icon-h img {
	width: 24px;
	height: auto;
}

.house-list-wrap .house-info .h-img .icon-h img+img {
	width: 22px;
}

.house-list-wrap .house-info .h-name {
	line-height: 28px;
	margin: 0 0 4px;
}

.house-list-wrap .house-info .h-name .name:hover {
	color: #04A4AA;
}

.house-list-wrap .house-info .h-name .name {
	display: inline-block;
	width: auto;
	max-width: 450px;
	vertical-align: middle;
	margin: 0 8px 0 0;
}

.house-list-wrap .house-info .h-name span {
	display: inline-block;
	border: 1px solid #FA666B;
	border-radius: 4px;
	line-height: 20px;
	width: 22px;
	text-align: center;
	font-size: 14px;
	color: #FD5945;
	box-sizing: border-box;
	margin: 0 2px;
}

.house-list-wrap .house-info .h-name .h-name-d {
	border: 1px solid #FA666B;
	color: #FD5945;
	margin: 0 2px 0 0;
	cursor: context-menu;
}

.house-list-wrap .house-info .h-name .h-name-j {
	border: 1px solid #12BC7F;
	color: #12BC7F;
	cursor: context-menu;
}

.house-list-wrap .house-info .h-area {
	line-height: 25px;
}

.house-list-wrap .house-info .h-area i,
.house-list-wrap .house-info .h-addr i {
	color: #ccc;
	margin-right: 4px;
}

.house-list-wrap .house-info .h-area .tips {
	padding: 0 4px;
	line-height: 22px;
	background: #fff;
	font-size: 12px;
	color: #04A4AA;
	text-align: center;
	cursor: context-menu;
	border: 1px solid #04A4AA;
	border-radius: 2px;
}

.house-list-wrap .house-info .h-area .tips+.tips {
	/*margin: 0 5px 0 0;*/
}

.house-list-wrap .house-info .h-addr {
	line-height: 25px;
	margin: 0 0 5px;
}

.house-list-wrap .house-info .h-addr img {
	vertical-align: middle;
	margin: 0 5px 4px 0;
}

.h-company,
.h-time {
	font-size: 12px;
	color: rgba(3, 0, 0, .4);
	line-height: 25px;
}

.house-list-wrap .house-info .right-area {
	right:0;
}

.house-list-wrap .house-info .botinner {
	bottom: 0;
	right: 0;
	text-align: right;
	width: 220px;
}

.house-list-wrap .house-info .botinner .price {
	font-size: 40px;
	color: #FD5945;
	text-align: right;
	line-height: 38px;
	font-weight: bold;
}

.house-list-wrap .house-info .botinner .price span {
	font-size: 25px;
	font-weight: 400;
}

.house-list-wrap .house-info .botinner .tel {
	font-size: 12px;
	color: #cbcbcb;
	letter-spacing: 0;
	line-height: 20px;
	margin: 6px 0 0;
}

.house-list-wrap .house-info .botinner .tel img {
	vertical-align: middle;
	margin: 0 8px 0 0;
}

.house-list-wrap .house-test-list {
	width: 282px;
	padding: 11px 0 0;
}

.house-list-wrap .house-test-list .btn-sel .btn-search {
	line-height: 32px;
}

.house-list-wrap .house-test-list .btn-sel .btn-search input {
	width: 226px;
	line-height: 30px;
	box-sizing: border-box;
	outline: none;
	border: 1px solid #04A4AA;
	padding: 0 16px;
	font-size: 14px;
	border-radius: 2px;
}

.house-list-wrap .house-test-list .btn-sel .btn-search input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: rgba(0, 0, 0, 0.20);
}

.house-list-wrap .house-test-list .btn-sel .btn-search input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(0, 0, 0, 0.20);
}

.house-list-wrap .house-test-list .btn-sel .btn-search input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(0, 0, 0, 0.20);
}

.house-list-wrap .house-test-list .btn-sel .btn-search input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: rgba(0, 0, 0, 0.20);
}

.house-list-wrap .house-test-list .btn-sel .btn-search a {
	display: inline-block;
	width: 56px;
	text-align: center;
	color: #fff;
	background: #04A4AA;
	border-radius: 0 2px 2px 0;
	cursor: pointer;
}

.house-list-wrap .house-test-list .btn-sel .btn-map-house {
	text-align: center;
	margin: 0;
}
.house-list-wrap .house-test-list .btn-sel .btn-map-house + .btn-map-house {
	margin: 20px 0 0;
}


.house-list-wrap .house-test-list .btn-sel .btn-map-house a {
	font-size: 0;
	display: block;
}

.house-list-wrap .house-test-list .btn-sel .btn-map-house img {
	/*margin: 33px auto 0;*/
}

.house-list-wrap .house-test-list .btn-sel .btn-map-house .btn {
	display: block;
	background: #04A4AA;
	color: #fff;
	width: 100%;
	line-height: 40px;
	font-size: 14px;
}

.house-list-wrap .house-test-list .list-info {
	margin: 20px 0 0;
	background: #fcfcfc;
}

.house-list-wrap .house-test-list .list-info .i-title {
	line-height: 50px;
	cursor: context-menu;
	background: #F9FBFB;
	border: 1px solid #E7E7E7;
	border-top: 1px solid #04A4AA;
	text-align: center;
}

.house-list-wrap .house-test-list .list-info a {
	display: block;
	padding:0 20px;
}

.house-list-wrap .house-test-list .list-info a + a .store-in-box {
	border-top: 1px solid #E7E7E7;
}

.house-list-wrap .house-test-list .list-info .h-name {
	margin: 16px 0 4px;
}

.house-list-wrap .house-test-list .list-info .h-name,
.house-list-wrap .house-test-list .list-info .h-price {
	font-size: 14px;
	color: rgba(3, 0, 0, .6);
	line-height: 22px;
}

.house-list-wrap .house-test-list .list-info .h-addr {
	color: rgba(3, 0, 0, .4);
}

/* 小区 */
.community-list-wrap .h-tips .tips {
	padding: 0 4px;
	line-height: 22px;
	background: #fff;
	font-size: 14px;
	color: #04A4AA;
	text-align: center;
	border: 1px solid #04A4AA;
	/*margin: 0 16px 0 0;*/
}

.community-list-wrap.house-list-wrap .house-info .h-addr {
	margin: 4px 0 20px;
}

/* 二手房 */


.second-hand-house-box .sel-check .layui-form-checkbox[lay-skin=primary]:hover i {
	border-color: #04A4AA;
	color: #fff;
}

.second-hand-house-box .sel-check .layui-form-checked[lay-skin=primary] i {
	border-color: #04A4AA !important;
	background-color: #04A4AA;
}

.second-hand-house-box .sel-check .layui-input-block {
	margin-left: 0;
}


.select-inner .sel-mj .free {
	color: rgba(0, 0, 0, .6);
	margin: 0 0 0 70px;
	font-size: 12px;
}

.second-hand-house-list-wrap .btn-sel .btn-map-house.release-house img {
	margin: 0;
}

.second-hand-house-list-wrap .house-test-list.qiu .btn-sel .btn-map-house.release-house img,
.second-hand-house-list-wrap .house-test-list.qiu .btn-sel .btn-map-house.release-house{
	margin:0;
}

/*.second-hand-house-list-wrap.house-list-wrap .house-info .h-addr {*/
/*	margin: 4px 0 44px;*/
/*}*/

.second-hand-house-list-wrap.house-list-wrap .house-info .b-info {
	border-radius: 4px;
}

.second-hand-house-list-wrap.house-list-wrap .house-info .b-info .h-company {
	display: inline-block;
	background: rgba(53,217,227,0.10);
	padding: 0 5px;
}

.second-hand-house-list-wrap.house-list-wrap .house-info .h-tips .tips {
	display: inline-block;
	font-size: 14px;
	color: #04A4AA;
	line-height: 17px;
	height:17px;
	background: #fff;
	border-radius: 2px;
	padding: 0 4px;
	margin: 0 8px 0 0;
	border: 1px solid #04A4AA;
}

.house-list-wrap.second-hand-house-list-wrap .house-info .botinner .tel {
	margin: 20px 0 0;
	font-size: 16px;
}

.house-list-wrap .house-info .ceninner {
	text-align: right;
	font-size: 12px;
	color: rgba(3, 0, 0, 0.80);
	line-height: 20px;
	display: none;
}

.house-list-wrap .house-info .ceninner i {
	margin: 0 8px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.40);
}

.house-list-wrap .house-info .ceninner .tel {
	margin: 4px 0 0;
}

.cz-house-list-wrap .house-test-list .btn-sel .btn-map-house img {
	margin: 16px 0 24px;
}



/* 写字楼 */

.xzl-house-box {
	padding:0 24px;
}

.xzl-house-box .tab-xzl {
	background: #fff;
	margin: 0 -24px;
	font-size: 0;
}

.xzl-house-box .tab-xzl a {
	display: inline-block;
	padding: 0 24px;
	line-height: 38px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.60);
}

.xzl-house-box .tab-xzl a.active {
	background: #F9FBFB;
	border-radius: 4px 4px 0 0;
	color: rgba(0, 0, 0, 0.80);
}

.xzl-house-box .sel-wz {
	padding: 24px 0 0;
}

.xzl-house-box .tab-price {
	font-size: 0;
	margin: 0 0 0 8px;
}

.xzl-house-box .tab-price a {
	display: inline-block;
	color: #04A4AA;
	border: 1px solid #04A4AA;
	padding: 0 7px;
	font-size: 14px;
	line-height: 22px;
	cursor: pointer;
}

.xzl-house-box .tab-price .single {
	border-radius: 2px 0 0 2px;
}

.xzl-house-box .tab-price .total {
	border-radius: 0 2px 2px 0;
}

.xzl-house-box .tab-price a.active {
	background: #04A4AA;
	color: #fff;
}


/* 中介公司 */
.select-inner.store {
	/* padding: 24px 16px; */
}

.store .sel-wz {
	margin: 0;
}

.store .sel-wz::before {
	display: none;
}

.select-inner.store .sel-c {
	margin: 0;
}

.store-list .store-content-list {
	padding: 20px 0;
	border-bottom: 1px solid #F3F3F3;
}

.store-list .store-content-list+.store-content-list {
	/*margin: 80px 0 0;*/
}

.store-list .store-content-list h4 {
	font-size: 0;
}

.store-list .store-content-list .head-img {
	width: 67px;
	height: 67px;
	max-width: 67px;
	margin: 0 10px 0 0;
}

.store-list .store-content-list .head-img img {
	width: 100%;
	height: 100%;
}

.store-list .store-content-list .info-wrap .name {
	line-height: 20px;
}

.store-list .store-content-list .info-wrap .goin {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	background: #04A4AA;
	padding: 0 16px;
	line-height: 39px;
	border-radius: 4px;
	cursor: pointer;
	width: 109px;
	box-sizing: border-box;
}

.store-list .store-content-list .info-wrap .r-area {
	right:0;
	top:0;
	text-align: center;
}

.store-list .store-content-list .info-wrap .r-area .tel {
	margin-top: 5px;
}

.store-list .store-content-list .info-wrap .addr {
	line-height: 22px;
	margin: 8px 0 0;
}

.store-list .store-content-list .info-wrap .info {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.40);
	line-height: 20px;
}

.store-list .store-content-list .info-wrap .info dl {
	position: relative;
}

.store-list .store-content-list .info-wrap .info dl:nth-child(3):before {
	display: none;
}

.store-list .store-content-list .info-wrap .info .right-area:before {
	display: none;
}

.store-list .store-content-list .info-wrap .info dt {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	position: relative;
	top: -1px;
}

.store-list .store-content-list .info-wrap .info dd {
	display: inline-block;
	line-height: 22px;
	padding: 0 20px 0 0;
}

.store-list .store-content-list .info-wrap .info .right-area dd {
	padding: 0;
	line-height: 20px;
}

.store-list .store-content-list .info-wrap .info .right-area i {
	margin: 0 8px 0;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.40);
}

.store-list .store-content-list .store-wrap {
	margin: 0 -10px 0;
}

.store-list .store-content-list .store-wrap .store-content-box {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 10px;
	margin-top: 18px;
}

.store-list .store-content-list .store-wrap .store-content-box .store-content-wrap {
	background: #F9FBFB;
	padding:23px 0 18px;
	border-radius: 8px;
	border: 1px solid #E7E7E7;
	width: 285px;
	height: 283px;
	box-sizing: border-box;
}

.store-list .store-content-list .store-wrap .store-content-box .store-content-wrap a {
	display: block;
}

.store-list .store-content-list .store-wrap .block-layout {
	width: 245px;
	padding-bottom: 165px;
	margin: 0 auto;
}

.store-list .store-content-list .store-wrap .block-layout img {
	height: 100%;
}

.store-list .store-content-list .store-wrap .go-up {
	border-radius: 0 0 4px 4px;
	padding: 8px 21px 0;
}

.store-list .store-content-list .store-wrap .house-name {
	line-height: 20px;
}

.store-list .store-content-list .store-wrap .address {
	line-height: 22px;
	margin-top: 3px;
}

.store-list .store-content-list .store-wrap .price {
	font-size: 12px;
	color: #FD5945;
	text-align: right;
	line-height: 22px;
}

.store-list .store-content-list .store-wrap .store-content-box .store-content-wrap .cz {
	top: 0;
	right: 0;
	/*background-image: linear-gradient(251deg, #55E884 3%, #25C289 75%);*/
	background: #04A4AA;
	border-radius: 0 8px 0 8px;
	width: 46px;
	line-height: 32px;
	color: #fff;
	text-align: center;
}

.store-list .store-content-list .store-wrap .store-content-box .store-content-wrap .cs {
	right: 0;
	top: 0;
	line-height: 22px;
	/*background-image: linear-gradient(245deg, #FFD073 10%, #C89F55 99%);*/
	background: #FD5945;
	border-radius: 0 8px 0 8px;
	width: 46px;
	text-align: center;
	line-height: 32px;
	color: #fff;
}

.store-list .store-in-box {
	padding:20px;
}

.store-list .store-in-box .head-img {
	width: 67px;
	height: 67px;
}

.store-list .house-test-list .btn-sel .btn-map-house img {
	margin: 0;
	width: 100%;
}

.store-list .store-in-box .head-img img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.store-list .store-in-box .store-info {
	margin-left: 74px;
	height: 67px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.store-list .store-in-box .store-name {
	display: block;
	line-height: 21px;
}

.store-list .store-in-box .store-addr {
	display: block;
	margin: 4px 0 0;
	line-height: 16px;
}


/* 中介公司房子列表 */


.store-house-list .box {
	background: #F9FBFB;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 0 21px;
	display: flex;
	align-items: center;
	height: 160px;
}

.store-house-list .box .a-info {
	flex: 1;
}

.store-house-list .box .head-img {
	width: 118px;
	height: 118px;
}

.store-house-list .box .head-img img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.store-house-list .box .name {
	line-height: 20px;
	display: block;
	cursor: context-menu;
}

.store-house-list .box .addr {
	line-height: 22px;
	margin: 8px 0 0;
	cursor: context-menu;
}

.store-house-list .box .btn-in {
	right: 24px;
	top: 24px;
	display: inline-block;
	background-image: linear-gradient(215deg, #35D9E3 0%, #04A4AA 91%);
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	padding: 0 16px;
	line-height: 32px;
	cursor: pointer;
}

.store-house-list .box .btn-in:hover {
	box-shadow: 0 0 4px 0 #04A4AA;
}

.store-house-list .box .info dt{
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	position: relative;
	top: -1px;
}

.store-house-list .box .info dd {
	display: inline-block;
	line-height: 22px;
	padding: 0 20px 0 0;
}


.store-house-list .house-list-wrap .tab {
	border-bottom: 2px solid #04A4AA;
	height: 38px;
	box-sizing: border-box;
}

.store-house-list .house-list-wrap .tab ul li {
	font-size: 16px;
	color: rgba(0, 0, 0, .6);
	line-height: 38px;
	height: 36px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	padding: 0 16px;
}

.store-house-list .house-list-wrap .tab ul li.active {
	background: #04A4AA;
	color: #fff;
	border-radius: 8px 8px 0 0;
}

.store-house-list .house-list-wrap .house-info .h-tips .tips {
	display: inline-block;
	font-size: 14px;
	color: #057D82;
	line-height: 22px;
	background: #EEF2F5;
	border-radius: 2px;
	padding: 0 4px;
	margin: 0 8px 0 0;
}

.store-house-list .house-list-wrap {
	margin: 40px 0 0;
}

.store-house-list .house-list-wrap .house-info .h-addr {
	margin: 4px 0 44px;
}

.store-house-list .house-list-wrap .house-info .botinner .tel {
	margin: 0;
}

.store-house-list .house-list-wrap .house-info .h-area span {
	display: inline-block;
	position: relative;
	padding: 0 16px 0 0;
}

.store-house-list .house-list-wrap .house-info .h-area span::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	right: 5px;
	top: 50%;
	margin-top: -6px;
	background: #979797;
}

.store-house-list .house-list-wrap .house-info .h-area span:last-child::after {
	display: none;
}

.store-house-list .box-right-area .top-btn {
	width: 108px;
	box-sizing: border-box;
	right: 0;
	top: -23px;
	display: flex;
	justify-content: space-between;
	padding:0 13px 0 8px;
}

.store-house-list .box-right-area .top-btn .click i{
	margin-right: 4px;
}

.store-house-list .box-right-area .top-btn .share p {
	top: 25px;
}

.store-house-list .box-right-area .right-area {
	max-width: 108px;
}

.store-house-list .box-right-area .right-area .qr-code {
	font-size: 0;
	overflow: hidden;
	background: #fff;
}

.store-house-list .box-right-area .right-area .qr-code p {
	line-height: normal;
}

.store-house-list .box-right-area .right-area .qr-code .left-area {
	width: 20px;
	height: 88px;
	background: #04A4AA;
	color: #fff;
	box-sizing: border-box;
	margin: 0;
	display: flex;
	align-items: center;
	border-radius: 4px 0 0 4px;
	padding: 0;
}

.store-house-list .box-right-area .right-area .qr-code .qr-area {
	font-size: 0;
	box-sizing: border-box;
	border: 2px solid #04a4aa;
	width: 88px;
	height: 88px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0px 4px 4px 0px;
}

.store-house-list .box-right-area .right-area .qr-code img {
	width: 100%;
}

.store-house-list .box-right-area .left-area {
	margin: 0 20px 0 0;
	text-align: center;
	height: 88px;
	padding:0 20px;
}

.store-house-list .box-right-area .left-area.pos-r:before {
	content: '';
	position: absolute;
	top:0;
	bottom:0;
	width: 1px;
	background: #e7e7e7;
	left:0;
}

.store-house-list .box-right-area .left-area.pos-r:after {
	content: '';
	position: absolute;
	top:0;
	bottom:0;
	width: 1px;
	background: #e7e7e7;
	right:0;
}

.store-house-list .box-right-area .left-area .i-n {
	margin: 7px 0 2px;
}

.store-house-list .box-right-area .left-area .icon-tel .iconfont {
	font-size: 25px;
}

.store-house-list .box-right-area .left-area img {
	vertical-align: middle;
	margin: -1px 8px 0 0;
}

.store-house-list .box-right-area .left-area .btn {
	font-size: 0;
}

.store-house-list .box-right-area .left-area .btn a {
	display: inline-block;
	border-radius: 4px;
	padding: 0 16px;
	line-height: 30px;
	font-size: 14px;
}

.store-house-list .box-right-area .left-area .btn .btn-l {
	background-image: linear-gradient(215deg, #35D9E3 0%, #04A4AA 91%);
	color: #fff;
	height: 30px;
}

.store-house-list .box-right-area .left-area .btn .btn-r {
	border: 1px solid #04A4AA;
	color: #04A4AA;
	height: 28px;
	line-height: 28px;
	margin: 0 0 0 8px;
}

.store-house-list .house-info-list .team.content-wrap {
	margin: 40px -12px 0;
}

.store-house-list .house-info-list .content-wrap > ul > li {
	width: 25%;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 0 24px;
}
.store-house-list.agnet-detail .house-info-list .content-wrap > ul > li .content-wrap.team ul > li {
	margin: 0;
	width: 100%;
}

.agnet-detail .house-info-list .team.content-wrap {
	margin-top: 8px;
}

.store-house-list.agnet-detail .house-info-list .content-index .i-team ul {
	margin: 0;
}

.store-house-list .house-info-list .content-wrap li .list-box {
	background: #F9FBFB;
	height: 287px;
	padding: 21px 21px 17px;
	border-radius: 8px;
	border: 1px solid #E7E7E7;
	box-sizing: border-box;
}

.store-house-list .house-info-list .content-wrap li .list-box .top-inner {
	text-align: center;
}

.store-house-list .house-info-list .content-wrap li .list-box .top-inner .head-img {
	width: 47px;
	height: 47px;
	border-radius: 50%;
	margin-right: 10px;
}
.store-house-list .house-info-list .content-wrap li .list-box .top-inner a {
	display: flex;
	align-items: center;
}

.store-house-list .house-info-list .content-wrap li .list-box .top-inner .nick-name {
	line-height: 24px;
}

.store-house-list .house-info-list .content-wrap li .list-box .top-inner .nick-name i {
	margin-left: 8px;
	color: #ffd073;
	font-size: 12px;
}

.store-house-list .house-info-list .content-wrap li .list-box .cen-inner {
	line-height: 22px;
	margin: 6px 0 0;
}


.store-house-list .house-info-list .content-wrap li .list-box .cen-inner i {
	margin: 0 5px 0 0;
	font-size: 12px;
	color: #ccc;
}

.store-house-list .house-info-list .content-wrap li .list-box .bot-inner {
	padding-top:20px;
	margin-top: 17px;

	border-top: 1px solid #E7E7E7;
}

.store-house-list .house-info-list .content-wrap li .list-box .bot-inner ul{
	display: flex;
}

.store-house-list .house-info-list .content-wrap li .list-box .bot-inner ul li {
	flex:1;
	max-width: 74px;
	min-width: 74px;
}

.store-house-list .house-info-list .content-wrap li .list-box .bot-inner ul li:nth-child(2) {
	margin: 0 10px !important;
}

.store-house-list .house-info-list .content-wrap li .list-box .have-house {
	right: -1px;
	top: -1px;
	border-radius: 0 8px 0 8px;
	height: 32px;
	line-height: 32px;
	padding:0 15px;
	color: #242424;
}

.store-house-list .house-info-list .content-wrap li .list-box .have-house.dim {
	background: #CBCBCB;
	color: #fff;
}

.store-house-list .house-info-list .content-wrap li .list-box .have-house.dim span {
	color: #fff;
}

.store-house-list .house-info-list .content-wrap li .list-box .have-house span {
	color: #04A4AA;
}

.store-house-list .house-info-list .content-index .info h4 {
	font-size: 30px;
	color: rgba(0, 0, 0, 0.80);
	line-height: 38px;
	margin: 40px 0;
}

.store-house-list .house-info-list .content-index .info p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.60);
	line-height: 22px;
}

.store-house-list .house-info-list .content-index .house-list {
	margin: 80px 0 0;
}

.store-house-list .house-info-list .content-index h4 {
	line-height: 20px;
	margin: 0 0 8px;
}

.store-house-list .house-info-list .content-index .i-team {
	margin: 80px 0 0;
}

.store-house-list .house-info-list .content-index .i-team ul {
	margin: 0 -12px;
}

.house-list-wrap .content-wrap .house-info .botinner .tel {
	font-size: 16px;
}

.house-list-wrap .content-wrap .house-info .botinner .tel i {
	font-size: 12px;
	margin-right: 8px;
	color: #ccc;
}

/* 经纪人列表 */
.broker-list.house-list-wrap .house-info-list .team.content-wrap {
	margin: 20px 0 0;
}

.broker-list.house-list-wrap .house-info-list {
	width: 100%;
}

.house-list-wrap .house-info-list .tab ul li a i {
	margin: 0 0 0 4px;
	font-size: 12px;
}

.broker-list.house-list-wrap .house-info-list .team > ul {
	margin: 0 -10px;
}

.broker-list.house-list-wrap .house-info-list .content-wrap > ul > li {
	margin: 0;
	width: 100%;
}

.broker-list.house-list-wrap .house-info-list > ul > li {
	margin: 0;
	width: 25%;
	padding:0 10px;
	box-sizing: border-box;
}

.store-house-list .house-info-list .content-wrap li .list-box .hot {
	height: 100%;
	background: #f9fbfb;
}

.store-house-list .house-info-list .content-wrap li .list-box .hot .txtarea {
	margin-top: 6px;
}

.store-house-list .house-info-list .content-wrap li .list-box .hot .txtarea .house-name {
	line-height: 20px;
}

.store-house-list .house-info-list .content-wrap li .list-box .hot .txtarea .h-info {
	line-height: 16px;
	margin-top: 1px;
}

.broker-list.house-list-wrap .house-info-list .content-wrap li .box-inner .block-layout {
	padding-bottom: 52px;
}

.broker-list.house-list-wrap .house-info-list .content-wrap li .box-inner .block-layout img {
	height: 100%;
}

.broker-list.house-list-wrap .house-info-list .content-wrap li .box-inner .txtarea .price {
	text-align: left;
}
.broker-list.house-list-wrap .house-info-list .content-wrap li .box-inner .txtarea .price span {
	/*display: block;*/
	text-align: left;
}


.broker-list.house-list-wrap .house-info-list .content-wrap li .layout-box-wrap .box-inner .txtarea .h-info {
	font-size: 14px;
	color: rgba(3, 0, 0, 0.40);
	line-height: 22px;
	margin: 4px 0 6px;
}

.broker-list.house-list-wrap .house-info-list .content-wrap li .layout-box-wrap .box-inner .txtarea .h-info span {
	display: inline-block;
	padding: 0 15px 0 0;
}

.broker-list.house-list-wrap .house-info-list .content-wrap li .layout-box-wrap .box-inner .txtarea .h-info span:last-child::after {
	display: none;
}
.broker-list.house-list-wrap .house-info-list .content-wrap li .layout-box-wrap .box-inner .txtarea .h-info span::after {
	content: '';
	position: absolute;
	right: 5px;
	top: 50%;
	width: 1px;
	height: 12px;
	background: #979797;
	margin-top: -6px;
}


.broker-list.house-list-wrap .house-info-list .content-wrap li .layout-box-wrap .cz {
	left: 0;
	top: 0;
	display: inline-block;
	padding: 0 10px;
	line-height: 22px;
	background-image: linear-gradient(251deg, #55E884 3%, #25C289 75%);
	border-radius: 4px 0 4px 0;
	color: #fff;
}

.broker-list.house-list-wrap .house-info-list .content-wrap li .layout-box-wrap .cs {
	left: 0;
	top: 0;
	display: inline-block;
	padding: 0 10px;
	line-height: 22px;
	background-image: linear-gradient(245deg, #FFD073 10%, #C89F55 99%);
	border-radius: 4px 0 4px 0;
	color: #fff;
}

/*.store-house-list .house-info-list .content-wrap li .list-box .top-inner .btn-shop {*/
/*	display: none;*/
/*	left: 16px;*/
/*	top: 16px;*/
/*	background: rgba(255, 255, 255, 0.60);*/
/*	border: 1px solid #057D82;*/
/*	border-radius: 2px;*/
/*	padding: 0 4px;*/
/*	line-height: 16px;*/
/*	font-size: 10px;*/
/*	color: #057D82;*/
/*}*/

/*.store-house-list .house-info-list .content-wrap li .list-box:hover .btn-shop {*/
/*	display: block;*/
/*}*/



/* 售车顾问 */
.car-adviser .broker-list.house-list-wrap .house-info-list .team.content-wrap {
	margin-top: 24px;
}

.car-adviser .broker-list.house-list-wrap .house-info-list {
	width: 894px;
}

.car-adviser .store-house-list .house-info-list .content-wrap li {
	width: 33.33%;
}

.car-adviser .store-house-list .house-info-list .content-wrap li .list-box {
	height: 360px;
}

.car-adviser .store-house-list .house-info-list .content-wrap li .list-box .bot-inner dl {
	width: 50%;
}

.car-adviser .store-house-list .house-info-list .content-wrap li .list-box .btn-shop {
	display: block;
	border: 1px solid #04A4AA;
	border-radius: 4px;
	width: 180px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #04A4AA;
	margin: 40px auto 0;
}

.car-adviser .store-house-list .house-info-list .content-wrap li .list-box .bot-inner dl {
	margin-top: 49px;
}

.car-adviser .car-store .c-s-list li .box {
	padding: 0;
}

.car-adviser .car-list-wrap .list li .box {
	padding: 0;
}

.car-adviser .car-list-wrap .list li .box:hover {
	box-shadow: 0 0;
	background: #F9FBFB;
}


/*  房产  */
.select-inner .sel-c.set-hy {
	width: 1055px;
}

