body {
    font-family: 'Microsoft Yahei','微软雅黑','Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    margin: 0;
    padding: 0;
}
#container {
    box-sizing: border-box;
    width: 100%;
    height: 650px;

    border: 1px solid #ccc;
}
.amap-info-content {
    padding: 0;

    border: 1px solid #162b8e;
    border-radius: 4px;
    background: none;
}
.amap-info-content .title {
    font-size: 12px;
    font-weight: normal;
    line-height: 28px;

    margin: 0;
    padding: 0 15px;

    color: #fff;
    background-color: #3046af;
}
.amap-info-content .text {
    font-size: 12px;

    max-width: 230px;
    padding: 8px 15px;

    color: #474747;
    background-color: #fff;
}
.amap-info-content .text p {
    margin: 0;
}
.amap-info-close {
    display: none;
}
.amap-info-sharp {
    display: none;
}
.amap-icon {
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.amap-icon:hover {
    margin-top: -5px;
}
