/*页面初始化*/
html, body {
    border: 0;
    font-family: "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", MicrosoftYaHei, "Segoe UI", Tahoma, 宋体b8b体, SimSun, sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

h2, h3 {
    font-weight: 700;
}

em {
    font-style: normal;
}

/*页面初始化end*/

/*模块*/
.wraper {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.wraper .f-fl-title i {
    display: inline-block;
    width: 6px;
    height: 24px;
    margin-right: 10px;
    vertical-align: -5px;
    background: #0052ff;
}

.wraper .f-fl-title-2 i {
    display: inline-block;
    width: 6px;
    height: 20px;
    margin-right: 10px;
    vertical-align: -5px;
    background: #0052ff;
}

/*模块end*/

/*面包削u-bread*/
ul,li{ padding:0;margin:0;list-style:none}
.u-bread {
    margin-bottom: 30px;
}
.bread-list{
    position: relative;
    display: inline-block;
}

.u-bread a {
    color: #606060;
    height: 13px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
}
a:hover{
    /*color: rgb(255, 153, 17)*/
    color: #0052ff
}
.a1:hover ~ .bread-list-detail-1,.a2:hover ~ .bread-list-detail-2{
    display: block;
}
.bread-list-detail-1:hover,.bread-list-detail-2:hover,.bread-list-detail-1:hover{
    display: block;
}
/* 下面是弹框内容样式 */
.bread-list-detail-1{
    position: absolute;
    display: none;
    left:5px;
    width: 300px;
    z-index: 99999;
    top: 26px;
    border: solid 1px #EAEAEA;
    box-shadow: 2px 2px 2px #EAEAEA;
}
.bread-list-detail-2{
    position: absolute;
    display: none;
    left:5px;
    width: 300px;
    z-index: 99999;
    top: 26px;
    border: solid 1px #EAEAEA;
    box-shadow: 2px 2px 2px #EAEAEA;
}
/* 这是用div写的三角形 */
.triangle_border_up {
    position: absolute;
    top: -10px;
    height: 10px;
    width: 300px;
  }
  .triangle_border_up:after {
    position: absolute;
    display: inline-block;
    top: 5px;
    left: 15px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 6px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    box-shadow: 2px -2px 2px #EAEAEA;
  }
.list-detail-ul{
    display: block;
    max-height: 386px;
    overflow: hidden;
    overflow-y: auto;
    padding: 15px 15px 10px 15px;
    background: white;
}
.list-detail-ul > li{
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.list-detail-ul > li > div{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #EEEEEE;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.list-detail-ul > li > p{
    flex: 1;
    margin-left: 5px;
}
.list-detail-ul > li > p >a{
    font: 12px;
    margin-left: 5px;
    display: inline-block;
}
/* 面包屑及弹框样式结束 */

/*房源标题*/
.info {
    position: relative;
}

.info h1 {
    font-size: 26px;
    max-width: 790px;
    overflow: hidden;
	font-weight: bolder;
    /*font-family: MicrosoftYaHei;*/
}

.info p {
    font-size: 14px;
    height: 13px;
    font-family: MicrosoftYaHei;
    color: #999999;
    margin-top: 10px;
}

/*房源标题end*/

/* 出售房源的核验标志 */
.info .check-num {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    height: 39px;
    line-height: 39px;
    padding-left: 22px;
    font-size: 16px;
    background: url(../images/list/check_num_icon.png) left center no-repeat;
    background-size: 14px 16px;
}

/* 出售房源的核验标志end */

/*summary-jjr*/
.summary-jjr {
    height: 500px;
    min-height: 500px;
    width: 100%;
    margin-top: 30px;
	position: relative;
}

.summary-jjr .con {
    padding: 0px 60px;
	position: absolute;
    left: 700px;
}

.detail {
    display: block;
    width: 90px;
    color: #666;
}

.c-orange {
    margin-top: 10px;
    width: 300px;
    height: 50px;
}

.c-orange-price {
    color: #ab7f2e !important;
    font-weight: 600;
    font-size: 48px;
    float: left;
}

.c-no-price {
    color: #ccc !important;
    font-size: 24px;
    float: left;
}

.c-orange-wan {
    color: #ab7f2e !important;
    font-size: 18px;
    float: left;
    margin-top: 7px;
}

.c-orange-unit {
    font-size: 16px;
    float: left;
    margin-top: 9px;
    margin-left: 10px;
}

.t-detail {
    height: 35px;
    /*line-height: 1;*/
    width: 500px;
}

.t-detail p {
    margin-right: 30px;
    font-size: 24px;
    /*font-family: MicrosoftYaHei;*/
    color: #333333;
    float: left;
}

.m-box {
    overflow: hidden;
    position: relative;
    margin-top: 51px;
    width: 400px;
    margin-bottom: 10px;
}

.m-box dl {
    width: 150px;
    float: left;
    margin-right: 50px;
}

.build {
    height: 60px;
    padding-top: 10px;
    cursor: pointer;
}

.build-1 {
    margin-bottom: 10px;
    width: 100%;
}

.loupan-xinxi {
    background: url(../images/detail/houses.png) center left no-repeat;
    padding-left: 25px;
}

.loupan-xinxi .buildName {
    background: url(../images/detail/loupan-jiantou.png) bottom right no-repeat;
    display: inline-block;
    padding-right: 20px;
    line-height: 28px;
    overflow: hidden;
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
	font-weight: normal;
}

.weizhi {
    background: url(../images/detail/position.png) center left no-repeat;
    padding-left: 25px;
}

.weizhi a {
    background: url(../images/detail/loupan-jiantou.png) bottom right no-repeat;
    display: inline-block;
    padding-right: 20px;
    line-height: 28px;
    overflow: hidden;
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.loupan {
    background: url(../images/detail/houses.png) center left no-repeat;
    padding-left: 25px;
}

.loupan .buildName {
    display: inline-block;
    padding-right: 20px;
    line-height: 28px;
    overflow: hidden;
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
	font-weight: normal;
}

/*summary-jjr end*/

/*了解更多图标*/
.know-more {
    margin-left: 10px;
}

/*了解更多图标end*/

/*首付预算图标*/
.shoufu-yusuan {
    margin-right: 10px;
}

/*首付预算图标end*/

/*贷款计算图标*/
.daikuan-jisuan {
    margin-bottom: 1px;
    margin-left: 10px;
}

/*贷款计算图标end*/

/*主体信息*/
.g-content {
    width: 70%;
    min-width: 860px;
    clear: both;
}

.u-tit {
    /*margin-bottom: 0px;*/
}

.m-post {
    color: #333;
    /*line-height: 28px;*/
    margin-top: 30px;
    margin-bottom: 20px;
}

.m-post .con {
    border-top: 1px solid #e5e5e5;
    padding-top: 24px;
    padding-bottom: 0px;
    overflow: hidden;
}

.m-post-2 {
    color: #333;
    margin-top: 60px;
    margin-bottom: 20px;
}

.m-post-2 .con {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    padding-bottom: 0px;
    overflow: hidden;
}

.c-gray {
    font-size: 14px;
    /*height: 13px;*/
    font-family: MicrosoftYaHei;
    color: #999999;
    padding-right: 5px;
    width: 80px;
    display: inline-block;
    text-align: left;
}

.c-gray-2 {
    font-size: 14px;
    height: 13px;
    font-family: MicrosoftYaHei;
    color: #999999;
    padding-right: 10px;
}
.wAll .img{
    width: 28px;
    height: 20px;
}

.wAll {
    margin-bottom: 20px;
}

.wAll img {
    margin-top: -5px;
    margin-right: 10px;
}

/*.wuyefei {*/
/*float: left;*/
/*}*/

/*.wuye-xiangxi {*/
/*width: 770px;*/
/*float: left;*/
/*display: inline-block;*/
/*text-align: justify;*/
/*padding-top: 2px;*/
/*}*/

.hexin {
    float: left;
}

.hexin-maidain {
    width: 770px;
    float: left;
    display: inline-block;
    text-align: justify;
    padding-top: 2px;
    margin-bottom: 20px;
    line-height: 24px;
}

.jiaotong {
    float: left;
}

.jiaotong-chuxing {
    width: 770px;
    float: left;
    display: inline-block;
    text-align: justify;
    padding-top: 2px;
    margin-bottom: 20px;
}

.shuifei2 {
    float: left;
}

.shuifei-jiexi {
    width: 770px;
    float: left;
    display: inline-block;
    text-align: justify;
    padding-top: 2px;
    margin-bottom: 20px;
}

.zhuangxiu {
    float: left;
}

.zhuangxiu-miaoshu {
    width: 770px;
    float: left;
    display: inline-block;
    text-align: justify;
    padding-top: 2px;
    margin-bottom: 20px;
}

.ct_fy {
    font-size: 14px;
    /*text-indent: 1.5em;*/
    color: #333333;
    margin-bottom: 20px;
    line-height: 24px;
    text-align: justify;
}

.ct_fy p {
    font-size: 14px;
    /*text-indent: 2em;*/
    line-height: 24px;
    color: #333333;
}

.ct_fy-2 {
    font-size: 14px;
    /*text-indent: 1.5em;*/
    color: #333333;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 24px;
}

.peitao-info {
    height: 168px;
}

.peitao-info-1 {

}

.jichu-info {
    margin-bottom: 0px;
    height: 287px;
}

.jichu-info-1 {

}

/*主体信息end*/

/*查看更多与收起*/
.xsqb {
    float: left;
    position: relative;
    width: 110px;
    height: 20px;
    text-align: center;
    margin-top: 3%;
    margin-left: 45%;
}

.xsqb a {
    font-size: 12px;
    background: #fff;
    padding: 0px 5px;
    /*line-height: 20px;*/
    position: relative;
    z-index: 99;
    font-family: MicrosoftYaHei;
}

/*查看更多与收起end*/

/*经纪人*/
.perf {
    width: 500px;
    /* margin-top: 19px; */
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
}

.perf .img-box {
    width: 90px;
    height: 90px;
    background-color: #fff;
    margin: 0px auto;
    float: left
}

.perf .img-box img {
    /*width: 90px;*/
    height: 90px;
}

.perf .info-box {
    float: left;
    padding-left: 15px;
}

/* 微信扫码拨号 */
.perf .miniapp-qrcode{
  width: 116px;
  margin-top: -20px;
  margin-left: 40px;
}
.perf .miniapp-qrcode img{
  min-height: 116px;
  width: 100%;
}
.perf .miniapp-qrcode p{
  color: #999;
  text-align: center;
}
.perf .info-mobile img{
  display: none;
}
.perf .info-mobile span{
  margin-left: 0;
  color: #0052ff;
}

.info-quyu {
    font-size: 12px;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 10px;
    overflow: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 230px;
}

.info-quyu .img{
    width: 28px;
    height: 20px;
    margin: 0 12px;
}

.perf .call-phone-info {
    margin-left: 12px;
    margin-bottom: 6px;
    font-size: 18px;
    color: #333333;
    height: 34px;
}

.perf .call-phone-info span {
    margin-left: 10px;
    font-size: 12px;
    color: #666666;
    display: inline-block;
    /* overflow: hidden; */
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 260px;
    height: 30px;
    line-height: 30px;
}
.perf .call-phone-server{
  font-size: 12px;
  color: #666666;
  margin-left: 12px;
  margin-bottom: 7px;
}

.perf .call-phone-box {
    float: left;
}

.perf .call-broker-phone {
    width: 325px;
    height: 50px;
    line-height: 50px;
    color: #424242;
    background-color: #FFCD16;
    margin: 0 auto;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    text-align: center;
    margin-left: 12px;
    cursor: pointer;
}

.perf .call-broker-phone img {
    width: 18px;
    height: 18px;
    margin-bottom: 2px;
}

body .phone-num-bomp {
    width: 372px;
    height: 134px;
    position: relative;
    left: -40px;
    overflow: hidden;
    bottom: 0px;
    z-index: 333;
    padding: 44px 35px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/detail/400_bg.png) center no-repeat;
    display: none;
}

body .phone-num-bomp.show {
    display: block;
}

body .phone-num-bomp .icon-400 {
    width: 56px;
    height: 65px;
    margin-right: 18px;
    float: left;
}

body .phone-num-bomp .icon-400 img {
    vertical-align: middle;
}

.perf .txt-400-con {
    /*float: left;*/

}

.perf .txt-400-con .number {
    color: #333333;
    max-width: 220px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
}

.perf .txt-400-con .note-400 {
    color: #999999;
    font-size: 14px;
    text-align: left;
}

.perf .xcx-code-box{
	width: 100%;
    height: 170px;
	display: none;
}

.perf .xcx-code{
	width: 170px;
    height: 190px;
    position: absolute;
    right: 135px;
    top: 110px;
    z-index: 100;
    background: url(../images/nav/app_download_bg.png);
    background-size: 100% 100%;
}

.perf .xcx-code img{
	width: 130px;
    height: 130px;
    margin-top: 25px;
    margin-left: 22px;
}

.perf .xcx-code-box p{
    position: absolute;
    top: 266px;
    z-index: 100;
    left: 230px;
}

.info-mobile {
    /*line-height: 24px;*/
}

.info-mobile img {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
}

.info-mobile span {
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin-left: 8px;
    font-weight: bold;
}

.guaipai-info .info-mobile span {
    font-size: 14px;
    font-weight: bold;
}

.info-star {
    height: 20px;
}

.info-star p {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    float: left;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}

.info-star span {
    float: left;
    width: 100px;
    height: 20px
}

.info-star span img {
    width: 100px;
    height: 20px;
    padding-top: 3px;
}

/*经纪人end*/

/*挂牌经纪人*/
.perf-info .xcx-code-box{
	height: 212px;
    position: relative;
	display: none;
}

.perf-info .xcx-code{
	width: 170px;
    height: 190px;
    position: absolute;
    z-index: 100;
    background: url(../images/nav/app_download_bg.png);
    background-size: 100% 100%;
    margin-left: -64px;
}

.perf-info .xcx-code img{
	width: 130px;
    height: 130px;
    margin-top: 25px;
    margin-left: 22px;
}

.perf-info .xcx-code-box p{
    position: absolute;
    z-index: 100;
    left: -62px;
    width: 170px;
    bottom: 37px;
    text-align: center;
}

.listing-agent h4 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin: 7px 0px;
    font-weight: 600;
}

.listing-ul .perf-info {
    float: left;
    margin-right: 17px;
    cursor: pointer;
}

.agent-name {
    text-align: center;
    margin-top: 8px;
}

.agent-box {
    margin-left: -155px;
    background: url(../images/detail/pref-list.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 32px 16px;
    box-sizing: border-box;
    width: 360px;
    height: 160px;
    border-radius: 5px;
    display: none;
    position: absolute;
    z-index: 999;
}

/* .listing-ul .perf-info:hover .agent-box {
    display: block;
} */

.agent-head {
    width: 50px;
    height: 50px;
    border-radius: 28px;
    opcity: 1;
    overflow: hidden;
    background: #fafafa url(../images/default/head/56x56.png) center no-repeat;
}

.agent-head img {
    width: 100%;
    height: auto;
}

.agent-box .img-box {
    width: 90px;
    height: 90px;
    float: left;
    margin: 10px 15px;
    background: #fafafa url(../images/default/head/90x90.png) center no-repeat;
}

.agent-box .img-box img {
    width: 100%;
}

.agent-box .info-box {
    float: left;
    width: 190px;
    margin: 10px 7px;
}

/*挂牌经纪人end*/

/*虚拟站位线框*/
.box-line, .xuni-xiankuang {
    height: 25px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 25px;
    width: 500px;
}

.box-line {
    height: 60px;
}

/*虚拟站位线框end*/

/*花呗分期*/
.huabei-box {
    cursor: pointer;
    height: 50px;
    line-height: 50px;
}

.huabei-icon {
    width: 73px;
    height: 17px;
    display: inline-block;
}

.huabei-icon img {
    width: 100%;
}

.huabei-txt {
    font-family: "MicrosoftYaHei";
    color: #333333;
    letter-spacing: 2px;
    margin-left: 10px;
}

.huabei-fixed {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
}

.huabei-fixed-box {
    background: #fff;
    border-radius: 6px;
    width: 470px;
    height: 610px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -230px;
}

.huabei-fixed-box-top {
    padding-top: 9px;
}

.hoabai-detail {
    padding: 0 20px;
    margin: 15px 0;
}

.hoabai-detail h3 {
    font-size: 14px;
    margin-bottom: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
}

.hoabai-detail p {
    color: #666666;
    font-size: 12px;
    font-family: MicrosoftYaHei;
}

.process-box h3 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
}

.process-box {
    position: relative;
    padding: 0 20px;
}

.pathbox {
    position: relative;
}

.path {
    position: relative;
}

.pathbox .path {
    margin-bottom: 30px;
}

.pathbox .path:nth-of-type(1) {
    margin-top: 10px;
}

.path {
    padding-left: 50px;
}

.path-icon {
    display: inline-block;
    width: 37px;
    height: 37px;
}

.path-num-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    z-index: 22;
    position: absolute;
    top: 8px;
    left: 128px;
}

.path-num-icon-1 {
    background: url(../images/detail/serial-1.png) center no-repeat;
    background-size: 100% 100%;
}

.path-num-icon-2 {
    background: url(../images/detail/serial-2.png) center no-repeat;
    background-size: 100% 100%;
}

.path-num-icon-3 {
    background: url(../images/detail/serial-3.png) center no-repeat;
    background-size: 100% 100%;
}

.path-num-icon-4 {
    background: url(../images/detail/serial-4.png) center no-repeat;
    background-size: 100% 100%;
}

.path-icon img, .path-num-icon img {

}

.path-num-txt {
    padding-left: 100px;
    display: inline-block;
    color: #666;
    font-size: 12px;
    padding-top: 7px;
}

.path-line {
    width: 1px;
    height: 200px;
    border-left: 1px dashed #cccccc;
    position: absolute;
    left: 136px;
    top: 25px;
}

.huabei-fixed-box-hide {
    width: 12px;
    height: 12px;
    /*line-height: 20px;*/
    position: absolute;
    right: 18px;
    top: 12px;
    cursor: pointer;
}

/*花呗分期end*/

/*产权年限*/
.chanquan-nianxian {
    margin-left: -4px;
}

/*产权年限end*/

/*租房配套图标样式*/
.peitao-tubiao {
    float: left;
    width: 40px;
    height: 60px;
    margin-right: 80px;
    margin-bottom: 43px;
    margin-top: 30px;
}

.peitao-tubiao img {
    align: center;
}

.peitao-tubiao p {
    text-align: center;
    margin-top: 14px;
}

/*租房配套图标样式end*/

/*详情页面模块标题样式*/
.f-fl-title {
    color: #424242;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 24px;
}

.f-fl-title-2 {
    color: #424242;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 24px;
    display: inline-block;
}
.lbd-f-fr-more {
    float: right;
    font-size: 14px;
    line-height: 33px;
    padding-right: 10px;
}

/*详情页面模块标题样式*/

/*小区房价走势*/
.houseAssessTitle {
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: inline-box;
    /*line-height: 35px;*/
}

.community-list {
    margin: 5px 0;
}

ol, ul {
    list-style: none;
}

.houseAssessByMonth {
    font-size: 14px;
    font-family: "MicrosoftYaHei";
    font-weight: bold;
}

.txt-col {
    font-size: 20px;
    font-family: "MicrosoftYaHei";
    font-weight: bold;
    color: #ab7f2e;
    display: -moz-inline-box; /* Firefox */
    display: -webkit-inline-box; /* Safari, Chrome, and Opera */
    display: inline-box; /* W3C */
    /*line-height: 13px;*/
}

.assessUnit {
    font-size: 14px;
    font-family: "MicrosoftYaHei";
}

.assessUp:after {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/detail/up-ico.png) no-repeat center;
    background-size: auto 100%;
    content: "";
    font-size: 12px;
}

.assessUp {
    color: #FF6600;
    padding-left: 5px;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
}

.assessDown:after {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/detail/down-ico.png) no-repeat center;
    background-size: auto 100%;
    content: "";
    font-size: 12px;
}

.assessDown {
    color: #1BC964;
    padding-left: 5px;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
}

.assessNum {
    display: inline-block;
    /*line-height: 28px;*/
    vertical-align: bottom;
}

.community-list {
    margin: 5px 0;
}

.community-li {
    float: left;
    width: 50%;
}

.community-list li:last-child:after {
    display: block;
    overflow: hidden;
    content: '';
    clear: both;
}

.name-ico {
    width: 8px;
    height: 8px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
}

#movements-pic {
    width: 100%;
    height: 350px;
}

.community-list-num {
    display: block;
    -webkit-box-flex: 1;
    text-align: right;
    padding-right: 5px;
}

.community-list-name {
    display: block;
}

.community-list-name span:nth-of-type(2) {
    margin-left: 2px;
    font-size: 14px;
}

.community-list-name span:nth-of-type(3) {
    color: #333;
    font-size: 12px;
}

/*小区房价走势end*/

/*房源标签*/
.label_tag {
    line-height: 22px;
    padding: 0px 10px;
    background: #F5FAFE;
    border-radius: 2px;
    display: inline-block;
    margin-right: 10px;
	margin-bottom: 10px;
}

.label_tag a {
    font-size: 12px;
    color: #4DAAF0;
}

/*房源标签end*/

/*业主*/
.owner {
    width: 500px;
    height: 100px;
    margin-top: 25px;
}

.owner .img-box {
    float: left;
}

.owner .owner-box {
    float: left;
}

.owner .owner-box .owner-name {
    margin-left: 12px;
    margin-bottom: 13px;
    font-size: 18px;
    color: #333333;
    font-family: MicrosoftYaHei;
}

.owner .owner-box .owner-name span {
    margin-left: 10px;
    font-size: 12px;
    color: #666666;
    font-family: MicrosoftYaHei;
}

.owner-box .zixun-yezhu {
    width: 325px;
    height: 50px;
    line-height: 50px;
    color: #424242;
    background-color: #FFCD16;
    margin: 0 auto;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    text-align: center;
    margin-left: 12px;
    cursor: pointer;
}

.owner-box .zixun-yezhu img {
    width: 18px;
    height: 18px;
    margin-bottom: 2px;
}

.owner-box .zixun-app-download {
    margin-left: -16px;
    background: url(../images/detail/zixunyezhu-back.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 45px 23px;
    box-sizing: border-box;
    width: 366px;
    height: 190px;
    border-radius: 5px;
    display: none;
    position: absolute;
    z-index: 999;
}

.owner-box .zixun-app-download .two-code {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 18px;
}

.zixun-app-download .code-desc {
    float: left;
    width: 180px;
}

.zixun-app-download .code-desc span {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    /*line-height: 18px;*/
    color: #424242;
}

.zixun-app-download .code-desc p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    /*line-height: 14px;*/
    color: #666666;
    margin: 6px 5px;
}

.zixun-app-download .code-desc img {
    margin-right: 10px;
}

/*业主end*/

/*猜你喜欢*/
.g-content-2 {
    width: 100%;
    min-width: 860px;
    clear: both;
    /*padding-top: 64px;*/
}

.u-tit-1 {
    padding-top: 45px;
    border-top: 1px solid #e5e5e5;
}

.m-post-3 {
    color: #333;
    /*line-height: 28px;*/
    margin-top: 15px;
    margin-bottom: 70px;
	height: 345px;
}

.m-post-3 .con-1 {
    width: 1280px;
    overflow: hidden;
}

.con-1 .li {
    position: relative;
    width: 282px;
    height: 300px;
    margin-right: 20px;
    float: left;
    margin-bottom: 3px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.con-1 .li a {
    display: block;
}

.con-1 .li a .img {
    overflow: hidden;
    width: 280px;
    height: 190px;
    background: #F6F6F6 url(../images/default/house/logo_81x77.png) center center no-repeat;
}

.con-1 .li a .img img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.con-1 .li:hover a .img img {
    -webkit-transform: scale(1.074, 1.074);
    -moz-transform: scale(1.074, 1.074);
    -ms-transform: scale(1.074, 1.074);
    -o-transform: scale(1.074, 1.074);
    transform: scale(1.074, 1.074);
}

.con-1 .li a .info {
    width: 280px;
    margin-top: 24px;
}

.con-1 .li a .info .title {
    line-height: 18px;
    margin-bottom: 9px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
}

.con-1 .li a .info .detail {
    line-height: 1;
    color: #999999;
    font-size: 14px;
    width: 100%;
}

.con-1 .li a .info .build {
    margin-top: 11px;
    color: #333333;
    font-size: 14px;
}

.con-1 .li a .info .build .price {
    display: inline-block;
    float: right;
    font-size: 16px;
    color: #ab7f2e;
}

/*猜你喜欢end*/
.con-3{
	width: 1280px;
}

.sale-li{
	position: relative;
    width: 382px;
    height: 190px;
    margin-right: 20px;
    float: left;
}

.price-img{
	background: url(../images/detail/price.png);
}

.publish-img{
	background: url(../images/detail/publish.png);
}

.manage-img{
	background: url(../images/detail/manage.png);
}

.qr-code{
	width: 170px;
    height: 170px;
    position: absolute;
    right: 114px;
    top: 130px;
    z-index: 100;
	display: none;
	background: url(../images/nav/app_download_bg.png);
	background-size: 100% 100%;
}

.qr-code img{
	width: 130px;
    height: 130px;
    margin-top: 25px;
    margin-left: 22px;
}
/* .app-code{
	background: url(../images/index/erweima_app.jpg) no-repeat;
	background-size: 100%;
}

.wx-code{
	background: url(../images/index/erweima_uu.jpg) no-repeat;
	background-size: 100%;
} */

.img-text{
	text-align: center;
    margin-top: 60px;
	color: #fff;
}

.img-title{
	font-size: 20px;
}

.img-desc{
	font-size: 14px;
	opacity: 0.7;
}

.img-tag{
	font-size: 14px;
}

/*顶部导航栏*/
.f-oh {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 56px;
    /*line-height: 56px;*/
    background: #333333;
    display: none;
}

.m-navbar {
    display: block;
    height: 56px;
    text-align: center;
    top: 0px;
}

.m-navbar div {
    font-family: MicrosoftYaHei;
    margin-right: 30px;
    line-height: 56px;
    float: left;
    font-size: 14px;
    color: #BBBBBB;
    cursor: pointer;
}

.m-navbar div.sel {
    color: #ab7f2e;
    height: 54px;
    border-bottom: 2px solid #ab7f2e;
    font-weight: bold;
}

.xiaoqu-zoushi {
    display: none;
}

/*顶部导航栏end*/

/*小区专家*/
.v-agent-box {
    width: 856px;
    height: 190px;
    padding: 30px 0;
    box-sizing: border-box;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 30px 4px rgba(0, 0, 0, .06);
    margin-bottom: 30px;
    margin-left: 2px;
}

.v-agent-box .v-house-left {
    /* width: 48%; */
    float: left;
    margin-right: 25px;
}

.v-house-left .v-house-img {
    float: left;
    width: 190px;
    height: 130px;
    margin: 0 20px;
    overflow-y: hidden;
}

.v-house-left .v-house-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.v-house-left .v-house-right {
    float: left;
    /*margin-left: 10px;*/
    max-width: 145px;
}

.v-house-left .v-house-tit {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 20px;
    font-family: MicrosoftYaHei;
    color: #333333;
    max-width: 180px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.v-house-left .v-house-address {
    color: #666;
    margin-bottom: 12px;
    max-width: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.v-house-left .v-sale-rent {
    color: #666;
    margin-bottom: 35px;
    letter-spacing: .5px;
}

.v-house-left .v-sale-rent span {
    cursor: pointer;
}

.v-house-left .v-sale-rent span:hover {
    color: #359EF8;
}

.v-house-left .v-sale-rent i {
    font-style: normal;
}

.v-house-left .v-sale-rent b {
    width: 1px;
    height: 14px;
    display: inline-block;
    background: #E6E6E6;
    margin: 0 10px;
}

.v-house-left .v-average-price {
    max-width: 130px;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}

.v-house-left .v-average-price b {
    font-size: 24px;
    color: #ab7f2e;
    margin: 0 5px;
    font-weight: 700;
}

.v-house-left .v-average-price span {
    font-size: 16px;
    color: #ab7f2e;
}

.v-agent-box .v-agent-right{
    width: 49%;
    float: left;
    height: 120px;
    border-left: 1px solid #e6e6e6;
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
}
.v-agent-right .v-agent-head{
    float: left;
    position: relative;
    margin-right: 20px;
    margin-top: 20px;
}
.v-agent-right .v-agent-head .v-head-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: url(../images/default/head/80x80.png) center;
    overflow: hidden;
}
.v-agent-right .v-head-box img{
    width: 100%;
    height: auto;
}
.v-agent-right .v-agent-head .v-experts{
    width: 88px;
    height: 33px;
    position: absolute;
    bottom: -10px;
    margin-left: -5px;
    background: url(../images/vagent/agentIcon.png) no-repeat center bottom;
}

.v-agent-right .v-agent-info {
    float: left;
    margin-top: 20px;
}
.v-agent-right .v-agent-info .v-agent-name {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 14px;
    font-size: 20px;
    color: #333;
}
.v-agent-right .v-agent-info .v-agent-name i{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/vagent/no_star_icon.png) no-repeat right center;
}
.v-agent-right .v-agent-info .v-agent-time {
    font-size: 14px;
    color: #666;
    margin-bottom: 14px;
    max-width: 300px;
    line-height: 1.6;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

/* 经纪人出售 出租 */
.m-sale-lease{
    font-size: 14px;
    color: #666666;
    height: 14px;
}

.u-lease{
    padding-left: 19px;
}

.v-agent-right .v-agent-info .v-agent-phone {
  font-size: 20px;
  color: #333;
  padding-left: 24px;
  background: url(../images/vagent/phone.png) no-repeat left center;
}
.v-call-Phone{
  float: right;
  width: 60px;
  text-align: center;
  margin-left: 40px;
  cursor: pointer;
  margin-top: 28px;
}
.v-call-Phone:hover+.m-agent-phone{
  display: block;
}
.u-phone-icon{
  width: 46px;
  height: 46px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 50%;
  background: url(../images/vagent/phone_iconA.png) no-repeat left center;
}
.v-call-Phone p{
  font-size: 14px;
  color: #aaaaaa;  
  padding-top: 13px;
}

.m-agent-phone{
  width: 151px;
  height: 35px;
  position: absolute;
  right: 0;
  bottom: -35px;
  border-radius: 5px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: #2c2c2c;
  display: none;
}
.m-agent-phone::after{
  content: '';
  position: absolute;
  top: -8px;
  right: 22px;
  width:0;
  height:0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #2c2c2c;
  border-right: 8px solid transparent;
 }

/* 多个经纪人展示样式 */
.agent-service-title{
  height: 33px;
  line-height: 33px;
  padding-left: 100px;
  font-size: 16px;
  color: #666;
  background: url(../images/vagent/agentIcon.png) no-repeat;
  background-size: 88px 33px;
  margin-top: -10px;
}
/* 多个经纪人信息 */
.clean-margin{
  margin: 0 !important;
}
.m-agents{
  width: 430px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}
.m-agents-center{
  display: inline-block;
  height: 100%;
}
.u-item{
  width: 120px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.u-item:last-child{
  margin-right: 0px;
}
.u-item-head{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../images/default/head/80x80.png) center;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  
}
.u-head-img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.u-item-head:hover + .agent-service-grade > .expert-name{
  /*color: #ff5400;*/
  color: #0052ff;
}
.u-item-head:hover + .agent-service-grade + .item-sale-lease + .item-agent-phone{
  display: block !important;
}
.u-head{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.u-item-phone{
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.agent-service-grade{
  display: inline-block;
  margin-top: 7px;
  text-align: center;
  padding-right: 5px;
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1;
  
}
.expert-name{
  display: inline-block;
  width: 50px;
  overflow: hidden;
  padding-right: 5px;
  white-space: nowrap;
  font-weight: 600;
  color: #333;
}
.agent-star{
  display: inline-block;
  width: 50px;
  height: 8px;
  background: url(http://cdn.uj.cn/static/uuminiapp/detail/star_new_a.png) no-repeat center;
  background-size: 100%;
  background-position: 0 -12px; 
  vertical-align: 3px;
}

.item-sale-lease{
  font-size: 12px;
  color: #666;
  text-align: center;
}

.item-agent-phone{
  width: 151px;
  height: 35px;
  position: absolute;
  bottom: -48px;
  border-radius: 5px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: #2c2c2c;
  display: none;
}
.item-agent-phone::after{
  content: '';
  position: absolute;
  top: -8px;
  right: 60%;
  width:0;
  height:0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #2c2c2c;
  border-right: 8px solid transparent;
 }

/*小区专家end*/
/* 计算器 */
.calculator{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.calculator .toolTab .toolTitle{
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}
.toolTitle i{
    display: inline-block;
    width: 6px;
    height: 23px;
    margin-right: 10px;
    vertical-align: -3px;
    background: #0052ff;
}
.calculator .toolTab .warn{
    font-size: 14px;
    color: #999999;
    margin-top: 14px;
}
.calculator .toolTab .toolRight{
    float: right;
    width: 450px;
    padding-right: 68px;
}

.calculator .toolTab .toolContent {
    font-family: Arial, "Microsoft Yahei";
    margin-top: 49px;
}

.calculator .toolLeft .calculatorBtn {
    margin-top: 30px;
    padding-left: 146px;
}
.toolTab .toolContent .toolLeft{
    width: 50% !important;
}
.calculator .toolTab .toolRight{
    padding: 0 !important;
}
.calculatorItem .select,.calculatorItem .input,.calculatorItem .mixItem{
    width: 60% !important;
}
.calculatorItem .input input{
    width: 200px !important;
}
.calculatorItem .mixItem > div{
    width: 45% !important;
}
.calculatorItem .itemTitle{
    padding: 0 !important;
    height: 50px !important;
    line-height: 50px !important;
}
.calculatorItem .input{
    padding: 0 15px !important;
}
.calculatorItem{
    line-height: 50px;
}


/*工具-房贷 税费计算器*/
.toolMain {
    width: 1058px;
    margin: 0 auto 150px;
}

.toolMain .toolTab {
    text-align: center;
}

.toolMain .toolTab:nth-child(2) {
    display: none;
}

.toolMain .toolTab .toolTitle {
    margin-bottom: 20px;
    font-size: 40px;
    color: #333;
    font-weight: 700;
}

.toolMain .toolTab .warn {
    font-size: 14px;
    color: #999;
}

.toolTab .toolContent {
    margin-top: 85px;
}

.toolTab .taxesContent:nth-child(2) {
    display: none;
}

.toolTab .toolContent .toolLeft {
    float: left;
    width: 530px;
}

.toolTab .toolLeft #gjj-live {
    display: none;
}

.toolTab  .toolLeft .old-li {
    display: none;
}

.toolTab .toolLeft .calculatorItem,
.prices-tab .type-choose-left .calculatorItem {
    margin: 20px 0;
}

.toolTab .toolLeft .calculatorItem.money-input {
    display: none;
}

.toolTab .toolLeft .calculatorItem:first-child,
.prices-tab .type-choose-left .calculatorItem:first-child {
    margin-top: 0;
}

.calculatorItem .itemTitle,
.calculatorItem .select {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
}

.calculatorItem .itemTitle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 146px;
    padding: 17px 17px;
    font-weight: 700;
    text-align: left;
    vertical-align: top;
}

.calculatorItem.calculatorItem-new-padding .itemTitle,
.calculatorItem.calculatorItem-new-padding .radio
{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.calculatorItem .select {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 379px;
    padding: 17px;
    cursor: pointer;
    text-align: left;
    background-color: #f8f8f8;
}

.calculatorItem .select .show {
    display: block;
}

.calculatorItem .mixItem {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 379px;
}

.calculatorItem .mixItem .mixSelect {
    display: inline-block;
    float: left;
    position: relative;
    width: 173px;
    padding: 17px;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    background-color: #f8f8f8;
}

.mixItem .minRate {
    display: inline-block;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 180px;
    padding: 17px;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    color: #333;
    background-color: #f8f8f8;
}

.mixItem .minRate .rateSwitch {
    border: 0;
}

.calculatorItem .input {
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 379px;
    padding: 15px;
    text-align: left;
    border: none;
    background-color: #f8f8f8;
}

.calculatorItem .input input {
    width: 290px;
    background-color: #f8f8f8;
	border: none;
}

.calculatorItem .inputUnit {
    float: right;
}

.calculatorItem .selectIcon {
    float: right;
    width: 5px;
    height: 3px;
    margin-top: 6px;
    background: url(../images/tool/down.png) no-repeat right;
}

.calculatorItem .price-match {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #d6d6d6;
    background-color: #fff;
}

.calculatorItem .selectOptions {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #d6d6d6;
    background-color: #fff;
}

.calculatorItem .selectOptions li {
    padding: 13px 15px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    color: #333;
}

.calculatorItem .selectOptions li:hover {
    background: #f8f8f8;
}

.calculatorItem .radio {
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 379px;
    padding: 16px 0;
    text-align: left;
}

.radio .radioItem {
    float: left;
    width: 80px;
    line-height: 16px;
    text-align: left;
}

.radio .radioItem input {
    cursor: pointer;
}

.radio .radioItem .houseType {
    display: -webkit-inline-box;
    cursor: pointer;
    vertical-align: middle;
}

input[type=radio] {
    width: 18px;
    height: 18px;
    padding: 0;
    opacity: 0;
    filter: 'alpha(opacity=0)';
}

input[type=radio]:checked + label {
    background: url(../images/tool/radio.png) no-repeat 0 0;
}

input[type=radio] + label {
    display: inline-block;
    margin-left: -20px;
    padding-left: 24px;
    background: url(../images/tool/radio.png) no-repeat 0 -20px;
}

.toolLeft .taxCalculatorBtn,
.toolLeft .feeCalculatorBtn {
    margin-top: 40px;
    padding-left: 146px;
}

.taxCalculatorBtn button,
.calculatorBtn button,
.feeCalculatorBtn button {
    display: inline-block;
    width: 380px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    border-width: 0;
    background-color: #0052ff;
}

.taxCalculatorBtn button:hover {
    opacity: .9;
    filter: alpha(opacity=90);
    -moz-opacity: .9;
}

.toolMain .toolRight {
    float: right;
    width: 450px;
}

.toolRight .resultTitle {
    padding-bottom: 20px;
    font-weight: 700;
    cursor: pointer;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
}

.toolRight .resultTitle span {
    display: inline-block;
    margin-right: 45px;
    font-size: 16px;
    color: #bbb;
}

.toolRight .resultTitle .active {
    color: #333;
}

.toolRight .resultList {
    margin-top: 20px;
}

.resultList .resultItem {
    overflow-y: hidden;
    margin-bottom: 30px;
}

.resultList .oldResult {
    display: none;
}

.resultItem .resultTit {
    display: inline-block;
    float: left;
    font-size: 14px;
    letter-spacing: 1px;
    color: #999;
}

.resultItem .resultBox {
    float: right;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.resultItem .resultBox span {
    color: #333;
}

.resultTotal .payments {
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.resultTotal .payments i {
    margin-left: 5px;
}

.resultTotal .payments span {
    margin-left: 5px;
    color: #ab7f2e;
}

.resultTotal .decline {
    display: none;
    float: right;
    font-size: 16px;
    color: #bbb;
}
/* 计算器end */





/*导航经纪人*/
/*一个*/
.g_nav_agent_view{
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.g_nav_agent_item{
    float: left;
    margin-right: 16px;
    cursor: pointer;
}
.g_nav_agent_view .g_nav_agent_item:last-child{
    margin-right: 0;
}
.g_nav_agent_img_view{
    height: 30px;
    width: 30px;
    margin: 14px 8px auto 0 !important;
    overflow: hidden;
    border-radius: 100%;
    background: #F5F5F5;
    display: inline-block;
}
.g_nav_agent_img{
    height: 100%;
    display: inline-block;
    width: 100%;
    float: left;
}
.g_nav_agent_name{
    color: #BBBBBB;
    font-size: 14px;
    line-height: 56px;
}
.g_nav_agent_phone{
    color: #ab7f2e;
    font-size: 16px;
    line-height: 56px;
}
/*多个*/
.g_nav_agent_view .g_nav_more_agent_img_view:last-child{
    margin-right: 0!important;
}
.g_nav_agent_view .g_nav_more_agent_img_view{
    height: 30px;
    width: 30px;
    margin: 13px -8px auto 0 !important;
    overflow: hidden;
    border-radius: 100%;
    display: inline-block;
    float: none;
    z-index: 30;
}
.g_nav_agent_view .g_nav_more_agent_img_view:nth-child(1){
    z-index: 30;
}
.g_nav_agent_view .g_nav_more_agent_img_view:nth-child(2){
    z-index: 25;
}
.g_nav_agent_view .g_nav_more_agent_img_view:nth-child(3){
    z-index: 20;
}
.g_nav_agent_view .g_nav_more_agent_img_view:nth-child(4){
    z-index: 15;
}
.g_nav_more_agent_img{
    height: 100%;
    display: inline-block;
    width: 100%;
    float: left;

    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

/*导航经纪人hover效果*/
body .g_nav_agent_ul{
    right: 0;
    top: 56px;
    padding: 17px;
    position: absolute;
    background: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 2px 3px 2px #bbb;
    -moz-box-shadow: 2px 3px 2px #bbb;
    box-shadow: 3px 7px 11px #bb;
    margin: 0;
    width: 305px;
    height: 100px;
    overflow: hidden;
    display: none;
}
.g_nav_agent_ul .g_nav_agent_ul_view{
    position: relative;
    /*width: 310px;*/
    width: 930px;
    height: 100%;
    overflow: hidden;
    /*height: 100px;*/
}
.g_nav_agent_ul div{
    line-height: 1;
    margin: 0;
    padding: 0;
    float: none;
}
.g_nav_agent_ul .g_nav_agent_ul_clear{
    clear: both;
    float: none;
}
.g_nav_agent_ul .g_nav_agent_ul_left,.g_nav_agent_ul .agent_ul_no_400{
    float: left;
    overflow: hidden;
}
.g_nav_agent_ul .g_nav_agent_cont{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.g_nav_agent_ul .g_nav_agent_ul_img{
    width: 90px;
    height: 90px;
    background-color: #fff;
    margin: 0 auto;
    float: left;
}
.g_nav_agent_ul .g_nav_agent_ul_cont{
    float: left;
    overflow: hidden;
    margin-left: 15px;
    width: 200px;
}
.g_nav_agent_ul .g_nav_agent_cont_item{
    height: 30px;
    line-height: 30px;
    margin-right: 0;
}
.g_nav_agent_ul .g_nav_agent_cont_name{
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #333333;
    float: left;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.g_nav_agent_ul .g_nav_agent_cont_star{
    width: 100px;
    height: 20px;
    margin-top: 5px;
    float: left;
    margin-left: 5px;
}
.g_nav_agent_ul .g_nav_agent_serve{
    font-size: 12px;
    color: #666666;
    margin-top: 9px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    text-align: left;
}
.g_nav_agent_ul .g_nav_agent_weixn{
    font-size: 18px;
    color: #666666;
    margin-top: 9px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    text-align: left;
}
.g_nav_agent_ul .g_nav_agent_weixn_des{
    font-size: 12px;
    color: #666666;
    margin-top: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    text-align: left;
}
.g_nav_agent_weixn_des>img{
    margin-right: 10px;
}
.g_nav_agent_ul .g_nav_agent_cont_phone{
    color: #ab7f2e;
    font-size: 17px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    text-align: left;
}
.g_nav_agent_ul .f_agent_before_view{
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 4px;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 999;
}
.g_nav_agent_ul .f_agent_after_view{
    z-index: 999;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 4px;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.g_nav_agent_ul .f_agent_before_view img,.g_nav_agent_ul .f_agent_after_view img{
    width: 12px;
    height: 21px;
    margin: auto auto;
}


/*一个经纪人点击400电话弹窗*/
body .g_agent_400{
    position: absolute;
    width: 372px;
    height: 103px;
    margin-right: 0;
    right: -17px;
    top: 56px;
    display: none;
    overflow: hidden;
    z-index: 333;
    padding: 23px 0 0 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 3px 7px 11px #bbb;
    -moz-box-shadow: 3px 7px 11px #bbb;
    box-shadow: 3px 7px 11px #bbb;
    background: #ffffff;
    /*background: url(../images/detail/400_bg.png) center no-repeat;*/
}
body .g_agent_400_icon{
    margin-right: 18px;
}
body .g_agent_400_cont{
    line-height: normal;
}
body .g_agent_400_phone{
    color: #333333;
    max-width: 220px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    line-height: 27px;
}
body .g_agent_400_des{
    line-height: normal;
    color: #999999;
    font-size: 14px;
    text-align: left;
    margin-top: 3px;
}



/*房源下架*/
.house_no_have_view{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
}
.house_no_have{
    display: block;
    background: url("/Public/images/go_home.png") center center no-repeat;
    width: 452px;
    height: 577px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -226px;
    margin-top: -288.5px;
    background-color: #ffffff;
}
.house_no_have_text{
    width: 100%;
    font-size: 26px;
    text-align:center;
    color: #666666;
    margin-top: 400px;
}
.house_no_have_btn{
    width: 202px;
    padding:10px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px auto;
    font-size: 26px;
    text-align:center;
    color: #fff;
    background-color:#fc613d;
}