html {
    word-break: break-all;
}

body {
    -webkit-print-color-adjust: exact;
}

a {
    color: #00009c;
    cursor: pointer;
}
/* 具有超链接样式的文字 */
.a-link {
    color: #00009c;
    cursor: pointer;
}

.box-shadow {
    box-shadow: #bfbfbf9e 1px 3px 13px;
    padding: 10px 20px;
}

.el-collapse-item .el-collapse-item__header {
    font-size: 14px;
    font-weight: bold;
    color: rgb(96, 98, 102);
}

.layadmin-pagetabs .layui-tab-title li.layui-this {
    background-color: #8b8b8b !important;
    color: #fff !important;
}

.layui-side-menu .layui-nav .layui-nav-child .layui-nav-child .layui-nav-child a {
    padding-left: 80px;
}

/* 可穿透 */
.layui-input.layui-disabled {
    pointer-events: none;
    cursor: pointer;
}

/*查询分页，查询条件容器*/
#filters-container {
    z-index: 999 !important;
}

/*打印页面必须要使用该ID*/
#print-view-container {
    display: none;
}
#print-main {
    display: none;
    background-color: #fff;
    border: 2px solid #000000;
    margin: 10px;
}
    #print-main .logo {
        padding: 5px 30px;
        line-height: 30px;
        font-size: 18px;
        font-weight: bold;
    }
    #print-main .logo img {
        width: 17%
    }
/* 波次拣选单 Start */
#print-main .print-pickForm-header {
    padding: 3px;
}

#print-main .print-hr {
    border-top: 1px solid #000;
}

    #print-main .print-pickForm-header .header-info {
        display: flex;
        justify-content: space-between;
    }

        #print-main .print-pickForm-header .header-info .info-item {
            display: flex;
            flex-direction: column;
            line-height: 25px;
        }

#print-main .print-pickForm-content {
    padding: 10px;
}
   
    #print-main .print-pickForm-content .item .item-info {
        display: flex;
        justify-content: space-between;
        padding: 0 10px 8px 10px;
    }

    #print-main .print-pickForm-content .item .item-table {
        width: 100%;
    }

        #print-main .print-pickForm-content .item .item-table th, .item-table td {
            border: 1px solid black;
            padding: 6px 2px;
            background-color: #fcfcfc;
        }

/* 波次拣选单 End */

/* BO交接单 Start */
    #print-main .print-boBill{
        padding: 10px;
    }
    #print-main .print-boBill .logo .logo-desc{
        font-size: 28px;
        font-weight: bold;
        padding-left: 20px;
    }
    #print-main .print-boBill .bill-title {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        padding: 12px;
        border: 1px solid #000;
        background-color: #DDD;
        margin-bottom: -1px;
    }
    #print-main .print-boBill .bill-info {
        display: flex;
        margin-bottom: 10px;
    }
        #print-main .print-boBill .bill-info {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            border: 1px solid #000;
            margin-top: -1px;
        }
            #print-main .print-boBill .bill-info .info-item {
                display: flex;
                flex-wrap: wrap;
                box-sizing: border-box;
            }
                #print-main .print-boBill .bill-info .info-item > p {
                    margin: -1px 0 0 -1px;
                    line-height: 40px;
                    min-height: 40px;
                    border: 1px solid #000;
                    border-bottom: 0;
                    padding-left: 5px;
                }
                #print-main .print-boBill .bill-info .info-item > p:last-child {
                    border-right: 0;
                    border-left: 0;
                }
                #print-main .print-boBill .bill-info .info-item .item-title {
                    width: 70px
                }
                #print-main .print-boBill .bill-info .info-item .item-content {
                    flex: 1
                }
    #print-main .print-boBill .bill-table{
        width: 100%;
        margin: 10px 0;
    }
        #print-main .print-boBill .bill-table th, .bill-table td {
            border: 1px solid black;
            padding: 6px;
            background-color: #fcfcfc;
        }
    #print-main .print-boBill .bill-sign{
        padding: 20px 100px;
        display: flex;
        justify-content: space-between;
    }
        #print-main .print-boBill .bill-sign > p {
            width: 30%;
        }

/* BO交接单 End */


@media screen and (max-width: 500mm) {
    #print-main {
        color: #000
    }
}
@media print {
    @page {
        margin: 0 !important;
        padding: 0 !important;
    }
    body, .layui-fluid {
        margin: 0 !important;
        padding: 0 !important;
    }
    .noprint {
        display: none;
    }

    #print-view-container {
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
    }

    #print-main {
        display: block !important;
/*        margin: 5px;*/
        font-size: 14px;
    }

    /* 波次拣选单 Start */
    #print-main .print-pickForm-header span {
        transform: scale(.9);
        transform-origin: 0 0;
    }

    #print-main .print-pickForm-header img {
        transform: scale(.8);
        transform-origin: right top;
    }

    
    #print-main .print-pickForm-header .header-info {
        margin-bottom: -15px;
    }

        #print-main .print-pickForm-header .header-info .info-item {
            line-height: 18px;
        }

    #print-main .print-pickForm-content table p {
        transform: scale(.9);
        transform-origin: 0 0;
    }
    /* 波次拣选单 End */
}

/*省市地区三联动组件*/
#area-container {
    display: flex;
    justify-content: space-between;
    height: 90%
}

    /* 定义滚动条样式 */
    #area-container ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: #009b8d;
    }

    /*定义滚动条轨道 内阴影+圆角*/
    #area-container ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
        border-radius: 10px;
        background-color: rgba(240, 240, 240, .2);
    }

    /*定义滑块 内阴影+圆角*/
    #area-container ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
        background-color: rgba(240, 240, 240, .5);
    }

    #area-container .area-list {
        flex: 1;
        box-shadow: -7px 5px 13px 4px #68686824;
        margin: 0 3%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

        #area-container .area-list .area-item {
            padding: 10px;
            padding-left: 20px;
            font-size: 16px;
            font-weight: 400;
            cursor: pointer;
            display: flex;
            align-items: center;
        }

            #area-container .area-list .area-item:hover {
                background-color: #009b8d;
                color: #fff
            }
            #area-container .area-list .area-item.area-item-checked {
                background-color: #007a6f;
                color: #fff
            }
            #area-container .area-list .area-item .area-checkbox {
                display: inline-block;
                width: 16px;
                height: 16px;
                margin-right: 8px;
          
            }
                #area-container .area-list .area-item .area-checkbox i {
                    display: inline-block;
                    color: #fff;
                    width: 100%;
                    height: 100%;
                    line-height: 16px;
                    border: 1px solid #d2d2d2;
                    font-size: 16px;
                    border-radius: 2px;
                    background-color: #fff;
                    transition: .1s linear;
                    -webkit-transition: .1s linear;
                }

                #area-container .area-list .area-item .area-checkbox input[type=checkbox] {
                    display: none
                }
            #area-container .area-list .area-item .area-checkbox-all i {
                border-color: #5FB878;
                background-color: #5FB878;
            }
            #area-container .area-list .area-item .area-checkbox-part i {
                background-color: #989898;
                border-color: #989898;
            }
                

.layui-btn-container {
    text-align: center;
}

.layui-card .layui-btn-center {
    text-align: center;
}

.layui-card .layui-card-header {
    border-bottom: 1px solid #eee;
}

.layui-card .layui-card-header p, .layui-card-header p > span {
    font-size: 16px;
    font-weight: bold;
}

.layui-card-header .layui-icon {
    position: relative;
    right: auto;
    top: -1px;
    margin-top: 0;
    vertical-align: middle;
}

.layui-form-item {
    margin-bottom: 10px
}

    .layui-form-item .layui-inline {
        width: 20%;
        min-width: 300px;
        margin-right: 0;
    }

    .layui-form-item .layui-form-label {
        width: 100px;
    }

    .layui-form-item .layui-input-block {
        margin-left: 130px
    }

    .layui-form-item .layui-input-block-double .layui-input-inline {
        width: 45%;
        margin-right: 0;
    }

    .layui-form-item .layui-input-block-double .layui-form-mid {
        width: 10%;
        margin-right: 0;
        text-align: center;
    }

.input-checkbox label {
    width: 0 !important
}

    .input-checkbox label ~ div {
        margin-left: 0 !important
    }

.layui-btn .layui-icon {
    font-size: 16px;
}

.layui-btn-sm .layui-icon {
    font-size: 13px !important;
}

.layui-elem-field {
    min-width: 100%
}

    .layui-elem-field legend {
        font-size: 15px;
        font-weight: 400;
    }

.form-group .validationMessage {
    display: block;
    color: #FF5722;
}

.doc-detail .doc-detail-item {
    /*margin-bottom: 10px;*/
    line-height: 35px;
}

    .doc-detail .doc-detail-item .doc-detail-title {
        float: left;
        text-align: right;
        width: 110px;
        vertical-align: middle;
    }

    .doc-detail .doc-detail-item .doc-detail-text {
        overflow: hidden;
        max-width: calc(100% - 120px);
        height: 35px;
        position: relative;
    }
    .doc-detail .doc-detail-item .doc-detail-text-showAll {
        height: auto !important;
    }
        .doc-detail .doc-detail-item .doc-detail-text .text-content {
            float: right;
            width: 100%;
            text-align: left;
            margin-left: -60px;
        }
        
        .doc-detail .doc-detail-item .doc-detail-text .text-placeholder {
            float: right;
            width: 1px;
            height: 35px;
        }
        .doc-detail .doc-detail-item .doc-detail-text .text-more {
            float: right;
            color: #1E9FFF;
            cursor: pointer;
            text-align: right;
            background: #fff;
            background: -webkit-linear-gradient(left, transparent, #fff, #fff);
            width: 60px;
            position: relative;
            left: 100%;
            transform: translate(-100%, -100%);
        } 
        .doc-detail .doc-detail-item .doc-detail-text .text-pull {
            float: right;
            color: #1E9FFF;
            cursor: pointer;
            text-align: right;
            background: #fff;
            background: -webkit-linear-gradient(left, transparent, #fff, #fff);
            width: 60px;
            position: absolute;
            right: 0;
            bottom: 0;
        }

    .doc-detail .doc-detail-item:after {
        content: "";
        display: table;
        clear: both;
    }

/* 通用查询页面 */
.filter{

}
    /* 点击切换查询条件显示隐藏图标 */
    .filter .filter-changeIcon {
        font-size: 20px;
        line-height: 42px;
        cursor: pointer;
        margin-right: 10px;
        transition: transform .3s
    }
    /* 查询主数据 */
    .filter .filter-list {
        transition: all .3s;
        transform: scaleY(1);
        transform-origin: 0 0;
    }
/* xm-select 组件样式修改 */
xm-select {
    width: auto;
}

    xm-select:hover {
        border-color: #D2D2D2;
    }

    xm-select .xm-tips {
        color: #CCCCCC;
    }

/* 文本框中加图标显示 */
.input-icon {
    cursor: pointer;
    position: relative;
}

    .input-icon .layui-disabled {
        cursor: pointer !important;
    }

.layui-icon-search {
    cursor: pointer;
}
.layui-icon-search ~ input{
    color: #000 !important;
}
    .layui-icon-search ~ input:hover {
        color: #000 !important;
    }

.input-icon .layui-icon {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.input-icon .input-icon-left {
    left: 8px;
}

.input-icon .input-icon-right {
    right: 8px;
}

.input-icon .input-icon-left + input {
    padding-left: 28px;
}

.input-icon .input-icon-right + input {
    padding-right: 28px;
}

/* input-component禁用样式 */
.not-input {
    cursor: no-drop !important;
}

    .not-input .layui-icon-search {
        cursor: no-drop !important;
    }

    .not-input xm-select {
        background-color: #f4f4f4 !important;
        border-color: #d2d2d2 !important;
    }

        .not-input xm-select:hover {
            border-color: #d2d2d2 !important;
        }

    .not-input .layui-disabled {
        cursor: no-drop !important;
        background-color: #f4f4f4 !important;
        border-color: #d2d2d2 !important;
    }

        .not-input .layui-disabled::-webkit-input-placeholder {
            /* WebKit browsers */
            color: #d7d7d7;
        }

        .not-input .layui-disabled:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #d7d7d7;
        }

        .not-input .layui-disabled::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #d7d7d7;
        }

        .not-input .layui-disabled:-ms-input-placeholder {
            /* Internet Explorer 10+ */
            color: #d7d7d7;
        }


/*table中样式重置*/
.layui-table-cell .input-icon {
    height: 100%;
}

    .layui-table-cell .input-icon .table-field {
        height: 100%;
        width: 100%;
        position: relative;
        z-index: 3;
    }

.layui-table-cell .layui-input {
    height: 28px;
    padding-left: 5px;
}

.layui-table-cell .input-icon .input-icon-right + input {
    padding-right: 18px;
}

.layui-table-cell .input-icon .layui-icon {
    top: 0;
    right: 3px;
}

.layui-table-ellipsis {
    table-layout: fixed;
}

    .layui-table-ellipsis .cell-ellipsis {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.table-toolbar::after {
    content: "";
    display: table;
    clear: both;
}

.table-toolbar .table-toolbar-title {
    float: left;
    padding-right: 20px;
}

.layui-table-tool .layui-btn-container {
    text-align: left;
    float: left;
}

.border-box {
    border: 1px solid #e7eaec;
    padding: 10px;
    background-color: #ffffff;
    overflow: hidden;
}

.custom-required-tip:before {
    content: '*';
    color: #FF5722;
    font-size: 15px;
    padding-right: 3px
}

/*多选select*/
/*div[xm-select-skin=green] .xm-select-title div.xm-select-label > span {
    background-color: #5FB878;
    color: #FFF;
    border: 1px solid #5FB878 !important;
}

    div[xm-select-skin=green] .xm-select-title div.xm-select-label > span i {
        background-color: #5FB878;
        color: #FFF;
    }

div[xm-select-skin=green] dl dd:not(.xm-dis-disabled) i {
    border-color: #5FB878;
}

div[xm-select-skin=green] dl dd.xm-select-this:not(.xm-dis-disabled) i {
    color: #5FB878;
}

div[xm-select-skin=green].xm-form-selected .xm-select, div[xm-select-skin=danger].xm-form-selected .xm-select:hover {
    border-color: #5FB878 !important;
}*/

/*步骤条*/
.custom-step {
    padding: 30px 0 50px 0;
    display: flex;
    justify-content: center;
}

    .custom-step .custom-step-item {
        display: inline-block;
        position: relative;
        float: left;
        min-height: 40px;
    }

    .custom-step .custom-step-last {
        width: auto !important;
    }

    .custom-step.custom-step-4 .custom-step-item {
        width: 25%;
    }

    .custom-step.custom-step-3 .custom-step-item {
        width: 33.33333333%;
    }

    .custom-step.custom-step-2 .custom-step-item {
        width: 50%;
    }


    .custom-step .custom-step-icon {
        position: absolute;
        z-index: 3;
        left: 0;
        top: 0;
        color: #ffffff;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #ccc;
        width: 40px;
        line-height: 40px;
        height: 40px;
        text-align: center;
        font-size: 16px;
    }

        .custom-step .custom-step-icon i {
            display: none;
        }


    .custom-step .custom-step-info {
        padding-left: 10px;
        margin-left: 40px;
        padding-right: 10px;
        position: relative;
    }

        .custom-step .custom-step-info:before {
            content: '';
            position: absolute;
            z-index: 3;
            top: 21px;
            left: 10px;
            right: 10px;
            height: 1px;
            background-color: #ccc;
        }

    .custom-step .custom-step-last .custom-step-info:before {
        display: none;
    }

    .custom-step .custom-step-title {
        font-size: 16px;
        line-height: 26px;
        padding-top: 7px;
    }

        .custom-step .custom-step-title span {
            display: inline-block;
            padding-right: 10px;
            position: relative;
            z-index: 4;
            background-color: #fff;
        }

    .custom-step .custom-step-item.ok .custom-step-icon i {
        display: inline-block;
    }

    .custom-step .custom-step-item.ok .custom-step-icon span {
        display: none;
    }

    .custom-step .custom-step-item.ok .custom-step-icon {
        background-color: #5FB878;
    }

    .custom-step .custom-step-item.thisStep .custom-step-icon {
        background-color: #ffb800;
    }

    .custom-step .custom-step-item.active .custom-step-icon {
        background-color: #1E9FFF;
    }

    .custom-step .custom-step-item.active-line .custom-step-info:before {
        background-color: #5FB878;
    }

    .custom-step .custom-step-item.currentstep .custom-step-icon {
        background-color: #1E9FFF;
    }


/* 订单复核打包 完成/作业 Table行样式 */
/* 完成 */
.PackOrSecond-complete {
    background-color: #009688;
    color: #ffffff;
}

    .PackOrSecond-complete:hover {
        background-color: #007d71 !important;
    }
/* 当前作业中的订单 */
.PackOrSecond-working {
    background-color: #ffa558;
    color: #ffffff;
}

    .PackOrSecond-working:hover {
        background-color: #ff8e2d !important;
    }

/* 当前作废的订单 */
.PackOrSecond-void {
    background-color: #c3c3c3;
    color: #ffffff;
}

    .PackOrSecond-void:hover {
        background-color: #c3c3c3 !important;
    }

/* 首页样式 */
#home-main{
    margin-bottom: 15px;
}
#home-main .layui-card-body {
    height: 205px;
    overflow-y: auto
}
#home-main .layui-card-header {
    font-size: 16px;
    font-weight: bold;
}

/*首页仓库概要*/
.wh-container {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
}
    .wh-container .wh-item {
        width: 180px;
        font-size: 16px;
        height: 85px;
        margin: 8px 10px;
        box-sizing: border-box;
        border: 2px solid transparent;
        background-color: #F8F8F8;
        display: flex;
        align-items: center;
        cursor: pointer;
        position: relative;
    }
        .wh-container .wh-item::before {
            font-size: 45px;
            line-height: 42px;
            position: absolute;
            top: 0;
            right: -2px;
        }
        .wh-container .wh-item.choice-wh {
            border-color: #1E9fff;
        }
            .wh-container .wh-item.choice-wh::before {
                content: "\e6fa";
                color: #1E9fff;
            }
        .wh-container .wh-item.that-wh {
            border-color: #5FB878;
        }
            .wh-container .wh-item.that-wh::before {
                content: "\e604";
                color: #5FB878;
            }
        .wh-container .wh-item.assgin-wh {
            border-color: #D45100;
        }
            .wh-container .wh-item.assgin-wh::before {
                content: "\e676";
                color: #D45100;
            }
        .wh-container .wh-item .ellip {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

/* 首页数据看板 */
#home-main #dbKanban .header {
    display: flex
}
#home-main #dbKanban .layui-table-cell {
    height: auto;
}
