.esfhead .header {
	background-color: #f5f5f6;
	line-height: 1;
	height: 45px;
    padding: 15px 0 15px;
}
.esfhead .header .menu {
	width: 1200px;
	margin: 0 auto
}

.esfhead .header .menu .menuLeft {
	line-height: 45px;
	display: table-cell;
	white-space: nowrap;
	float: left;
	width: auto
}

.esfhead .header .menu .menuLeft .logo {
	vertical-align: middle;
	display: inline-block;
	/*background: url(../../static/images/logo.png) no-repeat 50%/contain;*/

	width: 185px;
	height: 40px;
	margin-top: 0px
}
.esfhead .header .menu .menuLeft .channelName {
	margin-left: 15px;
	display: inline-block;
	padding: 0 6px;
	height: 25px;
	font-size: 15px;
	line-height: 25px;
	background-color: #3072f6;
	color: #fff
}

.esfhead .header .menu .menuLeft .typeList {
	margin-left: 34px;
	line-height: 26px;
	display: inline-block;
	font-size: 16px
}

.esfhead .header .menu .menuLeft .typeList li {
	display: inline-block;
	margin-right: 30px
}

.esfhead .header .menu .menuLeft .typeList li a {
	color: #101d37;
	font-weight: 700;
	text-decoration: none
}

.esfhead .header .menu .menuLeft .typeList li.selected a {
	color: #3072f6
}

.esfhead .header .menu .search {
	width: 710px;
	height: 45px;
	float: right;
	background-color: #fff;
	border-radius: 2px;
	font-size: 12px
}

.esfhead .header .menu .search .input {
	position: relative
}

.esfhead .header .menu .search .state {
	display: inline-block;
	line-height: 45px;
	font-weight: 700;
	color: #101d37;
	padding-left: 18px;
	padding-right: 10px;
	cursor: pointer
}

.esfhead .header .menu .search .noArrow {
	margin-right: 18px
}

.esfhead .header .menu .search .downArrow {
	display: inline-block;
	margin-right: 18px;
	cursor: pointer;
	height: 20px
}

.esfhead .header .menu .search .downArrow i {
	display: inline-block;
	background-image: url(../../static/img/sprite.png);
	background-position: -532px -91px;
	width: 5px;
	height: 3px;
	vertical-align: 3px
}



.esfhead .header .menu .search .sstate {
	display: inline-block;
	display: none;
	width: 58px;
	border: 1px solid #eee;
	background-color: #ebeced;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 34px;
	z-index: 10
}

.esfhead .header .menu .search .sstate span {
	display: inline-block;
	width: 100%;
	font-weight: 700;
	padding: 5px 0;
	cursor: pointer
}

.esfhead .header .menu .search input {
	display: inline-block;
	width: 88%;
	height: 60%;
	border: 0;
	padding-left: 20px;
}

.esfhead .header .menu .search .searchButton {
	width: 50px;
	height: 45px;
	display: inline-block;
	text-align: center;
	background-color: #fff;
	cursor: pointer
}

.esfhead .header .menu .search .searchButton i {
	display: inline-block;
	vertical-align: -4px;
	background-image: url(../../static/img/sprite.png);
	background-position: -439px -185px;
	width: 17px;
	height: 17px
}


.esfhead .header .menu .search .searchMsg {
	display: none;
	position: absolute;
	left: 0;
	top: 44px;
	width: 345px;
	max-height: 600px;
	overflow: auto;
	font-size: 14px;
	background-color: #fff;
	z-index: 10;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .2)
}

.esfhead .header .menu .search .searchMsg .searchMsgTitle {
	padding: 0 21px;
	line-height: 42px;
	background-color: #f4f7f9
}

.esfhead .header .menu .search .searchMsg .searchMsgTitle .searchMsgName {
	display: inline-block;
	width: 60%;
	color: #849aae
}

.esfhead .header .menu .search .searchMsg .searchMsgTitle .searchMsgTitleRightPart {
	display: inline-block;
	width: 40%;
	text-align: right
}

.esfhead .header .menu .search .searchMsg .searchMsgTitle .searchMsgTitleRightPart .totalNew {
	color: #888c8e;
	display: inline-block;
	margin-right: 23.5px
}

.esfhead .header .menu .search .searchMsg .searchMsgTitle .searchMsgTitleRightPart .manage {
	color: #888c8e;
	display: inline-block
}

.esfhead .header .menu .search .searchMsg ul li a {
	display: block;
	font-size: 12px;
	padding: 0 21px;
	line-height: 42px
}

.esfhead .header .menu .search .searchMsg ul li a .msgListTitle {
	display: inline-block;
	color: #101d37;
	width: 73%;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis
}

.esfhead .header .menu .search .searchMsg ul li a .msgListTitle .sug_region {
	width: 40px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #f5f5f5;
	border-radius: 2px;
	font-size: 12px;
	color: #a0a3a5;
	margin-right: 4px;
	display: inline-block
}

.esfhead .header .menu .search .searchMsg ul li a .msgListAdd {
	display: inline-block;
	color: #b0b3b4;
	width: 27%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: right;
	text-align: right
}

.esfhead .header .menu .search .searchMsg ul li a:hover {
	background-color: #f9f9f9
}

.esfhead .detailHeader {
	padding: 17px 0 0;
	background-color: #fff;
}

.esfhead .detailHeader .title-wrapper {
	text-align: center;
	position: relative
}

.esfhead .detailHeader .title-wrapper .content {
	display: inline-block;
	width: 1150px;
	vertical-align: middle;
	line-height: 1;
	text-align: left
}

.esfhead .detailHeader .title-wrapper .content .worth_buy {
	width: 52px;
	height: 16px;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	vertical-align: 5px;
	margin-right: 5px;
	display: inline-block;
	background: url(/pegasus/redskull/images/ershoufang/worthBuy@2x.png?v=1a86c7fa) no-repeat;
	background-size: 52px 16px;
	margin-bottom: 3px
}

.esfhead .detailHeader .title-wrapper .content .worth_position {
	width: 52px;
	height: 16px;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	vertical-align: 5px;
	margin-right: 5px;
	display: inline-block;
	background-size: 52px 16px;
	margin-bottom: 3px
}

.esfhead .detailHeader .title-wrapper .content .title {
	display: table-cell;
	vertical-align: top
}

.esfhead .detailHeader .title-wrapper .content .title .main {
	max-width: 900px;
	line-height: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 26px;
	color: #101d37;
	font-weight: 700
}

.esfhead .detailHeader .title-wrapper .content .title .main .worth_buy {
	width: 48px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	vertical-align: 5px;
	margin-right: 5px;
	display: inline-block;
	background-image: linear-gradient(-90deg, #3676f6, #6494f6)
}

.esfhead .detailHeader .title-wrapper .content .title .main span {
	display: inline-block;
	margin-left: 15px;
	color: #b0b3b4
}

.esfhead .detailHeader .title-wrapper .content .title .main strong {
	font-weight: inherit;
	display: inline-block;
	color: #db4c3f;
	margin-left: 10px
}

.esfhead .detailHeader .title-wrapper .content .title .sub {
	max-width: 790px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #aaa;
	line-height: 1.2
}

.esfhead .detailHeader .title-wrapper .content .btnContainer {
	display: table-cell;
	vertical-align: top;
	width: 1050px;
	text-align: right
}

.esfhead .detailHeader .title-wrapper .content .btnContainer .action {
	display: inline-block;
	text-align: center;
	color: #b0b3b4;
	font-size: 12px;
	margin-left: 20px;
	position: relative
}

.esfhead .detailHeader .title-wrapper .content .btnContainer .action .count {
	margin-top: 10px;
	display: inline-block
}

.esfhead .detailHeader .title-wrapper .content .btnContainer .action .layer-qrcode {
	position: absolute;
	left: -38px;
	top: 75px;
	width: 190px;
	padding: 40px 0;
	background-color: #fff;
	box-shadow: 0 0 6px 0 rgba(13, 4, 9, .2);
	line-height: 1;
	text-align: center;
	font-size: 12px;
	z-index: 1
}

.esfhead .detailHeader .title-wrapper .content .btnContainer .action .layer-qrcode .icon-qrcode {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: block
}

.esfhead .detailHeader .title-wrapper .content .btnContainer .action .layer-qrcode .icon-qrcode img {
	border: 0;
	vertical-align: top
}

.esfhead .detailHeader .title-wrapper .content .btnContainer .action .layer-qrcode .txt {
	margin-top: 24px;
	font-size: 16px;
	color: #101d37;
	display: block
}

.esfhead .detailHeader .title-wrapper .content .btnContainer .action .layer-qrcode .sub-txt {
	margin-top: 8px;
	font-size: 16px;
	color: #101d37;
	display: block
}

.esfhead .detailHeader .title-wrapper .content .btnContainer .action .layer-qrcode .icon-close {
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 10px;
	right: 10px;
	background: url(/pegasus/redskull/images/ershoufang/icon-close.png?v=ba661258);
	background-size: 100%
}

.esfhead .detailHeader .title-wrapper .content .btnContainer .add-to-cart {
	background: #3072f6;
	color: #fff
}

.esfhead .detailHeader .title-wrapper .content .btnContainer .move-from-cart {
	background: #fff
}

.esfhead .detailHeader .title-wrapper .content .btnContainer .hide {
	display: none
}

.esfhead .detailHeader .title-wrapper .content .btnContainer button {
	display: block;
	width: 113px;
	height: 45px;
	background-color: #fff;
	border-radius: 2px;
	color: #101d37;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.esfhead .detailHeader .title-wrapper .content .btnContainer.disable button {
	color: #d7d9d9
}

.esfhead .intro {
	width: 1150px;
	height: 67px;
	line-height: 66px;
	background: #fff;
	border-top: 0;
	margin: 0 auto
}

.esfhead .intro .container {
	width: 710px;
	margin-left: 0
}

.esfhead .intro .l-txt a,
.esfhead .intro .l-txt span {
	color: #aaa
}

.esfhead .intro .houseRecord {
	font-size: 12px;
	color: #101d37;
	text-align: justify
}

.esfhead .intro .houseRecord .report {
	color: #1ba1e1;
	margin-left: 10px
}

.esfhead .intro .houseRecord .detail {
	color: #9399a5
}


.overview1 .content {
	float:left;
	width: 380px;
	line-height: 1;
	margin-left:80px;
}

 .overview1 .content .publisher {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: -42px
}

 .overview1 .content .publisher .link {
	color: #3072f6;
	text-decoration: underline;
	font-size: 14px;
	letter-spacing: -.2px
}

 .overview1 .content .sharethis {
	cursor: pointer;
	display: inline-block;
	color: #101d37;
	font-size: 12px;
	position: absolute;
	top: -39px;
	right: 0
}

 .overview1 .content .sharethis:hover {
	text-decoration: underline
}

 .overview1 .content .sharethis i {
	display: inline-block;
	vertical-align: -1px;
	margin-right: 10px;
	background-position: -530px -173px;
	width: 12px;
	height: 12px
}



 .overview1 .content .price {
	position: relative;
	height: 49px
}

.total {
	display: inline-block;
	font-family: Tahoma;
	font-size: 42px;
	line-height: 42px;
	color: #fe615a;
	font-weight: 700;
	letter-spacing: -1px;
	max-width: 165px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

 .overview1 .content .price .unit {
	display: inline-block;
	font-size: 16px;
	color: #e4393c;
	height: 37px;
	vertical-align: 6px
}

 .overview1 .content .price .unit i {
	display: inline-block;
	margin: 0 auto;
	display: block;
	background-position: -385px -238px;
	width: 10px;
	height: 13px
}



 .overview1 .content .price .unit span {
	display: block;
	margin-top: 9px
}

 .overview1 .content .price .text {
	font-size: 12px;
	color: #101d37;
	display: inline-block;
	margin-left: 16px;
	vertical-align: 6px
}

 .overview1 .content .price .text .unitPrice {
	font-size: 16px;
	color: #101d37
}

 .overview1 .content .price .text .unitPrice .unitPriceValue {
	font-weight: 700;
	color: #101d37
}

 .overview1 .content .price .text .unitPrice .unitPriceValue i {
	font-weight: 400
}

 .overview1 .content .price .text .unitPrice .auction {
	margin-left: 5px;
	display: inline-block;
	position: relative
}

 .overview1 .content .price .text .unitPrice .auction:hover .tooltip {
	display: block
}

 .overview1 .content .price .text .unitPrice .auction .auctionIcon {
	display: inline-block;
	vertical-align: -1px;
	background-position: -488px -185px;
	width: 15px;
	height: 15px
}



 .overview1 .content .price .text .unitPrice .auction .tooltip {
	display: none;
	position: absolute;
	font-size: 12px;
	z-index: 100;
	width: 150px;
	left: -67px;
	top: 22px
}

 .overview1 .content .price .text .unitPrice .auction .tooltip .tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent
}

 .overview1 .content .price .text .unitPrice .auction .tooltip.bottom .tooltip-arrow {
	left: 50%;
	top: -10px;
	margin-left: -5px;
	border-bottom-color: #000
}

 .overview1 .content .price .text .unitPrice .auction .tooltip .tooltip-inner {
	padding: 10px;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

 .overview1 .content .price .text .tax {
	margin-top: 8px;
	color: #101d37;
	font-size: 12px
}

 .overview1 .content .price .text .tax .taxtext {
	display: inline-block;
	max-width: 210px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	color: #3072f6
}

 .overview1 .content .price .text .tax .detail {
	display: inline-block;
	font-weight: 400;
	color: #9399a5;
	cursor: pointer;
	vertical-align: middle
}

 .overview1 .content .price .text .tax .compute {
	font-weight: 400;
	color: #009de8;
	margin-left: 33px
}

 .overview1 .content .price .removeIcon {
	display: none;
	position: absolute;
	right: 440px;
	top: 0;
	background-position: 0 -197px;
	width: 120px;
	height: 120px
}

 .overview1 .content .price .chengjiao {
	position: absolute;
	right: 440px;
	top: 0;
	background: unset
}

 .overview1 .content .price.isRemove .total,
 .overview1 .content .price.isRemove .unit {
	color: #8e8e8e
}

 .overview1 .content .price.isRemove .unitPrice span {
	color: #101d37;
	font-size: 16px
}

 .overview1 .content .price.isRemove .removeIcon {
	display: block
}

 .overview1 .content .price .panelDetail {
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer
}

 .overview1 .content .houseInfo {
	box-sizing: border-box;
	margin-top: 18px;
	width: 100%;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	padding: 20px 0;
	*zoom: 1
}

 .overview1 .content .houseInfo:after,
 .overview1 .content .houseInfo:before {
	display: table;
	content: ""
}

 .overview1 .content .houseInfo:after {
	clear: both
}

 .overview1 .content .houseInfo .mainInfo {
	font-size: 22px;
	font-weight: 700;
	color: #101d37;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap
}

 .overview1 .content .houseInfo .subInfo {
	margin-top: 8px;
	font-size: 12px;
	color: #101d37;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap
}

 .overview1 .content .houseInfo .area,
 .overview1 .content .houseInfo .room,
 .overview1 .content .houseInfo .type {
	float: left;
	width: 33%
}

 .overview1 .content .houseInfo .haofangInfo {
	display: flex;
	display: -webkit-flex; 
	display: -webkit-box; 
display: -ms-flexbox; /* TWEENER - IE 10 */
	clear: both;
	height: 30px;
	background: #f8f8f8;
	line-height: 30px;
	font-size: 13px;
	color: #222;
	margin-top: 56px
}

 .overview1 .content .houseInfo .haofangInfo img {
	width: 70px;
	height: 30px;
	margin-right: 10px
}

 .overview1 .content .houseInfo .haofangInfo:hover {
	text-decoration: none
}

 .overview1 .content .aroundInfo {
	padding: 23px 0;
	line-height: 18px;
	border-bottom: 1px solid #f1f1f1;
	font-size: 14px
}

 .overview1 .content .aroundInfo .label {
	color: #9399a5;
	margin-right: 20px
}

 .overview1 .content .aroundInfo .info {
	color: #101d37
}

 .overview1 .content .aroundInfo i {
	display: inline-block
}

 .overview1 .content .aroundInfo .communityName .map {
	color: #101d37;
	margin-left: 14px
}

 .overview1 .content .aroundInfo .communityName .map:hover {
	color: #000
}

 .overview1 .content .aroundInfo .areaName {
	margin-top: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

 .overview1 .content .aroundInfo .areaName .supplement {
	color: #9399a5;
	margin-left: 14px
}

 .overview1 .content .aroundInfo .areaName a {
	color: #101d37
}

 .overview1 .content .aroundInfo .communityName .info {
	text-decoration: underline
}

 .overview1 .content .aroundInfo .communityName .info.no_resblock_a {
	text-decoration: none
}

 .overview1 .content .aroundInfo .schoolName {
	margin-top: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

 .overview1 .content .aroundInfo .schoolName .info a {
	color: #101d37;
	text-decoration: underline
}

 .overview1 .content .aroundInfo .schoolName .info a.block_a {
	text-decoration: none
}

 .overview1 .content .aroundInfo .schoolName .info i {
	margin: 0 5px
}

 .overview1 .content .aroundInfo .schoolName .schoolType {
	margin-left: 5px;
	vertical-align: -1px
}

 .overview1 .content .aroundInfo .schoolName .more {
	margin-left: 6px;
	vertical-align: -1px;
	position: relative
}

 .overview1 .content .aroundInfo .schoolName .more ul {
	display: none;
	position: absolute;
	bottom: 17px;
	left: -72px;
	padding: 6px 11px;
	background-color: #f8f8f9;
	border: 1px solid #dfdfdf;
	border-radius: 2px
}

 .overview1 .content .aroundInfo .schoolName .more ul li {
	white-space: nowrap;
	margin: 6px 0;
	color: #3072f6
}

 .overview1 .content .aroundInfo .schoolName .more:hover ul {
	display: block
}

 .overview1 .content .aroundInfo .houseRecord,
 .overview1 .content .aroundInfo .visitTime {
	margin-top: 16px
}

 .overview1 .content .aroundInfo .houseRecord .jubao {
	display: inline-block;
	margin-left: 5px
}

 .overview1 .content .aroundInfo .houseRecord a {
	color: #101d37
}

 .overview1 .content .brokerInfo {
	font-size: 0;
	padding-top: 19px
}

 .overview1 .content .brokerInfo .agentInfo {
	height: 60px
}

 .overview1 .content .brokerInfo .agentInfo img.head_photo {
	width: 60px;
	height: 60px;
	border-radius: 60px
}

 .overview1 .content .brokerInfo .agentInfo .brokerInfoText {
	margin-top: 6px;
	float: right;
	line-height: 1;
	width: 300px
}

 .overview1 .content .brokerInfo .agentInfo .brokerInfoText .brokerName {
	font-size: 12px
}

 .overview1 .content .brokerInfo .agentInfo .brokerInfoText .brokerName .agent_card_vip {
	background: url(/pegasus/redskull/images/common/agent_vip.png?v=518716bd) 0 0 no-repeat;
	width: 15px;
	height: 15px;
	background-size: 100%;
	display: inline-block;
	margin-left: 3px;
	vertical-align: middle
}

 .overview1 .content .brokerInfo .agentInfo .brokerInfoText .brokerName .brokerCompany {
	height: 18px;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 4px;
	margin-left: 6px;
	border-radius: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100px
}

 .overview1 .content .brokerInfo .agentInfo .brokerInfoText .brokerName .brokerCompany.lianjia {
	background-color: #00ae66;
	color: #fff
}

 .overview1 .content .brokerInfo .agentInfo .brokerInfoText .brokerName .brokerCompany.deyou {
	background-color: #ec3737;
	color: #fff
}

 .overview1 .content .brokerInfo .agentInfo .brokerInfoText .brokerName .brokerCompany.beike {
	background-color: #f4f7f9;
	color: #849aae
}

 .overview1 .content .brokerInfo .agentInfo .brokerInfoText .brokerName .brokerBeikeScore {
	color: #3072f6;
	line-height: 18px;
	float: right;
	font-weight: 700
}

 .overview1 .content .brokerInfo .agentInfo .brokerInfoText .brokerName .brokerBeikeScore .brokerBeikeScoreIcon {
	display: inline-block;
	background-image: url(/pegasus/redskull/images/common/sprite.png?v=f9bb8de8);
	background-position: -482px -173px;
	width: 12px;
	height: 12px;
	vertical-align: -1px;
	margin-left: 4px;
	position: relative
}



 .overview1 .content .brokerInfo .agentInfo .brokerInfoText .brokerName .brokerBeikeScore .brokerBeikeScoreIcon:hover .brokerBeikeScoreDesc {
	display: block
}

 .overview1 .content .brokerInfo .agentInfo .brokerInfoText .brokerName .brokerBeikeScore .brokerBeikeScoreIcon .brokerBeikeScoreDesc {
	display: none;
	position: absolute;
	right: 0;
	bottom: 16px;
	width: 265px;
	padding: 14px 18px;
	font-size: 12px;
	color: #333;
	line-height: 22px;
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

 .overview1 .content .brokerInfo .agentInfo .brokerInfoText .brokerName .name {
	vertical-align: middle;
	font-size: 24px;
	font-weight: 700;
	color: #101d37;
	margin-right: 8px;
	max-width: 140px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 33px;
	cursor: pointer
}

 .overview1 .content .brokerInfo .agentInfo .brokerInfoText .brokerName .tag {
	float: right;
	vertical-align: middle;
	display: inline-block;
	line-height: 20px;
	font-size: 12px;
	color: #101d37;
	font-weight: 700;
	border: 1px solid #d8d7d8;
	padding: 0 6px
}

 .overview1 .content .brokerInfo .agentInfo .brokerInfoText .brokerName .tag.first {
	color: #101d37;
	border: none
}

 .overview1 .content .brokerInfo .agentInfo .brokerInfoText .brokerName .jjr_infocard,
 .overview1 .content .brokerInfo .agentInfo .brokerInfoText .brokerName .jjr_license {
	vertical-align: middle
}

 .overview1 .content .brokerInfo .agentInfo .brokerInfoText .evaluate {
	margin-top: 6px;
	font-size: 14px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #9399a5;
	letter-spacing: 0;
	line-height: 17px
}

 .overview1 .content .brokerInfo .agentInfo .brokerInfoText .evaluate .baojia {
	color: #fe615a;
	font-weight: 700;
	margin-right: 8px
}

 .overview1 .content .brokerInfo .agentInfo .brokerInfoText .evaluate .rate {
	color: #101d37;
	position: relative;
	top: -2px
}

 .overview1 .content .brokerInfo .agentInfo .brokerInfoText .evaluate .time {
	margin-left: 21px
}

 .overview1 .content .brokerInfo .bg_gray {
	background: url(/pegasus/redskull/images/common/agent_bubble.png?v=8109d289);
	background-size: 100% 100%;
	padding: 13px 18px;
	height: auto;
	font-weight: 700;
	margin-top: 16px
}

 .overview1 .content .brokerInfo .bg_gray p {
	line-height: 18px;
	font-size: 13px;
	color: #849aae
}

 .overview1 .content .brokerInfo .phone {
	margin-top: 19px
}

 .overview1 .content .brokerInfo .phone .phone400 {
	background: #3072f6;
	border-radius: 2px;
	min-width: 252px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: 700
}

 .overview1 .content .brokerInfo .phone .phone400 span {
	font-size: 14px;
	padding: 0 4px;
	line-height: 20px
}

 .overview1 .content .brokerInfo .phone .margin {
	float: right;
	display: block;
	width: 8px;
	height: 46px;
	background: #fff
}

 .overview1 .content .brokerInfo .phone .new-talk {
	width: 118px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	float: right;
	background: #f4f8fe;
	border: 1px solid #4688f1;
	border-radius: 2px;
	font-size: 14px;
	color: #4688f1;
	text-decoration: none;
	cursor: pointer
}

 .overview1 .content .brokerInfo .phone .new-talk .im-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../../static/images/im-chart@2x.png?) no-repeat 50%/16px;
	padding: 0;
	margin-right: 8px;
	vertical-align: -3px
}

 .overview1 .content .brokerInfo .noData {
	color: #9399a5;
	font-size: 14px
}

 .overview1 .content .download {
	padding: 35px 0;
	display: none
}

 .overview1 .content .download .qr-code img {
	display: inline-block
}

 .overview1 .content .download .qr-code .text {
	color: #101d37;
	font-size: 12px;
	font-weight: 700;
	line-height: 94px;
	margin-left: 10px
}

.xiaoquCard1 {
	width: 720px;
	line-height: 1
}

 .xiaoquCard1 .xiaoqu_header .fl {
	font-weight: 700;
	font-size: 23px;
	color: #101d37
}

 .xiaoquCard1 .xiaoqu_header .fr {
	font-size: 14px;
	line-height: 23px;
	color: #7f8183
}

 .xiaoquCard1 .xiaoqu_content {
	margin-top: 23px
}

 .xiaoquCard1 .xiaoqu_content .xiaoqu_img {
	width: 199px;
	height: 150px;
	margin-top: 13px;
	position: relative
}

 .xiaoquCard1 .xiaoqu_content .xiaoqu_img img {
	width: 100%;
	height: 100%
}

 .xiaoquCard1 .xiaoqu_content .xiaoqu_img .no_img {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 170px;
	text-align: center;
	color: #d7d9d9;
	background-color: #f5f5f6;
	font-size: 12px
}

 .xiaoquCard1 .xiaoqu_content .xiaoqu_main {
	width: 459px
}

 .xiaoquCard1 .xiaoqu_content .xiaoqu_main .xiaoqu_price {
	font-size: 14px;
	margin-bottom: 22px
}

 .xiaoquCard1 .xiaoqu_content .xiaoqu_main .xiaoqu_price .xiaoqu_price_red {
	font-family: Tahoma;
	font-size: 30px;
	font-weight: 700;
	color: #db4c3f
}

 .xiaoquCard1 .xiaoqu_content .xiaoqu_main .xiaoqu_price .xiaoqu_unit {
	color: #101d37
}

 .xiaoquCard1 .xiaoqu_content .xiaoqu_main .xiaoqu_price .xiaoqu_ps {
	margin-left: 25px;
	color: #a9abab
}

 .xiaoquCard1 .xiaoqu_content .xiaoqu_main .xiaoqu_info {
	margin-top: 13px;
	font-size: 14px
}

 .xiaoquCard1 .xiaoqu_content .xiaoqu_main .xiaoqu_info .xiaoqu_main_label {
	color: #7f8183
}

 .xiaoquCard1 .xiaoqu_content .xiaoqu_main .xiaoqu_info .xiaoqu_main_info {
	margin-left: 24px;
	color: #101d37
}

 .xiaoquCard1 .xiaoqu_content .xiaoqu_main .xiaoqu_info .xiaoqu_main_info a {
	text-decoration: underline
}

 .xiaoquCard1 .xiaoqu_content .xiaoqu_main .xiaoqu_info .price_red {
	color: #db4c3f;
	font-weight: 700
}

 .xiaoquCard1 .xiaoqu_content .xiaoqu_main .xiaoqu_info .xiaoqu_main_url {
	color: #101d37;
	font-weight: 700;
	text-decoration: underline
}
