@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1240px;
    }
}
body a{
    font-size: 16px;
}
a:hover{
    text-decoration: none!important;
}
.col{
    padding: 0;
}
/*名称*/
.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
}
.righter .up{
    padding: 12px 20px;
}
li{
    list-style: none;
}
.keywords a{   color: #849aae;
    background: rgba(132,154,174,.1);
    margin: 4px 10px 4px 0;
    padding: 3px 5px;
}
.priceNumber{
    font-size: 30px;
    color: #fe615a;
font-weight: 700;
}
.priceUntil{
    font-size: 16px;
    color: #fe615a;
    padding-top: 14px;
}
.priceAll{
    display: table-cell;
    vertical-align: bottom;
}
.unitPrice{
    font-size: 16px;
    color: #9399a5;
    padding: 10px 0 ;
}
.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;
}
.ref{
    margin-top: 20px;
}
.up,.mid{
    margin: 10px 0;
    padding: 5px 20px;
    border-bottom: 1px solid #eee;
}
.under{
    display: flex;
    align-items: center;
    padding: 15px 15px;
}
.under .col-5 p{
    display: block;
}
.phone{
    font-size: 20px;
    font-weight: bolder;
    color: #fe615a;
}
.map{
    margin-left: 10px;
}
/*右侧的房价和销售*/

/*关注按钮*/
.collect{
    /*margin-top: 25px;*/
}
.collect button {
    color: black;
    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;
}

/*中间的详情导航栏*/
.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: 250px;
}
.property_tab_cont li {
    margin-bottom: 20px;
}
/*中间的详情导航栏*/








/*房屋信息*/
.named{
    font-size: 30px;
    font-weight: bolder;
    margin-top: 10px;
}

.label a{
    color: #3072f9;
    font-size: 10px;
}

.basicProperties {
    float: left;
    width: 190px;
    text-align: left;
    color: #9399a5;
    line-height: 23px;

}
/*.content{
    padding-top: 20px;
}*/
.content a{

    margin-right: 20px;
    padding: 5px;
}
.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;
    display: inline-block;
    width: 60px;
}

.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: 24%;

    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;
}
    /*房源描述*/

/*小区均价简介*/
.des{
    /*display: block;*/
    font-size: 16px;
    color: #101d37;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.des ul li .label {
    color: #9399a5;
    margin-right: 30px;
}
.aroundInfo .label {
    color: #9399a5;
    margin-right: 20px;
}

.averagePrice{
    color: #fe615a;
    font-weight: bold;

}
.desImg{
    width: 200px;
    height: 150px;
}
button{
    background-color: #10568a;
    padding: 6px 20px;
    border-radius: 3px;
    color: white;
    font-size: 15px;
}
/*小区简介*/



/*费用详情*/
 .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: 30px;
}

/*地图*/

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;
}
.feature .col-4{
    float: left;
    width: 190px;
    text-align: left;
    color: #9399a5;
    line-height: 23px;
}
/*下面箭头替换为自己本地修改过的*/
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');
}

.namejingjiren {
    font-size: 25px;
    font-weight: bolder;
    color: black;
    margin-bottom: 0.1rem;
}
.phonejingjiren{
    font-size: 20px;
    font-weight: bolder;
    color: #fe615a;
}


