@charset "utf-8";

.cont .inner .top ul li {
    cursor: pointer;
}

.cont .inner .top ul li.on {
    cursor: default;
}

.range-overlay {
    animation: dropdown .3s;
    position: absolute;
    background-color: #53b50a;
    opacity: 0.9;
    color: #FFFFFF;
    padding: 2px 2px;
    line-height: 18px;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.range-overlay span {
    color: #FFFFFF;
    text-align: center;
}

.building-parent {
    position: absolute;
    animation: dropdown .3s;
    cursor: pointer;
    box-sizing: border-box;
    z-index: -7987780;
    background: rgb(83, 181, 10); /*url("../images/icon_st.png") no-repeat left top*/
    border: 1px solid rgb(83, 181, 10);
    color: #fff;
    height: 34px;
    min-width: 146px;
    line-height: 34px;
    white-space: nowrap;
    font-size: 14px;
    opacity: 0.9;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
    user-select: none;
    left: 748px;
    top: 103px;
}

.building-parent .building-infoWindow {
    position: absolute;
    bottom: 50px;
    left: -150px;
    width: 330px !important;
    height: auto !important;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.building-parent .building-infoWindow h2 {
    height: 50px;
    line-height: 55px;
    margin: 0;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    cursor: default;
}

.building-parent .building-infoWindow h2 span.price {
    float: right;
    line-height: 14px;
    padding-top: 20px;
    cursor: pointer;
}

.building-parent .building-infoWindow p {
    width: 300px;
    height: 235px;
    padding: 0 15px;
    margin: 0;
}

.building-parent .building-infoWindow p a {
    display: block;
    height: 235px;
}

.building-parent .building-infoWindow p a img {
    width: 300px;
    height: 235px;
}

.building-parent .building-infoWindow ul {
    display: block;
    width: 250px !important;
    height: auto !important;
    background-color: #FFF;
}

.building-parent .building-infoWindow ul li {
    height: 35px;
    line-height: 35px;
    padding: 8px 0;
    color: #B2B2B2;
    border-bottom: 1px #DFDFDF solid;
}

.building-parent .building-infoWindow ul li a {
    display: block;
    height: 35px;
    color: #B2B2B2;
    font-size: 14px;
    cursor: default;
}

.building-parent .building-infoWindow ul li a span {
    display: block;
    width: 67px;
    height: 35px;
    line-height: 35px;
    float: left;
}

.w110 {
    width: 110px;
    float: left;
    margin-left: 0px;
}

.building-parent .building-infoWindow ul li a img {
    width: 56px;
    height: 35px;
}

.building-parent .building-infoWindow ul li:last-child {
    border: none;
    list-style: none;
}

.building-parent .building-infoWindow ul li.more {
    text-align: center;
}

.building-parent .building-infoWindow ul li.more a {
    display: inline-block;
    cursor: pointer;
}

.building-parent .building-infoWindow ul li.more a:hover {
    color: #626262;
}

.building-parent .building-infoWindow:before {
    position: absolute;
    content: '';
    left: 145px;
    bottom: -24px;
    width: 0;
    height: 0;
    border: transparent 12px solid;
    border-top: 12px solid #FFF;
}


.building-parent .building-overlay .arrow {
    position: absolute;
    top: 25px;
    /*background: url(../images/label.png) no-repeat;*/
    font-size: 18px;
    overflow: hidden;
    background-position: 0 0;
    width: 11px;
    height: 10px;
}

.price_span {
    line-height: 24px;
    font-size: 12px;
}

.price p {
    border-top: solid #A87446 2px;
    width: 100%;
    margin-top: -5px;
    margin-bottom: -5px;
}

#active_over {
    background-color: #bc3b3a !important;
    z-index: 1 !important;
}


.banner {
    border-bottom: 1px solid #eee;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 3;
    background-color: #fff;
}

.c {
    height: 50px;
    line-height: 50px;
}


@media screen and (max-width: 600px) and (min-width: 400px) {
    @keyframes dropdown {
        0% {
            transform: scale(0);
        }
        70% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
    @keyframes dropdown2 {
        from {
            transform: translate3d(0px, -100%, 0px);
        }
        to {
            transform: translate3d(0, 0%, 0);
        }
    }
}