/*#region  全局变量*/
:root {
    --font-color-gray: #818181;
    --font-color-red: #c40000;
    --font-color-blue: #3159d6;
    --font-color-orange: #cd6d00;
    --font-colorr-green: #225315;
    --bg-color-green: #c1cea3;
    --bg-btn-gray: url("/images/bg/btn_gray.png");
    --bg-btn-active: url("/images/bg/btn_active.png");
}
/*#endregion*/
::-webkit-scrollbar {
    width: 4px;
    height: 8px
}
::-webkit-scrollbar-track {
    background-color: #dde6ea
}
::-webkit-scrollbar-thumb {
    background-color: #9aaab1;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}
    ::-webkit-scrollbar-thumb:hover {
        background-color: orange
    }
.layui-layer-content .msg {
    padding-left: 20px
}
    .layui-layer-content .msg > li {
        list-style-type: decimal
    }
.layui-layer-title {
    padding: 0 81px 0 26px;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 2px 2px 0 0;
    background-image: url(/images/ico_logo_16.png);
    background-position: left 8px center;
    background-repeat: no-repeat
}
.layui-layer-resize {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 0;
    cursor: se-resize;
    background-image: url(/lib/icon/ico_dot.gif);
    background-position: right bottom;
    background-repeat: no-repeat
}
.layui-layer-setwin {
    position: absolute;
    right: 15px;
    *right: 0;
    top: 8px;
    font-size: 0;
    line-height: initial
}
.layui-layer-btn {
    padding: 2px 15px 6px 15px !important;
    border-top: solid 1px #ddd
}
.layui-layer-iframe .layui-layer-btn, .layui-layer-page .layui-layer-btn {
    padding-top: 2px
}
.layui-form-item {
    margin-bottom: 4px;
}
    .layui-form-item .layui-inline {
        margin-bottom: 2px;
        margin-right: 0 !important
    }
.layui-form-label {
    width: unset
}
.layui-table-hover {
    background-color: #fdff344c
}
/*#region  layui-table*/
.layui-table-view .layui-table-tool {
    background-color: #f6f6f6;
    min-height: 36px !important;
    padding: 0
}
    .layui-table-view .layui-table-tool .layui-table-tool-self {
        position: absolute;
        right: 6px;
        top: 3px
    }
    .layui-table-view .layui-table-tool .layui-table-tool-temp {
        line-height: 36px !important;
        padding-left: 30px;
        background-image: url(/images/ico_logo_16.png);
        background-position: left 8px center;
        background-repeat: no-repeat;
        border-bottom: solid 1px #c7c7c7;
    }
.layui-table-view .layui-table-header .layui-table thead th {
    background-color: #cfcfcf91
}
.layui-table-view .layui-table-total .layui-table td {
    background-color: #c3dfe930
}
.layui-table-view th.layui-table-patch {
    background-color: #fff !important;
    border: unset !important
}
.layui-table-view .layui-table .layui-table-cell {
    padding-left: 2px !important;
    padding-right: 2px !important;
    vertical-align: middle;
}
.layui-table-header {
    border-bottom: solid 1px #c7c7c7
}
.layui-table-total {
    border-top: solid 1px #d8d8d8
}
.layui-table-page {
    padding-left: 30px;
    background-image: url(/images/ico_logo_gray.png);
    background-position: left 8px center;
    background-repeat: no-repeat;
    border-bottom: solid 1px #d8d8d8;
    border-top: solid 1px #d8d8d8;
    background-color: #eeeeee73;
}
.layui-table-column.layui-table-page {
    min-height: 32px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.layui-laypage-btn {
    background-color: #16baaa !important;
    color: white;
}
/*#endregion*/
/*#region ȫ��ɫ*/
.bg-color-orange {
    background-color: #cd6d00 !important;
    color: #fff !important;
}
.bg-color-green {
    background-color: #c1cea3 !important;
    color: #225315 !important;
}
/*#endregion*/
.layui-form-pane .layui-form-label {
    width: unset;
}
.layui-table-cell .favorite,
.layui-table-cell .choose {
    margin: 4px;
    cursor: pointer;
    border: solid 1px #c7c7c7;
    padding: 4px;
    background-color: #ededed;
    font-size: 18px;
}
    .layui-table-cell .favorite:hover,
    .layui-table-cell .choose:hover {
        background-color: #fff7a0
    }
.layui-table-cell .tag {
    color: #953e00;
    background-color: #ffe3b5;
    border: solid 1px #ebb68b !important;
    line-height: 18px;
    height: 18px;
    font-size: 10px;
    padding: 0 2px;
    margin: 0 2px;
    display: inline-block;
    border-radius: 2px;
}
.layui-card-footer {
    line-height: 42px;
    padding: 10px;
    border-top: 1px solid #f6f6f6;
    color: #333;
    border-radius: 2px 2px 0 0;
    background-color: #e1edfd
}
.layui-input-group .layui-input-prefix {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
    .layui-input-group .layui-input-prefix .layui-input {
        border-right: none !important;
        border-left: none !important;
        text-align: center;
    }
.layui-input-group .layui-input {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.grid-chedked {
    color: #783610;
    text-shadow: 0 0 2px #fff;
    background-color: #b3ce70d1 !important
}
.error {
    background-color: #099010 !important;
    border: dashed #f27700 1px !important;
    background-image: url(/lib/icon/msg_warning.gif);
    background-position: right;
    background-repeat: no-repeat
}
    .error * {
        background-color: none
    }
.ui_btn {
    line-height: 20px !important;
    height: 22px !important;
    padding: 2px 4px;
    border: solid 1px #ccc;
    background: url(/images/bg/btn_gray.png) center center;
    box-sizing: border-box;
    box-shadow: 0 0 3px #D3D3D3;
    margin: 1px;
    font-size: 12px
}
    .ui_btn:hover {
        cursor: pointer;
        background: url(/images/bg/btn_active.png) center center;
        border: solid 1px #ffb56d
    }
    .ui_btn > i.fa {
        margin-right: 2px
    }
/*#region 定义btn_Button*/
.btn_BaucheScan,
.btn_Shopping,
.btn_Calculate,
.btn_AddWhole5,
.btn_AddWhole,
.btn_AddControl,
.btn_AddPump,
.btn_SendEmail, #btn_SendEmail,
.btn_SendSMS, #btn_SendSMS,
.btn_Copy, #btn_Copy,
.btn_CreateBargain, #btn_CreateBargain,
.btn_UpdatePreview, #btn_UpdatePreview,
.btn_Create, #btn_Create,
.btn_DownZIP, #btn_DownZIP,
.btn_DownPDF, #btn_DownPDF,
.btn_DownExcel,
.btn_DownWord,
.btn_Down, #btn_Down,
.btn_ChangeEditor, #btn_ChangeEditor,
.btn_ExpExcel, #btn_ExpExcel,
.btn_ExpWord, #btn_ExpWord,
.btn_Print, #btn_Print,
.btn_Seal, #btn_Seal,
.btn_Icon, #btn_Icon,
.btn_CaptureScreen, #btn_CaptureScreen,
.btn_EditUpload, #btn_EditUpload,
.btn_UploadFiles, #btn_UploadFiles,
.btn_Reload, #btn_Reload,
.btn_View_Map,
.btn_View, #btn_View,
.btn_Close,
.btn_Show, #btn_Show,
.btn_Save, #btn_Save,
.btn_Recover, #btn_Recover,
.btn_Clear, #btn_Clear,
.btn_Del, #btn_Del,
.btn_Deleted, #btn_Deleted,
.btn_Edit, #btn_Edit,
.btn_Add, #btn_Add {
    display: inline-block;
    border: solid 1px #d8d8d8;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 6px;
    background-color: #f5f5f5;
    box-shadow: 0 0 4px #D3D3D3;
    vertical-align: middle;
    background-repeat: no-repeat,repeat;
    background-position: left 3px center,center;
    background-size: 16px auto, auto;
    color: #2b2b2b !important;
}
#btn_Print {
    vertical-align: middle;
}
#btn_Reload {
    margin-left: 8px;
}
.btn_Icon, #btn_Icon {
    padding-left: 4px;
}
.btn_Add, #btn_Add {
    background-image: url(/lib/icon/add.png), var(--bg-btn-gray);
}
.btn_Edit, #btn_Edit {
    background-image: url(/lib/icon/edit.png), var(--bg-btn-gray);
}
.btn_Del, #btn_Del {
    background-image: url(/lib/icon/del.png), var(--bg-btn-gray);
}
.btn_Deleted, #btn_Deleted {
    background-image: url(/lib/icon/close.png), var(--bg-btn-gray);
}
.btn_Clear, #btn_Clear {
    background-image: url(/lib/icon/clear.png), var(--bg-btn-gray);
}
.btn_Recover, #btn_Recover {
    background-image: url(/lib/icon/ico_recover.png), var(--bg-btn-gray);
}
.btn_Save, #btn_Save {
    background-image: url(/lib/icon/save.png), var(--bg-btn-gray);
}
.btn_Show, #btn_Show {
    background-image: url(/lib/icon/show.png), var(--bg-btn-gray);
}
.btn_Close {
    background-image: url(/lib/icon/close.png), var(--bg-btn-gray);
}
.btn_View_Map {
    background-image: url(/lib/icon/ico_address.png), var(--bg-btn-gray);
}
.btn_View, #btn_View {
    background-image: url(/lib/icon/view.png), var(--bg-btn-gray);
}
.btn_Reload, #btn_Reload {
    background-image: url(/lib/icon/reload.png), var(--bg-btn-gray);
}
.btn_UploadFiles, #btn_UploadFiles {
    background-image: url(/lib/icon/upload.png), var(--bg-btn-gray);
}
.btn_EditUpload, #btn_EditUpload {
    background-image: url(/lib/icon/editupload.png), var(--bg-btn-gray);
}
.btn_CaptureScreen, #btn_CaptureScreen {
    background-image: url(/lib/icon/capturescreen.png), var(--bg-btn-gray);
}
.btn_Seal, #btn_Seal {
    background-image: url(/lib/icon/ico_seal.png), var(--bg-btn-gray);
}
.btn_Print, #btn_Print {
    background-image: url(/lib/icon/print.png), var(--bg-btn-gray);
}
.btn_ExpWord, #btn_ExpWord {
    background-image: url(/lib/icon/ico_office_word.png), var(--bg-btn-gray);
}
.btn_ExpExcel, #btn_ExpExcel {
    background-image: url(/lib/icon/ico_office_excel.png), var(--bg-btn-gray);
}
.btn_ExpPDF, #btn_ExpPDF {
    background-image: url(/lib/icon/pdf.png), var(--bg-btn-gray);
}
.btn_Down, #btn_Down {
    background-image: url(/lib/icon/ico_down.png), var(--bg-btn-gray);
}
.btn_ChangeEditor, #btn_ChangeEditor {
    background-image: url(/lib/icon/ico_btn_exc.png), var(--bg-btn-gray);
}
.btn_DownWord {
    background-image: url(/lib/icon/ico_down.png), var(--bg-btn-gray);
}
.btn_DownExcel {
    background-image: url(/lib/icon/ico_down.png), var(--bg-btn-gray);
}
.btn_DownPDF, #btn_DownPDF {
    background-image: url(/lib/icon/ico_down.png), var(--bg-btn-gray);
}
.btn_DownZIP, #btn_DownZIP {
    background-image: url(/lib/icon/ico_zip.png), var(--bg-btn-gray);
}
.btn_Create, #btn_Create {
    background-image: url(/lib/icon/ico_Order.png), var(--bg-btn-gray);
}
.btn_UpdatePreview, #btn_UpdatePreview {
    background-image: url(/lib/icon/ico_time_update.png), var(--bg-btn-gray);
}
.btn_CreateBargain, #btn_CreateBargain {
    background-image: url(/lib/icon/ico_zip.png), var(--bg-btn-gray);
}
.btn_Copy, #btn_Copy {
    background-image: url(/lib/icon/copy.png), var(--bg-btn-gray);
}
.btn_SendSMS, #btn_SendSMS {
    background-image: url(/lib/icon/ico_sms.png), var(--bg-btn-gray);
}
.btn_SendEmail, #btn_SendEmail {
    background-image: url(/lib/icon/ico_email.png), var(--bg-btn-gray);
}
.btn_AddPump {
    background-image: url(/lib/icon/ico_btn_add_pump.png), var(--bg-btn-gray);
}
.btn_AddControl {
    background-image: url(/lib/icon/ico_btn_add_control.png), var(--bg-btn-gray);
}
.btn_AddWhole {
    background-image: url(/lib/icon/ico_btn_add_whole.png), var(--bg-btn-gray);
}
.btn_AddWhole5 {
    background-image: url(/lib/icon/ico_btn_add_whole5.png), var(--bg-btn-gray);
}
.btn_Shopping {
    background-image: url(/lib/icon/ico_cart.png), var(--bg-btn-gray);
}
.btn_Calculate {
    background-image: url(/lib/icon/ico_calculate.png), var(--bg-btn-gray);
}
.btn_BaucheScan {
    background-image: url(/lib/icon/ico_calculate.png), var(--bg-btn-gray);
}
.btn_Icon, #btn_Icon {
    background-image: none, var(--bg-btn-gray);
}
    .btn_Icon .fa, #btn_Icon .fa {
        margin-right: 2px;
        vertical-align: middle;
    }
        .btn_Icon .fa img, #btn_Icon .fa img {
            max-height: 18px;
            vertical-align: middle;
        }
    .btn_BaucheScan:hover,
    .btn_Shopping:hover,
    .btn_Calculate:hover,
    .btn_AddWhole5:hover,
    .btn_AddWhole:hover,
    .btn_AddControl:hover,
    .btn_AddPump:hover,
    .btn_SendEmail:hover, #btn_SendEmail:hover,
    .btn_SendSMS:hover, #btn_SendSMS:hover,
    .btn_Copy:hover, #btn_Copy:hover,
    .btn_CreateBargain:hover, #btn_CreateBargain:hover,
    .btn_UpdatePreview:hover, #btn_UpdatePreview:hover,
    .btn_Create:hover, #btn_Create:hover,
    .btn_DownZIP:hover, #btn_DownZIP:hover,
    .btn_DownPDF:hover, #btn_DownPDF:hover,
    .btn_DownExcel:hover,
    .btn_DownWord:hover,
    .btn_Down:hover, #btn_Down:hover,
    .btn_ExpPDF:hover, #btn_ExpPDF:hover,
    .btn_ChangeEditor:hover, #btn_ChangeEditor:hover,
    .btn_ExpExcel:hover, #btn_ExpExcel:hover,
    .btn_ExpWord:hover, #btn_ExpWord:hover,
    .btn_Print:hover, #btn_Print:hover,
    .btn_Seal:hover, #btn_Seal:hover,
    .btn_Icon:hover, #btn_Icon:hover,
    .btn_CaptureScreen:hover, #btn_CaptureScreen:hover,
    .btn_EditUpload:hover, #btn_EditUpload:hover,
    .btn_UploadFiles:hover, #btn_UploadFiles:hover,
    .btn_Reload:hover, #btn_Reload:hover,
    .btn_View_Map:hover,
    .btn_View:hover, #btn_View:hover,
    .btn_Close:hover,
    .btn_Show:hover, #btn_Show:hover,
    .btn_Save:hover, #btn_Save:hover,
    .btn_Recover:hover, #btn_Recover:hover,
    .btn_Clear:hover, #btn_Clear:hover,
    .btn_Del:hover, #btn_Del:hover,
    .btn_Deleted:hover, #btn_Deleted:hover,
    .btn_Edit:hover, #btn_Edit:hover,
    .btn_Add:hover, #btn_Add:hover {
        background-color: #fef6d7;
        border: solid 1px #fcc900;
        cursor: pointer;
        box-shadow: 0 0 3px #fffa00;
    }
.btn_Add:hover, #btn_Add:hover {
    background-image: url(/lib/icon/add.png), var(--bg-btn-active);
}
.btn_Edit:hover, #btn_Edit:hover {
    background-image: url(/lib/icon/edit.png), var(--bg-btn-active);
}
.btn_Del:hover, #btn_Del:hover {
    background-image: url(/lib/icon/del.png), var(--bg-btn-active);
}
.btn_Deleted:hover, #btn_Deleted:hover {
    background-image: url(/lib/icon/close.png), var(--bg-btn-active);
}
.btn_Clear:hover, #btn_Clear:hover {
    background-image: url(/lib/icon/clear.png), var(--bg-btn-active);
}
.btn_Recover:hover, #btn_Recover:hover {
    background-image: url(/lib/icon/ico_recover.png), var(--bg-btn-active);
}
.btn_Save:hover, #btn_Save:hover {
    background-image: url(/lib/icon/save.png), var(--bg-btn-active);
}
.btn_Close:hover {
    background-image: url(/lib/icon/close.png), var(--bg-btn-active);
}
.btn_Show:hover, #btn_Show:hover {
    background-image: url(/lib/icon/show.png), var(--bg-btn-active);
}
.btn_View_Map:hover {
    background-image: url(/lib/icon/ico_address.png), var(--bg-btn-active);
}
.btn_View:hover, #btn_View:hover {
    background-image: url(/lib/icon/view.png), var(--bg-btn-active);
}
.btn_Reload:hover, #btn_Reload:hover {
    background-image: url(/lib/icon/reload.png), var(--bg-btn-active);
}
.btn_UploadFiles:hover, #btn_UploadFiles:hover {
    background-image: url(/lib/icon/upload.png), var(--bg-btn-active);
}
.btn_EditUpload:hover, #btn_EditUpload:hover {
    background-image: url(/lib/icon/editupload.png), var(--bg-btn-active);
}
.btn_CaptureScreen:hover, #btn_CaptureScreen:hover {
    background-image: url(/lib/icon/capturescreen.png), var(--bg-btn-active);
}
.btn_Seal:hover, #btn_Seal:hover {
    background-image: url(/lib/icon/ico_seal.png), var(--bg-btn-active);
}
.btn_Print:hover, #btn_Print:hover {
    background-image: url(/lib/icon/print.png), var(--bg-btn-active);
}
.btn_ChangeEditor:hover, #btn_ChangeEditor:hover {
    background-image: url(/lib/icon/ico_btn_exc.png), var(--bg-btn-active);
}
.btn_ExpWord:hover, #btn_ExpWord:hover {
    background-image: url(/lib/icon/ico_office_word.png), var(--bg-btn-active);
}
.btn_ExpExcel:hover, #btn_ExpExcel:hover {
    background-image: url(/lib/icon/ico_office_excel.png), var(--bg-btn-active);
}
.btn_ExpPDF:hover, #btn_ExpPDF:hover {
    background-image: url(/lib/icon/pdf.png), var(--bg-btn-active);
}
.btn_Down:hover, #btn_Down:hover {
    background-image: url(/lib/icon/ico_down.png),var(--bg-btn-active);
}
.btn_DownWord:hover {
    background-image: url(/lib/icon/ico_down.png),var(--bg-btn-active);
}
.btn_DownExcel:hover {
    background-image: url(/lib/icon/ico_down.png),var(--bg-btn-active);
}
.btn_DownPDF:hover, #btn_DownPDF:hover {
    background-image: url(/lib/icon/ico_down.png),var(--bg-btn-active);
}
.btn_DownZIP:hover, #btn_DownZIP:hover {
    background-image: url(/lib/icon/ico_zip.png),var(--bg-btn-active);
}
.btn_Create:hover, #btn_Create:hover {
    background-image: url(/lib/icon/ico_Order.png),var(--bg-btn-active);
}
.btn_UpdatePreview:hover, #btn_UpdatePreview:hover {
    background-image: url(/lib/icon/ico_time_update.png),var(--bg-btn-active);
}
.btn_CreateBargain:hover, #btn_CreateBargain:hover {
    background-image: url(/lib/icon/ico_zip.png),var(--bg-btn-active);
}
.btn_Copy:hover, #btn_Copy:hover {
    background-image: url(/lib/icon/copy.png),var(--bg-btn-active);
}
.btn_SendSMS:hover, #btn_SendSMS:hover {
    background-image: url(/lib/icon/sms.png),var(--bg-btn-active);
}
.btn_SendEmail:hover, #btn_SendEmail:hover {
    background-image: url(/lib/icon/email.png),var(--bg-btn-active);
}
.btn_AddPump:hover {
    background-image: url(/lib/icon/ico_btn_add_pump.png), var(--bg-btn-active);
}
.btn_AddControl:hover {
    background-image: url(/lib/icon/ico_btn_add_control.png), var(--bg-btn-active);
}
.btn_AddWhole:hover {
    background-image: url(/lib/icon/ico_btn_add_whole.png), var(--bg-btn-active);
}
.btn_AddWhole5:hover {
    background-image: url(/lib/icon/ico_btn_add_whole5.png), var(--bg-btn-active);
}
.btn_Calculate:hover {
    background-image: url(/lib/icon/ico_calculate.png), var(--bg-btn-active);
}
.btn_Shopping:hover {
    background-image: url(/lib/icon/ico_cart.png), var(--bg-btn-active);
}
.btn_BaucheScan:hover {
    background-image: url(/lib/icon/ico_cart.png), var(--bg-btn-active);
}
.btn_Icon:hover, #btn_Icon:hover {
    background-image: none, var(--bg-btn-active);
}
.btn_Reload.abs-rt4 {
    z-index: 10000;
    background-position: left 3px center,center !important;
    padding-right: 0px !important;
}
/*#region  wz.System.Btn Group*/
.btn_group_system_form {
    position: absolute;
    top: 12px;
    right: 8px;
    z-index: 999;
}
/*#endregion*/
/*#endregion*/
/*#region  WZ.Box*/
/*#region  margin*/
.mg-l-1 {
    margin-left: -1px !important;
}
.mg-l4 {
    margin-left: 5px !important;
}
.mg-l5 {
    margin-left: 5px !important;
}
.mg-r2 {
    margin-right: 2px !important;
}
.mg-r4 {
    margin-right: 4px !important;
}
.mg-b0 {
    margin-bottom: 0px !important;
}
.mg-b4 {
    margin-bottom: 4px !important;
}
/*#endregion*/
/*#region  position*/
.abs-rt4 {
    position: absolute;
    right: 4px;
    top: 4px;
}
/*#endregion*/
/*#region  border*/
.border-gray {
    border: solid 1px #efefef;
}
/*#endregion*/
/*#region  float*/
.right {
    float: right !important
}
.left {
    float: left !important;
}
/*#endregion*/
/*#endregion*/
/*#region  layui-checkboxlist*/
.layui-checkboxlist {
    border: solid 1px #eee;
    box-sizing: border-box !important;
    height: 38px;
    background: #ffffff;
    vertical-align: middle;
}
    .layui-checkboxlist .layui-form-checkbox {
        box-sizing: border-box !important;
        margin: 3px !important;
    }
/*#endregion*/
/*#region  layui-checkboxlist*/
.layui-radiolist {
    border: solid 1px #eee;
    line-height: 38px;
    padding: 0 10px;
    height: 38px;
    box-sizing: border-box;
}
    .layui-radiolist .layui-form-radio {
        margin: 2px !important;
    }
/*#endregion*/
/*#region  WZ.Fieldset*/
/*#region   Show */
.form_fieldset {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
    position: relative;
    clear: both !important;
    position: relative;
    box-sizing: border-box
}
    .form_fieldset.Show {
        margin: 20px;
        clear: both !important;
    }
    /*#endregion*/
    /*#region     标题 dl */
    .form_fieldset > dl {
        display: block;
        position: relative;
        width: 100%;
        height: 18px;
        border: 1px solid #CCC;
        background: url("/images/bg/btn_gray.png") center center !important;
        background-color: white;
        box-sizing: border-box;
        margin: 0;
        padding: 8px;
    }
        .form_fieldset > dl .ReadMe {
            display: inline-block;
            border: #CCC solid 1px;
            background-color: #fffebd;
            line-height: 20px !important;
            border-radius: 2px;
            padding: 0 4px;
            box-sizing: border-box;
            color: #717171;
            box-shadow: 0 0 3px #CCC;
            font-size: 12px;
            clear: right;
            margin-left: 10px;
        }
        .form_fieldset > dl dd.ReadMe {
            float: left;
        }
        .form_fieldset > dl > dt {
            float: left;
            height: 22px;
            line-height: 20px;
            border: #CCC solid 1px;
            padding-left: 20px;
            padding-right: 4px;
            margin-top: -18px;
            margin-left: 10px;
            font-weight: 700;
            font-size: 12px;
            background: white;
            background-color: #DFEDFD;
            background-image: url("/lib/icon/ico_legend.png"),url("/images/bg/btn_hover.png");
            background-position: 4px center,center center;
            background-repeat: no-repeat,repeat-x;
            box-sizing: border-box;
        }
        .form_fieldset > dl > dd {
            margin: 0 2px;
            margin-top: -18px;
            margin-left: 10px;
            box-sizing: border-box
        }
            .form_fieldset > dl > dd.right > b {
                height: 24px !important;
            }
            .form_fieldset > dl > dd .InputGroup {
                border: #CCC solid 1px;
                background-color: #ebf3fc;
                margin-left: 10px;
                height: 28px !important;
                line-height: 22px;
                border-radius: 4px;
                padding: 1px 2px;
                box-sizing: border-box;
                margin-top: -8px;
            }
                .form_fieldset > dl > dd .InputGroup > * {
                    vertical-align: middle !important;
                }
                .form_fieldset > dl > dd .InputGroup > .layui-unselect {
                    margin: 0px !important;
                    height: 20px !important;
                    line-height: 20px;
                    padding-right: 20px;
                }
                    .form_fieldset > dl > dd .InputGroup > .layui-unselect > div {
                        height: 20px !important;
                        vertical-align: middle !important;
                        padding: 0px 4px;
                        font-size: 12px;
                    }
                    .form_fieldset > dl > dd .InputGroup > .layui-unselect > i {
                        width: 20px !important;
                        font-size: 14px;
                        color: #9aaab1
                    }
                    .form_fieldset > dl > dd .InputGroup > .layui-unselect.layui-form-checked > div {
                        background-color: #4ead00;
                    }
                    .form_fieldset > dl > dd .InputGroup > .layui-unselect.layui-form-checked > i:before {
                        color: #7bac00;
                        font-weight: bold;
                    }
                .form_fieldset > dl > dd .InputGroup .Title {
                    background: url(/lib/icon/ico_title.gif) left 4px center no-repeat;
                    padding-left: 12px;
                    color: #8b5407
                }
                .form_fieldset > dl > dd .InputGroup > b {
                    display: inline-block;
                    height: 20px;
                    line-height: 20px;
                    vertical-align: middle;
                }
                .form_fieldset > dl > dd .InputGroup > input {
                    height: 22px;
                    border: solid 1px #BED5F3 !important;
                    margin: 1px 2px;
                    padding: 0px 4px !important;
                    border-radius: 4px;
                    font-size: 12px;
                    vertical-align: middle !important;
                    box-sizing: border-box
                }
                .form_fieldset > dl > dd .InputGroup > select {
                    height: 22px;
                    border: none;
                    margin: 1px 2px;
                    padding-left: 4px;
                    padding-right: 14px;
                    cursor: pointer;
                    -moz-appearance: none;
                    -webkit-appearance: none;
                    background-image: url('/lib/icon/input-select.png');
                    background-color: #FFF;
                    background-position: right center;
                    background-repeat: no-repeat;
                    border: solid 1px #BED5F3;
                    border-radius: 4px;
                    font-size: 12px;
                    vertical-align: middle;
                }
                .form_fieldset > dl > dd .InputGroup > .ui_btn {
                    height: 22px !important;
                    line-height: 16px !important;
                    margin: 1px !important;
                }
    /*#endregion*/
    /*#region  Body  内容 */
    .form_fieldset > div {
        background-color: #FFF;
        box-shadow: 0 2px 5px 2px #bfbfbf61;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        border: #CCC solid 1px;
        border-top: unset;
        padding: 4px;
    }
        .form_fieldset > div > textarea {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            border: #9aaab1 dotted 1px;
            padding: 8px;
            width: 100%;
        }
        /*#region  Body  ToolBar */
        .form_fieldset > div.ToolBar {
            box-sizing: border-box;
            border-left: #CCC solid 1px;
            border-bottom: #CCC solid 1px;
            border-right: #CCC solid 1px;
            background-color: #ebf3fc;
            padding: 4px
        }
            .form_fieldset > div.ToolBar .input-item > input {
                border: #CCC solid 1px;
                padding: 4px;
                height: 24px;
                box-sizing: border-box;
                margin-left: -2px;
            }
            .form_fieldset > div.ToolBar .input-item > label {
                border: #CCC solid 1px;
                height: 24px;
                box-sizing: border-box;
                padding: 4px;
                background-color: #f6ffb9;
            }
    /*#endregion*/
    /*#region  Body  Editor */
    .form_fieldset.Editor > dl > dt > input {
        background-color: rgba(235,243,252,0.55);
        border: none;
        border-bottom: solid #c36515 1px
    }
    .form_fieldset.Editor > div {
        padding: 0;
        border: unset
    }
        .form_fieldset.Editor > div.ToolBar {
            border-left: #CCC solid 1px;
            border-bottom: #CCC solid 1px;
            border-right: #CCC solid 1px;
            padding: 4px
        }
        .form_fieldset.Editor > div > textarea {
            border: none;
            width: 100%;
            padding: 8px 8px 0;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            min-height: 80px;
            margin: 0
        }
    /*#endregion*/
    /*#region  Body  table Form */
    .form_fieldset > div > table > tbody > tr td > input,
    .form_fieldset > div > table > tbody > tr td > select {
        height: 24px;
        border: solid 1px #BED5F3;
        margin: 2px;
        padding: 2px 4px;
        box-sizing: border-box
    }
    .form_fieldset > div > table > tbody > tr td.Title {
        text-align: right;
    }
    .form_fieldset > div > table > tbody > tr > select {
        min-width: 80px;
    }
    /*#endregion*/
    /*#region  Body  ui_Table_Editor*/
    .form_fieldset #Table_ProductList.ui_Table_Editor {
        border-top: unset;
        margin: 0;
        margin-top: -1px;
    }
/*#endregion*/
/*#endregion*/
/*#endregion*/
.layui-form-item .layui-input-inline {
    width: unset;
}
/*#region  WZ.OrderID*/
.layui-input-group.OrderID {
    width: 60px;
    margin-left: 1px;
    margin-top: -1px !important;
    height: 24px !important;
    box-sizing: border-box;
}
    .layui-input-group.OrderID .layui-input-prefix {
        background-color: #F4F7A5;
        padding: 0 2px !important;
        display: inline-block;
        line-height: 22px;
        box-sizing: border-box;
    }
    .layui-input-group.OrderID #OrderID {
        background-color: #f5ffd8;
        text-align: center;
        width: 30px;
        padding: 0px !important;
        height: 24px;
        display: inline-block;
        box-sizing: border-box;
    }
/*#endregion*/
