<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.houseDetail{
    margin-bottom: 20px;
}
.houseDetail .userinfo{
    position: relative;
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 20px;
}
.houseDetail .userinfo .headimg{
    float: left;
    width: 264px;
    height: 294px;
    margin-right: 20px;
    background-color: #f8f8f8;
    border-radius: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.houseDetail .userinfo .right{
    float: left;
    width: 724px;
}
.houseDetail .name{
    font-size: 16px;
    color: #111111;
    margin-top: 20px;
}
.houseDetail .icon-woman{
    color: #FF2B96;
    font-size: 10px;
    position: relative;
    top: -2px;
}
.houseDetail .icon-Man{
    color: #3793F7;
    font-size: 10px;
    position: relative;
    top: -2px;
}
.houseDetail .job{
    font-size: 12px;
    color: #111111;
    padding: 10px 0;
}
.houseDetail .lang{
    font-size: 12px;
    color: #666666;
}
.houseDetail .intro-box{
    background: #FCFCFC;
}
.houseDetail .intro-icon{
    text-align: right;
    padding: 0 10px;
}
.houseDetail .icon-unfold{
    transform: rotate(180deg);
}
.houseDetail .intro-icon img{
    padding: 0 10px;
    cursor: pointer;
    transition: all .3s ease;
}
.houseDetail .intro{
    padding: 0 10px;
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.houseDetail .intro-unfold{
    display: block;
}
.user-bottom-placeholder{
    height: 60px;
}
.houseDetail .user-bottom{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 20px;
    height: 50px;
    text-align: right;
}
.houseDetail .user-bottom .btn{
    box-sizing: border-box;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 160px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 2px;
}
.houseDetail .user-bottom .btn-message{
    background-color: #2DB6B5;
    color: #ffffff;
    margin-right: 10px;
}
.houseDetail .user-bottom .btn-sign{
    border: 1px solid #2DB6B5;
    color: #2DB6B5;
}
.houseDetail .btn-group-fixed .btn-group-padding{
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.houseDetail .btn-group-fixed{
    position: fixed;
    top: -70px;
    left: 0;
    right: 0;
    padding: 10px 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #ffffff;
    -webkit-box-shadow: 0 6px 8px 0 rgba(0,0,0,0.06);
    -moz-box-shadow: 0 6px 8px 0 rgba(0,0,0,0.06);
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.06);
    z-index: 1000;
}


.share{
    position: relative;
}
.share button {
    width: 130px;
    padding: 8px 0;
    outline: none;
    background: #2DB6B5;
    border: 1px solid #2DB6B5;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.share .share-list {
    position: absolute;
    top: 26px;
    width: 140px;
    right: -10px;
    border: solid 1px #eee;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.05);
    margin-top: 10px;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1110;
}
.share .share-list .title{
    width: 100%;
    padding: 6px 0;
    text-align: center;
    border-bottom: solid 1px #eee;
    margin: 0;
    font-size: 12px;
    color: #6F6F6F;
}
.share .share-list ul li {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 40px;
    line-height: 40px;
    text-align: center;
}
.share .share-list ul li a {
    font-size: 12px;
    color: #111111;
}
.share .share-list .iconfont {
    font-size: 14px;
    margin-right: 6px;
}
.share .icon-Share_Link {
    color: #444444;
}
.share .icon-Share_Weibo {
    color: #D92F2F;
}
.share .icon-Share_Wechat {
    color: #17B520;
}
.share .icon-Share_Facebook {
    color: #2C5291;
}
.sr-bdimgshare{
    display: none!important;
}
.bdshare-slide-button {
    display: none!important;
}
.bdimgshare-bg {
    opacity: 0!important;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
    padding-left: 0!important;
    background-image: none!important;
}

.houseDetail .detail{
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 12px;
}
.houseDetail .detail .detail-title{
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
}
.houseDetail .detail .detail-title-txt{
    display: inline-block;
    font-size: 22px;
    color: #111111;
    font-weight: 500;
}
.houseDetail .detail .detail-status{
    display: inline-block;
    background-color: rgba(45, 182, 181, .1);
    border-radius: 1px;
    font-size: 12px;
    color: #2DB6B5;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.houseDetail .detail .title-right{
    float: right;
}
.houseDetail .detail .view-num{
    display: inline-block;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: rgba(45, 182, 181, .1);
    border-radius: 1px;
    font-size: 12px;
    color: #2DB6B5;
}
.houseDetail .detail .view-num .icon-VIewNumber{
    font-size: 12px;
    color: #2DB6B5;
}
.houseDetail .detail .share{
    /*display: inline-block;*/
}
.houseDetail .detail .share button{
    display: inline-block;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0;
    font-size: 12px;
}
.houseDetail .detail .price{
    font-size: 16px;
    color: #111111;
    font-weight: 500;
    line-height: 50px;
}
.houseDetail .detail .list{
    overflow: hidden;
    background: #FCFCFC;
    border: 1px solid #EDEDED;
}
.houseDetail .detail .list .item{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
}
.houseDetail .detail .list .item .label{
    display: inline-block;
    width: 100px;
    font-size: 13px;
    color: #666666;
}
.houseDetail .detail .list .item .value{
    font-size: 14px;
    color: #111111;
}
.houseDetail .house-intro{
    font-size: 14px;
    color: #111111;
    line-height: 23px;
    white-space: pre-line;
}
.houseDetail .facility{
    background: #FCFCFC;
}
.houseDetail .facility .item{
    width: 96px;
    height: 96px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 10px 0;
    border: 1px solid #ffffff;
}
.houseDetail .facility .active{
    border: 1px solid #2DB6B5;
}
.houseDetail .facility .name{
    font-size: 12px;
    color: #666666;
    text-align: center;
}
.houseDetail .tags{
    margin-top: 20px;
}
.houseDetail .tags .tag{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    padding: 0 20px;
    background: rgba(233,248,248,1);
    color: #30AAAB;
    font-weight: 400;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
}
[v-clock]{
    display: none;
}
.houseDetail .tags .tag-type{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    padding: 0 20px;
    background: #ffefc7;
    color: #e5af24;
    font-weight: 400;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.houseDetail .house-address{
    padding: 10px;
    background-color: #FCFCFC;
    margin-bottom: 20px;
}

.housePhoto{
    margin-bottom: 20px;
}

.similar-house .similar-title{
    padding-top: 20px;
    padding-bottom: 13px;
    font-size: 22px;
    color: #111111;
    font-weight: 500;
}
.similar-list .similar-item:first-child{
    margin-right: 20px;
}
.similar-item{
    position: relative;
    float: left;
    width: 493px;
    background: rgba(248,248,248,1);
    border: 1px solid rgba(233,233,233,1);
    cursor: pointer;
}
.similar-status{
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 2px;
    color: #33B15C;
    border: 1px solid #33B15C;
    font-size: 12px;
    padding: 2px 4px;
}
.similar-img{
    overflow: hidden;
    margin-top: 39px;
    margin-left: 10px;
}
.similar-img span{
    display: block;
    width: 152px;
    height: 90px;
    float: left;
    margin-right: 8px;
    background-size: cover;
    background-position: center;
}
.similar-img span img{
    width: 100%;
}
.similar-info{
    font-size: 12px;
    margin-top: 10px;
    height: 24px;
    overflow: hidden;
}
.similar-info .similar-price{
    float: left;
    display: inline-block;
    padding: 0 8px;
    height: 24px;
    line-height:24px;
    box-sizing: border-box;
    background-color: #00B3B1;
    color: #fff;
    border-radius: 2px;
    margin-left: 10px;
}
.similar-info .similar-tag{
    float: left;
    display: inline-block;
    padding: 0 8px;
    height: 24px;
    box-sizing: border-box;
    line-height:24px;
    border: 1px solid #888888;
    color: #888888;
    margin-left: 10px;
    border-radius: 2px;
}
.similar-address{
    font-size: 12px;
    color: #222;
    margin: 8px 0 10px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.countDown{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.countDown-bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,.6);
}
.countDown-main{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 662px;
    margin: 0 auto;
    background: rgba(255,255,255,0.79);
}
.countDown-main .iconfont{
    position: absolute;
    top: 26px;
    right: 30px;
    color: #747474;
    font-size: 30px;
    cursor: pointer;
}
.countDown-main .user-avatar{
    height: 145px;
    width: 145px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin: 75px auto 32px auto;
}
.countDown-main .countDown-title{
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: rgba(0,0,0,1);
    margin-bottom: 30px;
}
.countDown-main .countDown-time{
    font-size: 38px;
    font-family: arial;
    font-weight: bold;
    color: rgba(0,0,0,1);
    margin-bottom: 83px;
    text-align: center;
}</pre></body></html>