.layui-layer{
    top: 5% !important;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #0061fe;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.restaurant-name {
    font-size: 18px;
    font-weight: bold;
}
.back-arrow {
    position: absolute;
    left: 15px;
    font-size: 20px;
    cursor: pointer;
}
.c_goods_bq{
    padding: 2px 2px;margin-right: 4px;font-size: 14px;
}