
.fl {
    float: left
}

.fr {
    float: right
}

.hide {
    display: none
}

.content .content-title {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 18px;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    color: #101d37;
    border-bottom: 1px solid #e4e6f0;
    padding-bottom: 10px;
    padding-left: 24px;
}

    .content .content-title .free-tag {
        display: inline-block;
        font-family: PingFangSC-Semibold;
        font-size: 14px;
        line-height: 14px;
        padding: 6px;
        margin-left: 8px;
        border-radius: 2px
    }

.content .content-body {
    width: 100%
}

    .content .content-body:after {
        content: "";
        clear: both;
        display: block;
        height: 0
    }

.content-body .content-img-box {
    width: 565px;
    height: 390px;
    float: left;
    position: relative;
    overflow: hidden
}

    .content-body .content-img-box .content-img-ul-big-box {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 319px;
        overflow: hidden
    }

        .content-body .content-img-box .content-img-ul-big-box .content-img-ul-bigitem {
            float: left;
            width: 100%;
            height: 100%;
            position: relative;
            cursor: pointer;
            overflow: hidden
        }

        /*.content-body .content-img-box .content-img-ul-big-box .content-img-ul-bigitem img {
    *height: auto;
    *position: absolute;
    *left: 0;
    *top: 50%;
    *transform: translateY(-50%)
}*/

        .content-body .content-img-box .content-img-ul-big-box img {
            /*width: 100%;*/
            width: 565px;
            height: 100%;
            background-color: #f5f5f6
        }

    .content-body .content-img-box .content-img-ul-small-box {
        height: 62px;
        margin: 328px 35px 0;
        overflow: hidden;
        position: relative
    }

    .content-body .content-img-box .content-img-ul-small {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 62px;
        margin: 0;
        text-align: center;
        display: block;
        width: 100%;
        box-sizing: border-box;
        white-space: nowrap;
        font-size: 0;
        transition: left .3s ease
    }

        .content-body .content-img-box .content-img-ul-small li {
            display: inline-block;
            width: 92px;
            height: 62px;
            margin-right: 9px;
            opacity: .5;
            overflow: hidden;
            cursor: pointer;
            float: left;
        }

            .content-body .content-img-box .content-img-ul-small li:last-child {
                margin-right: 0
            }

            .content-body .content-img-box .content-img-ul-small li img {
                width: 100%;
                height: 100%
            }

            .content-body .content-img-box .content-img-ul-small li.on {
                opacity: 1;
            }

        .content-body .content-img-box .content-img-ul-small .active {
            opacity: 1
        }

    .content-body .content-img-box .content-img-box-next, .content-body .content-img-box .content-img-box-prev {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 26px;
        height: 62px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: auto 16px;
        background-image: url(https://s1.ljcdn.com/matrix_pc/dist/pc/src/resource/detail/prev@2x.png?v=1626762973658);
        background-color: rgba(16,29,55,.6);
        cursor: pointer
    }

        .content-body .content-img-box .content-img-box-next:hover, .content-body .content-img-box .content-img-box-prev:hover {
            background-image: url(https://s1.ljcdn.com/matrix_pc/dist/pc/src/resource/detail/prev_hover@2x.png?v=1626762973658);
            background-color: rgba(16,29,55,.8)
        }

    .content-body .content-img-box .content-img-box-next {
        left: auto;
        right: 0;
        background-image: url(https://s1.ljcdn.com/matrix_pc/dist/pc/src/resource/detail/next@2x.png?v=1626762973658)
    }

        .content-body .content-img-box .content-img-box-next:hover {
            background-image: url(https://s1.ljcdn.com/matrix_pc/dist/pc/src/resource/detail/next_hover@2x.png?v=1626762973658)
        }

    .content-body .content-img-box .content__article__slide__item__num {
        position: absolute;
        right: 15px;
        left: auto;
        bottom: 86px;
        display: block;
        padding: 9px;
        border-radius: 4px;
        background: rgba(0,0,0,.7);
        color: #fff;
        font-size: 12px
    }

.content .content-right {
    float: right
}

.content .content-info-box {
    width: 490px;
    height: 390px;
    border: 1px solid #e4e6f0;
    padding: 17px 30px 0;
    background-color: #fff;
    box-sizing: border-box
}

    .content .content-info-box .content-info-box-title {
        font-size: 16px;
        color: #fa5741;
        margin-bottom: 10px
    }

        .content .content-info-box .content-info-box-title > span {
            font-size: 30px;
            font-weight: 700;
            margin-right: 4px;
            line-height: 42px
        }

        .content .content-info-box .content-info-box-title .operate-box {
            float: right;
            font-size: 13px;
            color: #101d37;
            height: 30px;
            line-height: 30px;
            margin-top: 10px
        }

            .content .content-info-box .content-info-box-title .operate-box .operate-item {
                margin-left: 20px;
                display: inline-block;
                position: relative
            }

                .content .content-info-box .content-info-box-title .operate-box .operate-item .qrcode-h5 {
                    position: absolute;
                    left: 0;
                    top: 25px;
                    display: none;
                    width: 100px;
                    height: 100px;
                    background: #fff;
                    border: 1px solid #e6e6e4;
                    padding: 10px;
                    border-radius: 2px;
                    z-index: 10;
                    box-sizing: border-box
                }

                    .content .content-info-box .content-info-box-title .operate-box .operate-item .qrcode-h5 img {
                        width: 80px;
                        height: 80px
                    }

                .content .content-info-box .content-info-box-title .operate-box .operate-item.share:hover .qrcode-h5 {
                    display: inline-block
                }

                .content .content-info-box .content-info-box-title .operate-box .operate-item .wechat {
                    width: 17px;
                    height: 14px;
                    display: inline-block;
                    vertical-align: middle;
                    background-position: 0 0;
                    background-repeat: no-repeat;
                    background-size: contain;
                    background-image: url(https://s1.ljcdn.com/matrix_pc/dist/pc/src/resource/detail/wechat.png?v=1626762973658)
                }

    .content .content-info-box .content-info-box--subtitle {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 10px
    }

        .content .content-info-box .content-info-box--subtitle span {
            color: #3072f6
        }

    .content .content-info-box .content-info-box-tags {
        padding-bottom: 10px;
        font-size: 0;
    }

        .content .content-info-box .content-info-box-tags img {
            margin-right: 5px;
            width: 62px;
            height: 23px;
            -o-object-fit: contain;
            object-fit: contain;
            vertical-align: top
        }

        .content .content-info-box .content-info-box-tags i {
            background-color: white;
            color: #14a7ff;
            border-color: #14a7ff;
            border: 1px solid;
            border-radius: 2px;
            display: inline-block;
            width: 62px;
            height: 23px;
            line-height: 23px;
            text-align: center;
            font-size: 12px;
            margin-right: 5px;
            margin-bottom: 5px;
            vertical-align: top;
        }

    .content .content-info-box .content-info-box-list {
        padding-top: 15px;
        padding-bottom: 5px;
        /*border-bottom: 1px solid #e4e6f0;*/
        max-height: 170px;
        overflow: visible;
        overflow: initial;
        /*width: 340px*/
    }

        .content .content-info-box .content-info-box-list li {
            position: relative;
            overflow: visible;
            overflow: initial;
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 14px;
            color: #101d37;
            display: inline-block;
            width: 49%;
        }

            .content .content-info-box .content-info-box-list li span.label {
                color: #9399a5
            }
            /*房源描述样式*/
            .content .content-info-box .content-info-box-list li span.fyms {
                width: 83%;
                float: right !important;
                overflow: hidden;
                text-overflow: ellipsis !important;
                /* display: block; */
                white-space: nowrap;
            }

            .content .content-info-box .content-info-box-list li a {
                font-family: PingFangSC-Regular;
                font-size: 14px;
                color: #3072f6;
                text-decoration: underline
            }

            .content .content-info-box .content-info-box-list li.floor .floor-detail {
                color: #3072f6;
                text-decoration: underline
            }

                .content .content-info-box .content-info-box-list li.floor .floor-detail:hover + .house-building {
                    display: inline
                }

            .content .content-info-box .content-info-box-list li span.house-building {
                position: absolute;
                left: 70px;
                top: 20px;
                z-index: 10;
                background: #fff;
                height: 20px;
                line-height: 20px;
                display: none;
                padding: 5px 10px;
                border-radius: 5px;
                box-shadow: 0 2px 4px 0 rgba(0,0,0,.5)
            }

        .content .content-info-box .content-info-box-list .content-info-box-list--icon {
            float: left;
            width: 60px;
            height: 60px;
            border: 1px solid #e4e6f0;
            border-radius: 30px;
            margin-right: 10px;
            background-position: 0 -10px;
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-image: url(https://s1.ljcdn.com/matrix_pc/dist/pc/src/resource/detail/agent_icon.png?v=1626762973658)
        }

        .content .content-info-box .content-info-box-list .content-info-box-list--title {
            font-size: 22px;
            font-weight: 700;
            color: #101d37;
            line-height: 55px;
            height: 28px;
            margin-right: 10px;
            margin-bottom: 4px;
            padding-bottom: 4px;
            position: relative;
            overflow: visible;
            overflow: initial
        }

            .content .content-info-box .content-info-box-list .content-info-box-list--title .contact_name {
                display: inline-block;
                max-width: 85%;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden
            }

            .content .content-info-box .content-info-box-list .content-info-box-list--title .contact__im {
                width: 76px;
                height: 28px;
                display: inline-block;
                vertical-align: top;
                background: url(https://s1.ljcdn.com/matrix_pc/dist/pc/src/resource/detail/im.png?v=1626762973658) no-repeat 50%/contain;
                background-image: url(https://s1.ljcdn.com/matrix_pc/dist/pc/src/resource/detail/im.png?v=1626762973658)
            }

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .content .content-info-box .content-info-box-list .content-info-box-list--title .contact__im {
        background-image: url(https://s1.ljcdn.com/matrix_pc/dist/pc/src/resource/detail/im@2x.png?v=1626762973658)
    }
}

.content .content-info-box .content-info-box-list .content-info-box-list--title .contact__im {
    background-image: -webkit-image-set(url("https://s1.ljcdn.com/matrix_pc/dist/pc/src/resource/detail/im.png?v=1626762973658") 1x,url("https://s1.ljcdn.com/matrix_pc/dist/pc/src/resource/detail/im@2x.png?v=1626762973658") 2x);
    cursor: pointer
}

.content .content-info-box .content-info-box-list .content-info-box-list--subtitle {
    font-size: 14px;
    margin-bottom: 17px;
    color: #101d37;
    line-height: 20px;
    white-space: normal
}

.content .content-info-box .content-info-box-list .content-info-box-list--bottom {
    font-size: 25px;
    color: #fa5741;
    font-weight: 700;
    line-height: 40px
}

.content .content-info-box .content-info-box-list .phone {
    width: 150px;
    font-family: PingFangSC-Semibold;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    background: #3072f6;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
    margin-right: 20px
}

    .content .content-info-box .content-info-box-list .phone:hover {
        cursor: pointer
    }

.content .content-info-box .content-info-box-list.house-detail {
    border-bottom: 0
}

    .content .content-info-box .content-info-box-list.house-detail .phone__hover--wrapper {
        font-size: 0
    }

        .content .content-info-box .content-info-box-list.house-detail .phone__hover--wrapper .phone__hover {
            padding-right: 20px;
            top: 50px
        }

        .content .content-info-box .content-info-box-list.house-detail .phone__hover--wrapper .phone__hover--close {
            position: absolute;
            top: 14px;
            right: 5px
        }

    .content .content-info-box .content-info-box-list.house-detail .duty-pic {
        display: inline-block;
        vertical-align: top
    }

        .content .content-info-box .content-info-box-list.house-detail .duty-pic .duty-icon {
            margin-top: 5px;
            width: 28px;
            height: 18px
        }

    .content .content-info-box .content-info-box-list.house-detail .contact__im {
        width: 160px;
        height: 50px;
        line-height: 50px;
        max-width: 160px;
        font-size: 16px;
        box-sizing: border-box;
        background-position: 36px 18px;
        vertical-align: top
    }

    .content .content-info-box .content-info-box-list.house-detail .phone {
        width: 160px;
        height: 50px;
        line-height: 14px;
        padding: 18px 0;
        font-size: 16px;
        box-sizing: border-box
    }

        .content .content-info-box .content-info-box-list.house-detail .phone:before {
            content: "";
            display: inline-block;
            width: 16px;
            height: 16px;
            margin-right: 9px;
            vertical-align: top;
            background: url(https://s1.ljcdn.com/matrix_pc/dist/pc/src/resource/detail/phone.png?v=1626762973658) no-repeat 50%/contain
        }

        .content .content-info-box .content-info-box-list.house-detail .phone.num {
            font-size: 13px
        }

.content .content-info-box .content-info-box-list .content-info-box-list--button {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 20px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer
}

.content .content-info-box .xcx-phone {
    width: 120px;
    top: 310px;
    right: 30px;
    text-align: center;
    position: absolute
}

    .content .content-info-box .xcx-phone img {
        width: 120px;
        height: 120px
    }

    .content .content-info-box .xcx-phone p {
        font-size: 13px;
        margin-top: 15px;
        line-height: 20px;
        color: #9399a5;
        font-weight: 700
    }

.content .content-info-box .content-info-box--bottom {
    font-size: 12px;
    line-height: 20px;
    margin-top: 26px;
    margin-bottom: 2px;
    color: #9399a5
}

    .content .content-info-box .content-info-box--bottom i {
        float: left;
        width: 45px;
        height: 48px;
        margin-right: 21px;
        margin-left: 8px;
        margin-top: 15px;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-image: url(https://s1.ljcdn.com/matrix_pc/dist/pc/src/resource/detail/light.png?v=1626762973658)
    }

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .content .content-info-box .content-info-box--bottom i {
        background-image: url(https://s1.ljcdn.com/matrix_pc/dist/pc/src/resource/detail/light@2x.png?v=1626762973658)
    }
}

.content .content-info-box .content-info-box--bottom i {
    background-image: -webkit-image-set(url("https://s1.ljcdn.com/matrix_pc/dist/pc/src/resource/detail/light.png?v=1626762973658") 1x,url("https://s1.ljcdn.com/matrix_pc/dist/pc/src/resource/detail/light@2x.png?v=1626762973658") 2x)
}

.content .content-info-box--fixed {
    width: 172px;
    height: unset;
    z-index: 99;
    padding: 30px 15px;
    position: static
}

    .content .content-info-box--fixed .content-info-box-list {
        border: none
    }

        .content .content-info-box--fixed .content-info-box-list.house-detail {
            text-align: center;
            width: 100%;
            max-height: unset;
            padding-bottom: 0;
            margin-bottom: 20px;
            padding-top: 0
        }

            .content .content-info-box--fixed .content-info-box-list.house-detail li {
                margin-bottom: 0
            }

            .content .content-info-box--fixed .content-info-box-list.house-detail .content-info-box-list--icon {
                float: unset;
                margin-right: 0;
                display: inline-block
            }

            .content .content-info-box--fixed .content-info-box-list.house-detail .content-info-box-list--title {
                margin-right: 0;
                margin-top: 10px;
                line-height: 28px;
                padding-top: 0;
                font-size: 0
            }

                .content .content-info-box--fixed .content-info-box-list.house-detail .content-info-box-list--title .contact_name {
                    font-size: 24px
                }

                .content .content-info-box--fixed .content-info-box-list.house-detail .content-info-box-list--title .duty-pic {
                    margin: 0
                }

                    .content .content-info-box--fixed .content-info-box-list.house-detail .content-info-box-list--title .duty-pic .duty-icon {
                        margin-left: 6px
                    }

            .content .content-info-box--fixed .content-info-box-list.house-detail .content-info-box-list--subtitle {
                margin-bottom: 10px
            }

            .content .content-info-box--fixed .content-info-box-list.house-detail .phone__hover--wrapper {
                width: 142px
            }

                .content .content-info-box--fixed .content-info-box-list.house-detail .phone__hover--wrapper .contact__im, .content .content-info-box--fixed .content-info-box-list.house-detail .phone__hover--wrapper .phone {
                    width: 142px;
                    height: 40px;
                    line-height: 40px;
                    border-radius: 2px;
                    font-size: 14px;
                    margin-bottom: 10px;
                    margin-right: 0
                }

                    .content .content-info-box--fixed .content-info-box-list.house-detail .phone__hover--wrapper .phone.num {
                        font-size: 12px;
                        padding: 0
                    }

                .content .content-info-box--fixed .content-info-box-list.house-detail .phone__hover--wrapper .contact__im {
                    background-position: 30px 13px
                }

    .content .content-info-box--fixed .flat-fix-qrCode .download {
        text-align: center
    }

        .content .content-info-box--fixed .flat-fix-qrCode .download .qr-code .title {
            color: #101d37;
            font-size: 12px;
            line-height: 17px;
            margin-top: 10px
        }

        .content .content-info-box--fixed .flat-fix-qrCode .download .qr-code .text {
            font-size: 12px;
            color: #101d37
        }

            .content .content-info-box--fixed .flat-fix-qrCode .download .qr-code .text p {
                margin-bottom: 4px;
                height: 16px;
                line-height: 16px
            }

                .content .content-info-box--fixed .flat-fix-qrCode .download .qr-code .text p a {
                    color: #9399a5
                }

                    .content .content-info-box--fixed .flat-fix-qrCode .download .qr-code .text p a img {
                        margin: -3px 0 0 3px
                    }

.content .content-info-box--absolute {
    position: absolute;
    bottom: 0;
    right: 0
}

    .content .content-info-box--absolute .content-info-box-list {
        border: none
    }

.content-info-detail-data {
    overflow: hidden
}

    /*.content-info-detail-data h3 {
    padding-top: 60px;
    margin-bottom: 30px;
    line-height: 33px;
    font-size: 24px;
    color: #101d37
}*/

    .content-info-detail-data .content-info-box ul {
        overflow: hidden
    }

        .content-info-detail-data .content-info-box ul li {
            width: 33%;
            text-align: left;
            line-height: 18px;
            font-size: 16px;
            margin-bottom: 18px
        }

            .content-info-detail-data .content-info-box ul li:nth-of-type(3n+1) {
                width: 23.33%;
                font-size: 18px;
                color: rgba(16,29,55,.6)
            }

            .content-info-detail-data .content-info-box ul li:nth-of-type(3n+2) {
                width: 35.64%;
                color: #101d37
            }

            .content-info-detail-data .content-info-box ul li:nth-of-type(3n+3) {
                width: 41.02%;
                color: #101d37
            }

            .content-info-detail-data .content-info-box ul li .contact_im {
                color: #3072f6
            }

.content-info-detail-item .info__line {
    margin-top: 15px;
    margin-bottom: 32px;
    margin-left: auto;
    width: 79.08045977011494%
}

.content .content-info-detail {
    margin-top: 30px
}

    .content .content-info-detail > ul.nav__tab {
        height: 74px;
        background: #f5f5f5;
        border-radius: 2px;
        padding: 12px 20px;
        font-family: PingFangSC-Semibold;
        font-size: 16px;
        color: #101d37;
        box-sizing: border-box;
        margin-bottom: 10px
    }

        .content .content-info-detail > ul.nav__tab li {
            display: inline-block;
            margin-right: 40px;
            line-height: 42px
        }

            .content .content-info-detail > ul.nav__tab li.active {
                border-bottom: 2px solid #3072f6
            }

            .content .content-info-detail > ul.nav__tab li.fixed-contact {
                margin-right: 0
            }

    .content .content-info-detail .content-info-detail-item .report__house {
        border-bottom: 1px solid #e4e6f0;
        line-height: 28px;
        font-size: 13px;
        padding: 10px 0 10px 20px
    }

        .content .content-info-detail .content-info-detail-item .report__house img {
            height: 28px;
            margin-right: 15px
        }

        .content .content-info-detail .content-info-detail-item .report__house span {
            float: right;
            color: #3072f6
        }

        .content .content-info-detail .content-info-detail-item .report__house a {
            color: #363636
        }

        .content .content-info-detail .content-info-detail-item .report__house i {
            display: inline-block;
            width: 15px;
            height: 15px;
            margin-left: 7px;
            margin-top: -1px;
            vertical-align: text-top;
            background: url(https://s1.ljcdn.com/matrix_pc/dist/pc/src/resource/detail/warn@3x.png?v=1626762973658) no-repeat 50%/15px
        }

    .content .content-info-detail .content__extend {
        margin-top: 20px
    }

        .content .content-info-detail .content__extend .list-recommend {
            padding-top: 60px
        }

/* 本例子css */
.slideBox {
    width: 450px;
    height: 230px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

    .slideBox .hd {
        /*height: 15px;*/
        overflow: hidden;
        position: absolute;
        right: 5px;
        bottom: 5px;
        z-index: 1;
    }

        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .slideBox .hd ul li {
                float: left;
                margin-right: 2px;
                width: 26px;
                height: 26px;
                line-height: 26px;
                text-align: center;
                background: rgba(126,126,126,0.3);
                cursor: pointer;
                border-radius: 6px;
            }

                .slideBox .hd ul li.on {
                    background: rgba(126,126,126,0.9);
                    color: #fff;
                }

    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .slideBox .bd li {
            zoom: 1;
            vertical-align: middle;
        }

        .slideBox .bd img {
            width: 450px;
            height: 230px;
            display: block;
        }

    /* 下面是前/后按钮代码，如果不需要删除即可 */
    .slideBox .prev,
    .slideBox .next {
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 32px;
        height: 40px;
        background: url('../../scripts/SuperSlide/slider-arrow.png') -110px 5px no-repeat;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .slideBox .next {
        left: auto;
        right: 3%;
        background-position: 8px 5px;
    }

        .slideBox .prev:hover,
        .slideBox .next:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

    .slideBox .prevStop {
        display: none;
    }

    .slideBox .nextStop {
        display: none;
    }

.content-img-box .bd img {
    width: 565px;
    height: 390px;
}

.h3Title {
    color: #000;
    font-weight: normal;
    padding-bottom:20px;
}

    .h3Title span:before {
        content: " ";
        display: inline-block;
        width: 4px;
        height: 18px;
        background: #128bed;
        margin-right: 10px;
        position: relative;
        top: 3px;
    }


.agency-info {
    padding: 20px;
    border: 1px solid #eee;
}

    .agency-info > h3 {
        position: relative;
        font-size: 24px;
        font-weight: normal;
        height: 120px;
        line-height: 100px;
        padding-left: 20px;
    }

.agency-logo {
}

.agency-qrcode {
    position: absolute;
    right: 0;
}

.agency-info-detail {
    flex-wrap: wrap;
}

    .agency-info-detail > div {
        padding-top: 15px;
    }

.agency-info-box {
    position: relative;
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.agency-name {
    font-size: 24px;
    margin-bottom: 15px;
}

    .agency-name label {
        font-size: 12px;
        color: #14a7ff;
        background: #ebeef2;
        margin-left: 10px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        border-radius: 4px;
    }


.tableform {
    width: 100%;
    background-color: #fff;
    color: #666;
    margin: 10px 0
}

    .tableform .title {
        background-color: rgba(0, 132, 255, 0.04);
        width: 160px;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.tableform td {
    position: relative;
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}

.h3Title {
    color: #000;
    font-weight: normal;
}

    .h3Title span:before {
        content: " ";
        display: inline-block;
        width: 4px;
        height: 18px;
        background: #128bed;
        margin-right: 10px;
        position: relative;
        top: 3px;
    }

.houseItem {
    width: 310px;
    border: 1px solid #ddd;
    padding: 14px;
    display: inline-block;
    margin: 0px 10px 20px 10px;
    text-decoration: none;
    color: black;
}

.img-box {
    width: 180px;
    height: 125px;
    float: left;
    padding-right: 10px;
    padding-top: 10px;
}

.spantag {
    background-color: #128bed;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 2px 10px;
    margin-right: 5px;
    border-radius: 2px;
}

.name {
    margin-right: 16px;
}

.houseItem:hover {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .25);
    transition: all .2s ease-in-out;
}







.layout-wrapper {
    width: 710px;
    margin-top: 15px;
    line-height: 1;
    position: absolute;
}

    .layout-wrapper .layoutpicbg {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1002;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .7;
    }

    .layout-wrapper .layoutpic {
        display: none;
        width: 1096px;
        height: 532px;
        position: fixed;
        left: 50%;
        top: 50%;
        margin-left: -548px;
        margin-top: -266px;
        background: #f8f8f8;
        z-index: 1003;
    }

        .layout-wrapper .layoutpic img {
            display: block;
            width: 710px;
            height: 530px;
        }

        .layout-wrapper .layoutpic .closepic {
            display: inline-block;
            position: absolute;
            top: 10px;
            right: 10px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            font-size: 24px;
            font-weight: 600;
            color: #b0b3b4;
            cursor: pointer;
        }

        .layout-wrapper .layoutpic .list {
            width: 386px;
        }

        .layout-wrapper .layoutpic .title {
            border-bottom: 1px solid #eee;
            padding-left: 30px;
            padding-bottom: 20px;
            margin-bottom: 25px;
            font-weight: 700;
            font-size: 23px;
            line-height: 23px;
        }

            .layout-wrapper .layoutpic .title b {
                font-size: 30px;
                font-weight: 700;
                color: #101d37;
                margin: 25px 0;
                display: block;
            }

            .layout-wrapper .layoutpic .title p {
                width: 90%;
                font-size: 14px;
            }

                .layout-wrapper .layoutpic .title p span {
                    color: #101d37;
                    font-size: 18px;
                    display: block;
                    padding-bottom: 10px;
                    font-weight: 700;
                }

        .layout-wrapper .layoutpic .lists {
            height: 400px;
            overflow: auto;
        }

    .layout-wrapper ul li span {
        width: 74%;
        height: 36px;
        font-size: 16px;
        display: inline-block;
    }

        .layout-wrapper ul li span:first-child {
            text-align: center;
            width: 24%;
        }

    .layout-wrapper ul li:nth-of-type(2n+1) {
        color: rgba(16,29,55,.6)
    }
