.content{background: #F7F8FA;padding-bottom: 107px;}
.content .page-name{font-size: 36px;font-weight: 400;line-height: 48px;color:#444444;text-align: center;padding-top:28px;}
.content .page-info{width: 868px;margin: 40px auto;}

.BMap_bubble_content p{font-size: 14px;text-align: left;}


.content .page-info table{width: 100%;border-collapse: collapse;margin-top: 20px;margin-bottom: 20px;}
.content .page-info table .td-width{text-align: center;width: 100px;font-size: 14px;font-weight: bold;line-height: 36px;color:#444444;}
.content .page-info table .td-width1{text-indent: 40px;}
.content .page-info table td{border:1px solid #EAEAEA;font-size: 14px;font-weight: 400px;line-height: 36px;color:#444;}
.tr-style{background: #BFBFBF;}

body,html {
    border: none;
    padding: 0;
    margin: 0;
}
.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 30px;
    left: -50px;
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 12px;
}

.ol-popup-closer:after {
    content: "✖";
    cursor: pointer;
}

#popup-content {
    font-size: 14px;
    font-family: "微软雅黑";
    width:230px;
}

#popup-content .markerInfo {
    font-weight: bold;
    color:#bf0008;
    margin-bottom:10px;
}