.content {
    margin: 12px 0 100px;
}
.ml-6 {
    margin-left: 6px;
}
.tips {
    text-indent: 2em;
    font-size: 12px;
    color: #646566;
}
.address {
    position: relative;
    height: 100px;
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 5px;
    background: #fff;
}
.address p {
    margin-bottom: 16px;
}
.address p:nth-child(2) {
    position: absolute;
    font-size: 12px;
    top: 12px;
    right: 12px;
    color: #1989fa;
}
.address p:nth-child(3) {
    font-size: 14px;
    color: #646566;
}
.address p:nth-child(4) {
    font-size: 14px;
    color: #646566;
}
.search-logo {
    display: block;
    margin: 35px auto 30px;
}
.info {
    position: relative;
    /* height: 200px; */
    color: #646566;
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 5px;
    background: #fff;
}
.info div {
    border-bottom: 1px solid #eee;
}
.info div p{
    float: right;
    font-size: 12px;
    line-height: 22px;
    color: #1989fa;
    border: 1px solid #1989fa;
    padding: 1px 6px;
    border-radius: 5px;
    margin-top: -6px;
}
.info p {
    line-height: 30px;
}
.info img {
    vertical-align: text-top;
}