<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hot-list{
    width:299px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    padding: 15px;
    margin-top: 25px;
}
.hot-title{
    font-size:18px;
    font-weight:normal;
    border-bottom:3px solid #EEEEEE;
    margin:0 5px 30px;
    padding:2px 0 14px;
    position: relative;
}
.hot-title::before{
    position:absolute;
    width: 57px;
height: 3px;
background: #90b3e7;
content:'';
left:0;
bottom:-3px;
}

.hot-item{
    margin: 0 0 22px;
}
.hot-item span{
    width: 18px;
    height: 20px;
    line-height:20px;
    font-size:14px;
}
.hot-item a{
    margin:2px 0 0 15px;
    color:#999;
}
.hot-item:last-child{
    margin:0 0 20px;
}
.chamber-con .collepse-group span img{
    position: relative;
    top: -2px;
}
.chamber-con .result-list .nav-group .result-title{
    font-size: 14px;
    font-weight: normal;
}
.chamber-con .result-list .result-floor:hover .floor-logo{
    transform: scale(1);
}
.chamber-con .result-list .floor-info .fprice h3{
    padding-right:10px;
}
.house-guide .guide-item .title span{
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    width: 258px;
}


.hot-item span{
    color: #FFF;
    background: #c3c3c3;
}
.hot-item .first{
    background: rgba(250, 64, 64);
}
.hot-item .next{
    background: rgba(64, 173, 250);
}
.hot-item:nth-child(3) .next{
    background: rgba(250, 169, 64);
}

 .hot-item span {
    width: 18px;display: block; border-radius: 2px;float: left;text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}</pre></body></html>