#container {
    height: 500px;
    width: 100%;
}

.content-window-card {
    position: relative;
    box-shadow: none;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 0;
}

.content-window-card p {
    height: 2rem;
}

.custom-info {
    border: solid 1px silver;
    width:420px;
    padding:10px 30px;
    background:#fff;
}

div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    padding-bottom:10px;
    border-radius: 5px 5px 0 0;
}

div.info-top div {
    display: inline-block;
    color: #666666;
    font-weight:bold;
    font-size:18px !important;
    line-height: 31px;
}

div.info-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s;
}

div.info-top img:hover {
    box-shadow: 0px 0px 5px #000;
}

div.info-middle {
    font-size: 14px;
     color: #666666;
    font-weight:bold;
    line-height: 2.4;
}

div.info-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
}

div.info-bottom img {
    position: relative;
    z-index: 104;
}

span {
    margin-left: 5px;
    font-size: 11px;
}

.info-middle img {
    float: left;
    margin-right: 6px;
}
.amap-copyright{
    display:none !important;
}
