/*
    千里马全局VUE组件样式
*/
/*block组件*/
.qlm-block{

}

.qlm-block:first-of-type .qlm-block__title{
    padding-top: 20px;
}

.qlm-block__title{
    margin: 0;
    padding: 32px 16px 16px;
    color: rgba(69,90,100,0.6);
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;    
}

/* 屏幕下端按钮*/
.qlm-button-box{
    position: fixed;
    text-align: center;
    right: 0;
    bottom:10px;
    left:0;
    z-index:999;
    padding: 0 16px;
    padding-bottom:env(safe-area-inset-bottom);
    background-color: #fff;
    padding: 5px;
}



/*屏幕靠下端提示按钮区*/
.qlm-tips-button-box{
    position: fixed;
    text-align: center;
    right: 0;
    bottom:100px;
    left:0;
    z-index:999;
    padding: 0 16px;
    padding-bottom:env(safe-area-inset-bottom);
}