/* /Pages/Account/Login.razor.rz.scp.css */
.wrap[b-9etfwc9d0p] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 768px) {
    .wrap[b-9etfwc9d0p] {
        background-color: #5bc0de;
        background: url('../images/bg2.jpg') fixed no-repeat;
        background-size: 100% 100%;
    }

    .container[b-9etfwc9d0p] {
        background: url(../images/RunFeng/RunFengLogin.png) no-repeat;
        background-size: contain;
        width: 704px;
        height: 404px;
        margin: 0 auto;
        margin-top: calc(100vh / 2 - 190px);
    }
}

.form-signin-heading[b-9etfwc9d0p] {
    margin: 0;
    padding: 20px 15px;
    text-align: center;
    background-color: #41cac0;
    border-radius: 5px 5px 0 0;
    color: #fff;
}

.login-wrap[b-9etfwc9d0p] {
    display: flex;
    flex-direction: column;
    margin: 1rem;
}

    .login-wrap .card[b-9etfwc9d0p], .login-wrap .card:hover[b-9etfwc9d0p], .modal .card[b-9etfwc9d0p], .modal .card:hover[b-9etfwc9d0p] {
        border: 1px solid #84bbe2;
    }

.login-sms[b-9etfwc9d0p],
.is-mobile .login-up[b-9etfwc9d0p] {
    display: none;
}

.is-mobile .login-sms[b-9etfwc9d0p] {
    display: block;
}

[b-9etfwc9d0p] .btn-login {
    background: #f67a6e;
    border-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 4px #e56b60;
    line-height: 1;
}

    [b-9etfwc9d0p] .btn-login:focus {
        box-shadow: 0 4px #e56b60;
    }

[b-9etfwc9d0p] .input-group-text {
    background-color: #6bc3f4;
    border-color: #1ca0e9;
}

[b-9etfwc9d0p] .form-check-label {
    color: #212529;
}

[b-9etfwc9d0p] .form-control {
    border-color: #1ca0e9 !important;
}

[b-9etfwc9d0p] .divider-wrap {
    background-color: #7c86bb;
}

[b-9etfwc9d0p] .divider-text {
    background-color: #a7daf9;
}

.login-list[b-9etfwc9d0p] {
    display: flex;
    justify-content: space-between;
}

    .login-list[b-9etfwc9d0p]  img {
        width: 32px;
        height: 32px;
    }

[b-9etfwc9d0p] .btn-sms {
    width: 140px;
}

@media (max-width: 767px) {
    .form-signin[b-9etfwc9d0p] {
        margin: 0 auto;
        background: #fff;
        border-radius: 5px;
        max-width: 320px;
        border: solid 1px #ddd;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
    }
}

@media (min-width: 768px) {
    .form-signin-heading[b-9etfwc9d0p] {
        padding: 28px 0;
        background-color: transparent;
    }

    .login-wrap[b-9etfwc9d0p] {
        width: 300px;
        height: 274px;
        position: relative;
        left: 346px;
        justify-content: center;
    }

    .slidercaptcha[b-9etfwc9d0p] {
        width: 300px;
    }

        .slidercaptcha[b-9etfwc9d0p], .slidercaptcha.oauth[b-9etfwc9d0p] {
            height: 280px;
        }

            .slidercaptcha.card .card-body[b-9etfwc9d0p] {
                padding: 15px 15px 0 15px;
            }

    .login-footer[b-9etfwc9d0p] {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

        .login-footer .login-footer-body li a[b-9etfwc9d0p] {
            color: #e0e0e0;
        }
}

@media (min-width: 768px) {
    .gitee.wrap[b-9etfwc9d0p] {
        background-color: #f1f2f7;
        background-image: none;
    }

    .gitee .container[b-9etfwc9d0p] {
        width: 704px;
        height: 404px;
        margin: 0 auto;
        margin-top: calc(100vh / 2 - 190px);
    }
}
/* /Pages/Common/PurchaseOrderCheckPrint.razor.rz.scp.css */
.A4-Frame[b-r2ao52ip0w] {
    width: 200mm; /* A4 纸的宽度 相对于标准减了10*/
    height: 287mm; /* A4 纸的高度 相对于标准减了10*/
    /*border: 1px solid black;  框的边框样式 */
    margin: auto; /* 居中显示框，并设置外边距 */
    box-sizing: border-box; /* 让边框在框的内部，不影响框的尺寸 */
}

.title[b-r2ao52ip0w] {
    display: flex;
    justify-content: space-between; /* 左右对齐 */
    align-items: center;
    margin-left: 1px;
}

    .title h3[b-r2ao52ip0w] {
        flex: 1; /* 让 h2 元素占据剩余空间 */
        text-align: center; /* 居中对齐 */
    }

.company[b-r2ao52ip0w] {
    display: flex; /* 使用 Flexbox 布局 */
    justify-content: space-between; /* 水平方向上均匀分布子元素 */
}

    .company h5[b-r2ao52ip0w] {
        font-size: 15px;
    }

.company-left[b-r2ao52ip0w] {
    margin-left: 1px;
}

.company-right[b-r2ao52ip0w] {
    margin-right: 1px;
    margin-top: -2mm;
    text-align: left;
}

    .company-right p[b-r2ao52ip0w] {
        margin: 0; /* 设置上下外边距为 5 像素，左右外边距为 0 */
    }

.company-name[b-r2ao52ip0w] {
    border-bottom: 1px solid black; /* 添加底部边框 */
    padding-bottom: 1px; /* 可选：增加一些底部内边距，使得文字与边框之间有一定距离 */
}

/* 设置表格边框样式 */
.table[b-r2ao52ip0w] {
    text-align: center;
    border-collapse: collapse;
}

    /* 设置表格头部样式 */
    .table th[b-r2ao52ip0w] {
        border-bottom: 2px solid black; /* 头部下面是二条下划线 */
    }

    /* 设置表格单元格样式 */
    .table td[b-r2ao52ip0w] {
        border-bottom: 1px solid black; /* 每个单元格底部的下划线 */
        padding: 8px;
    }
/* /Pages/Common/PurchaseOrderCheckPrintTrade2.razor.rz.scp.css */
.A4-Frame[b-8tmh3vagbc] {
    width: 200mm; /* A4 纸的宽度 相对于标准减了10*/
    height: 287mm; /* A4 纸的高度 相对于标准减了10*/
    /*border: 1px solid black;  框的边框样式 */
    margin: auto; /* 居中显示框，并设置外边距 */
    box-sizing: border-box; /* 让边框在框的内部，不影响框的尺寸 */
}

.title[b-8tmh3vagbc] {
    display: flex;
    justify-content: space-between; /* 左右对齐 */
    align-items: center;
    margin-left: 1px;
}

    .title h3[b-8tmh3vagbc] {
        flex: 1; /* 让 h2 元素占据剩余空间 */
        text-align: center; /* 居中对齐 */
    }

.company[b-8tmh3vagbc] {
    display: flex; /* 使用 Flexbox 布局 */
    justify-content: space-between; /* 水平方向上均匀分布子元素 */
}

    .company h5[b-8tmh3vagbc] {
        font-size: 15px;
    }

.company-left[b-8tmh3vagbc] {
    margin-left: 1px;
}

.company-right[b-8tmh3vagbc] {
    margin-right: 1px;
    margin-top: -2mm;
    text-align: left;
}

    .company-right p[b-8tmh3vagbc] {
        margin: 0; /* 设置上下外边距为 5 像素，左右外边距为 0 */
    }

.company-name[b-8tmh3vagbc] {
    border-bottom: 1px solid black; /* 添加底部边框 */
    padding-bottom: 1px; /* 可选：增加一些底部内边距，使得文字与边框之间有一定距离 */
}

/* 设置表格边框样式 */
.table[b-8tmh3vagbc] {
    text-align: center;
    border-collapse: collapse;
}

    /* 设置表格头部样式 */
    .table th[b-8tmh3vagbc] {
        border-bottom: 2px solid black; /* 头部下面是二条下划线 */
    }

    /* 设置表格单元格样式 */
    .table td[b-8tmh3vagbc] {
        border-bottom: 1px solid black; /* 每个单元格底部的下划线 */
        padding: 8px;
    }
/* /Pages/Common/SalesOrderCheckPrint.razor.rz.scp.css */
.A4-Frame[b-8om6uaf04x] {
    width: 200mm; /* A4 纸的宽度 相对于标准减了10*/
    height: 287mm; /* A4 纸的高度 相对于标准减了10*/
    /*border: 1px solid black;  框的边框样式 */
    margin: auto; /* 居中显示框，并设置外边距 */
    box-sizing: border-box; /* 让边框在框的内部，不影响框的尺寸 */
}

.title[b-8om6uaf04x] {
    display: flex;
    justify-content: space-between; /* 左右对齐 */
    align-items: center;
    margin-left: 1px;
}

    .title h3[b-8om6uaf04x] {
        flex: 1; /* 让 h2 元素占据剩余空间 */
        text-align: center; /* 居中对齐 */
    }

.company[b-8om6uaf04x] {
    display: flex; /* 使用 Flexbox 布局 */
    justify-content: space-between; /* 水平方向上均匀分布子元素 */
}

    .company h5[b-8om6uaf04x] {
        font-size: 15px;
    }

.company-left[b-8om6uaf04x] {
    margin-left: 1px;
}

.company-right[b-8om6uaf04x] {
    margin-right: 1px;
    margin-top: -2mm;
    text-align: left;
}

    .company-right p[b-8om6uaf04x] {
        margin: 0; /* 设置上下外边距为 5 像素，左右外边距为 0 */
    }

.company-name[b-8om6uaf04x] {
    border-bottom: 1px solid black; /* 添加底部边框 */
    padding-bottom: 1px; /* 可选：增加一些底部内边距，使得文字与边框之间有一定距离 */
}

/* 设置表格边框样式 */
.table[b-8om6uaf04x] {
    text-align: center;
    border-collapse: collapse;
}

    /* 设置表格头部样式 */
    .table th[b-8om6uaf04x] {
        border-bottom: 2px solid black; /* 头部下面是二条下划线 */
    }

    /* 设置表格单元格样式 */
    .table td[b-8om6uaf04x] {
        border-bottom: 1px solid black; /* 每个单元格底部的下划线 */
        padding: 8px;
    }

.td-wrap[b-8om6uaf04x] {
    word-wrap: break-word; /* 自动换行 */
    word-break: break-all; /* 强制在单词中间断开 */
    white-space: normal; /* 允许内容换行 */
}
/* /Pages/Common/SalesOrderCheckPrintTrade2.razor.rz.scp.css */
.A4-Frame[b-d0c4cqif4r] {
    width: 200mm; /* A4 纸的宽度 相对于标准减了10*/
    height: 287mm; /* A4 纸的高度 相对于标准减了10*/
    /*border: 1px solid black;  框的边框样式 */
    margin: auto; /* 居中显示框，并设置外边距 */
    box-sizing: border-box; /* 让边框在框的内部，不影响框的尺寸 */
}

.title[b-d0c4cqif4r] {
    display: flex;
    justify-content: space-between; /* 左右对齐 */
    align-items: center;
    margin-left: 1px;
}

    .title h3[b-d0c4cqif4r] {
        flex: 1; /* 让 h2 元素占据剩余空间 */
        text-align: center; /* 居中对齐 */
    }

.company[b-d0c4cqif4r] {
    display: flex; /* 使用 Flexbox 布局 */
    justify-content: space-between; /* 水平方向上均匀分布子元素 */
}

    .company h5[b-d0c4cqif4r] {
        font-size: 15px;
    }

.company-left[b-d0c4cqif4r] {
    margin-left: 1px;
}

.company-right[b-d0c4cqif4r] {
    margin-right: 1px;
    margin-top: -2mm;
    text-align: left;
}

    .company-right p[b-d0c4cqif4r] {
        margin: 0; /* 设置上下外边距为 5 像素，左右外边距为 0 */
    }

.company-name[b-d0c4cqif4r] {
    border-bottom: 1px solid black; /* 添加底部边框 */
    padding-bottom: 1px; /* 可选：增加一些底部内边距，使得文字与边框之间有一定距离 */
}

/* 设置表格边框样式 */
.table[b-d0c4cqif4r] {
    text-align: center;
    border-collapse: collapse;
}

    /* 设置表格头部样式 */
    .table th[b-d0c4cqif4r] {
        border-bottom: 2px solid black; /* 头部下面是二条下划线 */
    }

    /* 设置表格单元格样式 */
    .table td[b-d0c4cqif4r] {
        border-bottom: 1px solid black; /* 每个单元格底部的下划线 */
        padding: 8px;
    }

.td-wrap[b-d0c4cqif4r] {
    word-wrap: break-word; /* 自动换行 */
    word-break: break-all; /* 强制在单词中间断开 */
    white-space: normal; /* 允许内容换行 */
}
/* /Pages/Common/SalesOrderContractPrint.razor.rz.scp.css */
.A5-Frame[b-q5k42tjg37] {
    width: 200mm; /* A5 纸的宽度 相对于标准减了10*/
    height: 125mm; /* A5 纸的高度 相对于标准减了10*/
    /*border: 1px solid black;  框的边框样式 */
    margin: auto; /* 居中显示框，并设置外边距 */
    box-sizing: border-box; /* 让边框在框的内部，不影响框的尺寸 */
}

.title[b-q5k42tjg37] {
    display: flex;
    justify-content: space-between; /* 左右对齐 */
    align-items: center;
    margin-left: 1px;
}

    .title h3[b-q5k42tjg37] {
        flex: 1; /* 让 h2 元素占据剩余空间 */
        text-align: center; /* 居中对齐 */
    }

    .title p[b-q5k42tjg37] {
        margin-right: 5mm;
        text-align: left;
        font-size: 20px;
        align-self: flex-end; /* 底部对齐 */
    }

.company[b-q5k42tjg37] {
    display: flex; /* 使用 Flexbox 布局 */
    justify-content: space-between; /* 水平方向上均匀分布子元素 */
}

    .company h5[b-q5k42tjg37] {
        font-size: 15px;
    }

.company-left[b-q5k42tjg37] {
    margin-left: 1px;
}

.company-right[b-q5k42tjg37] {
    margin-right: 5mm;
    margin-top: -4mm;
    text-align: left;
}

    .company-right p[b-q5k42tjg37] {
        margin: 0; /* 设置上下外边距为 5 像素，左右外边距为 0 */
    }

.company-name[b-q5k42tjg37] {
    border-bottom: 1px solid black; /* 添加底部边框 */
    padding-bottom: 1px; /* 可选：增加一些底部内边距，使得文字与边框之间有一定距离 */
}

.table-print-left[b-q5k42tjg37] {
    width: 141mm;
    table-layout: fixed;
    margin-left: 1px;
}

    .table-print-left th[b-q5k42tjg37], .table-print-left td[b-q5k42tjg37] {
        border: 1px solid black;
        text-align: center;
        vertical-align: middle;
    }

.table-print-right[b-q5k42tjg37] {
    width: 54mm;
    table-layout: fixed;
}

    .table-print-right th[b-q5k42tjg37], .table-print-right td[b-q5k42tjg37] {
        border: 1px solid black;
        text-align: center;
        vertical-align: middle;
    }

.note[b-q5k42tjg37] {
    display: flex;
    align-items: center; /* 在竖直方向上居中 */
    justify-content: center; /* 在水平方向上居中 */
    writing-mode: vertical-rl;
}

/* 贸易合同 A4 样式 */
.A4-Trade-Frame[b-q5k42tjg37] {
    width: 210mm;
    min-height: 297mm;
    margin: auto;
    box-sizing: border-box;
    padding: 10mm 12mm 10mm 12mm;
    font-family: 黑体, SimHei, sans-serif;
    font-size: 12px;
}

.trade-title[b-q5k42tjg37] {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 6px;
}

.trade-party-row[b-q5k42tjg37] {
    display: flex;
    justify-content: space-between;
    margin: 2px 0;
    font-size: 12px;
}

.trade-party-left[b-q5k42tjg37] {
    flex: 1;
}

.trade-party-right[b-q5k42tjg37] {
    flex: 1;
    text-align: left;
    padding-left: 10mm;
}

.trade-info-row[b-q5k42tjg37] {
    display: flex;
    justify-content: space-between;
    margin: 2px 0;
    font-size: 12px;
}

.trade-preamble[b-q5k42tjg37] {
    margin: 6px 0 4px 0;
    font-size: 12px;
    text-align: justify;
    text-indent: 2em;
}

.trade-section-title[b-q5k42tjg37] {
    margin: 4px 0 2px 0;
    font-size: 12px;
    font-weight: bold;
}

.trade-table[b-q5k42tjg37] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 12px;
}

    .trade-table th[b-q5k42tjg37], .trade-table td[b-q5k42tjg37] {
        border: 1px solid black;
        text-align: center;
        vertical-align: middle;
        padding: 2px 1px;
        word-wrap: break-word;
        white-space: normal;
    }

.trade-clause[b-q5k42tjg37] {
    margin: 3px 0;
    font-size: 12px;
    text-align: justify;
}

.trade-sign-row[b-q5k42tjg37] {
    display: flex;
    justify-content: space-between;
    margin: 4px 0;
    font-size: 12px;
}

.trade-sign-col[b-q5k42tjg37] {
    flex: 1;
}

.trade-sign-col-right[b-q5k42tjg37] {
    flex: 1;
    padding-left: 10mm;
}

.trade-underline[b-q5k42tjg37] {
    border-bottom: 1px solid black;
    display: inline-block;
    min-width: 40px;
}

/* 签字区：左右并排的带边框方格 */
.trade-sign-box-row[b-q5k42tjg37] {
    display: flex;
    gap: 0;
    width: 100%;
}

.trade-sign-box[b-q5k42tjg37] {
    flex: 1;
    border: 1px solid black;
    padding: 4px 6px;
    box-sizing: border-box;
    font-size: 12px;
}

    .trade-sign-box + .trade-sign-box[b-q5k42tjg37] {
        border-left: none; /* 两格共用中间边线，避免双线 */
    }

.trade-sign-box-title[b-q5k42tjg37] {
    font-weight: bold;
    text-align: center;
    margin-bottom: 4px;
    font-size: 13px;
}

.trade-sign-box-item[b-q5k42tjg37] {
    margin: 3px 0;
    word-break: break-all;
    white-space: normal;
    line-height: 1.5;
}
/* /Pages/Common/SalesOrderPrint.razor.rz.scp.css */
.A5-Frame[b-ohjia8t6su] {
    width: 200mm; /* A5 纸的宽度 相对于标准减了10*/
    height: 125mm; /* A5 纸的高度 相对于标准减了10*/
    /*border: 1px solid black;  框的边框样式 */
    margin: auto; /* 居中显示框，并设置外边距 */
    box-sizing: border-box; /* 让边框在框的内部，不影响框的尺寸 */
}

.title[b-ohjia8t6su] {
    display: flex;
    justify-content: space-between; /* 左右对齐 */
    align-items: center;
    margin-left: 1px;
}

    .title h3[b-ohjia8t6su] {
        flex: 1; /* 让 h2 元素占据剩余空间 */
        text-align: center; /* 居中对齐 */
    }

    .title p[b-ohjia8t6su] {
        margin-right: 5mm;
        text-align: left;
        font-size: 20px;
        align-self: flex-end; /* 底部对齐 */
    }

.company[b-ohjia8t6su] {
    display: flex; /* 使用 Flexbox 布局 */
    justify-content: space-between; /* 水平方向上均匀分布子元素 */
}

    .company h5[b-ohjia8t6su] {
        font-size: 15px;
    }

.company-left[b-ohjia8t6su] {
    margin-left: 1px;
}

.company-right[b-ohjia8t6su] {
    margin-right: 5mm;
    margin-top: -4mm;
    text-align: left;
}

    .company-right p[b-ohjia8t6su] {
        margin: 0; /* 设置上下外边距为 5 像素，左右外边距为 0 */
    }

.company-name[b-ohjia8t6su] {
    border-bottom: 1px solid black; /* 添加底部边框 */
    padding-bottom: 1px; /* 可选：增加一些底部内边距，使得文字与边框之间有一定距离 */
}

.table-print-left[b-ohjia8t6su] {
    width: 141mm;
    table-layout: fixed;
    margin-left: 1px;
}

    .table-print-left th[b-ohjia8t6su], .table-print-left td[b-ohjia8t6su] {
        border: 1px solid black;
        text-align: center;
        vertical-align: middle;
    }

.table-print-right[b-ohjia8t6su] {
    width: 54mm;
    table-layout: fixed;
}

    .table-print-right th[b-ohjia8t6su], .table-print-right td[b-ohjia8t6su] {
        border: 1px solid black;
        text-align: center;
        vertical-align: middle;
    }

.note[b-ohjia8t6su] {
    display: flex;
    align-items: center; /* 在竖直方向上居中 */
    justify-content: center; /* 在水平方向上居中 */
    writing-mode: vertical-rl;
}
/* /Pages/Common/SalesOrderQuotePrint.razor.rz.scp.css */
.A4-Frame[b-yv6s33q65i] {
    width: 200mm; /* A4 纸的宽度 相对于标准减了10*/
    height: 270mm; /* A4 纸的高度 相对于标准减了10*/
    /*border: 1px solid black;  框的边框样式 */
    margin: auto; /* 居中显示框，并设置外边距 */
    box-sizing: border-box; /* 让边框在框的内部，不影响框的尺寸 */
    align-items: center;
}

.title[b-yv6s33q65i] {
    display: flex;
    justify-content: space-between; /* 左右对齐 */
    align-items: center;
    margin-left: 1px;
}

    .title h3[b-yv6s33q65i] {
        flex: 1; /* 让 h2 元素占据剩余空间 */
        text-align: center; /* 居中对齐 */
    }

.company[b-yv6s33q65i] {
    display: flex; /* 使用 Flexbox 布局 */
    justify-content: space-between; /* 水平方向上均匀分布子元素 */
}

    .company h5[b-yv6s33q65i] {
        font-size: 17px;
    }

.company-left[b-yv6s33q65i] {
    margin-left: 1px;
}

.company-right[b-yv6s33q65i] {
    margin-right: 1px;
    text-align: left;
}

/* 设置表格边框样式 */
.table[b-yv6s33q65i] {
    text-align: center;
    border-collapse: collapse;
}

    /* 设置表格头部样式 */
    .table th[b-yv6s33q65i] {
        border-bottom: 2px solid black; /* 头部下面是二条下划线 */
    }

    /* 设置表格单元格样式 */
    .table td[b-yv6s33q65i] {
        border-bottom: 1px solid black; /* 每个单元格底部的下划线 */
        padding: 8px;
    }

.tables-container[b-yv6s33q65i] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}

table[b-yv6s33q65i] {
    border-collapse: collapse;
    width: 100%;
}

th[b-yv6s33q65i], td[b-yv6s33q65i] {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center; /* 使文字在单元格内水平居中 */
}

th[b-yv6s33q65i] {
    background-color: #f4f4f4;
}

.row-header[b-yv6s33q65i] {
    font-weight: bold;
}

img[b-yv6s33q65i] {
    max-width: 30px; /* 控制最大宽度 */
    max-height: 30px; /* 控制最大高度 */
    height: auto; /* 保持图片比例 */
    width: auto; /* 保持图片比例 */
}
/* /Pages/Items/CalendarCrewCell.razor.rz.scp.css */
.calendar-day[b-uehcmemw8z] {
    --bb-calendar-cell-height: 101px;
    height: var(--bb-calendar-cell-height); /* 应用变量 */
}
/* /Pages/Items/CalendarCrewDialogBody.razor.rz.scp.css */
.actions[b-hs3ah8qurw] {
    border: 1px solid var(--bs-purple);
    border-radius: var(--bs-border-radius);
    padding: 1px 1rem;
}

    .actions > span[b-hs3ah8qurw] {
        cursor: pointer;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: background-color .3s linear;
    }

        .actions > span:hover[b-hs3ah8qurw] {
            background-color: var(--bs-purple);
            color: #fff;
        }

        .actions > span:not(:last-child)[b-hs3ah8qurw] {
            margin-right: .5rem;
        }

.crew:not(:last-child)[b-hs3ah8qurw] {
    margin-bottom: .5rem;
}

.crew > input[b-hs3ah8qurw] {
    max-width: 2rem;
    margin-right: 1rem;
    border: none;
}
/* /Pages/Market/BindWeiXinCustomer.razor.rz.scp.css */
/* 容器背景 - 类似微信的淡灰色 */
.binding-container[b-rmlntv7iha] {
    background-color: #f7f7f7;
    min-height: 100vh;
    padding: 20px 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* 卡片式布局 */
.binding-card[b-rmlntv7iha] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
}

/* 头部样式 */
.binding-header[b-rmlntv7iha] {
    background-color: #fbfbfb;
    padding: 30px 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

    .binding-header i[b-rmlntv7iha] {
        font-size: 3rem;
        color: #07C160;
    }

    .binding-header h3[b-rmlntv7iha] {
        margin-top: 10px;
        font-weight: 600;
        color: #333;
    }

    .binding-header p[b-rmlntv7iha] {
        font-size: 0.9rem;
        color: #888;
        margin-bottom: 0;
    }

/* 表单样式 */
.binding-form[b-rmlntv7iha] {
    padding: 20px;
}

.form-group[b-rmlntv7iha] {
    margin-bottom: 20px;
}

    .form-group label[b-rmlntv7iha] {
        display: block;
        margin-bottom: 8px;
        font-weight: bold;
        color: #444;
        font-size: 0.95rem;
    }

        .form-group label i[b-rmlntv7iha] {
            margin-right: 5px;
            color: #07C160;
        }

    .form-group input[b-rmlntv7iha] {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 1rem;
        transition: border-color 0.3s;
        box-sizing: border-box;
    }

        .form-group input:focus[b-rmlntv7iha] {
            outline: none;
            border-color: #07C160;
            background-color: #fafafa;
        }

/* 手机号与验证码按钮组合 */
.input-with-button[b-rmlntv7iha] {
    display: flex;
    gap: 10px;
}

    .input-with-button input[b-rmlntv7iha] {
        flex: 1;
    }

.btn-send-code[b-rmlntv7iha] {
    white-space: nowrap;
    padding: 0 15px;
    background-color: #07C160;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    cursor: pointer;
}

    .btn-send-code:disabled[b-rmlntv7iha] {
        background-color: #ccc;
        cursor: not-allowed;
    }

/* 提交区域 */
.action-area[b-rmlntv7iha] {
    margin-top: 30px;
    text-align: center;
}

.btn-submit[b-rmlntv7iha] {
    width: 100%;
    padding: 14px;
    background-color: #07C160;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(7, 193, 96, 0.3);
}

    .btn-submit:active[b-rmlntv7iha] {
        transform: translateY(2px);
        box-shadow: none;
    }

.openid-hint[b-rmlntv7iha] {
    margin-top: 15px;
    font-size: 0.75rem;
    color: #bbb;
/* /Pages/Order/PagePurchaseOrder.razor.rz.scp.css */
.tabletd[b-yc84ib2npx] {
    width: calc(100% / 9);
    text-align: center;
}
/* /Pages/Order/PagePurchaseOrderEdit.razor.rz.scp.css */
.table[b-lkj3ipwabg] {
    width: 100%;
    table-layout: fixed;
}

    .table th[b-lkj3ipwabg], .table td[b-lkj3ipwabg] {
        width: calc(100% / 11);
        text-align: center;
    }
/* /Pages/Order/PagePurchaseOrderEditTrade2.razor.rz.scp.css */
.table[b-f2d5uitip2] {
    width: 100%;
    table-layout: fixed;
}

    .table th[b-f2d5uitip2], .table td[b-f2d5uitip2] {
        width: calc(100% / 11);
        text-align: center;
    }
/* /Pages/Order/PagePurchaseOrderForBatchInvoice.razor.rz.scp.css */
.tables-container[b-gglxctfcs2] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}

table[b-gglxctfcs2] {
    border-collapse: collapse;
    width: 100%;
}

th[b-gglxctfcs2], td[b-gglxctfcs2] {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center; /* 使文字在单元格内水平居中 */
}

th[b-gglxctfcs2] {
    background-color: #f4f4f4;
}

.row-header[b-gglxctfcs2] {
    font-weight: bold;
}
/* /Pages/Order/PagePurchaseOrderForBatchPayment.razor.rz.scp.css */
.tables-container[b-ab5jy9hfzm] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}

table[b-ab5jy9hfzm] {
    border-collapse: collapse;
    width: 100%;
}

th[b-ab5jy9hfzm], td[b-ab5jy9hfzm] {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center; /* 使文字在单元格内水平居中 */
}

th[b-ab5jy9hfzm] {
    background-color: #f4f4f4;
}

.row-header[b-ab5jy9hfzm] {
    font-weight: bold;
}
/* /Pages/Order/PagePurchaseOrderOutSourceing.razor.rz.scp.css */
.tabletd[b-oihimd5ikn] {
    width: calc(100% / 9);
    text-align: center;
}
/* /Pages/Order/PagePurchaseOrderSalary.razor.rz.scp.css */
.tabletd[b-7y8k5murot] {
    width: calc(100% / 9);
    text-align: center;
}
/* /Pages/Order/PagePurchaseOrderSheet.razor.rz.scp.css */
.tabletd[b-6xssjgk3ny] {
    width: calc(100% / 9);
    text-align: center;
}
/* /Pages/Order/PagePurchaseOrderTool.razor.rz.scp.css */
.tabletd[b-os0mwzzt5d] {
    width: calc(100% / 9);
    text-align: center;
}
/* /Pages/Order/PagePurchaseOrderTrade.razor.rz.scp.css */
.tabletd[b-5o0rnijzci] {
    width: calc(100% / 9);
    text-align: center;
}
/* /Pages/Order/PagePurchaseOrderTrade2.razor.rz.scp.css */
.tabletd[b-pv9uz7o6ho] {
    width: calc(100% / 9);
    text-align: center;
}
/* /Pages/Order/PagePurchaseOrderTrade3.razor.rz.scp.css */
.tabletd[b-ci7haavk6p] {
    width: calc(100% / 9);
    text-align: center;
}
/* /Pages/Order/PagePurchaseOrderTrade4.razor.rz.scp.css */
.tabletd[b-7i68fxbjbv] {
    width: calc(100% / 9);
    text-align: center;
}
/* /Pages/Order/PageQuoteOrder.razor.rz.scp.css */
.table[b-wwvbavj17s] {
    width: 100%;
    table-layout: fixed;
}

    .table th[b-wwvbavj17s], .table td[b-wwvbavj17s] {
        width: calc(100% / 10);
        text-align: center;
    }
/* /Pages/Order/PageSalesOrder.razor.rz.scp.css */
.table[b-cmgl2cdqga] {
    width: 100%;
    table-layout: fixed;
}

    .table th[b-cmgl2cdqga], .table td[b-cmgl2cdqga] {
        width: calc(100% / 10);
        text-align: center;
    }
/* /Pages/Order/PageSalesOrderEdit.razor.rz.scp.css */
.table[b-vnrggh2lpw] {
    width: 100%;
    table-layout: fixed;
}

    .table th[b-vnrggh2lpw], .table td[b-vnrggh2lpw] {
        width: calc(100% / 10);
        text-align: center;
    }
/* /Pages/Order/PageSalesOrderEditTrade2.razor.rz.scp.css */
.table[b-tkdbi0dfih] {
    width: 100%;
    table-layout: fixed;
}

    .table th[b-tkdbi0dfih], .table td[b-tkdbi0dfih] {
        width: calc(100% / 11);
        text-align: center;
    }
/* /Pages/Order/PageSalesOrderForBatchInvoice.razor.rz.scp.css */
.tables-container[b-l6w6xb7fl2] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}

table[b-l6w6xb7fl2] {
    border-collapse: collapse;
    width: 100%;
}

th[b-l6w6xb7fl2], td[b-l6w6xb7fl2] {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center; /* 使文字在单元格内水平居中 */
}

th[b-l6w6xb7fl2] {
    background-color: #f4f4f4;
}

.row-header[b-l6w6xb7fl2] {
    font-weight: bold;
}
/* /Pages/Order/PageSalesOrderForBatchPayment.razor.rz.scp.css */
.tables-container[b-qtqhhy8ilq] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}

table[b-qtqhhy8ilq] {
    border-collapse: collapse;
    width: 100%;
}

th[b-qtqhhy8ilq], td[b-qtqhhy8ilq] {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center; /* 使文字在单元格内水平居中 */
}

th[b-qtqhhy8ilq] {
    background-color: #f4f4f4;
}

.row-header[b-qtqhhy8ilq] {
    font-weight: bold;
}
/* /Pages/Order/PageSalesOrderPart.razor.rz.scp.css */
.table-container[b-kf26tb56tu] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    gap: 10px; /* 表格之间的间距 */
    padding: 20px; /* 内边距，可选 */
    border: 1px solid #b2ebf2; /* 边框颜色，可选 */
}

table[b-kf26tb56tu] {
    border-collapse: collapse;
    margin: 0; /* 移除默认的外边距 */
    padding: 0; /* 移除默认的内边距 */
    border: 1px solid #ddd; /* 添加边框 */
    width: 250px; /* 设置表格宽度 */
}

.table-image[b-kf26tb56tu] {
}

.table-info1[b-kf26tb56tu] {
    background-color: #f0f8ff; /* 淡蓝色 */
}

.table-info2[b-kf26tb56tu] {
    background-color: #e6f2ff; /* 稍深的淡蓝色 */
}

.table-info3[b-kf26tb56tu] {
    background-color: #e6f2ff; /* 稍深的淡蓝色 */
    /*background-color: #cce5ff; 更深的淡蓝色 */
}

.table-info4[b-kf26tb56tu] {
    background-color: #f0f8ff; /* 淡蓝色 */
    /*background-color: #b3d9ff;  另一种淡蓝色 */
}

.table-info5[b-kf26tb56tu] {
    background-color: #99c2ff; /* 另一种深一点的淡蓝色 */
}

td[b-kf26tb56tu] {
    text-align: center !important; /* 居中对齐 */
    padding: 8px !important; /* 内边距 */
    border-bottom: 1px solid #ddd !important; /* 底部边框 */
}

th[b-kf26tb56tu] {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    background-color: #f4f4f4; /* 设置表头背景色 */
}

img[b-kf26tb56tu] {
    max-width: 120px; /* 控制最大宽度 */
    max-height: 120px; /* 控制最大高度 */
    height: auto; /* 保持图片比例 */
    width: auto; /* 保持图片比例 */
}
/* /Pages/Order/PageSalesOrderQuote.razor.rz.scp.css */
.tables-container[b-ezc2h5o1zj] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}

table[b-ezc2h5o1zj] {
    border-collapse: collapse;
    width: 100%;
}

th[b-ezc2h5o1zj], td[b-ezc2h5o1zj] {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center; /* 使文字在单元格内水平居中 */
}

th[b-ezc2h5o1zj] {
    background-color: #f4f4f4;
}

.row-header[b-ezc2h5o1zj] {
    font-weight: bold;
}

img[b-ezc2h5o1zj] {
    max-width: 30px; /* 控制最大宽度 */
    max-height: 30px; /* 控制最大高度 */
    height: auto; /* 保持图片比例 */
    width: auto; /* 保持图片比例 */
}
/* /Pages/Order/PageSalesOrderTrade.razor.rz.scp.css */
.table[b-qehtk9nqyt] {
    width: 100%;
    table-layout: fixed;
}

    .table th[b-qehtk9nqyt], .table td[b-qehtk9nqyt] {
        width: calc(100% / 10);
        text-align: center;
    }
/* /Pages/Order/PageSalesOrderTrade2.razor.rz.scp.css */
.table[b-t4xlvfi4vf] {
    width: 100%;
    table-layout: fixed;
}

    .table th[b-t4xlvfi4vf], .table td[b-t4xlvfi4vf] {
        width: calc(100% / 10);
        text-align: center;
    }
/* /Pages/Order/PageSalesOrderTrade3.razor.rz.scp.css */
.table[b-pav2sro7pu] {
    width: 100%;
    table-layout: fixed;
}

    .table th[b-pav2sro7pu], .table td[b-pav2sro7pu] {
        width: calc(100% / 10);
        text-align: center;
    }
/* /Pages/Order/PageSalesOrderTrade4.razor.rz.scp.css */
.table[b-c35la9342y] {
    width: 100%;
    table-layout: fixed;
}

    .table th[b-c35la9342y], .table td[b-c35la9342y] {
        width: calc(100% / 10);
        text-align: center;
    }
/* /Pages/Order/PageXinDaPurchaseOrder.razor.rz.scp.css */
.tabletd[b-04kaq69bdy] {
    width: calc(100% / 9);
    text-align: center;
}
/* /Pages/Order/PageXinDaSalesOrder.razor.rz.scp.css */
.table[b-bxccqixbrt] {
    width: 100%;
    table-layout: fixed;
}

    .table th[b-bxccqixbrt], .table td[b-bxccqixbrt] {
        width: calc(100% / 10);
        text-align: center;
    }
/* /Pages/Produce/PageWorkFlowEdit.razor.rz.scp.css */
.sortable-chosen[b-sd52es16oo] {
    background-color: var(--bs-primary);
    color: var(--bs-body-bg);
}

.sortable-ghost[b-sd52es16oo] {
    background-color: var(--bs-info);
    color: var(--bs-body-bg);
}

.sortable-swap-highlight[b-sd52es16oo] {
    background-color: var(--bs-success);
    color: var(--bs-body-bg);
}

.sl-list[b-sd52es16oo] {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding: .5rem;
}

.sl-item[b-sd52es16oo] {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding: 1rem;
}

    .sl-item:not(:last-child)[b-sd52es16oo] {
        margin-bottom: 0.5rem;
        user-select: none;
    }

    .sl-item.filter[b-sd52es16oo] {
        background-color: var(--bs-danger);
        color: var(--bs-body-bg);
    }

        .sl-item.filter i[b-sd52es16oo] {
            cursor: not-allowed;
        }

    .sl-item i[b-sd52es16oo] {
        cursor: pointer;
    }

    .sl-item span[b-sd52es16oo] {
        margin-inline-start: 2rem;
    }

    .sl-item.sortable-chosen[b-sd52es16oo] {
        background-color: var(--bs-primary);
        color: var(--bs-body-bg);
    }

    .sl-item.sortable-ghost[b-sd52es16oo] {
        background-color: var(--bs-info);
        color: var(--bs-body-bg);
    }
/* /Pages/Radan/PageSalesOrderNest.razor.rz.scp.css */
.table-container[b-zbcj9oahrg] {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    gap: 10px; /* 表格之间的间距 */
    padding: 20px; /* 内边距，可选 */
    border: 1px solid #b2ebf2; /* 边框颜色，可选 */
}

table[b-zbcj9oahrg] {
    border-collapse: collapse;
    margin: 0; /* 移除默认的外边距 */
    padding: 0; /* 移除默认的内边距 */
    border: 1px solid #ddd; /* 添加边框 */
    width: 250px; /* 设置表格宽度 */
}

.table-image[b-zbcj9oahrg] {
}

.table-info1[b-zbcj9oahrg] {
    background-color: #f0f8ff; /* 淡蓝色 */
}

.table-info2[b-zbcj9oahrg] {
    background-color: #e6f2ff; /* 稍深的淡蓝色 */
}

.table-info3[b-zbcj9oahrg] {
    background-color: #e6f2ff; /* 稍深的淡蓝色 */
    /*background-color: #cce5ff; 更深的淡蓝色 */
}

.table-info4[b-zbcj9oahrg] {
    background-color: #f0f8ff; /* 淡蓝色 */
    /*background-color: #b3d9ff;  另一种淡蓝色 */
}

.table-info5[b-zbcj9oahrg] {
    background-color: #99c2ff; /* 另一种深一点的淡蓝色 */
}

td[b-zbcj9oahrg] {
    text-align: center !important; /* 居中对齐 */
    padding: 8px !important; /* 内边距 */
    border-bottom: 1px solid #ddd !important; /* 底部边框 */
}

th[b-zbcj9oahrg] {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    background-color: #f4f4f4; /* 设置表头背景色 */
}

img[b-zbcj9oahrg] {
    max-width: 1000px; /* 控制最大宽度 */
    max-height: 1000px; /* 控制最大高度 */
    height: auto; /* 保持图片比例 */
    width: auto; /* 保持图片比例 */
}
/* /Shared/MainLayout.razor.rz.scp.css */
.layout-drawer[b-fknwy3qb77] {
    margin-inline-start: .5rem;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.layout-drawer-body[b-fknwy3qb77]  .groupbox {
    margin-top: 1rem;
}

.layout-drawer-body[b-fknwy3qb77]  .btn-info {
    --bs-info: #0078d4;
    --bs-btn-hover-bg: #1260b0;
    margin-bottom: 1rem;
}

.connection-mask[b-fknwy3qb77] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
}

.connection-body[b-fknwy3qb77] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--bs-body-bg);
    padding: 1rem;
    color: var(--bs-body-color);
}

[data-bs-theme='dark'] .connection-body[b-fknwy3qb77] {
    background-color: #222939;
}

.connection-body-tail[b-fknwy3qb77] {
    border-right: 1px solid var(--bs-border-color);
    width: 1px;
    margin-left: 1rem;
}

.connection-link[b-fknwy3qb77] {
    color: #1371C3;
    text-decoration: underline;
    font-weight: bolder;
    margin-left: 0.5rem;
}

.connection-box[b-fknwy3qb77] {
    border-radius: var(--bs-border-radius);
    border: var(--bs-border-width) solid var(--bs-border-color);
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

    .connection-box .connection-mask[b-fknwy3qb77],
    .connection-box .connection-body[b-fknwy3qb77] {
        position: absolute;
    }

.connection-body img[b-fknwy3qb77] {
    height: 110px;
    margin-left: 1rem;
}

#blazor-error-ui[b-fknwy3qb77] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fknwy3qb77] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Shared/NotFoundLayout.razor.rz.scp.css */
.error[b-wklq98xxgn] {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f7f7f7;
}

h3[b-wklq98xxgn] {
    font-size: 1.28rem;
    font-weight: bold;
    margin: 1.125rem 0;
}

.bg[b-wklq98xxgn] {
    background-image: url('../images/bg404.png');
    width: 458px;
    height: 215px;
    text-align: center;
}
