body, input, select, textarea, button {
    font-family: 'Microsoft YaHei','微软雅黑','宋体';
    /*font-family: "宋体";*/
    font-size: 12px;
    line-height: 19px;
}

td {
    font-family: 'Microsoft YaHei','微软雅黑','宋体';
    font-size: 12px;
    line-height: 15px;
}

body {
    background-color: #fbfbfb;
    margin: 0;
    padding: 5px;
}

form {
    margin: 0;
}

img {
    border: 0;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #f24f00;
    text-decoration: underline;
}

a.LabelLink:link {
    color: #000;
    text-decoration: none;
}

a.LabelLink:visited {
    color: #000;
    text-decoration: none;
}

a.LabelLink:hover {
    color: #f24f00;
    text-decoration: none;
}

ol, ul {
    margin: 0;
}

h1 {
    font-size: 20pt;
    line-height: 24pt;
}

h2 {
    font-size: 16pt;
    line-height: 20pt;
}

div > .ScrollBar {
    scrollbar-arrow-color: #000;
    scrollbar-base-color: #a7b0bc;
    scrollbar-face-color: #a7b0bc;
    scrollbar-shadow-color: #a7b0bc;
    scrollbar-highlight-color: #a7b0bc;
    scrollbar-3dlight-color: #e5e5e5;
    scrollbar-darkshadow-color: #e5e5e5;
    scrollbar-track-color: #ebebeb;
}
.ScrollBar::-webkit-scrollbar-thumb {
    background-color: #a7b0bc;
    height: 50px;
    outline-offset: -1px;
    outline: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
}

    .ScrollBar::-webkit-scrollbar-thumb:hover {
        background-color: #a7b0bc;
        height: 50px;
        -webkit-border-radius: 0;
    }

.ScrollBar::-webkit-scrollbar {
    width: 17px;
    height: 17px;
}

.ScrollBar::-webkit-scrollbar-track-piece {
    background-color: #ebebeb;
    border: 0;
    -webkit-border-radius: 0;
}

.ScrollBar::-webkit-scrollbar-button {
    width: 16px;
    height: 16px;
    background-color: #ebebeb;
    outline: 1px solid #e5e5e5;
    outline-offset: -1px;
    font-size: 0;
}

    .ScrollBar::-webkit-scrollbar-button:vertical:decrement {
        border-left: 8px dashed transparent;
        border-right: 8px dashed transparent;
        border-bottom: 7px solid #000;
        height: 12px;
    }

    .ScrollBar::-webkit-scrollbar-button:vertical:increment {
        border-left: 8px dashed transparent;
        border-right: 8px dashed transparent;
        border-top: 7px solid #000;
        height: 12px;
    }

    .ScrollBar::-webkit-scrollbar-button:horizontal:decrement {
        border-top: 8px dashed transparent;
        border-bottom: 8px dashed transparent;
        border-right: 7px solid #000;
        width: 12px;
    }

    .ScrollBar::-webkit-scrollbar-button:horizontal:increment {
        border-top: 8px dashed transparent;
        border-bottom: 8px dashed transparent;
        border-left: 7px solid #000;
        width: 12px;
    }

.ScrollBar::-webkit-scrollbar-corner {
    background-color: #ebebeb;
}

textarea {
    resize: none;
}

* {
    outline: 0;
}

.ellipsis {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}

.Title {
    font-family: "微软雅黑","宋体";
    font-size: 20px;
    line-height: 1.0;
    font-weight: 300;
}

.Border {
    border: 1px solid #b7b7b7;
    -moz-box-shadow: 2px 2px 5px #ccc;
    -webkit-box-shadow: 2px 2px 5px #ccc;
    box-shadow: 2px 2px 5px #ccc;
}

.EditButtonBorder {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #c9c9c9;
    _border-left-color: #fff;
    _border-right-color: #fff;
    _border-top-color: #fff;
    _filter: progid:DXImageTransform.Microsoft.chroma(color=#FFFFFF);
    border-left-width: 0;
}

.Loading {
    border: 1px solid #b6b6b6;
    box-shadow: 1px 2px 2px #fff;
    background-color: #f7f7f7;
    color: #000;
}

.Panel {
    border-color: #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
}

.SDIPanel {
    border-top: 1px solid #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
    padding: 5px;
}

.ToolTip {
    border: 1px solid #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
    background-color: #f2fdff;
    padding: 5px;
}

.Edit {
    width: 116px;
    height: 28px;
    border-bottom: 1px solid #c9c9c9;
    padding: 1px;
    background-color: #fff;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    _border-left-color: #fff;
    _border-right-color: #fff;
    _border-top-color: #fff;
    _filter: progid:DXImageTransform.Microsoft.chroma(color=#FFFFFF);
    color: #343639;
}

.ButtonEdit {
    width: 116px;
    height: 28px;
    border-bottom: 1px solid #c9c9c9;
    padding: 1px;
    background-color: #ffffff;
    color: #343639;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    _border-left-color: #fff;
    _border-right-color: #fff;
    _border-top-color: #fff;
    _filter: progid:DXImageTransform.Microsoft.chroma(color=#FFFFFF);
}

.EditBlock .SkinButton {
    border-top: none;
    border-right: none;
}

.Edit:hover, .ButtonEdit:active, .Edit:focus, .EditBlock.active .SkinButton,
.EditBlock.active .Edit, .EditBlock.active .SkinButtonBlock, .EditBlock.active {
    border-bottom: 1px solid #c9c9c9;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
}

.TextArea:hover, .TextArea:focus {
    border: 1px solid #c9c9c9;
}

.EditBlock .Edit, .EditBlock .ButtonEdit, .EditBlock .Edit:hover, .EditBlock .ButtonEdit:active, .EditBlock .Edit:focus, .EditBlock .TextArea:focus, .EditBlock.active .SkinButton, .EditBlock.active .Edit, .EditBlock.active .SkinButtonBlock {
    border: none;
}

.EditBlock:hover, .EditBlock:active {
    border-bottom: 1px solid #c9c9c9;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
}

    .EditBlock:hover .SkinButton, .EditBlock:hover .Edit,
    .EditBlock:hover .SkinButtonBlock, .EditBlock .SkinButton, .EditBlock .Edit, .Grid .active .SkinButton, .EditBlock .SkinButtonBlock {
        border: none;
    }

.EditBlock {
    border-bottom: 1px solid #c9c9c9;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid white;
}



.FileEdit {
    width: 120px;
    height: 21px;
}

.FlatButton {
    border: 1px solid #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/common/buttonBg.gif");
    background-color: #e3f7ff;
}

.Button, .PrintErrorBox .BButton {
    border: 1px solid #2081fd;
    box-shadow: 1px 2px 2px #fff;
    height: 27px;
    background-image: none !important;
    background-color: #ffffff;
    white-space: nowrap;
    line-height: 24px;
    _line-height: 24px;
    color: #2081fd;
    border-radius: 5px;
}

.PagerBottom .Button, .PrintErrorBox .BButton {
    line-height: 30px;
    _line-height: 30px;
}

.Button:hover {
    background-color: #2280fd;
}

.Button.Selected {
    background-color: #2280fd !important;
    color: white;
}

.Button IMG {
    margin-right: 4px;
}

.billAssis:after {
    content: ' ▼';
    font-size: 10px;
}

.SpeedButton {
    padding: 2px 3px 1px 3px;
    height: 18px;
    text-align: center;
    cursor: default;
}

    .SpeedButton IMG {
        margin-right: 4px;
    }

.SpeedButtonBorder {
    border: 1px solid transparent;
    _border-color: #FFFFFF;
    _filter: progid:DXImageTransform.Microsoft.chroma(color=#FFFFFF);
}

.TextArea {
    border: 1px solid #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
    padding: 1px;
    background-color: #f6f6f6;
}

.IFrame {
    border: 1px solid #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
}

.Calendar {
    width: 185px;
    height: 160px;
    border: 1px solid #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
}

.DropDownList {
    width: 118px;
    height: 19px;
    border: 1px solid #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
    background-color: #f6f6f6;
}

.ListBox {
    border: 1px solid #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
    padding: 1px;
    background-color: #fbfbfb;
    width: 116px;
}

.CheckBoxListHorzItem {
    padding-bottom: 3px;
    padding-right: 8px;
}

.RadioButtonListHorzItem {
    padding-bottom: 3px;
    padding-right: 8px;
}

    .RadioButtonListHorzItem label, .CheckBoxListHorzItem label, .CheckBoxListVertItem label, .RadioButtonListVertItem label {
        margin-left: 3px;
    }

.Label {
    margin-top: 3px;
    word-wrap: break-word;
    word-break: break-all;
}

.TextLabel {
    width: 118px;
    height: 19px;
    border-width: 0;
    padding: 1px;
    background-color: #fbfbfb;
    color: #556a7b;
}

.CheckBox {
    margin-bottom: -2px;
}

/*.CheckBox.ChkBoxStyle label{
    line-height: 13px;
}*/
.TabContainer .Edit {
    height: auto;
}

.ChkBoxStyle label {
    line-height: 20px;
}


.RadioButton {
    margin-bottom: -2px;
}

.HSpacer {
    padding-left: 3px;
    font-size: 1px;
    line-height: 1px;
}

.VSpacer {
    height: 8px;
}

.LayoutGroupCaption {
    height: 20px;
    padding-left: 5px;
    padding-top: 3px;
    color: #fbfbfb;
    padding-bottom: 1px;
    background-color: #4987d0;
}

.LayoutGroupBorder {
    border: 1px solid #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
    margin-bottom: 5px;
    text-align: left;
}

.LayoutGroupVSpacer {
    height: 4px;
}

.LayoutItemLabelVSpace {
    padding-top: 3px;
}

.LayoutItemControlVSpace {
    padding-top: 3px;
}

.LayoutItemLabel {
    white-space: nowrap;
    padding-left: 8px;
    padding-top: 3px;
    padding-right: 8px;
}

.LayoutItemControl {
    padding-right: 6px;
}

.LayoutItemNoLabel {
    padding-top: 6px;
    padding-right: 0;
}

.LayoutFirstItemNoLabel {
    padding-left: 0;
    padding-top: 3px;
    padding-right: 0;
}

.LeftPanel {
    padding-right: 8px;
}

    .leftPanel > .LayoutGroupBlock {
        height: 95%;
        overflow: auto;
    }

.RightPanel {
    overflow: auto;
}

.FormBorder {
    border-bottom-width: 2px;
    border-radius: 4px;
}

.FormCaption {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/msgbox3.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px 0px 0px 0px;
    background-color: #F7F7F7;
    border-bottom: 1px solid #D9D9D9;
}

.MessageBox .MessageContent {
    padding-top: 15px;
}

.aicon-tishi2:before {
    content: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/msgbox2.png");
}

.aicon-question-circle:before {
    content: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/msgbox1.png");
}

.FormCaptionText {
    width: 100%;
    font-size: 12px;
    float: left;
    color: #474747;
    font-weight: bold;
    filter: progid:DXImageTransform.Microsoft.dropshadow(Color=#3177B5,OffX=1,OffY=1);
}

.FormCaptionLabel {
    padding-left: 4px;
    padding-top: 3px;
}

.FormCaptionButton {
    padding-right: 2px;
}

.FormSmallCaptionLabel {
    padding-left: 4px;
    padding-top: 2px;
    color: White;
}

.FormContent {
    padding: 5px;
    overflow: auto;
}

.FormContentAutoSize {
    padding: 5px;
}

.Grid {
    border: 1px solid #b6b6b6;
    box-shadow: 1px 2px 2px #fff;
    background-color: #fbfbfb;
    padding: 0;
}

.Pager PagerBottom {
    padding: 0;
}

.GridHeader {
    background-color: #d7dad9;
    cursor: default;
}

.GridHeaderRow {
    background-color: #deecff;
    height: 39px;
}

.GridHeaderCaption {
    background-color: #deecff;
    color: #424c56;
}

.GridHeaderCaptionText {
    color: #424c56;
    padding: 2px 5px 1px 5px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
}

.GridHeaderSortShape {
    padding-right: 5px;
    padding-top: 2px;
}

.GridFooter {
    background-color: #fefbe5;
    table-layout: fixed;
    cursor: default;
}

.GridFooterCell {
    height: 100%;
    overflow-x: hidden;
}

.GridFooterCellText {
    height: 20px;
    white-space: nowrap;
    background-color: #fffff5;
    margin: 1px;
    border: 1px solid #d4d4d4;
    padding: 0px 3px 0 3px;
    font-size: 13px;
    color: #6a6e00;
}

.GridBody {
    background-color: #fbfbfb;
}

.GridBodyRow {
    background-color: #cbccd2;
}

.GridBodyRow {
    background-color: #f3faff;
}

    .GridBodyRow:nth-child(2n) {
        background-color: #ffffff;
    }

    .GridBodyRow.even {
        background-color: #ffffff;
    }

    .GridBodyRow.active {
        background-color: #D2E7FF;
    }

    .GridBodyRow:hover {
        background-color: #D2E7FF;
    }

.GridBodyCellText {
    padding: 3px 5px 2px 3px;
    min-height: 15px;
    word-wrap: break-word;
    word-break: break-all;
}

.GridBodyCellLinkText {
    text-decoration: underline;
    cursor: pointer;
}

.GridBodyRowNoCell {
    background-color: #f6faff;
}

.GridBodyRowNoCellText {
    text-align: left;
    padding: 3px 5px 2px 8px;
    min-height: 15px;
    color: #b3b8be;
    font-weight: bold;
    overflow: hidden;
}

.GridInplaceCell {
    padding: 0;
}

.Table {
    border: 1px solid #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
    background-color: #d9f3ff;
    padding: 3px;
}

.Pager {
    border: 1px solid #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
    height: 31px;
}

.PagerBottom {
    border-width: 0 1px 1px 1px;
}

.PagerTop {
    border-width: 1px 1px 0 1px;
}

.PagerContent {
    padding: 6px;
}

.PagerSummaryText {
    color: #656566;
    padding-top: 2px;
    padding-right: 8px;
}

.PagerPageNumber {
    padding: 1px 0 0 0;
    line-height: 12px;
}

.PagerPageNumberSelected {
    padding: 2px 0 0 0;
    border: 1px solid #1c689f;
    background-color: #2576b0;
    color: white;
}

.PagerPageNumberButton {
    padding: 2px 6px 0 6px;
    border: 1px solid #bcbcbc;
    background-color: #f6f6f6;
}

.PagerPageNumberHover {
    padding: 2px 6px 0 6px;
    border: 1px solid #aedaf0;
    background-color: #b7e6fd;
}

.MenuBar {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/menu/menuBg.gif");
    background-color: #3b5997;
    height: 55px;
}

    .MenuBar .MenuBarHandle {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/menu/menuBarHandle.gif");
        background-repeat: no-repeat;
        background-position: center right;
        padding: 0 2px 0 8px;
        height: 23px;
        width: 6px;
        cursor: default;
    }

.MenuRoot {
    white-space: nowrap;
    cursor: default;
    padding: 0 2px 0 2px;
}

    .MenuRoot .MenuRootCaption {
        height: 50px;
        margin: 7px 1px 0 1px;
        padding: 2px 7px 0 7px;
    }

.Menu {
    background-color: #fbfbfb;
    border-bottom: 1px solid #b9baba;
    position: absolute;
    /*top: 0;*/
    /*visibility: hidden;*/
    cursor: default;
    white-space: nowrap;
    border-left: 1px solid #b9baba;
    border-right: 1px solid #b9baba;
}

.NormalMenu.Menu {
    /*visibility: hidden;*/
}

.Menu THEAD, .Menu TFOOT {
    background-color: #fbfbfb;
    height: 1px;
}

.Menu TBODY .MenuItem {
    white-space: nowrap;
}

    .Menu TBODY .MenuItem .MenuSpacerLeft {
        width: 0;
    }

    .Menu TBODY .MenuItem .MenuImage {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/menu/menuItem.gif");
        background-position: center center;
        background-repeat: repeat-y;
    }

        .Menu TBODY .MenuItem .MenuImage IMG {
            margin: 3px 4px 3px 3px;
        }

    .Menu TBODY .MenuItem .MenuCaption {
        background-color: #fbfbfb;
        padding: 2px 18px 0 8px;
        white-space: nowrap;
        color: #4a4a4a;
    }

.Menu .MenuMore.aicon-children:before {
    content: '';
    border-left: 6px solid #777;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    font-size: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    width: 0;
    height: 0;
    float: none;
    margin-top: 10px;
}

.Menu TBODY .MenuItem .MenuMore, .Menu TBODY .MenuItem .MenuNoMore {
    background-color: #fbfbfb;
    padding-right: 6px;
    text-align: right;
}

.Menu TBODY .MenuItem .MenuShortcut {
    padding-right: 6px;
    text-align: right;
}

.Menu TBODY .MenuItem .MenuSpacerRight {
    background-color: #fff;
    width: 0;
}

.Menu TBODY .MenuSeperator .MenuImage {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/menu/menuItem.gif");
    background-position: center center;
    background-repeat: repeat-y;
}

.Menu TBODY .MenuSeperator .MenuCaption {
    background-color: #d5dbde;
    border: 1px solid #fff;
}

    .Menu TBODY .MenuSeperator .MenuCaption IMG {
        background-color: #fff;
        height: 1px;
        width: 8px;
    }

.Menu .MenuImage {
    background-color: #1f83fc;
    opacity: 10%;
}

.Menu .MenuItem:hover {
    background-color: #fff;
}

    .Menu .MenuItem:hover .MenuImage {
        background-color: #1f83fc;
        opacity: 10%;
    }


    .Menu .MenuItem:hover .MenuCaption, .Menu .MenuItem:hover .MenuNoMore, .Menu .MenuItem:hover .MenuMore {
        background-color: #bddbfd;
        color: #4a4a4a;
    }

.Menu .MenuMore, .Menu .MenuNoMore {
    height: auto;
}

.TabTopCaptions {
    cursor: default;
    height: 20px;
}

.TabTopRightSpace {
    border-bottom: 1px solid #cbcbcb;
    line-height: 0;
    font-size: 0;
    height: 1px;
}

.TabBottomCaptions {
    cursor: default;
    height: 20px;
}

.TabTopCaption {
    padding: 3px 6px 0 6px;
    white-space: nowrap;
}

.TabTopCaptionClose {
    padding: 3px 19px 0 6px;
    white-space: nowrap;
}

.TabTopCaptionInitialize {
    padding: 3px 0 0 0;
    white-space: nowrap;
    height: 28px;
}

.TabBottomCaptionClose {
    padding: 2px 19px 1px 6px;
    white-space: nowrap;
}

.TabBottomCaptionInitialize {
    padding: 2px 0 1px 0;
    white-space: nowrap;
}

.TabCloseButton {
    padding-top: 1px;
    padding-left: 8px;
}

.TabBody {
    /*padding: 8px;*/
    border: 0px solid #cbcbcb;
    border-top-style: none;
    -moz-box-shadow: 2px 2px 5px #ddd;
    -webkit-box-shadow: 2px 2px 5px #ddd;
    box-shadow: 2px 2px 5px #ddd;
}
.GridBlock {
    padding: 0px 0px 8px 0px
}
.TabPage{
    padding: 0px;
}

.TabBodyNoHeader {
    overflow: hidden;
}

.MDIPanel {
    width: 100%;
}

.MDIBarHandle {
    clear: both;
}

.MDITabBar {
    position: relative;
    top: 0;
    overflow: hidden;
    _height: 41px;
}

.MDITabCaption {
    font-size: 14px;
}

.MDITabCaptions {
    cursor: default;
    height: 41px;
    min-width: 123px;
    *width: 123px !important;
}

.MDIBarLine {
    border-top: 1px solid #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
    border-bottom: 1px solid #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
    width: 100%;
    height: 0;
}

.MDIChilds {
    clear: both;
    overflow: auto;
    padding: 5px;
    _position: relative;
}

.TreeView {
    padding: 0;
    border: 1px solid #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
    overflow: auto;
    background-color: #fbfbfb;
}

.TreeNodeText {
    padding: 2px 3px 1px 3px;
    color: #343639;
}

.LeftTriangle, .RightTriangle {
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    margin: 0 0 0 1px;
}

.LeftTriangle {
    border-right: #8eadbf 4px solid;
    border-left: transparent 0 dashed;
    border-top: transparent 4px dashed;
    border-bottom: transparent 4px dashed;
}

.RightTriangle {
    border-left: #8eadbf 4px solid;
    border-right: transparent 0 dashed;
    border-top: transparent 4px dashed;
    border-bottom: transparent 4px dashed;
}

.VSplitter {
    width: 6px;
    height: 1px;
    margin-left: 3px;
    margin-right: 3px;
    background-color: #b6e0fa;
    float: left;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
}

    .VSplitter:hover {
        background-color: #add6ed;
    }

.HSplitter {
    height: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: #b6e0fa;
    cursor: n-resize;
    -webkit-border-radius: 2px;
}

    .HSplitter:hover {
        background-color: #afd9f0;
    }

.NavBar {
    border: 0 solid #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
    padding: 0;
    background-color: #f6fcff;
}

.NBGroupHeader {
    cursor: pointer;
    color: #333;
    padding: 3px 5px 3px 13px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/navBar/headerBg.gif");
    background-position: 0 0;
    background-repeat: repeat-x;
    border-bottom: #dff2fd 1px solid;
}

    .NBGroupHeader TD {
        white-space: nowrap;
    }

.NBGroupHeaderHover {
    background-position: 0 -32px;
}

.NBGroupHeaderImg {
    width: 16px;
    height: 16px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/navBar/collapseExpand.gif");
    background-repeat: no-repeat;
}

.NBGroupHeaderImgCollapse {
    background-position: 0 0;
}

.NBGroupHeaderImgExpand {
    background-position: 0 -16px;
}

.NBGroupBody {
    padding: 2px 1px 2px 1px;
    min-height: 8px;
    height: auto !important;
    height: 8px;
}

.SmallNavItem {
    cursor: pointer;
    color: #494949;
    padding: 4px 5px 4px 9px;
}

.SmallNavItemIcon {
    width: 16px;
    height: 16px;
    border-width: 0;
    margin-right: 8px;
}

.LargeNavItem {
    cursor: pointer;
    color: #494949;
    padding: 6px 12px 6px 12px;
}

.LargeNavItemIcon {
    width: 32px;
    height: 32px;
    margin-bottom: 3px;
}

.ToolBar {
    height: 22px;
    border: 1px solid transparent;
    _border-color: #FFFFFF;
    _filter: progid:DXImageTransform.Microsoft.chroma(color=#FFFFFF);
    box-shadow: 1px 2px 2px #fff;
    padding: 1px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/toolBar/toolBarBg.gif");
    background-position: 0 0;
    background-repeat: repeat-x;
}

.ToolBarNoBottomLine {
    border-bottom-style: none;
}

.ToolBarNoTopLine {
    border-top-style: none;
}

.ToolBarHandle {
    width: 11px;
    height: 20px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/toolBar/toolBarHandle.gif");
    background-repeat: no-repeat;
    background-position: center right;
}

.ToolButton {
    width: 22px;
    height: 20px;
}

.ToolSpeedButton IMG {
    margin-right: 4px;
}

.ToolSpeedButton .ToolSpeedButtonContent {
    height: 15px;
    white-space: nowrap;
    cursor: default;
    margin: 0 1px 0 1px;
    padding: 2px 7px 0 7px;
}

.ToolSeperator {
    width: 8px;
    height: 18px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/toolBar/seperator.gif");
    background-repeat: repeat-y;
    background-position: center center;
}

.LargeToolBar {
    border-bottom: 1px solid #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
    padding: 2px 1px 2px 1px;
    height: 44px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/toolBar/largeToolBarBg.gif");
}

.LargeToolBarHandle {
    width: 11px;
    height: 36px;
    margin-top: 0;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/toolBar/largeToolBarHandle.gif");
    background-repeat: no-repeat;
    background-position: center right;
}

.LargeToolButton {
    width: 52px;
    padding: 2px 1px 1px 1px;
    cursor: default;
}

.LargeToolButtonText {
    padding: 1px 0 0 0;
    white-space: nowrap;
}

.LargeToolSeperator {
    width: 8px;
    height: 36px;
    margin-top: 0;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/toolBar/seperator.gif");
    background-repeat: repeat-y;
    background-position: bottom center;
}

.StatusBar {
    background-color: #3b5997;
    height: 39px;
    border-top: 1px solid #ccd0d6;
}

.StatusBarHandle {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/toolBar/statusBarHandle.gif");
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0 2px 0 8px;
    margin-right: 3px;
    width: 0;
    height: 21px;
    cursor: default;
}

.HtmlEditorBody {
    border: 1px solid #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
}

.HtmlEditorHtml {
    border: 1px solid #b7b7b7;
    box-shadow: 1px 2px 2px #fff;
    padding: 5px;
}

.SchedulerSelectedPanel {
    background-color: #fdfcf4;
}

.SchedulerTodayPanel {
    background-color: #deeede;
}

.SchedulerPanel {
    background-color: White;
}

.SchedulerDayPanel {
    background-color: #bfddbf;
}

.SchedulerOtherDayPanel {
    background-color: #efefef;
}

.SchedulerWeekPanel {
    background-color: #d6ead6;
    color: #999;
}

.SchedulerTabel {
    background-color: #9eca9e;
}

.SchedulerTitle {
    color: #333;
    font-size: 15px;
    padding-top: 5px;
}

.SchedulerItemPanel {
    white-space: nowrap;
    overflow: hidden;
}

.GridDynamicButtonBody {
    padding: 5px 10px;
    word-wrap: break-word;
}

    .GridDynamicButtonBody a {
        color: #36c;
    }

        .GridDynamicButtonBody a:visited {
            color: #36c;
        }

.GridDynamicButtonVert {
    display: block;
    line-height: 22px;
    text-align: center;
}

.GridDynamicButtonHorz {
    display: block;
    float: left;
    margin-right: 5px;
    line-height: 22px;
}

.LayoutGroupContainer a {
    color: #fff;
}

.LayoutGroupContainer button {
    -moz-box-shadow: 0 0 0 #ddd;
    -webkit-box-shadow: 0 0 0 #ddd;
    box-shadow: 0 0 0 #ddd;
}

.ContentPager {
    text-align: right;
}

.ContentPagerButton {
    margin-left: 3px;
    margin-right: 3px;
}

.ContentPagerLinkCurr {
    color: red;
}

.ContentPagerLinkDisabled {
    color: #bbb;
}

.Popup {
    border: 1px solid #4b98d7;
    padding: 5px;
    -moz-box-shadow: 0 0 15px #aaa;
    -webkit-box-shadow: 0 0 15px #aaa;
    box-shadow: 0 0 15px #aaa;
}

.ToolDropDownBox_Button {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
}

.DropDownPopup {
    border: 1px solid #ddd;
    padding: 8px;
    -moz-box-shadow: 2px 2px 5px #eee,-2px 2px 5px #eee,-2px -2px 5px #eee,2px -2px 5px #eee;
    -webkit-box-shadow: 2px 5px 3px #eee,-2px 2px 5px #eee,-2px -2px 5px #eee,2px -2px 5px #eee;
    box-shadow: 2px 2px 5px #eee,-2px 2px 5px #eee,-2px -2px 5px #eee,2px -2px 5px #eee;
}

.BackTopShape {
    position: fixed;
    display: none;
    bottom: 40px;
    right: 25px;
}

.ListPager {
    text-align: left;
    margin: 3px auto;
}

.ListPagerButton {
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid #ccc;
    line-height: 20px;
    height: 20px;
    padding: 0 8px;
    text-align: center;
    display: inline-block;
}

.ListPagerItemCount, .ListPagerEllipsis {
    border: 0;
}

a.ListPagerButton:hover {
    background-color: #eee;
}

a.ListPagerLinkCurr {
    color: #ff6702;
    border: 1px solid #ff6702;
    background-color: #ffece1;
}

    a.ListPagerLinkCurr:hover {
        text-decoration: none;
        background-color: transparent;
        cursor: default;
    }

a.ListPagerLinkDisabled {
    color: #bbb;
}

    a.ListPagerLinkDisabled:hover {
        background-color: transparent;
        text-decoration: none;
        cursor: default;
    }

.UI_ListView {
    border: 1px solid #eee;
    overflow: auto;
    background-color: #fff;
}

.UI_ListItem {
    width: 200px;
    float: left;
    overflow: hidden;
    margin: 10px;
}

.UI_ListLayout {
    /*border: 1px solid #eee;
    padding: 5px;
    width: 95%;
    background-color: #fff;*/
}

.queryPopup .UI_ListView .UI_ListLayout {
    border: 1px solid #eee;
    padding: 5px;
    width: 95%;
    background-color: #fff;
}

.queryPopup .UI_ListView .UI_ListLayout:hover {
    border: 1px solid #2081fd;
    /*box-shadow: 0 0 0 1px #2081fd;*/
}

.DataText {
    word-wrap: break-word;
    word-break: break-all;
    font-family: 'Microsoft YaHei','微软雅黑','宋体';
}

.UI_ListView .LayoutItemLabel {
    padding-top: 0;
}

.MessageBox .Button {
    height: 27px;
    line-height: 27px;
    padding: 0 15px;
    color: #2081fd;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/common/buttonBg.gif");
}

.PrintErrorBox .BButton {
    background-color: #fff;
    color: #666;
}

.MessageBox .FormCaption {
    font-weight: bold;
}

.MessageBox .MessageBoxText {
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
    -ms-word-break: break-all;
    line-height: 16px;
    padding-top: 10px;
}

.SoftKeyboardButton {
    width: 40px;
    height: 22px;
    text-align: center;
    font-size: 14px;
    font-family: "Arial";
}

.SoftKeyboard_Number {
    border: 1px solid #ccc;
    background: #fafafa;
}

.SoftKeyboard_Letter {
    border: 1px solid #bbb;
    background: #e1e1e1;
}

.SoftKeyboard_Symbol {
    border: 1px solid #aaa;
    background: #ccc;
}

.SoftKeyboard_FN {
    font-size: 12px;
    background: #cce4ee;
    border: 1px solid #81b7e4;
}

.SoftKeyboard_OK {
    font-size: 12px;
    background: #cce4ee;
    border: 1px solid #81b7e4;
}

.SoftKeyboard_Line {
    height: 3px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.SoftKeyboardButton:hover {
    background: #d7f0fa;
    color: #f00;
}

.SoftKeyboard_Line:hover {
    background: 0;
}

.HintBox td {
    font-size: 12px;
    line-height: 22px;
}

.HintBox img {
    margin-top: 5px;
}

.TreeDragBlock {
    border: 1px dashed blue;
    background: #fafafa;
    padding: 8px;
    position: absolute;
    display: none;
}

.TreeDragLine {
    height: 1px;
    border-bottom: 1px dashed blue;
    position: absolute;
    display: none;
}

.HtmlEditorFacePopup map {
    position: absolute;
    display: block;
    width: 275px;
    height: 114px;
    left: 0;
    top: 0;
}

.HtmlEditorFacePopup area {
    display: block;
    width: 27px;
    height: 26px;
    float: left;
    cursor: pointer;
}

.disabled {
    color: #a0a0a0;
}

.MenuBar td {
    color: white;
    height: 54px;
}

    .MenuBar td > img {
        margin: 0 24px 0 24px;
    }

.MenuRootCaption img {
    *zoom: 1.1;
}

.LogoMargin {
    margin: 0 24px 0 24px;
}

.MenuRoot .MenuRootCaption img {
    margin-top: 15px;
}

.MenuSplit {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/menu/menuSplilt.gif");
    background-repeat: no-repeat;
    background-position: right center;
}

.MenuRight {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/menu/menuSplilt.gif");
    background-repeat: no-repeat;
    background-position: left center;
    width: 35px;
    height: 30px;
}

    .MenuRight td {
        height: 22px;
        width: auto;
    }

    .MenuRight .Label {
        color: #3C65F4;
    }

.logOff {
    margin-left: 44px;
    margin-right: 38px;
}

.quit {
    margin-right: 44px;
}

.masterlb_BtnPanel .quit {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/guanbi.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

.MDIBar .TabTopCaptionText {
    color: #6779a7;
}

.MDITabCaptions .TabTopCaptionInitialize > div {
    color: #567ed3;
    font-weight: bold;
    font-size: 14px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/home.png");
    background-repeat: no-repeat;
    background-position: right center;
}

.DHTitle {
    color: #567ed3;
    font-weight: bold;
    font-size: 14px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/mdiTab/tabIcon.gif");
    background-repeat: no-repeat;
    background-position: right center;
}
.MDIChild {
    background-color: #ffffff;
}
.MDIChild > div {
    /*width: 99.9%;
    height: 99.9%;*/
    width: 100%;
    height: 100%;
}

    .MDIChild > div > div {
        margin-left: 0px;
    }

.Edit[readonly] {
    color: #a0a0a0;
}

.ButtonEdit[readonly] {
    color: #a0a0a0;
}

.Button[disabled] {
    background-image: none;
    background-color: transparent;
    _background-color: #fff;
    _filter: progid:DXImageTransform.Microsoft.chroma(color=#FFFFFF);
}

.Button.disabled:hover {
    background-image: none;
    background-color: transparent;
    _background-color: #fff;
    color: #a0a0a0;
    _filter: progid:DXImageTransform.Microsoft.chroma(color=#a0a0a0);
}

.GridInplaceCell .ButtonEdit {
    box-shadow: 0 0 0 #fff;
}

label {
    color: #556a7b;
}

div.Label {
    color: #556a7b;
}

span.Label {
    color: #556a7b;
}

.GridFooter > td {
    color: #676d01;
    font-weight: bold;
}

.GridInplaceCell td {
    background-color: #fbfbfb;
}

.GridBodyRow {
    height: 30px;
}

.GridStyle .GridHeaderRow {
    height: 22px;
}

.GridStyle .GridBodyRow {
    height: 22px;
}

.GridStyleMulti .GridHeaderRow {
    height: 22px;
}

.GridStyleTri .GridHeaderRow {
    height: 17px;
}

/*.PagerContent .Button {
    
    line-height: 34px !important;
}*/

.Input .EditButtonBorder, .Input .Edit, .Input .ButtonEdit {
    margin-top: 5px;
}

.StatusBar table {
    height: 39px;
    color: White;
}

    .StatusBar table div {
        margin-top: 2px;
        _margin-top: 0;
    }

.StatusBar .Label {
    color: White;
    text-indent: 1px;
}

.StatusBar label {
    color: White;
}

.StartDiv {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background-color: #efefef;
    width: 100%;
}

    .StartDiv > div {
        height: 100%;
    }

.StartPanel {
    width: 100%;
    height: 100%;
    *height: 99.2%;
    padding: 0;
    margin: 0;
    _position: relative;
}

    .StartPanel tbody {
        width: 100%;
        height: 100%;
        *height: 99.2% !important;
        *height: 98.6%;
        padding: 0;
        margin: 0;
    }

    .StartPanel td {
        height: 99.8%;
        vertical-align: top;
    }

    .StartPanel .LayoutFirstItemNoLabel {
        padding: 0;
    }

.StartLeft {
    width: 116px;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #b0c2d8;
    background-color: #233357;
    _overflow: hidden;
    _clear: both;
}

    .StartLeft span.Label {
        color: #b0c2d8;
    }

/*.StartLeft div {
        width: 116px;
        height: 90px;
        _height  : 110px;
        text-align: center;
        padding-top: 20px;
        background-color: #233357;
        _position: relative;
    }*/

.Split {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/split.gif");
    background-repeat: no-repeat;
    background-position: center bottom;
}



.Selected span.Label {
    color: #3b5997;
}

.StartMiddleDiv {
    height: 100%;
    margin: 0;
    padding: 0;
}

.StartMiddle {
    margin: 0 0 0 10px;
    width: 100%;
    height: 109px;
    border-bottom: #e4e4e4 1px solid;
}

    .StartMiddle div {
        float: left;
        padding: 9px 0 0 0;
        width: 100px;
        text-align: center;
        margin-right: 40px;
    }

        .StartMiddle div span {
            color: #6b6b6b;
        }

.MiddleSelected div span {
    font-weight: bold;
    color: #385b95;
}

.StartRight {
    width: 173px;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #303030;
    border-left: 1px solid #e3e3e3;
}

    .StartRight span.Label {
        color: #303030;
    }

    .StartRight div div {
        width: 100%;
        height: 45px;
        padding-top: 15px;
        border-bottom: 1px solid #e3e3e3;
    }

.StartRightTitle {
    width: 100%;
    height: 32px;
    color: #767676;
    font-weight: bold;
    font-size: 15px;
    padding-top: 15px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/RIconBg.gif");
    background-repeat: no-repeat;
    background-position: left center;
}

    .StartRightTitle span.Label {
        color: #767676;
    }

    .StartRightTitle img {
        margin-left: 20px;
    }

    .StartRightTitle span {
        margin-left: 10px;
        _height /*IE5.5*/: 32px;
    }

.StartRight div div span {
    margin-left: 18px;
    _height /*IE5.5*/: 32px;
}

.LoginTopBd { /*min-width:1000px;*/
    width: 100%;
    height: 75px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/loginTopBd.gif");
    background-repeat: repeat-x;
    background-position: center bottom;
}

.LoginTop {
    background-color: #3b5997;
    width: 100%;
    height: 71px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/logo.gif");
    background-repeat: no-repeat;
    background-position: 10% center;
}

.ServerTop {
    background-color: #3b5997;
    width: 100%;
    height: 71px;
    background-image: linear-gradient(90deg,#1f83fc,#2cccfd);
    background-repeat: no-repeat;
    background-position: 10% center;
}

.LoginTop_Agent {
    background-color: #3b5997;
    width: 100%;
    height: 71px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/logo_agent.gif");
    background-repeat: no-repeat;
    background-position: 10% center;
}

.LoginMiddle { /*min-width:1000px;*/
    position: fixed;
    _overflow: hidden;
    width: 100%;
    height: 78%;
}

.LoginMiddleLeft {
    float: left;
    width: 51%;
    margin-top: 7%;
    min-height: 500px;
    _height: 391px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/dt.gif");
    background-repeat: no-repeat;
    background-position: right center;
}

.ServerMiddleLeft {
    float: left;
    width: 51%;
    margin-top: 8%;
    min-height: 391px;
    _height: 304px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/loginIcon.gif");
    background-repeat: no-repeat;
    background-position: right center;
}

.ServerMiddleRight {
    margin-left: 38%;
    width: 45%;
    margin-top: 10%;
}

.LoginBottomBd { /*min-width:1000px;*/
    position: fixed;
    _position: absolute;
    bottom: 0;
    width: 100%;
    height: 57px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/loginBottomBd.gif");
    background-repeat: repeat-x;
    background-position: center top;
}

.LoginBottom {
    position: fixed;
    _position: absolute;
    bottom: 0;
    background-image: linear-gradient(90deg,#1f83fc,#2cccfd);
    height: 55px;
    width: 100%;
    text-align: center;
}

    .LoginBottom span.Label {
        color: white;
        line-height: 55px;
    }

.ztDiv {
    margin-top: 24px;
    *margin-top: 35px !important;
}

.ztDivCode {
    margin-top: 10px;
    *margin-top: 24px !important;
}

.comboDiv {
    width: 37px;
    height: 36px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/loginComboButton.gif");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    position: relative;
    left: 234px;
    _left /*IE5.5*/: 232px;
    *top: -39px !important;
    top: -38px;
    _margin-top: -2px;
    _margin-top /*IE5.5*/: 0;
    *margin-bottom: -36px !important;
}

.inputDiv {
    margin-bottom: 34px;
}

.inputDivNew {
    margin-bottom: 34px;
    margin-top: 50px;
    *margin-top: 61px !important;
}

.inputDivCode {
    margin-bottom: 24px;
}

.inputDivNewCode {
    margin-bottom: 34px;
    margin-top: 30px;
    *margin-top: 41px !important;
}

.inputZTDiv {
    height: 64px;
    *height: 40px !important;
}

.firstDiv {
    margin-top: 25px;
    *margin-top: 36px !important;
}

.firstDivCode {
    margin-top: 13px;
    *margin-top: 24px !important;
}

.unLb {
    width: 56px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    letter-spacing: 7px;
    _margin-right /*IE5.5*/: 15px;
}

.pwdLb {
    width: 56px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    letter-spacing: 29px;
    _margin-right /*IE5.5*/: 15px;
}

.pwdLbServer {
    width: 70px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    letter-spacing: 41px;
    _margin-right /*IE5.5*/: 15px;
}

.Server {
    width: 435px;
    height: 400px;
    background: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/loginBg.gif") no-repeat;
    padding: 15px 45px;
}

    .Server .Edit {
        font-size: 14px;
        border-bottom: 1px solid transparent;
        _border-bottom-color: #fff;
        _filter: progid:DXImageTransform.Microsoft.chroma(color=#FFFFFF);
        margin-top: 6px;
        margin-right: 4px;
        background-color: #f8f8f8;
    }



/*.mlogin {
    width: 435px;
    height: 400px;
    background: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/loginBg.png") no-repeat;
    padding: 15px 45px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
}

    .mlogin .ButtonEdit {
        font-size: 14px;
        border-bottom: 1px solid transparent;
        _border-bottom-color: #fff;
        _filter: progid:DXImageTransform.Microsoft.chroma(color=#FFFFFF);
        width: 260px;
        *width: 250px;
        height: 36px;
        _height: 38px;
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/login1.gif");
        background-repeat: no-repeat;
        background-position: left center;
        text-indent: 40px;
        line-height: 34px !important;
        *margin-left: -42px !important;
    }

    .mlogin .EditButtonBorder {
        width: 37px;
        border-bottom: 1px solid transparent;
        visibility: hidden;
        display: none;
        padding-right: 10px;
        *width: 0 !important;
        *padding: 0 !important;
    }

    .mlogin .Edit {
        font-size: 14px;
        border-bottom: 1px solid transparent;
        _border-bottom-color: #fff;
        _filter: progid:DXImageTransform.Microsoft.chroma(color=#FFFFFF);
        margin-top: 6px;
        margin-right: 4px;
        background-color: #f8f8f8;
    }

    .mlogin .Label {
        float: left;
        padding-top: 8px;
        padding-right: 14px;
        color: #969696;
        font-size: 14px;
    }

    .mlogin input[type=text]:focus, .login input[type=password]:focus {
        box-shadow: none;
    }

    .mlogin input[type=text]:hover, .login input[type=password]:hover {
        box-shadow: none;
    }*/

.mlogin .LoginMiddleRight {
    width: 100%;
    margin-top: 0%;
}

    .mlogin .LoginMiddleRight .mlogintop {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/组4.png");
        background-size: cover;
        height: 210px;
        width: 100%;
    }

.mlogin .login {
    width: 100%;
    height: 100%;
}

.mlogin .LoginMiddleRight .login .ywbtndiv {
    padding-top: 0px;
    margin-bottom: 25px;
}

.mlogin .LoginMiddleRight .login .mywbtndiv {
    padding-top: 0px;
    margin-bottom: 10px;
    padding-left: 140px;
}

.mlogin .LoginMiddleRight .login .inputDivCode {
    margin-bottom: 15px;
}

.HGrid {
    height: 405px;
    _height: 390px;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

.btnDis {
    margin-top: 5px;
}

.DyGrid .GridDynamicButtonVert {
    padding: 2px 5px;
    border-radius: 4px;
    border: 1px solid #B7B7B7;
    text-align: center;
    display: block;
    background-color: #4785CE;
}

    .DyGrid .GridDynamicButtonVert:hover {
        animation: myfirst 1s;
        background-color: #316BC6;
        -moz-animation: myfirst 1s;
        -webkit-animation: myfirst 1s;
        -o-animation: myfirst 1s;
        text-decoration: none;
    }

.PagerContent span {
    color: #656566;
}

.ArrowRight {
    border-left: 6px solid #777;
    _border-right-color: #FBFBFB;
    _border-top-color: #FBFBFB;
    _border-bottom-color: #FBFBFB;
}

.topdiv {
    margin-top: 60px;
}

.confirmbtn {
    width: 269px;
    height: 41px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/btnOK.gif");
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 45px;
    margin-top: 50px;
    _margin-left: 36px;
    _margin-left /*IE5.5*/: 36px;
}

    .confirmbtn:hover {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/btnOK_Hover.gif");
    }

.onloading {
    margin-left: 100px;
    margin-top: 110px;
}

.sysChangeRadio {
    padding-top: 10px;
    border: 0px;
    background: transparent;
    box-shadow: none;
}

/*Master样式*/
.master-btn-panel {
    clear: both;
    width: 98%;
    height: auto;
    position: absolute;
    left: 0;
    top: 15%;
    right: 0;
}

.btn-masterimage {
    border: 1px solid #fff;
    margin-bottom: 50px;
    margin-left: 20px;
    padding: 5px;
}

.master-lbtext {
    color: #fff;
    font-size: 18px;
    font-family: 'Microsoft YaHei','微软雅黑','宋体';
    line-height: 25px;
    padding-right: 30px;
}

.master-lbButton {
    float: right;
    margin-left: 0px;
    padding-right: 10px;
}

.ywBtn {
    width: auto;
    height: 41px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/ArrowRight.png");
    background-position: right center;
    background-repeat: no-repeat;
    /*margin-left: 70px;*/
    _margin-left: 36px;
    float: left;
}

.switchBtn {
    width: auto;
    height: 41px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/ArrowRight.png");
    background-position: right center;
    background-repeat: no-repeat;
    /*margin-left: 105px;*/
    float: right;
}

.ReLoginBtn{
    width: auto;
    height: 41px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/ArrowRight.png");
    background-position: right center;
    background-repeat: no-repeat;
    /*margin-left: 105px;*/
    float: right;
    font-size: 14px;
}

.returnBtn {
    width: auto;
    height: 41px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/ArrowRight.png");
    background-position: right center;
    background-repeat: no-repeat;
    margin-left: 200px;
    float: right;
}

.ywBtnYw {
    width: auto;
    height: 41px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/ArrowRight.png");
    background-position: right center;
    background-repeat: no-repeat;
    margin-left: 70px;
    _margin-left: 36px;
}

.ywptBtn {
    width: auto;
    height: 41px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/ArrowRight.png");
    background-position: right center;
    background-repeat: no-repeat;
    /*margin-left: 70px;*/
    float: left;
}

.ywptBtnYw {
    width: auto;
    height: 41px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/ywpt1.png");
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 70px;
    _margin-left: 36px;
}

.accountgrid .GridHeaderRow td {
    background: -webkit-linear-gradient(top, rgb(222, 236, 255), rgb(222, 236, 255)) !important;
    background: linear-gradient(rgb(222, 236, 255), rgb(222, 236, 255)) !important;
}



/*#region 登陆页 */
.LoginBg {
    /*background: linear-gradient(to top right, red , blue); /* 标准的语法（必须放在最后） */
    background-image: linear-gradient(to top right,#2081fd,#2cccfc);
    width: 100%;
    height: 100%;
    position: absolute;
}

    

.login {
    width: 380px;
    padding: 0px;
    background: none;
    /*background-color: white;*/
}

.LoginMiddleRight {
    width: 30%;
    height: 100%;
    /*margin-top: 12%;*/
    float: right;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .LoginMiddleRight .login .ywbtndiv {
        /*margin-top: 10px;*/
        height: 80px;
        padding-top: 25px;
        padding-left: 84px;
    }

    .LoginMiddleRight .login .registerbtndiv {
        margin-top: 10px;
        margin-bottom: 35px;
        padding-top: 25px;
        padding-left: 155px;
    }

        .LoginMiddleRight .login .registerbtndiv .ywBtn {
            background-image: none;
            color: #1f80fc;
            font-size: 20px;
            font-weight: bold;
            font-family: auto;
            height: 30px;
            margin-left: 0px;
        }

    .LoginMiddleRight .login .ywbtndiv .ywBtn {
        background-image: none;
        color: #1f80fc;
        font-size: 20px;
        font-weight: bold;
        font-family: auto;
        height: 30px;
        margin-left: 0px;
    }

    .LoginMiddleRight .login .ywbtndiv .ywBtnTitle {
        width: 250px;
        letter-spacing: 2px;
    }

    .LoginMiddleRight .login .ywbtndiv .ywptBtn {
        margin-left: 0px;
        cursor: pointer;
        background-image: none;
        color: #1f80fc;
        font-size: 20px;
        font-weight: bold;
        font-family: auto;
        height: 30px;
    }

    .LoginMiddleRight .login .ywbtndiv .jxsBtn {
        margin-left: 0px;
        cursor: pointer;
        background-image: none;
        color: #1f80fc;
        font-size: 20px;
        font-weight: bold;
        font-family: auto;
        height: 30px;
    }

    .LoginMiddleRight .login .ywbtndiv .UnderLine, .LoginMiddleRight .login .ywbtndiv .UnderLine {
        height: 4px;
        width: 80px;
        background-image: linear-gradient(90deg,#2081fd,#2cccfc);
    }

    .LoginMiddleRight .login .ywbtndiv .jxsswitch {
        padding-left: 60px;
    }

        .LoginMiddleRight .login .ywbtndiv .jxsswitch .UnderLine {
            width: 100px;
        }

    .LoginMiddleRight .login .inputDivCode {
        padding-left: 54px;
    }

    /*.LoginMiddleRight .login .jxsInput .inputDivCode {
        margin-bottom: 5px;
    }*/

.inputZT {
    width: 271px;
    height: 42px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/ztname.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgb(248, 248, 248);
    text-align: right;
    background-position: 6px 8px;
    border: solid 1px #cdcdcd;
    border-radius: 8px;
}

.inputUserName {
    width: 271px;
    height: 42px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/username.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgb(248, 248, 248);
    text-align: right;
    background-position: 6px 8px;
    border: solid 1px #cdcdcd;
    border-radius: 8px;
}
.inputLinkMan {
    width: 271px;
    height: 42px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/linkMan.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgb(248, 248, 248);
    text-align: right;
    background-position: 6px 8px;
    border: solid 1px #cdcdcd;
    border-radius: 8px;
}

.inputPwd {
    width: 271px;
    height: 42px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/pwd.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgb(248, 248, 248);
    text-align: right;
    background-position: 6px 8px;
    border: solid 1px #cdcdcd;
    border-radius: 8px;
}

.inputConfirmPwd {
    width: 271px;
    height: 42px;
    /*background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/querenmima.png");*/
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/yzm.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgb(248, 248, 248);
    text-align: right;
    background-position: 6px 8px;
    border: solid 1px #cdcdcd;
    border-radius: 8px;
}

.inputCode {
    width: 100px;
    height: 42px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/yzm.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-color: rgb(248, 248, 248);
    text-align: right;
    background-position: 6px 8px;
    border: solid 1px #cdcdcd;
    border-radius: 8px;
}

.inputDealerCode {
    width: 271px;
    height: 42px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/bianhao.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgb(248, 248, 248);
    text-align: right;
    background-position: 6px 8px;
    border: solid 1px #cdcdcd;
    border-radius: 8px;
}

.verCode {
    margin-top: 10px;
    margin-left: 5px;
}

.loginBtn {
    background-position: center center;
    background-repeat: no-repeat;
    width: 279px !important;
    height: 42px !important;
    border-radius: 8px;
    background-image: linear-gradient(90deg,#2081fd,#2081fd) !important;
    color: white;
    border: 0px;
    font-size: 14px;
}

.userRegisterBtn {
    background-position: center center;
    background-repeat: no-repeat;
    width: 279px !important;
    height: 42px !important;
    border-radius: 8px;
    background-image: linear-gradient(90deg, #DEE8FE, #DEE8FE) !important;
    color: white;
    border: 0px;
    font-size: 14px;
    margin-top:10px;
    color: #2081fd;
}

.registerBtn {
    background-position: center center;
    background-repeat: no-repeat;
    width: 279px !important;
    height: 42px !important;
    border-radius: 8px;
    background-image: linear-gradient(90deg,#2081fd,#2081fd) !important;
    color: white;
    border: 0px;
    margin-top: 10px;
    font-size: 14px;
}

.loginBtnServer {
    width: 269px;
    height: 41px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/btnNext.gif");
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 85px;
    _margin-left: 36px;
    _margin-left /*IE5.5*/: 36px;
}

.loginBtn:hover {
    background-image: linear-gradient(90deg,#2dcafc, #2080fd) !important;
}

.userRegisterBtn:hover {
    background-image: linear-gradient(90deg,#2081fd,#2081fd) !important;
    color:white !important;
}

.registerBtn:hover {
    background-image: linear-gradient(90deg,#2dcafc, #2080fd) !important;
}

.loginBtn:active {
    background-image: linear-gradient(90deg,#1169dc, #15addd) !important;
}

.loginBtnServer:hover {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/btnNext_Hover.png");
}


.login .ButtonEdit {
    font-size: 14px;
    border-bottom: 1px solid transparent;
    _border-bottom-color: #fff;
    _filter: progid:DXImageTransform.Microsoft.chroma(color=#FFFFFF);
    width: 260px;
    *width: 250px;
    /*background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/login1.gif");*/
    background-repeat: no-repeat;
    background-position: left center;
    /*text-indent: 40px;
    line-height: 34px !important;*/
    *margin-left: -42px !important;
}

.login .EditButtonBorder {
    width: 37px;
    border-bottom: 1px solid transparent;
    visibility: hidden;
    display: none;
    padding-right: 10px;
    *width: 0 !important;
    *padding: 0 !important;
}

.login .Edit {
    border-bottom: 1px solid transparent;
    _border-bottom-color: #fff;
    _filter: progid:DXImageTransform.Microsoft.chroma(color=#FFFFFF);
    /*margin-top: 5px;*/
    /*margin-right: 4px;*/
    background-color: #f8f8f8;
    font-size: 12px;
    /*padding-top: 3px;*/
    /*padding-bottom: 5px;*/
    color: gray;
    border: none;

    width: 235px;
    height: 40px;
    border-radius: 0px 8px 8px 0px;
    background-color: rgb(248, 248, 248);
}

.login .Label {
    /*float: left;*/
    padding-top: 8px;
    padding-right: 20px;
    color: #246CEE;
    font-size: 14px;
}

.login input[type=text]:focus, .login input[type=password]:focus {
    box-shadow: none;
}

.login input[type=text]:hover, .login input[type=password]:hover {
    box-shadow: none;
}

.RegisterSwitch {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/jx4.png");
    float: right !important;
    margin-top: -80px;
    writing-mode: vertical-lr;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
}

    .RegisterSwitch .Label {
        color: white;
        padding-left: 2px;
    }

.TitleToolTip {
    border: 1px solid #aaa;
    background-color: white;
    padding: 6px;
    box-shadow: 0 0 8px #aaa;
    color: #222;
    word-break: break-all;
}

.NoticeDiv .NoticeName span {
    font-size: 16px !important;
    padding-top: 0px !important;
    margin-top: 4px !important;
    font-family: 'Microsoft YaHei','微软雅黑','宋体';
    text-align: left;
    width: 80px;
}

.NoticeDiv span {
    font-size: 12px !important;
    padding-top: 0px !important;
    margin-top: 4px !important;
    font-family: 'Microsoft YaHei','微软雅黑','宋体';
    text-align: left;
    width: 80px;
}

.LoginNoticeDiv {
    width: 340px;
    margin-left: 40px;
}

.LoginNoticeDiv span {
    font-size: 10px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    color: #2081fd !important;
    text-align: left;
    margin-left: 15px;
}

.UserRegisterDiv .Label {
    margin-top: 0px !important;
    color: #2081fd !important;
    text-align: right;
    width: 330px;
}

.UserRegisterDiv {
    text-align: right;
    margin-right: 45px;
}

    .UserRegisterDiv a {
        color: #1f80fc;
    }
.AgreementDiv .Label {
    font-size: 10px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
    color: #333333 ;
    text-align: left;
   padding-right:0px;
}

.AgreementDiv {
    text-align: left;
    margin-left: 30px;
}

    .AgreementDiv .link {
        color: #1f80fc;
    }


.SendCodeBtn:hover {
    background-color: #2280fd !important;
    color: white;
}
/*#endregion */

/* Hint提示  */
.HintForm {
    border-radius: 8px;
    box-shadow: 0 0 10px #444;
    background-color: #fff;
    min-width: 200px;
    max-width: 450px;
    min-height: 70px;
    position: fixed;
    left: 5px;
    bottom: 30px;
    border: 0px;
    z-index: 99999;
}

.HintCaption {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    line-height: 38px;
    text-indent: 10px;
    background-color: #4a6cdf;
    color: #fff;
}

.HintClose {
    margin-top: 5px;
    margin-right: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-color: #4a6cdf;
    text-align: center;
    line-height: 24px;
    color: #fff;
}

.HintBox {
    background-color: #ecf2fb;
    color: #222222;
    padding: 0 5px;
    line-height: 26px;
    display: inline-block;
    cursor: pointer;
    border-radius: 6px;
    border-top: 1px solid #4a75e6 !important;
    border-bottom: 1px solid #4a75e6 !important;
    border-left: 1px solid #4a75e6 !important;
    border-right: 1px solid #4a75e6 !important;
}


    .HintBox .arrowTop:before {
        content: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/R.png");
        top: -7px;
    }

    .HintBox .arrowTop {
        left: 15%;
        bottom: -7px;
        transform: rotate(180deg);
    }

    .HintBox .arrowRight {
        left: -12px;
        top: 0;
    }

    .HintBox .arrowBottom {
        left: 10%;
        top: -17px;
    }

    .HintBox .arrowLeft {
        right: -12px;
        top: 0;
    }

    /* .HintBox .arrowTop:before { content: '\e601'; }  */

    .HintBox .arrowRight:before {
        content: '\e6b6';
    }

    .HintBox .arrowBottom:before {
        content: '\e600';
    }

    .HintBox .arrowLeft:before {
        content: '\e602';
    }

    .HintBox td {
        color: #222222 !important;
        font-size: 12px !important;
        line-height: 17px !important;
        /*border:none !important;*/
    }

        .HintBox td div img {
            display: none;
        }

        .HintBox td div {
            color: #222222 !important;
        }

    .HintBox div:nth-child(1) {
        width: 100%;
        float: right;
        padding: 4px !important;
    }

        .HintBox div:nth-child(1) div {
            margin-top: -7px !important;
        }

    .HintBox div:nth-child(2) {
        margin-left: 5px;
        padding-left: 8px;
        padding-top: 5px;
    }

    .HintBox img {
        margin-top: 6px;
        padding-right: 5px;
        float: right;
    }

    .HintBox tbody :nth-child(2) td {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/R.png") !important;
        transform: rotate(180deg);
        width: 30px;
        left: 0px;
        position: absolute;
        top: 23px;
    }

    .HintBox tbody :nth-child(1) td {
        border-top: 1px solid #4a75e6 !important;
        border-bottom: 1px solid #4a75e6 !important;
        border-left: 1px solid #4a75e6 !important;
        border-right: 1px solid #4a75e6 !important;
        border-radius: 5px;
        background-color: #ecf2fb !important;
    }
/*#region 工作台 */

.StartPanel {
    /*overflow-x: hidden;*/
}

.StartLeft {
    width: 100px;
    height: auto;
}

    .StartLeft div {
        width: 100px;
        height: 80px;
        _height /*IE5.5*/: 80px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #233357;
        _position: relative;
    }

.MDIChilds {
    padding: 0px;
}

.StartRightDiv {
    height: 100%;
    /*margin-left: 5px;*/
}

    .StartRightDiv .IFrame {
        border: none;
    }

    .StartRightDiv .GuideListView {
        border: none;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 20px;
    }


.GuideListView .UI_ListItem {
    width: 22% !important;
    height: 110px !important;
    /*margin-right: 10px !important;
    margin-bottom: 0px;
    margin-left: 0px;*/
}

    .GuideListView .UI_ListItem:nth-child(1) {
        background: linear-gradient(to right, #DCEAFF, #DCEAFF);
        border-radius: 15px;
    }
    .GuideListView .UI_ListItem:nth-child(2) {
        background: linear-gradient(to right, #EFEFFF, #EFEFFF);
        border-radius: 15px;
    }
    .GuideListView .UI_ListItem:nth-child(3) {
        background: linear-gradient(to right, #E5EFFD, #E5EFFD);
        border-radius: 15px;
    }
    .GuideListView .UI_ListItem:nth-child(4) {
        background: linear-gradient(to right, #DAEFF9, #DAEFF9);
        border-radius: 15px;
    }

.GuideListView .AddItem {
    height: 110px !important;
    width: 150px !important;
}

    .GuideListView .AddItem .UI_ListLayout {
        width: auto;
        height: auto;
    }

.GuideListView .UI_ListItem.AddItem .GuideInfoDiv {
    margin-bottom: 20px;
}

.MenuListView {
    min-height: 7px;
    /*display: flex;*/
}

    .MenuListView .UI_ListItem {
        width: 190px !important;
        height: 80px !important;
        display: flex;
        align-items: center;
    }

        

    .MenuListView .AddItem .UI_ListLayout img {
        /*margin-left: 34% !important;*/
    }

.GuideListView .AddItem .UI_ListLayout img {
    display: block !important;
    margin-top: -28px !important;
    margin-right: 40px !important;
}

.MenuListView .UI_ListItem .UI_ListLayout span {
    /*position: relative;
    top: -30px;
    left: 30px;*/
    font-size: 16px;
    margin-top: 5px;
}

.MenuListView .AddItem {
    
}

    .MenuListView .AddItem .UI_ListLayout {
        width: auto;
        /*height: 105px;*/
    }

        .MenuListView .AddItem .UI_ListLayout:hover {
            
        }

.MenuListView .UI_ListItem .UI_ListLayout {
    padding-bottom: 0px;
}

.MenuListView .UI_ListItem.AddItem .GuideInfoDiv {
    margin-top: 5px;
}

.MenuListView .UI_ListItem .MenuTitleDiv {
    margin-bottom: 15px;
}

.MenuListView .UI_ListItem .GuideInfoDiv {
    display: flex;
    /*flex-direction: column;*/
    /*padding-top: 10px;*/
    text-align: center;
    cursor: pointer;
    align-items:center;
}

.GuideListView .GuideTitleDiv {
    font-size: 16px;
    margin-left: 40px;
    margin-top: 15px;
}

    .GuideListView .GuideTitleDiv img {
        float: right;
        margin-top: -10px !important;
        margin-right: 15px !important;
    }



.GuideListView .GuideInfoDiv {
    height: 69px;
}

    .GuideListView .GuideInfoDiv span {
        float: left;
        font-size: 30px;
        font-family: 'Microsoft JhengHei';
        margin-left: 10%;
        margin-top: 5%;
    }

    .GuideListView .GuideInfoDiv img {
        float: right;
        width: 60px;
        height: 60px;
        margin-right: 15% !important;
        margin-top: -16px !important;
        background-size: inherit;
    }

.GuideListView .UI_ListLayout {
    color: #353c49;
    width: 100%;
    padding-bottom: 0px;
    height: 110px;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
}

.StartPanel {
    /*overflow:auto;*/
}

.OldWorkShop .StartPanel {
    overflow: inherit;
    height: max-content;
}

    .OldWorkShop .StartPanel .StartRightDiv {
        overflow: hidden;
    }

.StartPanel .StartRightDiv {
    background-color: #efefef;
    float: none !important;
    height: 100%;
    overflow-y: auto;
    width: 100%;
}

    .StartPanel .StartRightDiv .StartRightTopDiv {
        background-color: #efefef !important;
        margin-bottom: 3px;
    }

     .StartPanel .StartRightDiv .MenuListTopDiv {
        background-color: #efefef !important;
        margin-bottom: 3px;
    }
    

        .StartPanel .StartRightDiv .StartRightTopDiv .FlagBillDiv {
            background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/组24.png");
            float: right;
            width: 60px;
            height: 46px;
            position: relative;
            left: -100px;
        }

        .StartPanel .StartRightDiv .StartRightTopDiv .AddBillDiv {
            /*background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/guanbi.png");*/
            float: right;
            width: 15px;
            height: 15px;
            background-repeat: no-repeat;
            position: relative;
            left: -45px;
            /*background-color: black;*/
            top: 5px;
        }

    .StartPanel .StartRightDiv .StartRightLeftDiv {
        float: left;
        width: 67%;
        margin-right: 2px;
    }

        .StartPanel .StartRightDiv .StartRightLeftDiv .ECharts {
            width: 100% !important;
            height: 90% !important;
            top: -20px;
            position: relative;
        }

    .StartPanel .StartRightDiv .StartRightBottomDiv .ECharts {
        top: -20px;
        position: relative;
        min-height: 280px;
        width: 98%;
    }



    .StartPanel .StartRightDiv .StartRightTopDiv, .StartPanel .StartRightDiv .StartRightLeftDiv .ChartlineDiv, .StartPanel .StartRightDiv .StartRightLeftDiv .ChartbarDiv,
    .StartPanel .StartRightDiv .StartRightRightDiv .ChartpieDiv, .StartPanel .StartRightDiv .StartRightRightDiv .NoticeDiv, .StartPanel .StartRightDiv .StartRightBottomDiv .ChartlineDiv, .StartPanel .StartRightDiv .StartRightBottomDiv .ChartbarDiv {
        background-color: white;
    }

.ChartlineDiv, .ChartbarDiv, .ChartpieDiv, .ChartlineDiv .ECharts, .ChartbarDiv .ECharts, .ChartpieDiv .ECharts {
    min-height: 280px;
}

.StartPanel .StartRightDiv .StartRightBottomDiv .ChartlineDiv {
    margin-bottom: 10px;
}

.StartPanel .StartRightDiv .StartRightRightDiv {
    float: left;
    width: 32%;
    margin-left: 10px;
}

.StartPanel .StartRightDiv .StartRightLeftDiv .ChartbarDiv {
    margin-top: 10px;
}

.StartPanel .StartRightDiv .StartRightRightDiv .ChartpieDiv {
    height: 49%;
}

    .StartPanel .StartRightDiv .StartRightRightDiv .ChartpieDiv .TitleDiv, .StartPanel .StartRightDiv .StartRightLeftDiv .ChartbarDiv .TitleDiv, .StartPanel .StartRightDiv .StartRightLeftDiv .ChartlineDiv .TitleDiv {
        font-size: 16px;
        font-weight: bold;
        padding-top: 20px;
        padding-left: 20px;
        position: relative;
        z-index: 1;
        width: 300px;
    }

        .StartPanel .StartRightDiv .StartRightLeftDiv .ChartbarDiv .TitleDiv span, .StartPanel .StartRightDiv .StartRightLeftDiv .ChartlineDiv .TitleDiv span {
            float: left;
            margin-right: 30px;
        }

.StartPanel .StartRightDiv .StartRightBottomDiv {
    margin-right: 20px;
}

    .StartPanel .StartRightDiv .StartRightBottomDiv .TitleDiv {
        position: relative;
        z-index: 2;
        margin-left: 20px;
        padding-top: 20px;
    }

        .StartPanel .StartRightDiv .StartRightBottomDiv .TitleDiv .Label {
            font-size: 16px;
            font-family: 'Microsoft YaHei','微软雅黑','宋体';
            font-weight: bold;
        }

.StartPanel .StartRightDiv .StartRightRightDiv .ECharts {
    width: 100% !important;
    height: 96% !important;
}

.StartPanel .StartRightDiv .StartRightRightDiv .NoticeDiv {
    margin-top: 10px;
    height: 49%;
    overflow: hidden;
    min-height: 300px;
}

    .StartPanel .StartRightDiv .StartRightRightDiv .NoticeDiv .NoticeName {
        font-size: 16px;
        font-weight: bold;
        height: 40px;
        padding-top: 10px;
    }

        .StartPanel .StartRightDiv .StartRightRightDiv .NoticeDiv .NoticeName span {
            line-height: 40px;
            margin-left: 20px;
        }

    .StartPanel .StartRightDiv .StartRightRightDiv .NoticeDiv .NoticeInfo {
        margin-top: 10px;
    }

    .StartPanel .StartRightDiv .StartRightRightDiv .NoticeDiv .NoticeTitle {
        /*font-weight: bold;*/
        width: 80%;
        margin-left: 20px;
        color: #556a7b;
    }

    .StartPanel .StartRightDiv .StartRightRightDiv .NoticeDiv .nourltitle {
        margin-bottom: -19px;
    }

    .StartPanel .StartRightDiv .StartRightRightDiv .NoticeDiv .NoticeTime {
        color: #cdcdcd;
        /*font-weight: bold;*/
        margin-left: 5px;
        float: right;
    }

    .StartPanel .StartRightDiv .StartRightRightDiv .NoticeDiv .Noticehr {
        border-bottom: solid 1px #cdcdcd;
        height: 1px;
    }

.StartPanel .StartRightDiv .StartRightBottomDiv .ECharts canvas {
    width: 100% !important;
    height: 100% !important;
}

.StartPanel .StartRightDiv .StartRightRightDiv .ChartpieDiv .ECharts canvas {
    width: 100% !important;
    height: 100% !important;
}

.noticePopup {
    height: 300px !important;
}

.StartPanel .StartRightDiv .refreshdiv {
    width: 16px;
    height: 16px;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/refreshhover.png");
    position: relative;
    margin-top: -20px;
    float: right;
    margin-right: 100px;
    z-index: 1;
}

    .StartPanel .StartRightDiv .refreshdiv:hover {
        width: 16px;
        height: 16px;
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/refresh.png");
        position: relative;
        margin-top: -20px;
        float: right;
        margin-right: 100px;
        z-index: 1;
    }

.Selected {
    background-color: white !important;
    background-image: none;
    background-repeat: no-repeat;
    color: #3b5997;
    font-weight: bold;
}

    .Selected span.Label {
        color: #3b5997;
    }

.StartLeft .Split {
    background-color: #223357;
}

.StartLeft .Selected .I0, .StartLeft .Selected .I1, .StartLeft .Selected .I2, .StartLeft .Selected .I3, .StartLeft .Selected .I4, .StartLeft .Selected .I5, .StartLeft .Selected .I6 {
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    background-color: #DEEAF5;
    width: 30px;
    height: 30px;
    margin-left: 35px;
    margin-top: 10px;
}

.StartLeft .Split .I0, .StartLeft .Split .I1, .StartLeft .Split .I2, .StartLeft .Split .I3, .StartLeft .Split .I4, .StartLeft .Split .I5, .StartLeft .Split .I6 {
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    background-color: #223D67;
    width: 30px;
    height: 30px;
    margin-left: 35px;
    margin-top: 10px;
}

.StartLeft .Selected .I0, .Split .I0 {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/gongzuotai.png");
}

.StartLeft .Selected .I1, .Split .I1 {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/CAIGOU.png");
}

.StartLeft .Selected .I2, .Split .I2 {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/xiaoshou.png");
}

.StartLeft .Selected .I3, .Split .I3 {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/HUIYUAN.png");
}

.StartLeft .Selected .I4, .Split .I4 {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/CANGCHU.png");
}

.StartLeft .Selected .I5, .Split .I5 {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/WANGLAI.png");
}

.StartLeft .Selected .I6, .Split .I6 {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/ZHANGWU.png");
}

.StatusBar {
    background-color: white;
    color: #444b56;
    width: 100%;
}

    .StatusBar .Label, .StatusBar label {
        color: #444b56;
    }

@media screen and (max-width: 1440px) {
    .GuideListView .UI_ListItem {
        width: 21% !important;
        height: 110px !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
    }

    .GuideListView .AddItem {
        height: 110px !important;
        width: 150px !important;
    }

    /* .MenuListView .UI_ListItem {
        width: 280px !important;
        height: 110px !important;
        margin-right: 5px !important;
    } */

        .MenuListView .UI_ListItem .UI_ListLayout img {
            margin-left: 10% !important;
        }

    .MenuListView .AddItem .UI_ListLayout img {
        
    }

    /*.MenuListView .UI_ListItem .UI_ListLayout span {
        left: 20px;
    }*/

    .MenuListView .AddItem {
        
    }

    .queryPopup div {
        max-height: 600px !important;
        height: auto;
        overflow-y: auto;
    }
}

@media screen and (max-width: 1300px) {
    .MenuRight .managerBtn, .MenuRight .ChangeSkinBtn, .MenuRight .imageHelp, .MenuRight .logOff, .MenuRight .quit, .WarningSkinBtn {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .StartMiddle div {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .StartPanel .StartMiddleDiv .GuideBlock {
        margin-left: 10px !important;
    }

    .StartPanel .StartMiddleDiv .GuideIcon {
        margin-left: 10px !important;
    }

    .StartMiddle div {
        margin-right: 0px;
    }

    .FlowPanelLeft .billcodeedit {
        margin-left: 5px;
        width: 275px !important;
    }

    .MenuRight .buytellabel {
        font-size: 13px !important;
        font-weight: bold;
        font-family: 'Microsoft YaHei','微软雅黑','宋体';
        width: 163px !important;
    }

    .MenuRoot .MenuRootCaption {
        height: 50px;
        margin: 7px 1px 0 1px;
        padding: 2px 2px 0 2px;
    }

    .MenuRootActive .MenuRootCaption, .Show .MenuRootCaption, .MenuBar .MenuRoot:hover .MenuRootCaption {
        padding: 2px 2px 0 2px !important;
    }

    .GuideListView .GuideInfoDiv span {
        float: left;
        font-size: 30px;
        font-family: 'Microsoft JhengHei';
        margin-left: 10%;
        margin-top: 11%;
    }

    .GuideListView .GuideInfoDiv img {
        float: right;
        width: 57px;
        height: 57px;
        margin-right: 15% !important;
        margin-top: 5px !important;
        background-size: inherit;
    }

    .GuideListView .AddItem .UI_ListLayout img {
        display: block !important;
        margin-top: 5% !important;
        margin-right: -4% !important;
    }
}
/*@media screen and (max-width: 1440px) {
    .queryPopup div {
        max-height: 600px;
        height: auto;
        overflow-y: auto;
    }
}*/
@media screen and (max-width:780px) {
    .master-lbtext {
        color: #fff;
        font-size: 14px;
        font-family: 'Microsoft YaHei','微软雅黑','宋体';
        line-height: 25px;
        padding-right: 30px;
    }
}

@media screen and (max-height:800px) {
    .StartLeft div {
        width: 100px;
        height: 70px;
        _height /*IE5.5*/: 70px;
        text-align: center;
        padding-top: 1px;
        padding-bottom: 1px;
        background-color: #233357;
        _position: relative;
    }

    .queryPopup {
        width: 60% !important;
    }

        .queryPopup div {
            max-height: 500px !important;
            height: auto;
            overflow-y: auto;
        }
}

@media screen and (max-height:650px) {
    .StartLeft div {
        width: 100px;
        height: 50px;
        _height /*IE5.5*/: 70px;
        text-align: center;
        padding-top: 1px;
        padding-bottom: 1px;
        background-color: #233357;
        _position: relative;
    }

    .StartLeft .Split .Label, .StartLeft .Selected .Label {
        display: none;
    }
}

.showquckmenu .UI_ListLayout {
    border: 1px solid #1f83fc !important;
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/xzh.png") !important;
    background-repeat: no-repeat !important;
    background-position-x: right !important;
    color: #1f83fc !important;
}

    .showquckmenu .UI_ListLayout:hover {
        border: 1px solid #1f83fc;
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/xzh.png");
        background-repeat: no-repeat;
        background-position-x: right;
        color: #1f83fc;
        background-color: rgba(32,128,253,0.12);
    }

.menuPopup .UI_ListItem .UI_ListLayout span {
    padding-right: 8px;
    padding-left: 8px;
}
/*#endregion */

/*#region main页面 */

.MenuBar {
    background-image: linear-gradient(90deg,#1f83fc,#2cccfd);
}

.MenuSplit img {
    border-right: solid 1px;
    padding-right: 30px;
}

.MenuBar td {
    line-height: 50px;
}

.AlertBlock .FlexBlock {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left:5px;
}

.WarningText {
    min-width: 18px;
    border-radius: 10px;
    background-color: red;
    height: 18px;
    line-height: 13px;
    text-align: center;
    position: absolute;
    right: 145px;
    top: -3px;
    color: white;
    padding: 2px;
    transform: scale(0.8);
}

.WarningText1 {
    min-width: 18px;
    border-radius: 10px;
    background-color: red;
    height: 18px;
    line-height: 13px;
    text-align: center;
    position: absolute;
    left: 30px;
    color: white;
    padding: 2px;
    transform: scale(0.8);
}
.Popup{
    border:none;
}
.Popup.p-top .PopupArrow {
    border-bottom-color: white;
}
.Popup.p-top{
    border-top:3px solid white;
}
.AlertBlock .VBlock span {
    cursor: pointer;
}

.CustomerChurn, .SaleOrderAlert, .BuyOrderAlert, .GoodsAlert, .StockUpperBound, .StockLowerBound {
    background-repeat: no-repeat;
    width: 40px;
    height: 100%;
    background-position-y: center;
}

.CustomerChurn {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/btypealert.png");
}

.SaleOrderAlert {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/saleorderalert.png");
}

.BuyOrderAlert {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/buyorderalert.png");
}

.GoodsAlert {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/goodsalert.png");
}

.StockUpperBound {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/stockupperalert.png");
}

.StockLowerBound {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/stockloweralert.png");
}

.MenuSplit, .MenuRight {
    background: none;
    width: auto;
}

    .MenuRight .buytellabel {
        font-size: 16px;
        font-weight: bold;
        font-family: 'Microsoft YaHei','微软雅黑','宋体';
        width: 240px;
    }

    .MenuRight .ChangeSkinBtn {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/zhuti.png");
        background-repeat: no-repeat;
        cursor: pointer;
        margin-left: 20px;
        background-position: center;
        height: 30px;
        width: 30px;
    }

        .MenuRight .ChangeSkinBtn:hover {
            background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/zhuti.png");
            background-repeat: no-repeat;
            cursor: pointer;
            margin-left: 20px;
            background-color: #F2F7FF;
            background-position: center;
            border-radius: 6px;
        }

    .MenuRight .WarningSkinBtn {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/warning.png");
        background-repeat: no-repeat;
        cursor: pointer;
        margin-left: 20px;
        background-position: center;
        height: 30px;
        width: 30px;
    }

        .MenuRight .WarningSkinBtn:hover {
            background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/warning.png");
            background-repeat: no-repeat;
            cursor: pointer;
            margin-left: 20px;
            background-color: #F2F7FF;
            background-position: center;
            border-radius: 6px;
        }

    .MenuRight .managerBtn {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/headset.png");
        background-repeat: no-repeat;
        margin-left: 20px;
        cursor: pointer;
        background-position: center;
        height: 30px;
        width: 30px;
    }

        .MenuRight .managerBtn:hover {
            background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/headset.png");
            background-repeat: no-repeat;
            cursor: pointer;
            margin-left: 20px;
            background-color: #F2F7FF;
            background-position: center;
            border-radius: 6px;
        }

    .MenuRight .scanBtn {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/scancode.png");
        background-repeat: no-repeat;
        cursor: pointer;
        background-position: center;
        height: 30px;
        width: 30px;
    }

        .MenuRight .scanBtn:hover {
            background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/scancode.png");
            background-repeat: no-repeat;
            cursor: pointer;
            background-color: #F2F7FF;
            background-position: center;
            border-radius: 6px;
        }

    .MenuRight .imageHelp {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/bangzhu.png");
        background-repeat: no-repeat;
        cursor: pointer;
        background-position: center;
        margin-left: 20px;
        height: 30px;
        width: 30px;
    }

        .MenuRight .imageHelp:hover {
            background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/bangzhu.png");
            background-repeat: no-repeat;
            cursor: pointer;
            margin-left: 20px;
            background-color: #F2F7FF;
            background-position: center;
            border-radius: 6px;
        }

    .MenuRight .logOff {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/zhuxiao.png");
        background-repeat: no-repeat;
        cursor: pointer;
        margin-left: 20px;
        background-position: center;
        margin-right: 20px;
        height: 30px;
        width: 30px;
    }

        .MenuRight .logOff:hover {
            background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/zhuxiao.png");
            background-repeat: no-repeat;
            cursor: pointer;
            margin-left: 20px;
            margin-right: 20px;
            background-color: #F2F7FF;
            background-position: center;
            border-radius: 6px;
        }

    .MenuRight .quit {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/guanbi.png");
        background-repeat: no-repeat;
        cursor: pointer;
        height: 30px;
        background-position: center;
        width: 30px;
    }

        .MenuRight .quit:hover {
            background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/guanbi.png");
            background-repeat: no-repeat;
            cursor: pointer;
            background-color: #F2F7FF;
            background-position: center;
            border-radius: 6px;
        }

.MenuRootActive .MenuRootCaption, .Show .MenuRootCaption, .MenuBar .MenuRoot:hover .MenuRootCaption {
    background-image: none !important;
    border: none !important;
    background-color: #64ABFC;
    height: 33px;
    line-height: 30px;
    border-radius: 2px;
    margin: 10px 1px 0 1px !important;
    padding: 2px 7px 0 7px;
}

.MenuBar .MenuRootActive, .MenuBar .MenuRoot:hover {
    background: none !important;
}

.Menu TBODY .MenuItem .MenuImage {
    background-color: #1f83fc !important;
    background-image: none;
    opacity: 10%;
}

.Menu TBODY .MenuItem .MenuCaption:hover, .Menu TBODY .MenuItem .MenuCaption:hover + .MenuMore, .Menu TBODY .MenuItem .MenuCaption:hover + .MenuNoMore {
    background-color: #bddbfd;
}

.Menu TBODY .MenuSeperator {
    display: none;
}

.MDIBar {
    background-color: #ffffff;
    border-bottom: 0px solid #ccd0d6;
    height: 35px;
    width: 100%;
    _background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/mdiTab/mdiBarBg.gif");
    _background-repeat: repeat-x;
    _background-position: center center;
    _border-bottom: 0;
    _height: 41px;
    border-left: 0px solid #e6e6e6;
    margin-bottom: 5px;
}

.MDIPanel .MDIBar .MDITabBar .MDITabCaptions {
    height: 35px;
}

    .MDIPanel .MDIBar .MDITabBar .MDITabCaptions > tbody > tr > td {
        border-right: solid 1px #ccd0d6;
        border-bottom: 1px solid #ccd0d6;
        height: 35px;
    }


    .MDIPanel .MDIBar .MDITabBar .MDITabCaptions .MDITabItemState2 td {
        background-image: none !important;
        background-color: #E8F4FF;
        border-bottom: solid 2px #2081fd;
        height: 26px;
    }

    .MDIPanel .MDIBar .MDITabBar .MDITabCaptions .MDITabItemState2 .TabTopCaptionInitialize td {
        border: none;
    }

    .MDIPanel .MDIBar .MDITabBar .MDITabCaptions .MDITabItemState0 td {
        background-image: none !important;
        background-color: #ffffff;
        padding-top: 0px;
    }

.MDIBar .MDITabBar .MDITabCaptions .MDITabItemState1 td {
    background-image: none !important;
    background-color: #ffffff;
    padding-top: 3px;
    background-color: #E8F4FF;
}

.TabTopButtonLeftSpacer, .TabTopButtonRightSpacer {
    height: 28px !important;
}
/*#endregion */

/*#region 弹出菜单配置 */

.menuPopup {
    left: 25% !important;
}

    .menuPopup .UI_ListView {
        /*min-height: 200px;*/
    }

    .menuPopup .UI_ListItem {
        margin: 0px !important;
        height: 30 !important;
        width: auto !important;
    }

        .menuPopup .UI_ListItem .UI_ListLayout {
            width: auto;
            margin: 5px;
        }

.queryPopup {
    width: 50%;
    top: 5px !important;
    background-color: #fff;
}

    .queryPopup .PopupMenuList {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 20px;
        max-height: 800px;
        overflow: auto;
    }

    .queryPopup .UI_ListView {
        border: none;
        background-color: white;
        display: flex;
        flex-wrap: wrap;
    }

    .queryPopup table {
        border-bottom: 1px solid #cccccc;
        width: 100%;
    }

        .queryPopup table tbody tr td:nth-child(2) {
            width: 101px;
        }

    .queryPopup .LayoutItemControl .Label {
        /*text-align: center;*/
        font-weight: bold;
        width: 60px;
    }

/*#endregion */

/*#region 老版本工作台 */

.oldStartLeft {
    width: 100px;
    height: auto;
    background-color: #223357;
    margin-right: 0px;
}

    .oldStartLeft div {
        width: 100px;
        height: 109px;
        _height /*IE5.5*/: 90px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #233357;
        _position: relative;
    }


    .oldStartLeft .Split {
        background-color: #223357;
    }

    .oldStartLeft .Selected .I0, .oldStartLeft .Selected .I1, .oldStartLeft .Selected .I2, .oldStartLeft .Selected .I3, .oldStartLeft .Selected .I4, .oldStartLeft .Selected .I5, .oldStartLeft .Selected .I6 {
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 16px;
        background-color: #DEEAF5;
        width: 30px;
        height: 30px;
        margin-left: 35px;
        margin-top: 27px;
    }

    .oldStartLeft .Split .I0, .oldStartLeft .Split .I1, .oldStartLeft .Split .I2, .oldStartLeft .Split .I3, .oldStartLeft .Split .I4, .oldStartLeft .Split .I5, .oldStartLeft .Split .I6 {
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 16px;
        background-color: #223D67;
        width: 30px;
        height: 30px;
        margin-left: 35px;
        margin-top: 27px;
    }

    .oldStartLeft .Selected .I0, .Split .I0 {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/gongzuotai.png");
    }

    .oldStartLeft .Selected .I1, .Split .I1 {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/CAIGOU.png");
    }

    .oldStartLeft .Selected .I2, .Split .I2 {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/xiaoshou.png");
    }

    .oldStartLeft .Selected .I3, .Split .I3 {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/HUIYUAN.png");
    }

    .oldStartLeft .Selected .I4, .Split .I4 {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/CANGCHU.png");
    }

    .oldStartLeft .Selected .I5, .Split .I5 {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/WANGLAI.png");
    }

    .oldStartLeft .Selected .I6, .Split .I6 {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/ZHANGWU.png");
    }

.StartPanel .StartMiddleDiv .Guide {
    background-color: white;
    height: 109px;
    border-bottom: #e4e4e4 1px solid;
}

.StartPanel .StartMiddleDiv .GuideBlock {
    margin-top: 47px;
    margin-left: 30px;
}

.StartPanel .StartMiddleDiv .GuideIcon {
    margin-top: 50px;
    margin-left: 30px;
}

.WhiteBG {
    background-color: white;
}

.StartPanel .StartMiddleDiv .GuideBlock .serialno {
    font-size: 30px;
}

.StartPanel .StartMiddleDiv .GuideBlock .guidetitle {
    font-size: 16px;
    margin-left: 10px;
    position: relative;
    top: -5px;
}
/*#endregion */
.MDIChilds .StartDiv.Hided {
    left: -10000px;
    top: -10000px;
    position: absolute !important;
    width: 100% !important;
    height: 100%;
    flex: none;
}

.Logoimg {
    height: 19px;
    margin-top: 17px;
    margin-left: 30px;
    border-right: 1px solid;
    padding-right: 30px;
}

.MenuBar .MenuRoot {
    padding: 0 2px;
}

    .MenuBar .MenuRoot.aicon-children:after {
        content: '';
        margin-left: 0px;
    }
/*#region 重新写 Splitter 的样式*/

.VSplitterEx.VLeft {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/left_1.png");
    background-color:#fff;
    background-repeat: no-repeat;
    background-size: inherit;
    background-position-y: center;
    border: none;
    margin-right: 0px;
    width: 16px;
}
.VSplitterEx .LeftTriangleEx {
    width: 13px;
    height: 100px;
}
.VSplitterEx .RightTriangleEx {
    width: 13px;
    height: 100px;
}

    .VSplitterEx.VLeft:hover {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/left_2.png");
        background-repeat: no-repeat;
        background-size: inherit;
        background-position-y: center;
        border: none;
    }

    .VSplitterEx.VLeft.collapse {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/right_1.png");
        /*margin-right: 10px;*/
    }

        .VSplitterEx.VLeft.collapse:hover {
            background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/right_2.png");
        }

.VSplitterEx .LeftTriangleEx, .VSplitterEx .RightTriangleEx, .VSplitterEx .LeftTriangleEx:hover, .VSplitterEx .RightTriangleEx:hover {
    background: none;
}

    .VSplitterEx .LeftTriangleEx span, .VSplitterEx .RightTriangleEx span {
        border: none;
    }


/*#endregion */
.MDIChild .PageBlock {
    /*background-color: #F3F4F8;*/
    padding: 0px;
}

.FlowPanel .MoreItem {
    width: 100px !important;
    margin-top: 8px;
    margin-left: 20px;
}

.RequiredLabelStyle:before {
    content: '';
    background: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/necItem.gif") no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 10px;
}

.BillTopFlowPanel .FlowPanel .FlowItem {
    float: none;
    display: inline-block;
}

/*.BillTopFlowPanel.FlowPanel .FlowItem {
    float: none;
    display: inline-block;
}*/

.FlowPanel .FlowLabel {
    margin-top: 4px;
    font-size: 14px;
}

.BillTopFlowPanel {
    /*border: 1px solid #CCD0D6;*/
    flex-flow: row wrap;
    justify-content: left;
    align-items: center;
    display: flex;
}

.FlowPanelLeft {
    float: left;
    margin: 0px;
    /*margin-left: 10px;*/
    /*padding-left: 10px;*/
}

    .FlowPanelLeft .billcodeedit {
        margin-left: 5px;
        width: 326px;
    }

.FlowPanelRight {
    margin: 0px;
    margin-top: 4px;
    float: right;
}


.MDITabCaption:hover {
    color: #3C65F4;
    background-color: #DEEBFF;
    border-bottom: 3px solid #E8F4FF;
}

.MDITabCaption.active {
    color: #3C65F4;
    background-color: #DEEBFF;
    border-bottom: 3px solid #4878fd;
}

.MDITabCaption .TabCloseButton {
    margin-top: -8px;
}

    .MDITabCaption .TabCloseButton .SkinButton:before {
        font-size: 10px;
    }

.aicon-close:before {
    color: #8A9197;
    padding-left: 2px;
}

.aicon-pifu:before{
    color: #8A9197;
}

.TabCloseButton .aicon-close:before {
    color: #0169FF;
}

.MDITabCaption {
    padding: 0 22px 0 22px;
}

.Button:hover, .Button.hover {
    color: white;
}

.StartRightTopDiv .ListViewBlock {
    margin-bottom: 0px;
}

.HintBlock {
    background-color: #fff;
}

    .HintBlock .arrow {
        color: #fff;
    }

.HBlock {
    padding: 0px;
}


.QueryplanPanel {
    position: absolute;
    bottom: 5px;
    text-align: center;
    margin-left: 10px;
}

    .QueryplanPanel td {
        text-align: center;
    }

.CalendarMain .CalendarTitle .Year, .CalendarMain .CalendarTitle .Month {
    font-weight: unset;
}

.Grid .activeEditor {
    background-color: #fff;
    padding: 0;
    box-shadow: none;
    margin-top: 0px;
    border:none;
    height:29px !important; 
}

.GridBodyCell .SkinButton {
    height: 28px;
    border-radius: 0px;
}

.BillBottomBlock {
    margin-top: 5px;
}

    .BillBottomBlock > table {
        width: 100%;
    }

.modifyoppwd .LayoutItemControl .Label {
    line-height: 17px;
}

.FormBorder .LayoutItemLabel {
    line-height: 17px;
}

.Edit.disabled, .Edit.disabled:hover, .EditBlock.disabled:hover .Edit {
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
}

.EditBlock.disabled input, .EditBlock.disabled .SkinButtonBlock, .EditBlock.disabled:hover .SkinButton, .EditBlock.disabled:hover .SkinButtonBlock {
    background-color: #fff;
}

.EditBlock .SkinButtonBlock {
}

.EditBlock.disabled .SkinButton {
    background-color: #fff;
}

.TabHeader .TabCaptions {
    border-bottom: 1px solid #cdcdcd;
}

.TabHeader .TabCaption {
    border-color: #F1F1F3;
    background-color: #F1F1F3;
    border-radius: 5px 5px 0px 0px;
    /*border-color: #aaa;
    background-color: #ffffff;*/
    color: #556a7b;
    border: 0px solid #ddd;
    /*width: 40px;*/
}

    .TabHeader .TabCaption div {
        font-family: "宋体";
    }

    .TabHeader .TabCaption:hover {
        /*border-color: #c0c3c8;*/
        /*background-color: #c0c3c8;*/
        color: #000;
        font-family: "宋体";
        /*font-weight: bold;*/
        border-color: #fff; 
        background-color: #0169FF; 
        color: #fff;
    }

    .TabHeader .TabCaption.active {
        border: 0px solid #ddd;
        border-bottom-width: 0;
        display: inline-flex;
        /*background-color: #ffffff;*/
        float: left;
        margin: 0 4px 0 0;
        padding: 0 4px;
        cursor: pointer;
        color: #000;
        font-weight: bold;
        background-color: #0169FF;
        color: #fff;
    }

.GridBodyCell, .GridBodyRowNoCell, .GridDetailTd {
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

.GridHeaderCaption {
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

.billcodesetleft .Button {
    width: auto;
    border: none;
    border-radius: 0px;
}

    .billcodesetleft .Button:visited {
        width: auto;
    }


.downloadappblock {
    padding-right: 10px;
    padding-left: 10px;
}

.qrcodeCanvas {
    margin: 10px;
}
/*系统配置页样式*/
.sysconfigblock .LayoutBlock {
    margin: 0px;
}

/*---------------------------------------------------运维平台系统管理样式   开始---------------------------------*/
.DataHBlock {
    margin-bottom: 10px;
}

.DataAnalysisBlock {
    background-color: #ffffff;
    margin-left: 5px;
    cursor: pointer;
    margin-top: 10px;
}

    .DataAnalysisBlock .title {
        background-color: #ffffff;
        font-size: 14px;
        margin-top: 10px;
        margin-left: 15px;
        cursor: pointer;
    }

    .DataAnalysisBlock .count {
        background-color: #ffffff;
        font-size: 35px;
        font-weight: bold;
        margin-left: 15px;
        cursor: pointer;
    }

@media screen and (max-width: 1920px) {
    .DataAnalysisBlock {
        width: 200px;
        height: 110px;
    }

        .DataAnalysisBlock .title {
            width: 150px;
        }

        .DataAnalysisBlock .count {
            height: 30px;
        }

    .dataAnalysis1, .dataAnalysis2, .dataAnalysis3, .dataAnalysis4, .dataAnalysis5, .dataAnalysis6 {
        width: 170px;
        height: 25px;
        background-size: cover;
        margin-top: 15px;
    }
}

@media screen and (max-width: 1440px) {
    .DataAnalysisBlock {
        width: 160px;
        height: 110px;
    }

        .DataAnalysisBlock .title {
            width: 120px;
        }

        .DataAnalysisBlock .count {
            height: 30px;
        }

    .dataAnalysis1, .dataAnalysis2, .dataAnalysis3, .dataAnalysis4, .dataAnalysis5, .dataAnalysis6 {
        width: 150px;
        height: 20px;
        background-size: cover;
        margin-top: 15px;
    }
}

.DataAnalysisBlock:nth-child(1) input {
    color: #5C94FE;
}

.DataAnalysisBlock:nth-child(2) input {
    color: #5C94FE;
}

.DataAnalysisBlock:nth-child(3) input {
    color: #33C493;
}

.DataAnalysisBlock:nth-child(4) input {
    color: #5F73FB;
}

.DataAnalysisBlock:nth-child(5) input {
    color: #EFBE39;
}

.DataAnalysisBlock:nth-child(6) input {
    color: #F37B77;
}

.DataAnalysisBlock:nth-child(7) input {
    color: #FE9F58;
}

.DataAnalysisBlock:nth-child(8) input {
    color: #FE9F58;
}


.dataAnalysis1 {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/dataAnalysis1.png");
}

.dataAnalysis2 {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/dataAnalysis2.png");
}

.dataAnalysis3 {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/dataAnalysis3.png");
}

.dataAnalysis4 {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/dataAnalysis4.png");
}

.dataAnalysis5 {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/dataAnalysis5.png");
}

.dataAnalysis6 {
    background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/dataAnalysis6.png");
}

.ywygrid .CellIcons div ,.accountgrid .CellIcons div{
    width: 40px;
    margin-top: 5px;
    margin-right: 5px;
}

    .ywygrid .CellIcons div:hover, .accountgrid .CellIcons div:hover{
        background-color: #2280fd;
        color: white;
    }
     .ywygrid .CellIcons div:hover, .accountgrid .CellIcons div:hover{
        background-color: #2280fd;
        color: white;
    }
.ywygrid .CellIcons .aicon-qrcode {
    width: 55px;
}

.ywygrid .CellIcons .aicon-link {
    width: 65px;
}

.ywygrid .CellIcons .aicon-modifypwd {
    width: 65px;
}

.accountgrid .CellIcons .aicon-stop,.accountgrid .CellIcons .aicon-stop{
    width: 40px;
}
.ywygrid .aicon-modify:before,.ywygrid .aicon-modifypwd:before, .ywygrid .aicon-delete:before, .ywygrid .aicon-stop:before, .ywygrid .aicon-qrcode:before, .ywygrid .aicon-link:before, .ywygrid .aicon-start:before, .accountgrid .aicon-start:before , .accountgrid .aicon-stop:before{
    font-size: 12px;
    border: 1px solid;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.ywygrid .aicon-modify:hover:before,.ywygrid .aicon-modifypwd:hover:before, .ywygrid .aicon-delete:hover:before, .ywygrid .aicon-stop:hover:before, .ywygrid .aicon-qrcode:hover:before, .ywygrid .aicon-link:hover:before, .ywygrid .aicon-start:hover:before  ,.accountgrid .aicon-stop:hover:before,.accountgrid .aicon-start:hover:before{
    border: none;
}

.ywygrid .aicon-modify:before {
    content: '修改';
}
.ywygrid .aicon-modifypwd:before {
    content: '修改密码';
}
.ywygrid .aicon-delete:before {
    content: '删除';
}

.ywygrid .aicon-stop:before ,.accountgrid .aicon-stop:before {
    content: '停用';
}

.ywygrid .aicon-start:before,.accountgrid .aicon-start:before{
    content: '启用';
}

.ywygrid .aicon-qrcode:before{
    content: '二维码';
}

.ywygrid .aicon-link:before {
    content: '推广链接';
}

.aicon-startgray:before{
    content: '启用';
    color:#cdcdcd;
    font-size: 12px;
    border: 1px solid;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.aicon-stopgray:before{
    content: '停用';
    color:#cdcdcd;
    font-size: 12px;
    border: 1px solid;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.aicon-startgray:hover:before , .accountgrid .CellIcons .aicon-startgray:hover, .aicon-stopgray:hover:before , .accountgrid .CellIcons .aicon-stopgray:hover{ 
     background:none;
}

.imageParent {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    background-position: center;
    height: 20px;
    width: 20px;
    margin-top: 5px;
}
    .imageParent.imgFirstCss {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/First.png");
    }
    .imgFirstCss:hover {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/FirstHL.png");
    }

    .imageParent.imgLastCss {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/Last.png");
    }
    .imgLastCss:hover {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/LastHL.png");
    }

    .imageParent.imgAddCss {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/BillAdd.png");
    }
    .imgAddCss:hover {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/BillAddHL.png");
    }

    .imageParent.imgNextCss {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/Next.png");
    }
    .imgNextCss:hover {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/NextHL.png");
    }

    .imageParent.imgEndCss {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/End.png");
    }
    .imgEndCss:hover {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/EndHL.png");
    }

    .imageParent.imgNextEnCss {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/enNext.png");
    }

    .imageParent.imgEndEnCss {
        background-image: url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/enEnd.png");
    }
.FlexBlock.vert {
    background-color: #F3F4F8;
    overflow: auto;
    /*background-color: #fff;*/
}
.FlexBlock.vert.Flex0{
    background-color: #fff;
}
    .FlexBlock.vert.Flex0 > .LayoutBlock {
        margin-bottom: 5px;
    }
    .FlexBlock.vert > * {
        background-color: white;
    }
    .FlexBlock.vert > VSpacer {
        margin-bottom: 0px;
    }
    .FlexBlock.vert.StartRightDiv > .Block {
        margin-bottom: 0px;
        background-color: #EFF0F2;
    }
    .FlexBlock.vert > .GridBlock {
        margin-bottom: 0px;
    }
    .FlexBlock.vert > .LayoutBlock {
        margin-bottom: 0px;
    }
    .FlexBlock.vert > .PageControl.TabTop {
        margin-bottom: 0px;
    }
    .FlexBlock.vert > .BillBottomBlock {
        margin-top: 0px;
    }
    .FlexBlock.vert.Flex0.leftPanel {
        margin-right: 0px;
    }
    .FlexBlock.vert.Flex0.leftPanel > * {
        margin-bottom: 0px;
    }
    .FlexBlock.vert.Flex0.leftPanel > .LayoutBlock {
        /*height: 40px;*/
    }
    .FlexBlock.vert.Flex0.leftPanel > table {
        /*height: 40px;*/
    }
    .FlexBlock.vert.MenuListTopDiv > .ListViewBlock > .UI_ListView {
        border: 0px solid #eee;
    }
    .FlexBlock.vert.StartRightTopDiv {
        padding-bottom: 5px;
    }
    .FlexBlock.vert.MenuListTopDiv {
        padding-bottom: 5px;
    }
    .FlexBlock.vert.StartRightDiv > .Block.StartRightLeftDiv {
        margin-right: 0px;
    }
.FlexBlock.Flex0.sysconfigblock > .FlexBlock.vert {
    background-color: #fff;
}
.FlexBlock.sysconfigblock > .FlexBlock.vert {
    background-color: #fff;
}


.LayoutBlock {
    margin: 0px 0;
}
.LayoutBlock > table {
    /*margin-left: 8px;*/
    margin-bottom: 5px;
}

.TabTop .dselect {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    /*border-bottom: 1px solid #cdcdcd;*/
    /*margin-left: 12px;
    margin-right: 12px;*/
    /*background-color: #fff;*/
}

.MDITabBar .MDINavIcons {
    background-color: #F2F7FF;
}
.MDITabBar .menuIcon:before {
    color: #0058ff;
}

/*---------------------------------------------------运维平台系统管理样式   结束---------------------------------*/
 .PrintErrorBox .iconOld{
     background-image:url("/D9ERP/R.axd?v=548086032&r=D9.Skin/skin3/images/NewPrint.png");
 }