﻿

.c-build-wrap {
    box-sizing: border-box;
    padding-top: 24px;
}
.cbuild-left {
    width: 950px;
    margin-right: 40px;
}

.e-tab {
    border-bottom: 3px solid #da1616;
    position: relative;
    top: 0px;
}

    .e-tab > a {
        position: relative;
        top: 1px;
        height: 42px;
        line-height: 42px !important;
        padding-left: 50px;
        padding-right: 50px;
        display: inline-block;
        cursor: pointer;
        vertical-align: top;
    }


        .e-tab > a.active {
            color: white !important;
            background-color: #da1616;
        }

.c-build-list .c-build-item {
    padding-top: 21px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 13px;
    cursor: pointer;
    position: relative;
    top: 0px;
    width: 100%;
    display: block;
}
.c-build-item,
.c-build-titl, 
.c-build-border {
    transition: all 250ms;
}
.c-build-list .c-build-item > div {
    display: inline-block;
}
.c-build-list .c-build-border {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background-color: #da1616;
    display: block !important;
}
.c-build-item:hover .c-build-border {
    width: 100%;
}
.c-build-list .img_tag {
    position: absolute;
    left: 3px;
    top: 28px;
    z-index: 9;
    font-size: 0;
}

    .c-build-list .img_tag span {
        margin-left: 2px;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        background-color: #ea6b2a;
        color: #fff;
        padding: 3px 6px;
        border-radius: 4px;
    }

    .c-build-list .img_tag .tag2 {
        background-color: #ff1555;
    }

    .c-build-list .img_tag .tag3 {
        background-color: #cea700;
    }
.c-build-list .c-build-item .c-build-img {
    text-align: center;
    background-color: #eeeeee;
    vertical-align: middle;
    height: 180px;
    width: 250px;
    position: relative;
    overflow: hidden;
}
    .c-build-list .c-build-item .c-build-img a {
        display: block;
        height: 180px;
        width: 250px;
    }
    .c-build-list .c-build-item .c-build-img .tag {
        position: absolute;
        right: 0px;
        bottom: 0;
        z-index: 9;
    }
        .c-build-list .c-build-item .c-build-img .tag img {
            display: block;
            width: 80px;
        }
    .c-build-list .c-build-item .c-build-img a > img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.unfavorite {
    display: none;
    width: 46px;
    height: 46px;
    background: url(/images/New/video/unfavorite.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 1s;
    z-index: 9;
}
.favorite {
    display: none;
    width: 46px;
    height: 46px;
    background: url(/images/New/video/favorite.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 1s;
    z-index: 9;
}

.section-houselists .house-item:hover .unfavorite,
.section-houselists .house-item:hover .favorite {
    display: inline-block;
}


.c-build-content {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #666666;
    padding-left: 18px;
    -webkit-flex: 1;
}
.c-build-title {
    font-size: 20px;
    color: black;
    font-weight: bold;
    display: flex;
}
.lookVideo {
    margin-left: 30px;
    color: #da1616;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}
    .lookVideo img {
        width: 20px;
        height: 20px;
        position: relative;
        top: 4px;
    }
.c-business-list .c-build-area {
    display: inline-block;
    margin-right: 15px;
}
    .c-business-list .c-build-area:before {
        content: '';
        display: inline-block;
        width: 13px;
        height: 16px;
        background: url(/images/building/icon-loc.png) no-repeat;
        vertical-align: middle;
        background-size: 88% 100%;
        margin-right: 3px;
    }
.c-business-list .bgColor {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f2f2f2;
    border-radius: 3px;
    margin-bottom: 10px;
}
.c-business-list .c-build-trait {
    display: inline-block;
    color: #ffa217;
    line-height: normal;
    margin-top: -8px;
    font-weight: bold;
}
.c-business-list .c-build-size {
    line-height: 28px;
}
.c-business-list .c-build-tag {
    margin-top: 10px;
}
.c-business-list .c-build-tag span {
    display: inline-block;
    padding: 5px 15px;
    background-color: #fcdad9;
    color: #ff150c;
    border-radius: 5px;
    margin-right: 10px;
}
.c-business-list .c-build-price {
    display: inline-block;
    color: #da1616;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    float: right;
    min-width: 150px;
}

.c-build-price b {
    font-weight: bold;
    font-size: 15px;
}
.build_qrcode {
    text-align: center;
    border: 1px solid #d3d5d9;
    width: 95px;
    margin: auto;
    margin-top: 10px;
    /* padding: 5px 0 2px; */
}
    .build_qrcode img {
        width: 80px;
        height: 80px;
        margin: 8px 0 4px 0;
        display: inline-block !important;
    }
    .build_qrcode p {
        margin-top: -5px;
        color: #595959;
        font-weight: normal;
    }


.page-floor {
    margin-top: 25px;
    text-align: center;
}
.paginate {
    font-size: 0;
    text-align: center;
    margin: 20px 0 50px;
}
    .paginate li {
        font-size: 14px;
        display: inline-block;
        margin-right: 10px;
        text-align: center;
        width: 30px;
        height: 28px;
        line-height: 28px;
        border: 1px solid #ddd;
    }

    .paginate [disabled] {
        color: gray;
    }

        .paginate [disabled].cur {
            background-color: #e70c14;
            color: #fff;
        }

    .paginate li:not([disabled]):hover {
        cursor: pointer;
        color: #fff;
        background-color: #e70c14;
    }

    .paginate li.jump:hover {
        cursor: pointer;
        color: #333;
        background-color: transparent;
    }

    .paginate li.jump {
        border: none;
        width: auto;
    }

        .paginate li.jump .entrance {
            border: 1px solid #ddd;
            text-align: center;
            width: 30px;
            height: 24px;
            margin: 0 5px;
        }

    .paginate li.confirm {
        padding: 0 10px;
        width:auto;
    }



.cbuild-right {
    width: 300px;
    padding-bottom: 50px;
}
    .cbuild-right img {
        width: 100%;
        /* max-height: 166px; */
        margin-bottom: 15px;
    }

.cbuild-article-list {
    padding: 15px;
    border: 1px solid #dbdbdb;
    display: inline-block;
    width: 100%;
    background-color: white;
    box-sizing: border-box;
}
.cbuild-article-title {
        position: relative;
        top: 0px;
        color: #da1616;
        padding-bottom: 11px;
        border-bottom: 1px solid #e1e4e6;
        font-size: 16px;
    }
.cbuild-article-item {
            font-size: 14px;
            color: #666666;
            display: block;
            margin-top: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }





/*********************************************************/
.section-houselists .house-item {
    position: relative;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #ececec;
    -webkit-transition: all .3s;
    transition: all .3s;
}

  /*  .section-houselists .house-item:hover {
        box-shadow: -5px 0px 13px 0 rgba(0, 0, 0, .15);
    }*/
    .section-houselists .house-item .c-build-border {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 0px;
        height: 2px;
        background-color: #da1616;
        display: block !important;
        -webkit-transition: all 250ms;
        transition: all 250ms;
    }
    .section-houselists .house-item:hover .c-build-border {
        width: 100%;
    }
    .house-item .item-photo {
        width: 250px;
        height: 167px;
        position: relative;
        margin-right: 20px;
        overflow: hidden;
    }

    .house-item .item-photo a {
        display: block;
    }

    .house-item .item-photo img {
        width: 250px;
        height: 167px;
        -webkit-transition: all .3s;
        transition: all .3s;
        object-fit: cover;
    }

.section-houselists .house-item:hover .item-photo img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.house-item .item-photo .img_tag {
    position: absolute;
    left: 3px;
    top: 5px;
    z-index: 9;
    font-size: 0;
}

    .house-item .item-photo .img_tag span {
        margin-left: 2px;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        background-color: #ea6b2a;
        color: #fff;
        padding: 3px 6px;
        border-radius: 4px;
    }

    .house-item .item-photo .img_tag .tag2 {
        background-color: #ff1555;
        background: linear-gradient(90deg, #ff8080, #d00030);
    }

    .house-item .item-photo .img_tag .tag3 {
        background-color: #cea700;
    }

.house-item .item-photo .media-tag {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 32px;
    padding: 0 5px;
    border-radius: 5px;
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
}

    .house-item .item-photo .media-tag i {
        display: inline-block;
        width: 28px;
        height: 20px;
    }

    .house-item .item-photo .media-tag .vr-icon {
        background: url("/images/vr-icon.png") no-repeat;
        background-size: contain;
    }

    .house-item .item-photo .media-tag .heat-icon {
        background: url("/images/heat-icon.png") no-repeat;
        background-size: contain;
    }

.house-item .item-info {
    width: 450px;
    height: 167px;
    font-size: 14px;
    font-family: "Hiragino Sans GB", "微软雅黑", "Microsoft YaHei", SimHei, Tahoma, "宋体b8b体", SimSun, sans-serif;
}

.item-info .house-title {
    width: 100%;
    font-size: 20px;
    margin-bottom: 5px;
    margin-left: 0;
}

    .item-info .house-title a:link {
        color: #454444;
        font-weight: 600;
    }

    .item-info .house-title b {
        color: #d30f1b;
        font-size: 20px;
        font-weight: bold;
    }

.item-info .house-subTitle {
    background-color: #faf6e4;
    color: #f09c16;
    color: #af8527;
    display: inline-block;
    font-weight: bold;
    border-radius: 2px;
    margin-right: 4px;
    font-size: 14px;
    line-height: 24px;
    padding: 0 8px;
    margin-bottom: 5px;
}

.item-info .house-name {
    margin-bottom: 12px;
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 400;
}

    .item-info .house-name a:link, .item-info .house-name a:visited, .item-info .house-name a:active {
        color: #7b7b7b;
    }

    .item-info .house-name span:after {
        display: inline-block;
        content: '|';
        margin: 0 3px 0 6px;
    }

    .item-info .house-name span:last-child::after {
        display: none;
    }

.item-info .house-txt {
    color: #7b7b7b;
    margin-bottom: 9px;
    font-size: 14px;
}

    .item-info .house-txt span {
        margin-right: 13px;
    }

.item-info .labeltag {
    margin-top: 15px;
    width: 100%;
    font-size: 12px;
}

    .item-info .labeltag span.tag_gray {
        border-radius: 4px;
        display: inline-block;
        margin-right: 3px;
        padding: 0 8px;
        height: 24px;
        line-height: 24px;
        background: #f0f0f0;
        color: #666;
        color: #005080;
        background-color: #f5f6fa;
        vertical-align: middle;
    }

        .item-info .labeltag span.tag_gray.drop {
            background-color: #fcdad9;
            color: #ff150c;
        }

        .item-info .labeltag span.tag_gray.rise {
            background-color: #e4ffee;
            color: #36c067;
        }

.house-item .item-pricearea {
    width: 175px;
    position: relative;
    padding-right: 0;
    text-align: center;
    margin-top: 20px;
}

.item-pricearea .price-nub {
    color: #eb3e22;
    font-size: 13px;
}

    .item-pricearea .price-nub b {
        display: block;
        font-weight: bold;
        font-size: 18px;
    }

    .item-pricearea .price-nub.Price-r {
        color: #ff9d00;
    }


.house-item .item-pricearea .build_qrcode {
    text-align: center;
    border: 1px solid #d3d5d9;
    width: 95px;
    margin: auto;
    margin-top: 10px;
    padding: 5px 0;
    overflow: hidden;
}

    .house-item .item-pricearea .build_qrcode img {
        width: 80px;
        height: 80px;
        margin: 5px;
        display: inline-block !important;
    }

.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.fl {
    float: left
}

.fr {
    float: right
}




