
html,body{
    font-family: Avenir,Helvetica,Arial,sans-serif;
    position: relative;
    margin: 0;
    height: 100%;
    width: 100%;
    min-height: 43.75rem;
    padding: 0;
    background: #ededed;
}
.top{
    color: #777; 
    font-size: .9375rem;
    padding: 1.5625rem 0 .625rem .9375rem;
}
body::-webkit-scrollbar{
    width: 0px;
    height: 0px;
}
#app{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#app::-webkit-scrollbar{
    width: 0px;
    height: 0px;
}
.van-cell__title,.van-cell__right-icon{
    font-size: .9375rem;
    /* padding: .625rem 1rem; */
    line-height: 1.5rem !important;
}
.van-cell__value--alone{
    font-size: .9375rem;
    padding: .15625rem 0;
    line-height: 1.5rem !important;
}
.footer{
    width: 100%;
    position: absolute;
    /* bottom: 3.125rem; */
    bottom: 2.5rem;
    left: 0;
    text-align: center;
    font-size: .9375rem;
}
.tel{
    color: #656b81!important;
}