@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1240px;
    }
}
body a{
    font-size: 16px;
}
/*名称*/
.titler{
    /*background-color: #f7f7f7;*/
    padding: 20px 0;

}
.titler p{
    font-size: 26px;
    font-weight: 600;
    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%);
    border: 1px solid #e4e6f0
}
li{
    list-style: none;
}
.keywords a{    color: #849aae;
    background: rgba(132,154,174,.1);

    margin: 15px 10px 0 0;
    padding: 0 5px;
}
.priceNumber{
    font-size: 30px;
    color: #fe615a;

}
.priceUntil{
    font-size: 16px;
    color: #fe615a;
    padding-top: 7px;
}
.priceAll{
    display: table-cell;
    vertical-align: bottom;
}

.rower {
    margin-bottom: 10px !important;
}
.col-3 .title {
    margin-bottom: 10px !important;
}
.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;
    font-size: 24px;
    font-weight: 700;
    color: #101d37;
}
.ref{
    margin-top: 20px;
}
.up,.mid{
    margin: 10px 0;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.under{
    margin: 10px 0;
    padding: 20px 0;
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.under .col-5 p{
    display: block;
}
.name{
    font-size: 20px;
    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;*/
    margin-bottom: 60px;
}
.property_tab_cont li {
    margin-bottom: 20px;
}
/*中间的详情导航栏*/








/*房屋信息*/
.named{
    font-size: 30px;
    font-weight: bolder;
    margin-top: 10px;
}

a{
    text-decoration: none;
    color: black;
}

.basicProperties {
    float: left;
    width: 190px;
    text-align: left;
    color: #9399a5;
    line-height: 23px;

}
.content a{
    /*background-color: #eee;*/
    margin-right: 20px;
    padding: 5px;
    font-size: 10px;
    color: #3072f9;
}
.row, .mt-3 {
    margin-top: 0 !important;
}

.content ul li {
    display: inline-block;
    width: 49%;
    line-height: 24px;
    font-size: 14px;
    color: #101d37;
    white-space: nowrap;
}

li, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content ul li .label {
    color: #9399a5;
    margin-right: 30px;
}

.facility ul li i{
    background-image:url("../img/xyj.png");
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 5px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.facility ul li{
    width: 18%;

    margin-bottom: 28px;
}

/*房屋信息*/

/*房源描述*/
.desImg{
    width: 500px;
}
.piclist li {
    display: inline-block;
    width: 283px;
    height: 212px;
    margin-top: 10px;
}
.piclist li img{
    width: 280px;
    height: 209px;
}
/*房源描述*/
/*费用详情*/
.title_info {
    font-size: 16px;
    color: #101d37;
    font-weight: 700;
}
.table_title {
    display: flex;
    line-height: 22px;
    justify-content: space-between;
    margin-bottom: 16px;
}
.table_title,.table_content{
    width: 800px;
}
.table_row .font_orange {
    color: #fa5741
}
.table_row .font_gray {
    color: #101d37;
    opacity: .6;
}
.table_col {
    box-sizing: border-box;
    flex: 1 1 20%;
    text-align: left;
    font-size: 16px;
    color: #101d37;
    letter-spacing: 0;
    width: 20%;
    margin-right: 30px;
}
.table_title .sub_title {
    font-size: 16px;
    color: #9399a5;
    letter-spacing: 0;
    text-align: justify;
}
.table_content .table_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 16px;
    color: #101d37;
}
/*费用详情*/
.sec{
    margin-top: 50px;
}

/*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;
}

/*头部*/
.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;
}
/*搜索框*/

/*导航栏*/
.nav{
    display: flex;
    justify-content: center;
}
.nav-item a{
    color: #f5f6f6;
}
.search {
    background-color: #f5f5f6;
    margin-bottom: 35px;
}

/*地图标题 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 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
}
/*登陆注册模态框*/

.namejingjiren {
    font-size: 25px;
    font-weight: bolder;
    color: black;
    margin-bottom: 0.1rem;
}
.phonejingjiren{
    font-size: 20px;
    font-weight: bolder;
    color: #fe615a;
}