.userDropdownPopover .ant-popover-inner {
  border-radius: 4px;
}
.userDropdownPopover .ant-popover-arrow {
  display: none !important;
}
#userSet {
  width: 280px;
  max-width: calc(100vw - 24px);
  box-sizing: border-box;
}
#userSet .userSetUL {
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid var(--color-border-secondary);
}
#userSet a,
#userSet .support {
  width: 100%;
  line-height: 36px;
  display: inline-block;
  padding-right: 6px;
  overflow: hidden;
  vertical-align: middle;
  height: 36px;
  padding-left: 35px;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  box-sizing: border-box;
  color: var(--color-text-primary);
  transition: none;
}
#userSet .support span {
  color: var(--color-text-primary);
  margin-left: 0px !important;
}
#userSet li:hover .support > span {
  color: var(--color-text-inverse) !important;
}
#userSet #userSetItem.active,
#userSet #languageSetItem.active,
#userSet #themeSetItem.active {
  background: var(--color-background-hover) !important;
}
#userSet .icon {
  font-size: 20px;
  display: inline-block;
  width: 35px;
  margin-left: -35px;
  text-align: center;
  color: var(--color-text-tertiary);
  vertical-align: middle;
}
#userSet li {
  margin: 0 12px;
  font-size: 14px;
}
#userSet li:hover {
  background-color: var(--color-background-hover);
}
.userSetTool,
.languageSetTool {
  width: 280px;
  padding: 5px 0;
  box-sizing: border-box;
  background: var(--color-background-card);
  box-shadow: var(--shadow-lg);
  border-radius: 3px;
  font-size: 14px;
}
.userSetTool {
  width: 320px;
}
.userSetTooltip,
.languageSetTooltip {
  width: 100%;
  max-height: 320px;
  overflow-x: hidden;
}
.userSetTooltip li,
.languageSetTooltip li {
  width: 100%;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  padding: 0 15px;
  overflow: hidden;
  vertical-align: bottom;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  color: var(--color-text-primary);
  cursor: pointer;
  font-size: 14px;
}
.userSetTooltip li:hover,
.languageSetTooltip li:hover {
  background: var(--color-background-hover);
}
.userSetTooltip li {
  display: flex;
}
.userSetTooltip .trial {
  color: var(--color-warning) !important;
}
.userSetTooltip .free {
  color: var(--color-success) !important;
}
.languageSetTooltip li.active,
.themeSetTooltip li.active {
  background: var(--color-background-hover);
}
.languageSetTooltip li.active:hover,
.themeSetTooltip li.active:hover {
  color: var(--color-text-primary);
}
.themeSetTooltip li {
  display: flex;
  align-items: center;
  min-width: 0;
}
.themeSetTooltip li span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#userSet .icon-arrow-right {
  color: var(--color-text-secondary);
  font-size: 15px;
}
/* 提醒点--红点 */
.userSetUL .warnLight {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-error);
  position: absolute;
  right: 0;
  top: 0;
}
.warnLightUserSetPosition {
  top: 15px !important;
  right: 11px !important;
}
#userSet .accountInfo {
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid var(--color-border-secondary);
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
}
#userSet .accountInfo .userIcon {
  flex-shrink: 0;
}
#userSet .accountInfo .accountText {
  min-width: 0;
  flex: 1;
  overflow: hidden;
}
#userSet .accountInfo .accountName {
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:root {
  --app-primary-color: var(--color-primary);
  --app-primary-hover-color: var(--color-link-hover);
}

body,
input,
select,
img,
ol,
ul,
textarea,
button {
  font-size: 13px;
  color: var(--color-text-primary);
  line-height: 1.5;
}

body {
  font-family:
    'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei',
    sans-serif !important;
  width: 100%;
  height: 100%;
}

body#ja {
  font-family:
    '-apple-system', BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', Meiryo, sans-serif !important;
}

html {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
}

html body {
  color: var(--color-text-primary);
  font-size: 13px !important;
  margin: 0px;
  padding: 0px;
  background-attachment: fixed;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
  background-color: var(--color-background-secondary);
}

#app {
  height: 100%;
}

img {
  border: 0px;
  -webkit-user-drag: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

body ul,
body ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  color: var(--color-link);
  cursor: pointer;
}

a:hover {
  color: var(--color-link-hover);
  text-decoration: underline;
}

a:focus {
  outline: none;
  -moz-outline: none;
}

input,
textarea {
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: var(--color-text-placeholder) !important;
}

.placeholder {
  color: var(--color-text-placeholder);
}

.overflowHidden {
  overflow: hidden;
  zoom: 1;
}

.overflow_ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.WordBreak {
  word-wrap: break-word;
  word-break: break-word;
}

.breakAll {
  word-wrap: break-word;
  word-break: break-all;
}

.noSelect {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
}

.cursorDefault {
  cursor: default !important;
}

.Hand,
.pointer {
  cursor: pointer;
}

.grab {
  cursor: grab;
}

.cursorText {
  cursor: text;
}

.cursorNotAllowed {
  cursor: not-allowed;
}

.InlineFlex {
  display: inline-flex !important;
}

.inlineFlex {
  display: inline-flex;
}

.InlineBlock {
  display: inline-block !important;
  display: -moz-inline-stack;
  display: inline-block;
}

.Block {
  display: block !important;
}

.NoUnderline {
  text-decoration: none !important;
}

.Underline {
  text-decoration: underline !important;
}

.Absolute {
  position: absolute !important;
}

.Relative,
.relative {
  position: relative !important;
}

.Fixed {
  position: fixed !important;
}

.Static {
  position: static !important;
}

.placeholderColor::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--color-text-placeholder);
}

.placeholderColor::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--color-text-placeholder);
}

.placeholderColor:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: var(--color-text-placeholder);
}

/*浮动*/

.Left,
.left {
  float: left !important;
}

.Right,
.right {
  float: right !important;
}

.Clear,
.clear {
  clear: both;
  visibility: hidden;
  border-top: 0px;
  margin-top: -1px !important;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.TxtLeft,
.leftAlign {
  text-align: left !important;
}

.TxtCenter,
.center,
.centerAlign {
  text-align: center !important;
}

.TxtRight,
.rightAlign {
  text-align: right !important;
}

.TxtTop,
.TxtTop img {
  vertical-align: top !important;
}

.TxtMiddle {
  vertical-align: middle !important;
}

.TxtBottom {
  vertical-align: bottom !important;
}

.divCenter {
  margin: 0 auto;
}

.Border0 {
  border: 0px !important;
}

.BorderRight0 {
  border-right: 0px !important;
}

.Border {
  border: 1px solid var(--color-border-secondary) !important;
}

.BorderTop {
  border-top: 1px solid var(--color-border-secondary) !important;
}

.BorderTopGrayC {
  border-top: 1px solid var(--color-border-tertiary) !important;
}

.BorderRight {
  border-right: 1px solid var(--color-border-secondary) !important;
}

.BorderBottom {
  border-bottom: 1px solid var(--color-border-secondary) !important;
}

.BorderGrayColor {
  border-color: var(--color-border-tertiary) !important;
}

.BorderGrayD {
  border: 1px solid var(--color-border-primary);
}

.borderColor_ef {
  border-color: #efefef !important;
}

.borderColor_c {
  border-color: var(--color-border-tertiary) !important;
}

.borderColor_d8 {
  border-color: #d8d8d8 !important;
}

.visibility {
  visibility: hidden;
}

body .Hidden {
  display: none;
}

.hide {
  display: none !important;
}

.w100 {
  width: 100% !important;
}

.h100 {
  height: 100%;
}

.wMax100 {
  max-width: 100%;
}

.Bold {
  font-weight: bold !important;
}

.FontWeight400 {
  font-weight: 400;
}

.FontWeight500 {
  font-weight: 500;
}

.FontWeight600 {
  font-weight: 600;
}

.Normal {
  font-weight: normal !important;
}

.bold {
  font-weight: bold;
}

/*Color*/

.Red {
  color: var(--color-error) !important;
}

.Green {
  color: var(--color-success) !important;
}

.DepGreen {
  color: var(--color-success) !important;
}

.White {
  color: var(--color-text-inverse) !important;
}

.HoverWhite:hover {
  color: var(--color-text-inverse) !important;
}

.Hover_49:hover {
  color: var(--color-primary-light) !important;
}

.Hover_21:hover {
  color: var(--color-primary) !important;
}

.Hover_Red:hover {
  color: var(--color-error) !important;
}

.DisabledColor {
  color: var(--color-text-disabled) !important;
}

.LightGray {
  color: var(--color-text-disabled) !important;
}

/*Background-Color */

.HighLightColor {
  background-color: #ffcc66;
}

.GrayBG {
  background-color: var(--color-background-tertiary);
}

.GrayBGF8 {
  background-color: var(--color-background-secondary);
}

.GrayBGFA {
  background-color: var(--color-background-secondary);
}

.BGDDD {
  background-color: var(--color-background-disabled);
}

.WhiteBG {
  background-color: var(--color-background-card);
}

.BGF7F7F7 {
  background-color: #f7f7f7;
}

.filterBlur2 {
  filter: blur(2px);
}

.Alpha10 {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.Alpha9 {
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
}

.Alpha8 {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.Alpha7 {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.Alpha6 {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

.Alpha5 {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}

.Alpha4 {
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
}

.Alpha3 {
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
}

.Alpha2 {
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
}

.Alpha1 {
  opacity: 0.1;
  -moz-opacity: 0.1;
  filter: alpha(opacity=10);
}

.Alpha0 {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

/*Margin And Padding*/

.mAll0 {
  margin: 0px !important;
}

.mAll5 {
  margin: 5px !important;
}

.mAll10 {
  margin: 10px !important;
}

.mAll12 {
  margin: 12px !important;
}

.mAll15 {
  margin: 15px !important;
}

.mAll20 {
  margin: 20px !important;
}

.mAll25 {
  margin: 25px !important;
}

.mAll30 {
  margin: 30px !important;
}

.mTop0 {
  margin-top: 0px !important;
}

.mTop1 {
  margin-top: 1px !important;
}

.mTop2 {
  margin-top: 2px !important;
}

.mTop3 {
  margin-top: 3px !important;
}

.mTop4 {
  margin-top: 4px !important;
}

.mTop5 {
  margin-top: 5px !important;
}

.mTop6 {
  margin-top: 6px !important;
}

.mTop7 {
  margin-top: 7px !important;
}

.mTop8 {
  margin-top: 8px !important;
}

.mTop9 {
  margin-top: 9px !important;
}

.mTop10 {
  margin-top: 10px !important;
}

.mTop11 {
  margin-top: 11px !important;
}

.mTop12 {
  margin-top: 12px !important;
}

.mTop13 {
  margin-top: 13px !important;
}

.mTop14 {
  margin-top: 14px !important;
}

.mTop15 {
  margin-top: 15px !important;
}

.mTop16 {
  margin-top: 16px !important;
}

.mTop18 {
  margin-top: 18px !important;
}

.mTop20 {
  margin-top: 20px !important;
}

.mTop22 {
  margin-top: 22px !important;
}

.mTop24 {
  margin-top: 24px !important;
}

.mTop25 {
  margin-top: 25px !important;
}

.mTop26 {
  margin-top: 26px !important;
}

.mTop28 {
  margin-top: 28px !important;
}

.mTop30 {
  margin-top: 30px !important;
}

.mTop32 {
  margin-top: 32px !important;
}

.mTop35 {
  margin-top: 35px !important;
}

.mTop36 {
  margin-top: 36px !important;
}

.mTop40 {
  margin-top: 40px !important;
}

.mTop42 {
  margin-top: 42px !important;
}

.mTop45 {
  margin-top: 45px !important;
}

.mTop46 {
  margin-top: 46px !important;
}

.mTop50 {
  margin-top: 50px !important;
}

.mTop64 {
  margin-top: 64px !important;
}

.mTop80 {
  margin-top: 80px !important;
}

.mTop90 {
  margin-top: 90px !important;
}

.mRight0 {
  margin-right: 0px !important;
}

.mRight2 {
  margin-right: 2px !important;
}

.mRight3 {
  margin-right: 3px !important;
}

.mRight4 {
  margin-right: 4px !important;
}

.mRight5 {
  margin-right: 5px !important;
}

.mRight6 {
  margin-right: 6px !important;
}

.mRight7 {
  margin-right: 7px !important;
}

.mRight8 {
  margin-right: 8px !important;
}

.mRight9 {
  margin-right: 9px !important;
}

.mRight10 {
  margin-right: 10px !important;
}

.mRight12 {
  margin-right: 12px !important;
}

.mRight13 {
  margin-right: 13px !important;
}

.mRight14 {
  margin-right: 14px !important;
}

.mRight15 {
  margin-right: 15px !important;
}

.mRight16 {
  margin-right: 16px !important;
}

.mRight18 {
  margin-right: 18px !important;
}

.mRight20 {
  margin-right: 20px !important;
}

.mRight24 {
  margin-right: 24px !important;
}

.mRight25 {
  margin-right: 25px !important;
}

.mRight26 {
  margin-right: 26px !important;
}

.mRight30 {
  margin-right: 30px !important;
}

.mRight32 {
  margin-right: 32px !important;
}

.mRight35 {
  margin-right: 35px !important;
}

.mRight36 {
  margin-right: 36px !important;
}

.mRight40 {
  margin-right: 40px !important;
}

.mRight60 {
  margin-right: 60px !important;
}

.mBottom0 {
  margin-bottom: 0px !important;
}

.mBottom1 {
  margin-bottom: 1px !important;
}

.mBottom2 {
  margin-bottom: 2px !important;
}

.mBottom3 {
  margin-bottom: 3px !important;
}

.mBottom4 {
  margin-bottom: 4px !important;
}

.mBottom5 {
  margin-bottom: 5px !important;
}

.mBottom6 {
  margin-bottom: 6px !important;
}

.mBottom7 {
  margin-bottom: 7px !important;
}

.mBottom8 {
  margin-bottom: 8px !important;
}

.mBottom10 {
  margin-bottom: 10px !important;
}

.mBottom12 {
  margin-bottom: 12px !important;
}

.mBottom13 {
  margin-bottom: 13px !important;
}

.mBottom14 {
  margin-bottom: 14px !important;
}

.mBottom15 {
  margin-bottom: 15px !important;
}

.mBottom16 {
  margin-bottom: 16px !important;
}

.mBottom18 {
  margin-bottom: 18px !important;
}

.mBottom20 {
  margin-bottom: 20px !important;
}

.mBottom24 {
  margin-bottom: 24px !important;
}

.mBottom25 {
  margin-bottom: 25px !important;
}

.mBottom26 {
  margin-bottom: 26px !important;
}

.mBottom30 {
  margin-bottom: 30px !important;
}

.mBottom32 {
  margin-bottom: 32px !important;
}

.mBottom40 {
  margin-bottom: 40px !important;
}

.mBottom45 {
  margin-bottom: 45px !important;
}

.mBottom50 {
  margin-bottom: 50px !important;
}

.mBottom64 {
  margin-bottom: 64px !important;
}

.mBottom72 {
  margin-bottom: 72px !important;
}

.mBottom80 {
  margin-bottom: 80px !important;
}

.mLeft0 {
  margin-left: 0px !important;
}

.mLeft2 {
  margin-left: 2px !important;
}

.mLeft3 {
  margin-left: 3px !important;
}

.mLeft4 {
  margin-left: 4px !important;
}

.mLeft5 {
  margin-left: 5px !important;
}

.mLeft6 {
  margin-left: 6px !important;
}

.mLeft7 {
  margin-left: 7px !important;
}

.mLeft8 {
  margin-left: 8px !important;
}

.mLeft10 {
  margin-left: 10px !important;
}

.mLeft12 {
  margin-left: 12px !important;
}

.mLeft14 {
  margin-left: 14px !important;
}

.mLeft15 {
  margin-left: 15px !important;
}

.mLeft16 {
  margin-left: 16px !important;
}

.mLeft17 {
  margin-left: 17px !important;
}

.mLeft20 {
  margin-left: 20px !important;
}

.mLeft24 {
  margin-left: 24px !important;
}

.mLeft25 {
  margin-left: 25px !important;
}

.mLeft26 {
  margin-left: 26px !important;
}

.mLeft30 {
  margin-left: 30px !important;
}

.mLeft32 {
  margin-left: 32px !important;
}

.mLeft35 {
  margin-left: 35px !important;
}

.mLeft40 {
  margin-left: 40px !important;
}

.mLeft42 {
  margin-left: 42px !important;
}

.mLeft48 {
  margin-left: 48px !important;
}

.mLeft50 {
  margin-left: 50px !important;
}

.mLeft60 {
  margin-left: 60px !important;
}

.mLeft80 {
  margin-left: 80px !important;
}

.mLeft100 {
  margin-left: 100px !important;
}

.mLeft150 {
  margin-left: 150px !important;
}

.pAll0 {
  padding: 0px !important;
}

.pAll2 {
  padding: 2px !important;
}

.pAll3 {
  padding: 3px !important;
}

.pAll5 {
  padding: 5px !important;
}

.pAll10 {
  padding: 10px !important;
}

.pAll15 {
  padding: 15px !important;
}

.pAll16 {
  padding: 16px !important;
}

.pAll20 {
  padding: 20px !important;
}

.pAll25 {
  padding: 25px !important;
}

.pAll30 {
  padding: 30px !important;
}

.pAll35 {
  padding: 35px !important;
}

.pTop0 {
  padding-top: 0px !important;
}

.pTop2 {
  padding-top: 2px !important;
}

.pTop3 {
  padding-top: 3px !important;
}

.pTop5 {
  padding-top: 5px !important;
}

.pTop6 {
  padding-top: 6px !important;
}

.pTop7 {
  padding-top: 7px !important;
}

.pTop8 {
  padding-top: 8px !important;
}

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

.pTop12 {
  padding-top: 12px !important;
}

.pTop13 {
  padding-top: 13px !important;
}

.pTop15 {
  padding-top: 15px !important;
}

.pTop16 {
  padding-top: 16px !important;
}

.pTop20 {
  padding-top: 20px !important;
}

.pTop25 {
  padding-top: 25px !important;
}

.pTop30 {
  padding-top: 30px !important;
}

.pTop32 {
  padding-top: 32px !important;
}

.pTop35 {
  padding-top: 35px !important;
}

.pTop40 {
  padding-top: 40px !important;
}

.pTop45 {
  padding-top: 45px !important;
}

.pTop50 {
  padding-top: 50px !important;
}

.pTop100 {
  padding-top: 100px !important;
}

.pRight0 {
  padding-right: 0px !important;
}

.pRight5 {
  padding-right: 5px !important;
}

.pRight6 {
  padding-right: 6px !important;
}

.pRight8 {
  padding-right: 8px !important;
}

.pRight9 {
  padding-right: 9px !important;
}

.pRight10 {
  padding-right: 10px !important;
}

.pRight12 {
  padding-right: 12px !important;
}

.pRight15 {
  padding-right: 15px !important;
}

.pRight16 {
  padding-right: 16px !important;
}

.pRight18 {
  padding-right: 18px !important;
}

.pRight20 {
  padding-right: 20px !important;
}

.pRight24 {
  padding-right: 24px !important;
}

.pRight25 {
  padding-right: 25px !important;
}

.pRight30 {
  padding-right: 30px !important;
}

.pRight36 {
  padding-right: 36px !important;
}

.pRight40 {
  padding-right: 40px !important;
}

.pRight60 {
  padding-right: 60px !important;
}

.pBottom0 {
  padding-bottom: 0px !important;
}

.pBottom2 {
  padding-bottom: 2px !important;
}

.pBottom3 {
  padding-bottom: 3px !important;
}

.pBottom5 {
  padding-bottom: 5px !important;
}

.pBottom6 {
  padding-bottom: 6px !important;
}

.pBottom7 {
  padding-bottom: 7px !important;
}

.pBottom8 {
  padding-bottom: 8px !important;
}

.pBottom10 {
  padding-bottom: 10px !important;
}

.pBottom12 {
  padding-bottom: 12px !important;
}

.pBottom13 {
  padding-bottom: 13px !important;
}

.pBottom15 {
  padding-bottom: 15px !important;
}

.pBottom16 {
  padding-bottom: 16px !important;
}

.pBottom20 {
  padding-bottom: 20px !important;
}

.pBottom25 {
  padding-bottom: 25px !important;
}

.pBottom30 {
  padding-bottom: 30px !important;
}

.pBottom32 {
  padding-bottom: 32px !important;
}

.pBottom40 {
  padding-bottom: 40px !important;
}

.pBottom50 {
  padding-bottom: 50px !important;
}

.pBottom64 {
  padding-bottom: 64px !important;
}

.pBottom100 {
  padding-bottom: 100px !important;
}

.pLeft0 {
  padding-left: 0px !important;
}

.pLeft5 {
  padding-left: 5px !important;
}

.pLeft6 {
  padding-left: 6px !important;
}

.pLeft7 {
  padding-left: 7px !important;
}

.pLeft8 {
  padding-left: 8px !important;
}

.pLeft9 {
  padding-left: 9px !important;
}

.pLeft10 {
  padding-left: 10px !important;
}

.pLeft11 {
  padding-left: 11px !important;
}

.pLeft12 {
  padding-left: 12px !important;
}

.pLeft15 {
  padding-left: 15px !important;
}

.pLeft16 {
  padding-left: 16px !important;
}

.pLeft18 {
  padding-left: 18px !important;
}

.pLeft20 {
  padding-left: 20px !important;
}

.pLeft24 {
  padding-left: 24px !important;
}

.pLeft25 {
  padding-left: 25px !important;
}

.pLeft28 {
  padding-left: 28px !important;
}

.pLeft30 {
  padding-left: 30px !important;
}

.pLeft29 {
  padding-left: 29px !important;
}

.pLeft35 {
  padding-left: 35px !important;
}

.pLeft36 {
  padding-left: 36px !important;
}

.pLeft40 {
  padding-left: 40px !important;
}

.pLeft42 {
  padding-left: 42px !important;
}

.pLeft45 {
  padding-left: 45px !important;
}

.pLeft50 {
  padding-left: 50px !important;
}

.pLeft160 {
  padding-left: 160px !important;
}

.pTopBottom3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.pTopBottom5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pLeftRight5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pLeftRight10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pLeftRight30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.mp0 {
  margin: 0px !important;
  padding: 0px !important;
}

.Top0 {
  top: 0 !important;
}

.Top1 {
  top: 1px;
}

.Top3 {
  top: 3px;
}

.Top5 {
  top: 5px;
}

.Top10 {
  top: 10px;
}

.Top15 {
  top: 15px !important;
}

.Top20 {
  top: 20px;
}

.Top60 {
  top: 60px !important;
}

.Right1 {
  right: 1px;
}

.Right5 {
  right: 5px;
}

.Right8 {
  right: 8px;
}

.Height0 {
  height: 0;
}

.minHeight0 {
  min-height: 0;
}

.minHeight30 {
  min-height: 30px !important;
}

.minHeight36 {
  min-height: 36px !important;
}

.minWidth0 {
  min-width: 0;
}

.Width70 {
  width: 70px !important;
}

.Width80 {
  width: 80px !important;
}

.Width90 {
  width: 90px !important;
}

.Width95 {
  width: 95px !important;
}

.Width110 {
  width: 110px !important;
}

.Width120 {
  width: 120px !important;
}

.Width180 {
  width: 180px !important;
}

.Width190 {
  width: 190px !important;
}

.Width200 {
  width: 200px !important;
}

.Width230 {
  width: 230px !important;
}

.Width250 {
  width: 250px !important;
}

.Width300 {
  width: 300px !important;
}

.Width400 {
  width: 400px !important;
}

.Width500 {
  width: 500px !important;
}

.White {
  color: var(--color-text-inverse) !important;
}

.Gray {
  color: var(--color-text-primary) !important;
}

.Gray14 {
  color: var(--color-text-primary) !important;
  font-size: 14px;
}

.Gray_6 {
  color: var(--color-text-secondary) !important;
}

.Gray_8 {
  color: #888 !important;
}

.Gray_9 {
  color: #999 !important;
}

.Gray_a {
  color: #aaa !important;
}

.Gray_c {
  color: var(--color-text-placeholder) !important;
}

.Gray_d {
  color: #eee !important;
}

.Gray_df {
  color: #dfdfdf !important;
}

.Gray_c6 {
  color: #c6c6c6 !important;
}

.Gray_7e {
  color: #7e7e7e !important;
}

.Gray_9e {
  color: var(--color-text-tertiary) !important;
}

.Gray_9d {
  color: var(--color-text-tertiary) !important;
}

.Gray_75 {
  color: var(--color-text-secondary) !important;
}

.Gray_bd {
  color: var(--color-text-disabled) !important;
}

.Gray_76 {
  color: #767676 !important;
}

.Black {
  color: var(--color-black) !important;
}

.Black18 {
  color: var(--color-text-primary) !important;
  font-size: 18px;
}

.Font0 {
  font-size: 0;
}

.font8 {
  font-size: 16px;
  transform: scale(0.5);
  display: inline-block;
}

.font10 {
  font-size: 20px;
  transform: scale(0.5);
  display: inline-block;
}

.scale11 {
  transform: scale(1.1);
}

.scale12 {
  transform: scale(1.2);
}

.scale13 {
  transform: scale(1.3);
}

.scale14 {
  transform: scale(1.4);
}

.scale15 {
  transform: scale(1.5);
}

.Font12 {
  font-size: 12px !important;
}

.Font13 {
  font-size: 13px !important;
}

.Font14 {
  font-size: 14px !important;
}

.Font15 {
  font-size: 15px !important;
}

.Font16 {
  font-size: 16px !important;
}

.Font17 {
  font-size: 17px !important;
}

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

.Font19 {
  font-size: 19px !important;
}

.Font20 {
  font-size: 20px !important;
}

.Font22 {
  font-size: 22px !important;
}

.Font24 {
  font-size: 24px !important;
}

.Font26 {
  font-size: 26px !important;
}

.Font28 {
  font-size: 28px !important;
}

.Font30 {
  font-size: 30px !important;
}

.Font32 {
  font-size: 32px !important;
}

.Font34 {
  font-size: 34px !important;
}

.Font36 {
  font-size: 36px !important;
}

.Font38 {
  font-size: 38px !important;
}

.Font40 {
  font-size: 40px !important;
}

.Font48 {
  font-size: 48px !important;
}

.Font50 {
  font-size: 50px !important;
}

.Font56 {
  font-size: 56px !important;
}

.Font64 {
  font-size: 64px !important;
}

.Font130 {
  font-size: 130px !important;
}

.LineHeight0 {
  line-height: 0;
}

.LineHeight1em {
  line-height: 1em;
}

.LineHeight15 {
  line-height: 15px !important;
}

.LineHeight16 {
  line-height: 16px !important;
}

.LineHeight20 {
  line-height: 20px !important;
}

.LineHeight22 {
  line-height: 22px !important;
}

.LineHeight24 {
  line-height: 24px !important;
}

.LineHeight25 {
  line-height: 25px !important;
}

.LineHeight26 {
  line-height: 26px !important;
}

.LineHeight27 {
  line-height: 27px !important;
}

.LineHeight28 {
  line-height: 28px !important;
}

.LineHeight30 {
  line-height: 30px !important;
}

.LineHeight32 {
  line-height: 32px !important;
}

.LineHeight34 {
  line-height: 34px !important;
}

.LineHeight35 {
  line-height: 35px !important;
}

.LineHeight36 {
  line-height: 36px !important;
}

.LineHeight40 {
  line-height: 40px !important;
}

.LineHeight42 {
  line-height: 42px !important;
}

.LineHeight44 {
  line-height: 44px !important;
}

.LineHeight50 {
  line-height: 50px !important;
}

.LineHeight60 {
  line-height: 60px !important;
}

.LineHeight80 {
  line-height: 80px !important;
}

.Height30 {
  height: 30px;
}

.Height36 {
  height: 36px;
}

.Height40 {
  height: 40px;
  box-sizing: border-box;
}

.Height50 {
  height: 50px;
}

.Height80 {
  height: 80px;
}

.HeightAuto {
  height: auto;
}

/*边框圆角*/

.boderRadAll_3 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.boderRadAll_4 {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.boderRadAll_5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.boderRadAll_50 {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/*文本超出长度后 省略*/

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: rgba(187, 187, 187, 0.8);
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:hover {
  background: rgba(125, 125, 125, 0.8);
  background-clip: padding-box;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
  display: none;
  width: 0;
  height: 0;
}

/* 移除input在 ie和chrome下的样式*/

/* IE10+ */

input[type='text']::-ms-clear {
  display: none;
}

/* Chrome */

::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
  display: none;
}

.pre {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.preWrap {
  white-space: pre-wrap !important;
}

.pre .MdLoader-path {
  stroke: var(--color-border-primary);
}

.nowrap {
  white-space: nowrap;
}

.cursorDefault {
  cursor: default !important;
}

.zIndex99 {
  z-index: 99;
}

.zIndex99999 {
  z-index: 99999;
}

.fitContent {
  width: fit-content;
}

.inlineFlexRow {
  display: inline-flex;
  min-width: 0;
}

.flexColumn {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flexRow {
  display: flex;
  min-width: 0;
}

.flexCenter {
  display: flex;
  align-items: center;
}

.flex {
  -webkit-flex: 1;
  flex: 1;
  -ms-flex: 1;
}

.alignItemsCenter {
  align-items: center;
}

.justifyContentCenter {
  justify-content: center;
}

.justifyContentLeft {
  justify-content: left !important;
}

.justifyContentRight {
  justify-content: right !important;
}

.justifyContentSpaceBetween {
  justify-content: space-between !important;
}

.justifyContentBetween {
  justify-content: space-between !important;
}

.hoverText:hover {
  cursor: pointer;
  color: var(--color-primary) !important;
}

.hoverText:hover i {
  color: var(--color-primary);
}

.valignWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

textarea {
  border: 1px solid var(--color-border-primary) !important;
  box-sizing: border-box !important;
  border-radius: 3px !important;
  padding: 12px;
  font-size: 14px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  resize: none !important;
  line-height: inherit;
}

.Visibility {
  visibility: hidden;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.rotate {
  animation: rotateAnimation 1s linear infinite;
}

.ant-popover .ant-popover-inner {
  padding: 0 !important;
}

.ant-color-picker .ant-popover-inner {
  padding: 8px !important;
}

.ant-btn-color-primary.ant-btn-background-ghost {
  color: var(--color-primary);
  background: transparent;
  border-color: var(--color-primary);
  box-shadow: none;
}

.ant-btn-color-primary.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):hover,
.ant-btn-color-primary.ant-btn-background-ghost:not(:disabled):not(.ant-btn-disabled):focus {
  color: var(--color-primary-light);
  background: transparent;
  border-color: var(--color-primary-light);
}

.ant-modal .ant-btn {
  font-size: 14px;
  line-height: 36px;
  min-height: 36px;
  padding: 0 32px;
  min-width: 92px;
  font-weight: 500;
  box-shadow: none;

  &.ant-btn-default {
    border-color: transparent;
    color: var(--color-text-secondary);

    &:hover {
      border-color: transparent;
      color: var(--color-primary-dark);
      background: var(--color-background-hover);
    }
  }

  &.ant-btn-link {
    color: var(--color-text-secondary);
  }

  &.ant-btn-dangerous {
    background: var(--color-error);
    color: var(--color-text-inverse);

    &:hover {
      color: var(--color-text-inverse);
      background: var(--color-error-hover);
    }
  }
}

.flexShrink0 {
  flex-shrink: 0;
  min-width: 0;
}

.pointerEventsAuto {
  pointer-events: auto !important;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

@font-face {
  font-family: 'MD_Icon'; /* Project id 2032949 */
  src:
    url('/mdy/pm/assets/iconfont-C3JPSLfw.woff2?t=1781232363597') format('woff2'),
    url('/mdy/pm/assets/iconfont-Bz7f4cLb.woff?t=1781232363597') format('woff'),
    url('/mdy/pm/assets/iconfont-CEAxVpx1.ttf?t=1781232363597') format('truetype');
}

.MD_Icon {
  font-family: 'MD_Icon' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Thinking:before {
  content: '\ed25';
}

.icon-finish_delegate:before {
  content: '\ed22';
}

.icon-borg:before {
  content: '\e6d7';
}

.icon-mcp:before {
  content: '\ed24';
}

.icon-skill:before {
  content: '\ed23';
}

.icon-claudecode:before {
  content: '\ed21';
}

.icon-codex:before {
  content: '\ed1d';
}

.icon-cursor:before {
  content: '\ed20';
}

.icon-windsurf:before {
  content: '\ed1f';
}

.icon-trae-color:before {
  content: '\ed1e';
}

.icon-vertical1:before {
  content: '\e6a9';
}

.icon-horizontal2:before {
  content: '\e6aa';
}

.icon-account:before {
  content: '\ed1c';
}

.icon-worksheet_export:before {
  content: '\ed1b';
}

.icon-worksheet_import:before {
  content: '\ed1a';
}

.icon-filePRO:before {
  content: '\ed19';
}

.icon-group_swipe:before {
  content: '\e6a4';
}

.icon-group_navigation:before {
  content: '\e6a5';
}

.icon-grouping_columns:before {
  content: '\e6a6';
}

.icon-cancel_line:before {
  content: '\ed18';
}

.icon-cloud_printing:before {
  content: '\e6a3';
}

.icon-a-knowledge_search:before {
  content: '\ed17';
}

.icon-ai_app_data:before {
  content: '\ed16';
}

.icon-oauth:before {
  content: '\ed15';
}

.icon-web_tree:before {
  content: '\ed13';
}

.icon-web_classic:before {
  content: '\ed14';
}

.icon-web_card:before {
  content: '\ed11';
}

.icon-web_group:before {
  content: '\ed12';
}

.icon-Horizontal:before {
  content: '\e69f';
}

.icon-App_Card1:before {
  content: '\e68e';
}

.icon-Tree_shaped:before {
  content: '\e68f';
}

.icon-App_Card3:before {
  content: '\e690';
}

.icon-App_Card2:before {
  content: '\e691';
}

.icon-Mixed:before {
  content: '\e693';
}

.icon-Vertical:before {
  content: '\e695';
}

.icon-Application_List:before {
  content: '\e696';
}

.icon-Application_Bottom:before {
  content: '\e698';
}

.icon-Application_Grid:before {
  content: '\e699';
}

.icon-platform_admin:before {
  content: '\ed10';
}

.icon-linkage_filter:before {
  content: '\ec2d';
}

.icon-table_convert:before {
  content: '\e6cd';
}

.icon-Subtable_Collapse:before {
  content: '\e68c';
}

.icon-Subtable_Expand:before {
  content: '\e68d';
}

.icon-dark-mode:before {
  content: '\ed05';
}

.icon-table_chart:before {
  content: '\e6cc';
}

.icon-table_chart_horizontal:before {
  content: '\e6cb';
}

.icon-settings_input_composite:before {
  content: '\ed0f';
}

.icon-table_eye:before {
  content: '\e6ca';
}

.icon-refund:before {
  content: '\ed0e';
}

.icon-hdp:before {
  content: '\ed0d';
}

.icon-card_style:before {
  content: '\ed0c';
}

.icon-design-services:before {
  content: '\ed0b';
}

.icon-image:before {
  content: '\ed0a';
}

.icon-get_help:before {
  content: '\ed09';
}

.icon-agent_loading:before {
  content: '\ed08';
}

.icon-new_chat:before {
  content: '\ed07';
}

.icon-auto_one_star:before {
  content: '\ed06';
}

.icon-article:before {
  content: '\e694';
}

.icon-jifen:before {
  content: '\e602';
}

.icon-expand_all:before {
  content: '\e6c9';
}

.icon-AI_Agent:before {
  content: '\ed01';
}

.icon-Invoice:before {
  content: '\e68b';
}

.icon-month:before {
  content: '\e689';
}

.icon-week:before {
  content: '\e68a';
}

.icon-notification_turn_off:before {
  content: '\e686';
}

.icon-notification_turn_on:before {
  content: '\e687';
}

.icon-Silent:before {
  content: '\e688';
}

.icon-Qwen:before {
  content: '\ed04';
}

.icon-chatgpt:before {
  content: '\ed03';
}

.icon-deepseek:before {
  content: '\ed02';
}

.icon-add_reaction:before {
  content: '\eb0f';
}

.icon-rectangle_2:before {
  content: '\e6c8';
}

.icon-user_female:before {
  content: '\e684';
}

.icon-user_male:before {
  content: '\e685';
}

.icon-hap:before {
  content: '\ed00';
}

.icon-sidebar:before {
  content: '\ecff';
}

.icon-bofang:before {
  content: '\ecfe';
}

.icon-newchat:before {
  content: '\ecfd';
}

.icon-system:before {
  content: '\ecfc';
}

.icon-remove:before {
  content: '\ecfb';
}

.icon-turn-right:before {
  content: '\ecfa';
}

.icon-Circle-replace:before {
  content: '\ecf9';
}

.icon-ai_creare_icon1:before {
  content: '\ecf6';
}

.icon-ai_create_date1:before {
  content: '\ecf7';
}

.icon-ai_padding_data1:before {
  content: '\ecf8';
}

.icon-worksheet_column_chart_c:before {
  content: '\e6c5';
}

.icon-workflow_c:before {
  content: '\e6c6';
}

.icon-table_c:before {
  content: '\e6c7';
}

.icon-main-department:before {
  content: '\ecf5';
}

.icon-group_segment:before {
  content: '\e6c4';
}

.icon-H1:before {
  content: '\e683';
}

.icon-case:before {
  content: '\e66e';
}

.icon-chat-full:before {
  content: '\ecd1';
}

.icon-fav-full:before {
  content: '\ecee';
}

.icon-fav-line:before {
  content: '\ecef';
}

.icon-chat-line:before {
  content: '\ecf0';
}

.icon-microphone:before {
  content: '\ecf1';
}

.icon-contacts-book:before {
  content: '\ecf2';
}

.icon-book:before {
  content: '\ecf3';
}

.icon-clean:before {
  content: '\ecf4';
}

.icon-clean_all:before {
  content: '\e87c';
}

.icon-Collection:before {
  content: '\e681';
}

.icon-zoom_out2:before {
  content: '\e67e';
}

.icon-row_height:before {
  content: '\e67f';
}

.icon-enlarge1:before {
  content: '\e680';
}

.icon-align_vertical_top1:before {
  content: '\e6c2';
}

.icon-align_vertical_center:before {
  content: '\e6c3';
}

.icon-offline:before {
  content: '\e67c';
}

.icon-settings_copy-01:before {
  content: '\e6c0';
}

.icon-settings_b:before {
  content: '\e6c1';
}

.icon-file-list:before {
  content: '\e678';
}

.icon-tile:before {
  content: '\e67b';
}

.icon-align_horizontal_right:before {
  content: '\e664';
}

.icon-align_horizontal_left:before {
  content: '\e665';
}

.icon-align_horizontal_center1:before {
  content: '\e667';
}

.icon-exchange:before {
  content: '\e662';
}

.icon-align_setting:before {
  content: '\e6bc';
}

.icon-format_paint:before {
  content: '\e6b6';
}

.icon-tab_page:before {
  content: '\ecec';
}

.icon-page_card:before {
  content: '\eced';
}

.icon-sheets_rtl:before {
  content: '\e6b5';
}

.icon-Single_Line:before {
  content: '\ece7';
}

.icon-Markdown:before {
  content: '\ece8';
}

.icon-Multiple_Lines:before {
  content: '\eceb';
}

.icon-move_in:before {
  content: '\ece9';
}

.icon-move_out:before {
  content: '\ecea';
}

.icon-horizontal-fieldvalue:before {
  content: '\ece5';
}

.icon-highlight-fieldvalue:before {
  content: '\ece6';
}

.icon-divider:before {
  content: '\e6ac';
}

.icon-a-latlng:before {
  content: '\e660';
}

.icon-individual_department:before {
  content: '\ece3';
}

.icon-multiple_user:before {
  content: '\ece4';
}

.icon-star_off:before {
  content: '\eab3';
}

.icon-ai-l:before {
  content: '\e6b0';
}

.icon-at-all:before {
  content: '\e65f';
}

.icon-remarks:before {
  content: '\e6ad';
}

.icon-subheader:before {
  content: '\e6ae';
}

.icon-custom-01:before {
  content: '\e6a8';
}

.icon-architecture:before {
  content: '\e6a7';
}

.icon-logout:before {
  content: '\ece2';
}

.icon-organization_add:before {
  content: '\ece1';
}

.icon-light_mode:before {
  content: '\ecdf';
}

.icon-dark_mode:before {
  content: '\ece0';
}

.icon-support_agent:before {
  content: '\ecdc';
}

.icon-gift:before {
  content: '\ecdd';
}

.icon-partner:before {
  content: '\ecde';
}

.icon-Reposition-01:before {
  content: '\e65b';
}

.icon-data_merging:before {
  content: '\ecda';
}

.icon-a-multiple_table_links:before {
  content: '\ecdb';
}

.icon-trash-loop:before {
  content: '\e697';
}

.icon-vertical:before {
  content: '\ecd4';
}

.icon-top:before {
  content: '\ecd5';
}

.icon-horizontal1:before {
  content: '\ecd6';
}

.icon-left1:before {
  content: '\ecd7';
}

.icon-bottom1:before {
  content: '\ecd8';
}

.icon-align-right:before {
  content: '\ecd9';
}

.icon-floating-layer:before {
  content: '\e64f';
}

.icon-file-thumb:before {
  content: '\ecd0';
}

.icon-file-post:before {
  content: '\ecd2';
}

.icon-file-card:before {
  content: '\ecd3';
}

.icon-looks_six:before {
  content: '\eccb';
}

.icon-looks_five:before {
  content: '\eccf';
}

.icon-test_workflow:before {
  content: '\ecce';
}

.icon-data_mirroring:before {
  content: '\eccd';
}

.icon-ID:before {
  content: '\e682';
}

.icon-event_available:before {
  content: '\eccc';
}

.icon-google:before {
  content: '\e60f';
}

.icon-merchant:before {
  content: '\ecca';
}

.icon-ads_click:before {
  content: '\ecc9';
}

.icon-tab_move:before {
  content: '\eca0';
}

.icon-arrow-up-border1:before {
  content: '\eb41';
}

.icon-arrow-up-border:before {
  content: '\e82d';
}

.icon-wait:before {
  content: '\e64e';
}

.icon-menu_book:before {
  content: '\eb33';
}

.icon-network_disconnection:before {
  content: '\e64d';
}

.icon-preview_unsuccessful:before {
  content: '\ebae';
}

.icon-pause:before {
  content: '\ec9d';
}

.icon-AI_image:before {
  content: '\ec8a';
}

.icon-zhifubao:before {
  content: '\e64b';
}

.icon-arrow_loop:before {
  content: '\eb16';
}

.icon-text_ai:before {
  content: '\eb32';
}

.icon-database:before {
  content: '\e9ba';
}

.icon-drill_down:before {
  content: '\ec3f';
}

.icon-circle_three:before {
  content: '\e67d';
}

.icon-layers_clear:before {
  content: '\eaff';
}

.icon-file_save:before {
  content: '\eb01';
}

.icon-file_up:before {
  content: '\eb06';
}

.icon-antenna:before {
  content: '\eb0d';
}

.icon-aggregate_table:before {
  content: '\ec36';
}

.icon-filter_criteria:before {
  content: '\ec3d';
}

.icon-person_new:before {
  content: '\eaea';
}

.icon-person_three:before {
  content: '\e67a';
}

.icon-location_map:before {
  content: '\e679';
}

.icon-import_contacts:before {
  content: '\eada';
}

.icon-contact_support:before {
  content: '\eadb';
}

.icon-smart_button:before {
  content: '\e677';
}

.icon-arrows_square:before {
  content: '\e676';
}

.icon-earth:before {
  content: '\e675';
}

.icon-Finish:before {
  content: '\ea63';
}

.icon-adds:before {
  content: '\ea67';
}

.icon-sending:before {
  content: '\ea69';
}

.icon-fill:before {
  content: '\ea6c';
}

.icon-stamp:before {
  content: '\ea77';
}

.icon-adds_shallow:before {
  content: '\eab1';
}

.icon-stamp_shallow:before {
  content: '\eacf';
}

.icon-fill_shallow:before {
  content: '\ead7';
}

.icon-home_set:before {
  content: '\eaae';
}

.icon-unfold_more:before {
  content: '\eaa3';
}

.icon-unfold_less:before {
  content: '\eaab';
}

.icon-translate_language:before {
  content: '\ea16';
}

.icon-extension_black1:before {
  content: '\ea62';
}

.icon-react:before {
  content: '\e674';
}

.icon-JS:before {
  content: '\e673';
}

.icon-TS:before {
  content: '\e672';
}

.icon-puzzle:before {
  content: '\e671';
}

.icon-account_box:before {
  content: '\e9c7';
}

.icon-unarchive:before {
  content: '\e9a2';
}

.icon-T2:before {
  content: '\e66f';
}

.icon-T4:before {
  content: '\e670';
}

.icon-T1:before {
  content: '\e66d';
}

.icon-T3:before {
  content: '\e66c';
}

.icon-format_bold:before {
  content: '\e668';
}

.icon-format_italic:before {
  content: '\e669';
}

.icon-format_underlined:before {
  content: '\e66a';
}

.icon-strikethrough_s:before {
  content: '\e66b';
}

.icon-watermark:before {
  content: '\ec2c';
}

.icon-new:before {
  content: '\e666';
}

.icon-reader:before {
  content: '\e663';
}

.icon-copy_all:before {
  content: '\e661';
}

.icon-global_variable:before {
  content: '\e99a';
}

.icon-history_edu:before {
  content: '\e98d';
}

.icon-thumb_up_alt:before {
  content: '\e992';
}

.icon-cloud_sync:before {
  content: '\e943';
}

.icon-ai1:before {
  content: '\e92d';
}

.icon-history_toggle_off:before {
  content: '\e98c';
}

.icon-all_run2:before {
  content: '\ec20';
}

.icon-add-member3:before {
  content: '\ec01';
}

.icon-a-search_off_black_24dp1:before {
  content: '\e98a';
}

.icon-back:before {
  content: '\e641';
}

.icon-home:before {
  content: '\e642';
}

.icon-wechat_pay:before {
  content: '\e984';
}

.icon-cleaning_services:before {
  content: '\e97c';
}

.icon-up:before {
  content: '\e973';
}

.icon-notifications_off:before {
  content: '\eaa0';
}

.icon-unpin:before {
  content: '\eaa1';
}

.icon-a-Data_integration1:before {
  content: '\e939';
}

.icon-horizontal:before {
  content: '\e63e';
}

.icon-mix:before {
  content: '\e63f';
}

.icon-vertically:before {
  content: '\e640';
}

.icon-add_link:before {
  content: '\ebf6';
}

.icon-folder_special_black_24dp:before {
  content: '\e93a';
}

.icon-view_agenda:before {
  content: '\e935';
}

.icon-wysiwyg:before {
  content: '\e932';
}

.icon-add:before {
  content: '\e923';
}

.icon-trending:before {
  content: '\ea98';
}

.icon-sync1:before {
  content: '\ea99';
}

.icon-Worksheet_query:before {
  content: '\ea9d';
}

.icon-leftmost:before {
  content: '\ebd2';
}

.icon-rightmost:before {
  content: '\ebe3';
}

.icon-left:before {
  content: '\ebed';
}

.icon-right:before {
  content: '\ebf3';
}

.icon-background_color:before {
  content: '\eb9c';
}

.icon-data_bar:before {
  content: '\ebcd';
}

.icon-switch_access_shortcut_black_24dp:before {
  content: '\e931';
}

.icon-add1:before {
  content: '\e7fe';
}

.icon-stats_bar_chart1:before {
  content: '\ebba';
}

.icon-stats_symmetric_graph_chart:before {
  content: '\ebc0';
}

.icon-stats_word_cloud_chart:before {
  content: '\eba7';
}

.icon-stats_progress_bar_chart:before {
  content: '\ebaf';
}

.icon-stats_instrument_panel_chart:before {
  content: '\eb99';
}

.icon-stats_ranking_list_chart:before {
  content: '\eba1';
}

.icon-custom_navigation:before {
  content: '\ea96';
}

.icon-settings_overscan:before {
  content: '\ea95';
}

.icon-ai:before {
  content: '\e918';
}

.icon-format_color:before {
  content: '\e65e';
}

.icon-gourup_default:before {
  content: '\e6a2';
}

.icon-save_as_black_24dp:before {
  content: '\e6a1';
}

.icon-group_inactive:before {
  content: '\e6a0';
}

.icon-card:before {
  content: '\e63a';
}

.icon-list1:before {
  content: '\e63b';
}

.icon-tiling:before {
  content: '\e63c';
}

.icon-thumbnail:before {
  content: '\e63d';
}

.icon-equal_division:before {
  content: '\eb9a';
}

.icon-arrow_down:before {
  content: '\e8bd';
}

.icon-not_checked:before {
  content: '\e639';
}

.icon-merge:before {
  content: '\eb98';
}

.icon-join_left:before {
  content: '\eb8c';
}

.icon-join_full:before {
  content: '\eb8d';
}

.icon-join_right:before {
  content: '\eb8e';
}

.icon-join_inner:before {
  content: '\eb97';
}

.icon-classify:before {
  content: '\eb77';
}

.icon-storage:before {
  content: '\e88a';
}

.icon-synchronization:before {
  content: '\e8a0';
}

.icon-gpp_good:before {
  content: '\e884';
}

.icon-lift:before {
  content: '\e869';
}

.icon-align_vertical_top:before {
  content: '\eb5f';
}

.icon-align_horizontal_center:before {
  content: '\eb67';
}

.icon-eye_off:before {
  content: '\e65d';
}

.icon-format_align_left:before {
  content: '\eb4e';
}

.icon-format_align_center:before {
  content: '\eb50';
}

.icon-format_align_right:before {
  content: '\eb57';
}

.icon-interface_push:before {
  content: '\ea91';
}

.icon-doc:before {
  content: '\ea24';
}

.icon-put_away:before {
  content: '\e633';
}

.icon-get_bigger:before {
  content: '\e634';
}

.icon-rename_input:before {
  content: '\ea8f';
}

.icon-title:before {
  content: '\ea89';
}

.icon-compress_width:before {
  content: '\ea8c';
}

.icon-airplane:before {
  content: '\e860';
}

.icon-tune_new:before {
  content: '\e69e';
}

.icon-upload_file:before {
  content: '\e69c';
}

.icon-file_upload_off:before {
  content: '\e69d';
}

.icon-construction:before {
  content: '\e69a';
}

.icon-manage_accounts:before {
  content: '\e69b';
}

.icon-approval:before {
  content: '\eb4d';
}

.icon-desktop_off:before {
  content: '\e659';
}

.icon-mobile_off:before {
  content: '\e65a';
}

.icon-slideshow:before {
  content: '\eb49';
}

.icon-flow:before {
  content: '\e658';
}

.icon-person_off_a:before {
  content: '\e85d';
}

.icon-brand:before {
  content: '\e692';
}

.icon-upload1:before {
  content: '\e847';
}

.icon-switch_camera:before {
  content: '\e62f';
}

.icon-arrow:before {
  content: '\eaa7';
}

.icon-configure:before {
  content: '\e8ed';
}

.icon-api:before {
  content: '\e9d6';
}

.icon-connect:before {
  content: '\e9df';
}

.icon-inquire:before {
  content: '\eaa6';
}

.icon-dashboard:before {
  content: '\e655';
}

.icon-external_users_01:before {
  content: '\e656';
}

.icon-role:before {
  content: '\e657';
}

.icon-view_eye:before {
  content: '\e654';
}

.icon-recycle:before {
  content: '\ecc4';
}

.icon-auto_awesome:before {
  content: '\ecc3';
}

.icon-menu_right:before {
  content: '\ecc6';
}

.icon-menu_left:before {
  content: '\ecc7';
}

.icon-grid_view:before {
  content: '\ecc5';
}

.icon-user_group:before {
  content: '\ecc2';
}

.icon-a-barcode:before {
  content: '\e653';
}

.icon-invited_users:before {
  content: '\ecc0';
}

.icon-update_information:before {
  content: '\ecc1';
}

.icon-drive_file_move:before {
  content: '\e9aa';
}

.icon-class:before {
  content: '\ecb8';
}

.icon-cooperation:before {
  content: '\ecb9';
}

.icon-hub:before {
  content: '\ecba';
}

.icon-rss_feed:before {
  content: '\ecbb';
}

.icon-table_rows:before {
  content: '\ecbc';
}

.icon-task_alt:before {
  content: '\ecbd';
}

.icon-folder_off:before {
  content: '\ecbe';
}

.icon-tab:before {
  content: '\ecbf';
}

.icon-rectangle:before {
  content: '\e650';
}

.icon-clear_bold:before {
  content: '\e643';
}

.icon-input:before {
  content: '\ecb7';
}

.icon-db_index:before {
  content: '\e606';
}

.icon-run_a:before {
  content: '\ecb3';
}

.icon-milestone1:before {
  content: '\ecb4';
}

.icon-all_run:before {
  content: '\ecb5';
}

.icon-fold:before {
  content: '\ecb6';
}

.icon-looks_four:before {
  content: '\ecb1';
}

.icon-looks_three:before {
  content: '\ecb2';
}

.icon-output:before {
  content: '\ecb0';
}

.icon-snow:before {
  content: '\e62e';
}

.icon-wb_sunny:before {
  content: '\e62d';
}

.icon-shield:before {
  content: '\e62c';
}

.icon-rocket_launch:before {
  content: '\e62b';
}

.icon-dotted_line:before {
  content: '\ecaf';
}

.icon-rounded_square:before {
  content: '\ecae';
}

.icon-left_right:before {
  content: '\ecaa';
}

.icon-up_down:before {
  content: '\ecad';
}

.icon-pbc:before {
  content: '\ecac';
}

.icon-person_off:before {
  content: '\e629';
}

.icon-hourglass:before {
  content: '\ecab';
}

.icon-flower:before {
  content: '\e628';
}

.icon-lightbulb1:before {
  content: '\e627';
}

.icon-emergency:before {
  content: '\e626';
}

.icon-fire:before {
  content: '\e624';
}

.icon-home_dashboard:before {
  content: '\ea1f';
}

.icon-access_time_filled:before {
  content: '\eca9';
}

.icon-external_users:before {
  content: '\ebf7';
}

.icon-milestone:before {
  content: '\e620';
}

.icon-gantt:before {
  content: '\e61f';
}

.icon-a-arrowback:before {
  content: '\e61e';
}

.icon-stats_pie_chart:before {
  content: '\ebeb';
}

.icon-qian:before {
  content: '\eca7';
}

.icon-verified_black:before {
  content: '\eca8';
}

.icon-apartment_black:before {
  content: '\eca6';
}

.icon-smart_button_black_24dp:before {
  content: '\e61b';
}

.icon-ocr_id_card:before {
  content: '\eca3';
}

.icon-ocr_invoice:before {
  content: '\eca4';
}

.icon-ocr:before {
  content: '\eca5';
}

.icon-feishu:before {
  content: '\eca2';
}

.icon-calculate:before {
  content: '\e618';
}

.icon-fact_check_black:before {
  content: '\e8d5';
}

.icon-local_activity_black:before {
  content: '\e9c3';
}

.icon-parameter:before {
  content: '\eca1';
}

.icon-person_search:before {
  content: '\ec9f';
}

.icon-gallery_view:before {
  content: '\e613';
}

.icon-link_Dismiss:before {
  content: '\e60a';
}

.icon-edit:before {
  content: '\eb20';
}

.icon-trash:before {
  content: '\ea5d';
}

.icon-zero:before {
  content: '\e8b4';
}

.icon-dropdown:before {
  content: '\eaaf';
}

.icon-beta1:before {
  content: '\e610';
}

.icon-mdy:before {
  content: '\e60d';
}

.icon-sidebar_close:before {
  content: '\e607';
}

.icon-sidebar_open:before {
  content: '\e608';
}

.icon-military_tech:before {
  content: '\e8d6';
}

.icon-lookup:before {
  content: '\e87e';
}

.icon-call_to_action_off:before {
  content: '\e60b';
}

.icon-call_to_action_on:before {
  content: '\e60c';
}

.icon-qr_code:before {
  content: '\e8da';
}

.icon-welink:before {
  content: '\e990';
}

.icon-wechat_work:before {
  content: '\ec9c';
}

.icon-dingtalk:before {
  content: '\ec9e';
}

.icon-task-new-locked:before {
  content: '\ec8d';
}

.icon-person1:before {
  content: '\ec8e';
}

.icon-account_balance_wallet:before {
  content: '\ec8f';
}

.icon-build1:before {
  content: '\ec90';
}

.icon-account_tree:before {
  content: '\ec91';
}

.icon-admin_panel_settings:before {
  content: '\ec92';
}

.icon-home1:before {
  content: '\ec93';
}

.icon-how_to_reg:before {
  content: '\ec94';
}

.icon-department1:before {
  content: '\ec95';
}

.icon-portrait:before {
  content: '\ec96';
}

.icon-supervisor_account:before {
  content: '\ec97';
}

.icon-textsms1:before {
  content: '\ec98';
}

.icon-now_widgets:before {
  content: '\ec99';
}

.icon-integration_instructions:before {
  content: '\ec9a';
}

.icon-business1:before {
  content: '\ec9b';
}

.icon-cascade_selection:before {
  content: '\ec61';
}

.icon-qq:before {
  content: '\e7f9';
}

.icon-wechat:before {
  content: '\ec8c';
}

.icon-style:before {
  content: '\e7f4';
}

.icon-one_column:before {
  content: '\e7f5';
}

.icon-three_column:before {
  content: '\e7f6';
}

.icon-two_column:before {
  content: '\e7f7';
}

.icon-four_column:before {
  content: '\e7f8';
}

.icon-amount_capital:before {
  content: '\e7f3';
}

.icon-volume_up:before {
  content: '\ec82';
}

.icon-zoom_out1:before {
  content: '\ec83';
}

.icon-zoom_in:before {
  content: '\ec84';
}

.icon-public:before {
  content: '\ec85';
}

.icon-visibility:before {
  content: '\ec86';
}

.icon-event:before {
  content: '\ec87';
}

.icon-close_fullscreen:before {
  content: '\ec88';
}

.icon-open_in_full:before {
  content: '\ec89';
}

.icon-view_quilt:before {
  content: '\ec8b';
}

.icon-amount_rmb:before {
  content: '\e7e0';
}

.icon-department:before {
  content: '\e7e2';
}

.icon-auto_number:before {
  content: '\e7e3';
}

.icon-rich_text:before {
  content: '\e7e5';
}

.icon-formula:before {
  content: '\e7e7';
}

.icon-letter_a:before {
  content: '\e7e8';
}

.icon-id_number:before {
  content: '\e7e9';
}

.icon-table:before {
  content: '\e7ea';
}

.icon-menu:before {
  content: '\e7eb';
}

.icon-gesture:before {
  content: '\e7ec';
}

.icon-number_6:before {
  content: '\e7ed';
}

.icon-device_hub:before {
  content: '\e7ef';
}

.icon-sigma:before {
  content: '\e7f1';
}

.icon-link_record:before {
  content: '\e7ee';
}

.icon-multi_select:before {
  content: '\e7f2';
}

.icon-access_alarm:before {
  content: '\ebf1';
}

.icon-add_circle:before {
  content: '\ebf2';
}

.icon-account_circle:before {
  content: '\ebf4';
}

.icon-alternate_email:before {
  content: '\ebf5';
}

.icon-add_circle_outline:before {
  content: '\ebf8';
}

.icon-access_time:before {
  content: '\ebf9';
}

.icon-arrow_drop_down_circle:before {
  content: '\ebfa';
}

.icon-archive:before {
  content: '\ebfb';
}

.icon-attach_file:before {
  content: '\ebfc';
}

.icon-assignment:before {
  content: '\ebfd';
}

.icon-arrow_forward:before {
  content: '\ebfe';
}

.icon-backspace:before {
  content: '\ebff';
}

.icon-bookmark1:before {
  content: '\ec00';
}

.icon-bookmark_outline:before {
  content: '\ec02';
}

.icon-block:before {
  content: '\ec03';
}

.icon-camera_alt:before {
  content: '\ec04';
}

.icon-attachment1:before {
  content: '\ec05';
}

.icon-call:before {
  content: '\ec06';
}

.icon-business:before {
  content: '\ec07';
}

.icon-category:before {
  content: '\ec08';
}

.icon-check_box_outline_blank:before {
  content: '\ec09';
}

.icon-chat1:before {
  content: '\ec0a';
}

.icon-cancel1:before {
  content: '\ec0b';
}

.icon-clear_all:before {
  content: '\ec0c';
}

.icon-cloud_done:before {
  content: '\ec0d';
}

.icon-check_circle1:before {
  content: '\ec0e';
}

.icon-check_box1:before {
  content: '\ec0f';
}

.icon-cloud_upload:before {
  content: '\ec10';
}

.icon-code:before {
  content: '\ec11';
}

.icon-cloud_download:before {
  content: '\ec12';
}

.icon-create:before {
  content: '\ec13';
}

.icon-computer:before {
  content: '\ec14';
}

.icon-clear:before {
  content: '\ec15';
}

.icon-cloud:before {
  content: '\ec16';
}

.icon-copy:before {
  content: '\ec17';
}

.icon-done:before {
  content: '\ec18';
}

.icon-color_lens:before {
  content: '\ec19';
}

.icon-done_all1:before {
  content: '\ec1a';
}

.icon-delete1:before {
  content: '\ec1b';
}

.icon-desktop:before {
  content: '\ec1c';
}

.icon-error_outline:before {
  content: '\ec1d';
}

.icon-email:before {
  content: '\ec1e';
}

.icon-drag:before {
  content: '\ec1f';
}

.icon-error1:before {
  content: '\ec21';
}

.icon-exit_to_app:before {
  content: '\ec22';
}

.icon-favorite:before {
  content: '\ec23';
}

.icon-filter_list:before {
  content: '\ec24';
}

.icon-flag:before {
  content: '\ec25';
}

.icon-file_upload:before {
  content: '\ec26';
}

.icon-file_download:before {
  content: '\ec27';
}

.icon-favorite_outline:before {
  content: '\ec28';
}

.icon-extension:before {
  content: '\ec29';
}

.icon-filter:before {
  content: '\ec2a';
}

.icon-folder_open:before {
  content: '\ec2b';
}

.icon-fullscreen_exit:before {
  content: '\ec2e';
}

.icon-forward1:before {
  content: '\ec2f';
}

.icon-fullscreen:before {
  content: '\ec30';
}

.icon-forum:before {
  content: '\ec31';
}

.icon-grocery_store:before {
  content: '\ec32';
}

.icon-group_add1:before {
  content: '\ec33';
}

.icon-novice-circle:before {
  content: '\ec34';
}

.icon-import_export:before {
  content: '\ec35';
}

.icon-info1:before {
  content: '\ec37';
}

.icon-indeterminate_check_box:before {
  content: '\ec38';
}

.icon-gps_fixed:before {
  content: '\ec39';
}

.icon-info_outline:before {
  content: '\ec3a';
}

.icon-dashboard_customize:before {
  content: '\ec3b';
}

.icon-layers:before {
  content: '\ec3c';
}

.icon-launch:before {
  content: '\ec3e';
}

.icon-keyboard:before {
  content: '\ec40';
}

.icon-key1:before {
  content: '\ec41';
}

.icon-language:before {
  content: '\ec42';
}

.icon-map:before {
  content: '\ec43';
}

.icon-location_on:before {
  content: '\ec44';
}

.icon-link1:before {
  content: '\ec45';
}

.icon-list:before {
  content: '\ec46';
}

.icon-more_vert:before {
  content: '\ec47';
}

.icon-loop:before {
  content: '\ec48';
}

.icon-navigation:before {
  content: '\ec49';
}

.icon-build:before {
  content: '\ec4a';
}

.icon-more_horiz:before {
  content: '\ec4b';
}

.icon-widgets:before {
  content: '\ec4c';
}

.icon-notifications:before {
  content: '\ec4d';
}

.icon-notifications_none:before {
  content: '\ec4e';
}

.icon-play_arrow:before {
  content: '\ec4f';
}

.icon-play_circle_filled:before {
  content: '\ec50';
}

.icon-person_add:before {
  content: '\ec51';
}

.icon-phone:before {
  content: '\ec52';
}

.icon-notes:before {
  content: '\ec53';
}

.icon-location_off:before {
  content: '\ec54';
}

.icon-person:before {
  content: '\ec55';
}

.icon-playlist_add_check:before {
  content: '\ec56';
}

.icon-publish:before {
  content: '\ec57';
}

.icon-priority_high:before {
  content: '\ec58';
}

.icon-remove_circle_outline1:before {
  content: '\ec59';
}

.icon-play_circle_outline:before {
  content: '\ec5a';
}

.icon-remove_circle:before {
  content: '\ec5b';
}

.icon-playlist_add:before {
  content: '\ec5c';
}

.icon-replay:before {
  content: '\ec5d';
}

.icon-refresh1:before {
  content: '\ec5e';
}

.icon-save1:before {
  content: '\ec5f';
}

.icon-reply1:before {
  content: '\ec60';
}

.icon-reply_all:before {
  content: '\ec62';
}

.icon-report:before {
  content: '\ec63';
}

.icon-schedule_send:before {
  content: '\ec64';
}

.icon-save_alt:before {
  content: '\ec65';
}

.icon-school:before {
  content: '\ec66';
}

.icon-sort:before {
  content: '\ec67';
}

.icon-send:before {
  content: '\ec68';
}

.icon-security:before {
  content: '\ec69';
}

.icon-sentiment_very_satisfied:before {
  content: '\ec6a';
}

.icon-share1:before {
  content: '\ec6b';
}

.icon-search1:before {
  content: '\ec6c';
}

.icon-settings1:before {
  content: '\ec6d';
}

.icon-group:before {
  content: '\ec6e';
}

.icon-label:before {
  content: '\ec6f';
}

.icon-swap_vert:before {
  content: '\ec70';
}

.icon-star_half:before {
  content: '\ec71';
}

.icon-star_outline:before {
  content: '\ec72';
}

.icon-stars:before {
  content: '\ec73';
}

.icon-supervised_user_circle:before {
  content: '\ec74';
}

.icon-star:before {
  content: '\ec75';
}

.icon-swap_horiz:before {
  content: '\ec76';
}

.icon-textsms:before {
  content: '\ec77';
}

.icon-thumb_down:before {
  content: '\ec78';
}

.icon-toys:before {
  content: '\ec79';
}

.icon-verified_user:before {
  content: '\ec7a';
}

.icon-toggle_off:before {
  content: '\ec7b';
}

.icon-thumb_up:before {
  content: '\ec7c';
}

.icon-view_module:before {
  content: '\ec7d';
}

.icon-toggle_on:before {
  content: '\ec7e';
}

.icon-tune:before {
  content: '\ec7f';
}

.icon-update:before {
  content: '\ec80';
}

.icon-warning:before {
  content: '\ec81';
}

.icon-stats_bar_chart:before {
  content: '\ebe8';
}

.icon-stats_line_chart:before {
  content: '\ebe9';
}

.icon-stats_bubble_chart:before {
  content: '\ebea';
}

.icon-stats_numerical_chart:before {
  content: '\ebec';
}

.icon-stats_biaxial_chart:before {
  content: '\ebee';
}

.icon-stats_funnel_chart:before {
  content: '\ebef';
}

.icon-stats_radar_chart:before {
  content: '\ebf0';
}

.icon-crop_original:before {
  content: '\e8a8';
}

.icon-lightbulb_outline:before {
  content: '\e9a8';
}

.icon-systemMessagee:before {
  content: '\eaa8';
}

.icon-workflow_webhook:before {
  content: '\eba8';
}

.icon-cloudy_18:before {
  content: '\e8a9';
}

.icon-limit-manager:before {
  content: '\e9a9';
}

.icon-score-flash:before {
  content: '\eaa9';
}

.icon-workflow_one:before {
  content: '\eba9';
}

.icon-check_box:before {
  content: '\e8aa';
}

.icon-task-a-to-z:before {
  content: '\eaaa';
}

.icon-screen_3:before {
  content: '\ebaa';
}

.icon-data-source:before {
  content: '\e8ab';
}

.icon-mobile:before {
  content: '\e9ab';
}

.icon-workflow_write:before {
  content: '\ebab';
}

.icon-custom-description:before {
  content: '\e8ac';
}

.icon-like:before {
  content: '\e9ac';
}

.icon-task-apply:before {
  content: '\eaac';
}

.icon-tokc:before {
  content: '\ebac';
}

.icon-custom_work:before {
  content: '\e8ad';
}

.icon-mmap:before {
  content: '\e9ad';
}

.icon-task-star:before {
  content: '\eaad';
}

.icon-transport:before {
  content: '\ebad';
}

.icon-custom_folder_2:before {
  content: '\e8ae';
}

.icon-navigate_before:before {
  content: '\e9ae';
}

.icon-circle:before {
  content: '\e8af';
}

.icon-navigate_next:before {
  content: '\e9af';
}

.icon-delete:before {
  content: '\e8b0';
}

.icon-low-priority:before {
  content: '\e9b0';
}

.icon-task-state-pie:before {
  content: '\eab0';
}

.icon-tool-setting:before {
  content: '\ebb0';
}

.icon-delete_12:before {
  content: '\e8b1';
}

.icon-mytasktoday:before {
  content: '\e9b1';
}

.icon-screen_4:before {
  content: '\ebb1';
}

.icon-delete_out:before {
  content: '\e8b2';
}

.icon-navigation_key:before {
  content: '\e9b2';
}

.icon-task-card:before {
  content: '\eab2';
}

.icon-set_administrator:before {
  content: '\ebb2';
}

.icon-comparison:before {
  content: '\e8b3';
}

.icon-location:before {
  content: '\e9b3';
}

.icon-workflow_other:before {
  content: '\ebb3';
}

.icon-Narrow:before {
  content: '\e9b4';
}

.icon-task-add-member-circle:before {
  content: '\eab4';
}

.icon-workflow_contacts:before {
  content: '\ebb4';
}

.icon-custom_label:before {
  content: '\e8b5';
}

.icon-looks_two:before {
  content: '\e9b5';
}

.icon-task-complete:before {
  content: '\eab5';
}

.icon-workflow_cycle:before {
  content: '\ebb5';
}

.icon-discussion:before {
  content: '\e8b6';
}

.icon-mail_9:before {
  content: '\e9b6';
}

.icon-task-category-double:before {
  content: '\eab6';
}

.icon-workflow_delayed:before {
  content: '\ebb6';
}

.icon-custom_business_center:before {
  content: '\e8b7';
}

.icon-more_03:before {
  content: '\e9b7';
}

.icon-task-status-doing:before {
  content: '\eab7';
}

.icon-worksheet_narrow:before {
  content: '\ebb7';
}

.icon-dns1:before {
  content: '\e8b8';
}

.icon-locate:before {
  content: '\e9b8';
}

.icon-task-filter:before {
  content: '\eab8';
}

.icon-screen_5:before {
  content: '\ebb8';
}

.icon-dictionary:before {
  content: '\e8b9';
}

.icon-myUpload:before {
  content: '\e9b9';
}

.icon-richtext:before {
  content: '\eab9';
}

.icon-workflow:before {
  content: '\ebb9';
}

.icon-custom_package:before {
  content: '\e8ba';
}

.icon-rotate:before {
  content: '\eaba';
}

.icon-done_2:before {
  content: '\e8bb';
}

.icon-maximizing_b:before {
  content: '\e9bb';
}

.icon-pc-mac-circle:before {
  content: '\eabb';
}

.icon-top-priority:before {
  content: '\ebbb';
}

.icon-dingding:before {
  content: '\e8bc';
}

.icon-more-actions:before {
  content: '\e9bc';
}

.icon-save:before {
  content: '\eabc';
}

.icon-zendeskHelp-qrcode:before {
  content: '\ebbc';
}

.icon-maximizing:before {
  content: '\e9bd';
}

.icon-role-approval2:before {
  content: '\eabd';
}

.icon-settings:before {
  content: '\ebbd';
}

.icon-descending-order2:before {
  content: '\e8be';
}

.icon-mingdao:before {
  content: '\e9be';
}

.icon-people:before {
  content: '\eabe';
}

.icon-widget_dynamic_empty:before {
  content: '\ebbe';
}

.icon-descending-order:before {
  content: '\e8bf';
}

.icon-menu-02:before {
  content: '\e9bf';
}

.icon-people_alt_6:before {
  content: '\eabf';
}

.icon-topic_conversation:before {
  content: '\ebbf';
}

.icon-download_client:before {
  content: '\e8c0';
}

.icon-message:before {
  content: '\e9c0';
}

.icon-task-status-extended:before {
  content: '\eac0';
}

.icon-download:before {
  content: '\e8c1';
}

.icon-minus-square:before {
  content: '\e9c1';
}

.icon-task-status-no:before {
  content: '\eac1';
}

.icon-workflow_two:before {
  content: '\ebc1';
}

.icon-defaultFile:before {
  content: '\e8c2';
}

.icon-migrate-circle:before {
  content: '\e9c2';
}

.icon-task-folder-charge:before {
  content: '\eac2';
}

.icon-topbar-addressList:before {
  content: '\ebc2';
}

.icon-double-loop:before {
  content: '\e8c3';
}

.icon-peaper:before {
  content: '\eac3';
}

.icon-project_research_development:before {
  content: '\ebc3';
}

.icon-drafts_approval:before {
  content: '\e8c4';
}

.icon-new_powerpoint:before {
  content: '\e9c4';
}

.icon-task-filter2:before {
  content: '\eac4';
}

.icon-project_other:before {
  content: '\ebc4';
}

.icon-disposed:before {
  content: '\e8c5';
}

.icon-new_word:before {
  content: '\e9c5';
}

.icon-personnel:before {
  content: '\eac5';
}

.icon-zip:before {
  content: '\ebc5';
}

.icon-custom_work_line:before {
  content: '\e8c6';
}

.icon-more-invitation:before {
  content: '\e9c6';
}

.icon-pdf1:before {
  content: '\eac6';
}

.icon-zendeskHelp-money:before {
  content: '\ebc6';
}

.icon-drag_content_config2:before {
  content: '\e8c7';
}

.icon-personalDataCommunication:before {
  content: '\eac7';
}

.icon-zendeskHelp-code:before {
  content: '\ebc7';
}

.icon-drag_content_config:before {
  content: '\e8c8';
}

.icon-move:before {
  content: '\e9c8';
}

.icon-search:before {
  content: '\eac8';
}

.icon-zendeskHelp-suggest:before {
  content: '\ebc8';
}

.icon-done_all:before {
  content: '\e8c9';
}

.icon-more:before {
  content: '\e9c9';
}

.icon-screen_7:before {
  content: '\eac9';
}

.icon-z:before {
  content: '\ebc9';
}

.icon-delete2:before {
  content: '\e8ca';
}

.icon-moreop:before {
  content: '\e9ca';
}

.icon-screen_6:before {
  content: '\eaca';
}

.icon-worksheet_pie_chart:before {
  content: '\ebca';
}

.icon-drag-horizontal:before {
  content: '\e8cb';
}

.icon-myaccount:before {
  content: '\e9cb';
}

.icon-picture:before {
  content: '\eacb';
}

.icon-setting:before {
  content: '\ebcb';
}

.icon-drag_indicator:before {
  content: '\e8cc';
}

.icon-mytasklongafter:before {
  content: '\e9cc';
}

.icon-play:before {
  content: '\eacc';
}

.icon-zendeskHelp-bug:before {
  content: '\ebcc';
}

.icon-drag-cursor:before {
  content: '\e8cd';
}

.icon-multi_level:before {
  content: '\e9cd';
}

.icon-people_5:before {
  content: '\eacd';
}

.icon-drop_down_menu:before {
  content: '\e8ce';
}

.icon-mytasksoon:before {
  content: '\e9ce';
}

.icon-play-circle:before {
  content: '\eace';
}

.icon-workbench:before {
  content: '\ebce';
}

.icon-dynamic2:before {
  content: '\e8cf';
}

.icon-Objects:before {
  content: '\e9cf';
}

.icon-worksheet_polyline:before {
  content: '\ebcf';
}

.icon-developer:before {
  content: '\e8d0';
}

.icon-official-group:before {
  content: '\e9d0';
}

.icon-task-zoom:before {
  content: '\ead0';
}

.icon-worksheet_API:before {
  content: '\ebd0';
}

.icon-dynamicDisplay:before {
  content: '\e8d1';
}

.icon-ok:before {
  content: '\e9d1';
}

.icon-task-trust:before {
  content: '\ead1';
}

.icon-workflow_add:before {
  content: '\ebd1';
}

.icon-dynamic:before {
  content: '\e8d2';
}

.icon-new_excel:before {
  content: '\e9d2';
}

.icon-plus-interest:before {
  content: '\ead2';
}

.icon-draft-box:before {
  content: '\e8d3';
}

.icon-localUpload:before {
  content: '\e9d3';
}

.icon-task-switching:before {
  content: '\ead3';
}

.icon-set_up:before {
  content: '\ebd3';
}

.icon-earnings:before {
  content: '\e8d4';
}

.icon-order-alipay:before {
  content: '\e9d4';
}

.icon-task-worksheet:before {
  content: '\ead4';
}

.icon-worksheet_enlarge:before {
  content: '\ebd4';
}

.icon-limit-principal:before {
  content: '\e9d5';
}

.icon-pic:before {
  content: '\ead5';
}

.icon-translate:before {
  content: '\ebd5';
}

.icon-text_map:before {
  content: '\ead6';
}

.icon-worksheet_rise:before {
  content: '\ebd6';
}

.icon-edit_17:before {
  content: '\e8d7';
}

.icon-network-circle:before {
  content: '\e9d7';
}

.icon-worksheet_transverse:before {
  content: '\ebd7';
}

.icon-emailCon:before {
  content: '\e8d8';
}

.icon-open-border:before {
  content: '\e9d8';
}

.icon-text_bold2:before {
  content: '\ead8';
}

.icon-worksheet_statistics:before {
  content: '\ebd8';
}

.icon-emoji_emotions_25:before {
  content: '\e8d9';
}

.icon-overdue_network:before {
  content: '\e9d9';
}

.icon-text:before {
  content: '\ead9';
}

.icon-sp_local_shipping2_white:before {
  content: '\ebd9';
}

.icon-padding:before {
  content: '\e9da';
}

.icon-project_hr:before {
  content: '\ebda';
}

.icon-e-signature:before {
  content: '\e8db';
}

.icon-outil_capture:before {
  content: '\e9db';
}

.icon-sp_local_gas_station_white:before {
  content: '\ebdb';
}

.icon-emoji_objects_26:before {
  content: '\e8dc';
}

.icon-payment3:before {
  content: '\e9dc';
}

.icon-thumb_up_14:before {
  content: '\eadc';
}

.icon-progress-circle:before {
  content: '\ebdc';
}

.icon-Empty_nokey:before {
  content: '\e8dd';
}

.icon-redo:before {
  content: '\e9dd';
}

.icon-tel:before {
  content: '\eadd';
}

.icon-set_top:before {
  content: '\ebdd';
}

.icon-dynamic-empty:before {
  content: '\e8de';
}

.icon-refresh:before {
  content: '\e9de';
}

.icon-to-feed-circle:before {
  content: '\eade';
}

.icon-worksheet_column_chart:before {
  content: '\ebde';
}

.icon-Empty:before {
  content: '\e8df';
}

.icon-to-chat-circle:before {
  content: '\eadf';
}

.icon-zoom_in2:before {
  content: '\ebdf';
}

.icon-empty_link:before {
  content: '\e8e0';
}

.icon-out:before {
  content: '\e9e0';
}

.icon-the-bottom:before {
  content: '\eae0';
}

.icon-worksheet_public:before {
  content: '\ebe0';
}

.icon-Empty_data:before {
  content: '\e8e1';
}

.icon-package:before {
  content: '\e9e1';
}

.icon-to-kc-circle:before {
  content: '\eae1';
}

.icon-zoom_out:before {
  content: '\ebe1';
}

.icon-enter:before {
  content: '\e8e2';
}

.icon-password:before {
  content: '\e9e2';
}

.icon-task_custom_room:before {
  content: '\eae2';
}

.icon-workflow_three:before {
  content: '\ebe2';
}

.icon-Empty_Noposition:before {
  content: '\e8e3';
}

.icon-recently_viewed:before {
  content: '\e9e3';
}

.icon-task_custom_polymer:before {
  content: '\eae3';
}

.icon-empty_member:before {
  content: '\e8e4';
}

.icon-resend:before {
  content: '\e9e4';
}

.icon-task_custom_settings_phone1:before {
  content: '\eae4';
}

.icon-project_online_retailers:before {
  content: '\ebe4';
}

.icon-enlarge:before {
  content: '\e8e5';
}

.icon-resize_width:before {
  content: '\e9e5';
}

.icon-task_custom_settings_phone:before {
  content: '\eae5';
}

.icon-worksheet_numerical:before {
  content: '\ebe5';
}

.icon-editor-font:before {
  content: '\e8e6';
}

.icon-restart:before {
  content: '\e9e6';
}

.icon-task_custom_salary:before {
  content: '\eae6';
}

.icon-sp_location_city_white:before {
  content: '\ebe6';
}

.icon-enterprise_network:before {
  content: '\e8e7';
}

.icon-Rectangle:before {
  content: '\e9e7';
}

.icon-position:before {
  content: '\eae7';
}

.icon-worksheet:before {
  content: '\ebe7';
}

.icon-event_note2:before {
  content: '\e8e8';
}

.icon-phone2:before {
  content: '\e9e8';
}

.icon-task-have-in:before {
  content: '\eae8';
}

.icon-enterprise_tool:before {
  content: '\e8e9';
}

.icon-report-circle:before {
  content: '\e9e9';
}

.icon-task_custom_starred-gray:before {
  content: '\eae9';
}

.icon-exit_to_app2:before {
  content: '\e8ea';
}

.icon-phonelink:before {
  content: '\e9ea';
}

.icon-error:before {
  content: '\e8eb';
}

.icon-restore2:before {
  content: '\e9eb';
}

.icon-task_custom_ic_task_internet1:before {
  content: '\eaeb';
}

.icon-enterprise_network1:before {
  content: '\e8ec';
}

.icon-refresh2:before {
  content: '\e9ec';
}

.icon-task_custom_looks_6:before {
  content: '\eaec';
}

.icon-newwaytowork:before {
  content: '\e9ed';
}

.icon-task_custom_iso:before {
  content: '\eaed';
}

.icon-enterprise_wechat:before {
  content: '\e8ee';
}

.icon-phone22:before {
  content: '\e9ee';
}

.icon-task_custom_ic_task_internet:before {
  content: '\eaee';
}

.icon-enterprise_Welink:before {
  content: '\e8ef';
}

.icon-local_file:before {
  content: '\e9ef';
}

.icon-task_custom_hash:before {
  content: '\eaef';
}

.icon-examination_approval_color:before {
  content: '\e8f0';
}

.icon-print:before {
  content: '\e9f0';
}

.icon-task-model-three:before {
  content: '\eaf0';
}

.icon-expand_more:before {
  content: '\e8f1';
}

.icon-process_template:before {
  content: '\e9f1';
}

.icon-quote-left:before {
  content: '\eaf1';
}

.icon-expand_less:before {
  content: '\e8f2';
}

.icon-photo:before {
  content: '\e9f2';
}

.icon-task-msg-reply:before {
  content: '\eaf2';
}

.icon-exit:before {
  content: '\e8f3';
}

.icon-private-letter:before {
  content: '\e9f3';
}

.icon-user:before {
  content: '\eaf3';
}

.icon-expense-reimbursement:before {
  content: '\e8f4';
}

.icon-private-group:before {
  content: '\e9f4';
}

.icon-newwindow:before {
  content: '\eaf4';
}

.icon-Export_user:before {
  content: '\e8f5';
}

.icon-ppt:before {
  content: '\e9f5';
}

.icon-nextpage:before {
  content: '\eaf5';
}

.icon-expand:before {
  content: '\e8f6';
}

.icon-photo_camera_20:before {
  content: '\e9f6';
}

.icon-radio:before {
  content: '\eaf6';
}

.icon-export:before {
  content: '\e8f7';
}

.icon-procurement:before {
  content: '\e9f7';
}

.icon-quote-right:before {
  content: '\eaf7';
}

.icon-external_collaboration:before {
  content: '\e8f8';
}

.icon-shared_folder:before {
  content: '\e9f8';
}

.icon-sp_devices_other_white:before {
  content: '\eaf8';
}

.icon-extra-work:before {
  content: '\e8f9';
}

.icon-mailBox-1:before {
  content: '\e9f9';
}

.icon-not-download:before {
  content: '\eaf9';
}

.icon-abstract:before {
  content: '\e7fa';
}

.icon-file:before {
  content: '\e8fa';
}

.icon-procurement2:before {
  content: '\e9fa';
}

.icon-sync-schedule-circle:before {
  content: '\eafa';
}

.icon-a_z:before {
  content: '\e7fb';
}

.icon-flip_to_back:before {
  content: '\e8fb';
}

.icon-mailbox:before {
  content: '\e9fb';
}

.icon-verify:before {
  content: '\eafb';
}

.icon-Adaptive:before {
  content: '\e7fc';
}

.icon-flash_on1:before {
  content: '\e8fc';
}

.icon-manage:before {
  content: '\e9fc';
}

.icon-sp_directions_car_white:before {
  content: '\eafc';
}

.icon-add_software:before {
  content: '\e7fd';
}

.icon-file-empty:before {
  content: '\e8fd';
}

.icon-looks_one:before {
  content: '\e9fd';
}

.icon-next-02:before {
  content: '\eafd';
}

.icon-feed:before {
  content: '\e8fe';
}

.icon-share-folder-circle:before {
  content: '\e9fe';
}

.icon-task-folder-solid:before {
  content: '\eafe';
}

.icon-0_Sideslip:before {
  content: '\e7ff';
}

.icon-favorite2:before {
  content: '\e8ff';
}

.icon-share-circle:before {
  content: '\e9ff';
}

.icon-add-files:before {
  content: '\e800';
}

.icon-flag_10:before {
  content: '\e900';
}

.icon-problem_feedback:before {
  content: '\ea00';
}

.icon-task-folder-slide-sort:before {
  content: '\eb00';
}

.icon-addapplication:before {
  content: '\e801';
}

.icon-filter-none:before {
  content: '\e901';
}

.icon-profile:before {
  content: '\ea01';
}

.icon-add-member22:before {
  content: '\e802';
}

.icon-folder_shared:before {
  content: '\e902';
}

.icon-process:before {
  content: '\ea02';
}

.icon-visiting-card:before {
  content: '\eb02';
}

.icon-add-contact-circle:before {
  content: '\e803';
}

.icon-flight_takeoff:before {
  content: '\e903';
}

.icon-price_flagship:before {
  content: '\ea03';
}

.icon-widgets2:before {
  content: '\eb03';
}

.icon-addapplication2:before {
  content: '\e804';
}

.icon-eye:before {
  content: '\e904';
}

.icon-share:before {
  content: '\ea04';
}

.icon-votenobg:before {
  content: '\eb04';
}

.icon-add-member2:before {
  content: '\e805';
}

.icon-forward2:before {
  content: '\e905';
}

.icon-sidebar_blog:before {
  content: '\ea05';
}

.icon-personalDataCommunication2:before {
  content: '\eb05';
}

.icon-follow:before {
  content: '\e906';
}

.icon-sp_headset_mic_white:before {
  content: '\ea06';
}

.icon-addmamagehandle:before {
  content: '\e807';
}

.icon-folder-sort:before {
  content: '\e907';
}

.icon-sp_hydropower_coal_white:before {
  content: '\ea07';
}

.icon-watch_later:before {
  content: '\eb07';
}

.icon-adddoc:before {
  content: '\e808';
}

.icon-folder-public:before {
  content: '\e908';
}

.icon-sp_flight_takeoff2_white:before {
  content: '\ea08';
}

.icon-watch_latersvg_22:before {
  content: '\eb08';
}

.icon-food:before {
  content: '\e909';
}

.icon-shortMessage:before {
  content: '\ea09';
}

.icon-screen_8:before {
  content: '\eb09';
}

.icon-folder-private:before {
  content: '\e90a';
}

.icon-shareLink:before {
  content: '\ea0a';
}

.icon-wc-outgroup:before {
  content: '\eb0a';
}

.icon-addresslist-newfriend:before {
  content: '\e80b';
}

.icon-folder-open:before {
  content: '\e90b';
}

.icon-sp_hospital_white:before {
  content: '\ea0b';
}

.icon-task-tag:before {
  content: '\eb0b';
}

.icon-folder:before {
  content: '\e90c';
}

.icon-sp_filter_none_white:before {
  content: '\ea0c';
}

.icon-task-today:before {
  content: '\eb0c';
}

.icon-addressbook:before {
  content: '\e80d';
}

.icon-form-templates:before {
  content: '\e90d';
}

.icon-project-add:before {
  content: '\ea0d';
}

.icon-admin-flag:before {
  content: '\e80e';
}

.icon-forward:before {
  content: '\e90e';
}

.icon-project-open:before {
  content: '\ea0e';
}

.icon-task-status-today:before {
  content: '\eb0e';
}

.icon-admin-main:before {
  content: '\e80f';
}

.icon-folder-top:before {
  content: '\e90f';
}

.icon-project_trending_up:before {
  content: '\ea0f';
}

.icon-all-network:before {
  content: '\e810';
}

.icon-global:before {
  content: '\e910';
}

.icon-project-new:before {
  content: '\ea10';
}

.icon-vsd:before {
  content: '\eb10';
}

.icon-advance:before {
  content: '\e811';
}

.icon-goprev:before {
  content: '\e911';
}

.icon-shopping_7:before {
  content: '\ea11';
}

.icon-task-member-status:before {
  content: '\eb11';
}

.icon-admin-apps:before {
  content: '\e812';
}

.icon-full_screen:before {
  content: '\e912';
}

.icon-notebook:before {
  content: '\ea12';
}

.icon-task-listnew:before {
  content: '\eb12';
}

.icon-all_reply:before {
  content: '\e813';
}

.icon-free-model:before {
  content: '\e913';
}

.icon-project_template:before {
  content: '\ea13';
}

.icon-task-list-new:before {
  content: '\eb13';
}

.icon-admin:before {
  content: '\e814';
}

.icon-forword:before {
  content: '\e914';
}

.icon-notShareLink:before {
  content: '\ea14';
}

.icon-task-list:before {
  content: '\eb14';
}

.icon-allow-download:before {
  content: '\e815';
}

.icon-go_out:before {
  content: '\e915';
}

.icon-sidebar_application_library:before {
  content: '\ea15';
}

.icon-sp_store_mall_directory_white:before {
  content: '\eb15';
}

.icon-addmamagehandle2:before {
  content: '\e816';
}

.icon-gonext:before {
  content: '\e916';
}

.icon-admin-tool:before {
  content: '\e817';
}

.icon-free_breakfast_23:before {
  content: '\e917';
}

.icon-reply:before {
  content: '\ea17';
}

.icon-sp_style_white:before {
  content: '\eb17';
}

.icon-addto-folder:before {
  content: '\e818';
}

.icon-project-management:before {
  content: '\ea18';
}

.icon-sidebar_connection_application:before {
  content: '\eb18';
}

.icon-app_grouping:before {
  content: '\e819';
}

.icon-gantt_chart:before {
  content: '\e919';
}

.icon-noun_427236_cc:before {
  content: '\ea19';
}

.icon-sp_watch_later_white:before {
  content: '\eb19';
}

.icon-application_custom:before {
  content: '\e81a';
}

.icon-framework:before {
  content: '\e91a';
}

.icon-repeal-o:before {
  content: '\ea1a';
}

.icon-sidebar_calendar:before {
  content: '\eb1a';
}

.icon-group-members:before {
  content: '\e91b';
}

.icon-replyto:before {
  content: '\ea1b';
}

.icon-sidebar_help:before {
  content: '\eb1b';
}

.icon-Apple:before {
  content: '\e81c';
}

.icon-groupExit:before {
  content: '\e91c';
}

.icon-register:before {
  content: '\ea1c';
}

.icon-sp_newspaper_white:before {
  content: '\eb1c';
}

.icon-group-announcement:before {
  content: '\e91d';
}

.icon-link-worksheet:before {
  content: '\ea1d';
}

.icon-sidebar_dynamic:before {
  content: '\eb1d';
}

.icon-address_list_color:before {
  content: '\e81e';
}

.icon-group_add:before {
  content: '\e91e';
}

.icon-sp_floret_white:before {
  content: '\ea1e';
}

.icon-task_custom_markunread:before {
  content: '\eb1e';
}

.icon-arrow-back:before {
  content: '\e81f';
}

.icon-grain:before {
  content: '\e91f';
}

.icon-sp_week_white:before {
  content: '\eb1f';
}

.icon-approval_leaving2:before {
  content: '\e820';
}

.icon-h5_external:before {
  content: '\e920';
}

.icon-relate-circle:before {
  content: '\ea20';
}

.icon-apps:before {
  content: '\e821';
}

.icon-h5_sort:before {
  content: '\e921';
}

.icon-link:before {
  content: '\ea21';
}

.icon-task_custom_mode_edit:before {
  content: '\eb21';
}

.icon-h5_reply:before {
  content: '\e922';
}

.icon-relate:before {
  content: '\ea22';
}

.icon-star_3:before {
  content: '\eb22';
}

.icon-arrow-left-border:before {
  content: '\e823';
}

.icon-limit-visitors:before {
  content: '\ea23';
}

.icon-sp_work_white:before {
  content: '\eb23';
}

.icon-application:before {
  content: '\e824';
}

.icon-h5_search:before {
  content: '\e924';
}

.icon-task_custom_phone_android1:before {
  content: '\eb24';
}

.icon-arrow-down:before {
  content: '\e825';
}

.icon-h5_star:before {
  content: '\e925';
}

.icon-sp_assignment_white:before {
  content: '\ea25';
}

.icon-task_custom_pin_drop:before {
  content: '\eb25';
}

.icon-arrow-right-border-tip:before {
  content: '\e826';
}

.icon-heartbreak:before {
  content: '\e926';
}

.icon-sp_account_balance_wallet_white:before {
  content: '\ea26';
}

.icon-smile:before {
  content: '\eb26';
}

.icon-arrow_drop_down_circle1:before {
  content: '\e827';
}

.icon-heart_4:before {
  content: '\e927';
}

.icon-remove_circle_outline:before {
  content: '\ea27';
}

.icon-unauthorized:before {
  content: '\eb27';
}

.icon-arrow-left-tip:before {
  content: '\e828';
}

.icon-help_outline:before {
  content: '\e928';
}

.icon-sp_date_range_white:before {
  content: '\ea28';
}

.icon-task_custom_personnel:before {
  content: '\eb28';
}

.icon-arrow-left-border-tip:before {
  content: '\e829';
}

.icon-help:before {
  content: '\e929';
}

.icon-sp_phone_white:before {
  content: '\ea29';
}

.icon-task_custom_phone_android:before {
  content: '\eb29';
}

.icon-arrow-up:before {
  content: '\e82a';
}

.icon-hierarchy:before {
  content: '\e92a';
}

.icon-sp_day_white:before {
  content: '\ea2a';
}

.icon-task_custom_date_range3:before {
  content: '\eb2a';
}

.icon-arrow-right-tip:before {
  content: '\e82b';
}

.icon-h5_time:before {
  content: '\e92b';
}

.icon-sp_payment_white:before {
  content: '\ea2b';
}

.icon-txt:before {
  content: '\eb2b';
}

.icon-sidebar-more:before {
  content: '\e82c';
}

.icon-help_center:before {
  content: '\e92c';
}

.icon-sp_beach_access_white:before {
  content: '\ea2c';
}

.icon-task_custom_phone:before {
  content: '\eb2c';
}

.icon-sp_class_white:before {
  content: '\ea2d';
}

.icon-task_custom_department:before {
  content: '\eb2d';
}

.icon-arrow-vertical:before {
  content: '\e82e';
}

.icon-help2:before {
  content: '\e92e';
}

.icon-sp_description_white:before {
  content: '\ea2e';
}

.icon-task_custom_flag:before {
  content: '\eb2e';
}

.icon-ascending-order:before {
  content: '\e82f';
}

.icon-help_top:before {
  content: '\e92f';
}

.icon-sp_check_white:before {
  content: '\ea2f';
}

.icon-task_custom_event_note:before {
  content: '\eb2f';
}

.icon-assignment_returned:before {
  content: '\e830';
}

.icon-home-navigation:before {
  content: '\e930';
}

.icon-notifications_11:before {
  content: '\ea30';
}

.icon-task_custom_excel_01:before {
  content: '\eb30';
}

.icon-appDownload:before {
  content: '\e831';
}

.icon-sp_compact2_white:before {
  content: '\ea31';
}

.icon-task_custom_form:before {
  content: '\eb31';
}

.icon-sp_pin_drop_white:before {
  content: '\ea32';
}

.icon-back-02:before {
  content: '\e833';
}

.icon-home-knowledge:before {
  content: '\e933';
}

.icon-smilingFace:before {
  content: '\ea33';
}

.icon-arrow-down-border:before {
  content: '\e834';
}

.icon-home-calender:before {
  content: '\e934';
}

.icon-some-praise:before {
  content: '\ea34';
}

.icon-widget_examine_empty:before {
  content: '\eb34';
}

.icon-sp_pregnant_woman_white:before {
  content: '\ea35';
}

.icon-task-msgnew:before {
  content: '\eb35';
}

.icon-baseline_menu:before {
  content: '\e836';
}

.icon-home-task:before {
  content: '\e936';
}

.icon-sp_shopping_basket2_white:before {
  content: '\ea36';
}

.icon-uni7052:before {
  content: '\eb36';
}

.icon-attachment:before {
  content: '\e837';
}

.icon-home-contacts:before {
  content: '\e937';
}

.icon-sp_post_exchange_white:before {
  content: '\ea37';
}

.icon-task-new-delete:before {
  content: '\eb37';
}

.icon-batchCollection:before {
  content: '\e838';
}

.icon-home_page:before {
  content: '\e938';
}

.icon-sp_card_giftcard_white:before {
  content: '\ea38';
}

.icon-uniE9B5:before {
  content: '\eb38';
}

.icon-ascending-order2:before {
  content: '\e839';
}

.icon-sp_restaurant_menu_white:before {
  content: '\ea39';
}

.icon-uniEC54:before {
  content: '\eb39';
}

.icon-advanced:before {
  content: '\e83a';
}

.icon-sp_shopping_cart_white:before {
  content: '\ea3a';
}

.icon-task-new-print:before {
  content: '\eb3a';
}

.icon-account-setting:before {
  content: '\e83b';
}

.icon-hr_education:before {
  content: '\e93b';
}

.icon-sp_reimbursement_white:before {
  content: '\ea3b';
}

.icon-upload:before {
  content: '\eb3b';
}

.icon-badge:before {
  content: '\e83c';
}

.icon-hr_arrow:before {
  content: '\e93c';
}

.icon-sp_salary2_white:before {
  content: '\ea3c';
}

.icon-task-point-more:before {
  content: '\eb3c';
}

.icon-bar_addressbook:before {
  content: '\e83d';
}

.icon-hr_delete:before {
  content: '\e93d';
}

.icon-sp_poll2_white:before {
  content: '\ea3d';
}

.icon-uploaddoc:before {
  content: '\eb3d';
}

.icon-bellSchedule:before {
  content: '\e83e';
}

.icon-hr_batch_add:before {
  content: '\e93e';
}

.icon-task_custom_checkbox:before {
  content: '\ea3e';
}

.icon-task-pigeonhole:before {
  content: '\eb3e';
}

.icon-bimfish:before {
  content: '\e83f';
}

.icon-hr_edit:before {
  content: '\e93f';
}

.icon-task_composite_text:before {
  content: '\ea3f';
}

.icon-url:before {
  content: '\eb3f';
}

.icon-bottom:before {
  content: '\e840';
}

.icon-hr_check_work_attendance:before {
  content: '\e940';
}

.icon-sp_assignment_turned_in_white:before {
  content: '\ea40';
}

.icon-task-reply-msg:before {
  content: '\eb40';
}

.icon-arrow-right:before {
  content: '\e841';
}

.icon-hr_custom:before {
  content: '\e941';
}

.icon-task_custom_amount_money:before {
  content: '\ea41';
}

.icon-bear:before {
  content: '\e842';
}

.icon-hr_allocation:before {
  content: '\e942';
}

.icon-task_custom_attachment:before {
  content: '\ea42';
}

.icon-user_activation:before {
  content: '\eb42';
}

.icon-task_custom_amount_money_capital:before {
  content: '\ea43';
}

.icon-task-new-parent:before {
  content: '\eb43';
}

.icon-android:before {
  content: '\e844';
}

.icon-hr_configure:before {
  content: '\e944';
}

.icon-task_custom_date_range2:before {
  content: '\ea44';
}

.icon-uploadFlat:before {
  content: '\eb44';
}

.icon-new_mail:before {
  content: '\ecc8';
}

.icon-bookmark:before {
  content: '\e845';
}

.icon-hr_ok:before {
  content: '\e945';
}

.icon-loading_button:before {
  content: '\ea45';
}

.icon-rank:before {
  content: '\eb45';
}

.icon-arrow-vertical2:before {
  content: '\e846';
}

.icon-hr_holiday:before {
  content: '\e946';
}

.icon-sp_developer_board_white:before {
  content: '\ea46';
}

.icon-widget_knowledge_empty:before {
  content: '\eb46';
}

.icon-hr_message_reminder:before {
  content: '\e947';
}

.icon-task_custom_assignment_ind:before {
  content: '\ea47';
}

.icon-score-thumb-up:before {
  content: '\eb47';
}

.icon-btn_cooperate:before {
  content: '\e848';
}

.icon-hr_phone:before {
  content: '\e948';
}

.icon-sp_accoun_balance_white:before {
  content: '\ea48';
}

.icon-vacation_empty:before {
  content: '\eb48';
}

.icon-admin-members:before {
  content: '\e849';
}

.icon-hr_position2:before {
  content: '\e949';
}

.icon-task_custom_btn_unfold:before {
  content: '\ea49';
}

.icon-bug:before {
  content: '\e84a';
}

.icon-hr_home:before {
  content: '\e94a';
}

.icon-task_custom_starred:before {
  content: '\ea4a';
}

.icon-task-circle:before {
  content: '\eb4a';
}

.icon-build_16:before {
  content: '\e84b';
}

.icon-hr_person_add:before {
  content: '\e94b';
}

.icon-sp_role_approval_white:before {
  content: '\ea4b';
}

.icon-task_summary:before {
  content: '\eb4b';
}

.icon-bim:before {
  content: '\e84c';
}

.icon-hr_export:before {
  content: '\e94c';
}

.icon-sp_percentage_white:before {
  content: '\ea4c';
}

.icon-video2:before {
  content: '\eb4c';
}

.icon-calander:before {
  content: '\e84d';
}

.icon-hr_essential_information:before {
  content: '\e94d';
}

.icon-task_custom_today:before {
  content: '\ea4d';
}

.icon-calendar-check:before {
  content: '\e84e';
}

.icon-hr_examination_approval:before {
  content: '\e94e';
}

.icon-task_custom_date_range:before {
  content: '\ea4e';
}

.icon-cake:before {
  content: '\e84f';
}

.icon-hr_surplus:before {
  content: '\e94f';
}

.icon-task_custom_subsection:before {
  content: '\ea4f';
}

.icon-rar:before {
  content: '\eb4f';
}

.icon-arrow_back:before {
  content: '\e850';
}

.icon-hr_webpage:before {
  content: '\e950';
}

.icon-task_set_administrator:before {
  content: '\ea50';
}

.icon-calendar-nocheck:before {
  content: '\e851';
}

.icon-hr_statistics:before {
  content: '\e951';
}

.icon-task_functions:before {
  content: '\ea51';
}

.icon-visibility_off1:before {
  content: '\eb51';
}

.icon-attach_money_15:before {
  content: '\e852';
}

.icon-hr_staff_update:before {
  content: '\e952';
}

.icon-link2:before {
  content: '\ea52';
}

.icon-task-today2:before {
  content: '\eb52';
}

.icon-calendar-confirmed:before {
  content: '\e853';
}

.icon-hr_time:before {
  content: '\e953';
}

.icon-task_sort:before {
  content: '\ea53';
}

.icon-widget_project_empty:before {
  content: '\eb53';
}

.icon-application_library:before {
  content: '\e854';
}

.icon-hr_position3:before {
  content: '\e954';
}

.icon-task_basic_application:before {
  content: '\ea54';
}

.icon-word:before {
  content: '\eb54';
}

.icon-calendar-synchro:before {
  content: '\e855';
}

.icon-hr_wages:before {
  content: '\e955';
}

.icon-succeed-circle:before {
  content: '\ea55';
}

.icon-work:before {
  content: '\eb55';
}

.icon-calendar-circle:before {
  content: '\e856';
}

.icon-hr_work_experience:before {
  content: '\e956';
}

.icon-star-hollow3:before {
  content: '\ea56';
}

.icon-tast_custom_btn_unfold:before {
  content: '\eb56';
}

.icon-calendartask:before {
  content: '\e857';
}

.icon-hr_staff:before {
  content: '\e957';
}

.icon-sp_edit_white:before {
  content: '\ea57';
}

.icon-calendar:before {
  content: '\e858';
}

.icon-hr_structure:before {
  content: '\e958';
}

.icon-stimulate:before {
  content: '\ea58';
}

.icon-wc-stop:before {
  content: '\eb58';
}

.icon-approval_leaving:before {
  content: '\e859';
}

.icon-hr_workbench:before {
  content: '\e959';
}

.icon-sp_featured_play_list_white:before {
  content: '\ea59';
}

.icon-sidebar_home_page:before {
  content: '\eb59';
}

.icon-capsule:before {
  content: '\e85a';
}

.icon-hr_work_location:before {
  content: '\e95a';
}

.icon-sp_question_answer_white:before {
  content: '\ea5a';
}

.icon-task-update1:before {
  content: '\eb5a';
}

.icon-calendar2:before {
  content: '\e85b';
}

.icon-ic_attachment_black:before {
  content: '\e95b';
}

.icon-sp_library_books_white:before {
  content: '\ea5b';
}

.icon-visibility_off:before {
  content: '\eb5b';
}

.icon-calendar-synchronous:before {
  content: '\e85c';
}

.icon-ic_indeterminate_check_box:before {
  content: '\e95c';
}

.icon-subprocess:before {
  content: '\ea5c';
}

.icon-pdf:before {
  content: '\eb5c';
}

.icon-ic_textsms_black:before {
  content: '\e95d';
}

.icon-screen_1:before {
  content: '\eb5d';
}

.icon-batch_import:before {
  content: '\e85e';
}

.icon-ic_title:before {
  content: '\e95e';
}

.icon-sp_import_contacts_white:before {
  content: '\ea5e';
}

.icon-view-upload:before {
  content: '\eb5e';
}

.icon-charger:before {
  content: '\e85f';
}

.icon-ic_toggle_on:before {
  content: '\e95f';
}

.icon-start_time:before {
  content: '\ea5f';
}

.icon-ic_refresh_black:before {
  content: '\e960';
}

.icon-sp_statistics_white:before {
  content: '\ea60';
}

.icon-workflow_failure:before {
  content: '\eb60';
}

.icon-category-tags:before {
  content: '\e861';
}

.icon-ic-adjust-department:before {
  content: '\e961';
}

.icon-subtable:before {
  content: '\ea61';
}

.icon-workflow_error:before {
  content: '\eb61';
}

.icon-chat_open:before {
  content: '\e862';
}

.icon-hr_wechat:before {
  content: '\e962';
}

.icon-task_custom_form1:before {
  content: '\eb62';
}

.icon-chat-bell-nopush:before {
  content: '\e863';
}

.icon-ic-head:before {
  content: '\e963';
}

.icon-workflow_new:before {
  content: '\eb63';
}

.icon-chat-at:before {
  content: '\e864';
}

.icon-ic-bottom:before {
  content: '\e964';
}

.icon-succeed-one-o:before {
  content: '\ea64';
}

.icon-workflow_failure1:before {
  content: '\eb64';
}

.icon-box_trial:before {
  content: '\e865';
}

.icon-ic_toggle_off:before {
  content: '\e965';
}

.icon-task_custom_watch_later:before {
  content: '\ea65';
}

.icon-project_sale:before {
  content: '\eb65';
}

.icon-chat-inputer-post:before {
  content: '\e866';
}

.icon-hr_merge:before {
  content: '\e966';
}

.icon-task-docs-solid:before {
  content: '\ea66';
}

.icon-workflow_info:before {
  content: '\eb66';
}

.icon-change-member:before {
  content: '\e867';
}

.icon-Import-failure:before {
  content: '\e967';
}

.icon-calendar-abstract:before {
  content: '\e868';
}

.icon-import:before {
  content: '\e968';
}

.icon-screen_normal:before {
  content: '\ea68';
}

.icon-workflow_empty:before {
  content: '\eb68';
}

.icon-in:before {
  content: '\e969';
}

.icon-workflow_ea:before {
  content: '\eb69';
}

.icon-chat-unline:before {
  content: '\e86a';
}

.icon-ic-line:before {
  content: '\e96a';
}

.icon-task-copy:before {
  content: '\ea6a';
}

.icon-workflow_email:before {
  content: '\eb6a';
}

.icon-chatnetwork-type4:before {
  content: '\e86b';
}

.icon-ic-top:before {
  content: '\e96b';
}

.icon-star-hollow2:before {
  content: '\ea6b';
}

.icon-user_Review:before {
  content: '\eb6b';
}

.icon-chat:before {
  content: '\e86c';
}

.icon-ic-statistics:before {
  content: '\e96c';
}

.icon-task-star2:before {
  content: '\eb6c';
}

.icon-chatnetwork-type2:before {
  content: '\e86d';
}

.icon-Import-success:before {
  content: '\e96d';
}

.icon-task-extension:before {
  content: '\ea6d';
}

.icon-widgetdownload:before {
  content: '\eb6d';
}

.icon-chatGroupRightExtension:before {
  content: '\e86e';
}

.icon-ic-worksheet-tag:before {
  content: '\e96e';
}

.icon-screen_active:before {
  content: '\ea6e';
}

.icon-saveToKnowledge:before {
  content: '\eb6e';
}

.icon-chatnetwork-type6:before {
  content: '\e86f';
}

.icon-inbox:before {
  content: '\e96f';
}

.icon-search-minus:before {
  content: '\ea6f';
}

.icon-score-up:before {
  content: '\eb6f';
}

.icon-chatnetwork-type5:before {
  content: '\e870';
}

.icon-install_client:before {
  content: '\e970';
}

.icon-plus:before {
  content: '\ea70';
}

.icon-workflow_ok:before {
  content: '\eb70';
}

.icon-chat-shake:before {
  content: '\e871';
}

.icon-inbox2:before {
  content: '\e971';
}

.icon-poll:before {
  content: '\ea71';
}

.icon-score-up2:before {
  content: '\eb71';
}

.icon-check_circle:before {
  content: '\e872';
}

.icon-info:before {
  content: '\e972';
}

.icon-sendingl_box:before {
  content: '\ea72';
}

.icon-task-color:before {
  content: '\eb72';
}

.icon-calendar-task:before {
  content: '\e873';
}

.icon-send_8:before {
  content: '\ea73';
}

.icon-weibo:before {
  content: '\eb73';
}

.icon-checkbox_01:before {
  content: '\e874';
}

.icon-ic-colwidth:before {
  content: '\e974';
}

.icon-screen_9:before {
  content: '\ea74';
}

.icon-score:before {
  content: '\eb74';
}

.icon-blogs:before {
  content: '\e875';
}

.icon-initiate_chat:before {
  content: '\e975';
}

.icon-send-mobilemessage:before {
  content: '\ea75';
}

.icon-task:before {
  content: '\eb75';
}

.icon-circulated:before {
  content: '\e876';
}

.icon-insert_photo_21:before {
  content: '\e976';
}

.icon-task-empty:before {
  content: '\ea76';
}

.icon-screen_2:before {
  content: '\eb76';
}

.icon-close:before {
  content: '\e877';
}

.icon-inbox-sysmessage:before {
  content: '\e977';
}

.icon-clear_1:before {
  content: '\e878';
}

.icon-inbox-calander:before {
  content: '\e978';
}

.icon-self:before {
  content: '\ea78';
}

.icon-wc-sysmsg:before {
  content: '\eb78';
}

.icon-button-edit:before {
  content: '\e879';
}

.icon-insect_24:before {
  content: '\e979';
}

.icon-sidebar_hr:before {
  content: '\ea79';
}

.icon-weixin:before {
  content: '\eb79';
}

.icon-close-border:before {
  content: '\e87a';
}

.icon-invite-email-circle:before {
  content: '\e97a';
}

.icon-task_custom_position:before {
  content: '\ea7a';
}

.icon-to-task-circle:before {
  content: '\eb7a';
}

.icon-check_work_attendance_color:before {
  content: '\e87b';
}

.icon-interrupt_button:before {
  content: '\e97b';
}

.icon-sidebar_video_tutorial:before {
  content: '\ea7b';
}

.icon-to-wechat-circle:before {
  content: '\eb7b';
}

.icon-post-circle-o:before {
  content: '\ea7c';
}

.icon-workflow_role:before {
  content: '\eb7c';
}

.icon-closeelement-bg-circle:before {
  content: '\e87d';
}

.icon-install:before {
  content: '\e97d';
}

.icon-sidebar_knowledge:before {
  content: '\ea7d';
}

.icon-uniD015:before {
  content: '\eb7d';
}

.icon-invite_members:before {
  content: '\e97e';
}

.icon-arrow-right-border:before {
  content: '\ea7e';
}

.icon-workflow_batch:before {
  content: '\eb7e';
}

.icon-company:before {
  content: '\e87f';
}

.icon-invite_others:before {
  content: '\e97f';
}

.icon-sidebar_map:before {
  content: '\ea7f';
}

.icon-workflow_search:before {
  content: '\eb7f';
}

.icon-compact:before {
  content: '\e880';
}

.icon-invite-email:before {
  content: '\e980';
}

.icon-task-new-fullscreen:before {
  content: '\ea80';
}

.icon-workflow_task:before {
  content: '\eb80';
}

.icon-completion_time:before {
  content: '\e881';
}

.icon-invite-ding:before {
  content: '\e981';
}

.icon-sideslip_right:before {
  content: '\ea81';
}

.icon-workflow_sms:before {
  content: '\eb81';
}

.icon-content_paste2:before {
  content: '\e882';
}

.icon-install_mobile-_terminal:before {
  content: '\e982';
}

.icon-sidebar-start:before {
  content: '\ea82';
}

.icon-to-tocalendar:before {
  content: '\eb82';
}

.icon-content_copy:before {
  content: '\e883';
}

.icon-invite-phone:before {
  content: '\e983';
}

.icon-task-new-detail:before {
  content: '\ea83';
}

.icon-workflow_suspend:before {
  content: '\eb83';
}

.icon-post-circle:before {
  content: '\ea84';
}

.icon-workflow_help:before {
  content: '\eb84';
}

.icon-control_point:before {
  content: '\e885';
}

.icon-invite-phone-circle:before {
  content: '\e985';
}

.icon-sideslip_left:before {
  content: '\ea85';
}

.icon-workflow_field:before {
  content: '\eb85';
}

.icon-countersign:before {
  content: '\e886';
}

.icon-invite-link-circle:before {
  content: '\e986';
}

.icon-task-new-project:before {
  content: '\ea86';
}

.icon-upload_pictures:before {
  content: '\eb86';
}

.icon-chatnetwork-type3:before {
  content: '\e887';
}

.icon-invite-link:before {
  content: '\e987';
}

.icon-lock:before {
  content: '\ea87';
}

.icon-task-leave:before {
  content: '\eb87';
}

.icon-copy_custom:before {
  content: '\e888';
}

.icon-invite-qq:before {
  content: '\e988';
}

.icon-task-participate:before {
  content: '\ea88';
}

.icon-task-later:before {
  content: '\eb88';
}

.icon-create-network:before {
  content: '\e889';
}

.icon-invite-qrcode:before {
  content: '\e989';
}

.icon-worksheet_fall:before {
  content: '\eb89';
}

.icon-task-new-exit:before {
  content: '\ea8a';
}

.icon-task-new-no-locked:before {
  content: '\eb8a';
}

.icon-createFolder:before {
  content: '\e88b';
}

.icon-kc-download:before {
  content: '\e98b';
}

.icon-task-quick-stage:before {
  content: '\ea8b';
}

.icon-workflow_find:before {
  content: '\eb8b';
}

.icon-chat-session:before {
  content: '\e88c';
}

.icon-chat_retract:before {
  content: '\e88d';
}

.icon-task-responsible:before {
  content: '\ea8d';
}

.icon-credit-card:before {
  content: '\e88e';
}

.icon-invite:before {
  content: '\e98e';
}

.icon-task-replace:before {
  content: '\ea8e';
}

.icon-custom_-page_delete:before {
  content: '\e88f';
}

.icon-kc-view:before {
  content: '\e98f';
}

.icon-worksheet_filter:before {
  content: '\eb8f';
}

.icon-custom_actions:before {
  content: '\e890';
}

.icon-task_custom_text-box:before {
  content: '\ea90';
}

.icon-workflow_branch:before {
  content: '\eb90';
}

.icon-crown:before {
  content: '\e891';
}

.icon-kc-disable-download:before {
  content: '\e991';
}

.icon-task-label:before {
  content: '\eb91';
}

.icon-calendar-annex:before {
  content: '\e892';
}

.icon-task-select-other:before {
  content: '\ea92';
}

.icon-task-all:before {
  content: '\eb92';
}

.icon-custom_book:before {
  content: '\e893';
}

.icon-kanban:before {
  content: '\e993';
}

.icon-task-setting_promet:before {
  content: '\ea93';
}

.icon-workflow_cancel:before {
  content: '\eb93';
}

.icon-custom_assignment:before {
  content: '\e894';
}

.icon-knowledge-message:before {
  content: '\e994';
}

.icon-task-show-tree:before {
  content: '\ea94';
}

.icon-workflow_function:before {
  content: '\eb94';
}

.icon-custom_assessment:before {
  content: '\e895';
}

.icon-invite-wechat:before {
  content: '\e995';
}

.icon-task-soon:before {
  content: '\eb95';
}

.icon-custom_dashboard:before {
  content: '\e896';
}

.icon-knowledge-log:before {
  content: '\e996';
}

.icon-workflow_under_review:before {
  content: '\eb96';
}

.icon-content-copy:before {
  content: '\e897';
}

.icon-knowledge-cloud:before {
  content: '\e997';
}

.icon-task-signal:before {
  content: '\ea97';
}

.icon-custom_add_circle:before {
  content: '\e898';
}

.icon-knowledge-upload:before {
  content: '\e998';
}

.icon-chat-vip:before {
  content: '\e899';
}

.icon-knowledge-return:before {
  content: '\e999';
}

.icon-custom_featured_play_list:before {
  content: '\e89a';
}

.icon-maximizing_a2:before {
  content: '\ea9a';
}

.icon-custom_chrome_reader_mode:before {
  content: '\e89b';
}

.icon-knowledge_file:before {
  content: '\e99b';
}

.icon-star-hollow:before {
  content: '\ea9b';
}

.icon-turnLeft:before {
  content: '\eb9b';
}

.icon-custom_folder:before {
  content: '\e89c';
}

.icon-knowledgeMessage:before {
  content: '\e99c';
}

.icon-sp_month_white:before {
  content: '\ea9c';
}

.icon-custom_grid_on:before {
  content: '\e89d';
}

.icon-knowledge-open:before {
  content: '\e99d';
}

.icon-task-new-copy:before {
  content: '\eb9d';
}

.icon-custom_insert_photo:before {
  content: '\e89e';
}

.icon-knowledge-more-folder:before {
  content: '\e99e';
}

.icon-maximizing_a:before {
  content: '\ea9e';
}

.icon-workflow_hide:before {
  content: '\eb9e';
}

.icon-custom_layers:before {
  content: '\e89f';
}

.icon-kc-hover-download:before {
  content: '\e99f';
}

.icon-public-folder-hidden:before {
  content: '\ea9f';
}

.icon-view:before {
  content: '\eb9f';
}

.icon-knowledge1:before {
  content: '\e9a0';
}

.icon-workflow_notice:before {
  content: '\eba0';
}

.icon-custom_local_offer:before {
  content: '\e8a1';
}

.icon-knowledge-recycle:before {
  content: '\e9a1';
}

.icon-cancel:before {
  content: '\e8a2';
}

.icon-qr_code_19:before {
  content: '\eaa2';
}

.icon-task-stage:before {
  content: '\eba2';
}

.icon-clock:before {
  content: '\e8a3';
}

.icon-limit-othermember:before {
  content: '\e9a3';
}

.icon-workflow_update:before {
  content: '\eba3';
}

.icon-custom_local_mall:before {
  content: '\e8a4';
}

.icon-laptop_mac:before {
  content: '\e9a4';
}

.icon-score-down:before {
  content: '\eaa4';
}

.icon-task-folder-slide-choose:before {
  content: '\eba4';
}

.icon-custom_store:before {
  content: '\e8a5';
}

.icon-lightning_13:before {
  content: '\e9a5';
}

.icon-sync:before {
  content: '\eaa5';
}

.icon-task-folder-message:before {
  content: '\eba5';
}

.icon-custom_widgets:before {
  content: '\e8a6';
}

.icon-mobile_phone:before {
  content: '\e9a6';
}

.icon-task_add-02:before {
  content: '\eba6';
}

.icon-custom_style:before {
  content: '\e8a7';
}

.icon-minus:before {
  content: '\e9a7';
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'MD_Icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  /* ================= 主色 =================
    一般为蓝色。用于：主按钮/高亮控件、选中态、可点击元素的聚焦与强调。可由平台级进行定义
  */
  --color-primary: #1677ff;
  /* 主色：按钮、填充、图标、文字强调、聚焦、关键图标 */
  --color-primary-light: #4096ff;
  /* 稍浅：hover */
  --color-primary-dark: #0958d9;
  /* 稍深：按下，深度强调 */
  --color-primary-focus: #1677ff;
  /* 聚焦环主色 */
  --color-primary-focus-outer: rgba(22, 119, 255, 0.4);
  /* 外发光式聚焦环，增加层级 */
  --color-primary-transparent: rgba(22, 119, 255, 0.12);
  /* 透明覆盖：高亮、浅色背景、点击反馈（随底层混色） */
  --color-primary-transparent-light: rgba(22, 119, 255, 0.06);
  /* 稍浅透明覆盖：高亮、浅色背景、点击反馈（随底层混色） */
  /* ================= 应用色 =================
    应用色为变量，由各个模块定义（应用，Mingo的主题色），未传入时和主色一致。dark=color-7（dark） 和 light=color-5
    用于：应用主界面中的按钮等元素等需要和应用主色保持一致时使用。（非全局使用）
  */
  --color-app: #1677ff;
  /* 主色：Primary 按钮填充、主链接强调、关键图标 */
  --color-app-light: #4096ff;
  /* 稍浅：按钮 hover */
  --color-app-dark: #0958d9;
  /* 稍深：按下，深度强调 */
  --color-app-transparent: rgba(22, 119, 255, 0.12);
  /* 透明覆层：高亮、浅色背景、点击反馈（随底层混色）*/
  /* mingo */
  --color-mingo: #6e09f9;
  /* 主色：Primary 按钮填充、主链接强调、关键图标 */
  --color-mingo-light: #8f33ff;
  /* 稍浅：按钮 hover */
  --color-mingo-dark: #5100d4;
  /* 稍深：按下，深度强调 */
  --color-mingo-transparent: rgba(110, 9, 249, 0.12);
  /* 透明覆层：高亮、浅色背景、点击反馈（随底层混色）*/
  /* ================= 背景色（页面层级与容器） =================
   用于：页面底色、卡片/面板、分组区块、蒙层
   注意：secondary/tertiary 用于分层；card 与 primary 同为白底但语义不同，用于适应深色主题分层
  */
  --color-background-primary: #ffffff;
  /* 页面主底：整页背景、表单页背景 */
  --color-background-secondary: #fafafa;
  /* 极浅背景：浅色整页背景、空态占位底 */
  --color-background-tertiary: #f5f5f5;
  /* 稍深背景：区块/分组背景 */
  --color-background-disabled: #f0f0f0;
  /* 禁用背景：禁用按钮、禁用输入框 */
  --color-background-card: #ffffff;
  /* 菜单/弹窗/面板：与页面主底区分语义（适合暗色主题处理）*/
  --color-background-hover: #f5f5f5;
  /* hover背景：区分语义（适合暗色主题处理）*/
  --color-background-info: #f2f9ff;
  /* 信息提示背景：轻量说明块、集成提示条 */
  --color-background-overlay: rgba(0, 0, 0, 0.5);
  /* 蒙层：抽屉/模态对话框遮罩 */
  --color-background-overlay-light: rgba(0, 0, 0, 0.12);
  /* 稍浅：蒙层：抽屉/模态对话框遮罩 */
  --color-background-overlay-white: rgba(255, 255, 255, 0.3);
  /* 白色遮罩：页面保存中遮盖 */
  --color-background-inverse: #1e1e1e;
  /* 反色底：深色页（code）、反色页脚、徽章 */
  --color-background-input: #ffffff;
  /* 输入框、选择器的背景色 */
  /* ================= 文本色（信息层级） =================
    用于：正文、标题、说明、禁用与反色文本
  */
  --color-text-primary: #151515;
  /* 主文案/大标题：正文内容、表单标签、一级标题 */
  --color-text-secondary: #757575;
  /* 说明文案：帮助文本、次要信息、时间戳 */
  --color-text-tertiary: #9e9e9e;
  /* 弱化说明：表格次要列、占位性提示 */
  --color-text-title: #515151;
  /* 次标题/段落标题：卡片标题、分组标题 */
  --color-text-placeholder: #ccc;
  /* 输入框占位：仅placeholder，避免与 disabled 混用 */
  --color-text-disabled: #bdbdbd;
  /* 禁用文案：禁用按钮/输入/菜单项文字 */
  --color-text-inverse: #ffffff;
  /* 反色文本：深色背景上的文字（Banner/Tag/按钮） */
  /* ================= 边框色（分隔与可交互状态） =================
    用于：卡片分隔、输入框/选择器边界、禁用/聚焦状态
    注意：focus 时遵循主品牌色；disabled 与次级边框区分开
  */
  --color-border-primary: #dddddd;
  /* 常规边框：输入框/卡片/面板/列表项外框/按钮边界 */
  --color-border-secondary: #eaeaea;
  /* 轻分隔：表格行分割、列表内部分隔线 */
  --color-border-tertiary: #cccccc;
  /* 强分割：页面区域分割 */
  --color-border-hover: #bdbdbd;
  /* 边框悬停：输入框/按钮 hover 边框 */
  --color-border-strong: #9e9e9e;
  /* 强强调：拖拽区域、高对比轮廓 */
  /* ================= 阴影（立体与层级） =================
    用于：悬浮卡片、气泡、对话框；数值越大，层级越高
  */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
  /* 卡片：卡片边缘 */
  --shadow-md: 0 2px 4px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
  /* 导航：导航栏、侧边栏 */
  --shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.12), 0 4px 6px rgba(0, 0, 0, 0.1);
  /* 浮层：下拉菜单、消息通知 */
  --shadow-xl: 0 12px 28px rgba(0, 0, 0, 0.16), 0 8px 16px rgba(0, 0, 0, 0.12);
  /* 大型浮层：侧滑层、模态对话框、悬浮导航 */
  /* ================= 功能色（状态与反馈） =================
    用于：结果反馈、Alert/Message/Badge、校验信息
    注意：每种功能色配“主体/浅底/边框”三件套；浅底用于弱提示
  */
  --color-success: #4caf50;
  /* 成功主色：成功按钮描边/图标、成功文本高亮 */
  --color-success-bg: rgba(76, 175, 80, 0.12);
  /* 成功浅底：成功提示条/Tag 背景 */
  --color-success-border: #81c784;
  /* 成功边：消息/卡片边线、强调轮廓 */
  --color-success-hover: #216327;
  --color-warning: #ff9800;
  /* 警告主色：风险提示、注意要点图标 */
  --color-warning-bg: rgba(255, 152, 0, 0.12);
  /* 警告浅底：轻量提醒条/Tag 背景 */
  --color-warning-border: #ffb74d;
  /* 警告边：提醒轮廓、进度状态边 */
  --color-error: #f44336;
  /* 错误主色：表单校验失败、危险操作强调 */
  --color-error-bg: rgba(244, 67, 54, 0.12);
  /* 错误浅底：错误提示条/Tag 背景 */
  --color-error-border: #e57373;
  /* 错误边：错误卡片/表单域边框 */
  --color-error-hover: #a81414;
  --color-info: #1677ff;
  /* 信息主色：一般提示、通知蓝 */
  --color-info-bg: rgba(22, 119, 255, 0.12);
  /* 信息浅底：信息条/结果空态背景 */
  --color-info-border: #64b5f6;
  /* 信息边：信息卡片/分隔轮廓 */
  --color-link: #1363f6;
  /* 默认链接：正文内超链接、轻交互 */
  --color-link-hover: #0958d9;
  /* 悬停链接：更深的蓝，用于 hover/active */
  --color-link-visited: #20375f;
  /* 已访问链接 */
  /* ================= 模块色 =================*/
  --color-post: #1677ff;
  /* 主色：Primary 按钮填充、主链接强调、关键图标 */
  --color-task: #01ca83;
  /* 主色：Primary 按钮填充、主链接强调、关键图标 */
  --color-calendar: #ff6d6c;
  /* 日程主色：Primary 按钮填充、主链接强调、关键图标 */
  --color-file: #ff9800;
  /* 文件主色：Primary 按钮填充、主链接强调、关键图标 */
  --color-hr: #455a65;
  /* HR主色：Primary 按钮填充、主链接强调、关键图标 */
  /* ================= 固定色 =================*/
  --color-cyan-dark: #445a65;
  --color-cyan: #00bcd4;
  --color-cyan-blue: rgba(0, 118, 212, 0.12);
  --color-yellow-dark: #ffc400;
  --color-yellow: #ffd800;
  --color-yellow-black: rgba(255, 196, 0, 0.12);
  --color-white: #ffffff;
  --color-black: #151515;
}

[data-theme='dark'] {
  /* ================= Dark Theme (强化卡片/弹窗可见性) ================= */
  /* 主题色 */
  --color-primary: #2a82ff;
  /* 稍亮 */
  --color-primary-light: #52a0ff;
  /* 稍亮 */
  --color-primary-dark: #1862d9;
  /* 稍亮 */
  --color-primary-focus: #2a82ff;
  /* 稍亮 */
  --color-primary-focus-outer: rgba(42, 130, 255, 0.5);
  /* 暗底上提高到 ~50% 更可见 */
  --color-primary-transparent: rgba(42, 130, 255, 0.2);
  /* 暗底上提高到 ~20% 更可见 */
  --color-primary-transparent-light: rgba(42, 130, 255, 0.12);
  /* 暗底上提高到 ~12% 更可见 */
  /* 应用色 */
  --color-app: #1677ff;
  /* 不变 */
  --color-app-light: #4096ff;
  /* 不变 */
  --color-app-dark: #0958d9;
  /* 不变 */
  --color-app-transparent: rgba(22, 119, 255, 0.2);
  /* 暗底上提高到 ~20% 更可见 */
  /* mingo */
  --color-mingo: #8f62ff;
  /* 稍亮 */
  --color-mingo-light: #9881f4;
  /* 稍亮 */
  --color-mingo-dark: #7b15ff;
  /* 稍亮 */
  --color-mingo-transparent: rgba(143, 98, 255, 0.2);
  /* 暗底上提高到 ~20% 更可见 */
  /* 背景层级 */
  --color-background-primary: #161616;
  /* 基底 */
  --color-background-secondary: #090909;
  --color-background-tertiary: #1f1f1f;
  --color-background-card: #222222;
  /* 卡片/菜单/面板（明显亮于基底） */
  --color-background-hover: #393939;
  /*  hover (对比card高亮)） */
  --color-background-info: #1c2b3a;
  /* 信息提示背景 */
  --color-background-disabled: #141414;
  --color-background-overlay: rgba(0, 0, 0, 0.6);
  /* 提高不透明度 */
  --color-background-overlay-light: rgba(0, 0, 0, 0.24);
  /* 提高不透明度 */
  --color-background-overlay-white: rgba(22, 22, 22, 0.2);
  /* 和背景主色同色 */
  --color-background-inverse: #1e1e1e;
  /* 不变 */
  --color-background-input: #222222;
  /* 输入框、选择器的背景色 */
  /* 文本：在更亮的卡片/弹窗上保持足够对比 */
  --color-text-primary: #e6e6e6;
  --color-text-title: #f2f2f2;
  --color-text-secondary: #b3b3b3;
  --color-text-tertiary: #8c8c8c;
  --color-text-placeholder: #6f6f6f;
  --color-text-disabled: #5e5e5e;
  --color-text-inverse: #ffffff;
  /* 不变 */
  /* 边框/描边：给卡片与弹窗加“可见轮廓”，比背景更亮一档 */
  --color-border-primary: #3c3c3c;
  /* 常规描边（卡片/面板外框） */
  --color-border-secondary: #2a2a2a;
  /* 轻分隔 */
  --color-border-tertiary: #484848;
  /* 强分割 */
  --color-border-hover: #525252;
  /* 悬停边框（输入/按钮 hover） */
  --color-border-strong: #606060;
  /* 强强调（拖拽/高对比轮廓） */
  /* 阴影：暗色里阴影存在感更弱，靠“更亮表面 + 细描边”表达层级 */
  --shadow-sm: 0 0 1px 1px #2a2a2a, 0 1px 3px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.32);
  --shadow-md: 0 0 1px 1px #2a2a2a, 0 2px 6px rgba(0, 0, 0, 0.38), 0 2px 4px rgba(0, 0, 0, 0.28);
  --shadow-lg: 0 0 1px 1px #2a2a2a, 0 8px 16px rgba(0, 0, 0, 0.34), 0 4px 6px rgba(0, 0, 0, 0.26);
  --shadow-xl: 0 0 1px 1px #2a2a2a, 0 12px 28px rgba(0, 0, 0, 0.32), 0 8px 16px rgba(0, 0, 0, 0.24);
  /* 功能色浅底：暗色需更高透明度（~0.20）以确保提示条/Tag 可见 */
  --color-success: #4caf50;
  --color-success-bg: rgba(76, 175, 80, 0.2);
  --color-success-border: #66bb6a;
  --color-warning: #ff9800;
  --color-warning-bg: rgba(255, 152, 0, 0.2);
  --color-warning-border: #ffb74d;
  --color-error: #f44336;
  --color-error-bg: rgba(244, 67, 54, 0.2);
  --color-error-border: #ef9a9a;
  --color-info: #1677ff;
  --color-info-bg: rgba(22, 119, 255, 0.2);
  --color-info-border: #90caf9;
  /* 链接在暗底提亮，hover 再提一档，强化可见性 */
  --color-link: #66b0ff;
  --color-link-hover: #8cc6ff;
  --color-link-visited: #8ab6f5;
}

/* 品牌主色文字：用于链接、强调文字、主色图标等品牌色场景 */

.colorPrimary,
.hoverColorPrimary:hover {
  color: var(--color-primary) !important;
}

.colorPrimaryDark,
.hoverColorPrimaryDark:hover {
  color: var(--color-primary-dark) !important;
}

.colorPrimaryLight,
.hoverColorPrimaryLight:hover {
  color: var(--color-primary-light) !important;
}

/* 反色文字：用于深色背景上的文字 */

.textInverse,
.hoverTextInverse:hover {
  color: var(--color-text-inverse) !important;
}

/* 文本文案层级：用于标题、正文、说明、占位和禁用等语义文本 */

.textPrimary,
.hoverTextPrimary:hover {
  color: var(--color-text-primary) !important;
}

.textSecondary,
.hoverTextSecondary:hover {
  color: var(--color-text-secondary) !important;
}

.textTertiary,
.hoverTextTertiary:hover {
  color: var(--color-text-tertiary) !important;
}

.textTitle,
.hoverTextTitle:hover {
  color: var(--color-text-title) !important;
}

.textPlaceholder,
.hoverTextPlaceholder:hover {
  color: var(--color-text-placeholder) !important;
}

.textDisabled,
.hoverTextDisabled:hover {
  color: var(--color-text-disabled) !important;
}

/* 背景层级：用于页面、分组、卡片、输入框和禁用态等语义背景 */

.bgPrimary,
.hoverBgPrimary:hover {
  background-color: var(--color-background-primary) !important;
}

.bgSecondary,
.hoverBgSecondary:hover {
  background-color: var(--color-background-secondary) !important;
}

.bgTertiary,
.hoverBgTertiary:hover {
  background-color: var(--color-background-tertiary) !important;
}

.bgDisabled,
.hoverBgDisabled:hover {
  background-color: var(--color-background-disabled) !important;
}

.bgCard,
.hoverBgCard:hover {
  background-color: var(--color-background-card) !important;
}

.bgInput,
.hoverBgInput:hover {
  background-color: var(--color-background-input) !important;
}

/* 品牌主色背景：用于主按钮、选中态、高亮块等品牌色背景场景 */

.bgColorPrimaryTransparent,
.hoverBgColorPrimaryTransparent:hover {
  background-color: var(--color-primary-transparent) !important;
}

.bgColorPrimary,
.hoverBgColorPrimary:hover {
  background-color: var(--color-primary) !important;
}

.bgColorPrimaryDark,
.hoverBgColorPrimaryDark:hover {
  background-color: var(--color-primary-dark) !important;
}

/* 边框层级：用于输入框、卡片、分割线等语义边框 */

.borderPrimary {
  border-color: var(--color-border-primary) !important;
}

.borderSecondary {
  border-color: var(--color-border-secondary) !important;
}

.borderTertiary {
  border-color: var(--color-border-tertiary) !important;
}

/* 品牌主色边框：用于主色描边、选中边框和 hover 强调 */

.borderColorPrimary,
.hoverBorderColorPrimary:hover {
  border-color: var(--color-primary) !important;
}

.borderColorPrimaryDark,
.hoverBorderColorPrimaryDark:hover {
  border-color: var(--color-primary-dark) !important;
}

/* 固定文字色和状态文字色：用于明确需要固定色或状态色的场景 */

.textWhite,
.hoverTextWhite:hover {
  color: var(--color-white) !important;
}

.textBlack,
.hoverTextBlack:hover {
  color: var(--color-black) !important;
}

.textError,
.hoverTextError:hover {
  color: var(--color-error) !important;
}

.ant-drawer .ant-drawer-header,
.ant-drawer .ant-drawer-content {
  color: var(--color-text-primary) !important;
  background-color: var(--color-background-card) !important;
}

.ant-drawer .ant-drawer-title {
  color: inherit;
}

.ant-drawer.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: var(--shadow-xl);
}

.ant-layout-content {
  color: var(--color-text-primary) !important;
}

.ant-tabs {
  color: var(--color-text-primary) !important;
}

.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: var(--color-primary) !important;
}

.ant-tabs .ant-tabs-ink-bar {
  background: var(--color-primary) !important;
}

.ant-tabs .ant-tabs-tab:hover {
  color: var(--color-primary-focus) !important;
}

.ant-tabs .ant-tabs-tab.ant-tabs-tab-disabled {
  color: var(--color-text-disabled) !important;
}

.ant-tabs.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs.ant-tabs-top > div > .ant-tabs-nav::before,
.ant-tabs.ant-tabs-bottom > div > .ant-tabs-nav::before {
  border-color: var(--color-border-primary);
}

.ant-checkbox,
.ant-checkbox-wrapper {
  color: var(--color-text-primary) !important;
}

.ant-checkbox .ant-checkbox-inner,
.ant-checkbox-wrapper .ant-checkbox-inner {
  background: var(--color-background-input) !important;
}

.ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
.ant-checkbox-wrapper.ant-checkbox-checked .ant-checkbox-inner {
  background: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.ant-checkbox .ant-checkbox-disabled .ant-checkbox-inner,
.ant-checkbox-wrapper .ant-checkbox-disabled .ant-checkbox-inner {
  background: var(--color-background-secondary) !important;
}

.ant-checkbox .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner,
.ant-checkbox-wrapper .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner {
  background: var(--color-primary-dark) !important;
  border-color: var(--color-primary-dark) !important;
}

.ant-checkbox .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after,
.ant-checkbox-wrapper .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: var(--color-white) !important;
}

.ant-switch {
  color: var(--color-text-primary) !important;
}

.ant-radio-group,
.ant-radio-wrapper {
  color: var(--color-text-primary) !important;
}

.ant-radio-group .ant-radio-inner,
.ant-radio-wrapper .ant-radio-inner {
  background: var(--color-background-input) !important;
}

.ant-radio-group .ant-radio-checked .ant-radio-inner,
.ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
  background: var(--color-background-input) !important;
  border-color: var(--color-primary) !important;
}

.ant-radio-group .ant-radio-checked .ant-radio-inner::after,
.ant-radio-wrapper .ant-radio-checked .ant-radio-inner::after {
  background-color: var(--color-primary) !important;
  transform: scale(0.62) !important;
}

.ant-input:hover,
.ant-input:focus {
  border-color: var(--color-primary-focus) !important;
}

.ant-input,
.ant-input-number,
.ant-input-affix-wrapper {
  color: var(--color-text-primary) !important;
  background-color: var(--color-background-input) !important;
  border-color: var(--color-border-primary) !important;
}

.ant-input[disabled],
.ant-input-number[disabled],
.ant-input-affix-wrapper[disabled] {
  background-color: var(--color-background-disabled) !important;
}

.ant-input .ant-input-show-count-suffix,
.ant-input-number .ant-input-show-count-suffix,
.ant-input-affix-wrapper .ant-input-show-count-suffix {
  color: var(--color-text-placeholder) !important;
}

.ant-input-group-addon,
.ant-input-group-addon .ant-btn {
  color: var(--color-text-primary) !important;
  background-color: var(--color-background-primary) !important;
  border-color: var(--color-border-primary) !important;
}

.ant-input-number .ant-input-number-handler-wrap {
  background: var(--color-background-input) !important;
}

.ant-input-number .ant-input-number-handler {
  color: var(--color-text-tertiary) !important;
  border-inline-start-color: var(--color-border-primary) !important;
}

.ant-input-number .ant-input-number-handler:hover,
.ant-input-number .ant-input-number-handler:active {
  background: var(--color-background-hover) !important;
}

.ant-input-number .ant-input-number-handler-down {
  border-block-start-color: var(--color-border-primary) !important;
}

.ant-input-number .ant-input-number-handler-up-inner,
.ant-input-number .ant-input-number-handler-down-inner {
  color: var(--color-text-tertiary) !important;
}

.ant-input-number .ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number .ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: var(--color-primary) !important;
}

.ant-select:not(.customAntSelect) {
  color: var(--color-text-primary) !important;
}

.ant-select:not(.customAntSelect):not(.ant-select-customize-input) .ant-select-selector {
  border-color: var(--color-border-primary) !important;
  background-color: var(--color-background-input) !important;
  color: var(--color-text-primary) !important;
}

.ant-select:not(.customAntSelect) .ant-select-selection-item {
  color: var(--color-text-primary) !important;
}

.ant-select:not(.customAntSelect).ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: var(--color-primary) !important;
  box-shadow: none !important;
}

.ant-select:not(.customAntSelect).ant-select-disabled .ant-select-selection-item {
  color: var(--color-text-disabled) !important;
}

.ant-select:not(.customAntSelect) .ant-select-clear {
  color: var(--color-text-tertiary) !important;
  background-color: var(--color-background-secondary) !important;
}

.ant-select:not(.customAntSelect) .ant-select-item-empty {
  color: var(--color-text-tertiary) !important;
}

.ant-select:not(.customAntSelect) .ant-select-arrow {
  color: var(--color-text-tertiary) !important;
}

.ant-select:not(.customAntSelect) .ant-select-selection-placeholder {
  color: var(--color-text-placeholder) !important;
}

.ant-select:not(.customAntSelect).ant-select-multiple .ant-select-selection-item {
  background-color: var(--color-background-secondary) !important;
  border-color: var(--color-border-secondary);
}

.ant-select:not(.customAntSelect).ant-select-multiple .ant-select-selection-item-remove {
  color: var(--color-text-primary) !important;
}

.ant-tag {
  color: var(--color-text-primary) !important;
  background-color: var(--color-background-input) !important;
  border-color: var(--color-border-primary) !important;
}

.ant-tag .ant-tag-close-icon {
  color: var(--color-text-primary) !important;
}

.ant-switch {
  background: var(--color-text-placeholder) !important;
}

.ant-switch.ant-switch-checked .ant-switch-inner {
  color: var(--color-white) !important;
}

.ant-switch.ant-switch-checked {
  background: var(--color-task) !important;
}

.ant-pagination .ant-pagination-item a,
.ant-pagination .ant-pagination-prev button,
.ant-pagination .ant-pagination-next button {
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--color-text-title);
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.ant-pagination .ant-pagination-item:not(.ant-pagination-item-active) a:hover,
.ant-pagination .ant-pagination-item:not(.ant-pagination-item-active) a:focus-visible {
  background-color: var(--color-background-hover);
  border-color: var(--color-background-secondary);
  color: var(--color-text-title);
}

.ant-pagination .ant-pagination-prev:not(.ant-pagination-disabled) button:hover,
.ant-pagination .ant-pagination-prev:not(.ant-pagination-disabled) button:focus-visible,
.ant-pagination .ant-pagination-next:not(.ant-pagination-disabled) button:hover,
.ant-pagination .ant-pagination-next:not(.ant-pagination-disabled) button:focus-visible {
  color: var(--color-link);
}

.ant-btn.ant-btn-color-primary.ant-btn-variant-solid {
  color: var(--color-text-inverse) !important;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  box-shadow: none;
}

.ant-btn.ant-btn-color-primary.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):hover,
.ant-btn.ant-btn-color-primary.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):focus {
  color: var(--color-text-inverse) !important;
  background-color: var(--color-primary-light) !important;
  border-color: var(--color-primary-light) !important;
}

.ant-btn.ant-btn-color-primary.ant-btn-variant-solid:not(:disabled):not(.ant-btn-disabled):active {
  color: var(--color-text-inverse) !important;
  background-color: var(--color-primary-dark) !important;
  border-color: var(--color-primary-dark) !important;
}

.ant-btn.ant-btn-color-primary.ant-btn-variant-solid:disabled,
.ant-btn.ant-btn-color-primary.ant-btn-variant-solid.ant-btn-disabled {
  color: var(--color-text-disabled) !important;
  background-color: var(--color-background-disabled) !important;
  border-color: var(--color-background-disabled) !important;
}

.ant-spin {
  color: var(--color-primary) !important;
}

.ant-spin .ant-spin-dot,
.ant-spin .ant-spin-dot-holder,
.ant-spin .Icon {
  color: var(--color-primary) !important;
}

.ant-spin .ant-spin-dot-item {
  background-color: var(--color-primary) !important;
}

.ant-select-dropdown {
  color: var(--color-text-primary) !important;
  background-color: var(--color-background-input) !important;
  box-shadow: var(--shadow-lg) !important;
}

.ant-select-dropdown .ant-select-item {
  color: var(--color-text-primary) !important;
}

.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: var(--color-primary-transparent) !important;
}

.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: var(--color-background-hover);
}

.ant-dropdown,
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  color: var(--color-text-primary) !important;
}

.ant-dropdown .ant-dropdown-menu,
.ant-dropdown-menu-item .ant-dropdown-menu,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu {
  background-color: var(--color-background-card) !important;
}

.ant-dropdown-menu {
  background-color: var(--color-background-card) !important;
  box-shadow: var(--shadow-lg) !important;
}

.ant-dropdown-menu .ant-dropdown-menu-item:hover,
.ant-dropdown-menu .ant-dropdown-menu-submenu-title:hover {
  background-color: var(--color-background-hover) !important;
}

.ant-popover .ant-popover-arrow::before {
  background: var(--color-background-card) !important;
}

.ant-popover,
.ant-popover-inner-content {
  color: var(--color-text-primary) !important;
}

.ant-popover .ant-popover-inner,
.ant-popover-inner-content .ant-popover-inner {
  box-shadow: var(--shadow-lg);
}

.ant-popover .ant-popover-inner,
.ant-popover-inner-content .ant-popover-inner,
.ant-popover .ant-popover-arrow-content,
.ant-popover-inner-content .ant-popover-arrow-content {
  background-color: var(--color-background-card) !important;
}

.ant-popover .ant-popover-arrow-content::before,
.ant-popover-inner-content .ant-popover-arrow-content::before {
  background: linear-gradient(to left, var(--color-background-card) 50%, var(--color-background-card) 50%) no-repeat -5px -5px;
}

.ant-picker:not(.customAntPicker) {
  color: var(--color-text-primary) !important;
  background-color: var(--color-background-card) !important;
  border-color: var(--color-border-primary) !important;
}

.ant-picker:not(.customAntPicker).ant-picker-focused {
  border-color: var(--color-primary) !important;
  box-shadow: none !important;
}

.ant-picker:not(.customAntPicker).ant-picker-focused .ant-picker-separator {
  color: var(--color-text-tertiary) !important;
}

.ant-picker:not(.customAntPicker) .ant-picker-separator {
  color: var(--color-text-disabled) !important;
}

.ant-picker:not(.customAntPicker) .ant-picker-suffix {
  color: var(--color-text-tertiary) !important;
}

.ant-picker:not(.customAntPicker) .ant-picker-input > input {
  color: var(--color-text-primary) !important;
}

.ant-picker:not(.customAntPicker) .ant-picker-clear {
  color: var(--color-text-tertiary) !important;
  background: transparent !important;
}

.ant-picker-range-wrapper .ant-picker-panel-container {
  color: var(--color-text-primary) !important;
  background-color: var(--color-background-card) !important;
  border-color: var(--color-border-primary) !important;
}

.ant-picker-range-wrapper .ant-picker-cell-in-view.ant-picker-cell-in-range::before {
  background: var(--color-primary-transparent) !important;
}

.ant-picker-range-wrapper .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after,
.ant-picker-range-wrapper .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  background: var(--color-primary-dark) !important;
}

.ant-picker-range-wrapper .ant-picker-range-arrow {
  transform: translateY(-95%) !important;
  background: linear-gradient(135deg, transparent 40%, var(--color-background-card) 40%) !important;
}

.ant-picker-range-wrapper .ant-picker-range-arrow::before {
  background: linear-gradient(to left, var(--color-background-card) 50%, var(--color-background-card) 50%) no-repeat -5px -5px !important;
}

.ant-picker-dropdown,
.ant-picker-dropdown .ant-picker-header,
.ant-picker-dropdown td.ant-picker-cell-in-view,
.ant-picker-dropdown .ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner,
.ant-picker-dropdown .ant-picker-content th {
  color: var(--color-text-primary) !important;
}

.ant-picker-dropdown .ant-picker-cell,
.ant-picker-dropdown .ant-picker-header button {
  color: var(--color-text-tertiary) !important;
}

.ant-picker-dropdown .ant-picker-cell:not(.ant-picker-cell-selected):hover .ant-picker-cell-inner {
  background-color: var(--color-background-hover) !important;
}

.ant-picker-dropdown .ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner,
.ant-picker-dropdown .ant-picker-time-panel-cell-inner:hover {
  background-color: var(--color-background-hover) !important;
}

.ant-picker-dropdown .ant-picker-header,
.ant-picker-dropdown .ant-picker-panel,
.ant-picker-dropdown .ant-picker-footer {
  border-color: var(--color-border-primary) !important;
}

.ant-picker-dropdown .ant-picker-panel-container {
  color: var(--color-text-primary) !important;
  background-color: var(--color-background-card) !important;
  border-color: var(--color-border-primary) !important;
  box-shadow: var(--shadow-lg) !important;
}

.ant-picker-dropdown .ant-picker-time-panel-column:not(:first-child) {
  border-color: var(--color-border-primary) !important;
}

.ant-picker-dropdown .ant-picker-datetime-panel .ant-picker-time-panel {
  border-left-color: var(--color-border-primary) !important;
}

.ant-menu {
  color: var(--color-text-primary) !important;
  background-color: var(--color-background-card) !important;
}

.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-color: var(--color-border-primary) !important;
}

.ant-tree {
  color: var(--color-text-primary) !important;
  background-color: var(--color-background-primary) !important;
}

.ant-tree .ant-tree-switcher {
  background-color: inherit !important;
}

.ant-tree .ant-tree-node-content-wrapper:hover {
  background-color: var(--color-background-hover) !important;
}

.ant-modal {
  color: var(--color-text-primary) !important;
}

.ant-modal .ant-modal-header,
.ant-modal .ant-modal-footer {
  border-color: var(--color-border-primary) !important;
}

.ant-modal .ant-modal-close {
  color: var(--color-text-primary) !important;
}

.ant-modal .ant-modal-header,
.ant-modal .ant-modal-title {
  color: var(--color-text-primary) !important;
}

.ant-modal .ant-modal-body,
.ant-modal .ant-modal-confirm-body-wrapper {
  color: var(--color-text-primary) !important;
}

.ant-modal .ant-modal-confirm-title {
  color: var(--color-text-title) !important;
}

.ant-modal .ant-modal-confirm-content {
  color: var(--color-text-secondary) !important;
}

.ant-modal .ant-modal-header,
.ant-modal .ant-modal-content {
  background-color: var(--color-background-card) !important;
}

.ant-modal .ant-modal-content {
  box-shadow: var(--shadow-lg) !important;
}

.ant-table-wrapper:not(.pivotTable) {
  color: var(--color-text-primary) !important;
  background: var(--color-background-primary) !important;
}

.ant-table-wrapper:not(.pivotTable) .ant-table {
  color: var(--color-text-primary) !important;
  background: var(--color-background-primary) !important;
}

.ant-table-wrapper:not(.pivotTable) .ant-table-cell-fix-left,
.ant-table-wrapper:not(.pivotTable) .ant-table-cell-fix-right {
  background: var(--color-background-primary) !important;
}

.ant-table-wrapper:not(.pivotTable) .ant-table-tbody > tr.ant-table-row:hover > td,
.ant-table-wrapper:not(.pivotTable) .ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: var(--color-background-hover) !important;
}

.ant-table-wrapper:not(.pivotTable) .ant-table-thead > tr > th,
.ant-table-wrapper:not(.pivotTable) .ant-table-tbody > tr > td {
  border-color: var(--color-border-secondary) !important;
}

.ant-table-wrapper:not(.pivotTable) .ant-table-tbody > tr.ant-table-placeholder:hover > td {
  background: transparent !important;
}

.ant-table-wrapper:not(.pivotTable) .ant-table-tbody > tr.ant-table-row-selected > td {
  background: var(--color-app-transparent) !important;
}

.ant-pagination {
  color: var(--color-text-primary) !important;
}

.ant-pagination .ant-pagination-item {
  background: var(--color-background-primary) !important;
}

.ant-pagination .ant-pagination-item-ellipsis {
  color: var(--color-text-primary) !important;
}

.ant-pagination .ant-pagination-disabled .ant-pagination-item-link {
  color: var(--color-text-disabled) !important;
  border-color: var(--color-border-primary) !important;
  background: var(--color-background-disabled) !important;
}

.ant-divider,
.ant-menu-item-divider {
  border-color: var(--color-border-secondary) !important;
}

.ant-dropdown-menu-item-divider {
  background-color: var(--color-border-tertiary) !important;
}

.ant-slider .ant-slider-track {
  background-color: var(--color-primary-focus-outer) !important;
}

.ant-slider .ant-slider-handle {
  border-color: var(--color-primary-focus-outer) !important;
}

.ant-message {
  color: var(--color-text-primary) !important;
}

.ant-message .ant-message-notice-content {
  background-color: var(--color-background-card) !important;
  box-shadow: var(--shadow-lg) !important;
}

.ant-notification {
  color: var(--color-text-primary) !important;
}

.ant-notification .ant-notification-notice {
  background-color: var(--color-background-card) !important;
  box-shadow: var(--shadow-lg) !important;
}

.ant-collapse {
  color: var(--color-text-primary) !important;
}

.ant-collapse .ant-collapse-content {
  color: var(--color-text-primary) !important;
}

[data-theme='dark'] .ant-tooltip .ant-tooltip-inner {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04), 0 8px 24px rgba(0, 0, 0, 0.45);
}

.iti__dropdown-content {
  border-color: var(--color-border-secondary) !important;
  background-color: var(--color-background-card) !important;
}

.ant-segmented {
  background: var(--color-background-tertiary);
}

.ant-segmented .ant-segmented-item {
  color: var(--color-text-primary);
}

.ant-segmented .ant-segmented-item-selected {
  color: var(--color-primary);
  background: var(--color-background-primary);
}

.ant-segmented .ant-segmented-item:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled):hover,
.ant-segmented .ant-segmented-item:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled):active {
  color: var(--color-text-primary);
}

.ant-app,
.ant-form,
.ant-form-item,
.ant-tabs .ant-tabs-tab,
.ant-form-item .ant-form-item-label > label,
.ant-input-number .ant-input-number-input,
.ant-table-wrapper .ant-table-thead > tr > th,
.ant-table-wrapper .ant-table-thead > tr > td,
.ant-empty-normal .ant-empty-description {
  color: var(--color-text-primary);
}

.ant-btn-variant-outlined,
.ant-btn-variant-dashed {
  color: var(--color-text-primary);
  background-color: var(--color-background-primary);
  border-color: var(--color-border-primary);
}

.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
.ant-btn-variant-dashed:not(:disabled):not(.ant-btn-disabled):hover {
  background-color: var(--color-background-primary);
}

.ant-btn-variant-outlined:disabled,
.ant-btn-variant-dashed:disabled,
.ant-btn-variant-outlined.ant-btn-disabled,
.ant-btn-variant-dashed.ant-btn-disabled {
  border-color: var(--color-border-primary);
  color: var(--color-text-disabled);
  background: var(--color-background-disabled);
}

.ant-table-wrapper .ant-table-sticky-holder,
.ant-table-wrapper .ant-table-tbody > tr.ant-table-placeholder:hover > th,
.ant-table-wrapper .ant-table-tbody > tr.ant-table-placeholder:hover > td,
.ant-table-wrapper .ant-table-tbody > tr.ant-table-placeholder {
  background: var(--color-background-primary);
}

.ant-table-wrapper .ant-table-thead > tr > th,
.ant-table-wrapper .ant-table-thead > tr > td {
  background: var(--color-background-secondary);
}

[data-theme='dark'] .rc-md-editor {
  border-color: var(--color-border-secondary);
  background: var(--color-background-card);
}

[data-theme='dark'] .editor-container > .section {
  border-right-color: var(--color-border-secondary);
}

[data-theme='dark'] .sec-md .input {
  background: var(--color-background-card);
  color: var(--color-text-primary);
}

[data-theme='dark'] .custom-html-style {
  color: var(--color-text-primary);
}

[data-theme='dark'] .custom-html-style a {
  color: var(--color-primary);
}

[data-theme='dark'] .custom-html-style hr {
  border-top-color: var(--color-border-secondary);
}

[data-theme='dark'] .custom-html-style pre,
[data-theme='dark'] .custom-html-style code {
  background-color: var(--color-background-tertiary);
}

[data-theme='dark'] .custom-html-style blockquote {
  background: var(--color-background-info);
  color: var(--color-text-primary);
  border-left-color: var(--color-border-secondary);
}

[data-theme='dark'] .custom-html-style table {
  border-color: var(--color-border-secondary);
}

[data-theme='dark'] .custom-html-style table tr,
[data-theme='dark'] .custom-html-style table th,
[data-theme='dark'] .custom-html-style table td {
  border-color: var(--color-border-secondary);
}

[data-theme='dark'] .custom-html-style table th {
  background-color: var(--color-background-tertiary);
}

[data-theme='dark'] .rc-md-navigation {
  border-bottom-color: var(--color-border-secondary);
  background: var(--color-background-secondary);
}

[data-theme='dark'] .rc-md-navigation .navigation-nav {
  color: var(--color-text-secondary);
}

[data-theme='dark'] .rc-md-navigation .button-wrap .button {
  color: var(--color-text-secondary);
}

[data-theme='dark'] .rc-md-navigation .button-wrap .button:hover {
  color: var(--color-text-primary);
}

[data-theme='dark'] .rc-md-navigation .button-wrap .button.disabled {
  color: var(--color-text-disabled);
}

[data-theme='dark'] .drop-wrap {
  background-color: var(--color-background-card);
  border-color: var(--color-border-secondary);
}

[data-theme='dark'] .rc-md-divider {
  background-color: var(--color-border-secondary);
}

[data-theme='dark'] .table-list .list-item {
  background-color: var(--color-border-secondary);
}

[data-theme='dark'] .table-list .list-item.active {
  background: var(--color-text-tertiary);
}

[data-theme='dark'] .tab-map-list .list-item:hover,
[data-theme='dark'] .header-list .list-item:hover {
  background: var(--color-background-hover);
}

[data-theme='dark'] .tool-bar .button {
  color: var(--color-text-tertiary);
}

[data-theme='dark'] .tool-bar .button:hover {
  color: var(--color-text-primary);
}

.sider {
  border-right: 1px solid var(--color-border-secondary);
}

.baseContent {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.bespreadContent {
  flex: 1;
  padding: 24px;
  background-color: var(--color-background-primary);
  overflow-x: hidden;
  overflow-y: auto;
}

.simpleContent {
  flex: 1;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

.adaptTableTabs .ant-tabs-content {
  height: 100%;
}

.adaptTableTabs .ant-tabs-tabpane {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ant-menu.ant-menu-sub.ant-menu-inline {
  background: var(--color-background-card);
}

.ant-menu .ant-menu-item-selected .ant-menu-title-content {
  font-weight: bold;
}

.ant-menu .ant-menu-sub .ant-menu-title-content {
  font-size: 14px;
}

.ant-menu .ant-menu-item:not(.ant-menu-item-only-child) .ant-menu-title-content,
.ant-menu .ant-menu-submenu .ant-menu-submenu-title .ant-menu-title-content {
  margin-inline-start: 10px !important;
}

.ant-drawer .ant-drawer-header-title {
  flex-direction: row-reverse;
}

.ant-drawer .ant-drawer-header-title .ant-drawer-title {
  margin-inline-start: 8px;
}

.ant-drawer .ant-drawer-header-title .ant-drawer-close {
  margin-inline-end: 0;
}

.ant-drawer .ant-drawer-header,
.ant-drawer .ant-drawer-footer {
  border: none;
}

.ant-btn:hover .icon {
  color: currentColor !important;
}

.ant-steps .ant-steps-item-icon {
  font-weight: bold;
}

.ant-form .ant-form-item .ant-form-item-additional {
  margin-top: 4px;
}

.ant-form .ant-form-item .ant-form-item-explain-error {
  font-size: 12px;
}

.ant-modal-root .ant-modal-footer .ant-btn-primary,
.ant-modal-root .ant-modal-confirm-btns .ant-btn-primary {
  padding-left: 24px;
  padding-right: 24px;
}

.ant-modal-root .ant-modal-close:hover {
  color: var(--color-primary);
  background-color: transparent;
}

.cardWrap {
  width: auto;
  padding: 30px;
  border-radius: 4px;
  background-color: var(--color-background-primary);
  box-shadow: var(--shadow-sm);
  min-width: 840px;
  max-width: 1000px;
  margin: 20px auto 0;
}

.cardWrap.bigWrap {
  max-width: 100%;
}
