<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#Tips
{
    border: 1px solid #BBB;
    position: absolute;
    top: 10px;
    right: 30%;
    width: 40%;
    z-index: 2000;
    opacity: 0.9;
    color: #F00;
    line-height: 30px;
    padding: 0px 5px;
    background: #DDD none repeat scroll 0% 0%; /*#F94949 #FFD700 FFF68F*/
    text-align: center;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    max-height: 95px;
    overflow: hidden;
    font-size: 14px;
    border-radius: 5px;
    display: none;
}
#TipsImg
{
    vertical-align: middle;
    padding-right: 10px;
}

#TipsMsg
{
}
a:focus
{
    outline: none;
}
.nodecoration
{
    text-decoration: none;
}
.nodecoration:hover
{
    color: red;
}
.nodecoration:active
{
    color: red;
}

.bg-color-gray
{
    background-color: #BBB;
}
.bg-color-blue
{
    background-color: #0CA7DA;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

.lh-30
{
    line-height: 30px;
}

.hide
{
    display: none;
}
.show
{
    display: block;
}
.invisible
{
    visibility: hidden;
}
/*修改grid原有的样式 start*/
.datagrid-group-title
{
    color: #4386c6;
}
.datagrid-row
{
    height: 27px; /* 30 */
}
.datagrid-cell
{
    height: 25px; /* 27 */
    line-height: 25px; /* 27 */
    font-size: 12px;
}
.datagrid-cell-rownumber
{
    font-size: 12px;
}
.datagrid-row-over
{
    background-color: #C6E2FF;
}
/*.datagrid-view1 .datagrid-body-inner {
    padding-bottom: 0px;
}*/
/*修改grid原有的样式 end*/

/*修改treegrid原有的样式 start*/
.tree-expanded, .tree-collapsed, .tree-folder, .tree-file, .tree-checkbox, .tree-indent
{
    vertical-align: middle;
}
.tree-title
{
    padding-top: 1px;
    vertical-align: middle;
}
/*修改treegrid原有的样式 end*/

/*修改window原有的样式 end*/
.window-mask
{
    background-color: #B9B9B9;
}
/*修改window原有的样式 start*/

/*修改button原有的样式*/
.textbox-icon
{
    /*vertical-align: middle;*/
}
.l-btn-focus
{
    outline-color: White;
}
button.l-btn-plain
{
    padding: 0px;
}
/*.m-btn-small, .m-btn-small:hover, .m-btn-small:active, .l-btn-small, .l-btn-small:hover, .l-btn-small:active
{
    border: 1px solid #BBB;
    border-radius: 5px;
}*/

button.m-btn-small:hover, button.m-btn-small:active, button.l-btn-small:hover, button.l-btn-small:active
{
    border: 1px solid #BBB;
    border-radius: 5px;
}
button.m-btn-small, button.l-btn-small
{
    border: 1px solid #BBB;
    border-radius: 5px;
}

/*--修改button原有的样式--*/

/*-- 按钮 start --*/
.active-scan
{
    background: transparent linear-gradient(to bottom, rgb(255, 255, 255) 0px, rgb(81, 191, 14) 100%) repeat-x scroll 0% 0%;
    font-weight: bold;
}
.button, .menubutton
{
    opacity: 0.9;
    border: 1px solid #BBB;
    margin: 3px 1px 3px 1px;
}

.border-round, .button-round, a.l-btn, .messager-window, .menu
{
    border-radius: 5px;
}

/*颜色:红，黄，蓝，绿*/
.add-right-top-toolbar #btnSave, .add-right-top-toolbar #btnSaveAndAdd, .add-right-top-toolbar #btnAdd, .add-right-top-toolbar #btnEdit, .add-right-top-toolbar #btnCopy, .add-right-top-toolbar #btnSaveAndPrint
{
    border: 2px solid #4cb849;
}
.add-right-top-toolbar #btnAntiAudit, .add-right-top-toolbar #btnAudit, .add-right-top-toolbar #btnDelete, .list-right-top-toolbar #btnColumnConfig
{
    border: 2px solid #fcd209;
}
.add-right-top-toolbar #btnOtherOP, .add-right-top-toolbar #btnGenSaleCollect, .add-right-top-toolbar #btnGenPurPay, .add-right-top-toolbar #btnGenPurRefund, .add-right-top-toolbar #btnGenPurIn, .add-right-top-toolbar #btnGenSaleRefund, .add-right-top-toolbar #btnGenSaleOut, .add-left-top-toolbar #btnScanMode, #btnAgree, .add-right-top-toolbar #btnScanMode, #btnAgree
{
    border: 2px solid #4386c6;
}
.add-right-top-toolbar #btnDelete
{
    border: 2px solid #e23130;
}
/*-- 按钮 end --*/

/*-- 详情页面工具栏 start --*/
.NorthFormTitle
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #D7D7D7;
    line-height: 40px;
    width: 98%;
    text-align: center;
    position: absolute;
    top: 0px;
    background-color: #FFFFFF;
    z-index: 998;
}
.DialogNorthFormContent
{
    padding-top: 5px;
}

.DialogSouthFormContent
{
    padding-top: 5px;
}
.NorthFormContent
{
    padding-top: 45px;
}

.SouthFormContent
{
    padding-top: 5px;
}

.billFormTitle
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #D7D7D7;
    line-height: 30px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.formTitle
{
    font-size: 16px;
    border-bottom: 1px solid #D7D7D7;
    line-height: 30px;
    width: 98%;
    margin-bottom: 20px;
    padding-left: 5px;
}

.view-top-toolbar
{
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: #666 2px 2px 2px;
    border: 1px solid #EEE;
    height: 45px;
}

.view-container
{
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: #666 2px 2px 2px;
    border: 1px solid #EEE;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 3px;
    font-size: 14px;
}

.view-bottom-toolbar
{
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: #666 2px 2px 2px;
    border: 1px solid #EEE;
    height: 45px;
}

.view-right-top-toolbar, .edit-right-top-toolbar, .add-right-top-toolbar
{
    position: fixed;
    right: 8px;
    top: -1px;
    background-color: #FFF;
    border: 1px solid #EEE;
    height: 32px;
    border-radius: 4px;
    box-shadow: #666 2px 2px 2px;
    padding: 2px;
    z-index: 999;
}

.view-left-top-toolbar, .edit-left-top-toolbar, .add-left-top-toolbar
{
    position: fixed;
    left: 8px;
    top: -1px;
    background-color: #FFF;
    border: 1px solid #EEE;
    height: 34px;
    border-radius: 4px;
    box-shadow: #666 2px 2px 2px;
    padding: 3px;
    z-index: 999;
}
.list-right-top-toolbar
{
    float: right;
    text-align: right; /*padding-bottom: 15px;     background-color: #FFF;     border: 1px solid #EEE;     height: 45px;     padding: 3px;*/
}

.list-left-top-toolbar
{
    float: left;
    text-align: right; /*padding-bottom: 15px;     background-color: #FFF;     border: 1px solid #EEE;     height: 45px;     padding: 3px;*/
}

/*-- 详情页面工具栏 end --*/

/*-- 输入框 start --*/
input[type="combobox"][readonly="readonly"], input[type="combotree"][readonly="readonly"], input[type="datebox"][readonly="readonly"]
{
    cursor: default;
}
.quick-query-input
{
    padding: 0px 5px;
    margin-left: 10px;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    height: 23px;
    width: 250px;
    line-height: 23px;
    vertical-align: middle;
}
.inputText
{
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    height: 23px;
    width: 160px;
    line-height: 23px;
    vertical-align: middle;
}
.inputArea
{
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    height: 75px;
    width: 150px;
    line-height: 23px;
    vertical-align: middle; /*overflow: hidden;*/
}
.inputText[readonly], .inputArea[readonly]
{
    border: 1px solid #DFDFDF;
    background: #F6F6F6 none repeat scroll 0% 0%;
    color: #333;
    border-radius: 4px;
    height: 23px;
}

/*span.numberbox .textbox-text-readonly, span.textbox .textbox-text-readonly, input[disabled="disabled"] + span.combo .textbox-text-readonly
{
    background-color: #F6F6F6;
    color: #333;
}*/

input[data-options*="editable: false"] + span.numberbox .textbox-text-readonly, input[readonly] + span.numberbox .textbox-text-readonly, span.textbox input[disabled="disabled"], input[disabled="disabled"] + span.combo .textbox-text-readonly
{
    background-color: #F6F6F6;
    color: #333;
}

/*span.numberbox
{
    background-color: #F6F6F6;
}*/

.inputCheck
{
    border: 0px solid #DFDFDF;
    border-radius: 4px;
    width: 150px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
}

.grid-cell-checkbox
{
    border: 0px solid #DFDFDF;
    vertical-align: middle;
    font-size: 16px;
}

.grid-cell-checkbox-uncheck
{
    border: 0px solid #DFDFDF; /*vertical-align: middle;*/
    font-size: 22px;
    margin-top: -3px;
}

.formtips
{
    font-size: 12px;
    color: Red;
}
._1colfield
{
    float: left;
    width: 100%;
    margin-bottom: 2px;
    height: 32px;
}
._1colfield div
{
    margin-top: 2px;
}
._2colfield
{
    float: left;
    width: 48%;
    margin-bottom: 2px;
    height: 32px;
}
._2colfield div
{
    margin-top: 2px;
}
._3colfield
{
    float: left;
    width: 30%;
    margin-bottom: 2px;
    height: 32px;
}
._3colfield div
{
    margin-top: 2px;
}
._4colfield
{
    float: left;
    width: 25%;
    margin-bottom: 2px;
    height: 32px;
}
._4colfield div
{
    margin-top: 2px;
}
/*-- 输入框 end --*/

/*-- label start --*/
form label
{
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
    line-height: 22px;
}

.tb-label
{
    font-size: 14;
    padding-left: 5px;
}
.config_comments
{
    color: Gray;
}
/*-- label end --*/

/*-- 字体 start --*/

.ft-12
{
    font-size: 12px;
}

.ft-14
{
    font-size: 14px;
}

.ft-16
{
    font-size: 16px;
}

.ft-18
{
    font-size: 18px;
}

.ft-36
{
    font-size: 36px;
}

.ft-bold
{
    font-weight: bold;
}

.line-through
{
    text-decoration: line-through;
}

.ft-yahei
{
    font-family: "Microsoft YaHei" , "YouYuan" , "宋体";
}

.ft-yahei-bold
{
    font-family: "Microsoft YaHei" , "YouYuan" , "宋体";
    font-weight: bold;
}

/*-- 字体 end --*/

/*-- 对齐样式 start --*/
.align-center
{
    text-align: center;
}
.align-right
{
    text-align: right;
}
.align-left
{
    text-align: left;
}
.valign-middle
{
    vertical-align: middle;
}
.valign-top
{
    vertical-align: top;
}
.valign-bottom
{
    vertical-align: bottom;
}
/*-- 对齐样式 end --*/

/*-- padding start --*/
.pdt5
{
    padding-top: 5px;
}
.pdt-10
{
    padding-top: 10px;
}
.pdb-10
{
    padding-bottom: 10px;
}
.pdl-10
{
    padding-left: 10px;
}
.pdr-10
{
    padding-right: 10px;
}
/*-- padding end --*/

/*-- 高度样式 start --*/
.width-auto
{
    width: 98.4%;
}
.width-fit
{
    width: 100%;
}
.width-400
{
    width: 400px;
}
.width-300
{
    width: 300px;
}
.width-240
{
    width: 240px;
}
.width-220
{
    width: 220px;
}
.width-200
{
    width: 200px;
}
.width-180
{
    width: 180px;
}
.width-160
{
    width: 160px;
}
.width-140
{
    width: 140px;
}
.width-120
{
    width: 120px;
}
.width-100
{
    width: 100px;
}
.width-80
{
    width: 80px;
}
.width-70
{
    width: 70px;
}
/*-- 高度样式 end --*/


/*-- 颜色 start --*/
.gray
{
    color: Gray;
}
.red
{
    color: #ff1e1d;
}
.green
{
    color: #1ed119;
}
.blue
{
    color: #0CA7DA;
}
.yellow
{
    color: #fcd209;
}

.bg-gray
{
    background-color: Gray;
}
.bg-red
{
    background-color: #ff1e1d;
}
.bg-green
{
    background-color: #1ed119;
}
.bg-blue
{
    background-color: #0CA7DA; /* #0CA7DA, #4386c6*/
}
.bg-yellow
{
    background-color: #fcd209;
}

.border-green
{
    border-color: #1ed119;
}
.border-blue
{
    border-color: #0CA7DA;
}
.border-red
{
    border-color: #ff1e1d;
}
/*-- 颜色 end --*/


/*-- 状态图标 start --*/
.img_logo_lefttop
{
    display: inline-block;
}
.audit
{
    width: 150px;
    height: 74px;
    background: transparent url("Images/img_audit.png") no-repeat scroll 0px 0px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.status-right-top
{
    width: 150px;
    height: 74px;
    position: absolute;
    right: -140px;
    top: 45px;
}
.status-right-top-below
{
    width: 150px;
    height: 74px;
    position: absolute;
    right: -140px;
    top: 115px;
}
.status-left-bottom
{
    width: 150px;
    height: 74px;
    position: absolute;
    left: 5px;
    bottom: 10px;
}
.sn
{
    display: inline-block; /*position: absolute;*/
    margin: 0px 0px 0px 5px;
    z-index: 100;
    cursor: pointer;
    background: url(../imgs/allbgs.png?ver=20181109) no-repeat 0px -12px;
    height: 12px;
    padding-left: 14px;
}

.sn:hover
{
    background: url(../imgs/allbgs.png?ver=20181109) no-repeat 0px 0px;
    height: 12px;
    padding-left: 14px;
}

.img_sn_on {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px 0px;
    height: 12px;
    padding-left: 14px;
}

.img_sn {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -12px;
    height: 12px;
    padding-left: 14px;
}

.img_warning {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -24px;
    height: 16px;
    padding-left: 18px;
}

.img_user {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -40px;
    height: 16px;
    padding-left: 18px;
}

.img_info {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -56px;
    height: 24px;
    padding-left: 26px;
}

.img_eyehide {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -80px;
    height: 24px;
    padding-left: 26px;
}

.img_eyeshow {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -104px;
    height: 24px;
    padding-left: 26px;
}

.img_edit_add_gray {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -128px;
    height: 25px;
    padding-left: 22px;
}

.img_edit_gray {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -153px;
    height: 25px;
    padding-left: 22px;
}

.img_edit {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -178px;
    height: 25px;
    padding-left: 22px;
}

.img_edit_add {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -203px;
    height: 25px;
    padding-left: 22px;
}

.img_index_tab_pulldown {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -228px;
    height: 25px;
    padding-left: 27px;
}

.img_barcode {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -253px;
    height: 25px;
    padding-left: 22px;
}

.img_edit_remove {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -278px;
    height: 25px;
    padding-left: 22px;
}

.img_edit_remove_gray {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -303px;
    height: 25px;
    padding-left: 22px;
}

.img_view_gray {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -328px;
    height: 25px;
    padding-left: 22px;
}

.img_clear {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -353px;
    height: 25px;
    padding-left: 27px;
}

.img_refresh {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -378px;
    height: 25px;
    padding-left: 22px;
}

.img_refresh {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -378px;
    height: 25px;
    padding-left: 22px;
}

.img_copy {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -403px;
    height: 25px;
    padding-left: 22px;
}

.img_save_gray {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -428px;
    height: 25px;
    padding-left: 22px;
}

.img_save {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -453px;
    height: 25px;
    padding-left: 27px;
}

.img_view {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -478px;
    height: 25px;
    padding-left: 22px;
}

.img_mainMenuIcon {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -503px;
    height: 28px;
    padding-left: 30px;
}

.img_bell {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -531px;
    height: 28px;
    padding-left: 30px;
}

.img_mainMenuIconOn {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -559px;
    height: 28px;
    padding-left: 30px;
}

.img_bellon {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -587px;
    height: 28px;
    padding-left: 30px;
}

.img_shortcut {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -615px;
    height: 30px;
    padding-left: 32px;
}

.img_login_key {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -645px;
    height: 32px;
    padding-left: 34px;
}

.img_login_user {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -677px;
    height: 32px;
    padding-left: 34px;
}

.img_trace {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -709px;
    height: 35px;
    padding-left: 37px;
}

.img_warehouse_on {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -744px;
    height: 35px;
    padding-left: 37px;
}

.img_pur_on {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -779px;
    height: 35px;
    padding-left: 37px;
}

.img_system_on {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -814px;
    height: 35px;
    padding-left: 37px;
}

.img_pur {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -849px;
    height: 35px;
    padding-left: 37px;
}

.img_produce_on {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -884px;
    height: 35px;
    padding-left: 37px;
}

.img_produce {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -919px;
    height: 35px;
    padding-left: 37px;
}

.img_system {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -954px;
    height: 35px;
    padding-left: 37px;
}

.img_finance_on {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -989px;
    height: 35px;
    padding-left: 37px;
}

.img_warehouse {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -1024px;
    height: 35px;
    padding-left: 37px;
}

.img_basic_on {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -1059px;
    height: 35px;
    padding-left: 37px;
}

.img_finance {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -1094px;
    height: 35px;
    padding-left: 37px;
}

.img_trace_on {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -1129px;
    height: 35px;
    padding-left: 37px;
}

.img_sale_on {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -1164px;
    height: 35px;
    padding-left: 37px;
}

.img_basic {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -1199px;
    height: 35px;
    padding-left: 37px;
}

.img_sale {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -1234px;
    height: 35px;
    padding-left: 37px;
}

.img_logo_lefttop {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -1269px;
    height: 52px;
    padding-left: 52px;
}

.img_scaning {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -1321px;
    height: 74px;
    padding-left: 152px;
}

.img_verifyscaning {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -1395px;
    height: 74px;
    padding-left: 152px;
}

.img_verifyscanfinish {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -1469px;
    height: 74px;
    padding-left: 152px;
}

.img_applicate {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -1543px;
    height: 74px;
    padding-left: 152px;
}

.img_waitforinput {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -1617px;
    height: 74px;
    padding-left: 152px;
}

.img_verifying {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -1691px;
    height: 74px;
    padding-left: 152px;
}

.img_synctoerp {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -1765px;
    height: 74px;
    padding-left: 152px;
}

.img_submit {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -1839px;
    height: 74px;
    padding-left: 152px;
}

.img_verified {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -1913px;
    height: 74px;
    padding-left: 152px;
}

.img_unqualified {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -1987px;
    height: 74px;
    padding-left: 152px;
}

.img_distributing {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -2061px;
    height: 74px;
    padding-left: 152px;
}

.img_distcomplete {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -2135px;
    height: 74px;
    padding-left: 152px;
}

.img_draft {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -2209px;
    height: 74px;
    padding-left: 152px;
}

.img_inspected {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -2283px;
    height: 74px;
    padding-left: 152px;
}

.img_finish {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -2357px;
    height: 74px;
    padding-left: 152px;
}

.img_cancellation {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -2431px;
    height: 74px;
    padding-left: 152px;
}

.img_audit {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -2505px;
    height: 74px;
    padding-left: 152px;
}

.img_closed {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -2579px;
    height: 74px;
    padding-left: 152px;
}

.img_confirm {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -2653px;
    height: 74px;
    padding-left: 152px;
}

.img_command {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -2727px;
    height: 74px;
    padding-left: 152px;
}

.img_inspecting {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -2801px;
    height: 74px;
    padding-left: 152px;
}

.img_production {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -2875px;
    height: 74px;
    padding-left: 152px;
}

.img_qualified {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -2949px;
    height: 74px;
    padding-left: 152px;
}

.img_reported {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -3023px;
    height: 74px;
    padding-left: 152px;
}

.img_prepare {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -3097px;
    height: 74px;
    padding-left: 152px;
}

.img_scanfinish {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -3171px;
    height: 74px;
    padding-left: 152px;
}

.img_inv {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -3245px;
    height: 100px;
    padding-left: 102px;
}

.img_saleout {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -3345px;
    height: 100px;
    padding-left: 102px;
}

.img_salecollect {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -3445px;
    height: 100px;
    padding-left: 102px;
}

.img_exchange {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -3545px;
    height: 100px;
    padding-left: 102px;
}

.img_purin {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -3645px;
    height: 100px;
    padding-left: 102px;
}

.img_purpay {
    background: url(../imgs/allbgs.png?ver=20200715) no-repeat 0px -3745px;
    height: 100px;
    padding-left: 102px;
}


.img_login_user, .img_login_key
{
    height: 30px;
}
.grid-view:hover, .grid-edit:hover, .grid-add:hover, .grid-copy:hover, .grid-remove:hover, .grid-refresh:hover, .tb-button:hover, .img_edit_add:hover, .img_copy:hover, .img_edit:hover, .img_view:hover, .img_clear:hover, .img_edit_remove:hover, .img_save:hover, .img_refresh:hover, .img_barcode:hover,.img_index_tab_pulldown:hover
{
    background-color: #BBB;
    text-decoration: none;
}
.grid-view:active, .grid-edit:active, .grid-add:active, .grid-copy:active, .grid-remove:active, .grid-refresh:active, .tb-button:active, .img_edit_add:active, .img_copy:active, .img_edit:active, .img_view:active, .img_clear:active, .img_edit_remove:active, .img_save:active, .img_refresh:active, .img_barcode:active,.img_index_tab_pulldown:active
{
    text-decoration: none;
}
.grid-view, .grid-edit, .grid-add, .grid-copy, .grid-remove, .grid-refresh, .tb-button, .img_edit_add, .img_copy, .img_edit, .img_view, .img_clear, .img_edit_remove, .img_save, .img_refresh, .img_barcode, .img_index_tab_pulldown
{
    text-decoration: none;
    margin-top: 0px;
    border: 0px solid #EEE;
    border-radius: 25px;
    position: relative;
    padding-left: 21px;
    display: inline-block;
}
.treetoolbar .img_edit_add, .treetoolbar .img_edit, .treetoolbar .img_edit_remove, .treetoolbar .img_refresh, .treetoolbar .img_barcode, .img_index_tab_pulldown
{
    padding-left: 24px;
}
/*-- 状态图标 end --*/

/*-- 上传图片 start --*/
.imgDiv
{
    position: relative;
    width: 180px;
}
.imgButton
{
    display: none;
    width: 100%;
}
.imgButtonHover
{
    display: inline-block;
    position: absolute;
}

.imgButton .del
{
    background: #F6C991 none repeat scroll 0% 0%;
    font-size: 14px;
    padding: 0px 6px;
    position: absolute;
    top: 2px;
    color: #FFF;
    right: 2px;
    cursor: pointer;
}
/*-- 上传图片 end --*/

/*-- 投料进度看板 start --*/
/*-- 投料进度看板 end --*/

</pre></body></html>