#no_result, .quering {
    width: 70%;
    margin: 0 auto;
    height: 70px;
    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;
}

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

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