.fix-header{
    position: fixed;
    top: 114px;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 3px 30px rgba(21,81,167,0.06);
    z-index: 999;
}

.fix-header .layui-tab-title .layui-this:after {
    position: absolute;
    left: 18px;
    bottom: 0px;
    right: 18px;
    content: "";
    height: 61px;
    border-width: 1px;
    border-style: solid;
    border-bottom-color: #fff;
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    pointer-events: none;
}

.fix-header .layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #1551A7;
}

.fix-header .layui-tab-title .layui-this:after {
    width: auto;
}

.fix-header .layui-tab-brief>.layui-tab-title .layui-this {
    color: var(--primary-color);
}
.fix-header .layui-tab .layui-tab-title li {
    vertical-align: middle;
    font-size: 16px;
    color: #666;
    line-height: 60px;
    padding: 0 20px;
}

.fix-header .layui-tab .layui-tab-title {
    border-bottom: none;
    height: 60px;
    
}

.fix-header .layui-tab {
    margin: 0;
    text-align: left!important;
}

.fix-header .nav {
    height: 40px;
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.fix-header .nav .breadcrumb{
    position: relative;
    padding-left: 25px;
}

.fix-header .nav .breadcrumb .home{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.fix-header .nav .right{
    width: 540px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fix-header .nav .right .dz-search{
    width: 320px;
    height: 40px;
    border: 1px solid #DBDFE7;
    border-radius: 4px;
    margin-right: 16px;
}
.nav .layui-btn{
    width: 100px;
    height: 40px;
    opacity: 1;
    border-radius: 4px;
    font-size: 14px;
}

.nav .layui-btn  .layui-icon {
    margin-left: -7px;
    font-size: 14px;
    margin-right: -2px;
}

html,body{
    background: #fff;
}

.house-head{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 40px;
}

.house-head .house-imgs {
    width: 600px;
    margin-right: 38px;
}

.house-head .house-imgs .swiper-view{
    width: 100%;
    white-space: nowrap;
    margin-top: 6px;
}

.house-imgs .swiper-view .item{
    display: inline-block;
    width: 95px;
    height: 70px;
    margin-right: 2px;
    position: relative;
    cursor: pointer;
}

.house-imgs .swiper-view .item .name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    font-weight: 400;
}

.house-imgs .swiper-view .item:last-child {
    margin-right: 0;
}

.house-imgs .swiper-view .item img {
    width: 100%;
    height: 100%;
}

#house-swiper img {
    width: 100%;
    height: 100%;
}

#house-swiper .swiper-img{
   background-size: contain;
   width:100%;
   height:100%; 
   background-repeat: no-repeat;
   background-position: center center;
}

.layui-tab-content{
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.house-msg .tel{
    width: 340px;
    height: 70px;
    background: #EBF4FF;
    border-radius: 4px;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 36px;
}

.house-msg .tel .info {
    font-size: 18px;
    font-family: '宋体';
    font-weight: 500;
    line-height: 25px;
    color: #0B78BC;
    margin: 0 3px 0 6px;
}

.house-msg .tel .phone {
    font-size: 28px;
    font-family: D-DIN-PRO;
    font-weight: 800;
    line-height: 34px;
    color: #0B78BC;
}

.house-msg .house-name {
    font-size: 32px;
    font-family: '宋体';
    font-weight: 600;
    line-height: 45px;
    color: #000000;
    margin-bottom: 10px;
}

.house-msg .tags {
    margin-bottom: 10px;
}

.house-msg .tags .tag{
    margin-right: 4px;
}

.house-msg .msg-list {
    width: 100%;
}
.house-msg .msg-list .cell{
    clear: both;
    padding: 8px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.house-msg .msg-list .label {
    font-size: 16px;
    font-family: '宋体';
    font-weight: 400;
    line-height: 22px;
    color: #666666;
    margin-right: 12px;
}

.house-msg .msg-list .content {
    font-size: 16px;
    font-family: '宋体';
    font-weight: 400;
    line-height: 22px;
    color: #333333;
}
.house-msg .msg-list .content .price{
    font-size: 28px;
    font-family: D-DIN-PRO;
    font-weight: 800;
    color: #F75441;
}

.house-msg .msg-list .content span{
    color: #666;
}
.house-msg .content .more{
    font-size: 14px;
    font-family: '宋体';
    font-weight: 400;
    line-height: 20px;
    color: #0B78BC;
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
    cursor: pointer;
}

.house-msg .content .more img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


#tabBody .modal{
    margin-top: 40px;
}

#tabBody .modal:last-child{
    margin-bottom: 40px;
}
.titlebox .user-tag{
    white-space: nowrap;
}

.titlebox .user-tag .item{
    display: inline-block;
    height: 28px;
    background: #EBF4FF;
    border-radius: 2px;
    line-height: 28px;
    padding: 0 8px;
    margin-right: 4px;
    color: var(--primary-color);
}

.yewu .titlebox{
    align-items: center;
    justify-content: flex-start;
}


.yewu .person-list{
    padding: 22px;
    border: 1px solid #E6E9EE;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.yewu .person-list .item{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 20px;
}

.yewu .person-list .item .avatar{
    width: 106px;
    height: 106px;
    margin-right: 10px;
}

.yewu .person-list .item .name{
    font-size: 16px;
    font-family: '宋体';
    font-weight: 500;
    line-height: 22px;
    color: #000000;
}

.yewu .person-list .item .info{
    font-size: 14px;
    font-family: '宋体';
    font-weight: 500;
    line-height: 22px;
    color: #666;
}

.yewu .person-list .item .contact{
    padding: 4px 6px;
    color: #0AB4AF;
    font-size: 14px;
    background: #D9F4F4;
    position: relative;
    margin-top: 34px;
    cursor: pointer;
}
.yewu .person-list .item .contact .tel{
    margin-top: -2px;
}


.yewu .person-list .item .contact .pop-tel{
    position: absolute;
    left: 0;
    top: -80px;
    background: #fff;
    width: 210px;
    text-align: center;
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    font-family: D-DIN-PRO;
    font-weight: 800;
    color: #09B3AF;
    border-radius: 1px;
    display: none;
    box-shadow: 0px 3px 20px rgba(21,81,167,0.14);
}


.pop-tel .layui-edge{
    position: absolute;
    left: 14px;
    top: 65px;
}

.pop-tel .layui-edge-bottom {
    border-top-color: #fff;
    border-top-style: solid;
    border-width: 8px;
}

.adv {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.adv .adv-item{
    flex: 1 1 0%;
}
.adv .adv-item img{
    width: 100%;
    cursor: pointer;
}
.adv .adv-item:first-child{
    margin-right: 40px;
}

.house-recommend .imgbox{
    width: 280px;
    height: 280px;
    border: 1px dashed #bdbdbd;
    position: relative;
    box-sizing: border-box;
}
.house-recommend .imgbox .price{
    width: 110px;
    height: 38px;
    background: linear-gradient(90deg, #FD4816 0%, #FFA737 100%);
    box-shadow: 3px 3px 3px rgba(255,164,54,0.22);
    border-radius: 0px 0px 0px 6px;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    color: #FFFFFF;
    position: absolute;
    opacity: .95;
    letter-spacing: 1px;
    right: 0;
    top: 0;
}
.house-recommend .msg{
    border: 1px solid #eee;
    border-top: none;
    padding: 0 15px;
    box-sizing: border-box;
}

.house-recommend .msg .name{
    font-size: 16px;
    font-family: '宋体';
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #000000;
    line-height: 26px;
    margin-top: 4px;
}

.house-recommend .msg .info{
    color: #666;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}

.house-recommend .msg .pricebox{
    font-size: 14px;
    line-height: 32px;
    text-align: center;
}

.house-recommend .msg .pricebox span{
    font-size: 32px;
    font-weight: 800;
    color: #F75441;
    margin-right: 4px;
}

.house-recommend .msg .un-price{
    text-align: center;
    text-decoration: line-through;
    color: #8a8a8a;
}

.house-recommend .msg .layui-btn{
    width: 100%;
    margin: 15px 0 5px 0;
}

.house-recommend .msg .times{
    text-align: center;
    color: #999;
    font-size: 12px;
    padding-bottom: 20px;
}

.house-type .imgbox{
    width: 280px;
    height: 280px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #E6E9EE;
}
.house-type .wrapper{
    cursor: pointer;
}

.house-type .imgbox .price{
    width: 110px;
    height: 38px;
    background: linear-gradient(90deg, #FD4816 0%, #FFA737 100%);
    box-shadow: 3px 3px 3px rgba(255,164,54,0.22);
    border-radius: 0px 0px 0px 6px;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    color: #FFFFFF;
    position: absolute;
    opacity: .95;
    letter-spacing: 1px;
    right: 0;
    top: 0;
}
.house-type .msg{
    border-top: none;
    padding: 10px 0px;
    box-sizing: border-box;
}
.house-type .wrapper:hover .imgbox{
    border: 1px dashed #888;
}
.house-type .msg .top{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 0 4px 0;
    box-sizing: border-box;
}

.house-type .msg .name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}
.house-type .msg .tag {
    padding: 2px 8px;
}
.house-type .msg .bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
}

.house-type .msg .bottom .status{
    margin-right: 6px;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: bold;
}

.house-type .msg .bottom .price{
    margin-right: 6px;
    font-size: 16px;
    line-height: 22px;
    color: #F75441;
}

.house-type .msg .bottom .range{
    margin-right: 6px;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
}
.comment-box{
    padding-top: 15px;
    box-sizing: border-box;
}
.comment-box .tag-list{
    width: 100%;
    margin-bottom: 20px;
}

.comment-box .tag-list .item{
    line-height: 32px;
    padding: 0 10px;
    height: 32px;
    background: #EFF1F5;
    border-radius: 32px;
    margin-right: 6px;
    display: inline-block;
    cursor: pointer;
}
.comment-box .tag-list .item.active{
    background: #13A3E0;
    color: #fff;
}

.comment-box .comment-cell{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    box-sizing: border-box;
}

.comment-box .comment-cell .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 10px;
}

.comment-box .comment-cell .name{
    font-size: 16px;
    line-height: 20px;
}

.comment-box .comment-cell .content{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}


.comment-box .comment-cell .time{
    font-size: 12px;
    color: #8a8a8a;
    margin: 6px 0 10px 0;
}

.comment-box .btn,.q-box .btn{
    text-align: center;
}

.comment-box .layui-btn,.q-box .layui-btn{
    margin-top: 20px;
    width: 200px;
    border-radius: 4px;
}
.comment-box .comment-cell .imgs{
    overflow: hidden;
    margin-top: 10px;
}
.comment-box .comment-cell .imgs img{
    display: block;
    float: left;
    margin-right: 11px;
    width: 100px;
    height: 66px;
}

.q-box .cell{
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.q-box .cell .wen{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-left: 36px;
}

.q-box .cell .name{
    font-size: 16px;
    color: #000;
    flex: 1 1 0%;
   
}

.q-box .cell .da{
    font-size: 16px;
    color: #666;
    flex: 1 1 0%;
    margin-top: 16px;
    position: relative;
    padding-left: 36px;
}

.q-box .cell .da img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.q-box .cell .wen img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.q-box .cell .number{
    color: #999;
    font-size: 14px;
}

.house-round .list{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.house-round .list .item{
    width: 286px;
    height: 110px;
    background: #F5F7FC;
    border-radius: 4px;
    margin-right: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.house-round .list .item img{
    margin-right: 10px;
    width: 50px;
    height: 50px;
    margin-left: 22px;
}

.house-round .list .item .name{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}

.house-round .list .item .info,.house-round .list .item .info2{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #8F9DB6;
}
.house-round .list .item:last-child{
    margin-right: 0;
}

.house-round  .bottom .map{
    width: 600px;
    height: 360px;
    margin-right: 40px;
}
.house-round  .bottom .right{
    flex: 1 1 0%;
}

.house-round .layui-tab{
    margin: 0 ;
}
.house-round .layui-tab-title li {
    width: 140px;
    box-sizing: border-box;
    font-weight: bold;
}
.house-round .tips{
    color: #999;
    font-size: 14px;
    line-height: 30px;
}
.round-list{
    height: 278px;
    overflow-y: scroll;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
}
.round-list .content{
    color: #000000;
    font-size: 16px;
    flex: 1 1 0%;
    margin-left: 4px;
    text-align: left;
}
.round-list .info{
    color: #999999;
    font-size: 16px;
}
.round-list .cell{
    padding: 12px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.round-list .cell img{
    width: 20px;
    margin-top: 2px;
}

.math{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
}

.math-box{
    width: 500px;
    padding: 36px 70px 36px 36px;
    height: 550px;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin-right: 23px;
    position: relative;
}

.math .back{
    position: absolute;
    left: 466px;
    top: 80px;
}

.math-box2{
    width: 500px;
    padding: 36px 36px 36px 70px;
    height: 550px;
    box-sizing: border-box;
    border: 1px solid #eee;
}

.math-box .title,.math-box2 .title{
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    color: #000000;
    border-bottom: 2px solid #E6E9EE;
    position: relative;
    height: 40px;
    margin-bottom: 30px;
    line-height: 40px;
}
.math-box .title::after,.math-box2 .title::after{
    position: absolute;
    content: "";
    left: 0 ;
    width: 48px;
    height: 2px;
    background: #0B78BC;
    bottom: -2px;
}

.math-box2 img{
    margin-top: 30px;
}

.math-box .dz-btn{
    width: 200px;
    height: 40px;
    border-radius: 40px;
    margin: 40px auto 20px auto;
    display: block;
}

.math-box .form-tip{
    font-size: 14px;
    color: #999;
    margin: -10px 0 20px 112px;
}

.house-news .cell{
    padding: 10px 0;
    border-bottom: 1px solid #E6E9EE;
    box-sizing: border-box;
}
.house-news .house-imgs{
    width: 100%;
    margin-top: 15px;
}

.house-news .house-imgs img{
    display: inline-block;
    width: 100px;
    height: 66px;
    margin-right: 11px;
}

.house-news .house-imgs img:last-child{
    margin-right: 0;
}

.house-imgs .foot{
    overflow: hidden;
    clear: both;
}

.house-imgs .foot .name{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    float: left;
}

.house-news .name{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
.house-news .m-tag{
    margin-right: 6px;
}


.house-news .cell .contact{
    padding: 4px 6px;
    color: #0AB4AF;
    font-size: 12px;
    background: #D9F4F4;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 1px;
    float: left;
}
.house-news .cell .contact .tel{
    margin-top: -2px;
}

.house-news .foot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 1px;
}
.house-news .cell .contact .pop-tel{
    position: absolute;
    left: 0;
    top: -50px;
    background: #fff;
    width: 210px;
    text-align: center;
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    font-family: D-DIN-PRO;
    font-weight: 800;
    color: #09B3AF;
    border-radius: 1px;
    display: none;
    box-shadow: 0px 3px 20px rgba(21,81,167,0.14);
}

.album-list .cell{
    width: 100%;
    border-bottom: 1px solid #DBDFE7;
    margin-bottom: 30px;
}

.album-list .img-list{
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
}

.album-list .img-list .item{
    float: left;
    width: 220px;
    margin-right: 25px;
    margin-bottom: 20px;
}

.album-list .img-list .item:nth-child(5n) {
    margin-right: 0;
}

.album-list .img-list .imgbox{
    width: 220px;
    height: 150px;
}

.album-list .img-list .name{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
    margin-top: 12px;
}

.album-list .img-list .time{
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #666666;
    margin-top: 8px;
    color: #666;
}

.album-list .cell:last-child{
    border-bottom: none;
}

.house-round .layui-unselect{
    display: none;
}

.m-question .head{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}

.m-question .head .title{
    font-size: 26px;
    font-weight: 600;
    line-height: 37px;
    color: #000000;
    flex: 1 1 0%;
    margin-right: 10px;
}

.m-question .head .title span.num{
    color: #0B78BC;
}

.q-box .foot{
    padding-left: 35px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
}

.q-box .foot .time{
    margin-right: 10px;
    color: #8a8a8a;
}

.q-box .foot .reback{
    color: #0B78BC;
    cursor: pointer;
}

.house-detail-list{
    width: 100%;
}

.house-detail-list .cell{
    width: 100%;
    margin-bottom: 50px;
}

.house-detail-list .cell .title{
    font-size: 26px;
    font-weight: 600;
    line-height: 37px;
    margin-bottom: 30px;
    color: #000;
}

.house-detail-list .cell .content-box{
    border: 1px solid #E6E9EE;
}

.panel{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.panel .panel-cell{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
}
.panel .panel-cell:last-child{
    margin-bottom: 0;
}
.panel .panel-cell .label{
    width: 110px;
    font-size: 16px;
    flex-shrink: 0;
}

.panel .panel-cell .right{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.panel .panel-cell .right .info{
    color: #666;
    font-size: 16px;
    margin-right: 12px;
}

.panel .panel-cell .right .look{
    font-size: 16px;
    font-weight: 400;
    color: #0B78BC;
    cursor: pointer;
}
.panel .panel-cell .right .look.lool-icon{
    position: relative;
    padding-left:25px ;
}

.lool-icon .icon{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 24px;
}
.panel .panel-cell .right .tag{
    margin-right: 6px;
}

.panel .panel-cell .right .red{
    font-size: 22px;
    font-family: D-DIN-PRO;
    font-weight: 800;
    color: #F75441!important;
    margin-right: 3px;
}

.house-news-big .house-imgs{
    width: 100%;
    overflow: hidden;
}

.house-news-big .house-imgs img{
    width: 170px;
    height: 115px;
    margin-right: 6px;
    margin-bottom: 6px;
    display: block;
    float: left;
}
.house-news-big .house-imgs img:nth-child(4n){
    margin-right: 0;
}
.house-news-big .cell{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 30px 0;
    box-sizing: border-box;
}

.house-news-big .cell .avatar{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 20px;
}

.house-news-big .cell .avatar img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.house-news .user{
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}
.house-news .user .time{
    color: #999;
    font-size: 14px;
    text-align: right;
    flex: 1 1 0%;
}
.house-news .user .name{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    float: left;
}
.silde-house{
    width: 100%;
    background: #F9F9FA;
    margin-top: 18px;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.silde-house .title{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
}

.silde-house .recommend-list{
    width: 100%;
}

.silde-house .recommend-list .cell{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #DBDFE7;
}
.silde-house .recommend-list .cell:last-child{
    border-bottom: none;
}

.silde-house .recommend-list .cell .title{
    flex: 1 1 0%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
}

.silde-house .recommend-list .cell .address{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #8a8a8a;
}

.silde-house .recommend-list .price{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #F75441;
    margin-left: 30px;
}

.silde-house .house-head .imgbox{
    width: 110px;
    height: 74px;
    margin-right: 15px;
}
.silde-house .house-head{
    margin-bottom: 10px;
    overflow: hidden;
    margin-top: 20px;
}
.silde-house .house-head .house-name{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #333333;
}

.silde-house  .house-head .info{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    margin: 2px 0;
}


.silde-house  .house-head .price{
    color: #F75441;
}

.sile-pc{
    width: 100%;
    padding: 20px;
    background: #F9F9FA;
    box-sizing: border-box;
}

.sile-pc .pc-head{
    font-size: 22px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    margin-bottom: 20px;
    cursor: pointer;
}

.sile-pc .pc-cell .imgbox{
    width: 100%;
    height: 210px;
}

.sile-pc .pc-cell .name{
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #333333;
    line-height: 1.4;
    margin-top: 10px;
}

.comment-box .recommend-house{
    padding: 15px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.comment-box .recommend-house .house-head{
    margin-top: 0px;
}
.recommend-house .tag{
    border: 1px solid #D8D8D9;
    background: transparent;
}

.pc-list {
    width: 100%;
    margin-top: 30px;
}

.pc-list .pc-cell {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.pc-list .pc-cell .imgbox{
    width: 200px;
    height: 136px;
    margin-right: 18px;
    border: 1px dashed #eee;
}

.pc-list .pc-cell .name{
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #000000;
}

.pc-list .pc-cell .info{
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #000000;
    margin-top: 6px;
}
.pc-list .pc-cell .pc-msg{
    flex: 1 1 0%;
}

.pc-list .pc-cell .foot{
	margin-top: 80px;
    display: flex;
    flex-direction: row;
    color: #999;
    font-size: 14px;
}

.pc-list .pc-cell .foot .time{
    margin-left: 10px;
}

.silde-text{
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    background: #F9F9FA;
}

.silde-text .title{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
}

.silde-text .list{
    width: 100%;
    margin-top: 10px;
}

.silde-text .list .cell{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    padding: 15px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.silde-text .list .cell:last-child{
    border-bottom: none;
}

.house-time p{
    color: #6a6a6a;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px;
}
.house-time .type span{
    color: #999;
    font-size: 12px!important;
}
.house-time .imgs{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.house-time .imgs img{
    width: 125px;
    height: 86px;
    margin-right: 10px;
}

.house-time .layui-timeline-content .wrapper{
    border: 1px solid #eee;
    padding: 20px;
    box-sizing: border-box;
}

.layui-timeline-item:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
    background: #0B78BC;
}

.house-time  .layui-timeline-axis {
        color: #0B78BC;
}

.math-title{
    font-size: 16px;
    color: #333;    
}

.math-title span{
    font-size: 28px;
    font-weight: bold;
    color: #f75e4d;
    margin: 0 10px;
}

.math-res-list{
    width: 100%;
    padding-left: 10px;
}
.math-res .math-title{
    margin-bottom: 2px;
}
.math-res-list li{
    padding: 6px 0;
    position: relative;
}

.math-res-list li::before{
    position: absolute;
    content: "";
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #1551A7;
}

.math-res-list li:nth-child(2)::before{
    position: absolute;
    content: "";
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #3Ac993;
}
.math-res-list li:nth-child(3)::before{
    position: absolute;
    content: "";
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #f77422;
}
.math-res-list li.text{
    font-size: 12px;
}
.math-res .tips{
    color: #999;
    font-size: 12px;
    margin-top: 30px;
}