.rich-text-box {
    width: 1200px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.5;
}

.rich-text-box p {
    margin-bottom: 10px;
}

.article-title {
    display: block;
    line-height: 30px;
    font-size: 24px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: 700;
    margin-top: 15px;
}

.time-view {
    text-align: center;
    opacity: 0.7;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

/* map-box-panel - Start */
.map-box-panel {
    width: 1200px;
    height: 400px;
    border: #ccc solid 1px;
    margin: 0 auto;
    position: relative;
}

.map-box {
    height: 100%;
}

/*地图上定位图标*/
.location-btn {
    position: absolute;
    z-index: 10;
    inset: auto 10px 10px auto;
}

.location-btn .titleComm {
    pointer-events: none;
    white-space: nowrap;
    z-index: 1001;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 18px;
    background: #494949;
    color: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    position: absolute;
    right: 32px;
    top: -2px;
    display: none;
}

.location-btn .title:before {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #494949;
}

.location-btn:hover .titleComm {
    display: block;
}

.location-btn .icon {
    overflow: hidden;
    background-color: rgb(255 255 255 / 95%);
    text-align: center;
    cursor: pointer;
    float: left;
    box-shadow: 1px 2px 1px rgb(0 0 0 / 15%);
    font-size: 0;
    padding: 4px;
    border-radius: 2px;
}

.location-btn .icon span {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
    background: url(/skin/controller/public/img/bd-map/location_icon.png);
    background-size: 76px, auto;
}

.location-btn .icon .success {
    background-position: -14px 0;
}

.location-btn .icon .loading {
    background: url(/skin/controller/public/img/bd-map/loading_icon.gif);
    background-size: 14px 14px;
}

/* 百度地图 - Start */
.map-box .baidumap-overlay.overlay-marker {
    position: absolute;
    z-index: 100;
    width: 30px;
    height: 45px;
    pointer-events: none;
    margin-top: -37px;
    margin-left: -14px;
}

.map-box .baidumap-overlay.overlay-marker .point-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/skin/controller/public/img/bd-map/icon-location.svg);
    background-repeat: no-repeat;
    pointer-events: auto;
}

.map-box .baidumap-overlay.overlay-marker .point-icon.hide {
    display: none;
}

.map-box .baidumap-overlay {
    position: absolute;
    z-index: 10;
}

.map-box .baidumap-overlay.overlay-marker .min-mode-btn {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 8px;
    text-align: center;
    overflow: hidden;
    color: #808080;
    cursor: pointer;
}

.map-box .baidumap-overlay.overlay-marker .min-mode-btn {
    bottom: unset;
    top: 4px;
    right: 4px;
}

.map-box .baidumap-overlay.overlay-marker .min-mode-btn:hover {
    background-color: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    color: #ababab;
}

.map-box .anchorBL,
.map-box .BMap_cpyCtrl.BMap_noprint {
    /*display: none;*/
    zoom: 0.5;
    opacity: 0.5;
    pointer-events: none;
}

.map-box .coordinate-box {
    position: absolute;
    left: 15px;
    top: -4px;
    transform: translate(-50%, -50%);
    height: 64px;
    background-image: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    pointer-events: auto;
    border: #ddd solid 1px;
    color: #555;
    display: none;
}

.map-box .coordinate-box.show {
    display: block;
}

.map-box .coordinate {
    padding: 10px 14px;
    position: relative;
    display: flex;
}

.map-box .coordinate .special-car {
    font-size: 12px;
    color: inherit;
    text-align: center;
    margin-left: 14px;
    margin-top: 3px;
    padding-left: 14px;
    border-left: 1px solid currentColor;
    cursor: pointer;
    height: 100%;
}

.map-box .coordinate .special-car p {
    white-space: pre;
}

.map-box .special-car .icon-che {
    font-size: 22px;
}

.map-box .coordinate .txt {
    overflow: hidden;
    color: inherit;
    cursor: default;
}

.map-box .coordinate .txt h4 {
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.map-box .coordinate .txt p {
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.map-box .coordinate .arrow {
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 30px;
    height: 19px;
    background: url(/skin/controller/public/img/bd-map/map-arrow.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    margin-left: -15px;
}
/* 百度地图 - End */

/* map-box-panel - End */