@media (min-width: 1200px)
{.container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1240px;}}
/*头部*/
.group{
    padding-top: 30px;
}
.clear {
    clear: both;
}
/*搜索框*/
.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;
}
/*搜索框*/

/*下拉菜单*/
.drop{
    display: flex;
    align-items: center;
    justify-content: right;
}
.dropbtn {
    height: 25px;
    color: gray;
    font-size: 10px;
    border: gray 0.5px solid;
    cursor: pointer;
    background-color:transparent;
}
.dropbtn span{
    font-size: 1px;
}

/* 容器 <div> - 需要定位下拉内容 */
.dropdown {
    position: relative;
    display: inline-block;
    border-left: gray 0.3px solid;
    padding-left: 20px;
}

/* 下拉内容 (默认隐藏) */
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 70px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* 下拉菜单的链接 */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* 鼠标移上去后修改下拉菜单链接颜色 */
.dropdown-content a:hover {background-color: #f1f1f1}

/* 在鼠标移上去后显示下拉菜单 */
.dropdown:hover .dropdown-content {
    display: block;
}

/* 当下拉内容显示后修改下拉按钮的背景颜色 */
.dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/
}

/*头部*/


a{
    text-decoration: none;
    color: black;
}
.base {
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    line-height: 22px;
    padding: 20px 0;
}
nav{
    background-color:#023a77;
    color: #f5f6f6;
}
.navbar-light .navbar-nav .nav-link {
    color: white;
}
.name {
    float: left;
    width: 190px;
    text-align: left;
    color: #9399a5;
    line-height: 23px;

}
.content a{
    background-color: #eee;
    margin-right: 20px;
    padding: 5px;
}
.row, .mt-3 {
    /*margin-top: 0 !important;*/
}
/*TODO*/
.row{
    margin-right: 0;
    /*margin-left: 0;*/
}
.content ul li {
    display: inline-block;
    width: 49%;
    line-height: 24px;
    font-size: 14px;
    color: #101d37;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

li, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content ul li .label {
    color: #9399a5;
    margin-right: 30px;
}
.aroundInfo .label {
    color: #9399a5;
    margin-right: 20px;
}

.price{
    font-family: Tahoma;
    font-size: 42px;
    line-height: 42px;
    color: #fe615a;
    font-weight: 700;
    letter-spacing: -1px;
    max-width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mainInfo {
    font-size: 16px;
    color: #101d37;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.subInfo:not(.noHidden) {
    margin-top: 8px;
    font-size: 17px;
    color: #394043;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.under{
    margin: 10px 0;
    align-items: center;
    padding: 10px 0;
}
.under .col-3{
    padding: 0;
}
.under .col-5 p{
    display: block;
}
.bigPic{
    width: 710px;
    height: 400px;
}
.pic{
    position: relative;
    display: inline-block;
    margin: 10px 0 0 0;
    width: 49%;
}
.pic:nth-child(even){
    margin-left: 6px;
}
.pic img{
    width: 350px;
    height: 230px;
    display: inline-block;
    position: relative;
    text-align: center;
}
.pic span{display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 32px;
    text-align: center;
    padding: 0 11px;
    border-radius: 2px;
    background-color: rgba(0,0,0,.4);
    color: #fff;
    font-size: 12px;
}


.title {
    margin-top: 50px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 23px;
    line-height: 23px;
}
.carder{
    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%);
}
/*小区成交历史*/
.transactionTitle{
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 7px;
    border-bottom: 1px solid #f1f1f1;
}
.transactionContent{
    padding-top: 7px;
    display: flex;
    align-items: center;
}
.frameDealTitle{
    font-size: 13px;
    font-weight: 600;
}
.frameDealFloor{
    font-size: 13px;
    color: gray;
}
.frameDealResblock{
    font-size: 13px;
    color: gray;
}
.frameDealArea, .frameDealDate, .frameDealPrice, .frameDealUnitPrice{
    font-size: 10px;
    padding: 0;
    display: flex;
    justify-content: center;
}
/*小区成交历史*/
/*地图*/

html {height: 100%}

body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#container {
    height: 100%;
}


/*地图标题 infoWindow*/
#container {
    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');
}


/*地图*/

/*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;
}
.saoyisao {
    position: absolute;
    right: 9px;
    bottom: -10px;
    color: #819dbb;
}
.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;
}

/*footer*/


/*导航栏*/
.nav{
    display: flex;
    justify-content: center;
}
.nav-item a{
    color: #f5f6f6;
}
/*导航栏*/

/*小区均价简介*/
.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;
 }
/*小区简介*/
/*关注按钮*/
.collect{
    /*margin-top: 25px;*/
}
.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;
}
.modal-body{
    display: flex;
    justify-content: center;
}
.modal-footer{
    display: flex;
    justify-content: center;
}
.modal-dialog{
    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;
}
.priceNumber{
    font-size: 30px;
    color: #fe615a;
    margin-right: 5px;
}
.priceUntil{
    font-size: 16px;
    color: #fe615a;
    margin-right: 5px;
    padding-top: 7px;
}
.ref{
    margin-top: 14px;

    font-size: 16px;
}