html, body {
    height: 100%;
}

#container {
    height: 95%;
    width: 100%;
}

.custom-input-card {
    width: 22rem;
}

.custom-input-card .btn {
    margin-right: 1rem;
}

.custom-input-card .btn:last-child {
    margin-right: 0;
}

.info-title {
    color: white;
    font-size: 14px;
    background-color: #25A5F7;
    line-height: 26px;
    padding: 0px 0 0 6px;
    font-weight: bolder;
    letter-spacing: 1px
}

.info-title a {
    text-decoration: none;
    color: white;
}

.info-content {
    font: 12px Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial;
    padding: 4px;
    color: #888888;
    line-height: 23px;
}

.info-content2 {
    font: 12px Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial;
    font-weight: bold;
    padding: 4px;
    color: #666666;
    line-height: 23px;
}

.info-content img {
    float: left;
    margin: 3px;
}

.amap-info-combo .keyword-input {
    height: 25px;
    border-radius: 2px 0 0 2px;
}

.wrapper {
    display: inline-block;
    position: relative;
}

.popover {
    display: none;
    width: 250px;
    height: 100px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 100%;
    top: -80px;
    margin-left: 13px;
    border-radius: 5px;
    background-color: rgb(180, 180, 180);
}

.popover::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 80px;
    border: 10px solid transparent;
    border-right-color: white;
}