.content {
    background: #eff3f6;
}

.search-list-wrapper {
    padding: 36px 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.search-list-box {
    width: 1150px;
    margin: 0 auto;
}

.s-head {
    margin-bottom: 0;
}

.content-wrapper {
    width: 1150px;
    margin: 0 auto;
    padding: 16px 0 45px;
}

.main-info-wrapper {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.d-title-box {
    margin-bottom: 24px;
}

.d-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.collection-btn,
.share-btn,
.compare-btn {
    float: right;
    padding: 0;
    width: 36px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    border: 0;
    border-radius: 2px;
    outline: #000 solid 0;
    cursor: pointer;
}

.icon-compare {
    background-image: none;
    background-color: rgba(151,151,151,1);
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 5px;
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    color: #fff;
}

.no-collect {
    color: #394043;
}

.collect {
    color: #f3535b;
}

.collection-btn:hover,
.share-btn:hover,
.compare-btn:hover {
    color: #1F92EB;
}

    .compare-btn:hover .icon-compare {
        background-color: #1F92EB !important;
    }

.img-wrapper {
    float: left;
    width: 620px;
}

.big-img-box {
    position: relative;
    width: 100%;
    height: 456px;
    overflow: hidden;
}

    .big-img-box img {
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

.big-img-tag,
.big-img-title {
    display: none;
    position: absolute;
    left: 0px;
    bottom: 26px;
    padding: 12px 14px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    border-radius: 0 2px 2px 0;
    display: inline-table;
}

.big-img-box .vr-icon {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin: auto;
    width: 90px;
    height: 90px;
}

.img-title-current {
    font-size: 1.2em;
}

.big-img-title {
    left: auto;
    right: 0px;
    padding: 10px 14px 11px;
    border-radius: 2px 0 0 2px;
}

.small-img-wrapper {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
}

.prev-box,
.next-box {
    width: 30px;
    height: 94px;
}

.prev-btn,
.next-btn {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    border: 0;
    background: #999;
    border-radius: 2px;
}

    .prev-btn:hover,
    .next-btn:hover {
        background: #666;
    }

.small-images {
    margin-left: 12px;
    width: 548px;
    height: 94px;
    overflow: hidden;
}

.small-img-box {
    height: 94px;
    overflow: hidden;
}

    .small-img-box li {
        float: left;
        position: relative;
        width: 125px;
        height: 94px;
        margin-left: 12px;
        cursor: pointer;
        overflow: hidden;
    }

        .small-img-box li:nth-child(1) {
            margin-left: 0;
        }

.sm-img-item {
    width: 100%;
    height: 100%;
}

.sm-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(255, 255, 255, .5);
}

.small-img-box .active .sm-mask {
    background: rgba(255, 255, 255, 0) !important;
}

.house-info {
    float: left;
    position: relative;
    margin-left: 30px;
    width: 440px;
    height: 570px;
}

.price-type-area {
    padding: 20px 0;
    font-size: 16px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

    .price-type-area li {
        float: left;
        width: 33%;
        text-align: center;
        line-height: 30px;
        border-left: 1px solid #ddd;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .price-type-area li:nth-child(1) {
            border-left: 0;
        }

        .price-type-area li span {
            font-size: 22px;
        }

            .price-type-area li span i {
                font-size: 16px;
                font-style: normal;
            }

    .price-type-area .price {
        color: #f00;
    }

.other-info {
    padding: 20px 0;
}

    .other-info li {
        margin: 15px 0;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .other-info li:nth-child(1) {
            margin-top: 0;
        }

        .other-info li:nth-last-child(1) {
            margin-bottom: 0;
        }

.other-title,
.agent-titile {
    color: #777;
}

.detail-tags {
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .detail-tags span {
        display: inline-block;
        margin-left: 5px;
        height: 24px;
        line-height: 24px;
        padding: 0 6px;
        font-size: 12px;
        color: #7c95b2;
        border-radius: 3px;
    }

        .detail-tags span:nth-child(1) {
            margin-left: 0;
            color: #439bfd;
            background: #eff6fe;
        }

        .detail-tags span:nth-child(2) {
            color: #67cf54;
            background: #f7fdf4;
        }

        .detail-tags span:nth-child(3) {
            color: #ffba35;
            background: #fefbf2;
        }

        .detail-tags span:nth-child(4) {
            color: #2bb6f6;
            background: #f1fafb;
        }

        .detail-tags span:nth-child(5) {
            color: #ff6b6b;
            background: #fff6f6;
        }

.agent-info-box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 24px;
    border-top: 1px solid #ddd;
}

.agent-img {
    float: left;
    width: 86px;
    height: 108px;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
}

    .agent-img img {
        margin-left: -11px;
        height: 100%;
    }

.agent-info {
    float: left;
    margin-left: 22px;
    margin-right: 22px;
    width: 220px;
}

.agent-title {
    color: #777;
}

.agent-info li {
    margin-top: 8px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .agent-info li:nth-child(1) {
        margin-top: 0;
    }

.agent-name {
    display: inline-block;
    font-weight: 700;
    vertical-align: top;
    font-size: 20px;
    line-height: 22px;
    max-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.contact-me {
    width: 80px;
    height: 26px;
    border-radius: 2px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.code-box {
    float: left;
    width: 86px;
    height: 108px;
}

.code-btn {
    float: right;
    position: relative;
    z-index: 5;
    margin-top: 13px;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 2px;
}

.phone-code-wrapper {
    z-index: 10;
}

.phone-code-box {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.phone-arrow {
    position: absolute;
    top: 94px;
    right: 31px;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.phone-code {
    text-align: center;
}

.phone-title {
    text-align: center;
    margin-top: 3px;
    font-size: 14px;
    color: #394043;
}

.phone-big-title {
    text-align: left;
    margin-top: 10px;
}

.phone-sub-title {
    color: #777;
    white-space: normal;
    text-align: left;
    line-height: 24px;
}

.house-detail {
    margin-top: 16px;
    padding: 20px 30px 30px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.all-full {
    width: 100% !important;
}

.detail-info-title {
    height: 55px;
    line-height: 55px;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.detail-info {
    padding-top: 15px;
    font-size: 16px;
}

.d-info-item {
    float: left;
    width: 50%;
    line-height: 35px;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.d-item-title {
    color: #777;
}

.img-box {
    padding-top: 9px;
    padding-bottom: 15px;
    max-height: 779px;
    overflow: hidden;
}

    .img-box li {
        float: left;
        width: 537px;
        height: 382px;
        margin: 0 0 15px 15px;
        cursor: pointer;
        overflow: hidden;
    }

        .img-box li:nth-child(2n+1) {
            margin: 0;
        }

.img-item {
    width: 100%;
    height: 100%;
    position: relative;
}

    .img-item img {
        width: 100%;
        height: 100%;
    }

.img-item-title {
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: center;
    padding: 8px 12px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border-radius: 2px;
}

.see-more-img {
    font-size: 16px;
    color: #394043;
    text-align: center;
    line-height: 62px;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    cursor: pointer;
}

.see-more-close {
    display: none;
}

.page-box {
    margin-top: 15px;
}

.page-btn {
    float: left;
    margin-right: 18px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    outline: #000 solid 0;
    cursor: pointer;
}

.see-house {
    margin-top: 24px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ddd;
}

.see-house-head {
    border-bottom: 1px solid #ddd;
}

    .see-house-head li {
        float: left;
        width: 33.3%;
        padding: 22px 0;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
    }

.see-house-item li {
    float: left;
    width: 33.3%;
    padding: 18px 0;
    text-align: center;
}

.see-house-body .see-house-item:nth-child(even) {
    background: #f9f9f9;
}

.not-page-btn {
    cursor: not-allowed;
}

.no-see-house-wrapper {
    position: relative;
    height: 324px;
}

.no-see-house-img {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -78px;
}




.info-area {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: #3d424d;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.info-area-wrapper {
    margin: 0 auto;
    width: 1150px;
    height: 40px;
    line-height: 40px;
}

.info-area-item {
    float: left;
    font-size: 16px;
    color: #777;
    margin-right: 40px
}

.info-area-menu a:hover {
    color: #b6b8b8;
}

.info-area .cur {
    color: #fff !important;
}

.popup {
    display: none;
    position: fixed;
    width: 1150px;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    overflow: hidden;
}

.popup-close {
    position: absolute;
    right: 24px;
    top: 29px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 0;
    display: block;
    background: transparent;
    border: 0;
    outline: none;
    color: #fff;
    z-index: 100;
}

.popup-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1150px;
    height: 100%;
    z-index: 10;
}

.popup-img-box {
    position: relative;
    height: calc(100vh * 0.8);
    width: calc(100vh * 0.8 * 3 / 2);
    margin: 3vh auto;
    overflow: hidden;
    background: #fff;
}

.popup-img-title {
    position: absolute;
    left: 50%;
    bottom: 11vh;
    z-index: 100;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 1.2em;
}

.popup-img-box img {
    float: left;
    width: 100%;
    height: 100%;
}

.popup-prev-btn-box,
.popup-next-btn-box {
    position: absolute;
    z-index: 50;
    top: 0;
    width: 50%;
    height: 100%;
}

a.popup-prev-btn-box:focus,
a.popup-next-btn-box:focus {
    outline: none;
}

.popup-prev-btn-box {
    left: 0;
}

.popup-next-btn-box {
    right: 0;
}

.popup-foot {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 3vh;
    width: calc(100vh * 0.8 * 3 / 2);
    height: 66px;
    z-index: 80;
    overflow: hidden;
}

.popup-foot-title {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    overflow: hidden;
    color: #999;
    position: relative;
    z-index: 2;
}

.popup-menu {
    margin-left: 15px;
}

    .popup-menu li {
        cursor: pointer;
        float: left;
        margin-right: 15px;
    }

    .popup-menu .now {
        color: #fff;
    }

.popup-foot-img {
    height: 66px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.popup-sm-img li {
    width: 100px;
    height: 66px;
    overflow: hidden;
    float: left;
    margin-left: 10px;
    position: relative;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

    .popup-sm-img li:nth-child(1) {
        margin-left: 0;
    }

    .popup-sm-img li img {
        width: 100px;
        height: 66px;
    }

.popup-sm-img .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 66px;
    background: rgba(255, 255, 255, .5);
}

.popup-sm-img .on .mask {
    background: rgba(255, 255, 255, 0) !important;
}

.popup-icon-box {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
}

.text-center {
    text-align: center;
}

.collect-loading {
    display: block;
    vertical-align: top;
    margin: 0 auto;
    margin-top: 2px;
    width: 18px;
    height: 18px;
    background: url(/Content/ui/images/loader.gif) no-repeat;
    background-size: 18px 18px;
}

.loading {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
}

.img-item-tag {
    position: absolute;
    bottom: 26px;
    left: 0;
    z-index: 5;
    text-align: center;
    padding: 12px 14px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    border-radius: 0 2px 2px 0;
}

html,
body {
    min-width: 320px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 14px;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: #fff;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.clearfix:before,
.clearfix:after {
    content: '.';
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.panorama-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0,0,0,0.5);
}

.panorama-closed-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 80px;
    height: 80px;
    cursor: pointer;
    background: rgba(0,0,0,0.8);
    border-radius: 0 0 0 100%;
    -webkit-border-radius: 0 0 0 100%;
    -moz-border-radius: 0 0 0 100%;
    -ms-border-radius: 0 0 0 100%;
    -o-border-radius: 0 0 0 100%;
}

.panorama-closed-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: url(/Content/ui/images/sprite.png) no-repeat;
    background-position: -218px -70px;
}

.panorama-box {
    position: relative;
    height: calc(100vh * 0.8);
    width: calc(100vh * 0.8 * 4 / 3);
    margin: 10vh auto;
    overflow: hidden;
    background: #fff;
}

.panorama-box-vr {
    position: relative;
    height: calc(100vh * 0.69);
    width: calc(100vh * 0.9205 * 4 / 3);
    margin: 10vh auto;
    background: #fff;
}

.panorama-box-vr-pull {
    position: relative;
    height: 100%;
    width: 100%;
}
.panorama {
    width: 100%;
    height: 100%;
    background: #fff;
}

.panorama-controls-box {
    position: absolute;
    top: 4px;
    right: 24px;
    z-index: 100;
    width: 50px;
    height: 140px;
}

.controls-btn {
    margin-top: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/*.custome-full-screen .controls-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 50px;
}*/

    /*.custome-full-screen .controls-btn svg {
        vertical-align: -0.1em;
    }*/
.full-btn {
    position:absolute;
    right:0;
    bottom: -42px;
    padding: 8px 10px;
    color: rgba(255,255,255,1);
    font-size: 16px;
    background-color:rgba(0,0,0,0.75);
    z-index:5;
    display:flex;
}
    .full-btn div {
        position:relative;
        padding: 0px 10px;
    }
#panoramaEnterFullBtn::after {
    content:'';
    position:absolute;
    right:0;
    top: 4px;
    display:inline-block;
    height:12px;
    width:1px;
    background-color:rgba(255,255,255,0.5)
}
.full-tips,
.full-error-tips {
    display: none;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -84px;
    z-index: 100;
    padding: 18px 30px;
    font-size: 16px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    border-radius: 5px
}

.loading-tips {
    position: absolute;
    bottom: 180px;
    left: 50%;
    z-index: 100;
    margin-left: -111px;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    border-radius: 5px;
}

.custome-full-screen .full-tips {
    display: block;
}
.vr-landlady {
    box-sizing: border-box;
    margin: 0 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 100;
    text-align: center;
    height: 104px;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden
}
/*.small-screen .vr-landlady {
    box-sizing: border-box;
    margin: 0 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 100;
    text-align: center;
    height: 104px;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow:hidden
}*/

.vr-landlady-left {
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #FFFFFF;
    flex-shrink: 0;
}

    .vr-landlady-left .agent-img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 100%;
        margin-left:15px;
        color: #ffffff;
    }

        .vr-landlady-left .agent-img img {
            width: 64px;
            height: 64px;
            background: rgba(255,255,255,1);
            border: 1px solid rgba(112,112,112,1);
            border-radius: 50%;
            opacity: 1;
        }

        .vr-landlady-left .agent-img div {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: space-between;
            margin-left: 10px;
            height: 46px;
            text-align: left;
            font-size: 15px;
            font-weight: 400;
            max-width: 100px;
        }
.agent-img div span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr-panorama-thumb-wrapper {
    width: calc(100% - 350px);
    padding-left: 100px;
    padding-right: 10px;
    box-sizing: border-box;
}
.panorama-thumb-wrapper {
    box-sizing: border-box;
    padding: 17px 75px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    text-align: center;
    height: 154px;
    background: rgba(0, 0, 0, 0.5);
}

.small-screen .panorama-thumb-wrapper {
    padding: 13px 75px;
    height: 98px;
}

.thumb-btn {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 75px;
    height: 154px;
    cursor: pointer;
    outline: none;
}

.small-screen .thumb-btn {
    height: 98px;
}

.prev-thumb-btn {
    left: 0;
}

.next-thumb-btn {
    right: 0;
}

.thumb-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    font-size: 40px;
    color: #fff;
    margin: auto;
}

.panorama-thumb-box {
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
}

    .panorama-thumb-box .swiper-slide {
        box-sizing: border-box;
        position: relative;
        width: 150px;
        height: 84px;
        cursor: pointer;
    }

.small-screen .panorama-thumb-box .swiper-slide {
    width: 150px;
    height: 84px;
}

.panoCur {
    border: 2px solid #fff;
}

.panorama-thumb-box .swiper-slide .img-item {
    width: 100%;
    height: 100%;
}

.panorama-thumb-box .swiper-slide .img-item-title {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    border-radius: 0;
}

.small-screen .panorama-thumb-box .swiper-slide .img-item-title {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}

.once-tips {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    width: 124px;
    height: 140px;
    margin: auto;
    background: url(/Content/ui/images/mouse-tip.png) no-repeat center center;
    background-size: 100% 100%;
}

.logo-hotspot {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #ccc;
    background-image: url(/Content/ui/images/vr-background.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.portrait-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0);
}

.p-small-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
    text-align: center;
    width: 124px;
    height: 140px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.5);
}

.loading-icon {
    display: inline-block;
    margin: 30px 0 0;
    width: 38px;
    height: 38px;
    vertical-align: baseline;
    animation: weuiLoading 1s steps(12, end) infinite;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat;
    background-size: 100%;
}

.p-title {
    margin-top: 5px;
    color: #fff;
    line-height: 35px;
}

@-webkit-keyframes weuiLoading {
    0% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

@keyframes weuiLoading {
    0% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

.pnlm-load-box,
.pnlm-about-msg {
    display: none !important;
}

.pnlm-info-box {
    width: 150px;
    margin-left: -75px;
    border-radius: 15px;
    background-color: rgba(0,0,0,0.5);
}

    .pnlm-info-box p {
        line-height: 32px;
    }

.order-see {
    margin-left: 10px;
    box-sizing: border-box;
    width: 80px;
    height: 26px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    border: 1px solid;
    border-radius: 2px;
    cursor: pointer;
}

.order-see-layer .layui-layer-btn {
    text-align: center;
    padding: 0 25px 25px;
}

.order-see-layer .layui-layer-btn0 {
    width: 110px;
}

.order-see-form-box {
    padding: 5px 5px 0;
}

body .ordered-see,
body .ordered-see:hover {
    color: #999;
}

.sm-vr-mask,
.sm-video-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    margin: auto;
    width: auto;
    height: 40px;
}

.sm-vr-mask {
    background: url(/Content/ui/images/vr-icon.png) no-repeat center center;
    background-size: contain;
}

.sm-video-mask {
    background: url(/Content/ui/images/house-video-icon.png) no-repeat center center;
    background-size: contain;
}

.video-box {
    box-sizing: border-box;
    height: 100%;
    padding-bottom: 98px;
}

.video {
    width: 100%;
    height: 100%;
}

body .mejs__poster {
    width: auto !important;
}

.thumb-video {
    position: absolute;
    top: -14px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin: auto;
    height: 30px;
    background: url(/Content/ui/images/house-video-icon.png) no-repeat center center;
    background-size: contain;
}

.thumb-play-video {
    background: url(/Content/ui/images/house-video-playing-icon.png) no-repeat center center;
    background-size: contain;
}

.videoCur {
    border: 2px solid #fff;
}

#video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

.house-qrcode {
    padding-top: 10px;
    text-align: center;
}

.vr-in-hand {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.vr-in-hand {
    background: url(../images/vr-in-hand.png) center center no-repeat;
    background-size: 100% 100%;
}

    .vr-in-hand span {
        flex: 1;
        font-size: 26px;
        color: #333;
        font-weight: bold;
    }

.agent-starts-box {
    display: inline-block;
    vertical-align: top;
    padding: 4px 0 0 3px;
    height: 18px;
}

/*=======相似房源=======*/
.similar-item-box {
    display: flex;
}

.similar-item {
    width: 250px;
    margin-left: 50px;
    cursor: pointer;
}

    .similar-item:nth-child(1) {
        margin-left: 0;
    }

    .similar-item:hover {
        -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
        -moz-box-shadow: 0 2px 6px rgba(0,0,0,.2);
        -ms-box-shadow: 0 2px 6px rgba(0,0,0,.2);
        -o-box-shadow: 0 2px 6px rgba(0,0,0,.2);
        box-shadow: 0 2px 6px rgba(0,0,0,.2);
    }

.similar-img-box {
    width: 100%;
    height: 194px;
    position: relative;
}

    .similar-img-box img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .similar-img-box .s-video-vr-mask,
    .similar-img-box .s-video-mask,
    .similar-img-box .s-vr-mask {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        box-sizing: border-box;
        position: absolute;
        height: 40px;
        margin: auto;
    }

    .similar-img-box .s-video-vr-mask {
        background: url("/Content/ui/images/vr-video-icon.png") no-repeat center center;
        background-size: contain;
    }

    .similar-img-box .s-vr-mask {
        background: url("/Content/ui/images/vr-icon.png") no-repeat center center;
        background-size: contain;
    }

    .similar-img-box .s-video-mask {
        background: url("/Content/ui/images/house-video-icon.png") no-repeat center center;
        background-size: contain;
    }

.similar-price {
    position: absolute;
    padding: 0 6px;
    bottom: 12px;
    left: 0;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    border-radius: 0 2px 2px 0;
    background: rgba(57, 64, 67, 0.8);
}

.similar-content {
    box-sizing: border-box;
    padding: 8px 12px 10px;
    border: 1px solid #ddd;
    border-top: 0;
}

    .similar-content .title {
        height: 28px;
        line-height: 28px;
        text-align: left;
        font-size: 16px;
        color: #394043;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .similar-content .district,
    .similar-content .info {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 28px;
        line-height: 28px;
        text-align: left;
        font-size: 14px;
    }

    .similar-content .cut-line {
        margin: 0 5px;
    }

/*vr编辑信息框*/

.vr-title-am {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 5;
    width: 220px;
    height: 36px;
    display: flex;
    align-content: center;
    justify-content: center;
    background: rgba(0,0,0,0.75);
    border-radius: 2px;
}

.vr-title {
    width: 100%;
    height: 36px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}

.vr-name {
    display: inline-block;
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.vr-title img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.vr-title .open {
    vertical-align: middle;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg); /* IE 9 */
    -moz-transform: rotate(270deg); /* Firefox */
    -webkit-transform: rotate(270deg); /* Safari 和 Chrome */
    -o-transform: rotate(270deg);
}

.vr-title .close {
    vertical-align: middle;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
}


.m-info {
    position: absolute;
    top: 66px;
    left: 30px;
    width: 220px;
    max-height: 364px;
    min-height: 244px;
    border-radius: 2px;
    background: rgba(0,0,0,.75);
    z-index: 5;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.5);
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 20px, 0);
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
}

.titlebar-modal {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
}

.vr-information {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D3D3D3;
}

.vr-info-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .vr-info-item > div {
        margin-top: 10px;
    }

.vr-value {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vr-info-item .vr-info-right {
    min-width: 65px;
}

.vr-labe {
    color: rgba(255,255,255,0.7);
    height: 19px;
    line-height: 19px;
}

.vr-value {
    font-size: 14px;
    margin-top: 2px;
    height: 20px;
    line-height: 20px;
}

    .vr-value i {
        font-style: normal;
    }

    .vr-icon-left {
        display: flex;
        align-items: center;
        line-height: 1;
        font-size: 12px;
        color: rgba(255,254,254,1);
    }

.chat {
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: 30px;
    height: 46px;
}


.def-agent {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.vr-phone {
    width: 17px;
}

.vr-chat {
    width: 24px;
}

.vr-paly {
    width: 20px;
}

a {
    text-decoration: none;
    color: white;
    display: inline-block;
}
/*地图*/
.map-staticimage {
    position: relative;
    width: 200px;
    height: 112px;
    margin-top: 10px;
    overflow: hidden;
}

    .map-staticimage .map-img {
        width: 200px;
        height: 112px;
    }

.vr-location {
    position: absolute;
    margin: 0 auto;
    top: 56px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 14px;
}

.open-map {
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 16px;
    height: 16px;
    background: rgba(0,0,0,0.5);
}

    .open-map img {
        width: 16px;
        height: 16px;
        border-radius: 2px;
    }

.vr-map {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    height: 504px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    z-index: 101;
}

.vr-map-active {
    opacity: 1;
    pointer-events: auto;
}

#map {
    width: 100%;
    height: 100%
}

.vr-maptab {
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,1);
    opacity: 0.8;
    font-size: 12px;
    color: #9CA0B6;
    cursor: pointer;
    padding: 0 100px;
    box-sizing: border-box;
}

    .vr-maptab a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #9CA0B6;
    }
        .vr-maptab a img {
            width:14px;
        }
        .vr-maptab a span {
            margin-left: 4px;
            font-size: 14px;
        }
        .vr-maptab  .active {
            color: #fff;
        }

.map-close {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 5;
    background-color: rgba(0,0,0,.2);
    border-radius: 50%
}

.map-fullscreen {
    position: absolute;
    left: 2px;
    pointer-events: none;
    top: 2px;
    z-index: 5;
    background-color: rgba(0,0,0,.2);
    opacity: 0;
}

.map_popInfoWin_title {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #434343;
    font-size: 14px;
}

/* #######地图信息窗口样式勿动start######*/
.angle {
    display: inline-block;
    width: 0px;
    height: 0px;
    position: absolute;
    border: 7px solid;
    left: 50%;
    margin-left: -4px;
    bottom: -13px;
    border-color: rgba(59, 196, 140, 0.9) transparent transparent transparent;
    border-radius: 2px;
}

.angles {
    display: inline-block;
    width: 0px;
    height: 0px;
    position: absolute;
    border: 7px solid;
    left: 50%;
    margin-left: -7px;
    bottom: -13px;
    border-color: rgba(248, 108, 90, 0.9) transparent transparent transparent;
    border-radius: 2px;
}

.closeBtn {
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 100;
    width: 16px;
}
/**#######地图信息窗口样式勿动end#####*/
.microphone {
    display: none;
}