﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    overflow:hidden;
}
.layui-footer, .QrCode {
    display: none;
}

#house_list {
    overflow: hidden !important;
}

#house_list .mCSB_scrollTools {
    width: 4px !important;
} 

.house-list-search-box {
    padding: 12px 16px 8px 16px;
    display: flex;
    align-items: center;
}

#projectname-search {
    flex: 1;
    height: 32px;
    display: inline-block;
    color: #BBBBBB;
    font-size: 14px;
    border-radius: 2px 0px 0px 2px;
}

    #projectname-search::placeholder {
        color: #999; /* 修改颜色 */
        opacity: 1; /* 确保颜色不透明（某些浏览器默认有透明度） */
    }

#projectname-searchbtn {
    background: #15589F;
    font-size: 14px;
    border-radius: 0px 2px 2px 0px;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
}

.ul-house-attr .li-bg-green {
    background-color: #52c566 !important;
    color: #fff !important;
}
.other_background {
    background: url(/Content/images/YiBin/home1.png) no-repeat center;
    background-size: cover;
    height: 340px;
}


.main_box {
    margin-top: -140px;
    position: relative;
}

> li:not(:last-of-type)::after {
    display: none;
}

.main_box {
    margin-top: -80px;
    position: relative;
}

.numbermsg {
    background-color: red;
    font-size: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: wheat;
    float: right;
    margin-right: 10px;
    z-index: 1000;
    text-align: center;
    line-height: 18px;
}



.main-mapindex {
    height: 880px
}

.selectpoint {
    cursor: pointer
}

/*城市选择*/
.sitearea {
    display: none;
    background-color: white;
}

.sitearea-show {
    position: absolute !important;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #ddd;
    width: 200px;
    z-index: 100000;
    max-height: 400px;
    overflow: auto;
    cursor: default;
    margin-left: -15px;
    box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.15);
}
div::-webkit-scrollbar {
    width: 7px;
    /* 竖向滚动条的宽度 */
    height: 7px;
    /* 横向滚动条的高度 */
}

/* 滚动条样式 */
div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #f8f8f9;
}

/* 滚动条轨迹样式 */
div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ededed;
}

.sitearea-show .sitearea-line {
    height: auto;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    background-color: #fff;
}

    .sitearea-show .sitearea-line:last-child {
        border-bottom: none;
    }

    .sitearea-show .sitearea-line .zimu span {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 50%;
        width: 50%;
        margin: -35% 0 0 -25%;
    }

    .sitearea-show .sitearea-line .zimu {
        height: inherit;
        text-align: center;
        font-size: 24px;
        color: #afb3bb;
        font-weight: 400;
    }

    .sitearea-show .sitearea-line .provinces {
        margin-top: 0px;
        text-align: center;
        padding: 5px 5px 5px 0px;
    }

        .sitearea-show .sitearea-line .provinces .province {
            font-size: 16px;
        }

            .sitearea-show .sitearea-line .provinces .province .province-name {
                font-size: 14px;
                color: #323232;
                font-weight: 700;
                line-height: 48px;
            }

        .sitearea-show .sitearea-line .provinces .city:hover {
            color: #4a9ff2;
            cursor: pointer;
        }

        .sitearea-show .sitearea-line .provinces .city-over {
            color: #4a9ff2;
        }

    .sitearea-show .sitearea-line .districtline {
        color: #333;
        float: right;
        border: 1px solid #e5e5e5;
    }

        .sitearea-show .sitearea-line .districtline .district:hover {
            color: #4a9ff2;
            cursor: pointer;
        }

        .sitearea-show .sitearea-line .districtline .district-over {
            color: #4a9ff2;
        }

    .sitearea-show .sitearea-line .provinces .province {
        font-size: 12px;
    }

.sitearea-line .cityline {
    line-height: 48px;
    padding-top: 0px;
    color: #333;
}

.sitearea-show .sitearea-line .districtline-hide {
    display: none;
}

.sitearea-show .sitearea-line .districtline-show {
    display: block;
    line-height: 30px;
}

.sitearea-line .cityline .city,
.sitearea-line .districtline .district {
    float: left;
    margin-left: 10px;
    font-size: 14px;
}

#sitearea .mCSB_scrollTools {
    width: 4px !important;
}

.map_head span {
    display: none;
}



.Crumb a {
    font-size: 14px;
}

.Crumb {
    width: 100%;
    height: 64px;
    line-height: 64px;
    background-color: #f6f6f6;
}

.layui-carousel {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #f8f8f8;
}

.textOver-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}

.flexRC {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flexCC {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main_business {
    width: 1200px;
    background: #fff;
    margin-left: 200px;
    margin-top: 16px;
    height: 50px;
}

    .main_business > li {
        max-width: 397px;
        cursor: pointer;
        width: auto;
        background-color: transparent;
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        color: #181818;
        margin: 0 20px;
        flex: none;
    }

.main_business > li img {
    display: none;
}
.main_business li:hover {
    color: #1B81FE;
}

.div-banner-body {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.topBannerView {
    position: relative;
    /* width: 1200px; */
    width: 100%;
    height: 80px;
}

.address-sy {
    position: absolute;
    top: 10px;
    border-radius: 16px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

#cityname {
    padding: 0 10px;
}


.search_box_sy {
    position: absolute;
    bottom: 60px;
}

.mapFindIcon {
    position: absolute;
    bottom: 60px;
    left: 435px;
}

.topPageTitleView {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 12px;
    left: 16px;
}

.tptText {
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
    color: #181818;
    margin-bottom: 4px;
    letter-spacing: 3px;
}

.tptLabel {
    font-size: 16px;
    line-height: 18px;
    color: #181818;
    font-weight: 500;
}

.loginView {
    position: absolute;
    top: 28px;
    right: 16px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #FFFFFF;
}

.footerView {
    width: 100%;
    height: 340px;
    background: #101010;
    padding: 40px;
}

.footerContent {
    width: 1200px;
    height: 100%;
    color: #939AA1;
}

.flItem1 {
    font-size: 14px;
    color: #939AA1;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-right: 50px;
}

    .flItem1 a span {
        margin-right: 40px;
        color: #939AA1;
        line-height: 2;
    }

.flItem2 {
    margin-top: 20px;
    margin-right: 10px;
    color: #ffffff;
    text-align: center;
}

    .flItem2 img {
        margin-bottom: 10px;
    }

.footerLIne2 {
    width: 100%;
    min-height: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*小程序二维码小图标*/
    .xcx_box {
    margin-top: 20%;
    position: fixed;
    top: 60px;
    right: 44px;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    align-items: center;
    background: #15589F;
    box-shadow: 0px 0px 10px 0px #ccc;
    z-index: 100000;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

    .xcx_box img {
        width: 20px;
        height: 20px;
    }

.searchName, .select_option li {
    font-size: 16px;
}

.border-class-left {
    border-radius: 4px 0 0 4px;
}

.border-class-right {
    border-radius: 0 4px 4px 0;
}
/* 新内江样式 */
.header {
    background: #fff;
    height: 160px;
}

.main_business > li {
    width: auto;
    background-color: transparent;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: #181818;
}


.header-person {
    background-position: -438px -153px;
    margin-right: 6px;
}

.ul-house-attr .li-bg-red-short {
    border: none !important;
}

.login-btn-text {
    color: #1B81FE !important;
}
.main-mapindex .map-top .ul-condition {
    float: right;
    height: 100%;
    line-height: 43px;
    margin-right: 80px !important;
}