/**
 * 周边配套地图公共页面样式
 */
#around {
    margin: 50px 0 0;
    padding-bottom: 50px;
}

.around {
    padding: 0px;
    width: 100%;
    height: 100%;
}

.around .aroundTitle {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    font-size: 22px;
    color: #424242;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
    height: 30px;
    /*line-height: 45px;*/
    padding-bottom: 24px;
}

.around i {
    display: inline-block;
    width: 6px;
    height: 23px;
    margin-right: 10px;
    vertical-align: -3px;
    background: #f24f00;
}

.aroundContainer i {
    display: none !important;
    border: 0 !important;
}

.aroundContainer {
    width: 100%;
    margin: 0 auto;
    height: 510px;
    position: relative;
    overflow: hidden;
}

.aroundMap {
    height: 500px !important;
}

.build-addr {
    display: inline-block;
    height: 58px;
    line-height: 58px;
    color: #333333;
    font-size: 14px;
}

.build-detail{
	float: right;
    height: 58px;
    line-height: 58px;
}

.contentBox, .makerDetailStyle {
    border-left: 2px solid #fff;
    padding: 0 23px
}

.contentBox .itemContent, .makerDetailStyle .itemContent {
    color: #394043;
    font-size: 14px;
    overflow: hidden
}

.contentBox .itemContent span, .makerDetailStyle .itemContent span {
    float: left;
    font-weight: bold
}

.contentBox .itemContent .itemTitle, .makerDetailStyle .itemContent .itemTitle {
    max-width: 49%;
    margin-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.contentBox .itemContent .itemdistance, .makerDetailStyle .itemContent .itemdistance {
    width: 20%
}

.aroundContainer .contentBox .itemContent [class*="icon-"]:before, .aroundContainer .makerDetailStyle .itemContent [class*="icon-"]:before {
    display: inline-block;
    margin: 2px 10px 2px 2px;
    font-size: 16px;
    font-weight: 500
}

.contentBox .itemInfo, .makerDetailStyle .itemInfo {
    color: #9c9fa1;
    font-size: 14px;
    padding: 8px 19px 0 30px;
    text-align: justify;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal
}

.contentBox .itemTitle, .makerDetailStyle .itemTitle {
    width: 40%
}

.makerDetailStyle {
    position: absolute;
    left: -130px;
    width: 240px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(13, 4, 9, 0.2)
}

.makerDetailStyle:before {
    content: '';
    width: 20px;
    height: 12px;
    background: #fff;
    position: absolute;
    bottom: 1px;
    left: 46%;
    z-index: 2
}

.makerDetailStyle .itemInfo {
    padding-left: 4px;
    padding-right: 0
}

.makerDetailStyle .itemInfo:before {
    content: "线路:";
    padding-right: 8px
}

.showMarkerDetail {
    z-index: 100 !important
}

.hideMarkerDetail {
    display: none !important
}

@font-face {
    font-family: 'map-font';
    src: url('../images/map/font/map-font.eot?63sytu');
    src: url('../images/map/font/map-font.eot?63sytu#iefix') format('embedded-opentype'), url('../images/map/font/map-font.ttf?63sytu') format('truetype'), url('../images/map/font/map-font.woff?63sytu') format('woff'), url('../images/map/font/map-font.svg?63sytu#map-font') format('svg');
    font-weight: normal;
    font-style: normal
}

.aroundContainer [class^="icon-"], .aroundContainer [class*=" icon-"] {
    font-family: 'map-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-walk:before {
    content: "\71"
}

.icon-restaurant:before {
    content: "\77"
}

.icon-supermarket:before {
    content: "\65"
}

.icon-school:before {
    content: "\04"
}

.icon-subway:before {
    content: "\74"
}

.icon-bus:before {
    content: "\79"
}

.icon-park:before {
    content: "\75"
}

.icon-gym:before {
    content: "\69"
}

.icon-distance:before {
    content: "\6f"
}

.icon-coffee:before {
    content: "\70"
}

.icon-mall:before {
    content: "\61"
}

.icon-market:before {
    content: "\73"
}

.icon-primary-school:before {
    content: "\64"
}

.icon-pharmacy:before {
    content: "\66"
}

.icon-hospital:before {
    content: "\67"
}

.icon-bank:before {
    content: "\68"
}

.icon-cinema:before {
    content: "\6a"
}

.icon-kindergarten:before {
    content: "\6b"
}

.icon-sport:before {
    content: "\6c"
}

.icon-middle-school:before {
    content: "\7a"
}

.icon-atm:before {
    content: "\78"
}

.spriteMap {
    background-image: url("img/mapIconRed@1x.png");
    background-image: -webkit-image-set(url("img/mapIconRed@1x.png") 1x, url("img/mapIconRed@2x.png") 2x);
    background-repeat: no-repeat;
    display: inline-block
}

.loading {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    color: #999
}

.loading .loadingText {
    display: inline-block;
    margin: 6px 0 0 10px
}

.loading .loadingImg {
    background: #fff;
    width: 34px
}

.BMapLabel {
    padding: 0 !important;
    border: 0 !important;
}

.BMapLabel:hover {
    cursor: pointer !important
}

.BMap_stdMpCtrl {
    margin-left: 220px
}

.aroundMap {
    height: 100%;
    margin-left: -220px
}

.aroundMap .item {
    background-image: url("img/mapIconRed@1x.png");
    background-image: -webkit-image-set(url("img/mapIconRed@1x.png") 1x, url("img/mapIconRed@2x.png") 2x);
    background-image: url("../sellDetail/img/mapIconRed@1x.png");
    background-image: -webkit-image-set(url("../sellDetail/img/mapIconRed@1x.png") 1x, url("../sellDetail/img/mapIconRed@2x.png") 2x);
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 32px;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: bold
}

.aroundMap .blueLabel {
    background-image: url("https://s1.ljcdn.com/feroot/pc/asset/ershoufang/sellDetail/img/mapIconBlue@1x.png");
    background-image: -webkit-image-set(url("https://s1.ljcdn.com/feroot/pc/asset/ershoufang/sellDetail/img/mapIconBlue@1x.png") 1x, url("img/mapIconBlue@2x.png") 2x)
}

.aroundMap .labelUp {
    z-index: 10 !important
}

.aroundMap .name {
    position: absolute;
    z-index: 2;
    line-height: 24px;
    border-radius: 2px;
    padding: 10px 14px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background-color: #5184f9;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    font-weight: 900;
    top: -48px;
    left: -32px;
}

/*.aroundMap .name:before {
    content: '';
    width: 18px;
    height: 12px;
    background: #5184f9;
    position: absolute;
    bottom: 1px;
    left: 40%;
    z-index: 2
}

.aroundMap .name:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #5184f9;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -7px
}*/

.aroundMap .name .arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -5px;
    left: 50%;
    background: #5184f9;
    margin-left: -5px;
    display: inline-block;
    box-shadow: 0 0 6px 0 rgba(13, 4, 9, 0.2);
    transform: rotate(45deg)
}

.tabBox {
    position: absolute;
    top: 24px;
    bottom: 24px;
    right: 18px;
    width: 300px;
    height: 85%;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2)
}

.tabBox .aroundType {
    width: 100%;
    height: 40px !important;
    font-size: 0;
    background-color: #fff;
    border-radius: 2px
}

.tabBox .aroundType li {
    cursor: pointer;
    display: inline-block;
    width: 16.6%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f1f1f1;
    color: #384043;
    font-size: 12px
}

.tabBox .aroundType li.selectTag {
    position: relative;
    background: #fff;
    font-weight: 900;
    color: #2a86ef;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05)
}

.tabBox .aroundType li.selectTag:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #2a86ef;
    position: absolute;
    top: 0;
    left: 0
}

.tabBox .name {
    padding: 18px 0 10px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #394043;
    margin: 0 10px;
    border-top: 1px solid #eeeeee
}

.tabBox .aroundList {
    padding-top: 10px;
    height: 325px;
    overflow-y: auto
}

.tabBox .aroundList .nullSupport {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    color: #999
}

.tabBox .itemTagBox {
    box-sizing: border-box;
    margin-left: 17px;
    padding-top: 10px;
    border-bottom: 1px solid #eeeeee
}

.tabBox .itemTagBox .tagStyle {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 22px;
    cursor: pointer
}

.tabBox .itemTagBox .tagStyle.select {
    box-sizing: border-box;
    background: none !important;
    border-bottom: 1px solid #2a86ef !important;
    color: #2a86ef !important;
}

.tabBox .itemBox li {
    padding: 10px 0;
    cursor: pointer
}

.tabBox .itemBox li .itemActive {
    color: #2a86ef
}

.tabBox .itemBox li .contentActive {
    border-left: 2px solid #2a86ef
}

.tabBox .itemBox li .contentActive [class*="icon-"]:before {
    color: #2a86ef
}

.contentBox, .makerDetailStyle {
    border-left: 2px solid #fff;
    padding: 0 5px 0 23px;
}

.contentBox .itemContent, .makerDetailStyle .itemContent {
    color: #394043;
    font-size: 14px;
    overflow: hidden
}

.contentBox .itemContent span, .makerDetailStyle .itemContent span {
    float: left;
    font-weight: bold
}

.contentBox .itemContent .itemTitle, .makerDetailStyle .itemContent .itemTitle {
    /*max-width: 49%;*/
    width: 110px;
    margin-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.contentBox .itemContent .itemdistance, .makerDetailStyle .itemContent .itemdistance {
    width: 21%;
    text-align:right;
}

.contentBox .itemInfo, .makerDetailStyle .itemInfo {
    color: #9c9fa1;
    font-size: 14px;
    padding: 8px 19px 0 30px;
    text-align: justify;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal
}

.contentBox .itemTitle, .makerDetailStyle .itemTitle {
    width: 40%
}

.makerDetailStyle {
    position: absolute;
    left: -130px;
    width: 240px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(13, 4, 9, 0.2)
}

.makerDetailStyle:before {
    content: '';
    width: 20px;
    height: 12px;
    background: #fff;
    position: absolute;
    bottom: 1px;
    left: 46%;
    z-index: 2
}

.makerDetailStyle .itemInfo {
    padding-left: 4px;
    padding-right: 0;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}

.makerDetailStyle .itemInfo:before {
    content: "线路:";
    padding-right: 8px
}

.showMarkerDetail {
    z-index: 100 !important
}

.hideMarkerDetail {
    display: none !important
}

.detailArrow {
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -4px;
    left: 50%;
    background: #fff;
    margin-left: -5px;
    display: inline-block;
    box-shadow: 0 0 6px 0 rgba(13, 4, 9, 0.2);
    transform: rotate(45deg)
}

.push {
    width: 1150px;
    margin: 70px auto 0 auto;
    line-height: 1
}

.pushheader {
    width: 1150px;
    margin: 0 auto 25px auto;
    font-weight: bold;
    font-size: 23px;
    line-height: 23px
}

.pushList {
    margin-top: 34px;
    *zoom: 1;
    margin-right: -10px
}

.pushList:before, .pushList:after {
    display: table;
    content: ""
}

.BMap_pop {
    background-color: #999 !important;
}

.aroundMap .blueLabel {
    background: none !important;
}
.no-data{
    color: #999;
    margin:0 auto;
    text-align: center;
}

.commom-picture-image-box{
    position: relative !important;
}
.building-con-img{
    position: relative !important;
}
.vr-icon-loupan{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px !important;
    height: 60px !important;
    background: url(../images/list/720_icon.png) !important;
}