/*右侧悬浮窗*/

.right-layout-detail{
    float: right;
    width: 290px;
    padding-top: 86px;
}

.right-layout-detail .zshft{
    width: 290px;
    height: 421px;
    position: relative;
    background-color: #F8F8F8;
    margin-bottom: 32px;
    background: url(../images/layoutDetail/zshft_bg.png) center no-repeat;
}
.right-layout-detail .zshft .download-btn{
    position: absolute;
    display: block;
    width: 120px;
    height: 30px;
    top: 164px;
    left: 50%;
    margin-left: -60px;
    background: url(../images/layoutDetail/download_btn_white.png) center no-repeat;
}

.right-layout-detail .uuapp{
    margin-top: 35px;
}
.right-layout-detail .uuapp .tt{
    font-size: 16px;
    margin-bottom: 15px;
}
.right-layout-detail .uuapp .uu-code{
    width: 90px;
    height: 90px;
    margin-bottom: 16px;
    background: url(../images/layout/uu_code.png);
}
.right-layout-detail .uuapp .tips{
    font-size: 12px;
}
.right-layout-detail .uuapp .more{
    margin-top: 10px;
    display: inline-block;
    color: #999;
    font-size: 12px;
    line-height: 11px;
}
.right-layout-detail .uuapp .more i{
    display: inline-block;
    margin-left: 5px;
    width: 6px;
    vertical-align: -1px;
    height: 11px;
    background: url(../images/layout/arrow_right.png);
}

/*购房工具*/
.right-layout-detail .tools{
    margin-top: 32px;
    width: 290px;
    height: 168px;
    padding-top: 22px;
    text-align: center;
    background: url(../images/layoutDetail/cal_bg.png) no-repeat;
}
.right-layout-detail .tools .tt{
    font-size: 16px;
    color: #333333;
    margin-bottom: 22px;
}
.right-layout-detail .tools .tools-btn{
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    border-radius: 4px;
}
.right-layout-detail .tools .tools-btn i{
    display: inline-block;
    margin-right: 8px;
    width: 13px;
    height: 16px;
    vertical-align: -3px;
}
.right-layout-detail .tools .tools-btn.fangdai{
    color: #ffffff;
    background-color: #4DAAF0;
    margin-bottom: 15px;
}
.right-layout-detail .tools .tools-btn.shuifei{
    color: #424242;
    background-color: #FFCD16;
}
.right-layout-detail .tools .tools-btn.fangdai i{
    background: url(../images/layoutDetail/cal_icon.png);
}
.right-layout-detail .tools .tools-btn.shuifei i{
    background: url(../images/layoutDetail/cal_icon_black.png);
}

/*浏览记录*/
.right-layout-detail .browse-records{
    margin-top: 32px;
}
.right-layout-detail .browse-records .title{
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 14px;
}
.right-layout-detail .browse-records ul{
}
.right-layout-detail .browse-records ul li{}
.right-layout-detail .browse-records ul li a{
    display: block;
    border-bottom: 1px solid #E6E6E6;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #333333;
    text-align: left;
}
.right-layout-detail .browse-records ul li a:hover{
    background-color: #F8F8F8;
}
.right-layout-detail .browse-records ul li a span{
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.right-layout-detail .browse-records ul li a span.name{
    width: 110px;
}
.right-layout-detail .browse-records ul li a span.type{
    width: 90px;
}
.right-layout-detail .browse-records ul li a span.area{
    width: 55px;
}
.right-layout-detail .browse-records ul li a span.price{
    width: 70px;
    text-align: right;
    color: #f24f00;
}
/*联系反馈*/
.right-layout-detail .contact{
    margin-bottom: 100px;
}
.right-layout-detail .contact .title{
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 14px;
}
.right-layout-detail .contact .txt{
    font-size: 13px;
    color: #333333;
}



/*购房知识 start*/
.g-r-house{
    width: 220px;
}
.g-r-buy-info{
    width: 100%;
}
.g-r-info-t{
    color: #333333;
    font-size: 16px;
    line-height: 38px;
    text-align: left;
    width: 100%;
}
.g-r-info-v>li{
    color: #333333;
    width: 100%;
    font-size: 12px;
    text-align: left;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 25px;
    cursor: pointer;
}
.g-r-info-v>li>a:hover{
    text-decoration: underline;
}
.g-r-info-v>li>a{
    color: #333333;
    width: 100%;
    font-size: 12px;
    text-align: left;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
}
.g-r-new-hu>li{
    margin-bottom: 25px;
}
.g-r-new-hu>li:last-child{
    margin-bottom: 0;
}

.g-r-new-hu>li>a{
    width: 100%;
    height: auto;
    cursor: pointer;
    overflow: hidden;
}
.g-r-new-hu>li>a:hover{
    text-decoration: none;
}
.g-r-new-hu-info{
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
    overflow: hidden;
}
.g-r-hu-img{
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.g-r-hu-name{
    width: 100%;
    height: 28px;
    font-size: 14px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 28px;
    color: #ffffff;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.g-r-hu-address{
    font-size: 14px;
    line-height: 30px;
}
.g-r-hu-address:hover{
    text-decoration: none;
}
.g-r-hu-adr-text{
    color: #666666;
    text-align: left;
    max-width: 60%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.g-r-hu-area{
    text-align: right;
}
.g-r-hu-area>span{
    font-size: 18px;
}
/*购房知识 end*/


.z-plot-trend-box-title {
    height: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #d8d8d8;
    color: #666;
}
.z-house-name {
    color: #f60;
    font-weight: bold;
}
.z-house-name span {
    color: #f60;
    font-style: normal;
}
.z-house-name i {
    display: inline-block;
    width: 4px;
    height: 16px;
    background-color: #f60;
    margin-right: 6px;
    vertical-align: middle;
    margin-top: -3px;
}
.z-house-more {
    color: #666;
    font-weight: normal;
    font-size: 14px;
}
.z-house-more:hover {
    color: #f60;
    text-decoration: underline;
}
.z-comm-container {
    height: 240px;
    padding: 10px 0;
    /*margin-left: 20px;*/
}
.z-containerL {
    width: 100%;
    /*width: 310px;*/
    /*height: 240px;*/
    margin-bottom: 10px;
    overflow: hidden;
}
.z-containerL>p{
    font-size: 12px;
    margin-top: 14px;
    margin-bottom: 15px;
    color: #666;
}
.z-containerL>p .up{
    color: #f60;
    font-style: normal;
}
.z-containerL>p .down{
    color: #62ab00;
    font-style: normal;
}
.z-containerR {
    width: 835px;
    height: 240px;
    overflow: hidden;
}
.z-containerR li {
    float: left;
    width: 180px;
    height: 212px;
    padding: 14px;
    overflow: hidden;
}
.z-containerR li:hover {
    background-color: #efefef;
}
.z-containerR li img {
    width: 180px;
    height: 135px;
    margin-bottom: 10px;
}
.z-comm-name {
    font-size: 14px;
    color: #333;
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.z-comm-price {
    color: #f60;
    font-size: 14px;
    margin-bottom: 7px
}
.z-details {
    color: #999;
    font-size: 13px;
}
.z-containerL>p .up{
    color: #f60;
    font-style: normal;
}
.z-containerL>p .down{
    color: #62ab00;
    font-style: normal;
}
.fl {
    float: left;
}

.fr {
    float: right;
}
/*右侧悬浮窗/*/