@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1240px;
    }
}
body a{
    font-size: 16px;
}
/*头部*/
.group{
    padding-top: 30px;
}
/*搜索框*/
.input {
    display: inline-block;
    line-height: 45px;
    font-size: 14px;
    color: #101d37;
    background-color: #fff;
    position: relative;

}
.input input {
    vertical-align: top;
    box-sizing: border-box;
    width: 520px;
    height: 45px;
    line-height: 45px;
    padding: 0 22px;
    border: 0;
    box-shadow: 0 1px 2px -1px rgb(0 0 0 / 20%);
    border-radius: 2px;
}
.input .inputRightPart {
    position: absolute;
    right: 0;
    top: 0;
}
.input .inputRightPart .searchButton {
    cursor: pointer;
    width: 50px;
    height: 45px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
}
button {
    border: 0;
}
.logo{
    display: flex;
    align-items: center;
    justify-content: right;
}
.sear{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*搜索框*/
/*名称*/
.titler{
    /*background-color: #f7f7f7;*/
    padding: 20px 0;

}
.titler p{
    font-size: 26px;
    font-weight: 600;
    color: #101d37;
}
.card img {height: 200px;}
.comment{ margin: 50px 0;}
/*名称*/
.named{
    font-size: 24px;
    font-weight: 700;
    color: #101d37;
}

/*右侧的房价和销售*/
.righter{
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 6%);
    -webkit-box-shadow: 0 4px 10px 0 rgb(0 0 0 / 6%);
}
li{
    list-style: none;
}
.rower{
    margin-bottom: 10px !important;
}
.col-3 .title{
    margin-bottom: 10px !important;
}

.keywords a{    color: #849aae;
    background: rgba(132,154,174,.1);

    margin: 15px 10px 0 0;
    padding: 0 5px;
}
.priceNumber{
    font-size: 30px;
    color: #fe615a;
margin-right: 5px;
}
.priceUntil{
    font-size: 16px;
    color: #fe615a;
    margin-right: 5px;
    padding-top: 7px;
}
.priceAll{
    display: table-cell;
    vertical-align: bottom;
}
/*.info-item .title ,.title{
    width: 81px;
    font-size: 14px;
    color: #9399a5;
}
.info-list .info-item .content {
    font-weight: 300;
    font-size: 14px;
    color: #101d37;
    margin-right: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}*/
.up .col-3 .title, .mid .col-3 .title{
    font-size: 16px;
    color: #9399a5;
}
.mid .col-9 .content, .under {
    font-size: 16px;
    color: #101d37;
}
.title{
    display: flex;
    align-items: baseline;
    margin: 0;
}
.ref{
    margin-top: 20px;
}
.up,.mid{
    margin: 10px 0;
    border-bottom: 1px solid #eee;
}
.under{
    margin: 10px 0;
}
.under{
    display: flex;
    align-items: center;
    padding: 27px 22px;
}
.under .col-5 p{
    display: block;
}
.name{
    font-size: 35px;
    font-weight: bolder;
    color:black;
}
.phone{
    font-size: 20px;
    font-weight: bolder;
    color: #fe615a;
}
.map{
    margin-left: 10px;
}
/*右侧的房价和销售*/

/*中间的详情导航栏*/
.property_tab_box {
    background: #fff;
    border: solid 1px #e5e5e5;
}
.element.style {
    position: fixed;
    top: 0;
}
.property_tab, .property_tab li a {
    background: #f7f7f7;
    height: 48px;
}
.property_tab {
    width: 100%;
}
.property_tab ul, .property_tab li {
    float: left;
}
ul li {
    list-style-type: none;
}
.property_tab li.current a {
    color: #104166;
    border-bottom: solid 4px #104166;
}
.property_tab li.current a {
    line-height: 49px;
    position: relative;
    top: -1px;
}
.property_tab li a {
    margin: 0;
    padding: 0 28px;
    line-height: 48px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    display: inline-block;
    text-decoration: none;
    float: left;
}
.property_tab, .property_tab li a {
    background: #f7f7f7;
    height: 48px;
}
.property_tab_cont {
    /*min-height: 878px;*/
    /*padding: 25px 26px;*/
}
.property_tab_cont li {
    margin-bottom: 20px;
}

/*中间的详情导航栏*/

.namejingjiren {
    font-size: 25px;
    font-weight: bolder;
    color: black;
    margin-bottom: 0.1rem;
}

element.style {
    color: #FFFFFF;
    background-color: #022b83;
    width: 170px;
    height: 32px;
    text-align: center;
}
.phonejingjiren {
    font-size: 20px;
    font-weight: bolder;
}
/*户型tab筛选*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #3071a7;
    border-radius: 0;
    border-bottom: #3071a7 3px solid;
    font-weight: bolder;
    background-color: transparent;
}

#pills-tab{
    margin-top: 30px;
}
/*户型tab筛选*/


/*模态框*/
.modal-dialog {
    height: 500px; /* 设置模态框高度为 500 像素 */
}

.discard .card{
    height: 22rem;
    width: 15rem;
}


/*表格*/

.tab_title {
    height: 20px;
    margin: 0 0 12px 0;
    padding: 0 0 0 10px;
    border-left: solid 3px #3071a7;
}
.tab_title .fl {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #444;
}
.clear {
    clear: both;
}
.xm_tab {
    border-left: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;
}


/*表格*/


/*户型展示*/
.card-img .card-img-top {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.card-img {
    height: 50%;
    width: 100%;
    border-bottom: 1px solid #e4e6f0;
    position: relative;
}
/*户型展示*/

/*footer*/
.content-item {
    width: 1202px;
    margin: 0 auto;
}
.rel-link {
    margin-bottom: 30px;
    color: #819dbb;
}
.rel-link a {
    color: #819dbb;
}

.rel-title {
    font-size: 18px;
    font-weight: bold;
    color: white;
}
.organizer {
    line-height: 30px;
    color: #95acc6;
}
.organizer p{
    display: inline-block;
    margin-right: 15px;
}
.qrcode {
    position: absolute;
    right: 12px;
    top: 0;
    width: 104px;
    height: 104px;
}

.filing-number {
    margin-top: 50px;
    text-align: center;
    color: grey;
}
footer {
    background: url(../img/footer.jpg);
    background-position: center;
}

footer .content-item .right {
    top: 0;
    width: 179px;
    height: 143px;
    position: absolute;
    right: 0;
    border-left: 1px solid #95acc6;
}
footer {
    height: 279px;
    margin-top: 45px !important;
    position: relative;
}

footer .content-item {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 1202px;
    height: 150px;
}
.saoyisao {
    position: absolute;
    right: 9px;
    bottom: -10px;
    color: #819dbb;
}
/*footer*/


/*导航栏*/
.nav{
    display: flex;
    justify-content: center;
}
.nav-item a{
    color: #f5f6f6;
}
/*导航栏*/

/*地图*/

html {height: 100%}

body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#container {
    height: 100%;
}


/*地图标题 infoWindow*/
#container {
    width: 1000px;
    margin: 0 auto;
    height: 510px;
    margin-top: 18px;
    position: relative;
    overflow: hidden;
}
.BMap_bubble_title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    background: transparent !important;
}

.BMap_pop .BMap_top {
    background: #5184f9 !important;
    border: 0 !important;
}

.BMap_pop .BMap_center {
    width: 251px !important;
    border: 0 !important;
    background: #5184f9 !important;
}

.BMap_pop .BMap_bottom {
    border: 0 !important;
    background: #5184f9 !important;
}

.BMap_pop div:nth-child(3) {
    background: transparent !important;
}

.BMap_pop div:nth-child(3) div {
    border-radius: 3px;
    background: #5184f9 !important;
    border: 0 !important;
}

.BMap_pop div:nth-child(1) {
    border-radius: 3px 0 0 0;
    background: transparent !important;
    border: 0 !important;
}

.BMap_pop div:nth-child(1) div {
    background: #5184f9 !important;
}

.BMap_pop div:nth-child(5) {
    border-radius: 0 0 0 3px;
    background: transparent !important;
    border: 0 !important;
}

.BMap_pop div:nth-child(5) div {
    border-radius: 3px;
    background: #5184f9 !important;
}

.BMap_pop div:nth-child(7) {
    background: transparent !important;
    left: 226px;
}

.BMap_pop div:nth-child(7) div {
    border-radius: 3px;
    background: #5184f9 !important;
}

.BMap_bubble_content {
    color: #FFFFFF
}
.feature{
    border-bottom: #eeeeee 1px solid;
    padding: 30px 0;
}

/*下面箭头替换为自己本地修改过的*/
img[src="http://api0.map.bdimg.com/images/iw3.png"] {
    content: url('../img/bmap.jpg');
}
img[src="https://api.map.baidu.com/images/iw3.png"] {
    margin-top: -692px !important;
    filter: alpha(opacity=70);
    content: url('../img/bmap.jpg');
}


/*地图*/

a:hover{
    text-decoration: none;
}
/*关注按钮*/
collect{
    margin-left: 1400px;
}
.collect button {
    display: block;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2),
    10px 10px 5px rgba(255,255,255,1);
    border-radius: 7px;
}
#collect_btn{
    width: 100px;
    height: 40px;
    margin-top: -0.5rem;
    margin-bottom: 0.6rem;
    background-color: #f7f7f7;
}
#spanDiv{
    text-align: center;
}
/*登陆注册模态框*/
.modal-header{border-bottom: 0;padding-left: 40px;}
.modal-header h5{font-weight:700}
#recipient-password {
    margin-top: -30px!important;
}
.modal-footer{border-top:0}
.logininput{
    width: 300px;
    height: 50px;
    border: solid 1px black;
}
.modal-footer button{
    height: 50px;
    width: 300px;
}
#yanzmodalbody{
    display: flex;
    justify-content: center;
}
#denglumodalbody{
    display: flex;
    justify-content: center;
}
.modal-footer{
    display: flex;
    justify-content: center;
}
#loginDialog{
    width: 380px;
    height: 480px;
}
#logincss{
    width: 380px;
    height: 480px;
}
.down{
    position: relative;

}
#sendLoginMessage{
    position: absolute;
    top: -17px;
    left: 199px;
    border: none;
    background-color: transparent;
    color: black;
}
#spanSend{
    position: absolute;
    top: -16px;
    left: 188px;
    border: none;
    background-color: transparent;
    color: gray;
}
.btn-primary{
    background-color: #3072f6;
}
.smallTip{
    font-size: 10px;
    color: gray;
    padding-left: 40px;
}
.logininput::placeholder {
    padding-left:10px
}
/*登陆注册模态框*/
/*留言板*/
.comment{
    border-bottom: 1px solid #eee;
}
.commentName{
    font-size: 20px;
    color: black;
}
#liuyanmodalbody{
    display: flex;
    justify-content: center;
}
/*留言板*/