html, body {
    min-height: 100%;
    background-color: #F6F8FE;
}

[v-cloak] {
    display: none
}

.van-cell{
    width: calc(100% - 2rem);
    margin: auto;
    border-radius: 10px;
    margin-top: 1rem;
    box-shadow: 0 0 3px #f5f5f5;
    padding: 1rem;
}

.van-cell .van-button--small{
    float: right;
    margin: 0 1em;
}
.van-overlay{
    top: 46px;
}
.van-popup--top{
    top: 46px;
}
.van-popup--top .van-form{
    padding: 1em 1em;
}