body {
    color: #333;
    background-color: #f8f8f8;
}

/*屏幕靠下端提示按钮区*/
.qlm-tips-content-box{
    margin-top: 100px;
    text-align: center;
}

/*提示文字*/
.tips-text {
    margin-top:5px;
    font-size: 20px;
    text-align: center;
    color: black;
}

.van-button{
    margin-top:3px;
}