﻿/*重写平台皮肤全局的 #2288fc #21C8FF #E7F9FF #ECF2FF*/
body {
  color: #323232;
  background-color: #f1f2f6;
}

a:link,
.link,
a:visited {
  color: #2288fc;
}

a:hover,
.link:hover,
.link.normal:hover,
a.normal:hover {
  color: #21c8ff;
}

.div:hover {
  background-color: #2288fc;
  color: #fff;
}

::selection {
  background-color: #2288fc4d;
}

.OnlyTextTips.remember:after {
  color: #2288fc;
}

[class^="bicon-"]:before,
[class*=" bicon-"]:before,
[class^="bicon-"]:after,
[class*=" bicon-"]:after {
  font-family: "biconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke-width: 0;
  text-decoration: inherit;
  width: auto;
  height: auto;
  line-height: inherit;
  speak: none;
}

.aicon-moreunfold:before {
  font-size: 16px;
}

.Label[class^="bicon-"],
.Label[class*=" bicon-"] {
  display: inline-flex;
  cursor: default;
}

.Label[class^="bicon-"]:before,
.Label[class*=" bicon-"]:before {
  margin-right: 5px;
}

.UI_ListView .InsertSpacer {
  border-left-color: #2288fc;
}

.DropStyle,
.TreeBlock.DropStyle,
.GridBlock.DropStyle {
  box-shadow: 0 0 8px #ecf2ff;
}

.GridPreviewImg {
  width: 300px;
}

.WebTitle {
  font-size: 18px;
  font-weight: bold;
  color: #555;
  margin: 0 10px;
}

.MDIPanel {
  margin: 0 !important;
}

.MDIDocument body {
  flex-direction: row;
}

.MDIBar {
  border: none;
  height: 36px;
}

.MDIChilds {
  background-color: #fff;
  box-shadow: 0 -1px 6px 2px #eee;
}

.MDINavIcons {
  align-self: inherit;
}

.MDINavIcons .SkinButton.aicon-shezhi {
  display: flex !important;
  align-items: center;
  height: 100%;
  margin: 0;
}

.MDITabCaptions {
  align-items: flex-end;
  margin-left: 10px;
}

.MDITabCaption {
  font-size: 13px;
  border: none;
  padding: 0;
  background-color: inherit;
  margin: 0;
  border-radius: 0;
  color: #666;
  height: 32px;
  align-items: center;
}

.MDITabCaption.active .TabCaptionText {
  margin-right: 26px;
}

.MDITabCaption.active .TabCloseButton {
  background: transparent;
  color: #888;
  right: 5px;
}

.MDITabCaption.active {
  flex-shrink: 0;
  background-color: #fff;
  color: #2288fc;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  margin-left: -1px;
}

.MDITabCaption.active::before {
  margin: 0 4px 0 10px !important;
}

.MDITabCaption.active .TabCaptionText:after {
  display: none;
}

.MDITabCaption.active:hover {
  background-color: #fff !important;
}

.MDITabCaption .TabCaptionText:after {
  content: " ";
  border-right: 1px solid #999;
  height: 12px;
  /* margin-left: 10px; */
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
}

.MDITabCaption .TabCloseButton:before {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  display: flex;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
}

.MDITabCaption:hover {
  color: #2288fc;
  background-color: transparent !important;
}

.MDITabCaption .TabCloseButton {
  position: absolute;
  right: 4px;
  display: block;
  color: #666;
  top: 8px;
  margin: 0;
  text-align: right;
  height: 16px;
}

.MDITabCaption .TabCloseButton:hover {
  color: #333;
}

.MDITabCaption .TabCloseButton:hover::before {
  background-color: #ccc;
}

.MDITabCaption:before {
  margin: 0 4px 0 14px !important;
  overflow: hidden;
  align-self: center;
  width: 0;
}

.MDITabCaption.active:before {
  width: auto;
  font-size: 13px;
}

.MDITabCaption:hover::after {
  position: absolute;
  z-index: 1;
  right: 1px;
  top: 0;
  width: 40px;
  height: 36px;
  content: " ";
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgb(241, 242, 246) 100%);
  width: 30px;
  height: 36px;
}

.MDITabCaption.active:hover::after {
  display: none;
}

.MDITabCaption.aicon-suoding1:before {
  width: auto;
}

.MDITabCaption.homeIcon:before {
  margin: 0 10px !important;
  width: auto;
  height: auto;
  line-height: inherit;
  font-size: 14px;
  background-color: transparent;
  border-radius: 0;
}

.MDITabCaption.aicon-suoding1 {
  padding-left: 0;
}

.MDITabCaption.homeIcon {
  display: flex;
  align-items: center;
}

.MDITabCaption.homeIcon .TabCaptionText {
  display: none;
}

.MDITabCaption.active.homeIcon:before {
  margin: 0 15px !important;
  color: #2288fc;
}

.MDITabCaption.homeIcon:after {
  content: " ";
  right: 0;
  border-right: 1px solid #979797;
  height: 12px;
  margin: 0;
  width: auto;
  background: none;
  position: inherit !important;
}

.MDITabCaption.active.homeIcon:after {
  display: none;
}

.Menu,
.NormalMenu.Menu {
  border-radius: 6px;
}

.Menu .MenuItem {
  height: 36px;
  line-height: 36px;
  min-width: 100px;
}

.Menu .MenuItem:hover {
  background-color: #eff6fe;
  color: #333;
}

.Menu .MenuItem.MenuText,
.Menu .MenuItem.MenuText:hover {
  color: #2288fc;
}

.ChkBoxStyle:before {
  border-radius: 2px;
}

.MDIChild>.PageBlock {
  padding: 10px;
  min-width: 1000px;
}

.MenuBar,
.RootMenu {
  font-size: 14px;
}

.mbar {
  z-index: 10;
  right: -340px;
  top: 36px;
  height: 100%;
  width: 340px;
  background-color: #202539;
}

.mbar .webform {
  width: 340px;
  float: left;
  height: 100%;
  background-color: #2a3249;
}

.RootMenu .ChildBlock {
  border: none;
  overflow: auto;
}

.HomeChild.RootMenu.Menu {
  box-shadow: 3px 3px 10px #ccc;
  padding: 10px;
}

.RootMenu.Menu.Horz {
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 10px;
  border-color: #fff;
}

.RootMenu.Menu .MenuItem {
  border-radius: 6px;
  position: relative;
  height: 38px;
  line-height: 38px;
}

.RootMenu.Menu .MenuMore,
.RootMenu.Menu .MenuNoMore {
  width: 45px;
  text-align: right;
  padding-right: 5px;
}

.RootMenu.Menu .MenuText .MenuSpacerRight {
  display: none;
}

.RootMenu.Menu .MenuItem .MenuSpacerRight {
  display: flex;
  justify-content: center;
  width: 20px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 0;
  height: 36px;
}

.RootMenu.Menu .MenuItem .MenuSpacerRight:before {
  font-family: "iconfont" !important;
}

.RootMenu.Menu .MenuItem.dragIcon .MenuSpacerRight:before {
  content: "\e7b9";
  font-size: 14px;
  color: #aaa;
}

.RootMenu.Menu .MenuItem.lockIcon .MenuSpacerRight:before {
  content: "\e7bd";
  font-size: 16px;
  color: #2288fc;
}

.RootMenu.Menu .MenuItem.noLockIcon .MenuSpacerRight:before {
  content: "\e7c6";
  font-size: 12px;
  color: #aaa;
}

.RootMenu.Menu .MenuItem:hover .MenuSpacerRight:before {
  color: #fff;
}

.FormBorder,
.Popup.Modal {
  box-shadow: 0 0 12px 0 #666;
  border-radius: 6px;
}

.FormCaption {
  background-color: #fff;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #ddd;
  border-radius: 6px 6px 0 0;
}

.FormCaption .FormCaptionText {
  font-weight: 500;
  font-size: 18px;
  color: #333;
  padding-left: 20px;
}

.FormCaption .FormCaptionButton {
  color: #888;
  right: 20px;
  font-weight: normal;
  top: 13px;
  border-radius: 12px;
  width: 24px;
  background-color: #f2f2f2;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.FormCaption .FormCaptionButton:before {
  font-size: 14px;
  margin-left: 1px;
  display: block;
}

.UISkinIcon:hover,
.FormCaption .FormCaptionButton:hover {
  background-color: #21c8ff;
}

.FormCaption .FormCaptionButton.max {
  right: 55px;
}

.MessageBox .FormCaption {
  border-bottom-width: 0;
  line-height: 50px;
}

.MessageBox .FormCaption .FormCaptionText {
  font-size: 16px;
  padding-left: 15px;
  text-indent: 0;
  font-weight: 500;
}

.MessageBox .FormCaption .FormCaptionButton {
  right: 15px;
  top: 12px;
}

.MessageBox .BottomButtons {
  border: none;
  background-color: transparent;
}

.FormBorder .FormContent .PageBlock,
.FormBorder .FormContent .CustomBlock {
  padding: 10px 20px;
}

.ConfigButtonsBlock .Button {
  min-width: 90px;
}

.Popup.p-top,
.Popup.p-left,
.Popup.p-right,
.Popup.p-bottom {
  border-color: #2288fc;
  background-color: #fff;
}

.Popup.p-top .PopupArrow {
  border-bottom-color: #2288fc;
}

.Popup.p-bottom .PopupArrow {
  border-top-color: #2288fc;
}

.Popup.p-left .PopupArrow {
  border-right-color: #2288fc;
}

.Popup.p-right .PopupArrow {
  border-left-color: #2288fc;
}

.Button,
.Button.SecondButton {
  border-color: #cbcbcb;
  color: #333;
  padding: 0 14px;
  border-radius: 2px;
  background-color: #fff;
}

.Button:hover,
.Button.hover,
.Button.SecondButton:hover,
.Button.SecondButton.hover,
.Button.hasRight:hover,
.Button.hasRight.ShowDrop,
.Buttons .Button:hover,
.CombEditor .Button:hover {
  background-color: #fff;
  border-color: #2288fc;
  color: #2288fc;
}

.Button:active,
.Button.SecondButton:active {
  background-color: #eff6fe;
  box-shadow: none;
  color: #2288fc;
}

.Button .RightIcon {
  border-color: #0ea6d8;
}

.Button .RightIcon:hover {
  color: #2288fc;
  background-color: #eff6fe;
}

.Button.SpeedButton,
.SpeedButton.icononly {
  color: #333;
}

.Button.SpeedButton:hover {
  color: #2288fc;
}

.Button.icononly:focus {
  box-shadow: none;
}

.Button.SpeedButton:focus {
  box-shadow: none;
}

.Button.LineButton {
  color: #323232;
  background-color: #fff;
  border-color: #d0d0d0;
}

.Button.LineButton:hover {
  background-color: #fff;
  border-color: #4f81bd;
  color: #4f81bd;
}

.SpeedButton.icononly {
  padding: 0;
}

.icononly.SpeedButton:hover,
.icononly.SpeedButton.hover {
  color: #2288fc;
  background-color: transparent;
}

.icononly.SpeedButton.active {
  color: #0978f5;
}

.Buttons .Button.active {
  border-color: #2288fc;
  background-color: #2288fc;
  color: #fff;
}

.Normal.Buttons .Button.active:before {
  background-color: #2288fc;
}

.Normal.Buttons .Button.active {
  border-color: #2288fc;
}

.EditBlock .SkinButton:hover {
  color: #2288fc;
}

.Button.BorderButton {
  color: #2288fc;
  background-color: #fff;
  border-color: #2288fc;
}

.Button.BorderButton.active,
.Button.BorderButton:hover {
  border-color: #2288fc;
  color: #2288fc;
  background-color: #eff6fe;
}

.Button.SpeedButton.BorderButton:hover,
.Button.BorderButton.NoBorder:hover {
  color: #21c8ff;
}

.Button.hasRight {
  color: #323232;
  border-color: #ddd;
  background-color: #fff;
}

.Button.SpecialButton {
  background-color: #2288fc;
  border-color: #2288fc;
  color: #fff;
}

.Button.SpecialButton:hover,
.Button.SpecialButton.hover,
.Button.SpecialButton.active {
  background-color: #77b7ff;
  border-color: #77b7ff;
  color: #fff;
}

.Button.SpecialButton.ShowDrop {
  background-color: #2288fc;
  border-color: #2288fc;
  color: #fff;
}

.Button.SpecialButton .RightIcon:hover {
  background-color: #1574df;
  color: #fff;
}

.Button .ArrowCombo {
  color: #888;
}

.Button.disabled,
.Button.disabled.hasRight,
.Button.disabled:hover,
.Button.disabled.hasRight:hover {
  color: #c6c5c1 !important;
  background-color: #e4e4e4 !important;
  border-color: #e4e4e4 !important;
}

.SwitchButton.checked {
  background-color: #2288fc;
}

.SwitchButton.checked.disabled {
  background-color: #85d1ea;
}

.Edit.hover,
.Edit:hover,
.TextArea:hover,
.EditBlock:hover .SkinButton,
.EditBlock:hover .Edit,
.EditBlock:hover .SkinButtonBlock,
.TextEdit:focus,
.TextArea:focus,
.EditBlock.active .SkinButton,
.EditBlock.active .Edit,
.EditBlock.active .SkinButtonBlock {
  border-color: #2288fc;
}

.Edit,
.TextArea,
.FileEditor,
.EditBlock .SkinButtonBlock,
.EditBlock .SkinButton {
  border-color: #e1e1e1;
}

.EditBlock[class*="icon-"]:before {
  line-height: 28px;
}

.Edit,
.FileEditor,
.EditBlock,
.TextArea {
  border-radius: 4px;
}

.EditBlock .SkinButton {
  border-radius: 0 4px 4px 0;
}

.EditBlock .SkinButton.jian {
  border-radius: 4px 0 0 4px;
}

.GridBody .Edit,
.GridBody .EditBlock,
.GridBody .TextArea {
  border-radius: 2px;
}

.GridBody.EditBlock .SkinButton {
  border-radius: 0 2px 2px 0;
}

.GridBody.EditBlock .SkinButton.jian {
  border-radius: 2px 0 0 2px;
}

.TreeBlock .Buttons .Button:hover {
  background-color: #21c8ff;
  color: #fff;
}

.Edit,
.Button,
.Grid,
input,
textarea {
  font-size: 12px;
}

.Edit,
.Button,
.FileEdit,
.FileEditor,
.FlowPanel .HBlock.FlexAuto,
.HBlock.FlexAuto,
.FlowPanel>.HSpacer,
.FlowPanel>.VSpacer,
.TreeView .Buttons,
.FlowPanel .Label,
.FlowPanel .NoMargin,
.FlowPanel .FlowCaption,
.FlexBlock .FlexCaption,
.LayoutGroupCaption,
.ChkBoxStyle,
.FlowPanel .Flex1.FlexAuto,
.TreeBlock .Buttons,
.RadioButtonList.Vert .VertItem,
.CheckBoxList.Vert .VertItem,
.CheckBoxListPopup .ChkBoxStyle,
.DropPopup .DropItem,
.TabHeader .TabSpace {
  height: 30px;
}

.Edit,
.Button,
.FileEditor,
.HBlock>.Label,
.HBlock>a,
.HBlock>.linkbutton,
.FlowPanel .Label,
.FlowPanel a,
.LayoutItemControl .Label,
.FlowPanel .FlowCaption,
.FlexBlock .FlexCaption,
.LayoutGroupCaption,
.ChkBoxStyle,
.TreeNode,
.RadioButtonList.Vert .VertItem,
.CheckBoxList.Vert .VertItem,
.CheckBoxListPopup .ChkBoxStyle,
.TabHeader .TabSpace,
.DropPopup .DropItem {
  line-height: 30px;
}

.LayoutGroupBorder {
  background-color: #fff;
}

.FlowPanel.Border {
  padding: 0;
  margin-bottom: 5px;
}

.FlowPanel.Border.hasCaption {
  margin-bottom: 5px;
}

.ColorPopup .Title,
.TreeView .Buttons {
  background-color: #ebf2f8;
}

.FlowPanel .FlowCaption,
.FlexBlock .FlexCaption,
.LayoutGroupCaption {
  background-color: inherit;
  font-weight: normal;
  font-size: 15px;
}

.LayoutGroupCaption:before,
.FlexBlock .FlexCaption .text:before,
.FlowPanel .FlowCaption:before {
  content: " ";
  border-radius: 10px;
  background-color: #0089ff;
  overflow: hidden;
  margin: -3px 5px 0 5px;
  height: 16px;
  width: 4px;
  display: inline-block;
  vertical-align: middle;
}

.TreeBlock,
.ListPager,
.UI_ListView,
.Border,
.ColorBlock,
.LayoutGroupBorder,
.Workflow,
.Splitter,
.Calendar {
  border-color: #eff0f6;
}

.TreeTitle:hover,
.DropItem.selected,
.DropItem.normal:hover,
.TreeNode.selected,
.CheckBoxListPopup .VertItem:hover,
.TreeView .TreeNode:hover {
  background-color: #eff6fe;
  color: #333;
}

.TreeNode .EditorBlock {
  background-color: #eff6fe;
}

.TreeNode .EditorBlock .SkinButton:hover {
  background-color: transparent;
  color: #2288fc;
}

.hasTool .TreeNode .EditorBlock .aicon-plus {
  display: none !important;
}

.TreeNode .EditorBlock .SkinButton {
  height: 30px;
}

.TreeNode .ExpandBlock {
  height: 30px;
}

.TreeNode .ExpandBlock:before {
  display: inline-block;
  transition: all 0.2s linear;
}

.TreeNode .ExpandBlock.expand:before {
  content: "\e7c5";
}

.TreeNode .ExpandBlock.collapsed:before {
  content: "\e7c5";
  transform: rotate(-90deg);
}

.Popup,
.TimePopup,
.ColorPopup.Border,
.SelfDropPopup,
.CalendarRange.Border,
.CalculatorPopup.Border,
.MonthPopup.Border,
.CalendarMain.Border,
.CheckBoxListPopup.Border,
.Menu,
.NormalMenu.Menu,
.DropPopup.Border {
  border: none;
  box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.12);
  background-color: #fff;
}

.PageControl .TabHeader {
  border-bottom: 1px solid #e1e1e1;
  height: 32px;
  line-height: 28px;
}

.TabHeader .TabCaption {
  background-color: transparent;
  border: none;
  color: #808080;
  border-bottom: 2px solid #fff;
  margin: 0;
  padding: 0;
  margin-right: 24px;
}

.TabHeader .TabCaption:hover {
  background-color: inherit;
  color: #2288fc;
  border-color: transparent;
}

.TabHeader .TabCaption.active {
  background-color: #fff;
  border-color: #2288fc;
  color: #2288fc;
}

.TabHeader .TabCaptionText {
  padding: 0;
}

.TabBody,
.TabBodyNoHeader {
  border: none;
}

.TabLeft>.TabHeader .TabCaption {
  border-left-width: 2px;
  border-left-style: solid;
  border-bottom: none;
}

.TabLeft>.TabBody .TabPage {
  padding: 0;
}

.TabPage {
  padding: 10px 0;
}

.PageControl.BorderTab {
  border: none;
}

.PageControl.BorderTab .TabBody {
  border: 1px solid #e1e1e1;
}

.PageControl.BorderTab .TabHeader {
  border: none;
  line-height: 40px;
}

.PageControl.BorderTab .TabHeader .TabCaptions {
  padding-left: 0;
}

.PageControl.BorderTab .TabHeader .TabCaption {
  margin: 0;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  padding: 0 10px;
  border-left-width: 0;
}

.PageControl.BorderTab .TabHeader .TabCaption.active {
  background-color: #fff;
}

.PageControl.BorderTab .TabHeader .TabCaption:first-child {
  border-radius: 6px 0 0 0;
  border-left-width: 1px;
}

.PageControl.BorderTab .TabHeader .TabCaption:last-child {
  border-radius: 0 6px 0 0;
}

.PageControl.Tab10 .TabHeader {
  margin: 0 10px;
}

.PageControl.TabVert>.TabHeader .TabCaption.active {
  background-color: #2288fc;
  border-color: #2288fc;
}

/*表格*/
.Grid,
.Pager,
.GridBodyCell,
.GridBodyRowNoCell,
.GridHeaderCaption,
.GridDetailTd {
  border-color: #e6e8f0;
}

.Grid {
  border: 1px solid #e6e8f0;
}

.Grid .GridHeaderBar {
  background-color: #f4f4fb;
}

.Grid .GridHeaderCaption {
  border-color: #e6e8f0;
}

.Grid .GridHeader {
  color: #464369;
  border-bottom: none;
}

.Grid .GridHeaderRow {
  height: 35px;
  border: none;
}

.Grid .GridHeaderCaptionText {
  text-align: center;
  font-weight: 500;
  font-size: 13px;
}

.Grid .GridFooterBar {
  background-color: #fdfbf2;
}

.Grid .GridFooter {
  border-color: #e6e8f0;
}

.Grid .GridFooterRow {
  height: 30px;
}

.Grid .SkinButton,
.Grid .iconfont {
  color: #666;
}

.CellIcons div:hover,
.Grid .SkinButton:hover {
  color: #2288fc;
}

.NoTop .Grid {
  border-top: none;
}

.Grid .GridBodyRowNoCell {
  background-color: #fff;
}

.Grid .GridBodyRowNoCellText {
  text-align: center;
}

.GridBlock.NoBorder .Grid {
  border: none;
}

.GridBlock.NoBorder .GridHeaderBar {
  border-radius: 4px;
}

.GridBlock.NoBorder .GridHeader {
  border-bottom: none;
}

.GridBlock.NoBorder .GridHeader .GridHeaderRow .GridHeaderCaption {
  border: none;
}

.GridBlock.NoBorder .RowNoConfigIcon {
  width: 100%;
}

.GridBlock.NoBorder .RowNoConfigIcon,
.GridBlock.NoBorder .GridHeader .GridHeaderCaptionText {
  border-right: 1px solid #c3c1d9;
}

.GridBlock.NoBorder .GridHeader .GridHeaderCaption:nth-last-child(2) .GridHeaderCaptionText {
  border-right-width: 0;
}

.GridBlock.NoBorder .GridHeaderBar.Frozen .GridHeaderCaption:nth-last-child(1) .GridHeaderCaptionText {
  border-right-width: 0;
}

.GridBlock.NoBorder .GridHeaderBar.Frozen .GridHeaderCaption:nth-last-child(2) .GridHeaderCaptionText {
  border-right-width: 1px;
}

.GridBlock.NoBorder .GridFooter {
  border: none;
}

.GridBlock.NoBorder .GridFooterCell {
  border-right: none;
}

.GridBlock.NoBorder .GridFooterCellText {
  height: 16px;
  line-height: 16px;
  border-right: 1px solid #e6e8f0;
}

.GridBlock.NoBorder .GridFilterBar {
  border-bottom: none;
}

.GridBlock.NoBorder .Pager {
  border: none;
}

.Grid .GridBodyCell,
.Grid .GridBodyRowNoCell,
.Grid .GridDetailTd {
  border-right-color: #e6e8f0;
  border-bottom-color: #e6e8f0;
}

.Grid .GridFilterBar .GridBodyRowNoCell {
  background-color: transparent;
}

.Grid .GridFilterBlock .EditBlock {
  height: auto;
}

.GridBlock.NoBorder .GridFilterBlock,
.GridBlock.NoBorder .GridBodyCell,
.GridBlock.NoBorder .GridBodyRowNoCell,
.GridBlock.NoBorder .GridDetailTd {
  border-right: none;
  border-bottom-color: #e8eaf1;
}

.Grid .GridBodyRow.even>td {
  background-color: inherit;
}

.Grid .GridBodyRow {
  height: 35px;
}

.BrowserIE .Grid .SelectorCell .nulltext,
.BrowserIE .Grid .SelectorCell .GridBodyCellText {
  min-height: 40px;
  line-height: 40px;
}

.Grid .GridBodyRow.active>td,
.Grid .GridBodyRow.active:hover>td {
  background-color: #fff9e8;
}

.Grid .GridBodyRow.hover>td,
.Grid .GridBodyRow:hover>td,
.GridBlock.NoBorder .GridBodyRow:hover>td {
  background-color: #ecf2ff;
}

.Grid .LinkColumn,
.Grid .GridDynamicButtonBody a,
.Grid .GridDynamicButtonBody a:link,
.Grid .GridDynamicButtonBody a:visited {
  color: #2288fc;
}

.Grid .LinkColumn:hover,
.Grid .GridDynamicButtonBody a:hover {
  color: #21c8ff;
}

.GridDynamicButtonBody.Normal a:hover {
  background-color: #2288fc;
  color: #fff;
}

.Grid .IconRight .GridHeaderCaptionText:hover:before {
  color: #2288fc;
}

.Grid .activeEditor {
  border-color: #2288fc;
  box-shadow: 0 0 2px 1px #94c4fb;
}

.Pager {
  height: 26px;
  line-height: 26px;
  border: 1px solid #e6e8f0;
  border-top: none;
  padding-right: 10px;
}

.Pager .InnerBlock .Button,
.Pager .InnerBlock .Edit,
.Pager .InnerBlock .EditBlock,
.Pager .InnerBlock .Label,
.Pager .InnerBlock .FlowPanel .FlowLabel {
  height: 22px;
  line-height: 22px;
}

.Pager .InnerBlock td {
  padding-top: 4px;
  height: auto;
}

.Pager .InnerBlock .FlowPanel {
  margin-top: 0;
  padding: 0;
  align-content: center;
  background-color: transparent;
}

.Pager .InnerBlock .HBlock {
  display: flex;
  align-items: center;
}

.Pager .InnerBlock .LayoutItemControl .EditBlock {
  vertical-align: middle;
  margin-top: -4px;
}

.Pager .PagerButtons div {
  margin-left: 6px;
}

.Pager .PagerContent .Button:hover,
.Pager .PagerButton:hover {
  border-color: #2288fc;
  background-color: inherit;
}

.Pager .PagerButton.active {
  border-color: #2288fc;
  color: #2288fc;
  background-color: inherit;
}

.Pager .PagerContent .Button.disabled {
  background-color: #f7f8fa;
}

.Pager .PagerContent {
  padding: 0;
}

.Pager .GotoButton.Button {
  margin-right: 0;
}

.Pager_refresh:before {
  color: #033eff;
}

/*凭证grid*/
.GridBodyFiscalText {
  height: 39px;
}

.GridBodyFiscalText .FiscalBlock {
  line-height: 39px;
  height: 39px;
}

.FiscalGrid.GridBlock .Grid,
.FiscalGrid.Grid {
  border: 2px solid #666;
}

.FiscalGrid .GridHeader {
  border-color: #666;
  background-color: #fff;
}

.FiscalGrid .GridHeaderCaption {
  font-weight: 500;
}

.FiscalGrid .GridHeaderCaption .FiscalBlock {
  font-weight: normal;
}

.FiscalGrid .GridBodyRow {
  height: 60px;
}

.FiscalGrid .GridBodyFiscalText .FiscalBlock,
.FiscalGrid .GridBodyFiscalText {
  height: 59px;
  line-height: 59px;
}

.FiscalGrid .GridBodyFiscalText.LessNumber .FiscalBlock {
  color: #dd4e4e;
}

.FiscalGrid .FiscalEditor,
.FiscalGrid .GridBodyCell {
  font-weight: 500;
  color: #555;
}

.FiscalGrid .GridFooterCell,
.FiscalGrid .GridHeaderCaption,
.FiscalGrid .GridBody .GridTable .GridBodyCell,
.FiscalGrid .GridBody .GridTable .GridBodyRowNoCell {
  border-color: #aaa;
}

.FiscalGrid .GridDynamicButtonBody {
  font-weight: normal;
}

.FiscalGrid.GridBlock .Grid .GridBody,
.FiscalGrid.Grid .GridBody {
  flex-grow: 0;
}

.FiscalGrid .GridFooter {
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
}

.FiscalGrid .GridFooterBar {
  margin-top: -1px;
  z-index: 1;
  background-color: #fff;
}

.FiscalGrid .GridFooterCellText {
  height: 60px;
  line-height: 60px;
  padding: 0 5px;
  font-weight: 600;
}

.FiscalGrid .GridFooterCell .FiscalBlock {
  height: 60px;
  line-height: 60px;
}

.FiscalGrid .GridBodyRow .HoverButton {
  top: 0;
  margin-top: 0;
  margin-top: 18px;
}

/*录凭证外币和数量核算样式*/
.FiscalGrid .NumberBlock,
.FiscalGrid .PriceBlock {
  font-weight: normal;
  line-height: 24px;
}

.FiscalGrid .NumberBlock span,
.FiscalGrid .PriceBlock span {
  display: inline-block;
  min-width: 60px;
  padding: 0 5px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.FiscalGrid .KmCell {
  vertical-align: bottom;
}

.FiscalGrid .KmCell .GridBodyCellText {
  display: flex;
  flex-direction: column;
}

.FiscalGrid .KmCell .PriceBar {
  display: block;
  color: #989898;
  display: flex;
  justify-content: space-between;
}

.FiscalGrid .KmCell .PriceBar .PriceBlock span {
  border: none;
  text-align: left;
  min-width: initial;
}

/*日期日历*/
.CalendarRange .calendar2 .WeekRow,
.CalendarMain .WeekRow {
  background-color: transparent;
  color: #333;
}

.CalendarMain .DayCell.selected {
  background-color: #2288fc;
}

.CalendarMain .TodayButton:hover {
  background-color: #2288fc;
}

.CalendarMain .TodayButton {
  color: #2288fc;
}

.CalendarRange .CalendarMain .DayCell.mtCurr:hover,
.CalendarMain .DayCell:hover {
  background-color: #2288fc;
}

.CalendarRange .CalendarMain .DayCell.start,
.CalendarRange .CalendarMain .DayCell.end {
  background-color: #2288fc;
  color: #fff;
}

.CalendarRange .CalendarMain .DayCell.inRange {
  background-color: #f0f7ff;
}

.CalculatorPopup .ctorRight>*,
.CalculatorPopup .Btn.opt {
  color: #2288fc;
}

.CalculatorPopup .Btn.equalsign {
  background-color: #2288fc;
  color: #fff;
}

.CalculatorPopup .Btn:hover {
  background-color: #2288fc;
  color: #fff;
}

.NavBar {
  border-radius: 4px;
}

.NavBar .NBGroupBody {
  padding: 0 10px;
}

.NavBar .NBGroupHeader {
  background-color: #f5f5f5;
  border-radius: 4px;
}

.NavBar .NBGroupHeader:hover {
  color: #2288fc;
  background-color: #e5f9ff;
}

/*单选复选框*/
.ChkBoxStyle:hover:before {
  border-color: #2288fc;
}

.ChkBoxStyle.checked:before {
  background-color: #2288fc;
  border-color: #2288fc;
}

.ChkBoxStyle.checked.disabled:before {
  color: #2288fc;
}

.ChkBoxStyle.half:before {
  border-color: #2288fc;
  background-color: #fff;
}

.RadioButtonList .ChkBoxStyle.checked:before,
.RadioButton.ChkBoxStyle.checked:before {
  border-color: #2288fc;
}

.RadioButtonList .ChkBoxStyle.checked.disabled:before,
.RadioButton.ChkBoxStyle.checked.disabled:before {
  background-color: #2288fc;
}

.ChkBoxStyle input {
  top: 7px;
}

.CheckBoxList.Border {
  border: none;
  padding-left: 0;
}

.CheckBox.Border:hover,
.CheckBoxList.Border .ChkBoxStyle:hover,
.CheckBoxList.Border .ChkBoxStyle.checked {
  border-color: #2288fc;
}

.CheckBoxList.Border .ChkBoxStyle input,
.ChkBoxStyle.Border input {
  left: 14px;
  top: 10px;
}

.CheckBox.Border,
.CheckBoxList.Border .ChkBoxStyle {
  height: 38px;
  line-height: 38px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 15px 0 10px;
}

.Paper {
  background-color: #fff;
}

.TreeDragLine,
.TreeDragLine:before {
  border-color: #2288fc;
}

.SwitchButton.hasText {
  background-color: transparent;
  padding: 0 5px;
}

.SwitchButton.hasText .SwitchBlock {
  left: 9px;
  top: 8px;
  width: 6px;
  height: 6px;
}

.SwitchButton.hasText.checked {
  background-color: transparent;
}

.Grid .SwitchButton {
  width: auto;
}

/*------------------------业务样式----------------*/
/*首页菜单自定义样式*/
.LeftBar {
  overflow: visible !important;
  width: 100px !important;
  background-color: #374979;
  flex: none;
  flex-shrink: 0;
  position: relative;
  margin: 0;
}

.menubarBg {
  background-color: #374979;
}

.LeftBar .Logo {
  display: block;
  width: 70px;
  height: 70px;
  margin: 25px auto 10px auto;
  background-image: url("images/ngpLogo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.HomeMenu.MenuBar {
  background-color: transparent;
  box-shadow: none;
  color: #b0b8d8;
  font-weight: bold;
  font-size: 14px;
  flex-grow: 1;
  margin: 0;
}

.HomeMenu.MenuBar .MenuRoots {
  overflow: visible;
}

.HomeMenu.MenuBar.vert .MenuRoot {
  border: none;
  line-height: 40px;
  height: 40px;
  margin: 7px 5px;
  border-radius: 6px;
  padding: 0;
  justify-content: center;
}

.HomeMenu.MenuBar.vert .MenuRoot.aicon-children:after {
  display: none;
}

.HomeMenu .MenuRoot {
  position: relative;
}

.HomeMenu.MenuBar.vert .MenuRoot.MoreItem {
  margin: 10px 8px 0 8px;
  background-image: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}

.HomeMenu.MenuBar.vert .MenuRoot.MoreItem:hover {
  border-radius: 6px;
}

.HomeMenu.MenuBar .MoreItem .MenuRootImage:before {
  font-size: 18px;
}

.MenuBar .MenuRootActive,
.MenuBar .MenuRoot.active,
.MenuBar .MenuRoot.Show,
.MenuBar .MenuRoot:hover {
  background-color: #2288fc;
  color: #fff;
}

.HomeMenu.MenuBar .MenuRootImage {
  text-align: center;
  width: 24px;
  font-weight: normal;
  margin-right: 5px;
}

.HomeMenu.MenuBar .MenuRootImage:before {
  font-size: 20px;
}

.MenuBar .MenuRoot.aicon-children:after {
  content: "\e9fe";
  font-size: 17px;
}

.LeftBar .btnExpand {
  display: block;
  font-weight: normal;
  text-align: center;
  margin: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  color: #b8b6cf;
  font-weight: normal;
}

.LeftBar .btnExpand:hover {
  color: #2288fc;
}

.LeftBar.Expand .btnExpand:before {
  content: "\e737";
}

.LeftBar.Expand {
  width: 60px !important;
}

.LeftBar.Expand .MenuBar.HomeMenu .aicon-children:after,
.LeftBar.Expand .MenuBar.HomeMenu .MenuRootCaption {
  display: none;
}

.LeftBar.Expand .MenuBar.HomeMenu .MenuRootImage {
  margin: 0;
  width: 60px;
}

.LeftBar.Expand .MenuBar.HomeMenu .MenuRootActive {
  background-color: inherit;
}

.LeftBar.Expand .Logo {
  margin: 25px 0;
  width: 60px;
}

.TopMenuBar {
  background-color: transparent;
  box-shadow: none;
  color: #333;
  line-height: inherit;
  height: auto;
}

.MDIInnerBlock {
  padding: 0 0 0 5px;
}

.Menu.UserInfoMenu:before {
  position: absolute;
  top: -10px;
  right: 60px;
  color: #fff;
}

.Menu.UserInfoMenu {
  padding-top: 10px;
  margin-top: 3px;
  min-width: 180px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-right: 5px;
  box-shadow: 0 3px 10px #ccc;
}

.Menu.UserInfoMenu .MenuItem.rechargeItem:hover {
  background-color: #fff;
}

.Menu.UserInfoMenu .MenuItem.rechargeItem .cz {
  background-color: #ffd821;
  color: #bb8800;
  line-height: 24px;
  display: inline-block;
  padding: 0 10px;
  border-radius: 8px;
}

.Menu.UserInfoMenu .MenuItem.rechargeItem:hover .cz {
  background-color: #2288fc;
  color: #fff;
}

.Menu.UserInfoMenu .MenuItem.rechargeItem .MenuCaption {
  text-align: center;
}

.Menu.UserInfoMenu .MenuItem.rechargeItem .MenuNoMore {
  display: none;
}

.Menu.UserInfoMenu .MenuItem.rechargeItem .MenuImage {
  display: none;
}

.Menu.SysMenu.Horz {
  flex-direction: row;
}

.Menu.SysMenu .MenuImage:before {
  font-size: 14px;
}

.Menu.SysMenu .MenuImage {
  margin-left: 10px;
}

.MenuRoot.userItem .MenuRootImage {
  border-radius: 16px;
  width: 32px;
  height: 32px;
  margin: 0 5px 0 0;
  overflow: hidden;
  align-items: center;
  display: flex;
  justify-content: center;
}

.MenuRoot.userItem .MenuRootImage img {
  margin: 0;
  width: 100%;
  height: 100%;
}

.MenuRoot.userItem .MenuRootCaption {
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.TeacherMenuItem {
  border: 1px solid #fff;
  border-radius: 13px;
  height: 26px;
  line-height: 26px;
  background-color: #f5f7ff;
  margin-top: 5px;
  margin-right: 10px;
}

.TeacherMenuItem .MenuRootImage img {
  width: 16px;
  margin-right: 4px;
  vertical-align: middle;
}

.TeacherMenuItem:hover {
  background-image: linear-gradient(90deg, #feeac8 0%, #fed183 100%);
}

.TeacherMenuItem:hover .MenuRootCaption {
  color: #653b03;
}

.DemandPage .SpeeButton1 {
  height: 22px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #2288fc;
  letter-spacing: 0;
  text-align: left;
  line-height: 22px;
  padding-left: 394px;
}

.DemandPage .SpeeButton1 img {
  margin-right: 5px;
  width: 15px;
  height: 19px;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.DemandPage .TDNumber {
  height: 40px;
}

.DemandPage .SpeeButton2 {
  height: 17px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #2288fc;
  text-align: left;
  line-height: 17px;
}

.DemandPage .Button.demandBtn {
  width: 76px;
  height: 30px;
  background: #2288fc;
  border-radius: 2px;
  color: #fff;
}

.DemandPage .Button.demandCancel {
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  width: 76px;
  height: 30px;
}

.DemandPage .TextArea.TextArea1 {
  vertical-align: top;
}

.DemandPage .demandFB {
  line-height: 30px;
  margin-top: 56px;
}

.DemandPage .LB2 {
  margin-top: -107px;
}

.DemandPage .main1 {
  display: flex;
  flex-direction: column;
}

.DemandPage .LabelRequire {
  padding-bottom: 86px;
}

.DemandBackPage {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  line-height: 18px;
}

.DemandBackPage .demandBtn {
  background: #2288fc;
  border-radius: 2px;
  width: 76px;
  height: 30px;
  padding: 36px 0 20px 0;
}

.DemandBackPage .demandBackDb {
  padding: 36px 0;
  height: 30px;
}

.DemandBackPage .Button.demandBackBtn {
  background: #2288fc;
  border-radius: 2px;
  color: #fff;
}

.DemandBackPage .Button.demandBackCancel {
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  width: 76px;
  height: 30px;
}

/*工具栏*/
.MenuRoot.customItem {
  width: 40px;
  padding: 0;
  text-align: center;
}

.CustomBar {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  right: -40px;
  width: 40px;
  height: 100%;
  display: flex;
  transition: right 0.3s linear;
}

.CustomBar.show {
  right: 0;
  box-shadow: 0 0 10px #2288fc;
}

.CustomBar .MenuBar {
  background-color: #000;
  box-shadow: none;
  color: #fff;
  width: 40px;
}

.CustomBar .MenuBar .MenuRoot {
  border: none;
  height: 40px;
}

.CustomBar .MenuBar .MenuRootCaption {
  display: none;
}

.CustomBar .MenuBar .MenuRootImage {
  width: 100%;
}

.CustomBar .MenuBar .MenuRoot.aicon-children:after {
  display: none;
}

/*自定义皮肤菜单*/
.MenuItem.skinItem .MenuImage {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  align-self: center;
}

.MenuItem.skinItem.selected {
  background-color: #eee;
}

.MenuItem.blueSky .MenuImage {
  background-color: #377bff;
}

.MenuItem.blueNight .MenuImage {
  background-color: #4f81bd;
}

.MenuItem.black .MenuImage {
  background-color: #555;
}

.MenuItem.orange .MenuImage {
  background-color: #ff7164;
}

.MenuItem.pink .MenuImage {
  background-color: #f18ae3;
}

.MenuItem.purple .MenuImage {
  background-color: #c469db;
}

.MenuItem.hot .MenuImage {
  background-color: #ff2c06;
}

.MenuItem.green .MenuImage {
  background-color: #e3edcd;
}

.MenuItem.brown .MenuImage {
  background-color: #fff2e2;
}

.MenuItem.grey .MenuImage {
  background-color: #eaeaef;
}

.MenuItem.yellow .MenuImage {
  background-color: #ffa500;
}

.MenuItem.hy .MenuImage {
  background-color: #7bbf82;
  color: #fff;
}

.MenuImage.aicon-fenggeshezhi {
  width: 40px;
}

.HomePage.PageBlock {
  padding: 0;
  background-color: #f4f4f8;
}

.BrowserIE .Workflow {
  zoom: 1 !important;
}

.HomePage .Workflow {
  border: none;
  margin: 0;
}

.HomePage .BlockItem {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.HomePage .pd0 {
  padding: 0;
}

.HomePage .FlexCaption {
  background-color: transparent;
  border: none;
  font-weight: normal;
}

.HomePage .PageControl {
  border: none;
}

.HomePage .TabHeader {
  background-color: #fff;
  padding-left: 10px;
}

.HomePage .TabHeader .TabCaption {
  color: #333;
  font-size: 14px;
}

.HomePage .cyBlock {
  flex: none;
}

.HomePage .UI_ListView {
  border: none;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}

.HomePage .UI_ListItem {
  width: 20%;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.HomePage .cyBlock .Item {
  flex-direction: column;
  cursor: pointer;
}

.HomePage .cyBlock .Item .icon:before {
  font-size: 26px;
  margin: 0;
}

.HomePage .cyBlock .Item .icon {
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 5px;
  transition: all 0.2s linear;
}

.HomePage .cyBlock .Item .text {
  font-weight: 500;
}

.HomePage .cyBlock .Item:hover .icon:before {
  font-size: 30px;
}

.HomePage .cyBlock .Item:hover .text {
  color: #2288fc;
}

.HomePage .cyBlock .Item.disabled.DataBlock {
  cursor: default !important;
}

.HomePage .cyBlock .Item.disabled.DataBlock .icon {
  background-color: #ddd;
  color: #aaa;
}

.HomePage .cyBlock .Item.disabled.DataBlock .text {
  color: #aaa;
}

.HomePage .cyBlock .Item.disabled .icon:before {
  font-size: 26px;
}

.HomePage .cyBlock .Item .icon.bg1 {
  background-color: #00c598;
}

.HomePage .cyBlock .Item .icon.bg2 {
  background-color: #ff9170;
}

.HomePage .cyBlock .Item .icon.bg3 {
  background-color: #9c72cc;
}

.HomePage .cyBlock .Item .icon.bg4 {
  background-color: #0097dd;
}

.HomePage .cyBlock .Item .icon.bg5 {
  background-color: #00a5d9;
}

.HomePage .cyBlock .Item .icon.bg6 {
  background-color: #14cff0;
}

.HomePage .cyBlock .Item .icon.bg7 {
  background-color: #ffa13c;
}

.HomePage .cyBlock .Item .icon.bg8 {
  background-color: #ffb365;
}

.HomePage .cyBlock .Item .icon.bg9 {
  background-color: #00b5ea;
}

.HomePage .cyBlock .Item .icon.bg10 {
  background-color: #00e2a7;
}

.HomePage .FlexBlock.vert>* {
  margin-bottom: 10px;
}

.HomePage .FlexBlock>*:last-child {
  margin-bottom: 0;
}

.HomePage .SecondButton1 {
  border-color: #cbcbcb;
  border: 1px solid #2288fc;
  padding: 0 14px;
  border-radius: 14.5px;
  color: #2288fc;
  background-color: #fff;
  font-size: 14px;
  letter-spacing: 0.78px;
}

.RetailPage.PageBlock {
  overflow: auto;
}

.RetailPage .TopBar {
  height: 140px;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #fff;
  position: relative;
}

.RetailPage .TopBar .Bar {
  padding: 0 10px 10px 10px;
}

.RetailPage .TopBar .refreshBtn {
  position: absolute;
  right: 10px;
  top: 0;
}

.RetailPage .TopBar .modal {
  background-color: #f8faff;
  padding-left: 15px;
}

.RetailPage .TopBar .spdot {
  text-align: center;
  font-weight: bold;
}

.RetailPage .TopBar .ListViewBlock {
  justify-content: center;
}

.RetailPage .TopBar .UI_ListView {
  background-color: transparent;
  margin: 0;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 0;
  justify-content: center;
}

.RetailPage .TopBar .UI_ListItem {
  margin: 0 0 10px 0;
  width: auto;
  justify-content: flex-start;
  flex-grow: 0;
}

.RetailPage .TopBar .UI_ListItem .text {
  color: #999;
}

.RetailPage .TopBar .UI_ListItem .value {
  font-weight: bold;
}

.RetailPage .TopBar .width60 .text {
  min-width: 65px;
}

.RetailPage .TopBar .width100 .text {
  min-width: 100px;
}

.RetailPage .cyView .UI_ListItem {
  width: 12.5%;
}

.RetailPage .Item .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}

.RetailPage .Item .icon:before {
  font-size: 20px;
}

.RetailPage .Item:hover .icon:before {
  font-size: 24px;
}

.RetailPage .Item.disabled .icon:before {
  font-size: 20px;
}

.RetailPage .RightBottom {
  display: flex;
  padding: 5px 10px;
  background-color: #fff;
}

.RetailPage .RightBottom .Label {
  line-height: 30px;
  margin-top: 0;
}

.SysInfoBar .BadgeButton,
.SysInfoBar .BadgeButton:focus,
.SysInfoBar .BadgeButton:hover {
  box-shadow: none;
  width: auto;
  border: none;
  background-color: transparent;
  height: 90px;
  color: #333;
}

.SysInfoBar .BadgeButton:before {
  width: 42px;
  height: 42px;
  color: #fff;
  display: block;
  line-height: 42px;
  font-size: 24px;
  border-radius: 8px;
}

.SysInfoBar .BadgeButton.baojing:before {
  background-color: #ff5454;
}

.SysInfoBar .BadgeButton.baocuo:before {
  background-color: #fabb3e;
}

.SysInfoBar .BadgeButton.disabled {
  background-color: transparent !important;
}

.SysInfoBar .BadgeButton .BadgeValue {
  top: -8px;
  left: 64%;
}

.SysInfoBar .BadgeButton:hover {
  color: #ff5454;
}

.SysInfoBar .BadgeButton:hover:before {
  font-size: 28px;
}

.AnnounceBar {
  background-color: #fff6e8;
  line-height: 26px;
  text-indent: 5px;
  position: relative;
  overflow: hidden;
  margin: 0 !important;
}

.AnnounceBar .Label {
  margin-top: 0;
  width: 90%;
  display: block;
}

.AnnounceBar .Label:before {
  font-size: 12px;
  display: inline-block;
  color: #ff0000;
}

.AnnounceBar:before {
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
  background-color: #fff6e8;
}

.AnnounceBar:hover {
  color: #2288fc;
}

.AnnounceBar:hover:before {
  color: #ff0000;
}

.AnnouncePage {
  display: flex;
  flex-direction: column;
  flex: auto;
  padding: 20px !important;
}

.AnnouncePage .caption {
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: center;
  padding: 0 30px;
}

.AnnouncePage .content {
  padding: 10px;
  text-indent: 15px;
  line-height: 30px;
}

.AnnouncePage .publisher,
.AnnouncePage .date {
  text-align: right;
  color: #666;
  display: block;
}

.Workflow.HomeWork .WorkLine .Text {
  display: block;
  color: #555;
  background-color: transparent;
}

.RetailPage .Workflow .WorkItem {
  width: 95px;
  cursor: pointer;
  font-weight: 400;
  height: auto;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #333;
  box-shadow: none;
  padding-bottom: 10px;
}

.RetailPage .Workflow .WorkItem:before {
  margin-bottom: 5px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: block;
  transition: all 0.2s linear;
  background-color: #379ee1;
  color: #fff;
  text-align: center;
}

.RetailPage .Workflow .WorkItem:hover {
  color: #2288fc;
}

.RetailPage .Workflow .WorkItem:hover:before {
  background-color: #2288fc;
  font-size: 28px;
  color: #fff;
}

.RetailPage .Workflow .ItemText {
  word-break: keep-all;
}

.RetailPage .Workflow .item1:before {
  background-color: #e0eeff;
  color: #669cf1;
}

.RetailPage .Workflow .item2:before {
  background-color: #fadedd;
  color: #f18281;
}

.RetailPage .Workflow .item3:before {
  background-color: #fbeed8;
  color: #efa750;
}

.RetailPage .Workflow .item4:before {
  background-color: #d8f2d7;
  color: #75cd60;
}

.RetailPage .Workflow .item5:before {
  background-color: #dcf3ff;
  color: #669cf1;
}

.RetailPage .Workflow.disabled .WorkItem:before,
.RetailPage .Workflow .WorkItem.disabled:before {
  background-color: #ddd !important;
  color: #aaa !important;
  font-size: 24px;
}

.RetailPage .Workflow .itemFirst {
  cursor: default;
  width: 290px;
  background: linear-gradient(90deg, #e5eaff 0%, #d0e5ff 100%);
  border-radius: 4px;
  color: #2288fc;
  padding: 10px;
}

.RetailPage .Workflow .itemFirst .ItemText {
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  width: 100% !important;
}

.Wholesale .Workflow .WorkItem {
  cursor: pointer;
  border: none;
  box-shadow: none;
  flex-direction: row;
  height: 46px;
  border-radius: 6px;
}

.Wholesale .Workflow .ItemText {
  font-size: 14px;
}

.Wholesale .Workflow .WorkItem.w166 {
  width: 160px;
  justify-content: left;
}

.Wholesale .Workflow .WorkItem:before {
  margin-right: 5px;
}

.Wholesale .Workflow .WorkItem:hover {
  background-color: #2288fc;
  color: #fff;
}

.Wholesale .Workflow .WorkItem.Group:hover {
  background-color: #fff;
}

.Wholesale .Workflow.disabled .WorkItem,
.Wholesale .Workflow .WorkItem.disabled {
  background-color: #ddd !important;
  color: #aaa !important;
}

.Wholesale .Workflow .item1 {
  background-color: #ffe0b3;
  color: #dd7f1e;
}

.Wholesale .Workflow .item2 {
  background-color: #e1eeff;
  color: #3688f1;
}

.Wholesale .Workflow .item3 {
  background-color: #ffd8cc;
  color: #e7704b;
}

.Wholesale .Workflow .item4 {
  background-color: #91fac5;
  color: #0b8045;
}

.Wholesale .Workflow.FlexBlock .WorkItem.Group {
  border-width: 1px;
}

.Workflow .WorkLine.color1 .Text {
  color: #eead9a;
}

.Workflow .WorkLine.color2 .Text {
  color: #639ce7;
}

.Workflow .WorkLine.color3 .Text {
  color: #02b65b;
}

.Workflow .WorkLine.textVert .Text {
  width: 20px;
  word-break: break-all;
  line-height: 20px;
}

.Workflow .WorkItem.Group.border1 {
  border-color: #aed0fc;
}

.Workflow .WorkItem.Group.border2 {
  border-color: #71e3aa;
}

.Workflow.Radius .WorkItem.HasNext,
.Workflow.Radius .WorkItem.HasPrev {
  background-color: #2288fc;
  border-color: #2288fc;
}

.Workflow .WorkResizer .Add {
  color: #2288fc;
  border-color: #2288fc;
}

.Workflow .WorkResizer .Add:hover {
  background-color: #2288fc;
  color: #fff;
}

.Workflow .WorkResizer .FResizer,
.Workflow .WorkItem .WorkResizer {
  border-color: #2288fc;
}

.WorkChart .WorkChartItem:hover {
  background-color: #21c8ff;
  border-color: #21c8ff;
  color: #fff;
}

/*上下布局*/
.MDIDocument .GlobalVert {
  flex-direction: column;
}

.GlobalVert .HomeSearchBar {
  height: 32px;
  background-color: transparent;
}

.GlobalVert .HomeSearchBar.SearchBlock .SearchButton {
  top: 4px;
}

.GlobalVert .LeftBar.FlexBlock {
  width: auto !important;
  height: 50px;
  flex-direction: row;
}

.GlobalVert .LeftBar .Logo {
  margin: 5px;
}

.GlobalVert .HomeMenu.MenuBar {
  line-height: 50px;
  height: 50px;
}

.GlobalVert .TopMenuBar {
  color: #333;
}

.GlobalVert .LeftBar .btnExpand,
.GlobalBottom .LeftBar .btnExpand {
  display: none;
}

.MDIDocument .GlobalBottom {
  flex-direction: column-reverse;
}

.GlobalBottom .HomeSearchBar {
  height: 32px;
  background-color: transparent;
}

.GlobalBottom .HomeSearchBar.SearchBlock .SearchButton {
  top: 4px;
}

.GlobalBottom .LeftBar.FlexBlock {
  width: auto !important;
  height: 50px;
  flex-direction: row;
}

.GlobalBottom .LeftBar .Logo {
  margin: 5px;
}

.GlobalBottom .HomeMenu.MenuBar {
  line-height: 50px;
  height: 50px;
}

.GlobalBottom .TopMenuBar {
  color: #333;
}

.GlobalBottom .HomeChild.RootMenu .Arrow {
  bottom: -6px;
  top: auto;
  left: 10%;
  transform: rotate(-45deg);
}

.GlobalBottom .HomeChild.RootMenu.hasArrow {
  margin-left: 0;
  margin-top: -15px;
  box-shadow: -3px -3px 10px #ccc;
}

.MDIDocument .GlobalRight {
  flex-direction: row-reverse;
}

.LeftFold .HomeMenu.MenuBar.vert .MenuRoot {
  padding-left: 5px;
}

.GlobalRight.LeftFold .TopBlock.FlexBlock {
  right: 60px;
}

.GlobalRight .HomeChild.RootMenu .Arrow {
  left: auto;
  right: -6px;
  top: 20px;
  transform: rotate(-135deg);
}

.GlobalRight .HomeChild.RootMenu.hasArrow {
  margin-left: -22px;
  box-shadow: -3px -3px 10px #ccc;
}

.Edit.DisplayEdit {
  background-color: #fff9ea;
  border-color: #f47677;
}

.CompayPage .icon:before {
  color: #2288fc;
}

.WaterBadge {
  pointer-events: none;
  position: absolute;
  opacity: 0.7;
  background-repeat: no-repeat;
  font-weight: 500;
  background-size: 100% 100%;
  font-size: 32px;
  text-align: center;
  padding: 15px 20px;
  word-break: keep-all;
}

.WaterBadge.blue {
  background-image: url("images/blue.png");
  color: #0296ff;
  transform: rotate(-18deg);
}

.WaterBadge.red {
  background-image: url("images/red.png");
  color: #e60012;
  transform: rotate(-18deg);
}

.WaterBadge.dsh {
  background-image: url("images/dsh.png");
  width: 205px;
  height: 126px;
}

.WaterBadge.shbtg {
  background-image: url("images/shbtg.png");
  width: 300px;
  height: 151px;
}

.WaterBadge.shtg {
  background-image: url("images/shtg.png");
  width: 255px;
  height: 139px;
}

.WaterBadge.shz {
  background-image: url("images/shz.png");
  width: 205px;
  height: 126px;
}

.WaterBadge.wqr {
  background-image: url("images/wqr.png");
  width: 205px;
  height: 126px;
}

.WaterBadge.yqr {
  background-image: url("images/yqr.png");
  width: 205px;
  height: 126px;
}

.WaterBadge.ygz {
  background-image: url("images/ygz.png");
  width: 205px;
  height: 126px;
}

.WaterBadge.cg {
  background-image: url("images/cg.png");
  width: 205px;
  height: 126px;
}

.ProgressBar {
  border: none;
  height: 16px;
  background-color: #d4e1e8;
  border-radius: 8px;
}

.ProgressBar .ProgressValue {
  background-size: auto;
  background-image: linear-gradient(90deg,
      #47bdfe 0%,
      #057cff 93%,
      #0087d5 100%);
  border-radius: 8px;
  animation: none;
}

.Grid .GridBodyCell .ProgressBar {
  height: 9px;
  margin-right: 50px;
}

.Grid .GridBodyCell .ProgressBar .ProgressText,
.Grid .GridBodyCell .ProgressBar .ProgressHighText {
  top: 1px;
  line-height: 9px;
  position: absolute;
  left: 100%;
  width: auto;
  margin-left: 10px;
  color: #333;
}

.ProgressBar.Modal {
  height: 4px;
}

.ProgressBar.Modal span {
  background-color: transparent;
  color: #333 !important;
  font-size: 16px;
  top: -30px;
}

.ProgressBar.Modal span:after {
  display: none;
}

.ProgressOverlay {
  background-color: #fff;
}

.Grid .ProgressBar .ProgressValue {
  background-image: none;
  background-color: #2288fc;
}

.TreeBlock.NoBorder {
  border: none;
}

.TreeBlock.NoBorder .TreeToolBar .aicon-chaxun {
  top: 16px;
  left: 4px;
}

.TreeBlock.hasTool.NoBorder .TreeToolBar .Edit {
  margin: 10px 35px 5px 0;
}

.TreeBlock.hasTool.ShowEditor.NoBorder .TreeToolBar .Edit {
  margin: 10px 0 5px 0;
}

.TreeBlock.hasTool.NoBorder .TreeToolBar .Buttons {
  height: 0;
}

.TreeBlock.hasTool.NoBorder .TreeToolBar .Button {
  z-index: 1;
  padding: 0;
  text-align: center;
  width: 32px;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
}

.TreeBlock.hasTool.NoBorder .TreeToolBar .Button:hover:before {
  color: #2288fc;
}

.TreeBlock.hasTool.NoBorder .TreeToolBar .Button:before {
  color: #999;
  font-size: 22px;
}

.ShowRoot .TreeView>.TreeNode .TextBlock {
  font-weight: bold;
}

.iconfolder {
  width: 20px;
  color: #ffc107;
  flex-shrink: 0;
  height: 30px;
}

.iconfile {
  width: 18px;
  flex-shrink: 0;
  height: 30px;
}

.iconfolder:before {
  font-size: 18px;
}

.iconfile:before {
  font-size: 14px;
}

.iconself {
  color: #ffcb41;
  width: 20px;
  height: 30px;
  flex-shrink: 0;
}

@keyframes bgcolor-animation {
  0% {
    color: #333;
  }

  50% {
    color: #2288fc;
  }

  100% {
    color: #333;
  }


  /* 水平抖动 */
  10%,
  90% {
    transform: translate3d(-2px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(+3px, 0, 0);
  }

  30%,
  70% {
    transform: translate3d(-6px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(+6px, 0, 0);
  }

  50% {
    transform: translate3d(-6px, 0, 0);
  }
}

.ListGrid .Grid,
.ListGrid .GridHeader,
.ListGrid .GridHeader .GridHeaderCaption {
  border: none;
  color: #333;
}

.ListGrid .GridHeader {
  border-bottom: 1px solid #f4f4f4;
}

.ListGrid .GridHeaderCaptionText {
  text-align: left;
  padding-left: 20px;
  font-size: 15px;
}

.ListGrid .GridHeaderBar {
  background-color: inherit;
}

.ListGrid .GridBodyRow .GridBodyCell,
.ListGrid .GridBodyRow.even .GridBodyCell {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #f4f4f4;
}

.ListGrid .GridBodyRow .GridBodyCell:first-child {
  border-left: 2px solid #fff;
}

.ListGrid .GridBodyRow:hover .GridBodyCell:first-child {
  border-left-color: transparent;
}

.ListGrid .GridBodyRow.active .GridBodyCell:first-child {
  border-left-color: #2288fc;
}

.ListGrid .GridBodyRow:hover .GridBodyCell {
  color: #2288fc;
}

.ListGrid .GridBodyCellText {
  cursor: pointer;
  padding-left: 20px;
}

.ListGrid .aicon-team:before {
  margin-right: 10px;
  font-size: 18px;
}

.ListGrid .GridBodyRow .CellIcons {
  display: none;
}

.ListGrid .GridBodyRow:hover .CellIcons,
.ListGrid .GridBodyRow.active .CellIcons {
  display: block;
}

.LeaveHeader {
  position: relative;
}

.LeaveHeader .ListGrid .GridHeaderBar {
  margin-bottom: 39px;
}

.LeaveHeader .Button.BorderButton {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40px;
  border-bottom: 1px solid #f4f4f4 !important;
  margin: 0;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  z-index: 2;
  text-align: left;
  border: none;
}

.LeaveHeader .Button:focus {
  box-shadow: none;
}

.LeaveHeader .Button.disabled {
  background-color: transparent !important;
}

.TipBox {
  padding: 10px 10px 20px 20px;
  position: relative;
  margin-top: 10px;
  border: 1px dashed #7bcbff;
  min-width: 200px;
  min-height: 60px;
  box-shadow: 3px 4px 2px 4px #e2f1ff;
  border-radius: 12px;
}

.TipBox:before {
  content: " ";
  border-top: 1px dashed #7bcbff;
  width: 16px;
  position: absolute;
  right: 10%;
  top: -8px;
  height: 1px;
  transform: rotate(45deg);
  height: 12px;
  background: #fff;
}

.TipBox:after {
  content: " ";
  border-top: 1px dashed #7bcbff;
  width: 16px;
  position: absolute;
  right: 10%;
  top: -8px;
  transform: rotate(-45deg);
  margin-right: 4px;
  background: #fff;
  height: 12px;
}

.TipBox .Title {
  font-weight: bold;
  line-height: 40px;
}

.TipBox .Label {
  color: #999;
}

.NormalBorder {
  border-color: #e1e1e1;
}

.Popup.p-top,
.Popup.p-left,
.Popup.p-right,
.Popup.p-bottom {
  border-color: #fff;
}

.Popup.p-top .PopupArrow {
  border-bottom-color: #fff;
}

.Popup.p-bottom .PopupArrow {
  border-top-color: #fff;
}

.Popup.p-left .PopupArrow {
  border-right-color: #fff;
}

.Popup.p-right .PopupArrow {
  border-left-color: #fff;
}

.SelfDropPopup.Popup {
  padding: 0 0 5px 0;
  display: flex;
  flex-direction: column;
}

.SelfDropPopup .Edit {
  flex: auto;
  width: auto;
  margin: 5px 10px;
  border-radius: 4px;
  text-indent: 20px;
}

.SelfDropPopup .GridBlock {
  max-height: 200px;
}

.SelfDropPopup .Grid {
  border-right: none;
  border-left: none;
}

.SelfDropPopup .Grid .GridBody {
  overflow-x: hidden;
  overflow-y: auto;
}

.SelfDropPopup .Grid .GridBodyCell {
  border-right: none;
  cursor: default;
  background-color: #fff;
}

.SelfDropPopup .Grid .GridBodyCellText {
  padding-left: 10px;
}

.SelfDropPopup .Pager {
  display: none;
}

.iconyl.iconfont {
  color: #fa7e00;
}

.AreaPopup {
  display: flex;
  height: 300px !important;
  padding: 0;
  flex-direction: column;
}

.AreaPopup .EditBlock {
  margin: 5px 8px 8px 8px;
  min-width: 175px;
}

.AreaPopup .EditBlock .Edit {
  border-right-width: 1px;
  border-radius: 4px;
}

.AreaPopup .EditBlock .SkinButton {
  display: none;
}

.AreaPopup .TreeBlock {
  border: none;
}

.AreaPopup .Children0 {
  min-width: 135px;
}

.AreaPopup .TreeNode .TextBlock {
  word-break: keep-all;
  word-wrap: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}

.HideEditorButton .EditBlock .SkinButton {
  display: none;
}

.HideEditorButton .EditBlock .Edit {
  border-right-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.NumEdit {
  text-align: center;
  text-indent: 0;
  width: auto;
  min-width: 5px;
  transition: none;
}

.NumEdit.NoBorder:hover,
.NumEdit.NoBorder:focus {
  box-shadow: none;
}

.NumEdit.disabled,
.NumEdit.disabled:hover {
  background-color: transparent;
  cursor: default !important;
  color: #333;
}

.FlexBlock.vert>.FlowPanel,
.FlexBlock.hasCaption>.FlowPanel {
  margin-bottom: 0;
}

.FlexBlock.vert>.FlowPanel.Border,
.FlexBlock.hasCaption>.FlowPanel.Border {
  margin-bottom: 5px;
}

.FlexBlock>*,
.FlexRow>* {
  margin-right: 10px;
}

.FlowPanel {
  padding: 10px 0 0 0;
  margin-bottom: 0;
}

.FlowPanel .FlowItem {
  margin-bottom: 10px;
}

.FlowPanel .FlowLabel {
  margin-right: 4px;
}

.FlowPanel.BorderBottom {
  padding-bottom: 0;
  padding-top: 0;
}

.FlowPanel.HasColSpan {
  padding: 0;
}

.FlowPanel.HasColSpan .FlowItem,
.FlowPanel.HasColSpan .FlexBlock.clear {
  margin: 0 0 10px 0;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.BasePage.PageBlock {
  padding: 0;
  overflow-x: hidden;
  min-width: auto;
}

.BasePage .RightBlock {
  padding: 0 20px;
  margin-bottom: 10px;
}

.BasePage .FlowPadding .FlowItem,
.BasePage .FlowPanel.HasColSpan .FlowItem {
  margin-bottom: 20px;
}

.BasePage .LayoutGroupCaption {
  font-size: 20px;
  text-indent: 0;
}

.BasePage .LayoutGroupCaption:before {
  margin-left: 0;
}

.BasePage .CaptionButton,
.BasePage .LayoutGroupCaption {
  margin-top: 23px;
  margin-bottom: 12px;
}

.BasePage .LeftButtons {
  flex-direction: column;
  flex-shrink: 0;
  display: flex;
  border-right: 1px solid #eee;
  width: 100px;
  padding-top: 10px;
}

.BasePage .LeftButtons .Button {
  padding: 0 16px 0 0;
  text-align: right;
  background-color: inherit;
  border: none;
  height: 36px;
  line-height: 36px;
  margin: 7px 0 0 0;
  position: relative;
}

.BasePage .LeftButtons .Button:hover {
  background-color: transparent;
  color: #2288fc;
}

.BasePage .LeftButtons.Buttons .Button.active {
  overflow: visible;
  background-color: inherit;
  color: #2288fc;
}

.BasePage .LeftButtons .Button.active:after {
  z-index: 2;
  font-family: "iconfont";
  content: "\e7ed";
  padding: 0;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -9px;
  margin-top: -5px;
  color: #eee;
  height: 9px;
  overflow: hidden;
  background-color: #fff;
  line-height: 10px;
  font-weight: normal;
}

.BasePage .bg-animation {
  animation: bgcolor-animation 1s infinite linear;
  animation-iteration-count: 1;
}

.HBlock.BottomBlock .Button,
.FlowPanel.BottomBlock .FlowItem {
  margin-right: 10px;
}

.HBlock.BottomBlock .Button:last-child,
.FlowPanel.BottomBlock .FlowItem:last-child {
  margin-right: 0;
}

.FlowPanel.BottomBlock {
  padding-bottom: 0;
}

.BottomBlock,
.FlowPanel.BottomBlock,
.FlexBlock .BottomBlock {
  border-top-width: 0;
  box-shadow: 0 -3px 6px #efefef;
}

.Popup .BottomBlock,
.Popup .FlowPanel.BottomBlock,
.Popup .FlexBlock .BottomBlock,
.FormBorder .BottomBlock,
.FormBorder .FlowPanel.BottomBlock,
.FormBorder .FlexBlock .BottomBlock {
  border-top-width: 1px;
  box-shadow: none;
}

.MoreColumn .GridHeaderCaptionText {
  color: #2288fc;
  cursor: pointer;
}

.MoreColumn .GridHeaderCaptionText:hover {
  color: #21c8ff;
}

.MoreColumn .aicon-link:before {
  display: none;
}

.MoreColumn .aicon-link:after {
  content: "\e665";
  margin-left: 2px;
}

.ItemMarginRight24 .FlowItem {
  margin-right: 24px;
}

.GridHeaderRow30 .GridHeaderRow {
  height: 30px;
}

.ImageBlock {
  padding: 0 10px 0 15px;
  overflow: auto;
  flex-direction: column;
  flex-shrink: 0;
}

.ImageBlock .FlexBlock {
  padding-top: 15px;
}

.ImageBlock .aicon-uploader {
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.ImageBlock .aicon-uploader:hover {
  border-color: #2288fc;
}

.ImageBlock .upTips.Label {
  color: #ccc;
  display: block;
  overflow: hidden;
  height: auto;
  flex-shrink: 0;
}

.ImageBlock .ImgItem {
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 13px;
  align-items: center;
  justify-content: center;
  display: flex;
  border: 1px dashed #ccc;
}

.ImageBlock img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
  flex: none;
}

.ImageBlock .ImgItem .aicon-shanchu3 {
  color: #999;
  position: absolute;
  right: -12px;
  top: -12px;
  cursor: pointer;
  margin: 0;
  line-height: 20px;
  height: 20px;
}

.ImageBlock .ImgItem .setMain {
  display: none;
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  height: 22px;
  line-height: 22px;
  margin: 0;
}

.ImageBlock .ImgItem:hover .setMain {
  display: block;
}

.ImageBlock .ImgItem .setMain.isMain {
  border-radius: 0 0 4px 0;
  display: block;
  width: 20px;
  left: auto;
  right: 0;
  margin-left: -25px;
  background-color: #2288fc;
}

.FlowPanel.VertItem .FlowItem {
  flex-direction: column;
  align-items: inherit;
  margin-bottom: 7px;
}

.FlowPanel.VertItem .FlowLabel {
  line-height: 24px;
  text-align: left;
}

.FlowPanel.VertItem .FlowItem:last-child {
  margin-bottom: 0;
}

/*模板页面特有样式*/
.StrategyPage .TabHeader .TabCaptions {
  padding-left: 10px;
}

.StrategyPage .LeftBlock {
  border-right: 1px solid #eee;
}

.StrategyPage .LeftBlock .TopTitle {
  padding: 10px 0 0 10px;
}

.StrategyPage .LeftBlock .TopTip {
  color: #999;
  padding: 0 0 0 10px;
}

.StrategyPage .LeftBlock .SearchBar {
  position: relative;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 10px 5px 10px;
}

.StrategyPage .LeftBlock .SearchBar .sicon {
  position: absolute;
  left: 5px;
  top: 0;
}

.StrategyPage .LeftBlock .SearchBar .Edit {
  width: auto;
  flex: auto;
  text-indent: 22px;
}

.StrategyPage .LeftBlock .ListViewBlock {
  flex-grow: 0;
}

.StrategyPage .LeftBlock .UI_ListView {
  border: none;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.StrategyPage .LeftBlock .UI_ListView .UI_ListItem {
  border: none;
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 15px 10px;
  min-width: 190px;
  flex-shrink: 0;
  border-left: 2px solid #fff;
}

.StrategyPage .LeftBlock .BorderButton {
  font-size: 14px;
}

.StrategyPage .LeftBlock .UI_ListItem.selected {
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.StrategyPage .LeftBlock .UI_ListItem:hover,
.StrategyPage .LeftBlock .UI_ListItem.active {
  border-bottom: 1px solid #eee;
  background-color: #ecf2ff;
  border-left-color: #2288fc;
}

.StrategyPage .LeftBlock .UI_ListItem.CurDrop {
  border-left-color: #fff;
  box-shadow: 0 0 5px #ecf2ff;
}

.StrategyPage .LeftBlock .UI_ListItem .DataText {
  display: block;
}

.StrategyPage .LeftBlock .UI_ListItem .name {
  font-size: 14px;
  margin-right: 15px;
}

.StrategyPage .LeftBlock .UI_ListItem .name.stop:before {
  content: "停用";
  background-color: #ff4b3b;
  color: #fff;
  padding: 2px;
  font-size: 12px;
  border-radius: 4px;
}

.StrategyPage .LeftBlock .UI_ListItem .text {
  color: #aaa;
  line-height: 26px;
}

.StrategyPage .LeftBlock .UI_ListItem .more {
  position: absolute;
  right: 5px;
  top: 10px;
  cursor: pointer;
  color: #999;
}

.StrategyPage .LeftBlock .UI_ListItem .more:hover {
  color: #2288fc;
}

.StrategyPage .LeftBlock .UI_ListItem .del {
  position: absolute;
  right: 5px;
  top: 17px;
  cursor: pointer;
  color: #999;
  display: none;
}

.StrategyPage .LeftBlock .UI_ListItem .del:hover {
  color: #ff4b3b;
}

.StrategyPage .LeftBlock .UI_ListItem:hover .del {
  display: block;
}

.StrategyPage .SplitLine {
  border-right: 1px solid #ccc;
  margin-left: 5px;
  padding-right: 10px;
  margin-right: 10px;
}

.StrategyPage .TopBlock {
  display: flex;
  border-bottom: 1px solid #e4e4f2;
  padding-bottom: 5px;
  align-items: center;
}

.StrategyPage .TopBlock .HBlock .Label {
  line-height: normal;
}

.StrategyPage .SortView .UI_ListView {
  border: none;
  padding: 10px 0 30px 0;
}

.StrategyPage .SortView .UI_ListItem {
  width: 220px !important;
  border: 1px solid #d9d9d9;
  margin: 5px 10px 5px 0;
  border-radius: 4px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}

.StrategyPage .SortView .UI_ListItem .dragicon {
  color: #bbb;
  cursor: grabbing;
}

.StrategyPage .SortView .UI_ListItem .index {
  margin: 0 5px 0 10px;
  color: #8f969e;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #edf2f8;
}

.StrategyPage .SortView .UI_ListItem .chk {
  color: #747474;
}

.StrategyPage .SortView .UI_ListItem.CurDrop {
  box-shadow: 0 0 5px #ecf2ff;
}

.StrategyPage .TabIcon {
  margin-right: 15px;
  background-color: #ecf2ff;
  color: #2288fc;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  border-radius: 4px;
}

.StrategyPage .TabIcon:before {
  font-size: 34px;
  margin: 0;
}

.StrategyPage .TabPage {
  padding: 0;
}

.StrategyPage .bodyBar {
  background-color: #f4f4fb;
  padding: 10px;
}

.StrategyPage .middleBar,
.StrategyPage .rightBar {
  background-color: #fff;
  border-radius: 5px;
}

.StrategyPage .rightBar {
  padding: 10px;
  position: relative;
  margin-left: 10px;
}

.StrategyRightPopup .Caption,
.StrategyPage .Caption {
  font-size: 16px;
  font-weight: bold;
}

.StrategyPage .rightClose {
  position: absolute;
  right: 10px;
  top: 10px;
}

.StrategyPage .ShenheTab {
  font-size: 14px;
}

.StrategyPage .ShenheTab .LayoutGroupCaption,
.StrategyPage .ShenheTab .FlowCaption {
  font-weight: bold;
}

.StrategyPage .FlowPanel.LabelRight20 .FlowLabel {
  font-size: 14px;
  margin-right: 20px;
}

.StrategyPage .rightBar .NoBorder.Edit {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}

.StrategyPage .rightBar .NoBorder.Edit::placeholder {
  font-size: 16px;
}

.StrategyPage .disabled label,
.StrategyPage .disabled.Label,
.StrategyPage *[disabled="true"] label,
.NoDisabledPage *[disabled="true"] label,
.NoDisabledPage .disabled label,
.NoDisabledPage .disabled.Label {
  color: #333 !important;
}

.tipLabel,
.NoDisabledPage .tipLabel,
.StrategyPage .disabled.tipLabel {
  color: #999 !important;
  cursor: default;
  font-size: 12px;
}

.BuyOrderPage .HeaderPanel .ImportBlock {
  margin-bottom: 5px;
}

.StrategyRightPopup {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.StrategyRightPopup .Caption {
  display: block;
  margin: 0;
  border-bottom: 1px solid #ddd;
  line-height: 46px;
  text-indent: 10px;
}

.StrategyRightPopup .rightBar {
  padding: 10px;
}

.StrategyRightPopup .rightBar .NoBorder.Edit {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}

.StrategyRightPopup .rightBar .NoBorder.Edit::placeholder {
  font-size: 16px;
}

.StrategyRightPopup .CheckBoxList {
  flex-shrink: 1;
}

.Button.IconRight {
  position: relative;
  padding: 0;
}

.Button.IconRight .RightIcon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
}

.FlowPanel .FlowItem.mbf0 {
  margin-bottom: 0;
}

.border-bottom0,
.border-bottom0 .Edit,
.border-bottom0 .SkinButton {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.border-top0,
.border-top0 .Edit,
.border-top0 .SkinButton {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: #fff;
}

.PeiHuoPage,
.PeiHuoPage .Edit,
.PeiHuoPage .Button,
.PeiHuoPage .Grid,
.PeiHuoPage input,
.PeiHuoPage textarea {
  font-size: 14px;
}

.PeiHuoPage .Button,
.PeiHuoPage .Edit {
  height: 40px;
  line-height: 40px;
}

.PeiHuoPage .Edit {
  font-size: 20px;
  font-weight: bold;
}

.PeiHuoPage .TextPanel {
  flex: auto;
  flex-direction: column;
  padding: 0;
  flex-wrap: nowrap;
}

.PeiHuoPage .TextPanel .FlowItem {
  margin-bottom: 8px;
}

.PeiHuoPage .TextPanel .FlowLabel {
  color: #6f6f70;
}

.PeiHuoPage .TextPanel .TextLabel {
  background-color: transparent;
}

.PeiHuoPage .SwitchButton {
  align-self: center;
}

.PeiHuoPage .VertItem .FlowLabel {
  font-size: 16px;
}

.PeiHuoPage .ItemKg {
  position: relative;
  flex: auto;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
}

.PeiHuoPage .ItemKg .Edit {
  padding-right: 30px !important;
}

.PeiHuoPage .ItemKg .DanWei {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 40px;
}

.PeiHuoPage .ItemKg .TipText {
  border-radius: 4px;
  color: #d4a438;
  border: 1px solid #ca9f44;
  background-color: #fff9e9;
  padding: 5px;
  height: auto;
  line-height: 20px;
  margin-top: 5px;
}

.font18 {
  font-size: 18px !important;
}

.PeiHuoPage .FlowPanel.PanelBg {
  background-color: #f4f4fb;
  padding: 0 15px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.PeiHuoPage .FlowPanel.PanelBg .BorderButton {
  background-color: transparent;
}

.PeiHuoPage .FlowPanel.PanelBg .FlowItem {
  margin-bottom: 0;
}

.PeiHuoPage .FlowPanel.PanelBg img {
  border-radius: 8px 8px 0 0;
  border: 1px solid #fff;
}

.PeiHuoPage .FlowPanel.PanelBg .Name {
  background-color: #fff;
  padding: 0 10px;
  border-radius: 0 0 8px 8px;
}

.PeiHuoPage .FlowPanel.PanelBg .Line {
  border-bottom: 1px solid #c9d1ea;
  flex: auto;
  margin: 5px 0 10px 0;
}

.FenJianView {
  margin: 10px 10px 10px 0 !important;
}

.FenJianView .UI_ListView {
  border-color: #313131;
  border-right-width: 0;
  border-bottom-width: 0;
}

.FenJianView .UI_ListItem {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 10px;
  border-right: 1px solid #313131;
  border-bottom: 1px solid #313131;
  margin: 0;
}

.FenJianView .UI_ListItem .index {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 22px;
  color: #666;
  font-weight: bold;
  line-height: 24px;
  padding: 0 5px;
}

.FenJianView .UI_ListItem.green {
  background-color: #30a63a;
}

.FenJianView .UI_ListItem.green .index {
  background-color: #35893c;
  color: #fff;
}

.FenJianView .UI_ListItem.yellow {
  background-color: #feff00;
}

.FenJianView .UI_ListItem.yellow .index {
  background-color: #e6e700;
  color: #000;
}

.FenJianView .UI_ListItem .text1 {
  display: block;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.FenJianView .UI_ListItem.green .text1 {
  color: #fff;
}

.FenJianView .UI_ListItem.yellow .text1 {
  color: #d90909;
}

.FenJianView .UI_ListItem .text2 {
  display: block;
  text-align: center;
}

.FenJianPage .FlowPanel.hasCaption .FlowItem {
  margin-left: 20px;
}

.FenJianPage .Tips {
  color: #999;
}

.FenJianPage .ml4 {
  margin-left: 4px;
}

.FenJianPage .ml20 {
  margin-left: 22px;
}

.FenJianPage .Caption {
  font-size: 16px;
}

.FenJianPage .LeftButtons {
  border: none;
  margin-left: 20px;
}

.FenJianPage .LeftButtons .Button.active:after {
  display: none;
}

.FenJianPage .LeftButtons .Button {
  text-align: left;
}

.FenJianPage .pl20 {
  padding-left: 20px;
}

.FenJianPage .pr20 {
  padding-right: 20px;
}

.FenJianPage .CaptionButton,
.FenJianPage .LayoutGroupCaption {
  margin: 0;
  font-size: 16px;
}

.FlowPanel .FlowItem.Row {
  flex-direction: row;
}

.FlowPanel .FlowItem.Row .FlowLabel {
  line-height: inherit;
}

.FlowPanel .FlowItem.FlowBg {
  font-weight: bold;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
  box-shadow: 0px 2px 3px #eee;
  padding-left: 10px;
}

.FlowPanel .FlowItem.FlowBg .FlowLabel,
.FlowPanel .FlowItem.FlowBg .Label {
  line-height: 50px;
  height: 50px;
}

.FlowPanel .FlowItem.FlowBg .FlowLabel {
  font-size: 18px;
}

.FlowPanel .FlowItem.FlowBg .Label {
  font-size: 32px;
  color: #ff0000;
  font-weight: bold;
}

.FlowPanel .FlowItem.w70 .FlowLabel {
  width: 70px !important;
}

.FlowPanel.FlowBg {
  background-color: #f6f6fb;
  padding-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.FlowPanel.FlowBg.BorderBottom {
  margin-bottom: 10px;
  border-bottom-width: 0;
}

.FlowPanel.FlowBg .FlowItem:last-child {
  margin-right: 8px;
}

.PageControl.MaxTab>.TabHeader {
  line-height: 47px;
}

.PageControl.MaxTab>.TabHeader .TabCaption {
  margin-right: 40px;
  padding: 0;
}

.EShopPage .EShopTab.PageControl>.TabHeader {
  margin: 0 10px;
  height: 36px;
  line-height: 32px;
  font-size: 14px;
}

.EShopPage .BottomPanel {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: rgba(100, 100, 100, 0.2);
  margin: 0 !important;
}

.EShopPage .bgc {
  background-color: #f4f5f6;
}

.EShopPage .EShopTab .TabCaption {
  margin-right: 0;
  width: 50%;
  justify-content: center;
}

.EShopPage .EShopTab .TabPage {
  padding: 10px;
}

.EShopPage .EShopTab .TabPage>* {
  margin-bottom: 10px;
}

.EShopPage .EShopTab .TabPage:last-child {
  margin-bottom: 0;
}

.EShopPage .EShopTab .TreeBlock {
  border: none;
}

.ptddPage .bgc {
  background-color: #fff;
}

.ptddPage .EShopTab .TabPage {
  margin-top: 10px;
  padding-top: 0 !important;
}

.ptddPage .EShopTab.PageControl>.TabHeader {
  margin: 0;
  line-height: 30px;
  height: 30px;
  border: none;
  background-color: #fff;
}

.ptddPage .EShopTab .TabCaption {
  border: none;
}

.ptddPage .EShopTab .TabHeader .TabCaption.active {
  background-color: #e8eeff;
  border: none;
}

.ptddPage .EShopTab .TabHeader .TabCaption:first-child {
  border-radius: 0 6px 0 0;
}

.ptddPage .EShopTab .TabHeader .TabCaption:last-child {
  border-radius: 6px 0 0 0;
}

.ptddPage .NavBar .NBGroupHeader {
  background-color: #fff;
}

.ptddPage .border-bottom0 .Edit,
.ptddPage .border-bottom0 .SkinButton,
.ptddPage .NavBar {
  border: none;
}

.ptddPage .BottomPanel {
  flex-direction: row;
  background-color: #fff;
  justify-content: space-between;
}

.ptddPage .BottomPanel .Button {
  flex: auto;
  margin-right: 10px;
}

.ptddPage .BottomPanel .Button:last-child {
  margin-right: 0;
}

.ptddPage .EShopTab .TreeBlock {
  background-color: transparent;
}

.EShopPage .PageControl .TabPage.pd0 .Grid {
  border-top: none;
}

.ptddPage .EShopTab .iconfolder {
  color: #979797;
}

.ptddPage .EShopTab .iconfile {
  color: #979797;
}

.ptddPage .EShopTab .iconfolder:before {
  font-size: 14px;
}

.ptddPage .ShowRoot .TreeView>.TreeNode .TextBlock {
  font-weight: normal;
}

.ptddPage .EShopTab .TreeView {
  font-size: 13px;
}

.ptddPage .EShopTab .TreeNode.selected,
.ptddPage .EShopTab .TreeNode:hover {
  background-color: #fff;
  color: #333;
}

.ptddPage .EShopTab .TreeNode.selected,
.ptddPage .EShopTab .TreeNode.selected .iconfolder,
.ptddPage .EShopTab .TreeNode.selected .iconfile {
  color: #2288fc;
}

.ptddPage .EShopTab .TreeNode .EditorBlock {
  background-color: #fff;
}

.ptddPage .VSplitter.collapsed {
  margin-right: 10px !important;
}

.ptddPage .NoBorder.Buttons .Button {
  font-size: 13px;
}

.ptddPage .EShopTab .Edit,
.ptddPage .EShopTab .SkinButton {
  border-color: #fff;
}

.ptddPage .EShopTab .NavBar .Edit,
.ptddPage .EShopTab .NavBar .SkinButton {
  border-color: #e1e1e1;
}

.EShopPage .NavBar .FlowPanel.VertItem .FlowItem:last-child {
  margin-bottom: 10px;
}

.SelectorPage .TabPage.pd0 .Grid {
  border-top: none;
}

.LabelIcon:before {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  font-size: 12px;
}

.LabelIcon1:before {
  background-color: #ffb722;
}

.LabelIcon2:before {
  background-color: #10cd6e;
}

.LabelIcon3:before {
  background-color: #009cfc;
}

.LabelColor {
  font-weight: bold;
  font-size: 16px;
  color: #222;
}

.BuyOrderPage .CenterTitle {
  position: relative;
  left: 170px;
  font-size: 24px;
}

.FlexAutoGrid {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex-shrink: 1;
}

.SumWhite .GridFooterBar {
  background-color: #fff;
}

.SumWhite .GridFooterRow {
  height: 40px;
}

.TimePopup .TimeBody .item.selected,
.TimePopup .TimeBody .item:hover {
  background-color: #ecf2ff;
}

.TimePopup .TimeBody .item.selected {
  color: #2288fc;
}

.CalendarMain .DayCell.Today {
  border-color: #2288fc;
}

.MonthPopup .YearArrowRow .DateArrow:hover {
  background-color: #21c8ff;
}

/*响应式布局样式*/
@media (min-height: 900px) {
  .HomePage.Wholesale .UI_ListView {
    height: 300px;
  }

  .RetailPage .cyBlock {
    height: 260px;
  }

  .HomePage .TabHeader {
    line-height: 50px;
    height: 54px;
  }

  .HomePage .FlexBlock .FlexCaption {
    line-height: 40px;
    height: 40px;
  }
}

@media (min-height: 800px) {
  .HomePage.Wholesale .UI_ListView {
    height: 300px;
  }

  .RetailPage .cyBlock {
    height: 200px;
  }

  .HomePage .TabHeader {
    line-height: 40px;
    height: 44px;
  }

  .HomePage .FlexBlock .FlexCaption {
    line-height: 40px;
    height: 40px;
  }

  .RetailPage .TopBar {
    height: 180px;
  }
}

@media (min-height: 780px) {
  .BrowserIE .HomePage .FlexBlock.vert>* {
    margin-bottom: 5px;
  }
}

@media (max-height: 795px) {
  .HomePage.Wholesale .UI_ListView {
    height: 200px;
  }

  .HomePage .Workflow {
    zoom: 0.9;
  }
}

@media (max-height: 700px),
(max-width: 900px) {
  .HomePage .TabHeader {
    line-height: 26px;
    height: 30px;
  }

  .HomePage .FlexCaption {
    line-height: 28px;
    height: 28px;
  }

  .HomePage .UI_ListView {
    margin-top: 5px;
  }

  .HomePage .UI_ListItem {
    margin-bottom: 5px;
  }

  .HomePage .Item .icon {
    margin-bottom: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .HomePage .Workflow {
    zoom: 0.8;
  }

  .HomeMenu.MenuBar.vert .MenuRoot {
    margin: 5px;
  }
}

@media (max-height: 650px) {
  .AnnounceBar {
    line-height: 20px;
    height: 20px;
  }

  .HomePage .UI_ListView {
    display: flex;
    flex-wrap: wrap;
  }

  .HomePage.Old .UI_ListView {
    height: auto;
  }

  .HomePage .UI_ListItem {
    width: auto;
    flex: auto;
  }

  .HomePage .Item .icon {
    margin-bottom: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .HomePage .Item .icon:before {
    font-size: 20px;
  }

  .HomePage .Item:hover .icon:before {
    font-size: 22px;
  }

  .HomePage .Item .text {
    font-size: 12px;
    word-break: keep-all;
  }

  .HomePage .Workflow {
    zoom: 0.7;
  }

  .HomeMenu.MenuBar.vert .MenuRoot {
    margin: 0 5px;
  }
}

@media (max-height: 550px) {
  .HomePage.PageBlock {
    padding: 0;
  }

  .HomePage .cyBlock .FlexCaption {
    display: none;
  }

  .HomePage .Workflow {
    zoom: 0.5;
  }

  .LeftBar .Logo {
    display: none;
  }
}

.SkinColor,
.SkinColorIcon:before {
  color: #2288fc;
}

.SkinColor:hover,
.SkinColorHover:hover {
  color: #2288fc;
}

.SkinLightBg {
  background-color: #eaf2ff !important;
}

.SkinBorder,
.SkinBorderHover:hover {
  border-color: #2288fc;
}

.SkinBg,
.SkinBgHover:hover {
  background-color: #2288fc;
}

#_errorBlock {
  display: none;
}

.BrowserQT .QTHidenItem {
  display: none;
}

.BrowserQT .fullscreenItem {
  display: none;
}

.backgroundDark {
  background-color: #e8eeff;
}

.Popup.opacity.Step {
  border-radius: 8px;
  border: none;
}

.Popup.p-top .PopupArrow {
  margin-top: 3px;
}

.Popup.p-bottom .PopupArrow {
  margin-bottom: 3px;
}

.Step.Popup .img {
  margin: -20px -20px 20px -20px;
}

.Step.Popup h1 {
  margin: 0 0 10px 0;
}

.Step.Popup h3 {
  margin: 0 0 20px 0;
}

.Step.Popup h5 {
  font-size: 14px;
  margin: 5px 0;
}

.BaseInfo.QXPage {
  overflow: hidden;
}

.EShopPage .FlexBlock.BorderRight {
  border: 0;
}

.CalendarRange .RangeDay,
.CalendarRange .LeftButtons .Button:hover {
  color: #2288fc;
}

.PageControl.NoBorder .TabHeader,
.PageControl.NoBorder .TabHeader .TabCaption {
  border: none;
}

.PageControl .TabCaptionText {
  margin-right: 0;
}

.MDITabCaption .TabCaptionText {
  margin-right: 22px;
}

.HomeMenu .MenuBar.vert .MenuRootCaption {
  flex-grow: 0;
}

.HomeMenu.vert .MenuRootCaption {
  flex-grow: 0;
}

.XZWDDJPage .order_number .SpeedButton::before,
.XZWDDJPage .item_border .SpeedButton::before {
  font-size: 12px;
}

.XZWDDJPage .order_number .TextEdit {
  /* min-width: auto!important; */
  width: auto;
  text-indent: 0;
}

.XZWDDJPage .pay_date .ButtonEdit {
  margin: 0 6px 0 0;
}

.XZWDDJPage .FlowPanel .FlowItem .Billing {
  display: flex;
  align-items: center;
}

.XZWDDJPage .item_border::after {
  content: "";
  border-right: 1px solid #d7d7d7;
  height: 16px;
  margin-left: 20px;
}

.Identify {
  position: absolute;
  right: 6%;
  top: 32%;
}

.kpPopup {
  left: 5.8% !important;
  box-shadow: 0 2px 18px 0px rgb(0 0 0 / 12%) !important;
}

.kpPopup .Label {
  line-height: normal;
}

.kpPopup .top_bill {
  width: 100% !important;
  margin-bottom: 6px !important;
}

.kpPopup .FlowPanel {
  justify-content: space-between;
  padding-left: 20px;
}

.kpPopup .FlowPanel .FlowItem {
  margin: 0;
}

.kpPopup .item1 {
  width: 60% !important;
}

.kpPopup .item1.omit .Label {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.kpPopup .item2 {
  width: 30% !important;
}

.kpPopup .item2,
.kpPopup .item1 {
  color: #666;
}

.bill_message .bill_item {
  width: 48% !important;
}

.bill_message .bill_item_margin {
  margin-right: 4% !important;
}

.bill_message .bill_item .ChkBoxStyle {
  margin-right: 30px;
  margin-left: 2px;
}

.bill_message .bill_label {
  margin-bottom: 0 !important;
}

.bill_message .BottomBlock,
.geocoding .BottomBlock {
  border: none !important;
  padding: 15px 0px 10px 20px;
}

.address_item {
  width: 49% !important;
}

.address_item.mr2 {
  margin-right: 2% !important;
}

.XZWDDJPage .order_itemedits {
  padding-right: 50px;
  position: relative;
}

.XZWDDJPage .expand_panel {
  width: 40px !important;
  position: absolute;
  right: 0%;
  z-index: 10;
  cursor: pointer;
}

.XZWDDJPage .expand_panel .LayoutItemControl,
.XZWDDJPage .expand_panel .SpeedButton {
  padding-right: 0;
}

.XZWDDJPage .expand_panel .SpeedButton::before {
  font-size: 12px;
}

.XZWDDJPage .expand_panel .expand_label {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
  cursor: pointer;
}

.XZWDDJPage .BottomBlock {
  border-top-width: 0;
  box-shadow: 0 -3px 6px #efefef;
}

.XZWDDJPage .expandHeight {
  height: 80px;
}

.kpPopup .button_orange,
.kpPopup .button_orange:hover {
  border: 1px solid #f6712b;
  color: #f6712b;
  background-color: #ffe8dc;
}

.kpPopup .button_blue,
.kpPopup .button_blue:hover {
  border: 1px solid #2288fc;
  color: #2288fc;
}

.kpPopup .button_orange,
.kpPopup .button_blue {
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
}

.geocoding .null_active {
  background-color: #999a9b !important;
  border: 1px solid #999a9b !important;
}

.geocoding .null_active:hover {
  border: 1px solid #999a9b;
}

.EditDelButton.aicon-cclose:hover {
  color: #999;
}

.geocoding .mb5 {
  margin-bottom: 0 !important;
}

.NewMonthPopupMain .YearLabel.selected {
  background-color: #2388fd;
}

.NewMonthPopupMain .MonthLabel.selected {
  background-color: #ebf3ff;
  color: #2388fd;
}

.ImgDetailPopup {
  display: flex;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.12);
  max-width: 50%;
  flex-wrap: wrap;
}

.ImgDetailPopup .item {
  margin: 5px;
}

.ImgDetailPopup img {
  width: 100px;
  height: 100px;
}

.Label.LayoutGroupCaption {
  text-indent: 0;
}

.Label.LayoutGroupCaption:before {
  margin-left: 0;
}