/* _content/Jiqimao.Web.Mvc/Mobiles/ESOP/Index.razor.rz.scp.css */
.image-container[b-jczjkyu5ut] {
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 100vh;*/ /* 可视窗口高度 */
    flex:1;
    overflow:hidden;
}

.image-container img[b-jczjkyu5ut] {
    max-width: 100%; /* 确保图片不超出容器 */
    max-height: 100%; /* 确保图片不超出容器 */
}

#home-button-container[b-jczjkyu5ut] {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 1;
}


#menu-buttons-container[b-jczjkyu5ut] {
    flex-direction: column-reverse;
    bottom: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 16px 0;
    position: absolute;
}
/* _content/Jiqimao.Web.Mvc/Mobiles/Index.razor.rz.scp.css */
.s-container[b-kvmv0m270o] {
    height:calc(100vh - 48px);
    overflow:scroll;
    background-color: #f7f8fa;
    padding:10px;
}

h1[b-kvmv0m270o], h2[b-kvmv0m270o], h3[b-kvmv0m270o], h4[b-kvmv0m270o], h5[b-kvmv0m270o], h6[b-kvmv0m270o], p[b-kvmv0m270o], ul[b-kvmv0m270o], hr[b-kvmv0m270o] {
    margin: 0;
    padding: 0;
    list-style: none;
}

h2[b-kvmv0m270o] {
    font-size: 14px;
    margin: 0 10px 10px 10px;
    color: #444444;
}

.s-card[b-kvmv0m270o] {
    margin-top: 10px;
    padding-top: 5px;
    border-radius: 8px;
    background-color: white;
    border: 1px solid #f5f6f7;
}

.s-con[b-kvmv0m270o] {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-left: 3%;
}

    .s-con li[b-kvmv0m270o] {
        width: 25%;
        margin-bottom: 8px;
    }


.s-icon[b-kvmv0m270o] {
   text-align:center;
}

    .s-icon img[b-kvmv0m270o] {
       width:30px;
       height:30px;
    }


        .s-con li h3[b-kvmv0m270o] {
            text-align: center;
            font-size: 12px;
            line-height: 25px;
            font-weight: 500;
        }


/* _content/Jiqimao.Web.Mvc/Mobiles/ProductionOrders/QuickAccess.razor.rz.scp.css */
.head-row[b-8qco71ww1y] {
    border-bottom: 1px solid #ebedf0;
    padding-left: 5px;
    margin: 0px
}

.head-title[b-8qco71ww1y] {
    color:#808080;
    font-size:14px;
}

.head-value[b-8qco71ww1y] {
    text-align: left;
    font-size: 14px;
}

.line-container[b-8qco71ww1y] {
    background-color: #f7f8fa;
    height: calc(100vh - 120px);
    overflow-y:scroll;
    padding:3px 0;
    font-size:14px;
}

.line-row[b-8qco71ww1y] {
    padding:10px;
    margin: 10px 0;
    background-color: white;
    border: 1px solid #ebedf0;
}
/* _content/Jiqimao.Web.Mvc/Pages/Components/HiPrint.razor.rz.scp.css */
[b-z14iiiko88] .left {
    width: 16%;
    height: calc(100vh - 150px);
    overflow: auto;
}


[b-z14iiiko88] .center {
    width: 60%;
    height: calc(100vh - 150px);
    overflow: auto;
    padding: 15px
}

[b-z14iiiko88] .right {
    width: 24%;
    height: calc(100vh - 150px);
    overflow: auto;
}


[b-z14iiiko88] .ep-draggable-item {
    display: block;
    background: #fafafa;
    border: 1px solid #d9d9d9;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    padding: 6px;
    margin-bottom: 10px;
    border-radius: 2px;
}


[b-z14iiiko88] .hiprint-printElement-type > li > ul {
    padding: 0 0 0 0;
    display: block;
    list-style: none;
}

[b-z14iiiko88] .hiprint-printElement-type {
    display: block;
    padding: 0 0 0 0;
    list-style: none;
}

[b-z14iiiko88] .hiprint-printElement-type .title {
    font-weight: bolder;
}


[b-z14iiiko88] .design .hiprint-printElement-table-handle {
    height: 10pt;
    width: 10pt;
    border-radius: 50%;
    background: rgb(255, 102, 0);
    transform:translate(-15px,20px);
}


[b-z14iiiko88] .hiprint-option-item-submitBtn {
    color: #fff;
    border-color: #40a9ff;
    background: #40a9ff;
}


[b-z14iiiko88] .hiprint-option-item-deleteBtn {
    color: #ff4d4f;
    border-color: #ff4d4f;
    background: #fff;
}

/*解决表格左右插入列，再合并，整体长度缩短问题*/
[b-z14iiiko88] table.hiprint-printElement-tableTarget {
    width: 100%;
}

    [b-z14iiiko88] table.hiprint-printElement-tableTarget td {
        border-right: 1px solid;
    }
/* _content/Jiqimao.Web.Mvc/Pages/Production/OperationProdInfo.razor.rz.scp.css */
.operationProdInfo[b-m0d7d8a9zs] {
    max-height: 250px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.operationProdInfo[b-m0d7d8a9zs]::-webkit-scrollbar {
    width: 0;
}

.item[b-m0d7d8a9zs]{
    background-color: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
    height: 117px;
    padding:5px;
}

[b-m0d7d8a9zs] .item-row{
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.operation[b-m0d7d8a9zs]{
    position: absolute;
    height: 24px;
    top: -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: bisque;
    border-radius: 0 0 40px 0;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.operation-name[b-m0d7d8a9zs] {
    margin-right: 18px;
    margin-left: 10px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}

.div-text[b-m0d7d8a9zs]{
    font-size: 22px;
    font-weight: bolder;
    text-align:center;
}

.div-col-text[b-m0d7d8a9zs] {
    font-size: 14px;
    color: #97999a;
    text-align: center;
}
