body {
    font-family: 'Microsoft Yahei','微软雅黑','Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    margin: 0;
    padding: 0;
}
#container {
    width: 100%;
    height: 246px;
}
.amap-info-content {
    padding: 0;

    border: 1px solid #030303;
    background: none;
}
.amap-info-content .title {
    font-size: 12px;
    font-weight: normal;
    line-height: 28px;

    margin: 0;
    padding: 0 15px;

    color: #fff;
    background-image: url(../img/map-title-bg.png);
    background-repeat: repeat-x;
    background-position: 0 center;
}
.amap-info-close {
    display: none;
}
.amap-info-sharp {
    width: 16px;
    height: 11px !important;

    background-image: url(../img/map-arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
