.container{
    width: 1210px;
    margin: 0 auto;
   /*  margin-top: 50px; */
}
.top-title{
    color: #ccc;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.top-title a {
    color: #999;
}
.menu{
	font-size: 0;
	padding: 0;
	height: 39px;
    position: relative;
    width: 1210px;
    margin: 0 auto 20px auto;
    border-bottom: 2px solid #e20f77;
}
.menubar{
	margin: 0 auto;
	position: absolute;
	list-style-type: none;
	width: 100%;
    overflow-y: auto;
    
}
 
.menubar li{
	font-size: 16px;
	display:inline-block;
	cursor: pointer;
    line-height: 38px;	
    margin-right: -1px;
    width: 126px;	
    border: 1px solid #ccc;
    border-bottom:0;
}

.menubar li.menu-value{
    background-color: #e20f77;
    border: 1px solid #e20f77;	
}
.menubar li.menu-value a{
   color: #fff;
}
 
.menubar a{
	display: block;
	height: 39px;
	font-family: "微软雅黑","Microsoft Yahei","Hiragino Sans GB",tahoma,arial,"宋体" ;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
}
.details-house-name{
    font-weight: bold;
    color: #333;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 16px;
}
.sub-hd {
    font-size: 14px;
    font-weight: 400;
    padding: 0 6px 0 8px;
}
.realmap-contents {
  
}


.realmap-contents .list {
    width: 1180px;
    overflow: hidden;
    margin-left: -20px;
    margin-bottom: 20px;

}
.realmap-contents .item {
    float: left;
    width: 200px;
    margin: 20px 0 0 35px;

}
.realmap-contents .item img {
    display: block;
    height: 144px;
    border: #e5e5e5 1px solid;
    position: relative;
       cursor: pointer;
    object-fit: cover;
}
.photo-mask {
    position: fixed;
    z-index: 10;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    filter: alpha(opacity=20);
    -moz-opacity: 0.8;
    opacity: 0.8;
    display: none;
}

.photo-panel {
    position: absolute;
    display: none;
    clear: both;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.photo-panel .photo-div,
.photo-panel .photo-bar {
    width: 100%;
}

.photo-panel .photo-div {
    width: 960px;
    height: 560px;
    z-index: 11;
    margin: auto;
    position: relative;
}

.photo-panel .photo-close {
    
    width: 56px;
    height: 56px;
    position: absolute;
    margin-left: 664px;
}



.photo-panel .photo-bar-tip {
    width: 700px;
    height: 44px;
    position: absolute;
    margin-top: -64px;
    padding: 10px;
}

.photo-panel .photo-bar-tip:hover {
    width: 700px;
    height: 44px;
    position: absolute;
    margin-top: -64px;
    background: #000;
    filter: alpha(opacity=20);
    -moz-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    padding: 10px;
}

.photo-panel .photo-img {
    width: 720px;
    float: left;
    height: 560px;
    background: #fff;
}

.photo-panel .photo-view-w {
    width: 720px;
    height: 560px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.photo-panel .photo-view-h {
    width: 720px;
    height: 560px;
    text-align: center;
    vertical-align: middle;
}

.photo-panel .photo-view-w img {
    max-width: 700px;
    height: auto;
    vertical-align: middle;
    text-align: center;
    max-height: 540px;
    margin: 10px;
    -moz-box-shadow: 5px 5px 5px #a6a6a6;
    /* 老的 Firefox */
    box-shadow: 5px 5px 5px #a6a6a6;
    -webkit-animation: swing 1s .2s ease both;
    -moz-animation: swing 1s .2s ease both;
}

.photo-panel .photo-view-h img {
    max-width: 700px;
    height: 540px;
    margin: 10px;
    -moz-box-shadow: 5px 5px 5px #a6a6a6;
    /* 老的 Firefox */
    box-shadow: 5px 5px 5px #a6a6a6;
    -webkit-animation: swing 1s .2s ease both;
    -moz-animation: swing 1s .2s ease both;
}


.photo-panel .photo-left
{
    width: 120px;
    float: left;
    margin-top: 220px;
}
.photo-panel .photo-right {
    width: 120px;
    float: right;
    margin-top: 220px;
}

.photo-panel .arrow-prv {
    
    width: 80px;
    height: 80px;

}


.photo-panel .arrow-next {
    float:right;
    width: 80px;
    height: 80px;
}
.drcdiv:after {
    content: '';
    display: block;
    clear: both
}

.drcdiv {
    min-height: 600px
}
.drcdiv {
    width: 103%;
}

