﻿.c-build-wrap {
    box-sizing: border-box;
    padding-top: 24px;
}

.cbuild-left {
    width: 940px;
    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;
        padding-left: 50px;
        padding-right: 50px;
        display: inline-block;
        cursor: pointer;
    }

.tab-active {
    color: white;
    background-color: #da1616;
}

.pagination li {
    border: none;
    border-radius: 0px;
    margin-right: 15px;
    display: inline-block;
}

.page-list a {
    display: inline-block;
    line-height: unset;
    padding: 0px;
    font-size: 14px;
    background-color: #f4f4f4;
    padding-left: 9px;
    padding-right: 9px;
    height: 24px;
    line-height: 24px;
}

.page-floor {
    margin-top: 25px;
    text-align: center;
}

.active a {
    background-color: #db292d !important;
    color: white;
}

.cbuild-right {
    width: 300px;
}

    .cbuild-right img {
        width: 100%;
        margin-bottom: 15px;
    }

    /**/
.agentBox {
    margin: 0 0 20px;
}

    .agentBox .agent {
        display: block;
        width: 100%;
        margin: auto;
        background-color: #fff;
        box-shadow: 0 0 5px #e1e1e1;
        border-radius: 3px;
        padding: 15px 10px;
        box-sizing: border-box;
        border: 1px solid #EEE;
    }

    .agentBox .build-title {
        font-size: 19px;
        color: #555;
        font-weight: bold;
        margin-bottom: 5px;
    }

        .agentBox .build-title a:hover, .contactBox .info-name a:hover {
            color: #d30f1c
        }

    .agentBox .c-c-pw {
        font-size: 14px;
        -webkit-flex: 1;
    }

        .agentBox .c-c-pw span {
            margin-right: 10px;
        }

        .agentBox .c-c-pw label {
            color: #868686;
        }

    .agentBox .urlBtn {
        font-size: 18px;
        color: #d30f1c;
        text-decoration: underline;
        padding: 0 5px 0 0;
        font-weight: bold;
    }

    .agentBox .liBox {
        display: flex;
        border-top: 1px solid #eee;
        margin-top: 15px;
        padding-top: 15px;
    }

    .agentBox .headPic {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        border: 1px solid #eee;
        margin-right: 15px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .agentBox .contactBox {
        -webkit-flex: 1;
    }

        .agentBox .contactBox .info-name {
            font-size: 18px;
            color: #555;
            font-weight: bold;
            /* padding-left: 10px; */
        }

        .agentBox .contactBox .info-tel {
            color: #df0018;
            margin-top: 7px;
            font-weight: bold;
        }

            .agentBox .contactBox .info-tel img {
                width: 17px;
                vertical-align: middle;
                margin-bottom: 0;
            }

        .agentBox .contactBox .mycard-contact {
            color: #6c6c6c;
            font-size: 14px;
            margin-left: -5px;
        }

            .agentBox .contactBox .mycard-contact > div {
                display: inline-block;
                width: 30%;
                text-align: center;
                font-size: 12px;
                margin-top: 5px;
                cursor: pointer;
                position: relative;
                color: #36c335;
            }

                .agentBox .contactBox .mycard-contact > div a {
                    color: #36c335;
                }

                .agentBox .contactBox .mycard-contact > div .codeBox {
                    position: absolute;
                    top: -125px;
                    left: -20px;
                    box-shadow: 0 0 10px #c2c2c2;
                    padding: 10px;
                    background-color: #fff;
                    display: none;
                }

                    .agentBox .contactBox .mycard-contact > div .codeBox::after {
                        content: '';
                        width: 0;
                        height: 0;
                        border: 10px solid #fff;
                        display: inline-block;
                        border-left-color: transparent;
                        border-right-color: transparent;
                        border-bottom-color: transparent;
                        position: absolute;
                        bottom: -20px;
                        left: 36%;
                    }

                    .agentBox .contactBox .mycard-contact > div .codeBox img {
                        width: 100px;
                    }

                .agentBox .contactBox .mycard-contact > div span {
                    display: block;
                    width: 37px;
                    margin: auto;
                    height: 38px;
                    line-height: 40px;
                }

                .agentBox .contactBox .mycard-contact > div img {
                    vertical-align: middle;
                    width: 35px;
                    margin-bottom: 0;
                }

    .agentBox .rowother span {
        display: inline-block;
        border: 1px solid #eab75e;
        border-radius: 3px;
        padding: 2px 5px;
        color: #eab75e;
        margin-top: 8px;
    }
    /**/


.cbuild-article-list {
    margin-top: 20px;
    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;
}

    .cbuild-article-item:hover {
        color: #da1616;
    }

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.fl-clear::after {
    display: block;
    content: "";
    clear: both;
}

img {
    vertical-align: unset;
}

* {
    box-sizing: content-box;
}


/*列表*/
.item-info {
    font-family: "Hiragino Sans GB", "微软雅黑", "Microsoft YaHei", SimHei, Tahoma, "宋体b8b体", SimSun, sans-serif;
}

.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);
    }

.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: 22px;
    padding: 0 5px;
    border-radius: 5px;
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
    background: linear-gradient(160deg, #dab650, #f9d63b, #b78211, #977116);
    color: #fff;
    font-weight: 500;
    font-family: Roboto, PingFang SC, Noto Sans TC, Noto Sans SC, sans-serif;
}

    .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/icon-vr.png") no-repeat;
        background-size: contain;
        width: 20px;
        height: 12px;
        margin-right: 4px;
    }

    .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;
    font-weight: bold;
}

    .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;
        height: 24px;
        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 .house-txt {
    color: #7b7b7b;
    margin-bottom: 9px;
    font-size: 14px;
}

.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;
        vertical-align: middle;
    }

        .item-info .labeltag span.tag_gray.drop {
            background-color: #faeeee;
            color: #d30f1b;
        }

        .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;
    }
    .item-pricearea .listButton {
        display: none;
        position: absolute;
        right: 20px;
        top: -20px;
        width: 145px;
        height: 22px;
    }

    .item-pricearea .listButton a {
        display: inline-block;
        font-size: 12px;
        border-radius: 12px;
        padding: 2px 10px;
        border: 1px solid #b7b7b7;
        color: #b6b6b6;
        text-decoration: none;
        cursor: pointer;
        background: #fff;
    }

        .item-pricearea .listButton a:last-child {
            margin-left: 10px;
        }

        .item-pricearea .listButton a:hover,
        .item-pricearea .listButton a.VS.ratioClick,
        .item-pricearea .listButton a.love.favorite {
            color: #da1616;
            border: 1px solid #da1616;
        }

.section-houselists .house-item:hover .item-pricearea .listButton {
    display: block;
}

.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
}
                       