*{
    box-sizing: border-box;
}
.navigation {
    width: 100%;
    background: #d3d3d3;
}

.navigation .searchbar .form-text {
    background: #fff;
    width: 30%;
    padding: 6px;
    margin-top: 10px;
    border: none;
}

.navigation .searchbar .form-submit {
    float: right;
    height: 53px;
    padding-left: 2.5em;
    padding-right: 1.5em;
    background: #0078d7 url(../images/search-icon-w@X2.png) no-repeat 14px center / 16px;
    background: #0078d7 url(../images/search-icon-w.png) no-repeat 14px center\9;
    border: none;
}


/*面包屑导航*/

.breadcrumb-outer {
    margin: 30px 0px;
    position: relative;
}

.NavFixed {
    position: fixed;
    top: -30px;
    z-index: 100;
}

.menu-details {
    background-color: #e6e6e6;
    height: 40px;
    overflow: hidden;
}

.menu-details li {
    //width:12%;
    text-align: center;
    border-right: 1px solid #ccc;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    padding: 0px 21px;
    cursor: pointer;
}

.menu-details li a {
    font-size: 14px;
    border-right: none;
    display: inline-block;
    height: 40px;
    overflow: hidden;
}

.menu-details li:nth-child(7) {
    background: #1e78be;
    color: #fff;
}

.menu-details li:nth-child(7) a {
    padding: 0px 65px;
}

.menu-details li:nth-child(7) a:hover,
.menu-details li:nth-child(7) a:link {
    background: #1e78be;
    color: #fff;
}

.menu-details li:nth-child(2) div.moreshower {
    display: none;
    background: #e6e6e6;
    position: absolute;
    height:40px;
    top: 40px;
    width: 100px;
    right: 47px;
    z-index: 10;
}
.menu-details li:nth-child(2) div.moreshower.show_block{
	display: block;
}
/*.menu-details li:nth-child(8):hover div.moreshower {
    display: block;
}*/

.menu-details li:nth-child(2) div a {
    display: inline-block;
    padding: 0px 2px;
    border: none;
}

.menu-details li:nth-child(8) div a:hover {
    background: #e6e6e6;
}

.menu-details li:last-child {
    background-color: #005da6;
    float: left;
    width:16%;
}
.shareFace{
	width:18%;
}
.shareFace img.shareimg{
    vertical-align: middle;
}
.menu-details li:last-child a {
    padding: 0px 20px;
    border-right: none;
}

.menu-details li:last-child a:hover {
    background-color: #005da6;
}

.menu-details li.pic-last {
    border-right: none;
}

.make-qrcode {
    display: none;
    position: absolute;
    top: 40px;
    right: 50px;
    padding: 10px;
    background: #fff;
}

.menu-details li.pic-last a:hover .make-qrcode {
    display: block;
}
.wishlist-block .wishlist {
    background-position: -120px 0px;
}

/*房源图片切换*/

.property-detail .property-text {
    width: 25%;
    float: left;
}

.property-detail .property-text h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 0px;
    padding: 15px 0px 5px 0px;
    text-align:center;
}

.property-detail .property-text .house-size {
    font-size:22px;
    text-align:center;
    padding: 8px 0px;
        color: #0f80d9;
}

.property-detail .property-text .house-size .minRent span {
    color: #1d78be;
    margin-right: 2px;
}

.property-detail .property-text .house-size .minRent {
    display: inline-block;
    width: 185px;
}
.property-detail .property-text .house-list {
    padding: 0px 20px 10px 20px;
}
.property-detail .property-text .house-size .search-currency {
    display: inline-block;
    margin-left: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.property-detail .property-text .house-size .search-currency span {
    display: inline-block;
    cursor: pointer;
    background: #d3d3d3;
    color: #fff;
    display: inline-block;
    width: 20px;
    text-align: center;
    height: 20px;
    line-height: 20px;
}

.property-detail .property-text .house-size .search-currency span.active {
    background: #1d78be;
}

.property-detail .property-text .house-list li {
    line-height: 40px;
    height: 40px;
    margin-bottom: 5px;
    float: left;
    width: 50%;
}
.property-detail .property-text .house-list li:nth-child(5),
.property-detail .property-text .house-list li:nth-child(6){
    width:100%;
}
.property-detail .property-text .house-list li span {
    display: inline-block;
    vertical-align: middle;
}

.property-detail .property-text .house-list li:nth-child(3) span:nth-child(1) {
    width: 40px;
}

.property-detail .property-text .house-list li:nth-child(3) span:nth-child(2) {
    margin-top: 5px;
    line-height: 20px;
}

.property-detail .property-text .house-list li span:nth-child(2) {
    margin-top: 5px;
}

.property-detail .property-text .agent {
    margin-top: 15px;
    border-top: 1px dashed #EFEFEF;
    padding: 18px 0px;
}

.property-detail .property-text .agent dt {
    float: left;
    width: 93px;
}

.property-detail .property-text .agent dd {
    float: left;
    width: 160px;
    margin-left: 20px;
}

.property-detail .property-text .agent dd p {
    margin-bottom: 5px;
}

.property-detail .property-text .agent dd p:nth-child(3) img {
    vertical-align: bottom;
    margin-right: 3px;
}

.property-detail .property-text .agent dd span {
    display: inline-block;
    margin-right: 3px;
    background: #1d78bf;
    padding: 9px 66px 3px 66px;
}

.property-detail .property-slide {
    float: right;
    width: 73%;
    background: rgba(204, 204, 204, .2);
    position: relative;
    height: 575px;
    overflow: hidden;
}

.property-detail .property-slide .swiper-container {
    height: 575px;
}

.property-detail .property-slide .swiper-slide {
    width: 942px;
    height: 575px;
    display: table;
    text-align: center;
}

.property-detail .property-slide .swiper-slide a {
    display: table-cell;
    vertical-align: middle;
}
.property-detail .swiper-container-horizontal>.swiper-scrollbar {
    bottom: 0px;
    width: 100%;
    left: 0%;
    background: #e4e4e4;
}
.swiper-scrollbar-drag {
    background: #2570b7;
    border-radius: 0px;
}
.property-slide .swiper-pagination-custom {
    position: absolute;
    top: 12px;
    bottom: auto;
    right: 10px;
    left: auto;
    width: 23%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
}
.property-detail .property-slide .house-decripe {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    z-index: 9999;
    padding: 10px;
}

.property-detail .property-slide .house-decripe p {
    margin: 0px;
}

.property-detail .swiper-pagination-fraction {
    right: 0px;
    width: 20%;
    background: rgba(0, 0, 0, .5);
    left: auto;
    bottom: auto;
    color: #fff;
    top: 0px;
    line-height: 50px;
    height: 50px;
}




.property-features {
    margin: 0px;
}

.property-features .gutter-left {
    width: 74%;
    float: left;
}

.property-features .features-box1,
.property-features .features-box2 {
    padding: 10px 20px;
    border: 1px solid #efefef;
    margin-bottom: 20px;
}

.property-features .amenities,
.property-features .keyfeatures,
.property-features .facilities {
    margin-bottom: 25px;
    display: none;
}

.property-features .amenities h2,
.property-features .keyfeatures h2,
.property-features .facilities h2,
.property-features .general h2,
.introduce h2 {
    font-size: 18px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    text-align:center;
}

.property-features .amenities li,
.property-features .keyfeatures li,
.property-features .facilities li {
    float: left;
    width: 50%;
    margin-bottom: 12px;
    font-size:14px;
}
.property-slide.Compound{
    width:90%;
    margin:auto;
}
.general .housesText,.introduce .introduce-more{
    height:80px;
    overflow: hidden;
}
.introduce .introduce-more p{
    margin-bottom:0px;
}
.general .housesText strong{
    display:block;
    color:#000;
    font-weight:bold;
}
.general .showMore,.facilities .showMore,.amenities .showMore,.keyfeatures .showMore,.introduce .showMore {
    text-align: center;
    margin-top: 10px;
}
.general .showMore a,.facilities .showMore a,.amenities .showMore a,.keyfeatures .showMore a,.introduce .showMore a{
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
}

.property-features .amenities li img,
.property-features .keyfeatures li img,
.property-features .facilities li img {
    width: 10%;
    margin-right: 5px;
    
}
.property-features .amenities li span,
.property-features .keyfeatures li span,
.property-features .facilities li span{
    position: relative;
    top: -7px;
}

.property-features .gutter-right {
    float: right;
    width: 24%;
}


/*附近房源*/

.related-apartments h2 {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}

.related-apartments .ofarea .property a {
    display: inline-block;
}

.related-apartments .ofarea .property-info,
.related-apartments .ofcompound .property-info {
    position: relative;
}

.related-apartments .ofarea .property-head,
.related-apartments .ofcompound .property-head {
    position: absolute;
    bottom: 43px;
    width: 100%;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Futura-Book';
    font-size: 15px;
}

.related-apartments .ofarea .property-price,
.related-apartments .ofcompound .property-price {
    float: left;
    line-height: 16px;
    padding: 8px 10px 4px;
    margin-top: 12px;
    background: #0F80D9;
    font-weight: 600;
}

.related-apartments .ofarea .property-title,
.related-apartments .ofcompound .property-title {
    background: url(../images/black30.png);
    padding: 10px;
    font-size: 14px;
}

.related-apartments .ofarea .property-name,
.related-apartments .ofcompound .property-name,
.property-btn a {
    float: left;
    display: block;
    font-size: 12px;
}

.related-apartments .ofarea .property-btn,
.related-apartments .ofarea .property-area,
.related-apartments .ofcompound .property-btn,
.related-apartments .ofcompound .property-area {
    float: right;
    display: block;
    font-size: 12px;
}
.Inarea .swiper-container .swiper-slide{
    width:280px !important;
}
.related-apartments .ofarea .property-spec,
.related-apartments .ofcompound .property-spec {
    background: #efefef;
    line-height: 40px;
    font-size: 15px;
    color: #404040;
    position: relative;
    top: -3px;
}

.related-apartments .ofarea .swiper-container,
.related-apartments .ofcompound .swiper-container {
    height: 235px;
}

.related-apartments .ofarea .swiper-scrollbar,
.related-apartments .ofcompound .swiper-scrollbar {
    left: 0px;
    width: 100%;
    height: 5px;
    border-radius: 0px;
    bottom: 4px;
    display: block !important;
}

.related-apartments .ofarea .swiper-scrollbar-drag,
.related-apartments .ofcompound .swiper-scrollbar-drag {
    background: #0f80d9;
}

.related-apartments .ofcompound {
    margin-top: 20px;
}

.swiper-container-horizontal>.swiper-pagination-progress {
    bottom: 0px;
    top: auto;
}


/***********地图***********/

/***********地图***********/


.property-features .features-box3{
    position: relative;
}
.property-features .features-box3 .layer-map {
    position: absolute;
    top: 86px;
    width: 100%;
    height: auto;
}
.property-features .features-box3 .layer-map a {
    display: block;
    width: 100%;
    min-height: 230px;
    cursor: pointer;
}
.streetView, p.mapProperty {
    display: inline-block;
    color: #000;
    font-size: 18px;
    margin: 10px 0px;
    padding-left: 10px;
    padding-right: 0px;
    cursor: pointer;
    font-weight: 900;
}
.streetView.active, p.mapProperty.active {
    color: #0F80D9;
    -webkit-animation: twinkling 1s;
    display: block;
    text-align: center;
}

.property-features .features-box3 .map-top h2 {
    cursor: pointer;
    padding-left: 20px;
    line-height: 45px;
    margin-bottom: 0;
    width: 58px;
    display: inline-block;
}
.white{
    background: #fff;
}
.mapinfor-switch li:hover{
    background: rgb(219,220,220);
}
.property-features .features-box3 .map-menu {
    height: 57px;
    width: 100%;
    background: #fff;
    border-left: 1px solid #efefef;
}

.property-features .features-box3.boxFixed .map-menu li {
    width: 133.1px;
}
.property-features .features-box3 .map-menu li {
    padding: 5px 0 2px 0;
    height: 57px;
    float: left;
    width: 16.6%;
    text-align: center;
    border-right: 1px solid #fff;
}
.boxFixed #map{
    float: left;
    width: 800px;
    
}
.boxFixed .hideBox{
    display: block;
}
.hideBox{
    position: absolute;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    right: 0px;
    top: 0px;
    display: block;
    z-index: 300;
}
.boxFixed .map-top{
    border:1px solid #eeefef;
    margin-bottom: 2px;
}
.features-box3.boxFixed{
    width: 1150px;
     height: 575px;
     background: #fff;
     padding: 10px 18px;
     margin: auto;  
     position: fixed;  
     top: 50%;
     left: 50%; 
     transform: translate(-50%, -50%); /*向左向上分别平移自身的一半*/  
     -webkit-transform: translate(-50%, -50%);  
     -moz-transform: translate(-50%, -50%);  
     z-index: 1011;
}
.features-box3.boxFixed .map-container{
    height: 442px;
}
.property-features .features-box3 .map-menu li:last-child {
    border-right: none;
}
 .mapinfor-switch li img{
    /*width: 50px;
    height: 50px;*/
    height: 25px;
}
.property-features .features-box3 .map-menu li a {
    display: block;
    font-size:12px;
}

#infowindow_detail{
    -webkit-box-shadow: 0 0 10px #000;   
    -moz-box-shadow: 0 0 10px #000;   
    box-shadow: 0 0 10px #000; 
    border:1px solid #ddd;
    background: #fff;
    padding: 10px;
    font-weight: bold;
    color: #e95513;
    position: relative;
}
 #infowindow_detail:after{
    content: '';
    position: absolute;
    top: 87%;
    left: 40%;
    padding: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
  }
.property-features .features-box3 .map-menu li.active {
    background: rgb(26,112,185);
    border-bottom: 1px solid #efefef;
    color: #fff !important;
}
.map-center{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
}
.boxFixed .all {
  display:block;
}
.all{
    display: none;
    border: 1px solid #eeefee;
    position: relative;
    border-bottom: none;
}
.metro-information {
    padding-top:45px;
    width: 100%;
    display: none;
    height: 100%;
    
}
.noSmap{
    display:none;
}
.map-panels table{
    width: 100%;
}
.map-panels tr{
    width: 100%;
}
.amap-icon{
    position: relative;
}
a.marker-content{
    background: #fff;
    padding: 10px;
    white-space: nowrap;
    position: absolute;
    bottom: 10px;
    right: -10px;
    z-index: 3000;
}
a.mapsearch{
    border-left: 1px solid #eeefee;
    padding-left: 10px;
    float: right;
    color: rgb(15,128,217);
    margin:5px 12px;
}
.mapsearch a{
    line-height: 26px;
}
.mapsearch img{
    vertical-align: middle;
}
.map-panels tr.current,.map-panels td.current{
    color:#e95513;
}
.map-panels tr:hover{
    color: #e95513;
}
.metro-information .content-lists{
    padding:0 12px;
    height: 195px;
    overflow: auto;
    position: relative;
}
#tab-4 .metro-information div.lastone{
    height: 386px;
}
.metro-information.active {
    display: block;
}

.titleImg{
    padding-top: 3px;
    padding-left: 12px;
    border-top: 1px solid #eeefee;
    border-bottom: 1px solid #eeefee;
    z-index: 200;
    width: 100%;
    top:-6px;
    position: absolute;
    margin-top: 4px;
    background: #fff;
}

.bianli{
    height: 36px;
    padding:0 18px;
    background: #fff;
    border-bottom:1px solid #eeefee;
}
.titleImg img{
    width: 30px;
    height: 30px;
}
.titleImg span{
    display: inline-block;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
}
.metro-information .bianli p {
    margin-bottom: 0;
    line-height: 36px;
}
#tab-2 .bianli p span a{
    padding:0 17px;
}
#tab-3 .bianli p span a{
    padding:0 30px;
}
.metro-information .bianli p span a {
    padding: 0 5px;
}
.metro-information:nth-child(2) .bianli p span a {
    padding: 0 3px;
}
.metro-information .Metro {
    font-size: 14px;
}
.Metro.active,.metro-information .topsan .Metro.active{
    display: block;
}
.metro-information .Metro p {
    background: #eeefef;
    margin-bottom: 0px;
    padding: 5px 0px 5px 20px;
    font-size: 1em;
}

.metro-information td.pointer {
    cursor: pointer;
}

.metroline {
    display: inline-block;
    border-radius: 50%;
    font-family: 'Futura-Heavy', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    font-size: 14;
    text-align: center;
    color: #FFF;
    background: #999;
    width: 20px;
    line-height: 18px;
    padding: 2px 0 0;
}

.metroline {
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 0px;
    margin-right: 5px;
}

.line-2 {
    background: #96D702;
}
.Metro table{
    position: relative;
}
.Metro table td {
    padding: 8px 3px 8px 8px;
}

.Metro table td:first-child {
   /* padding-left: 12px;*/
    width: 35%;
}

.Metro table td:nth-child(2) {
    width: 60%;
}

.Metro table td:last-child {
    text-align: right; // padding-right: 10px;
    // width: 15%;
}

.Metro .maglev table td:first-child,
.Metro .trainstation table td:first-child,
.Metro .panels-hospital table td:first-child,
.Metro .panels-landmark table td:first-child{
    width: 12%;
    padding: 4px;
}
.Metro .panels-school table td:first-child{
    width: 16%;
}

.Metro .icon-mag img {
    position: relative;
    top: 4px;
    width:18px !important;
    height:18px !important;
}
.close1 {
    background: #2178be;
    height: 40px;
    width: 100%;
    cursor: pointer;
}

.close1 p {
    text-align: center;
    padding: 10px 0px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.map-container {
    height: 230px;
    
}

.Sendrequest {
    margin: 20px 0px;
}
.Sendrequest a{
    display:block;
}

.Sendrequest p {
    background: #2178be;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 8px 0px;
    cursor: pointer;
}
.mobile-fixed-bottom {
    background: #efefef;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
   
    z-index: 99999999;
} 
.mobile-fixed-bottom ul{
     padding:5px 0px;
         font-size: 14px;
}
.mobile-fixed-bottom ul li{
      border-right:1px solid #ccc;
      min-height: 60px;
      float:left;
      text-align:center;
}
.mobile-fixed-bottom li a:link {
    text-decoration: none;
}
.mobile-fixed-bottom li.agentPic{
    width:45% !important;
}
.mobile-fixed-bottom li.agentPic img {
    width: 55px;
    height: 60px;
}

.mobile-fixed-bottom li.agentPic a{
    justify-content: center;
    display: flex;
    align-items: center;
}
.mobile-fixed-bottom li.agentPic span{
    display:inline-block;
}
.mobile-fixed-bottom li.agentPic span:nth-child(2){
   padding-left:5px;

}
.mobile-fixed-bottom ul li:nth-child(2){
    line-height:60px;
    width:25% !important;

}
.mobile-fixed-bottom ul li:last-child{
    border-right:none;
    line-height:60px;
    width:30%;
}
.mobile-fixed-bottom ul li:nth-child(2) img,
.mobile-fixed-bottom ul li:last-child img{
    position:relative;
    top:6px;
    padding-right:5px;
}
.mobile-fixed-bottom ul li:nth-child(2) a,
.mobile-fixed-bottom ul li:last-child a{
    display:block;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    .container {
        padding: 20px;
    }
    .menu-details li {
        padding: 0px 10px;
    }
    .property-detail .property-text .agent dd {
        width: 140px;
        margin-left: 10px;
    }
    .property-detail .property-text .agent dd span {
        padding: 9px 60px;
    }
    .property-detail .property-text .house-list li:nth-child(2) span:nth-child(2),
    .property-detail .property-text .house-list li:nth-child(3) span:nth-child(2),
    .property-detail .property-text .house-list li:nth-child(4) span:nth-child(2) {
        width: 200px;
        line-height: 20px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .container {
        padding: 20px;
    }
    .searchbar .container {
        padding: 0px 20px;
    }
    .property-detail .property-text .house-list li {
        height: auto;
        margin-bottom: 0px;
    }
    .property-detail .property-text .house-list li:last-child {
        display: none;
    }
    .property-detail .property-text .house-list li:nth-child(2) span:nth-child(2),
    .property-detail .property-text .house-list li:nth-child(3) span:nth-child(2),
    .property-detail .property-text .house-list li:nth-child(4) span:nth-child(2) {
        width: 135px;
        line-height: 20px;
    }
    .property-detail .property-text .house-list li:nth-child(6) {
        display: none;
    }
    .property-detail .property-text .agent dt {
        display: none;
    }
    .property-detail .property-text .agent dd {
        margin-left: 8px;
    }
    .property-detail .swiper-pagination-fraction {
        width: 35%;
    }
    .menu-details li {
        padding: 0px 6px;
    }
    .menu-details li:nth-child(7) a {
        padding: 0px 10px;
    }
    .property-features .gutter-left,
    .property-features .gutter-right {
        width: 100%;
    }
    .related-apartments {
        margin-top: 20px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: portrait){
   
     .breadcrumb-outer{
        width: 90%;
        margin:30px auto;
     }
     .related-apartments{
        width: 90%;
        margin: auto;
     }
    .property-detail .property-slide,.property-detail .property-text{
        width:100%;
        float:none;
    }
    .property-detail .swiper-pagination-fraction{
       display:none;
    }
    .property-features .gutter-left{
        width:100%;
    }
    .gutter-right{
        display:none;
    }
  
    .property-detail .property-slide .swiper-container,.property-detail .property-slide,.property-detail .property-slide .swiper-slide{
        height:250px;
    }
    .property-features .amenities li img, .property-features .keyfeatures li img, .property-features .facilities li img{
        width:28px;
    }
    .menu-details li:nth-child(1){
        background: #1e78be;
        color: #fff;
    }
    .menu-details li{
        padding:0 10px;
        border:none;
    }
}
@media only screen and (max-width: 320px){
	.related-apartments .ofarea .swiper-container, .related-apartments .ofcompound .swiper-container{
        height:225px;
    }
    .mobile-fixed-bottom ul li{
        padding:0px 5px;
    }
    .mobile-fixed-bottom ul li:nth-child(2) {

        width: 30%;
     }
     .mobile-fixed-bottom li.agentPic{
        width:38%;
     }
}