.broker-detail {
	cursor: context-menu;
}

.broker-detail .top-inner {
	padding: 21px;
	background: #F9FBFB;
	border-radius: 8px;
	border: 1px solid #E7E7E7;
	display: flex;
	align-items: center;
}

.broker-detail .top-inner .head-img {
	width: 118px;
	height: 118px;
	border-radius: 50%;
	overflow: hidden;
}

.broker-detail .top-inner .head-img img {
	width: 100%;
	height: 100%;
}

.broker-detail .top-inner .broker-info {
	margin: 0 0 0 22px;
	flex: 1;
}

.broker-detail .top-inner .broker-info .nick-name {
	line-height: 24px;
}


.broker-detail .top-inner .broker-info .spoils {
	margin: 10px 0;
}

.broker-detail .top-inner .broker-info .spoils dl {
	width: auto;
	text-align: center;
	margin: 0 60px 0 0;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.60);
	line-height: 22px;
	position: relative;
}

.broker-detail .top-inner .broker-info .spoils dl dd {
	margin: 1px 0 0;
}

.broker-detail .top-inner .broker-info .spoils dl::after {
	content: '';
	position: absolute;
	right: -30px;
	top: 9px;
	width: 1px;
	bottom: 9px;
	background: #e7e7e7;
}
.broker-detail .top-inner .broker-info .spoils dl:last-child::after {
	display:none;
}

.broker-detail .top-inner .broker-info .ascription dl {
	line-height: 18px;
}


.broker-detail .top-inner .box-right-area .left-area img {
	vertical-align: middle;
	margin: -1px 8px 0 0;
}

.broker-detail .top-inner .box-right-area .btn {
	padding-right: 41px;
}


.broker-detail .top-inner .box-right-area .btn.pos-r:after {
	content: '';
	position: absolute;
	top:0;
	bottom:0;
	width: 1px;
	background: #e7e7e7;
	right: 20px;
}

.broker-detail .top-inner .box-right-area .btn a {
	display: block;
	border-radius: 4px;
	width: 109px;
	line-height: 39px;
	height:39px;
	text-align: center;
	font-size: 14px;
}

.broker-detail .top-inner .box-right-area .btn .btn-l {
	background-image: linear-gradient(215deg, #35D9E3 0%, #04A4AA 91%);
	color: #fff;
}

.broker-detail .top-inner .box-right-area .btn .btn-r {
	border: 1px solid #04A4AA;
	color: #04A4AA;
	box-sizing: border-box;
	margin-top: 10px;
}


.broker-detail .top-inner .box-right-area .right-area .qr-code p {
	line-height: normal;
}

.broker-detail .top-inner .box-right-area .right-area .qr-code .left-area {
	width: 20px;
	height: 80px;
	background: #057D82;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.80);
	text-align: center;
	box-sizing: border-box;
	padding: 7px 0 0;
	margin: 0;
}

.broker-detail .top-inner .box-right-area .right-area .qr-code img {
	width: 70px;
	box-sizing: border-box;
	background: #fff;
}


.broker-detail .top-inner .box-right-area .right-area {
	max-width: 100px;
}

.broker-detail .top-inner .share {
	right: 32px;
	top: 32px;
}

.broker-detail .top-inner .share:hover p {
	display: block;
	-webkit-animation: topFadeIn .3s ease-out;
	-moz-animation: topFadeIn .3s ease-out;
	animation: topFadeIn .3s ease-out;
}

.broker-detail .broker-house-info {
	margin: 16px 0 0;
}

.broker-detail .broker-house-info .left-area {
	min-height: 666px;
	width: 282px;
	box-sizing: border-box;
	padding: 24px 0 0 32px;
	background: #F9FBFB;
	border-radius: 4px;
}

.broker-detail .broker-house-info .left-area .hide {
	display: none;
	padding: 0 0 0 16px;
}

.broker-detail .broker-house-info .left-area .nav-item {
	cursor: pointer;
}

.broker-detail .broker-house-info .left-area .nav-item-tit {
	padding: 0 0 0 20px;
	height: 56px;
	font-size: 16px;
	color: rgba(3, 0, 0, 0.81);
	line-height: 24px;
	line-height: 56px;
}

.broker-detail .broker-house-info .left-area .first-foolr span,
.broker-detail .broker-house-info .left-area .second-floor span {
	display: inline-block;
	border-radius: 2px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	width: 14px;
}

.broker-detail .broker-house-info .left-area .first-foolr span {
	background: #04A4AA;
	color: #fff;
	border: 1px solid #04A4AA;
}

.broker-detail .broker-house-info .left-area .second-floor span {
	background: #fff;
	color: #04A4AA;
	border: 1px solid #04A4AA;
}

.broker-detail .broker-house-info .left-area .first-foolr .reduce,
.broker-detail .broker-house-info .left-area .second-floor .reduce {
	display: none;
	line-height: 12px;
}

.broker-detail .broker-house-info .left-area .nav-item .bottom {
	/* padding:0 0 0 16px; */
	margin: 16px 0 0;
}

.broker-detail .broker-house-info .left-area .nav-item .bottom li {
	font-size: 16px;
	color: rgba(3, 0, 0, 0.80);
	line-height: 24px;
	margin: 0 0 8px;
}

.broker-detail .broker-house-info .left-area .nav-item .bottom .active {
	color: #04A4AA;
}

.house-content-wrap .tab {
	border-bottom: 1px solid #E7ECF2;
	padding: 26px 0 1px;
}

.house-content-wrap .tab li {
	margin: 0 32px 0 0;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.60);
	line-height: 28px;
	padding: 0 0 4px;
	cursor: pointer;
}

.house-content-wrap .tab li.active {
	border-bottom: 2px solid #04A4AA;
	color: #04A4AA;
}

.house-list {
	margin:7px 0 0;
}
.house-list .house-info-list {
	width: 894px;
}

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

.house-list .house-info-list .tab {
	border-bottom: 2px solid #04A4AA;
}

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

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

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

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

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

.house-list .house-info {
	padding: 24px 0;

}

.house-list .house-info+.house-info {
	border-top: 2px solid #E7ECF2;
}

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

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

.house-list .house-info .info-list {
	width: 666px;
}

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

.house-list .house-info .h-img img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
	-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 .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 .house-info .h-img .ds,
.house-list .house-info .h-img .zs,
.house-list .house-info .h-img .zj,
.house-list .house-info .h-img .zr {
	border-radius: 4px 0 4px 0;
	width: auto;
	line-height: 22px;
	text-align: center;
	color: #fff;
	z-index: 1;
}

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

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

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

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

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

.house-list .house-info .h-name {
	font-size: 20px;
	color: rgba(3, 0, 0, .8);
	line-height: 28px;
	margin: 0 0 18px;
}

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

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

.house-list .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 .house-info .h-name .h-name-d {
	border: 1px solid #FA666B;
	color: #FD5945;
	margin: 0 2px 0 0;
	cursor: context-menu;
}

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

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

.house-list .house-info .h-area .tips {
	padding: 0 4px;
	line-height: 22px;
	background: #F0F4F7;
	font-size: 14px;
	color: #057D82;
	text-align: center;
	margin: 0 0 0 16px;
}

.house-list .house-info .h-area .tips+.tips {
	margin: 0 4px 0 0;
}

.house-list .house-info .h-addr {
	font-size: 14px;
	color: rgba(3, 0, 0, .6);
	line-height: 22px;
	margin: 4px 0 24px;
}

.house-list .house-info .h-info i {
	margin: 0 5px 0 0;
	color:#ccc;
	font-size:12px;
}

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

.house-list .house-info .right-area {
	right: 24px;
	top: 24px;
	bottom: 24px;
}

.house-list .house-info .right-area .topinner div {
	display: inline-block;
	cursor: pointer;
	padding: 0 12px 6px;
}

.house-list .house-info .right-area .topinner {
	display: none;
}

.house-list .house-info .right-area .topinner div:last-child {
	padding: 0 0 6px 12px;
}

.house-list .house-info .right-area .topinner .share p {
	display: none;
	background: #fff;
	width: 50px;
	height: 50px;
	top: 30px;
	box-sizing: border-box;
	padding: 3px 2px 0;
	z-index: 1;
}

.house-list .house-info .right-area .topinner .share:hover p {
	display: block;
	-webkit-animation: topFadeIn .3s ease-out;
	-moz-animation: topFadeIn .3s ease-out;
	animation: topFadeIn .3s ease-out;
}

.house-list .house-info .right-area .topinner .qr-code {
	display: none;
	top: 24px;
	background: #fff;
	padding: 5px;
	width: 40px;
	left: -3px;
}

.house-list .house-info .right-area .topinner .qr-code-wrap:hover .qr-code {
	display: block;
	-webkit-animation: topFadeIn .3s ease-out;
	-moz-animation: topFadeIn .3s ease-out;
	animation: topFadeIn .3s ease-out;
}

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

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

.house-list .house-info .botinner .price span {
	font-size: 16px;
}

.house-list .house-info .botinner .tel {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.40);
	line-height: 26px;
}

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

.house-list .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;
}

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

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

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






















.broker-detail .top-inner  .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;
}

.broker-detail .top-inner .box-right-area .top-btn .click i{
	margin-right: 4px;
}

.broker-detail .top-inner .box-right-area .top-btn .share p {
	top: 25px;
}

.broker-detail .top-inner .box-right-area .right-area {
	max-width: 108px;
}

.broker-detail .top-inner .box-right-area .right-area .qr-code {
	font-size: 0;
	overflow: hidden;
	background: #fff;
}

.broker-detail .top-inner .box-right-area .right-area .qr-code p {
	line-height: normal;
}

.broker-detail .top-inner .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;
}

.broker-detail .top-inner .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;
}

.broker-detail .top-inner .box-right-area .right-area .qr-code img {
	width: 100%;
}

.broker-detail .top-inner .box-right-area .left-area {
	text-align: center;
	height: 88px;
	padding:0 19px 0 24px;
}

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


.broker-detail .top-inner .box-right-area .left-area .i-n {
	margin: 7px 0 2px;
}

.broker-detail .top-inner .box-right-area .left-area .icon-tel .iconfont {
	font-size: 25px;
}

.broker-detail .top-inner .box-right-area .left-area img {
	vertical-align: middle;
	margin: -1px 8px 0 0;
}

.broker-detail .top-inner .box-right-area .left-area .btn {
	font-size: 0;
}

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

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

.broker-detail .top-inner .box-right-area .left-area .btn .btn-r {
	border: 1px solid #04A4AA;
	color: #04A4AA;
	height: 28px;
	line-height: 28px;
	margin: 0 0 0 8px;
}


