﻿
.head-info {
    padding: 15px 0;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 23px;
}

    .head-info .info-head .flex-between {
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

        .head-info .info-head .flex-between .title {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

            .head-info .info-head .flex-between .title h1 {
                font-size: 30px;
                font-weight: 500;
                width: auto;
                display: inline-block;
                margin-right: 15px;
            }

            .head-info .info-head .flex-between .title .small {
                color: #da1616;
                font-weight: 400;
                display: inline-block;
                font-size: 30px;
            }

        .head-info .info-head .flex-between .img_tag {
            -webkit-flex: 1;
            flex: 1;
            margin-top: 10px;
        }

            .head-info .info-head .flex-between .img_tag span {
                margin-left: 2px;
                display: inline-block;
                font-size: 12px;
                font-weight: 500;
                background-color: #ffd7d2;
                color: #f34e37;
                height: 20px;
                line-height: 20px;
                padding: 2px 8px;
                border-radius: 4px;
            }

            .head-info .info-head .flex-between .img_tag .tag2 {
                background-color: #fff0f4;
                color: #eb003b;
            }

            .head-info .info-head .flex-between .img_tag .tag3 {
                background-color: #fffae6;
                color: #af8527;
            }

    .head-info .info-head .share-button-set {
        display: flex;
        align-items: center;
        margin-right: 0;
        margin-left: auto;
    }

        .head-info .info-head .share-button-set > div {
            cursor: pointer;
            width: auto;
        }

            .head-info .info-head .share-button-set > div.build_qrcode i {
                display: inline-block;
                width: 18px;
                height: 18px;
                background: url(/images/New/video/share.png) no-repeat;
                background-size: 100% auto;
                cursor: pointer;
                vertical-align: text-bottom;
                color: #666666;
            }
.watermarkBg {
    pointer-events: none;
    background: url(/images/icon-watermark.png) no-repeat center;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    position: absolute;
}

#lmyecharts {
    display: none;
}

.c-bread {
    padding: 20px 0;
}

.c-top-tip {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 28px;
    color: #999999;
}

.c-img-wrap {
}

.c-img-tab {
    height: 40px;
    font-size: 0;
}

    .c-img-tab span {
        display: inline-block;
        padding: 4px 10px 5px 0;
        font-size: 18px;
        font-weight: bold;
        color: #555;
        text-align: center;
        cursor: pointer;
        margin-right: 20px;
    }

        .c-img-tab span:hover {
            color: #f70f55;
        }

        .c-img-tab span.active {
            color: #f70f55;
        }

            .c-img-tab span.active::after {
                content: '';
                display: block;
                width: 20px;
                height: 2px;
                background-color: #f70f55;
                margin: 5px auto 0;
            }

.c-img-privew {
    background-color: #eeeeee;
    width: 690px;
    height: 460px;
    margin-bottom: 6px;
    cursor: pointer;
}

#c-thumbs {
    text-align: center;
    vertical-align: middle;
}

.c-prview-img {
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 542px;
}

    .c-prview-img .title {
        position: absolute;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, .4);
        color: #fff;
        font-style: normal;
        font-size: 14px;
        line-height: 24px;
        padding: 0 8px;
        border-radius: 3px;
        max-width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .c-prview-img > div {
        display: block;
        vertical-align: middle;
    }

    .c-prview-img .swiper-slide {
        display: flex;
        height: 460px;
    }

        .c-prview-img .swiper-slide img {
            max-height: 460px;
            max-width: 690px;
            vertical-align: middle;
            display: block;
            margin: auto;
        }

    .c-prview-img span.D3,
    .c-prview-img span.kol {
        position: absolute;
        left: 50%;
        top: 50%;
        display: block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        background: rgb(0 0 0 / 20%);
        margin-left: -40px;
        margin-top: -40px;
        border-radius: 50%;
        box-shadow: 0 0 5px #646464;
    }

    .c-prview-img .D3 img,
    .c-prview-img .kol img {
        display: inline-block;
        width: 50px;
        height: auto !important;
        min-height: auto;
        vertical-align: middle;
        animation: example .8s linear infinite alternate;
    }

@@keyframes example {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.c-swipe-content {
    width: 690px;
    height: 100%;
    background-color: #f9f9f9;
}

    .c-swipe-content .swiper-container {
        padding-left: 27px;
        height: 100%;
    }

.c-swipe-prev, .c-swipe-next,
.c-img-swipe .swiper-button-next,
.c-img-swipe .swiper-button-prev {
    display: block !important;
    width: 26px !important;
    height: 86px !important;
    background-color: #999999;
    text-align: center;
    background-color: #999999;
    outline: none;
    cursor: pointer;
    line-height: 86px;
    color: white !important;
    font-size: 16px;
    background-size: 0;
    top: 22px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px !important;
}

.c-img-swipe {
    position: relative;
    height: 86px;
}

    .c-img-swipe .swiper-wrapper {
        padding-left: 27px;
    }

    .c-img-swipe .swiper-button-next {
        right: 0;
    }

    .c-img-swipe .swiper-button-prev {
        left: 0;
    }

.c-swipe-prev i, .c-swipe-next i {
    font-size: 16px;
    color: white;
    line-height: 86px;
}

.c-swipe-prev {
    transform: rotate(180deg);
}

.c-swipe-content img {
    cursor: pointer;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        max-height: 86px;
        min-height: 86px;
    }

.c-img-swipe .swiper-slide {
    position: relative;
    width: auto;
    opacity: .4;
}

    .c-img-swipe .swiper-slide.swiper-slide-thumb-active {
        opacity: 1;
    }

    .c-img-swipe .swiper-slide img {
        height: 86px;
        width: 100%;
        object-fit: cover;
    }

.mySwiper {
    background-color: #fff;
}

.c-img-swipe .swiper-slide span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 23px;
    line-height: 23px;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    font-size: 14px;
}

.c-detial-wrap {
    padding-top: 16px;
    padding-left: 26px;
}

.unfavorite div {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/images/New/video/like-unselect.png) no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    vertical-align: middle;
}

.favorite {
    color: #d91616;
}

    .favorite div {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(/images/New/video/like-select.png) no-repeat;
        background-size: 100% auto;
        cursor: pointer;
        vertical-align: middle;
    }

.build_qrcode {
    text-align: center;
    width: 31px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
}

    .build_qrcode img {
        width: 2px;
        height: 2px;
        opacity: 0;
        display: none !important;
    }
/*二维码画布*/
/*遮罩*/
.bg_mask {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 998;
    display: none;
    align-items: center;
    justify-content: center;
}

#build_qrcode {
    border-radius: 8px;
}
/* 關閉遮罩 */
.qrcodeBuild_close {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}

.l-36 {
    font-size: 24px;
}

.l-20 {
    font-size: 18px;
}

.l-26 {
    font-size: 20px;
}

.l-red {
    color: #da1616;
}

.l-black {
    color: #333333;
}

.l-blod {
    font-weight: bold;
}

.l-18 {
    font-size: 18px;
}

.c-detial-avg {
    padding: 22px 0;
}

.c-detial-border {
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

.c-detial-mesItemWrap {
    padding: 15px 0;
}

.c-detial-mesItem {
    display: inline-block;
    margin-right: 82px;
    text-align: left;
}

    .c-detial-mesItem:last-child {
        margin-right: 0px;
    }

    .c-detial-mesItem div:first-child {
        color: #333333;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .c-detial-mesItem div:last-child {
        color: #999999;
        font-size: 16px;
    }

.c-detial-areaWrap {
    padding-top: 24px;
    padding-bottom: 24px;
}

.c-detial-areaItem {
    width: 100%;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

    .c-detial-areaItem > div {
        display: inline-block;
    }

        .c-detial-areaItem > div:last-child {
            margin-bottom: 0px;
        }

        .c-detial-areaItem > div:first-child {
            color: #cdcdcd;
            margin-right: 60px;
        }

.c-detial-areaTitle {
}

.c-detial-imgContentWrap {
    padding-top: 24px;
    padding-bottom: 24px;
}

.c-detial-imgContent label {
    color: #999999;
}

.c-detial-imgContentWrap > div {
    display: inline-block;
}

.c-detial-img {
    margin-right: 10px;
}

    .c-detial-img img {
        max-width: 80px;
        max-height: 80px;
        border-radius: 100px;
    }

.c-detial-imgContent > div {
    margin-bottom: 5px;
}

    .c-detial-imgContent > div:first-child {
        font-weight: bold;
    }

.c-detial-tip {
}

    .c-detial-tip::before {
        content: "";
        display: inline-block;
        margin-right: 12px;
        height: 20px;
        width: 3px;
        background-color: #e31414;
        position: relative;
        top: 2px;
    }

.c-detial-tip {
    font-size: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

    .c-detial-tip span {
        cursor: pointer;
        margin-right: 20px;
        padding: 2px 10px;
    }

        .c-detial-tip span.cur {
            color: #d11911;
            font-weight: bold;
            border-radius: 6px;
        }

    .c-detial-tip a:last-child {
        font-size: 18px;
        float: right;
        line-height: 30px;
        color: #666;
    }

    .c-detial-tip a:hover {
        color: #d30f1b;
    }

.c-top-content {
    margin-top: 50px;
}

.c-c-pw {
    font-size: 16px;
}

    .c-c-pw > div {
        display: inline-block;
        width: 49%;
        margin-top: 20px;
    }

        .c-c-pw > div:last-child {
            margin-right: 0px;
        }

        .c-c-pw > div label {
            color: #a9a9a9;
        }

        .c-c-pw > div > label {
            text-align-last: justify;
            width: 64px;
            display: inline-block;
        }

        .c-c-pw > div .urlBtn {
            text-decoration: underline;
            text-align: center;
            display: inline-block;
            color: #dc1c25;
            font-weight: bold;
            padding: 0 5px;
            cursor: pointer;
        }

.c-space26 {
    letter-spacing: 26px;
}

.c-loan {
    margin-left: 80px;
    margin-top: 70px;
}

.loan-right {
    margin-top: 50px;
    font-size: 18px;
    margin-left: 100px;
}

    .loan-right li {
        margin-bottom: 25px;
        color: #333333;
    }

.loan .loan-right {
    margin-top: 25px;
    line-height: 24px;
    width: 100%;
    color: #888;
}

    .loan .loan-right .loan-sum li i, .loan .loan-right .loan-det li i {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        margin-right: 8px;
        display: inline-block;
    }

    .loan .loan-right li:first-child i {
        background-color: #FF8C00;
    }

    .loan .loan-right li:last-child i {
        background-color: #388E8E;
    }

.loan-wran {
    color: #d91616;
    text-decoration: underline;
    line-height: 18px;
    margin-left: 100px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 40px;
}

.f-calculator-btn {
    display: flex;
    width: 98%;
    margin-left: 0;
}

    .f-calculator-btn a {
        -webkit-flex: 1;
        flex: 1;
    }

        .f-calculator-btn a:first-child {
            margin-right: 10px;
        }

.c-map-wrap {
    padding-top: 49px;
}

.c-build-wrap {
    padding-top: 49px;
}

.customFrame {
    width: 800px;
    height: 660px;
}

.loanImage {
    position: relative;
    top: 0px;
}

    .loanImage img {
        position: absolute;
        right: -10px;
        display: none;
        width: 598px;
        z-index: 1000;
    }

#loanClose {
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: black;
    right: 0px;
}

.bd-sj label {
    color: black !important;
}

.build-icon {
    position: absolute;
    left: -5px;
    top: -5px;
}

    .build-icon img {
        max-width: 40px;
    }

.advertisement {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    background: rgba(0,0,0,.5);
    height: 100% !important;
    overflow: auto;
}

    .advertisement .center-box {
        position: absolute;
        left: 50%;
        transform: translateX(-500px);
        max-height: calc(100% - 100px);
        /*margin-top: 5%;*/
    }

.fdck_img {
    width: 1000px;
}
/*
           .advertisement img{
             max-height: calc(100% - 100px);
         }
        */

.sys-icon-close {
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
}

    .sys-icon-close img {
        width: 30px;
    }

.VS {
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    padding: 0 20px;
    border-radius: 5px;
    display: inline-block;
    transition: all .2s;
    cursor: pointer;
}

    .VS i {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(/images/New/video/join.png) no-repeat;
        background-size: 100% auto;
        cursor: pointer;
        vertical-align: text-bottom;
        color: #666666;
    }

    .VS.ratioClick i {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(/images/New/video/unjoin.png) no-repeat;
        background-size: 100% auto;
        cursor: pointer;
        vertical-align: text-bottom;
        color: #666666;
    }

.priceValue {
    padding: 2px 10px 2px 5px;
    border-radius: 3px;
    font-weight: normal;
    display: inline-block;
}

.price p {
    display: inline-block
}

.priceValue.drop {
    background-color: #faeeee;
    color: #d30f1b;
}

    .priceValue.drop::before {
        content: '';
        display: inline-block;
        width: 14px;
        height: 18px;
        background: url(/images/i-drop.png) no-repeat top center;
        background-size: cover;
        vertical-align: middle;
        margin-right: 5px;
    }

.priceValue.rise {
    background-color: #e4ffee;
    color: #36c067;
}

    .priceValue.rise::before {
        content: '';
        display: inline-block;
        width: 14px;
        height: 18px;
        background: url(/images/i-rise.png) no-repeat top center;
        background-size: cover;
        vertical-align: middle;
        margin-right: 5px;
    }

.new_detail_wrap {
    -webkit-flex: 1;
    padding-top: 20px !important;
}

    .new_detail_wrap .c-detial-mesItemWrap {
        width: 565px !important;
        display: flex;
    }

    .new_detail_wrap .c-detial-mesItem {
        margin-right: 52px;
        width: 125px;
        -webkit-flex: 1;
        flex: 1;
    }

        .new_detail_wrap .c-detial-mesItem + .c-detial-mesItem:nth-of-type(2) {
            -webkit-flex: 1.3;
        }

.broker_main .recommend_img {
    width: 530px;
}

.aptitudeBg {
    z-index: 1000;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    bottom: 0;
}

.aptitudeCon {
    height: 100%;
}

.aptitudeBg ul {
    height: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    display: block;
}

    .aptitudeBg ul li {
        height: 100%;
        align-items: center;
        display: flex;
    }

.aptitudeBg img {
    max-height: 100%;
    vertical-align: middle;
    display: block;
    margin: auto;
    align-items: center;
}

.aptitudeBg video {
    max-width: 95%;
    max-height: 95%;
    margin: auto;
}

.maxImgBg {
    z-index: 15;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    bottom: 0;
}

.maxImgClose {
    width: 38px;
    height: 38px;
    top: 6px;
    display: block;
    right: 20px;
    background-color: #000;
    opacity: 1;
    background-image: url("../images/NewHot/maxImgclose.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10000;
}

    .maxImgClose:hover {
        opacity: 1;
    }

.maxImgPrev, .maxImgNext {
    position: fixed;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #000;
    background-color: rgba(0,0,0,.4);
    z-index: 10000;
}

    .maxImgNext:hover {
        background-color: rgba(0,0,0,1);
    }

    .maxImgPrev:hover {
        background-color: rgba(0,0,0,1);
    }

.maxImgPrev {
    left: 20px;
    background-image: url("../images/NewHot/Homeprev.png");
    background-repeat: no-repeat;
    background-position: 22px 20px;
}

.maxImgNext {
    right: 20px;
    background-image: url("../images/NewHot/Homenext.png");
    background-repeat: no-repeat;
    background-position: 26px 20px;
}

.aptitudeBg .c-img-wrap {
    margin: auto;
    float: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #333;
}

.aptitudeBg .c-img-tab {
    text-align: center;
    color: #fff;
    height: 50px;
    display: flex !important;
    top: 0;
    justify-content: center;
    line-height: 40px;
    background-color: rgba(0,0,0,.3);
}

    .aptitudeBg .c-img-tab span {
        color: #fff;
    }

        .aptitudeBg .c-img-tab span.active {
            color: #f70f55;
        }

            .aptitudeBg .c-img-tab span.active::after {
                height: 4px;
                margin: 2px auto 0;
            }

.aptitudeBg .c-img-Box {
    display: flex;
    height: calc(100% - 50px);
}

.aptitudeBg .c-img-privew {
    width: auto;
    height: calc(100% - 120px);
    background-color: transparent;
    overflow: hidden;
}

.aptitudeBg .c-bigImg-Box {
    width: 100%;
}

    .aptitudeBg .c-bigImg-Box .mySwiper .swiper-slide {
        height: 100%;
    }

.aptitudeBg .c-img-Box .mySwiper .swiper-slide img {
    opacity: 0.4;
}

.aptitudeBg .c-img-Box .mySwiper .swiper-slide-thumb-active img {
    opacity: 1;
}

.aptitudeBg .c-bigImg-Box .swiper-slide img {
    max-height: 100%;
    object-fit: cover;
}

.aptitudeBg .c-bigImg-Box .mySwiper {
    background-color: #222;
}

    .aptitudeBg .c-bigImg-Box .mySwiper .swiper-button-next,
    .aptitudeBg .c-bigImg-Box .mySwiper .swiper-button-prev {
        position: fixed;
        top: 40% !important;
        width: 50px !important;
        height: 50px !important;
        border-radius: 50%;
        background-color: hsla(0, 0%, 100%, .5);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
        background-image: none;
        color: #fff;
    }

    .aptitudeBg .c-bigImg-Box .mySwiper .swiper-button-prev {
        left: 2%;
    }

    .aptitudeBg .c-bigImg-Box .mySwiper .swiper-button-next {
        right: 2%;
    }

.aptitudeBg .c-img-swipe {
    height: 100px;
}

.aptitudeBg .c-img-Box .mySwiper {
    height: 122px;
    box-sizing: border-box;
    padding: 10px 20px;
}

.aptitudeBg .c-img-swipe .swiper-button-next,
.aptitudeBg .c-img-swipe .swiper-button-prev {
    position: fixed;
    top: 40% !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    background-color: hsla(0,0%,100%,.5);
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
}

.aptitudeBg .c-img-swipe .swiper-button-prev {
    left: 2%;
}

.aptitudeBg .c-img-swipe .swiper-button-next {
    right: 2%;
}

.aptitudeBg .c-prview-img .swiper-slide {
    height: 100%;
    width: 100% !important;
}

.aptitudeBg .c-swipe-content {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    padding: 10px;
}

.aptitudeBg .c-img-privew img {
    max-width: 100%;
    max-height: 100%;
    min-width: auto;
    min-height: auto;
    vertical-align: middle;
    display: block;
}

.aptitudeBg .c-img-swipe .swiper-slide {
    width: auto !important;
}

    .aptitudeBg .c-img-swipe .swiper-slide img {
        height: 100px;
        width: 100px;
        object-fit: cover;
        max-height: 100%;
    }

.popup {
    position: absolute;
    left: 45%;
    z-index: 99;
}

.box {
    width: 580px;
    text-align: center;
    border: 3px #cccccc30 solid;
    border-radius: 20px;
    box-shadow: 0 0 20px #ccc;
    padding: 60px 20px;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -144px 0 0 -290px;
}

    .box p {
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 1px;
        margin: 18px 0;
    }

    .box a {
        color: #da1617;
        text-decoration: none;
        font-size: 20px;
    }

    .box img {
        display: block;
        width: 30%;
        margin: 0 auto;
        margin-top: 25px;
    }

.new_detail_wrap {
    position: relative;
    overflow: hidden;
    box-sizing: border-box !important;
}

    .new_detail_wrap .swiper-container {
        height: auto;
        overflow: initial;
        margin-bottom: 40px;
    }

#staffScroll .swiper-wrapper {
    display: -webkit-box;
}

#staffScroll .swiper-slide {
    display: inline-block;
    text-align: left;
    margin-top: 10px;
    vertical-align: top;
}

    #staffScroll .swiper-slide:last-child {
        margin-right: 0 !important;
    }

    #staffScroll .swiper-slide img {
        min-height: auto;
    }

.staffLiBox {
    border: 1px solid #eee;
}

.liBox {
    display: flex;
    /* margin-top: 15px; */
    padding: 15px;
}

.build-item .img_tag {
    position: absolute;
    left: 3px;
    top: 8px;
    z-index: 9;
    font-size: 0;
}

    .build-item .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;
    }

    .build-item .img_tag .tag2 {
        background-color: #ff1555;
    }

    .build-item .img_tag .tag3 {
        background-color: #cea700;
    }




.info-box {
    position: relative;
}

.content-left {
    display: inline-block;
    width: 890px;
}

    /*核心卖点*/
    .content-left .evaluation li {
        border-bottom: 1px solid #eee;
        padding: 10px 0;
    }

        .content-left .evaluation li:last-child {
            border-bottom: 0;
        }

        .content-left .evaluation li > div {
            padding-bottom: 5px;
            margin-bottom: 10px;
        }

        .content-left .evaluation li .Staff-imgs {
            display: flex;
        }

            .content-left .evaluation li .Staff-imgs a {
                width: 60px;
                height: 60px;
                vertical-align: middle;
                line-height: 50px;
                margin-right: 15px;
                border-radius: 120px;
                display: block;
                overflow: hidden;
                border: 1px solid #eee;
            }

            .content-left .evaluation li .Staff-imgs img {
                width: 100% !important;
            }

            .content-left .evaluation li .Staff-imgs > div {
                -webkit-flex: 1;
                vertical-align: middle;
                line-height: 22px;
                font-size: 15px;
                padding: 4px 0;
                box-sizing: border-box;
            }

                .content-left .evaluation li .Staff-imgs > div p:last-child {
                    color: #999;
                }

        .content-left .evaluation li .agent-desc {
            overflow: inherit;
            height: auto;
            padding-bottom: 5px;
            margin-bottom: 10px;
            position: relative;
            z-index: 2;
            text-overflow: ellipsis;
            font-size: 13px;
        }

            .content-left .evaluation li .agent-desc .desc-content {
                word-break: break-word;
                word-wrap: break-word;
                white-space: normal;
                line-height: 22px;
                color: #7a7a7a;
                margin-bottom: 10px;
                font-size: 15px;
            }

    .content-left .evaluation .desc-content b {
        display: inline-block;
        color: #a9a9a9;
        width: 100px;
        font-size: 15px;
        text-align-last: justify;
        margin-right: 10px;
        font-weight: normal;
    }

    .content-left .evaluation .desc-content span {
        display: inline-block;
        width: 780px;
        vertical-align: top;
        color: #333;
    }

    /*核心卖点结束*/

/*成交詳情*/
    .content-left .latestDeal .table {
        border-collapse: collapse;
        border-spacing: 0;
    }

        .content-left .latestDeal .table thead {
            background: #e8504f;
        }

        .content-left .latestDeal .table th {
            text-align: left;
            border-bottom: 1px solid #ccc;
            padding: 10px 0 10px 10px;
            font-size: 15px;
            color: #fff;
            border-right: 1px solid #ee9797;
        }

        .content-left .latestDeal .table td {
            text-align: left;
            padding-left: 10px;
            border-bottom: 1px solid #e5e5e5;
            height: 34px;
            line-height: 34px;
            color: #444;
            font-size: 13px;
            max-width: 180px;
            word-wrap: break-word;
            box-sizing: border-box;
        }

        .content-left .latestDeal .table tbody tr:nth-child(even) td {
            background-color: #f6f6f6;
        }

        .content-left .latestDeal .table tbody tr:last-child td {
            border-bottom: 0;
        }

    .content-left .latestDeal .more {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

        .content-left .latestDeal .more .more-records {
            font-size: 15px;
            font-weight: 400;
            color: #222;
            background-color: #f5f5f5;
            min-width: 200px;
            height: 34px;
            line-height: 34px;
            border-radius: 20px;
            text-align: center;
            display: block;
        }

/*成交詳情结束*/

.content-right {
    display: inline-block;
    width: 300px;
    padding-left: 100px;
    float: right;
}

    .content-right.flex {
        display: block;
        position: fixed;
        top: 60px;
        z-index: 12;
        bottom: auto;
        min-height: 0px;
        right: 50%;
        margin-right: -645px;
    }
.new_detail_wrap {
    -webkit-flex: 1;
    flex: 1;
    padding-top: 20px !important;
    overflow: hidden;
    box-sizing: border-box !important;
    position: relative;
}
#staffScroll .swiper-slide {
    display: inline-block;
    text-align: left;
    margin-top: 10px;
    vertical-align: top;
}
.staffLiBox {
    border: 1px solid #eee;
    background-color:#fff;
}
    .staffLiBox .liBox {
        display: flex;
        /* margin-top: 15px; */
        padding: 15px;
    }
.picHead {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin-right: 15px;
    overflow: hidden;
    box-sizing: border-box;
}
    .picHead img {
        width: 65px;
        max-height: 86px;
        object-fit: contain;
        min-height: auto;
    }
.contactBox {
    -webkit-flex: 1;
    line-height: 22px;
    font-size: 13px;
}
    .contactBox .info-name {
        font-size: 16px;
        color: #555;
        font-weight: bold;
    }

        .contactBox .info-name a {
            color: #555;
        }

    .contactBox .info-tel {
        color: #df0018;
    }

        .contactBox .info-tel img {
            width: 17px;
            vertical-align: middle;
            margin-bottom: 0;
        }

    .contactBox label {
        color: #999999;
    }

    .contactBox .mycard-contact {
        color: #6c6c6c;
        font-size: 14px;
        margin-left: -5px;
    }

        .contactBox .mycard-contact > div {
            display: inline-block;
            min-width: 25%;
            text-align: center;
            font-size: 12px;
            margin-top: 5px;
            cursor: pointer;
            color: #30ce1e;
        }

            .contactBox .mycard-contact > div label {
                font-weight: normal;
                color: #30ce1e;
                font-size: 12px;
            }

            .contactBox .mycard-contact > div .whatsapp {
                position: relative;
            }

    .contactBox .codeBox {
        position: absolute;
        top: -108px;
        left: -40px;
        box-shadow: 0 0 10px #d2d2d2;
        padding: 7px;
        background-color: #fff;
        display: none;
    }

        .contactBox .codeBox::after {
            content: '';
            width: 0;
            height: 0;
            border: 7px solid #fff;
            display: inline-block;
            border-left-color: transparent;
            border-right-color: transparent;
            border-bottom-color: transparent;
            position: absolute;
            bottom: -14px;
            left: 30%;
        }

        .contactBox .codeBox img {
            width: 90px !important;
            height: 90px !important;
            max-width: 100px !important;
            object-fit: none;
        }

    .contactBox .mycard-contact > div span {
        display: block;
        width: 37px;
        margin: auto;
        height: 38px;
        line-height: 40px;
    }

    .contactBox .mycard-contact > div img {
        vertical-align: middle;
        width: 35px;
        margin-bottom: 0;
        object-fit: contain;
    }


    /*猜你喜欢*/
.lovely {
    display: none;
    padding-top: 50px;
}

    .lovely .loveBox {
        width: 100%;
        margin: 25px auto 0;
    }
.itemRow {
    background: #ffffff;
    box-sizing: border-box;
    width: 19%;
    float: left;
    margin-right: 1%;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}

    .itemRow:nth-child(5n) {
        margin-right: 0;
    }

    .itemRow .imgBox {
        width: 100%;
        height: 180px;
        overflow: hidden;
    }

        .itemRow .imgBox img {
            object-fit: cover;
            height: 100%;
            width: 100%;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .itemRow .imgBox:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .itemRow .infoBox {
        padding: 5px 5px 10px;
        background: #f0f0f0;
    }

        .itemRow .infoBox h2 {
            font-size: 15px;
            margin: 5px 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .itemRow .infoBox .tagBox {
            font-size: 13px;
            color: #888;
            line-height: 16px;
        }

            .itemRow .infoBox .tagBox label:after {
                content: '';
                display: inline-block;
                width: 1px;
                height: 10px;
                background: #888;
                margin: 0 3px 0 5px;
                vertical-align: middle;
            }

            .itemRow .infoBox .tagBox label:last-child:after {
                display: none;
            }

        .itemRow .infoBox .price {
            color: #e60012;
            font-weight: bold;
            font-size: 14px;
            margin-top: 10px;
        }

            .itemRow .infoBox .price span {
                display: block;
            }


.clearfix {
    clear: both;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: " "
    }

    .clearfix:after {
        clear: both
    }


