#no_result,
.quering {
    width: 75%;
    margin: 0 auto;
    /* height: 250px; */
    background-color: snow;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    box-sizing: content-box;
    padding: 33px;
    position: relative;
    top: 25px;
}

ul>li {
    font-size: 14px;
    text-indent: 10px;
}

#contact_service {
    background-color: rgba(116, 93, 255, 1);
    color: snow;
    width: 120px;
    text-align: center;
    height: 50px;
    border-radius: 25px;
    line-height: 48px;
    position: relative;
    top: 10px;
    margin-top: 10px;
}

[v-cloak] {
    content: '查询中...';
}