.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;
}
.myvideo_button {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    background: url(/images/video_big.png) no-repeat center center;
	background-size:100px 100px;
    cursor: pointer;
}
.video_content .video_cover{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    z-index: 201;
}
.video_content .video_title{
    background: #f8f8f8;
    width: 100%;
    /*text-align: right;*/
    position: relative;
    height: 18px;
}
.video_content .video_title a{
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/images/icon-close-g.png) no-repeat center right;
    background-size: 18px;
    z-index: 202;
}
.video_content .video_bottom{
    position: fixed;
    width: 680px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-left: -340px;
    margin-top: -210px;
    background: #000;
    z-index: 202;
    overflow: hidden;
}
.vr_Icon{
    display: block;
    width: 80px !important;
    height: 80px;
    -webkit-animation: subcuberotation 2.5s ease 0s infinite;
    animation: subcuberotation 2.5s ease 0s infinite;
}

.btnIcon{
    display: block;
    z-index: 999;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: rgba(0,0,0,.5);
}
@keyframes subcuberotation {
    0% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(90deg);
    }

    to {
        transform: rotate(1turn);
    }
}
.VRloading{height: 100%;width: 100%; text-align: center;margin: 250px auto 0px auto;}

.vrAgent{
    z-index:9999;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 4.6%;
    width: 26%;
    border-radius: .15rem;
    border: .05rem solid rgba(0,0,0,.18);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: rgba(15,16,20,.6);
    color:#fff;
}
.vrcontainer{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height:80px;
    line-height:80px;
}
.vrpic{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.middle-man-info{
  height:60px;
    line-height:60px;
    overflow: hidden;
}
.share-full-container{
    position:relative;
    padding:0px 10px;
}
.share-full-container:after {
    content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    top: 10%;
    right: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,#fff),to(transparent));
    background: linear-gradient(180deg,transparent 0,#fff 50%,transparent);
}
.share-full-container:last-child:after{display:none;}

.er{
    width:25px;
    height:25px;
    margin-top: 28px;
}
.share-wechat{
   position: absolute;
    width: 300px;
    top: -167px;
    left: -53px;
    padding: 20px;
    background: rgba(0,0,0,.5);
    height: 160px;
    display:none;
}
.share-wechat img{
    width:120px;
}
.share-wechat span{display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 150px;
    top: 70px;}
.share-full-container a:hover .share-wechat{
    display:block;
}

/*面包屑导航*/
.breadcrumb-outer {
    margin: 0px 0px;
}
.firstmenu{
    margin: 30px 0px;
}
.NavFixed {
    position: fixed;
    top: 0px;
    z-index: 200;
}
.menu-details {
    background-color: #e6e6e6;
    height: 40px;
    overflow: hidden;
}

.menu-details li {
    text-align: center;
    border-right: 1px solid #ccc;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    padding: 0px 12px;
    cursor: pointer;
    font-size: 14px;
}

.menu-details li a {
    font-size: 14px;
    border-right: none;
    display: inline-block;
    height: 40px;
    overflow: hidden;
}

.menu-details li:nth-child(8) {
    background: #1e78be;
    color: #fff;
}
.menu-details li:nth-child(8) a {
    padding: 0px 6px;
}

.menu-details li:nth-child(8) a:hover,
.menu-details li:nth-child(8) a:link {
    background: #1e78be;
    color: #fff;
}

.menu-details li:nth-child(9) div.moreshower {
    display: none;
    background: #e6e6e6;
    position: absolute;
    top: 40px;
    width: 200px;
    right: 80px;
    z-index: 10;
}

.menu-details li:nth-child(9):hover div.moreshower {
    display: block;
}

.menu-details li:nth-child(9) div a {
    display: inline-block;
    padding: 0px 2px;
    border: none;
}

.menu-details li:nth-child(9) div a:hover {
    background: #e6e6e6;
}

.menu-details li:last-child {
    background-color: #005da6;
    float: right;
}

.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;
}



.menu-details2 li{
    background: #005da6;
    color: #fff;
    font-size: 12px;
    padding: 0 25px;
    border: none;
	
	text-align: center;
    border-right: 1px solid #ccc;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    float: left;
    padding: 0px 12px;
    cursor: pointer;
    font-size: 14px;
}
.menu-details2 li img{
    position: relative;
    top: 2px;
    left: -5px;
}
.menu-details2 li.wishlist{
    width: 90px;
    text-indent: inherit;
    padding: 0 10px;
}
.menu-details2 li.shareinfo{
    background: #639fd0;
}
.menu-details2 li.wishlist{
    background:#4d91c9;
}
.menu-details2 li.complaint{
    background: #3683c2;
}

.menu-details2 li.print{
    background: #3683c2;
}

.menu-details2 li.downloadImg{
    background: #2176bc;
}


li.newshare{
	background: #005da6;
    color: #fff;
    margin: 0 0 0 1px;
    padding: 0 31.5px;
}
/*.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;
}


/*房源图片切换*/
.property-detail{
    padding-bottom:15px;
}
.property-detail .property-text {
    width: 35%;
    float: left;
    margin-left: 20px;
    text-align: center;
	color:#7b7b7b;
}

/*.property-detail .property-text h1 {
    font-size: 22px;
    color: #000;
    margin-bottom: 0px;
    padding: 20px 0px 10px 0px;
    font-weight: bold;
    text-align: center;
    border-bottom:1px solid #efefef;

     color:#7b7b7b;
}
*/

.property-detail .property-text h1{
    font-size: 22px;
    color: #7b7b7b;
    margin-bottom:10px;
}
.property-detail .property-text h2 {
    font-size: 20px;
    margin-bottom: 0px;
    padding: 0px 0px 10px 0px;
    /*font-weight: bold;*/
    text-align: center;
    border-bottom:1px solid #ccc;
/*	width:280px;*/
color:#7b7b7b;
}

.property-detail .property-text .house-size {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.property-detail .property-text .house-size .minRent span {
    color: #1d78be;
    font-size: 24px;
    margin-right: 2px;
	font-weight:bolder;
}

.property-detail .property-text .house-size .minRent {
    display: inline-block;
    width: 45%;
    color: #1d78be;
}

.property-detail .property-text .house-size .search-currency {
    display: inline-block;
    margin-left: 20px;
    line-height: 20px;
}

.property-detail .property-text .house-size .search-currency span {
    display: inline-block;
    cursor: pointer;
    background: #d3d3d3;
    color: #fff;
    display: inline-block;
    width: 18px;
    text-align: center;
    height: 18px;
    line-height: 18px;
	font-size:16px;
	padding:0px;
	margin:0px;
}

.property-detail .property-text .house-size .search-currency span.active {
    background: #1d78be;
}

.property-detail .property-text .house-list li {
    line-height: 25px;
    height: 25px;
    margin-bottom: 3px;
	

}

/* .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 span:nth-child(2) {
    margin-top: 5px;
} */


.property-detail .property-text .house-list li span:nth-child(1){
    display:inline-block;
    text-align:right;
    width:45%;
    color: #7B7B7B;
    font-weight:bold;
    font-size:14px;
    margin-right:15px;
	
}
.property-detail .property-text .house-list li span:nth-child(2){
    display: inline-block;
    width: 45%;
    text-align: left;
	font-size:14px;
/*    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/

	
}
.property-detail .property-text .agent {
    margin-top: 15px;
    padding: 18px 0px 0px 0px;
    width:100%;
    margin: auto;
}

.property-detail .property-text .agent dt {
    float: left;
    width: 45%;
    margin-left: 10px;
   text-align:right;
   margin-right:15px;
}

.property-detail .property-text .agent dd {
    float: left;
    width: 45%;
    
    text-align:left;
}

.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: 7px 66px 2px 66px;
}

.property-detail .property-slide {
    float: left;
    width: 63%;
    /* background: rgba(204, 204, 204, .2); */
    position: relative;
    height: 487px;
    overflow: hidden;
}

.property-detail .property-slideV {
    float: left;
    width: 63%;
    /* background: rgba(204, 204, 204, .2); */
    position: relative;
    height: 487px;
    overflow: hidden;
}


.property-detail .property-slide .swiper-container {
    height: 487px;
}

.property-detail .property-slideV .swiper-container {
    height: 487px;
}

.property-detail .property-slide .swiper-slide {
    width: 63%;
    height: 487px;
    display: table;
    text-align: center;
}
.property-detail .property-slideV .swiper-slide {
    width: 63%;
    height: 487px;
    display: table;
    text-align: center;
}
.property-detail .property-slide .swiper-slide img{
    width: 100%;
}
.property-detail .property-slideV .swiper-slide img{
    width: 100%;
}
.property-detail .property-slide .swiper-slide a {
    display: table-cell;
    vertical-align: middle;
}

.property-detail .property-slideV .swiper-slide a {
    display: table-cell;
    vertical-align: middle;
}

.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-slideV .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 .property-slideV .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;
    padding-top:30px;
        position: relative;
}

.property-features .gutter-left {
    width: 74%;
    float: left;
}
.property-features .features-boxVideo,
.property-features .features-box1,
.property-features .features-box2,
.property-features .features-box4,
.property-features .features-box5 {
    padding: 20px;
    border: 1px solid #efefef;
    margin-bottom: 20px;
}
.property-features .features-box2 .general p{
    font-size:16px;
}
.property-features .features-box2 .general p strong span{
    font-size:17px;
    color:#000;
    font-family: 'Futura-Book', Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
}
.property-features .features-box2 .general li{
     font-size:16px;
     list-style: disc;
    list-style-position: inside;
    line-height:25px;
}
.property-features .amenities,
.property-features .keyfeatures,
.property-features .facilities {
    display: none;
}
.property-features .general {
    margin-bottom: 25px;
}
.less-more {
    text-align: center;
    margin: 30px 0px 10px 0px;
    padding: 10px 0px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}
.property-features .amenities h2,
.property-features .keyfeatures h2,
.property-features .facilities h2,
.property-features .general h2,
.property-features .features-box4 h2,
.property-features .introduce h2{
    font-size: 18px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}
.property-features .features-box2 .introduce-more {
/*    height: 95px;
    overflow: hidden;*/
}
.property-features .features-box2 .introduce-more p{
    font-size:15px;
}
.property-features .amenities li,
.property-features .keyfeatures li,
.property-features .facilities li {
    float: left;
    width: 33%;
    margin-bottom: 12px;
    font-size:15px;
	 white-space:nowrap;

	
}
.property-features .general p strong {
    
    display: block;
}
.property-features .general p {
    font-size: 15px;
    margin-bottom: 10px;
}
/* .property-features .general p span{
    float:  left;
    width: 78%;
} */
.property-features .amenities li img,
.property-features .keyfeatures li img,
.property-features .facilities li img {
    width: 10%;
    margin-right: 10px;
    position: relative;
    top: 8px;
}
 .property-features .features-box4 .img-item{
    width: 100%;
}
 .property-features .features-box4 .swiper-wrapper{
    height:260px;
}

/*.property-features .features-box4 .img-item:nth-child(2){
    float: right;
}
.property-features .features-box4 .swiper-pagination-custom{
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: rgba(0,0,0,.4);
} */

.property-features .gutter-right {
    float: right;
    width: 24%;
}

.property-slide .swiper-pagination-custom{
    position: absolute;
    top: 42px;
    bottom: auto;
    right: 20px;
    left: auto;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
}

.property-slideV .swiper-pagination-custom{
    position: absolute;
    top: 42px;
    bottom: auto;
    right: 20px;
    left: auto;
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
}
.notied{
    margin-bottom:25px;
}

/*附近房源*/

.related-apartments h2 {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}



.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: 100%;
    left: 0px;
    width: 100%;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Futura-Book';
    font-size: 15px;
}
.related-apartments .ofarea .property-info .property-head span,
.related-apartments .ofcompound .property-info .property-head span{
    margin-left: 5px;
    margin-bottom: -4px;

}
.related-apartments .ofarea .property-spec p,
.related-apartments .ofcompound .property-spec p{
padding: 3px 0px 3px 12px;
    margin-bottom: 0px;
    width: 73%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.related-apartments .ofarea .property-price,
.related-apartments .ofcompound .property-price {
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 65px;
    /*min-width: 80px;*/
    padding: 0 10px;
    text-align: center;
    color: #fff;
    line-height: 65px;
    margin-top: 12px;
    background: #0F80D9;
    font-weight: 600;
}

.related-apartments .ofarea .property-title,
.related-apartments .ofcompound .property-title {
    background: url(../images/black30.png);
 
    font-size: 14px;
}

.related-apartments .ofarea .property-title a,
.related-apartments .ofcompound .property-title a{
    
    padding: 10px;

}


.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;
}

.related-apartments .ofarea .property-spec,
.related-apartments .ofcompound .property-spec {
    background: #efefef;
    line-height: 40px;
    font-size: 15px;
    color: #404040;
    position: relative;
    top: -3px;
	color:#7b7b7b;
}

.related-apartments .ofarea .property-spec a,
.related-apartments .ofcompound .property-spec a{
    display:block;
    text-decoration: none;
    text-align:center;
}

.related-apartments .ofarea .swiper-container,
.related-apartments .ofcompound .swiper-container {
    height: 310px;
}

.related-apartments .ofarea .swiper-scrollbar,
.related-apartments .ofcompound .swiper-scrollbar {
    left: 0px;
    width: 100%;
    height: 5px;
    border-radius: 0px;
    bottom: 15px;
    display: block !important;
}

.related-apartments .ofarea .swiper-scrollbar-drag,
.related-apartments .ofcompound .swiper-scrollbar-drag,
.buildingPark .swiper-scrollbar-drag {
    background: #0f80d9;
}

.related-apartments .ofcompound {
    margin-top: 20px;
}
.related-apartments .Inarea .swiper-wrapper .property img {
    width:100%;
    overflow:hidden;
}
.swiper-container-horizontal>.swiper-pagination-progress {
    bottom: 0px;
    top: auto;
}
.myqrcode {
    border: 1px solid #efefef;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}


/***********地图***********/

.property-features .features-box3 {
    border: 1px solid #efefef;
    margin-bottom: 20px;
}

.property-features .features-box3 .map {
    position: relative;
}

.property-features .features-box3 .map-top {
    height: 53px;
    
}

.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: 58px;
    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: 58px;
    float: left;
    width: 16.6%;
    text-align: center;
    border-right: 1px solid #fff;
}
.boxFixed #map{
	float: left;
	width: 720px;
	
}
.boxFixed .hideBox{
	display: block;
}
.hideBox{
	position: absolute;
	background: #fff;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	right: -20px;
	top:-20px;
	display: none;
}
.boxFixed .map-top{
	border:1px solid #eeefef;
	margin-bottom: 2px;
}
.features-box3.boxFixed{
	width: 1065px;
	 height: 575px;
	 background: #fff;
	 padding: 10px 18px;
	 margin: auto;  
     position: relative;  
   /*   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: 31px;
}
.property-features .features-box3 .map-menu li a {
    display: block;
    font-size:14px;
}

#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 {
	
	height: 555px;
	display: inline-block;
    width: 300px;
    background: #fff;
    z-index: 99;
}
.all{
	display: none;
	border: 1px solid #eeefee;
}
.metro-information {
	padding-top: 55px;
	width: 100%;
    display: none;
    height: 100%;
    
}
.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: 460px;
	overflow: auto;
	position: relative;
}
#tab-4 .metro-information div.lastone{
	height: 386px;
}
.metro-information.active {
    display: block;
}

.titleImg{
	height: 53px;
	padding-top: 5px;
	padding-left: 12px;
	border-top: 1px solid #eeefee;
	border-bottom: 1px solid #eeefee;
	z-index: 200;
	width: 298px;
	top:5px;
	position: absolute;
	margin-top: 5px;
	background: #fff;
}

.bianli{
	height: 36px;
	padding:0 12px;
	background: #fff;
	border-bottom:1px solid #eeefee;
}
.titleImg img{
	width: 41px;
	height: 41px;
	margin-right: 10px;
}
.titleImg span{
	display: inline-block;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	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: 318px;
    
}

.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;
}
@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;
    }
}
/*浏览次数*/
.view-words{
	display: inline-block;
	vertical-align: middle;
	height:40px;
	margin-left: 5px;
	font-size: 14px;
	margin-right: 5px;
}
.viewTimes{
	display: inline-block;
	width:40px;
	height:40px;
	line-height: 40px;
	padding: 5px;
}

.send-request{
    display:none;
}
/*模态框*/
.mask-share{
    display:none;
	width: 100%;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    z-index: 1010;
}
div.wechatshare,.send-request .md-content{
	display: none;
    position: fixed;
    width: 400px;
    height: 450px;
    top: 50%;
    left: 50%;
    background: #fff;
    margin-top: -225px;
    margin-left: -200px;
    z-index: 1011;
}
div.wechatshare>.make-qrcode img{
	width:145px;
	height: 145px;
	display: block;
	margin:80px auto 10px auto;
}
div.wechatshare p{
	width:100%;
	text-align: center;
	margin-bottom: 30px;
}

div.wechatshare ul{
	width:90%;
	margin:0 auto;
}
div.wechatshare ul img{
	width:30px;
	height:30px;
	
}
div.wechatshare ul li{
	margin-left: 32px;
	float: left;
	border-radius: 50%;
	width:50px;
	height:50px;
	text-align: center;
	background: rgba(0,0,0,0.6);
	display: flex;
    justify-content: center;
    align-items: center;
	
}
div.wechatshare ul li a{
	margin:0 auto;
	border-radius: 50%;
   
}
.sharenews li.active{
	background: #0078d7;
}
a.close {
    position: absolute;
    top: 0px;
    right: 0;
    background-image: url(../images/icon-close-g.png);
    }
    
/*街景图*/
.streetView,p.mapProperty{
	display: inline-block;
	color: #000;
	font-size: 18px;
	margin: 10px 0px;
	border-left: 1px solid #cecece;
	padding-left: 15px;
	padding-right: 10px;
	cursor: pointer;
	font-weight: 900;
	
}
.streetView.active,p.mapProperty.active{
	color: #0F80D9;
    -webkit-animation: twinkling 1s;
}
p.mapProperty:hover,.streetView:hover{
	color: #0F80D9;
}
p.mapProperty{
	border:1px solid transparent;
}
.streetView img{
	vertical-align: bottom;
}
#streetMap{
	position: relative;
	width:100%;
	height:100%;
	display:none;
}
@-webkit-keyframes twinkling{

0%{

opacity: 0.5;

}

100%{

opacity: 1;

}

}

@keyframes twinkling{

0%{

opacity: 0.5;

}

100%{

opacity: 1;

}

}

.noSmap{
	width:100%;
	height: 100%;
	line-height: 450px;
	text-align: center;
	vertical-align: middle;
}



.HousePtitle,.HouseVtitle, .HouseVRtitle{
	display: inline-block;
	color: #000;
	/*font-size: 18px;*/
/*	margin: 10px 0px;*/
	/*border-left: 1px solid #cecece;*/
/*	padding-left: 15px;
	padding-right: 10px;*/
	padding:8px 10px 8px 15px;
	cursor: pointer;
/*	font-weight: 900;*/
 /* border:1px solid #cecece;*/
  border-radius:8% 8% 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background-color:#E6E6E6;
  color:#7B7B7B;
  float:left;

	
}
.HousePtitle.active,.HouseVtitle.active,HouseVRtitle.active{
	color: #FFFFFF;
	/*background-color:#0F80D9;*/
	background-color:#F60;
    -webkit-animation: twinkling 1s;
}
/*p.HousePtitle:hover,.HouseVtitle:hover{
	color: #000000;
}*/
/*p.HousePtitle{
	border:1px solid transparent;
}*/