/* Element Chalk Variables */
:root {
  --art-primary: 93, 135, 255;
  --art-secondary: 73, 190, 255;
  --art-error: 250, 137, 107;
  --art-info: 107, 125, 155;
  --art-success: 19, 222, 185;
  --art-warning: 255, 174, 31;
  --art-danger: 255, 77, 79;
  --art-bg-primary: 236, 242, 255;
  --art-bg-secondary: 232, 247, 255;
  --art-bg-success: 230, 255, 250;
  --art-bg-error: 253, 237, 232;
  --art-bg-info: 240, 242, 247;
  --art-bg-warning: 254, 245, 229;
  --art-bg-danger: 253, 237, 232;
  --art-hoverColor: 246, 249, 252;
  --art-grey100: 242, 246, 250;
  --art-grey200: 234, 239, 244;
  --art-color: #ffffff;
  --art-light: #f9f9f9;
  --art-dark: #1e2129;
  --art-text-muted: #99a1b7;
  --art-gray-100: #f9f9f9;
  --art-gray-100-rgb: 249, 249, 249;
  --art-gray-200: #f1f1f4;
  --art-gray-200-rgb: 241, 241, 244;
  --art-gray-300: #dbdfe9;
  --art-gray-300-rgb: 219, 223, 233;
  --art-gray-400: #c4cada;
  --art-gray-400-rgb: 196, 202, 218;
  --art-gray-500: #99a1b7;
  --art-gray-500-rgb: 153, 161, 183;
  --art-gray-600: #78829d;
  --art-gray-600-rgb: 120, 130, 157;
  --art-gray-700: #4b5675;
  --art-gray-700-rgb: 75, 86, 117;
  --art-gray-800: #252f4a;
  --art-gray-800-rgb: 37, 47, 74;
  --art-gray-900: #071437;
  --art-gray-900-rgb: 7, 20, 55;
  --art-text-muted: #99a1b7;
  --art-text-gray-100: #f9f9f9;
  --art-text-gray-200: #f1f1f4;
  --art-text-gray-300: #dbdfe9;
  --art-text-gray-400: #c4cada;
  --art-text-gray-500: #99a1b7;
  --art-text-gray-600: #78829d;
  --art-text-gray-700: #4b5675;
  --art-text-gray-800: #252f4a;
  --art-text-gray-900: #071437;
  --art-border-color: #eaebf1;
  --art-border-dashed-color: #dbdfe9;
  --art-root-card-border-color: #f1f1f4;
  --art-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --art-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --art-root-card-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --art-root-card-border-color: #f1f1f4;
  --art-bg-color: #fafbfc;
  --art-main-bg-color: #ffffff;
}

html.dark {
  --art-primary: 93, 135, 255;
  --art-secondary: 73, 190, 255;
  --art-error: 250, 137, 107;
  --art-info: 107, 125, 155;
  --art-success: 19, 222, 185;
  --art-warning: 255, 174, 31;
  --art-danger: 255, 77, 79;
  --art-bg-primary: 37, 54, 98;
  --art-bg-secondary: 28, 69, 93;
  --art-bg-success: 27, 60, 72;
  --art-bg-error: 75, 49, 61;
  --art-bg-info: 45, 50, 62;
  --art-bg-warning: 77, 58, 42;
  --art-bg-danger: 100, 49, 61;
  --art-hoverColor: 51, 63, 85;
  --art-grey100: 51, 63, 85;
  --art-grey200: 70, 86, 112;
  --art-color: #000000;
  --art-light: #1b1c22;
  --art-dark: #272a34;
  --art-text-muted: #636674;
  --art-gray-100: #1b1c22;
  --art-gray-100-rgb: 27, 28, 34;
  --art-gray-200: #26272f;
  --art-gray-200-rgb: 38, 39, 47;
  --art-gray-300: #363843;
  --art-gray-300-rgb: 54, 56, 67;
  --art-gray-400: #464852;
  --art-gray-400-rgb: 70, 72, 82;
  --art-gray-500: #636674;
  --art-gray-500-rgb: 99, 102, 116;
  --art-gray-600: #808290;
  --art-gray-600-rgb: 128, 130, 144;
  --art-gray-700: #9a9cae;
  --art-gray-700-rgb: 154, 156, 174;
  --art-gray-800: #b5b7c8;
  --art-gray-800-rgb: 181, 183, 200;
  --art-gray-900: #f5f5f5;
  --art-gray-900-rgb: 245, 245, 245;
  --art-text-muted: #636674;
  --art-text-gray-100: #1b1c22;
  --art-text-gray-200: #26272f;
  --art-text-gray-300: #363843;
  --art-text-gray-400: #464852;
  --art-text-gray-500: #636674;
  --art-text-gray-600: #808290;
  --art-text-gray-700: #9a9cae;
  --art-text-gray-800: #b5b7c8;
  --art-text-gray-900: #f5f5f5;
  --art-border-color: #26272f;
  --art-border-dashed-color: #363843;
  --art-root-card-border-color: #1e2027;
  --art-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --art-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --art-root-card-box-shadow: none;
  --art-root-card-border-color: #1e2027;
  --art-bg-color: #070707;
  --art-main-bg-color: #161618;
}

:root {
  --art-card-border: rgba(var(--art-gray-300-rgb), 0.6);
  --art-card-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}

.bg-primary {
  background-color: rgb(var(--art-bg-primary)) !important;
  color: rgb(var(--art-primary)) !important;
}

.bg-secondary {
  background-color: rgb(var(--art-bg-secondary)) !important;
  color: rgb(var(--art-secondary)) !important;
  border: 1px solid var(--art-secondary);
}

.bg-warning {
  background-color: rgb(var(--art-bg-warning)) !important;
  color: rgb(var(--art-warning)) !important;
}

.bg-error {
  background-color: rgb(var(--art-bg-error)) !important;
  color: rgb(var(--art-error)) !important;
}

.bg-success {
  background-color: rgb(var(--art-bg-success)) !important;
  color: rgb(var(--art-success)) !important;
}

.bg-info {
  background-color: rgb(var(--art-bg-info)) !important;
  color: rgb(var(--art-info)) !important;
}

.bg-danger {
  background-color: rgb(var(--art-bg-danger)) !important;
  color: rgb(var(--art-danger)) !important;
}

.bg-grey100 {
  background-color: rgb(var(--art-grey100)) !important;
}

.bg-grey200 {
  background-color: rgb(var(--art-grey200)) !important;
}

.bg-hoverColor {
  background-color: rgb(var(--art-hoverColor)) !important;
}

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

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

.text-error {
  color: rgb(var(--art-error)) !important;
}

.text-danger {
  color: rgb(var(--art-danger)) !important;
}

.text-info {
  color: rgb(var(--art-info)) !important;
}

.text-success {
  color: rgb(var(--art-success)) !important;
}

.text-warning {
  color: rgb(var(--art-warning)) !important;
}

/**
* 溢出省略号
* @param {Number} 行数
*/
/**
* 控制用户能否选中文本
* @param {String} 类型
*/
/**
* css3动画
* 
*/
body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--art-text-gray-800);
}

body {
  color: var(--art-text-gray-700);
  text-align: left;
  font-family: Inter, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

select {
  font-size: 12px;
}

table {
  border-collapse: collapse;
}

fieldset,
img {
  border: 0 none;
}

fieldset {
  margin: 0;
  padding: 0;
}

fieldset p {
  margin: 0;
  padding: 0 0 0 8px;
}

legend {
  display: none;
}

address,
caption,
em,
strong,
th,
i {
  font-style: normal;
  font-weight: 400;
}

table caption {
  margin-left: -1px;
}

hr {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #e4e4e4;
  border-width: 1px 0;
  clear: both;
  height: 2px;
  margin: 5px 0;
  overflow: hidden;
}

ol,
ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ””;
}

/*滚动条*/
/*滚动条整体部分,必须要设置*/
::-webkit-scrollbar {
  width: 8px !important;
  height: 0 !important;
}

/*滚动条的轨道*/
::-webkit-scrollbar-track {
  background-color: var(--art-text-gray-100);
}

/*滚动条的滑块按钮*/
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #cccccc !important;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #b0abab !important;
}

/*滚动条的上下两端的按钮*/
::-webkit-scrollbar-button {
  height: 0px;
  width: 0;
}

.dark ::-webkit-scrollbar-track {
  background-color: var(--art-bg-color);
}
.dark ::-webkit-scrollbar-thumb {
  background-color: rgba(var(--art-gray-300-rgb), 0.8) !important;
}/* Element Chalk Variables */
:root {
  --art-primary: 93, 135, 255;
  --art-secondary: 73, 190, 255;
  --art-error: 250, 137, 107;
  --art-info: 107, 125, 155;
  --art-success: 19, 222, 185;
  --art-warning: 255, 174, 31;
  --art-danger: 255, 77, 79;
  --art-bg-primary: 236, 242, 255;
  --art-bg-secondary: 232, 247, 255;
  --art-bg-success: 230, 255, 250;
  --art-bg-error: 253, 237, 232;
  --art-bg-info: 240, 242, 247;
  --art-bg-warning: 254, 245, 229;
  --art-bg-danger: 253, 237, 232;
  --art-hoverColor: 246, 249, 252;
  --art-grey100: 242, 246, 250;
  --art-grey200: 234, 239, 244;
  --art-color: #ffffff;
  --art-light: #f9f9f9;
  --art-dark: #1e2129;
  --art-text-muted: #99a1b7;
  --art-gray-100: #f9f9f9;
  --art-gray-100-rgb: 249, 249, 249;
  --art-gray-200: #f1f1f4;
  --art-gray-200-rgb: 241, 241, 244;
  --art-gray-300: #dbdfe9;
  --art-gray-300-rgb: 219, 223, 233;
  --art-gray-400: #c4cada;
  --art-gray-400-rgb: 196, 202, 218;
  --art-gray-500: #99a1b7;
  --art-gray-500-rgb: 153, 161, 183;
  --art-gray-600: #78829d;
  --art-gray-600-rgb: 120, 130, 157;
  --art-gray-700: #4b5675;
  --art-gray-700-rgb: 75, 86, 117;
  --art-gray-800: #252f4a;
  --art-gray-800-rgb: 37, 47, 74;
  --art-gray-900: #071437;
  --art-gray-900-rgb: 7, 20, 55;
  --art-text-muted: #99a1b7;
  --art-text-gray-100: #f9f9f9;
  --art-text-gray-200: #f1f1f4;
  --art-text-gray-300: #dbdfe9;
  --art-text-gray-400: #c4cada;
  --art-text-gray-500: #99a1b7;
  --art-text-gray-600: #78829d;
  --art-text-gray-700: #4b5675;
  --art-text-gray-800: #252f4a;
  --art-text-gray-900: #071437;
  --art-border-color: #eaebf1;
  --art-border-dashed-color: #dbdfe9;
  --art-root-card-border-color: #f1f1f4;
  --art-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --art-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --art-root-card-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --art-root-card-border-color: #f1f1f4;
  --art-bg-color: #fafbfc;
  --art-main-bg-color: #ffffff;
}

html.dark {
  --art-primary: 93, 135, 255;
  --art-secondary: 73, 190, 255;
  --art-error: 250, 137, 107;
  --art-info: 107, 125, 155;
  --art-success: 19, 222, 185;
  --art-warning: 255, 174, 31;
  --art-danger: 255, 77, 79;
  --art-bg-primary: 37, 54, 98;
  --art-bg-secondary: 28, 69, 93;
  --art-bg-success: 27, 60, 72;
  --art-bg-error: 75, 49, 61;
  --art-bg-info: 45, 50, 62;
  --art-bg-warning: 77, 58, 42;
  --art-bg-danger: 100, 49, 61;
  --art-hoverColor: 51, 63, 85;
  --art-grey100: 51, 63, 85;
  --art-grey200: 70, 86, 112;
  --art-color: #000000;
  --art-light: #1b1c22;
  --art-dark: #272a34;
  --art-text-muted: #636674;
  --art-gray-100: #1b1c22;
  --art-gray-100-rgb: 27, 28, 34;
  --art-gray-200: #26272f;
  --art-gray-200-rgb: 38, 39, 47;
  --art-gray-300: #363843;
  --art-gray-300-rgb: 54, 56, 67;
  --art-gray-400: #464852;
  --art-gray-400-rgb: 70, 72, 82;
  --art-gray-500: #636674;
  --art-gray-500-rgb: 99, 102, 116;
  --art-gray-600: #808290;
  --art-gray-600-rgb: 128, 130, 144;
  --art-gray-700: #9a9cae;
  --art-gray-700-rgb: 154, 156, 174;
  --art-gray-800: #b5b7c8;
  --art-gray-800-rgb: 181, 183, 200;
  --art-gray-900: #f5f5f5;
  --art-gray-900-rgb: 245, 245, 245;
  --art-text-muted: #636674;
  --art-text-gray-100: #1b1c22;
  --art-text-gray-200: #26272f;
  --art-text-gray-300: #363843;
  --art-text-gray-400: #464852;
  --art-text-gray-500: #636674;
  --art-text-gray-600: #808290;
  --art-text-gray-700: #9a9cae;
  --art-text-gray-800: #b5b7c8;
  --art-text-gray-900: #f5f5f5;
  --art-border-color: #26272f;
  --art-border-dashed-color: #363843;
  --art-root-card-border-color: #1e2027;
  --art-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --art-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --art-root-card-box-shadow: none;
  --art-root-card-border-color: #1e2027;
  --art-bg-color: #070707;
  --art-main-bg-color: #161618;
}

:root {
  --art-card-border: rgba(var(--art-gray-300-rgb), 0.6);
  --art-card-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}

.bg-primary {
  background-color: rgb(var(--art-bg-primary)) !important;
  color: rgb(var(--art-primary)) !important;
}

.bg-secondary {
  background-color: rgb(var(--art-bg-secondary)) !important;
  color: rgb(var(--art-secondary)) !important;
  border: 1px solid var(--art-secondary);
}

.bg-warning {
  background-color: rgb(var(--art-bg-warning)) !important;
  color: rgb(var(--art-warning)) !important;
}

.bg-error {
  background-color: rgb(var(--art-bg-error)) !important;
  color: rgb(var(--art-error)) !important;
}

.bg-success {
  background-color: rgb(var(--art-bg-success)) !important;
  color: rgb(var(--art-success)) !important;
}

.bg-info {
  background-color: rgb(var(--art-bg-info)) !important;
  color: rgb(var(--art-info)) !important;
}

.bg-danger {
  background-color: rgb(var(--art-bg-danger)) !important;
  color: rgb(var(--art-danger)) !important;
}

.bg-grey100 {
  background-color: rgb(var(--art-grey100)) !important;
}

.bg-grey200 {
  background-color: rgb(var(--art-grey200)) !important;
}

.bg-hoverColor {
  background-color: rgb(var(--art-hoverColor)) !important;
}

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

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

.text-error {
  color: rgb(var(--art-error)) !important;
}

.text-danger {
  color: rgb(var(--art-danger)) !important;
}

.text-info {
  color: rgb(var(--art-info)) !important;
}

.text-success {
  color: rgb(var(--art-success)) !important;
}

.text-warning {
  color: rgb(var(--art-warning)) !important;
}

/**
* 溢出省略号
* @param {Number} 行数
*/
/**
* 控制用户能否选中文本
* @param {String} 类型
*/
/**
* css3动画
* 
*/
#nprogress .bar {
  z-index: 2400;
  background-color: color-mix(in srgb, var(--main-color) 65%, white);
}

#nprogress .peg {
  box-shadow: 0 0 10px var(--main-color), 0 0 5px var(--main-color) !important;
}

#nprogress .spinner-icon {
  border-top-color: var(--main-color) !important;
  border-left-color: var(--main-color) !important;
}

@media screen and (max-width: 500px) {
  * {
    cursor: default !important;
  }
}
*,
::before,
::after {
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.color-weak {
  filter: invert(80%);
  -webkit-filter: invert(80%);
}

#noop {
  display: none;
}

.langDropDownStyle .is-selected {
  background-color: rgba(var(--art-gray-200-rgb), 0.8) !important;
}
.langDropDownStyle .lang-btn-item .el-dropdown-menu__item {
  padding-left: 13px !important;
  padding-right: 6px !important;
  margin-bottom: 3px !important;
}
.langDropDownStyle .lang-btn-item:last-child .el-dropdown-menu__item {
  margin-bottom: 0 !important;
}
.langDropDownStyle .lang-btn-item .menu-txt {
  min-width: 60px;
  display: block;
}
.langDropDownStyle .lang-btn-item i {
  font-size: 10px;
  margin-left: 10px;
}

.page-content,
.art-custom-card {
  border: 1px solid var(--art-card-border) !important;
}

[data-box-mode=border-mode] .page-content,
[data-box-mode=border-mode] .art-custom-card,
[data-box-mode=border-mode] .art-table-card {
  border: 1px solid var(--art-card-border) !important;
}
[data-box-mode=border-mode] .layout-sidebar {
  border-right: 1px solid var(--art-card-border) !important;
}
@media only screen and (max-width: 500px) {
  [data-box-mode=border-mode] .layout-sidebar {
    border-right: 0 !important;
  }
}

[data-box-mode=shadow-mode] .page-content,
[data-box-mode=shadow-mode] .art-custom-card,
[data-box-mode=shadow-mode] .art-table-card {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04) !important;
  border: 1px solid rgba(var(--art-gray-300-rgb), 0.3) !important;
}
[data-box-mode=shadow-mode] .layout-sidebar {
  border-right: 1px solid rgba(var(--art-gray-300-rgb), 0.4) !important;
}

.el-full-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw !important;
  height: 100% !important;
  z-index: 2300;
  margin-top: 0;
  padding: 15px;
  box-sizing: border-box;
  background-color: var(--art-main-bg-color);
  display: flex;
  flex-direction: column;
}

.art-table-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  border-radius: calc(var(--custom-radius) / 2 + 2px) !important;
}
.art-table-card .el-card__body {
  height: 100%;
  overflow: hidden;
}

.list-page .art-table-card {
  display: flex;
  flex-direction: column;
}
.list-page .art-table-card .el-card__body {
  display: flex;
  flex-direction: column;
}
.list-page .table-scroll-wrapper {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.art-full-height {
  height: var(--art-full-height);
  display: flex;
  flex-direction: column;
}
@media (max-width: 500px) {
  .art-full-height {
    height: auto;
  }
}

.art-badge {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  background: #ff3860;
  border-radius: 50%;
  animation: breathe 1.5s ease-in-out infinite;
}
.art-badge.art-badge-horizontal {
  right: 0;
}
.art-badge.art-badge-mixed {
  right: 0;
}
.art-badge.art-badge-dual {
  right: 5px;
  top: 5px;
  bottom: auto;
}

.art-text-badge {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  min-width: 20px;
  height: 18px;
  line-height: 17px;
  padding: 0 5px;
  margin: auto;
  font-size: 10px;
  color: #fff;
  text-align: center;
  background: #fd4e4e;
  border-radius: 4px;
}

@keyframes breathe {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0.7;
    transform: scale(1);
  }
}
.art-loading-fix {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.art-loading-fix .el-loading-spinner {
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
}/* Element Chalk Variables */
:root {
  --art-primary: 93, 135, 255;
  --art-secondary: 73, 190, 255;
  --art-error: 250, 137, 107;
  --art-info: 107, 125, 155;
  --art-success: 19, 222, 185;
  --art-warning: 255, 174, 31;
  --art-danger: 255, 77, 79;
  --art-bg-primary: 236, 242, 255;
  --art-bg-secondary: 232, 247, 255;
  --art-bg-success: 230, 255, 250;
  --art-bg-error: 253, 237, 232;
  --art-bg-info: 240, 242, 247;
  --art-bg-warning: 254, 245, 229;
  --art-bg-danger: 253, 237, 232;
  --art-hoverColor: 246, 249, 252;
  --art-grey100: 242, 246, 250;
  --art-grey200: 234, 239, 244;
  --art-color: #ffffff;
  --art-light: #f9f9f9;
  --art-dark: #1e2129;
  --art-text-muted: #99a1b7;
  --art-gray-100: #f9f9f9;
  --art-gray-100-rgb: 249, 249, 249;
  --art-gray-200: #f1f1f4;
  --art-gray-200-rgb: 241, 241, 244;
  --art-gray-300: #dbdfe9;
  --art-gray-300-rgb: 219, 223, 233;
  --art-gray-400: #c4cada;
  --art-gray-400-rgb: 196, 202, 218;
  --art-gray-500: #99a1b7;
  --art-gray-500-rgb: 153, 161, 183;
  --art-gray-600: #78829d;
  --art-gray-600-rgb: 120, 130, 157;
  --art-gray-700: #4b5675;
  --art-gray-700-rgb: 75, 86, 117;
  --art-gray-800: #252f4a;
  --art-gray-800-rgb: 37, 47, 74;
  --art-gray-900: #071437;
  --art-gray-900-rgb: 7, 20, 55;
  --art-text-muted: #99a1b7;
  --art-text-gray-100: #f9f9f9;
  --art-text-gray-200: #f1f1f4;
  --art-text-gray-300: #dbdfe9;
  --art-text-gray-400: #c4cada;
  --art-text-gray-500: #99a1b7;
  --art-text-gray-600: #78829d;
  --art-text-gray-700: #4b5675;
  --art-text-gray-800: #252f4a;
  --art-text-gray-900: #071437;
  --art-border-color: #eaebf1;
  --art-border-dashed-color: #dbdfe9;
  --art-root-card-border-color: #f1f1f4;
  --art-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --art-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --art-root-card-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --art-root-card-border-color: #f1f1f4;
  --art-bg-color: #fafbfc;
  --art-main-bg-color: #ffffff;
}

html.dark {
  --art-primary: 93, 135, 255;
  --art-secondary: 73, 190, 255;
  --art-error: 250, 137, 107;
  --art-info: 107, 125, 155;
  --art-success: 19, 222, 185;
  --art-warning: 255, 174, 31;
  --art-danger: 255, 77, 79;
  --art-bg-primary: 37, 54, 98;
  --art-bg-secondary: 28, 69, 93;
  --art-bg-success: 27, 60, 72;
  --art-bg-error: 75, 49, 61;
  --art-bg-info: 45, 50, 62;
  --art-bg-warning: 77, 58, 42;
  --art-bg-danger: 100, 49, 61;
  --art-hoverColor: 51, 63, 85;
  --art-grey100: 51, 63, 85;
  --art-grey200: 70, 86, 112;
  --art-color: #000000;
  --art-light: #1b1c22;
  --art-dark: #272a34;
  --art-text-muted: #636674;
  --art-gray-100: #1b1c22;
  --art-gray-100-rgb: 27, 28, 34;
  --art-gray-200: #26272f;
  --art-gray-200-rgb: 38, 39, 47;
  --art-gray-300: #363843;
  --art-gray-300-rgb: 54, 56, 67;
  --art-gray-400: #464852;
  --art-gray-400-rgb: 70, 72, 82;
  --art-gray-500: #636674;
  --art-gray-500-rgb: 99, 102, 116;
  --art-gray-600: #808290;
  --art-gray-600-rgb: 128, 130, 144;
  --art-gray-700: #9a9cae;
  --art-gray-700-rgb: 154, 156, 174;
  --art-gray-800: #b5b7c8;
  --art-gray-800-rgb: 181, 183, 200;
  --art-gray-900: #f5f5f5;
  --art-gray-900-rgb: 245, 245, 245;
  --art-text-muted: #636674;
  --art-text-gray-100: #1b1c22;
  --art-text-gray-200: #26272f;
  --art-text-gray-300: #363843;
  --art-text-gray-400: #464852;
  --art-text-gray-500: #636674;
  --art-text-gray-600: #808290;
  --art-text-gray-700: #9a9cae;
  --art-text-gray-800: #b5b7c8;
  --art-text-gray-900: #f5f5f5;
  --art-border-color: #26272f;
  --art-border-dashed-color: #363843;
  --art-root-card-border-color: #1e2027;
  --art-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --art-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --art-root-card-box-shadow: none;
  --art-root-card-border-color: #1e2027;
  --art-bg-color: #070707;
  --art-main-bg-color: #161618;
}

:root {
  --art-card-border: rgba(var(--art-gray-300-rgb), 0.6);
  --art-card-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}

.bg-primary {
  background-color: rgb(var(--art-bg-primary)) !important;
  color: rgb(var(--art-primary)) !important;
}

.bg-secondary {
  background-color: rgb(var(--art-bg-secondary)) !important;
  color: rgb(var(--art-secondary)) !important;
  border: 1px solid var(--art-secondary);
}

.bg-warning {
  background-color: rgb(var(--art-bg-warning)) !important;
  color: rgb(var(--art-warning)) !important;
}

.bg-error {
  background-color: rgb(var(--art-bg-error)) !important;
  color: rgb(var(--art-error)) !important;
}

.bg-success {
  background-color: rgb(var(--art-bg-success)) !important;
  color: rgb(var(--art-success)) !important;
}

.bg-info {
  background-color: rgb(var(--art-bg-info)) !important;
  color: rgb(var(--art-info)) !important;
}

.bg-danger {
  background-color: rgb(var(--art-bg-danger)) !important;
  color: rgb(var(--art-danger)) !important;
}

.bg-grey100 {
  background-color: rgb(var(--art-grey100)) !important;
}

.bg-grey200 {
  background-color: rgb(var(--art-grey200)) !important;
}

.bg-hoverColor {
  background-color: rgb(var(--art-hoverColor)) !important;
}

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

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

.text-error {
  color: rgb(var(--art-error)) !important;
}

.text-danger {
  color: rgb(var(--art-danger)) !important;
}

.text-info {
  color: rgb(var(--art-info)) !important;
}

.text-success {
  color: rgb(var(--art-success)) !important;
}

.text-warning {
  color: rgb(var(--art-warning)) !important;
}

/**
* 溢出省略号
* @param {Number} 行数
*/
/**
* 控制用户能否选中文本
* @param {String} 类型
*/
/**
* css3动画
* 
*/
:root {
  --main-color: var(--el-color-primary);
  --el-color-white: white !important;
  --el-color-black: white !important;
  --el-font-weight-primary: 400 !important;
  --el-component-custom-height: 36px !important;
  --el-component-size: var(--el-component-custom-height) !important;
  --el-border-radius-base: calc(var(--custom-radius) / 3 + 2px) !important;
  --el-border-radius-small: calc(var(--custom-radius) / 3 + 4px) !important;
  --el-messagebox-border-radius: calc(var(--custom-radius) / 3 + 4px) !important;
  --el-popover-border-radius: calc(var(--custom-radius) / 3 + 4px) !important;
}
:root .region .el-radio-button__original-radio:checked + .el-radio-button__inner {
  color: var(--main-color);
}

.el-form-item__label {
  height: var(--el-component-custom-height) !important;
  line-height: var(--el-component-custom-height) !important;
}

.el-date-range-picker {
  --el-datepicker-inrange-bg-color: rgba(var(--art-gray-200-rgb), 0.6) !important;
}

html.dark .el-card {
  --el-card-bg-color: var(--art-main-bg-color) !important;
}

.el-pagination--default {
  --el-pagination-button-width: 32px !important;
  --el-pagination-button-height: var(--el-pagination-button-width) !important;
}
@media (max-width: 1180px) {
  .el-pagination--default {
    --el-pagination-button-width: 28px !important;
  }
}
.el-pagination--default .el-select--default .el-select__wrapper {
  min-height: var(--el-pagination-button-width) !important;
}
.el-pagination--default .el-pagination__jump .el-input {
  height: var(--el-pagination-button-width) !important;
}

.el-pager li {
  padding: 0 10px !important;
}

.el-menu.el-menu--inline {
  transition: max-height 0.26s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.el-sub-menu__title,
.el-menu-item {
  transition: background-color 0s !important;
}

.el-button--default {
  height: var(--el-component-custom-height) !important;
}

.el-select--default .el-select__wrapper {
  min-height: var(--el-component-custom-height) !important;
}

.el-checkbox-button--default .el-checkbox-button__inner,
.el-radio-button--default .el-radio-button__inner {
  padding: 10px 15px !important;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  border-radius: 6px;
}

.el-popover {
  min-width: 80px;
  border-radius: var(--el-border-radius-small) !important;
}

.el-dialog {
  border-radius: 100px !important;
  border-radius: calc(var(--custom-radius) / 1.2 + 2px) !important;
  overflow: hidden;
}

.el-dialog__header .el-dialog__title {
  font-size: 16px;
}

.el-dialog__body {
  padding: 25px 0 !important;
  position: relative;
}

.el-dialog.el-dialog-border .el-dialog__body::before, .el-dialog.el-dialog-border .el-dialog__body::after {
  content: "";
  position: absolute;
  left: -16px;
  width: calc(100% + 32px);
  height: 1px;
  background-color: rgba(var(--art-gray-300-rgb), 0.56);
}
.el-dialog.el-dialog-border .el-dialog__body::before {
  top: 0;
}
.el-dialog.el-dialog-border .el-dialog__body::after {
  bottom: 0;
}

.el-message {
  background-color: var(--art-main-bg-color) !important;
  border: 0 !important;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05) !important;
}
.el-message p {
  font-size: 13px;
}

.el-dropdown-menu {
  padding: 6px !important;
  border-radius: 10px !important;
  border: none !important;
}
.el-dropdown-menu .el-dropdown-menu__item {
  padding: 6px 16px !important;
  border-radius: 6px !important;
}
.el-dropdown-menu .el-dropdown-menu__item:hover:not(.is-disabled) {
  color: var(--art-gray-900) !important;
  background-color: var(--art-gray-200) !important;
}

.el-select__popper,
.el-dropdown__popper {
  margin-top: -6px !important;
}
.el-select__popper .el-popper__arrow,
.el-dropdown__popper .el-popper__arrow {
  display: none;
}

.el-dropdown-selfdefine:focus {
  outline: none !important;
}

@media screen and (max-width: 500px) {
  .el-message-box,
  .el-message,
  .el-dialog {
    width: calc(100% - 24px) !important;
  }
  .el-date-picker.has-sidebar.has-time {
    width: calc(100% - 24px);
    left: 12px !important;
  }
  .el-picker-panel *[slot=sidebar],
  .el-picker-panel__sidebar {
    display: none;
  }
  .el-picker-panel *[slot=sidebar] + .el-picker-panel__body,
  .el-picker-panel__sidebar + .el-picker-panel__body {
    margin-left: 0;
  }
}
.el-button.el-button--text {
  background-color: transparent !important;
  padding: 0 !important;
}
.el-button.el-button--text span {
  margin-left: 0 !important;
}

.el-tag {
  font-weight: 500;
  transition: all 0s !important;
}
.el-tag.el-tag--default {
  height: 26px !important;
}

.el-checkbox-group.el-table-filter__checkbox-group label.el-checkbox {
  height: 17px !important;
}
.el-checkbox-group.el-table-filter__checkbox-group label.el-checkbox .el-checkbox__label {
  font-weight: 400 !important;
}

.el-radio--default .el-radio__input .el-radio__inner {
  width: 16px;
  height: 16px;
}
.el-radio--default .el-radio__input .el-radio__inner::after {
  width: 6px;
  height: 6px;
}

.el-checkbox .el-checkbox__inner {
  border-radius: 2px !important;
}

.el-checkbox--default .el-checkbox__inner {
  width: 16px !important;
  height: 16px !important;
  border-radius: 4px !important;
}
.el-checkbox--default .el-checkbox__inner::before {
  content: "";
  height: 4px !important;
  top: 5px !important;
  background-color: #fff !important;
  transform: scale(0.6) !important;
}
.el-checkbox--default .is-checked .el-checkbox__inner::after {
  width: 3px;
  height: 8px;
  margin: auto;
  border: 2px solid var(--el-checkbox-checked-icon-color);
  border-left: 0;
  border-top: 0;
  transform: translate(-45%, -60%) rotate(45deg) scale(0.86) !important;
  transform-origin: center;
}

.el-notification .el-notification__icon {
  font-size: 22px !important;
}

.el-message-box__headerbtn .el-message-box__close,
.el-dialog__headerbtn .el-dialog__close {
  color: var(--art-gray-500) !important;
  top: 7px !important;
  right: 7px !important;
  padding: 7px !important;
  border-radius: 5px !important;
  transition: all 0.3s !important;
}
.el-message-box__headerbtn .el-message-box__close:hover,
.el-dialog__headerbtn .el-dialog__close:hover {
  background-color: var(--art-gray-200) !important;
  color: var(--art-gray-800) !important;
}

.el-message-box {
  padding: 25px 20px !important;
}

.el-message-box__title {
  font-weight: 500 !important;
}

.el-table__column-filter-trigger i {
  color: var(--main-color) !important;
  margin: -3px 0 0 2px;
}

.el-tooltip__trigger:focus-visible {
  outline: unset;
}

@media screen and (max-width: 1180px) {
  .el-table-fixed-column--right {
    padding-right: 0 !important;
  }
  .el-table-fixed-column--right .el-button {
    margin: 5px 10px 5px 0 !important;
  }
}
.login-out-dialog {
  padding: 30px 20px !important;
  border-radius: 10px !important;
}

.dialog-fade-enter-active .el-dialog:not(.is-draggable) {
  animation: dialog-open 0.3s cubic-bezier(0.32, 0.14, 0.15, 0.86);
}
.dialog-fade-enter-active .el-dialog:not(.is-draggable) .el-select__selected-item {
  display: inline-block;
}

.dialog-fade-leave-active {
  animation: fade-out 0.2s linear;
}
.dialog-fade-leave-active .el-dialog:not(.is-draggable) {
  animation: dialog-close 0.5s;
}

@keyframes dialog-open {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes dialog-close {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.2);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.el-select__popper:not(.el-tree-select__popper) .el-select-dropdown__list {
  padding: 5px !important;
}
.el-select__popper:not(.el-tree-select__popper) .el-select-dropdown__list .el-select-dropdown__item {
  height: 34px !important;
  line-height: 34px !important;
  border-radius: 6px !important;
}
.el-select__popper:not(.el-tree-select__popper) .el-select-dropdown__list .el-select-dropdown__item.is-hovering {
  background-color: transparent !important;
}
.el-select__popper:not(.el-tree-select__popper) .el-select-dropdown__list .el-select-dropdown__item.is-selected {
  color: var(--art-gray-900) !important;
  font-weight: 400 !important;
  background-color: rgba(var(--art-gray-200-rgb), 0.8) !important;
  margin-bottom: 4px !important;
}
.el-select__popper:not(.el-tree-select__popper) .el-select-dropdown__list .el-select-dropdown__item:hover {
  background-color: rgba(var(--art-gray-200-rgb), 0.8) !important;
}
.el-select__popper:not(.el-tree-select__popper) .el-select-dropdown__list .el-select-dropdown__item:hover ~ .is-selected,
.el-select__popper:not(.el-tree-select__popper) .el-select-dropdown__list .el-select-dropdown__item.is-selected:has(~ .el-select-dropdown__item:hover) {
  background-color: transparent !important;
}

.el-tree-select__popper .el-select-dropdown__list {
  padding: 5px !important;
}
.el-tree-select__popper .el-select-dropdown__list .el-tree-node .el-tree-node__content {
  height: 36px !important;
  border-radius: 6px !important;
}
.el-tree-select__popper .el-select-dropdown__list .el-tree-node .el-tree-node__content:hover {
  background-color: var(--art-gray-200) !important;
}

.el-button > span {
  position: relative;
  z-index: 10;
}

.el-color-picker__color {
  border-radius: 2px !important;
}

.el-picker-panel .el-picker-panel__footer {
  border-radius: 0 0 var(--el-border-radius-base) var(--el-border-radius-base);
}/* Element Chalk Variables */
:root {
  --art-primary: 93, 135, 255;
  --art-secondary: 73, 190, 255;
  --art-error: 250, 137, 107;
  --art-info: 107, 125, 155;
  --art-success: 19, 222, 185;
  --art-warning: 255, 174, 31;
  --art-danger: 255, 77, 79;
  --art-bg-primary: 236, 242, 255;
  --art-bg-secondary: 232, 247, 255;
  --art-bg-success: 230, 255, 250;
  --art-bg-error: 253, 237, 232;
  --art-bg-info: 240, 242, 247;
  --art-bg-warning: 254, 245, 229;
  --art-bg-danger: 253, 237, 232;
  --art-hoverColor: 246, 249, 252;
  --art-grey100: 242, 246, 250;
  --art-grey200: 234, 239, 244;
  --art-color: #ffffff;
  --art-light: #f9f9f9;
  --art-dark: #1e2129;
  --art-text-muted: #99a1b7;
  --art-gray-100: #f9f9f9;
  --art-gray-100-rgb: 249, 249, 249;
  --art-gray-200: #f1f1f4;
  --art-gray-200-rgb: 241, 241, 244;
  --art-gray-300: #dbdfe9;
  --art-gray-300-rgb: 219, 223, 233;
  --art-gray-400: #c4cada;
  --art-gray-400-rgb: 196, 202, 218;
  --art-gray-500: #99a1b7;
  --art-gray-500-rgb: 153, 161, 183;
  --art-gray-600: #78829d;
  --art-gray-600-rgb: 120, 130, 157;
  --art-gray-700: #4b5675;
  --art-gray-700-rgb: 75, 86, 117;
  --art-gray-800: #252f4a;
  --art-gray-800-rgb: 37, 47, 74;
  --art-gray-900: #071437;
  --art-gray-900-rgb: 7, 20, 55;
  --art-text-muted: #99a1b7;
  --art-text-gray-100: #f9f9f9;
  --art-text-gray-200: #f1f1f4;
  --art-text-gray-300: #dbdfe9;
  --art-text-gray-400: #c4cada;
  --art-text-gray-500: #99a1b7;
  --art-text-gray-600: #78829d;
  --art-text-gray-700: #4b5675;
  --art-text-gray-800: #252f4a;
  --art-text-gray-900: #071437;
  --art-border-color: #eaebf1;
  --art-border-dashed-color: #dbdfe9;
  --art-root-card-border-color: #f1f1f4;
  --art-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --art-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --art-root-card-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --art-root-card-border-color: #f1f1f4;
  --art-bg-color: #fafbfc;
  --art-main-bg-color: #ffffff;
}

html.dark {
  --art-primary: 93, 135, 255;
  --art-secondary: 73, 190, 255;
  --art-error: 250, 137, 107;
  --art-info: 107, 125, 155;
  --art-success: 19, 222, 185;
  --art-warning: 255, 174, 31;
  --art-danger: 255, 77, 79;
  --art-bg-primary: 37, 54, 98;
  --art-bg-secondary: 28, 69, 93;
  --art-bg-success: 27, 60, 72;
  --art-bg-error: 75, 49, 61;
  --art-bg-info: 45, 50, 62;
  --art-bg-warning: 77, 58, 42;
  --art-bg-danger: 100, 49, 61;
  --art-hoverColor: 51, 63, 85;
  --art-grey100: 51, 63, 85;
  --art-grey200: 70, 86, 112;
  --art-color: #000000;
  --art-light: #1b1c22;
  --art-dark: #272a34;
  --art-text-muted: #636674;
  --art-gray-100: #1b1c22;
  --art-gray-100-rgb: 27, 28, 34;
  --art-gray-200: #26272f;
  --art-gray-200-rgb: 38, 39, 47;
  --art-gray-300: #363843;
  --art-gray-300-rgb: 54, 56, 67;
  --art-gray-400: #464852;
  --art-gray-400-rgb: 70, 72, 82;
  --art-gray-500: #636674;
  --art-gray-500-rgb: 99, 102, 116;
  --art-gray-600: #808290;
  --art-gray-600-rgb: 128, 130, 144;
  --art-gray-700: #9a9cae;
  --art-gray-700-rgb: 154, 156, 174;
  --art-gray-800: #b5b7c8;
  --art-gray-800-rgb: 181, 183, 200;
  --art-gray-900: #f5f5f5;
  --art-gray-900-rgb: 245, 245, 245;
  --art-text-muted: #636674;
  --art-text-gray-100: #1b1c22;
  --art-text-gray-200: #26272f;
  --art-text-gray-300: #363843;
  --art-text-gray-400: #464852;
  --art-text-gray-500: #636674;
  --art-text-gray-600: #808290;
  --art-text-gray-700: #9a9cae;
  --art-text-gray-800: #b5b7c8;
  --art-text-gray-900: #f5f5f5;
  --art-border-color: #26272f;
  --art-border-dashed-color: #363843;
  --art-root-card-border-color: #1e2027;
  --art-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --art-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --art-root-card-box-shadow: none;
  --art-root-card-border-color: #1e2027;
  --art-bg-color: #070707;
  --art-main-bg-color: #161618;
}

:root {
  --art-card-border: rgba(var(--art-gray-300-rgb), 0.6);
  --art-card-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}

.bg-primary {
  background-color: rgb(var(--art-bg-primary)) !important;
  color: rgb(var(--art-primary)) !important;
}

.bg-secondary {
  background-color: rgb(var(--art-bg-secondary)) !important;
  color: rgb(var(--art-secondary)) !important;
  border: 1px solid var(--art-secondary);
}

.bg-warning {
  background-color: rgb(var(--art-bg-warning)) !important;
  color: rgb(var(--art-warning)) !important;
}

.bg-error {
  background-color: rgb(var(--art-bg-error)) !important;
  color: rgb(var(--art-error)) !important;
}

.bg-success {
  background-color: rgb(var(--art-bg-success)) !important;
  color: rgb(var(--art-success)) !important;
}

.bg-info {
  background-color: rgb(var(--art-bg-info)) !important;
  color: rgb(var(--art-info)) !important;
}

.bg-danger {
  background-color: rgb(var(--art-bg-danger)) !important;
  color: rgb(var(--art-danger)) !important;
}

.bg-grey100 {
  background-color: rgb(var(--art-grey100)) !important;
}

.bg-grey200 {
  background-color: rgb(var(--art-grey200)) !important;
}

.bg-hoverColor {
  background-color: rgb(var(--art-hoverColor)) !important;
}

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

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

.text-error {
  color: rgb(var(--art-error)) !important;
}

.text-danger {
  color: rgb(var(--art-danger)) !important;
}

.text-info {
  color: rgb(var(--art-info)) !important;
}

.text-success {
  color: rgb(var(--art-success)) !important;
}

.text-warning {
  color: rgb(var(--art-warning)) !important;
}

/**
* 溢出省略号
* @param {Number} 行数
*/
/**
* 控制用户能否选中文本
* @param {String} 类型
*/
/**
* css3动画
* 
*/
@media screen and (max-width: 1180px) {
  * {
    -webkit-tap-highlight-color: transparent;
  }
}/* Element Chalk Variables */
:root {
  --art-primary: 93, 135, 255;
  --art-secondary: 73, 190, 255;
  --art-error: 250, 137, 107;
  --art-info: 107, 125, 155;
  --art-success: 19, 222, 185;
  --art-warning: 255, 174, 31;
  --art-danger: 255, 77, 79;
  --art-bg-primary: 236, 242, 255;
  --art-bg-secondary: 232, 247, 255;
  --art-bg-success: 230, 255, 250;
  --art-bg-error: 253, 237, 232;
  --art-bg-info: 240, 242, 247;
  --art-bg-warning: 254, 245, 229;
  --art-bg-danger: 253, 237, 232;
  --art-hoverColor: 246, 249, 252;
  --art-grey100: 242, 246, 250;
  --art-grey200: 234, 239, 244;
  --art-color: #ffffff;
  --art-light: #f9f9f9;
  --art-dark: #1e2129;
  --art-text-muted: #99a1b7;
  --art-gray-100: #f9f9f9;
  --art-gray-100-rgb: 249, 249, 249;
  --art-gray-200: #f1f1f4;
  --art-gray-200-rgb: 241, 241, 244;
  --art-gray-300: #dbdfe9;
  --art-gray-300-rgb: 219, 223, 233;
  --art-gray-400: #c4cada;
  --art-gray-400-rgb: 196, 202, 218;
  --art-gray-500: #99a1b7;
  --art-gray-500-rgb: 153, 161, 183;
  --art-gray-600: #78829d;
  --art-gray-600-rgb: 120, 130, 157;
  --art-gray-700: #4b5675;
  --art-gray-700-rgb: 75, 86, 117;
  --art-gray-800: #252f4a;
  --art-gray-800-rgb: 37, 47, 74;
  --art-gray-900: #071437;
  --art-gray-900-rgb: 7, 20, 55;
  --art-text-muted: #99a1b7;
  --art-text-gray-100: #f9f9f9;
  --art-text-gray-200: #f1f1f4;
  --art-text-gray-300: #dbdfe9;
  --art-text-gray-400: #c4cada;
  --art-text-gray-500: #99a1b7;
  --art-text-gray-600: #78829d;
  --art-text-gray-700: #4b5675;
  --art-text-gray-800: #252f4a;
  --art-text-gray-900: #071437;
  --art-border-color: #eaebf1;
  --art-border-dashed-color: #dbdfe9;
  --art-root-card-border-color: #f1f1f4;
  --art-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --art-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --art-root-card-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --art-root-card-border-color: #f1f1f4;
  --art-bg-color: #fafbfc;
  --art-main-bg-color: #ffffff;
}

html.dark {
  --art-primary: 93, 135, 255;
  --art-secondary: 73, 190, 255;
  --art-error: 250, 137, 107;
  --art-info: 107, 125, 155;
  --art-success: 19, 222, 185;
  --art-warning: 255, 174, 31;
  --art-danger: 255, 77, 79;
  --art-bg-primary: 37, 54, 98;
  --art-bg-secondary: 28, 69, 93;
  --art-bg-success: 27, 60, 72;
  --art-bg-error: 75, 49, 61;
  --art-bg-info: 45, 50, 62;
  --art-bg-warning: 77, 58, 42;
  --art-bg-danger: 100, 49, 61;
  --art-hoverColor: 51, 63, 85;
  --art-grey100: 51, 63, 85;
  --art-grey200: 70, 86, 112;
  --art-color: #000000;
  --art-light: #1b1c22;
  --art-dark: #272a34;
  --art-text-muted: #636674;
  --art-gray-100: #1b1c22;
  --art-gray-100-rgb: 27, 28, 34;
  --art-gray-200: #26272f;
  --art-gray-200-rgb: 38, 39, 47;
  --art-gray-300: #363843;
  --art-gray-300-rgb: 54, 56, 67;
  --art-gray-400: #464852;
  --art-gray-400-rgb: 70, 72, 82;
  --art-gray-500: #636674;
  --art-gray-500-rgb: 99, 102, 116;
  --art-gray-600: #808290;
  --art-gray-600-rgb: 128, 130, 144;
  --art-gray-700: #9a9cae;
  --art-gray-700-rgb: 154, 156, 174;
  --art-gray-800: #b5b7c8;
  --art-gray-800-rgb: 181, 183, 200;
  --art-gray-900: #f5f5f5;
  --art-gray-900-rgb: 245, 245, 245;
  --art-text-muted: #636674;
  --art-text-gray-100: #1b1c22;
  --art-text-gray-200: #26272f;
  --art-text-gray-300: #363843;
  --art-text-gray-400: #464852;
  --art-text-gray-500: #636674;
  --art-text-gray-600: #808290;
  --art-text-gray-700: #9a9cae;
  --art-text-gray-800: #b5b7c8;
  --art-text-gray-900: #f5f5f5;
  --art-border-color: #26272f;
  --art-border-dashed-color: #363843;
  --art-root-card-border-color: #1e2027;
  --art-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --art-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --art-root-card-box-shadow: none;
  --art-root-card-border-color: #1e2027;
  --art-bg-color: #070707;
  --art-main-bg-color: #161618;
}

:root {
  --art-card-border: rgba(var(--art-gray-300-rgb), 0.6);
  --art-card-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}

.bg-primary {
  background-color: rgb(var(--art-bg-primary)) !important;
  color: rgb(var(--art-primary)) !important;
}

.bg-secondary {
  background-color: rgb(var(--art-bg-secondary)) !important;
  color: rgb(var(--art-secondary)) !important;
  border: 1px solid var(--art-secondary);
}

.bg-warning {
  background-color: rgb(var(--art-bg-warning)) !important;
  color: rgb(var(--art-warning)) !important;
}

.bg-error {
  background-color: rgb(var(--art-bg-error)) !important;
  color: rgb(var(--art-error)) !important;
}

.bg-success {
  background-color: rgb(var(--art-bg-success)) !important;
  color: rgb(var(--art-success)) !important;
}

.bg-info {
  background-color: rgb(var(--art-bg-info)) !important;
  color: rgb(var(--art-info)) !important;
}

.bg-danger {
  background-color: rgb(var(--art-bg-danger)) !important;
  color: rgb(var(--art-danger)) !important;
}

.bg-grey100 {
  background-color: rgb(var(--art-grey100)) !important;
}

.bg-grey200 {
  background-color: rgb(var(--art-grey200)) !important;
}

.bg-hoverColor {
  background-color: rgb(var(--art-hoverColor)) !important;
}

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

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

.text-error {
  color: rgb(var(--art-error)) !important;
}

.text-danger {
  color: rgb(var(--art-danger)) !important;
}

.text-info {
  color: rgb(var(--art-info)) !important;
}

.text-success {
  color: rgb(var(--art-success)) !important;
}

.text-warning {
  color: rgb(var(--art-warning)) !important;
}

/**
* 溢出省略号
* @param {Number} 行数
*/
/**
* 控制用户能否选中文本
* @param {String} 类型
*/
/**
* css3动画
* 
*/
.theme-change * {
  transition: 0s !important;
}
.theme-change .el-switch__core,
.theme-change .el-switch__action {
  transition: all 0.3s !important;
}/* Element Chalk Variables */
:root {
  --art-primary: 93, 135, 255;
  --art-secondary: 73, 190, 255;
  --art-error: 250, 137, 107;
  --art-info: 107, 125, 155;
  --art-success: 19, 222, 185;
  --art-warning: 255, 174, 31;
  --art-danger: 255, 77, 79;
  --art-bg-primary: 236, 242, 255;
  --art-bg-secondary: 232, 247, 255;
  --art-bg-success: 230, 255, 250;
  --art-bg-error: 253, 237, 232;
  --art-bg-info: 240, 242, 247;
  --art-bg-warning: 254, 245, 229;
  --art-bg-danger: 253, 237, 232;
  --art-hoverColor: 246, 249, 252;
  --art-grey100: 242, 246, 250;
  --art-grey200: 234, 239, 244;
  --art-color: #ffffff;
  --art-light: #f9f9f9;
  --art-dark: #1e2129;
  --art-text-muted: #99a1b7;
  --art-gray-100: #f9f9f9;
  --art-gray-100-rgb: 249, 249, 249;
  --art-gray-200: #f1f1f4;
  --art-gray-200-rgb: 241, 241, 244;
  --art-gray-300: #dbdfe9;
  --art-gray-300-rgb: 219, 223, 233;
  --art-gray-400: #c4cada;
  --art-gray-400-rgb: 196, 202, 218;
  --art-gray-500: #99a1b7;
  --art-gray-500-rgb: 153, 161, 183;
  --art-gray-600: #78829d;
  --art-gray-600-rgb: 120, 130, 157;
  --art-gray-700: #4b5675;
  --art-gray-700-rgb: 75, 86, 117;
  --art-gray-800: #252f4a;
  --art-gray-800-rgb: 37, 47, 74;
  --art-gray-900: #071437;
  --art-gray-900-rgb: 7, 20, 55;
  --art-text-muted: #99a1b7;
  --art-text-gray-100: #f9f9f9;
  --art-text-gray-200: #f1f1f4;
  --art-text-gray-300: #dbdfe9;
  --art-text-gray-400: #c4cada;
  --art-text-gray-500: #99a1b7;
  --art-text-gray-600: #78829d;
  --art-text-gray-700: #4b5675;
  --art-text-gray-800: #252f4a;
  --art-text-gray-900: #071437;
  --art-border-color: #eaebf1;
  --art-border-dashed-color: #dbdfe9;
  --art-root-card-border-color: #f1f1f4;
  --art-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --art-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --art-root-card-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --art-root-card-border-color: #f1f1f4;
  --art-bg-color: #fafbfc;
  --art-main-bg-color: #ffffff;
}

html.dark {
  --art-primary: 93, 135, 255;
  --art-secondary: 73, 190, 255;
  --art-error: 250, 137, 107;
  --art-info: 107, 125, 155;
  --art-success: 19, 222, 185;
  --art-warning: 255, 174, 31;
  --art-danger: 255, 77, 79;
  --art-bg-primary: 37, 54, 98;
  --art-bg-secondary: 28, 69, 93;
  --art-bg-success: 27, 60, 72;
  --art-bg-error: 75, 49, 61;
  --art-bg-info: 45, 50, 62;
  --art-bg-warning: 77, 58, 42;
  --art-bg-danger: 100, 49, 61;
  --art-hoverColor: 51, 63, 85;
  --art-grey100: 51, 63, 85;
  --art-grey200: 70, 86, 112;
  --art-color: #000000;
  --art-light: #1b1c22;
  --art-dark: #272a34;
  --art-text-muted: #636674;
  --art-gray-100: #1b1c22;
  --art-gray-100-rgb: 27, 28, 34;
  --art-gray-200: #26272f;
  --art-gray-200-rgb: 38, 39, 47;
  --art-gray-300: #363843;
  --art-gray-300-rgb: 54, 56, 67;
  --art-gray-400: #464852;
  --art-gray-400-rgb: 70, 72, 82;
  --art-gray-500: #636674;
  --art-gray-500-rgb: 99, 102, 116;
  --art-gray-600: #808290;
  --art-gray-600-rgb: 128, 130, 144;
  --art-gray-700: #9a9cae;
  --art-gray-700-rgb: 154, 156, 174;
  --art-gray-800: #b5b7c8;
  --art-gray-800-rgb: 181, 183, 200;
  --art-gray-900: #f5f5f5;
  --art-gray-900-rgb: 245, 245, 245;
  --art-text-muted: #636674;
  --art-text-gray-100: #1b1c22;
  --art-text-gray-200: #26272f;
  --art-text-gray-300: #363843;
  --art-text-gray-400: #464852;
  --art-text-gray-500: #636674;
  --art-text-gray-600: #808290;
  --art-text-gray-700: #9a9cae;
  --art-text-gray-800: #b5b7c8;
  --art-text-gray-900: #f5f5f5;
  --art-border-color: #26272f;
  --art-border-dashed-color: #363843;
  --art-root-card-border-color: #1e2027;
  --art-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --art-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --art-root-card-box-shadow: none;
  --art-root-card-border-color: #1e2027;
  --art-bg-color: #070707;
  --art-main-bg-color: #161618;
}

:root {
  --art-card-border: rgba(var(--art-gray-300-rgb), 0.6);
  --art-card-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}

.bg-primary {
  background-color: rgb(var(--art-bg-primary)) !important;
  color: rgb(var(--art-primary)) !important;
}

.bg-secondary {
  background-color: rgb(var(--art-bg-secondary)) !important;
  color: rgb(var(--art-secondary)) !important;
  border: 1px solid var(--art-secondary);
}

.bg-warning {
  background-color: rgb(var(--art-bg-warning)) !important;
  color: rgb(var(--art-warning)) !important;
}

.bg-error {
  background-color: rgb(var(--art-bg-error)) !important;
  color: rgb(var(--art-error)) !important;
}

.bg-success {
  background-color: rgb(var(--art-bg-success)) !important;
  color: rgb(var(--art-success)) !important;
}

.bg-info {
  background-color: rgb(var(--art-bg-info)) !important;
  color: rgb(var(--art-info)) !important;
}

.bg-danger {
  background-color: rgb(var(--art-bg-danger)) !important;
  color: rgb(var(--art-danger)) !important;
}

.bg-grey100 {
  background-color: rgb(var(--art-grey100)) !important;
}

.bg-grey200 {
  background-color: rgb(var(--art-grey200)) !important;
}

.bg-hoverColor {
  background-color: rgb(var(--art-hoverColor)) !important;
}

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

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

.text-error {
  color: rgb(var(--art-error)) !important;
}

.text-danger {
  color: rgb(var(--art-danger)) !important;
}

.text-info {
  color: rgb(var(--art-info)) !important;
}

.text-success {
  color: rgb(var(--art-success)) !important;
}

.text-warning {
  color: rgb(var(--art-warning)) !important;
}

/**
* 溢出省略号
* @param {Number} 行数
*/
/**
* 控制用户能否选中文本
* @param {String} 类型
*/
/**
* css3动画
* 
*/
html {
  --bg-animation-color: $bg-animation-color-light;
}
html.dark {
  --bg-animation-color: $bg-animation-color-dark;
}
html::view-transition-old(*) {
  animation: none;
}
html::view-transition-new(*) {
  animation: clip 0.5s ease-in both;
}
html::view-transition-old(root) {
  z-index: 1;
}
html::view-transition-new(root) {
  z-index: 9999;
}
html.dark::view-transition-old(*) {
  animation: clip 0.5s ease-in reverse both;
}
html.dark::view-transition-new(*) {
  animation: none;
}
html.dark::view-transition-old(root) {
  z-index: 9999;
}
html.dark::view-transition-new(root) {
  z-index: 1;
}

@keyframes clip {
  from {
    clip-path: circle(0% at var(--x) var(--y));
  }
  to {
    clip-path: circle(var(--r) at var(--x) var(--y));
  }
}
body {
  background-color: var(--bg-animation-color);
}/* Element Chalk Variables */
:root {
  --art-primary: 93, 135, 255;
  --art-secondary: 73, 190, 255;
  --art-error: 250, 137, 107;
  --art-info: 107, 125, 155;
  --art-success: 19, 222, 185;
  --art-warning: 255, 174, 31;
  --art-danger: 255, 77, 79;
  --art-bg-primary: 236, 242, 255;
  --art-bg-secondary: 232, 247, 255;
  --art-bg-success: 230, 255, 250;
  --art-bg-error: 253, 237, 232;
  --art-bg-info: 240, 242, 247;
  --art-bg-warning: 254, 245, 229;
  --art-bg-danger: 253, 237, 232;
  --art-hoverColor: 246, 249, 252;
  --art-grey100: 242, 246, 250;
  --art-grey200: 234, 239, 244;
  --art-color: #ffffff;
  --art-light: #f9f9f9;
  --art-dark: #1e2129;
  --art-text-muted: #99a1b7;
  --art-gray-100: #f9f9f9;
  --art-gray-100-rgb: 249, 249, 249;
  --art-gray-200: #f1f1f4;
  --art-gray-200-rgb: 241, 241, 244;
  --art-gray-300: #dbdfe9;
  --art-gray-300-rgb: 219, 223, 233;
  --art-gray-400: #c4cada;
  --art-gray-400-rgb: 196, 202, 218;
  --art-gray-500: #99a1b7;
  --art-gray-500-rgb: 153, 161, 183;
  --art-gray-600: #78829d;
  --art-gray-600-rgb: 120, 130, 157;
  --art-gray-700: #4b5675;
  --art-gray-700-rgb: 75, 86, 117;
  --art-gray-800: #252f4a;
  --art-gray-800-rgb: 37, 47, 74;
  --art-gray-900: #071437;
  --art-gray-900-rgb: 7, 20, 55;
  --art-text-muted: #99a1b7;
  --art-text-gray-100: #f9f9f9;
  --art-text-gray-200: #f1f1f4;
  --art-text-gray-300: #dbdfe9;
  --art-text-gray-400: #c4cada;
  --art-text-gray-500: #99a1b7;
  --art-text-gray-600: #78829d;
  --art-text-gray-700: #4b5675;
  --art-text-gray-800: #252f4a;
  --art-text-gray-900: #071437;
  --art-border-color: #eaebf1;
  --art-border-dashed-color: #dbdfe9;
  --art-root-card-border-color: #f1f1f4;
  --art-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --art-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --art-root-card-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --art-root-card-border-color: #f1f1f4;
  --art-bg-color: #fafbfc;
  --art-main-bg-color: #ffffff;
}

html.dark {
  --art-primary: 93, 135, 255;
  --art-secondary: 73, 190, 255;
  --art-error: 250, 137, 107;
  --art-info: 107, 125, 155;
  --art-success: 19, 222, 185;
  --art-warning: 255, 174, 31;
  --art-danger: 255, 77, 79;
  --art-bg-primary: 37, 54, 98;
  --art-bg-secondary: 28, 69, 93;
  --art-bg-success: 27, 60, 72;
  --art-bg-error: 75, 49, 61;
  --art-bg-info: 45, 50, 62;
  --art-bg-warning: 77, 58, 42;
  --art-bg-danger: 100, 49, 61;
  --art-hoverColor: 51, 63, 85;
  --art-grey100: 51, 63, 85;
  --art-grey200: 70, 86, 112;
  --art-color: #000000;
  --art-light: #1b1c22;
  --art-dark: #272a34;
  --art-text-muted: #636674;
  --art-gray-100: #1b1c22;
  --art-gray-100-rgb: 27, 28, 34;
  --art-gray-200: #26272f;
  --art-gray-200-rgb: 38, 39, 47;
  --art-gray-300: #363843;
  --art-gray-300-rgb: 54, 56, 67;
  --art-gray-400: #464852;
  --art-gray-400-rgb: 70, 72, 82;
  --art-gray-500: #636674;
  --art-gray-500-rgb: 99, 102, 116;
  --art-gray-600: #808290;
  --art-gray-600-rgb: 128, 130, 144;
  --art-gray-700: #9a9cae;
  --art-gray-700-rgb: 154, 156, 174;
  --art-gray-800: #b5b7c8;
  --art-gray-800-rgb: 181, 183, 200;
  --art-gray-900: #f5f5f5;
  --art-gray-900-rgb: 245, 245, 245;
  --art-text-muted: #636674;
  --art-text-gray-100: #1b1c22;
  --art-text-gray-200: #26272f;
  --art-text-gray-300: #363843;
  --art-text-gray-400: #464852;
  --art-text-gray-500: #636674;
  --art-text-gray-600: #808290;
  --art-text-gray-700: #9a9cae;
  --art-text-gray-800: #b5b7c8;
  --art-text-gray-900: #f5f5f5;
  --art-border-color: #26272f;
  --art-border-dashed-color: #363843;
  --art-root-card-border-color: #1e2027;
  --art-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --art-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --art-root-card-box-shadow: none;
  --art-root-card-border-color: #1e2027;
  --art-bg-color: #070707;
  --art-main-bg-color: #161618;
}

:root {
  --art-card-border: rgba(var(--art-gray-300-rgb), 0.6);
  --art-card-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}

.bg-primary {
  background-color: rgb(var(--art-bg-primary)) !important;
  color: rgb(var(--art-primary)) !important;
}

.bg-secondary {
  background-color: rgb(var(--art-bg-secondary)) !important;
  color: rgb(var(--art-secondary)) !important;
  border: 1px solid var(--art-secondary);
}

.bg-warning {
  background-color: rgb(var(--art-bg-warning)) !important;
  color: rgb(var(--art-warning)) !important;
}

.bg-error {
  background-color: rgb(var(--art-bg-error)) !important;
  color: rgb(var(--art-error)) !important;
}

.bg-success {
  background-color: rgb(var(--art-bg-success)) !important;
  color: rgb(var(--art-success)) !important;
}

.bg-info {
  background-color: rgb(var(--art-bg-info)) !important;
  color: rgb(var(--art-info)) !important;
}

.bg-danger {
  background-color: rgb(var(--art-bg-danger)) !important;
  color: rgb(var(--art-danger)) !important;
}

.bg-grey100 {
  background-color: rgb(var(--art-grey100)) !important;
}

.bg-grey200 {
  background-color: rgb(var(--art-grey200)) !important;
}

.bg-hoverColor {
  background-color: rgb(var(--art-hoverColor)) !important;
}

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

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

.text-error {
  color: rgb(var(--art-error)) !important;
}

.text-danger {
  color: rgb(var(--art-danger)) !important;
}

.text-info {
  color: rgb(var(--art-info)) !important;
}

.text-success {
  color: rgb(var(--art-success)) !important;
}

.text-warning {
  color: rgb(var(--art-warning)) !important;
}

/**
* 溢出省略号
* @param {Number} 行数
*/
/**
* 控制用户能否选中文本
* @param {String} 类型
*/
/**
* css3动画
* 
*/
html.dark {
  color-scheme: dark;
  --el-color-primary: #409eff;
  --el-color-primary-light-3: rgb(51, 117, 185);
  --el-color-primary-light-5: rgb(42, 89, 138);
  --el-color-primary-light-7: rgb(33, 61, 91);
  --el-color-primary-light-8: rgb(29, 48, 67);
  --el-color-primary-light-9: rgb(24, 34, 43);
  --el-color-primary-dark-2: rgb(102, 177, 255);
  --el-color-success: #13deb9;
  --el-color-success-light-3: rgb(19, 161, 136);
  --el-color-success-light-5: rgb(20, 121, 103);
  --el-color-success-light-7: rgb(20, 81, 70);
  --el-color-success-light-8: rgb(20, 60, 53);
  --el-color-success-light-9: rgb(20, 40, 37);
  --el-color-success-dark-2: rgb(66, 229, 199);
  --el-color-warning: #ffae1f;
  --el-color-warning-light-3: rgb(185, 128, 28);
  --el-color-warning-light-5: rgb(138, 97, 26);
  --el-color-warning-light-7: rgb(91, 66, 23);
  --el-color-warning-light-8: rgb(67, 51, 22);
  --el-color-warning-light-9: rgb(43, 35, 21);
  --el-color-warning-dark-2: rgb(255, 190, 76);
  --el-color-danger: #ff4d4f;
  --el-color-danger-light-3: rgb(185, 60, 61);
  --el-color-danger-light-5: rgb(138, 49, 50);
  --el-color-danger-light-7: rgb(91, 37, 38);
  --el-color-danger-light-8: rgb(67, 31, 32);
  --el-color-danger-light-9: rgb(43, 26, 26);
  --el-color-danger-dark-2: rgb(255, 113, 114);
  --el-color-error: #fa896b;
  --el-color-error-light-3: rgb(181, 102, 81);
  --el-color-error-light-5: rgb(135, 79, 64);
  --el-color-error-light-7: rgb(89, 55, 46);
  --el-color-error-light-8: rgb(66, 43, 37);
  --el-color-error-light-9: rgb(43, 32, 29);
  --el-color-error-dark-2: rgb(251, 161, 137);
  --el-color-info: #909399;
  --el-color-info-light-3: rgb(107, 109, 113);
  --el-color-info-light-5: rgb(82, 84, 87);
  --el-color-info-light-7: rgb(57, 58, 60);
  --el-color-info-light-8: rgb(45, 45, 47);
  --el-color-info-light-9: rgb(32, 33, 33);
  --el-color-info-dark-2: rgb(166, 169, 173);
  --el-box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, 0.36), 0px 8px 20px rgba(0, 0, 0, 0.72);
  --el-box-shadow-light: 0px 0px 12px rgba(0, 0, 0, 0.72);
  --el-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, 0.72);
  --el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, 0.72), 0px 12px 32px #000000, 0px 8px 16px -8px #000000;
  --el-bg-color-page: #0a0a0a;
  --el-bg-color: #141414;
  --el-bg-color-overlay: #1d1e1f;
  --el-text-color-primary: #E5EAF3;
  --el-text-color-regular: #CFD3DC;
  --el-text-color-secondary: #A3A6AD;
  --el-text-color-placeholder: #8D9095;
  --el-text-color-disabled: #6C6E72;
  --el-border-color-darker: #636466;
  --el-border-color-dark: #58585B;
  --el-border-color: #4C4D4F;
  --el-border-color-light: #414243;
  --el-border-color-lighter: #363637;
  --el-border-color-extra-light: #2B2B2C;
  --el-fill-color-darker: #424243;
  --el-fill-color-dark: #39393A;
  --el-fill-color: #303030;
  --el-fill-color-light: #262727;
  --el-fill-color-lighter: #1D1D1D;
  --el-fill-color-extra-light: #191919;
  --el-fill-color-blank: #141414;
  --el-mask-color: rgba(0, 0, 0, 0.8);
  --el-mask-color-extra-light: rgba(0, 0, 0, 0.3);
}

html.dark .el-button {
  --el-button-disabled-text-color: rgba(255, 255, 255, 0.5);
}

html.dark .el-card {
  --el-card-bg-color: var(--el-bg-color-overlay);
}

html.dark .el-empty {
  --el-empty-fill-color-0: var(--el-color-black);
  --el-empty-fill-color-1: #4b4b52;
  --el-empty-fill-color-2: #36383d;
  --el-empty-fill-color-3: #1e1e20;
  --el-empty-fill-color-4: #262629;
  --el-empty-fill-color-5: #202124;
  --el-empty-fill-color-6: #212224;
  --el-empty-fill-color-7: #1b1c1f;
  --el-empty-fill-color-8: #1c1d1f;
  --el-empty-fill-color-9: #18181a;
}/* Element Chalk Variables */
:root {
  --art-primary: 93, 135, 255;
  --art-secondary: 73, 190, 255;
  --art-error: 250, 137, 107;
  --art-info: 107, 125, 155;
  --art-success: 19, 222, 185;
  --art-warning: 255, 174, 31;
  --art-danger: 255, 77, 79;
  --art-bg-primary: 236, 242, 255;
  --art-bg-secondary: 232, 247, 255;
  --art-bg-success: 230, 255, 250;
  --art-bg-error: 253, 237, 232;
  --art-bg-info: 240, 242, 247;
  --art-bg-warning: 254, 245, 229;
  --art-bg-danger: 253, 237, 232;
  --art-hoverColor: 246, 249, 252;
  --art-grey100: 242, 246, 250;
  --art-grey200: 234, 239, 244;
  --art-color: #ffffff;
  --art-light: #f9f9f9;
  --art-dark: #1e2129;
  --art-text-muted: #99a1b7;
  --art-gray-100: #f9f9f9;
  --art-gray-100-rgb: 249, 249, 249;
  --art-gray-200: #f1f1f4;
  --art-gray-200-rgb: 241, 241, 244;
  --art-gray-300: #dbdfe9;
  --art-gray-300-rgb: 219, 223, 233;
  --art-gray-400: #c4cada;
  --art-gray-400-rgb: 196, 202, 218;
  --art-gray-500: #99a1b7;
  --art-gray-500-rgb: 153, 161, 183;
  --art-gray-600: #78829d;
  --art-gray-600-rgb: 120, 130, 157;
  --art-gray-700: #4b5675;
  --art-gray-700-rgb: 75, 86, 117;
  --art-gray-800: #252f4a;
  --art-gray-800-rgb: 37, 47, 74;
  --art-gray-900: #071437;
  --art-gray-900-rgb: 7, 20, 55;
  --art-text-muted: #99a1b7;
  --art-text-gray-100: #f9f9f9;
  --art-text-gray-200: #f1f1f4;
  --art-text-gray-300: #dbdfe9;
  --art-text-gray-400: #c4cada;
  --art-text-gray-500: #99a1b7;
  --art-text-gray-600: #78829d;
  --art-text-gray-700: #4b5675;
  --art-text-gray-800: #252f4a;
  --art-text-gray-900: #071437;
  --art-border-color: #eaebf1;
  --art-border-dashed-color: #dbdfe9;
  --art-root-card-border-color: #f1f1f4;
  --art-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --art-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --art-root-card-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --art-root-card-border-color: #f1f1f4;
  --art-bg-color: #fafbfc;
  --art-main-bg-color: #ffffff;
}

html.dark {
  --art-primary: 93, 135, 255;
  --art-secondary: 73, 190, 255;
  --art-error: 250, 137, 107;
  --art-info: 107, 125, 155;
  --art-success: 19, 222, 185;
  --art-warning: 255, 174, 31;
  --art-danger: 255, 77, 79;
  --art-bg-primary: 37, 54, 98;
  --art-bg-secondary: 28, 69, 93;
  --art-bg-success: 27, 60, 72;
  --art-bg-error: 75, 49, 61;
  --art-bg-info: 45, 50, 62;
  --art-bg-warning: 77, 58, 42;
  --art-bg-danger: 100, 49, 61;
  --art-hoverColor: 51, 63, 85;
  --art-grey100: 51, 63, 85;
  --art-grey200: 70, 86, 112;
  --art-color: #000000;
  --art-light: #1b1c22;
  --art-dark: #272a34;
  --art-text-muted: #636674;
  --art-gray-100: #1b1c22;
  --art-gray-100-rgb: 27, 28, 34;
  --art-gray-200: #26272f;
  --art-gray-200-rgb: 38, 39, 47;
  --art-gray-300: #363843;
  --art-gray-300-rgb: 54, 56, 67;
  --art-gray-400: #464852;
  --art-gray-400-rgb: 70, 72, 82;
  --art-gray-500: #636674;
  --art-gray-500-rgb: 99, 102, 116;
  --art-gray-600: #808290;
  --art-gray-600-rgb: 128, 130, 144;
  --art-gray-700: #9a9cae;
  --art-gray-700-rgb: 154, 156, 174;
  --art-gray-800: #b5b7c8;
  --art-gray-800-rgb: 181, 183, 200;
  --art-gray-900: #f5f5f5;
  --art-gray-900-rgb: 245, 245, 245;
  --art-text-muted: #636674;
  --art-text-gray-100: #1b1c22;
  --art-text-gray-200: #26272f;
  --art-text-gray-300: #363843;
  --art-text-gray-400: #464852;
  --art-text-gray-500: #636674;
  --art-text-gray-600: #808290;
  --art-text-gray-700: #9a9cae;
  --art-text-gray-800: #b5b7c8;
  --art-text-gray-900: #f5f5f5;
  --art-border-color: #26272f;
  --art-border-dashed-color: #363843;
  --art-root-card-border-color: #1e2027;
  --art-box-shadow-xs: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --art-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --art-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --art-root-card-box-shadow: none;
  --art-root-card-border-color: #1e2027;
  --art-bg-color: #070707;
  --art-main-bg-color: #161618;
}

:root {
  --art-card-border: rgba(var(--art-gray-300-rgb), 0.6);
  --art-card-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}

.bg-primary {
  background-color: rgb(var(--art-bg-primary)) !important;
  color: rgb(var(--art-primary)) !important;
}

.bg-secondary {
  background-color: rgb(var(--art-bg-secondary)) !important;
  color: rgb(var(--art-secondary)) !important;
  border: 1px solid var(--art-secondary);
}

.bg-warning {
  background-color: rgb(var(--art-bg-warning)) !important;
  color: rgb(var(--art-warning)) !important;
}

.bg-error {
  background-color: rgb(var(--art-bg-error)) !important;
  color: rgb(var(--art-error)) !important;
}

.bg-success {
  background-color: rgb(var(--art-bg-success)) !important;
  color: rgb(var(--art-success)) !important;
}

.bg-info {
  background-color: rgb(var(--art-bg-info)) !important;
  color: rgb(var(--art-info)) !important;
}

.bg-danger {
  background-color: rgb(var(--art-bg-danger)) !important;
  color: rgb(var(--art-danger)) !important;
}

.bg-grey100 {
  background-color: rgb(var(--art-grey100)) !important;
}

.bg-grey200 {
  background-color: rgb(var(--art-grey200)) !important;
}

.bg-hoverColor {
  background-color: rgb(var(--art-hoverColor)) !important;
}

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

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

.text-error {
  color: rgb(var(--art-error)) !important;
}

.text-danger {
  color: rgb(var(--art-danger)) !important;
}

.text-info {
  color: rgb(var(--art-info)) !important;
}

.text-success {
  color: rgb(var(--art-success)) !important;
}

.text-warning {
  color: rgb(var(--art-warning)) !important;
}

/**
* 溢出省略号
* @param {Number} 行数
*/
/**
* 控制用户能否选中文本
* @param {String} 类型
*/
/**
* css3动画
* 
*/
/*
* 深色主题
* 单页面移除深色主题 document.getElementsByTagName("html")[0].removeAttribute('class')
*/
/* 覆盖element-plus默认深色背景色 */
html.dark {
  --el-text-color-regular: $font-color;
  --w-e-toolbar-bg-color: var(--art-main-bg-color);
  --w-e-textarea-bg-color: var(--art-main-bg-color);
  --w-e-toolbar-color: var(--art-text-gray-600);
  --w-e-toolbar-active-bg-color: rgba(var(--art-gray-100-rgb), 0.8);
  --w-e-toolbar-border-color: var(--art-border-dashed-color);
  --w-e-textarea-border-color: var(--art-border-dashed-color);
  --w-e-modal-button-border-color: var(--art-border-dashed-color);
  --w-e-textarea-slight-bg-color: var(--art-color);
  --w-e-modal-button-bg-color: var(--art-color);
}

.dark {
  color: rgba(255, 255, 255, 0.7) !important;
  background: #070707 !important;
  /* 全局文字颜色 */
}
.dark body {
  color: rgba(255, 255, 255, 0.7);
}
.dark body h1,
.dark body h2,
.dark body h3,
.dark body h4,
.dark body h5,
.dark body h6,
.dark body .lang .btn,
.dark body .layout-top-bar .user .name,
.dark body .dark-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.dark img {
  filter: brightness(0.92) saturate(1.25);
}
.dark .editor-wrapper *:not(pre code *) {
  color: inherit !important;
}
.dark .img-cutter *:not([class^=el-]) {
  color: inherit !important;
}
.dark .layout-sidebar .el-menu-dark .el-menu-item.is-active,
.dark .dual-menu .el-menu-dark .el-menu-item.is-active {
  background: transparent;
}
.dark .layout-sidebar .el-menu-dark .el-sub-menu__title .el-icon,
.dark .dual-menu .el-menu-dark .el-sub-menu__title .el-icon {
  color: var(--art-gray-800) !important;
}
.dark .layout-sidebar .el-menu-dark .el-sub-menu__title:hover,
.dark .layout-sidebar .el-menu-dark .el-menu-item:not(.is-active):hover,
.dark .dual-menu .el-menu-dark .el-sub-menu__title:hover,
.dark .dual-menu .el-menu-dark .el-menu-item:not(.is-active):hover {
  background: rgba(var(--art-gray-200-rgb), 0.6) !important;
}
.dark .layout-sidebar .el-menu-dark [level-item="2"].is-active:not(.el-menu--collapse).is-active:before,
.dark .dual-menu .el-menu-dark [level-item="2"].is-active:not(.el-menu--collapse).is-active:before {
  margin-left: -10px !important;
}
.dark .layout-sidebar .el-menu-dark .el-menu:not(.el-menu--collapse) .el-menu-item.is-active:before,
.dark .dual-menu .el-menu-dark .el-menu:not(.el-menu--collapse) .el-menu-item.is-active:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--main-color) !important;
  transition: all 0.2s;
  margin-left: -18px;
}
.dark .page-content .article-list .item .left .outer > div {
  border-right-color: var(--dark-border-color) !important;
}
.dark .w-e-bar-divider {
  background-color: var(--art-gray-300) !important;
}
.dark .w-e-select-list {
  background-color: var(--art-main-bg-color) !important;
  border: 1px solid var(--art-border-dashed-color) !important;
}
.dark {
  /* 弹出框 */
}
.dark .w-e-drop-panel {
  border: 1px solid var(--art-border-dashed-color) !important;
}
.dark {
  /* 工具栏菜单 */
}
.dark .w-e-bar-item-group .w-e-bar-item-menus-container {
  background-color: var(--art-main-bg-color) !important;
  border: 1px solid var(--art-border-dashed-color) !important;
}
.dark {
  /* 下拉选择框 hover 样式调整 */
}
.dark .w-e-select-list ul li:hover,
.dark .w-e-bar-item button:hover {
  background-color: var(--art-color) !important;
}
.dark {
  /* 代码块 */
}
.dark .w-e-text-container [data-slate-editor] pre > code {
  background-color: var(--art-gray-100) !important;
  border: 1px solid var(--art-border-dashed-color) !important;
  text-shadow: none !important;
}
.dark {
  /* 引用 */
}
.dark .w-e-text-container [data-slate-editor] blockquote {
  border-left: 4px solid var(--art-gray-200) !important;
  background-color: var(--art-color);
}
.dark .editor-wrapper .w-e-text-container [data-slate-editor] .table-container th:last-of-type {
  border-right: 1px solid var(--art-gray-200) !important;
}
.dark .editor-wrapper .w-e-modal {
  background-color: var(--art-color);
}
.dark .worktab .scroll-view .tabs li {
  color: var(--art-text-gray-800) !important;
}
.dark .layout-top-bar .btn-box .btn i,
.dark .fast-enter-trigger .btn i {
  color: var(--art-text-gray-700) !important;
}

@media screen and (max-width: 500px) {
  .dark {
    --el-text-color-regular: $font-color !important;
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .dark body {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .dark body h1,
  .dark body h2,
  .dark body h3,
  .dark body h4,
  .dark body h5,
  .dark body h6,
  .dark body .lang .btn,
  .dark body .layout-top-bar .user .name {
    color: rgba(255, 255, 255, 0.8) !important;
  }
}@font-face {
  font-family: 'iconfont-sys'; /* Project id 3682552 */
  src:
    url('/assets/woff2/iconfont-Do8FRWo6.woff2?t=1748252913866') format('woff2'),
    url('/assets/woff/iconfont-DO81I5ZO.woff?t=1748252913866') format('woff'),
    url('/assets/ttf/iconfont-CIM5cTsr.ttf?t=1748252913866') format('truetype');
  font-display: swap;
}

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

.iconsys-arrow-sfixed:before {
  content: '\e644';
}

.iconsys-gaodu1:before {
  content: '\e63d';
}

.iconsys-jiantouyoushang:before {
  content: '\e8d5';
}

.iconsys-jiantouzuoxia:before {
  content: '\e8d9';
}

.iconsys-zidongkuandu-01:before {
  content: '\e694';
}

.iconsys-gudingkuandu:before {
  content: '\e6de';
}

.iconsys-bilibili-s:before {
  content: '\e6b4';
}

.iconsys-anheimoshi3:before {
  content: '\e725';
}

.iconsys-baitianmoshi3:before {
  content: '\e6b5';
}

.iconsys-suo:before {
  content: '\e817';
}

.iconsys-gou:before {
  content: '\e621';
}

.iconsys-double-arrow-right-full:before {
  content: '\ea50';
}

.iconsys-Ctrl-copy:before {
  content: '\eeac';
}

.iconsys-No-data:before {
  content: '\e692';
}

.iconsys-zanwushuju1:before {
  content: '\e60c';
}

.iconsys-zanwushuju:before {
  content: '\e6da';
}

.iconsys-zanwushuju5:before {
  content: '\e693';
}

.iconsys-zanwushuju7:before {
  content: '\e8d7';
}

.iconsys-zanwushuju10:before {
  content: '\e695';
}

.iconsys-zanwushujuxian:before {
  content: '\e8d8';
}

.iconsys-github:before {
  content: '\e8d6';
}

.iconsys-github1:before {
  content: '\e603';
}

.iconsys-huiche1:before {
  content: '\e6e6';
}

.iconsys-command1:before {
  content: '\e9ab';
}

.iconsys-beijingsetianchong:before {
  content: '\e691';
}

.iconsys-biaoqing1:before {
  content: '\e690';
}

.iconsys-add-plus:before {
  content: '\e602';
}

.iconsys-add-plus-circle:before {
  content: '\e604';
}

.iconsys-close-circle:before {
  content: '\e619';
}

.iconsys-combine-cells:before {
  content: '\e61a';
}

.iconsys-double-quotes-left:before {
  content: '\e61c';
}

.iconsys-columns:before {
  content: '\e620';
}

.iconsys-add-row:before {
  content: '\e622';
}

.iconsys-add-column:before {
  content: '\e623';
}

.iconsys-copy:before {
  content: '\e624';
}

.iconsys-add-plus-square:before {
  content: '\e625';
}

.iconsys-edit-pencil-line-02:before {
  content: '\e626';
}

.iconsys-add-minus-square:before {
  content: '\e627';
}

.iconsys-heading-h1:before {
  content: '\e628';
}

.iconsys-clean:before {
  content: '\e629';
}

.iconsys-crop:before {
  content: '\e62b';
}

.iconsys-clock-in:before {
  content: '\e62c';
}

.iconsys-heading-h2:before {
  content: '\e62e';
}

.iconsys-delete-row:before {
  content: '\e62f';
}

.iconsys-bold:before {
  content: '\e630';
}

.iconsys-heading-h4:before {
  content: '\e631';
}

.iconsys-expand1:before {
  content: '\e633';
}

.iconsys-image:before {
  content: '\e634';
}

.iconsys-italic:before {
  content: '\e638';
}

.iconsys-link-break:before {
  content: '\e63a';
}

.iconsys-list-remove:before {
  content: '\e63e';
}

.iconsys-delete-column:before {
  content: '\e63f';
}

.iconsys-edit-pencil-02:before {
  content: '\e640';
}

.iconsys-select-multi:before {
  content: '\e641';
}

.iconsys-edit-pencil-01:before {
  content: '\e642';
}

.iconsys-mention-at:before {
  content: '\e643';
}

.iconsys-component:before {
  content: '\e646';
}

.iconsys-heading-h6:before {
  content: '\e647';
}

.iconsys-more-grid-big:before {
  content: '\e648';
}

.iconsys-paragraph:before {
  content: '\e649';
}

.iconsys-undo-circle:before {
  content: '\e64b';
}

.iconsys-single-quotes-right:before {
  content: '\e64d';
}

.iconsys-list-disorder:before {
  content: '\e64e';
}

.iconsys-paperclip-attechment-tilt:before {
  content: '\e64f';
}

.iconsys-ruler:before {
  content: '\e650';
}

.iconsys-move-vertical:before {
  content: '\e652';
}

.iconsys-redo-circle:before {
  content: '\e653';
}

.iconsys-code-block:before {
  content: '\e654';
}

.iconsys-more-grid-small:before {
  content: '\e655';
}

.iconsys-text-align-center:before {
  content: '\e656';
}

.iconsys-redo:before {
  content: '\e659';
}

.iconsys-underline:before {
  content: '\e65a';
}

.iconsys-undo:before {
  content: '\e65e';
}

.iconsys-edit-pencil-line-01:before {
  content: '\e65f';
}

.iconsys-list-check:before {
  content: '\e660';
}

.iconsys-rows:before {
  content: '\e661';
}

.iconsys-font:before {
  content: '\e663';
}

.iconsys-swatches-palette:before {
  content: '\e666';
}

.iconsys-vote:before {
  content: '\e667';
}

.iconsys-hide:before {
  content: '\e668';
}

.iconsys-double-quotes-right:before {
  content: '\e669';
}

.iconsys-heading:before {
  content: '\e66a';
}

.iconsys-list-order:before {
  content: '\e66c';
}

.iconsys-remove-minus:before {
  content: '\e66d';
}

.iconsys-table-add:before {
  content: '\e66e';
}

.iconsys-text:before {
  content: '\e66f';
}

.iconsys-strikethrough:before {
  content: '\e670';
}

.iconsys-heading-h3:before {
  content: '\e671';
}

.iconsys-layer:before {
  content: '\e672';
}

.iconsys-paperclip-attechment-horizontal:before {
  content: '\e673';
}

.iconsys-list-add:before {
  content: '\e674';
}

.iconsys-layers:before {
  content: '\e675';
}

.iconsys-text-align-justify:before {
  content: '\e676';
}

.iconsys-path:before {
  content: '\e677';
}

.iconsys-move:before {
  content: '\e679';
}

.iconsys-link:before {
  content: '\e67a';
}

.iconsys-table:before {
  content: '\e67b';
}

.iconsys-sort-descending:before {
  content: '\e67c';
}

.iconsys-table-remove:before {
  content: '\e67d';
}

.iconsys-text-align-left:before {
  content: '\e67e';
}

.iconsys-heading-h5:before {
  content: '\e67f';
}

.iconsys-sort-ascending:before {
  content: '\e680';
}

.iconsys-single-quotes-left:before {
  content: '\e681';
}

.iconsys-list-checked:before {
  content: '\e682';
}

.iconsys-move-horizontal:before {
  content: '\e683';
}

.iconsys-remove-minus-circle:before {
  content: '\e684';
}

.iconsys-shrink:before {
  content: '\e685';
}

.iconsys-text-align-right:before {
  content: '\e686';
}

.iconsys-bg-color:before {
  content: '\e687';
}

.iconsys-checkbox-check-fill:before {
  content: '\e688';
}

.iconsys-show:before {
  content: '\e689';
}

.iconsys-painter:before {
  content: '\e68a';
}

.iconsys-code-inline:before {
  content: '\e68b';
}

.iconsys-font-color:before {
  content: '\e68c';
}

.iconsys-select-multi1:before {
  content: '\e68e';
}

.iconsys-zhifushibai:before {
  content: '\e665';
}

.iconsys-chenggong1:before {
  content: '\e617';
}

.iconsys-duihao:before {
  content: '\e616';
}

.iconsys-xiaochengxu:before {
  content: '\e7ef';
}

.iconsys-jiangbei:before {
  content: '\e7f0';
}

.iconsys-maikefeng:before {
  content: '\e7f1';
}

.iconsys-shexiangtou:before {
  content: '\e7f2';
}

.iconsys-weixin:before {
  content: '\e7f3';
}

.iconsys-lanche:before {
  content: '\e7f4';
}

.iconsys-ditie:before {
  content: '\e7f5';
}

.iconsys-bofang:before {
  content: '\e6e8';
}

.iconsys-lieche:before {
  content: '\e7f6';
}

.iconsys-pinglun1:before {
  content: '\e6e9';
}

.iconsys-gongjiao:before {
  content: '\e7f7';
}

.iconsys-huatong:before {
  content: '\e6ea';
}

.iconsys-guanguangche:before {
  content: '\e7f8';
}

.iconsys-dianzan:before {
  content: '\e6eb';
}

.iconsys-zihangche_2:before {
  content: '\e7f9';
}

.iconsys-fuli:before {
  content: '\e6ec';
}

.iconsys-che:before {
  content: '\e7fa';
}

.iconsys-jiudian:before {
  content: '\e6ed';
}

.iconsys-huoche:before {
  content: '\e7fb';
}

.iconsys-tupian:before {
  content: '\e6ee';
}

.iconsys-kuaiting:before {
  content: '\e7fc';
}

.iconsys-dingwei:before {
  content: '\e6ef';
}

.iconsys-qiche_3:before {
  content: '\e7fd';
}

.iconsys-vip:before {
  content: '\e6f0';
}

.iconsys-motuoche:before {
  content: '\e7fe';
}

.iconsys-yunduan:before {
  content: '\e6f2';
}

.iconsys-xiaoche:before {
  content: '\e7ff';
}

.iconsys-naozhong:before {
  content: '\e6f3';
}

.iconsys-huojian_2:before {
  content: '\e800';
}

.iconsys-jiaoliu:before {
  content: '\e6f4';
}

.iconsys-lunchuan:before {
  content: '\e801';
}

.iconsys-shouru:before {
  content: '\e6f5';
}

.iconsys-feiji_2:before {
  content: '\e802';
}

.iconsys-zhichu:before {
  content: '\e6f6';
}

.iconsys-wajueji:before {
  content: '\e803';
}

.iconsys-shijian1:before {
  content: '\e6f7';
}

.iconsys-malu:before {
  content: '\e804';
}

.iconsys-paizhao:before {
  content: '\e6f8';
}

.iconsys-zhishengji:before {
  content: '\e805';
}

.iconsys-qiche:before {
  content: '\e6f9';
}

.iconsys-fanchuan:before {
  content: '\e806';
}

.iconsys-shuipiao:before {
  content: '\e6fa';
}

.iconsys-honglvdeng:before {
  content: '\e807';
}

.iconsys-dingyue:before {
  content: '\e6fb';
}

.iconsys-xinhao1:before {
  content: '\e808';
}

.iconsys-kefu_2:before {
  content: '\e6fc';
}

.iconsys-biaoqing_3:before {
  content: '\e809';
}

.iconsys-tuichudenglu:before {
  content: '\e6fd';
}

.iconsys-jinzhi:before {
  content: '\e80a';
}

.iconsys-pinglun_2:before {
  content: '\e6fe';
}

.iconsys-biaoqing_2:before {
  content: '\e80b';
}

.iconsys-qianbao:before {
  content: '\e6ff';
}

.iconsys-shuben_3:before {
  content: '\e80c';
}

.iconsys-sousuo_2:before {
  content: '\e700';
}

.iconsys-zhiwu:before {
  content: '\e80d';
}

.iconsys-kanjia:before {
  content: '\e701';
}

.iconsys-tongzhuangshui:before {
  content: '\e80e';
}

.iconsys-jiaojuan:before {
  content: '\e702';
}

.iconsys-quanzi_2:before {
  content: '\e80f';
}

.iconsys-kefu:before {
  content: '\e704';
}

.iconsys-zhibiao1:before {
  content: '\e810';
}

.iconsys-bianji_2:before {
  content: '\e705';
}

.iconsys-xingqiu:before {
  content: '\e811';
}

.iconsys-bianji2:before {
  content: '\e706';
}

.iconsys-shuju_3:before {
  content: '\e812';
}

.iconsys-wancheng_2:before {
  content: '\e708';
}

.iconsys-xiangji_2:before {
  content: '\e813';
}

.iconsys-wode:before {
  content: '\e70a';
}

.iconsys-biji:before {
  content: '\e814';
}

.iconsys-biaoqian:before {
  content: '\e70b';
}

.iconsys-qianbi:before {
  content: '\e815';
}

.iconsys-fuwu:before {
  content: '\e70c';
}

.iconsys-weixiu_2:before {
  content: '\e816';
}

.iconsys-zhanghao:before {
  content: '\e70d';
}

.iconsys-fuzhuang:before {
  content: '\e818';
}

.iconsys-youhuiquan:before {
  content: '\e70e';
}

.iconsys-jiqiren:before {
  content: '\e819';
}

.iconsys-dingdan:before {
  content: '\e70f';
}

.iconsys-kapianxingshi:before {
  content: '\e81a';
}

.iconsys-sousuo1:before {
  content: '\e710';
}

.iconsys-shuqian:before {
  content: '\e81b';
}

.iconsys-fankui:before {
  content: '\e711';
}

.iconsys-shandian_2:before {
  content: '\e81c';
}

.iconsys-wancheng_3:before {
  content: '\e712';
}

.iconsys-jiankong:before {
  content: '\e81d';
}

.iconsys-shoucang:before {
  content: '\e714';
}

.iconsys-nv:before {
  content: '\e81e';
}

.iconsys-wancheng1:before {
  content: '\e715';
}

.iconsys-nan:before {
  content: '\e81f';
}

.iconsys-mima:before {
  content: '\e716';
}

.iconsys-jingbao:before {
  content: '\e820';
}

.iconsys-tianjia:before {
  content: '\e717';
}

.iconsys-wendu:before {
  content: '\e821';
}

.iconsys-chongzhi:before {
  content: '\e718';
}

.iconsys-yinger:before {
  content: '\e822';
}

.iconsys-bangzhu1:before {
  content: '\e719';
}

.iconsys-tangguo:before {
  content: '\e823';
}

.iconsys-shibai1:before {
  content: '\e71a';
}

.iconsys-shuye:before {
  content: '\e824';
}

.iconsys-tishi1:before {
  content: '\e71b';
}

.iconsys-zuanshi:before {
  content: '\e825';
}

.iconsys-shanchu:before {
  content: '\e71c';
}

.iconsys-wendu_2:before {
  content: '\e826';
}

.iconsys-dengpao:before {
  content: '\e71d';
}

.iconsys-shandian:before {
  content: '\e827';
}

.iconsys-bianji_3:before {
  content: '\e71e';
}

.iconsys-shuben:before {
  content: '\e828';
}

.iconsys-youhuiquan_2:before {
  content: '\e71f';
}

.iconsys-shixian:before {
  content: '\e829';
}

.iconsys-faming:before {
  content: '\e720';
}

.iconsys-shuju2:before {
  content: '\e82a';
}

.iconsys-tongji:before {
  content: '\e721';
}

.iconsys-huangguan:before {
  content: '\e82b';
}

.iconsys-jiudian_2:before {
  content: '\e722';
}

.iconsys-meishu:before {
  content: '\e82c';
}

.iconsys-fenlei:before {
  content: '\e723';
}

.iconsys-gengduo21:before {
  content: '\e82d';
}

.iconsys-tuandui:before {
  content: '\e724';
}

.iconsys-yaoqingren2:before {
  content: '\e82e';
}

.iconsys-wenjian:before {
  content: '\e726';
}

.iconsys-yaoqingren:before {
  content: '\e82f';
}

.iconsys-weixiu:before {
  content: '\e727';
}

.iconsys-tuandui4:before {
  content: '\e830';
}

.iconsys-ziyuan1:before {
  content: '\e728';
}

.iconsys-tuandui3:before {
  content: '\e831';
}

.iconsys-shouye1:before {
  content: '\e729';
}

.iconsys-wancheng2:before {
  content: '\e832';
}

.iconsys-wenjian_2:before {
  content: '\e72a';
}

.iconsys-yushou:before {
  content: '\e833';
}

.iconsys-shezhi3:before {
  content: '\e72b';
}

.iconsys-shouhuo:before {
  content: '\e834';
}

.iconsys-zhuanfa:before {
  content: '\e72d';
}

.iconsys-weixuanzhong2:before {
  content: '\e835';
}

.iconsys-youjian:before {
  content: '\e72e';
}

.iconsys-xuanzhong2:before {
  content: '\e836';
}

.iconsys-dingwei1:before {
  content: '\e72f';
}

.iconsys-jian:before {
  content: '\e837';
}

.iconsys-yinhangka:before {
  content: '\e730';
}

.iconsys-dui:before {
  content: '\e838';
}

.iconsys-shouye_3:before {
  content: '\e731';
}

.iconsys-gengduo:before {
  content: '\e839';
}

.iconsys-shoucang_2:before {
  content: '\e732';
}

.iconsys-cuo:before {
  content: '\e83a';
}

.iconsys-shouye_2:before {
  content: '\e733';
}

.iconsys-gengduo11:before {
  content: '\e83b';
}

.iconsys-geren:before {
  content: '\e734';
}

.iconsys-menpiao:before {
  content: '\e83c';
}

.iconsys-zhuanfa_2:before {
  content: '\e735';
}

.iconsys-liebiaoxingshi:before {
  content: '\e83d';
}

.iconsys-weizhi:before {
  content: '\e736';
}

.iconsys-jia:before {
  content: '\e83e';
}

.iconsys-dianpu:before {
  content: '\e737';
}

.iconsys-weixuanzhong:before {
  content: '\e83f';
}

.iconsys-saoma:before {
  content: '\e738';
}

.iconsys-xuanzhong:before {
  content: '\e840';
}

.iconsys-fenlei_3:before {
  content: '\e739';
}

.iconsys-bianqian:before {
  content: '\e841';
}

.iconsys-tianjiahaoyou:before {
  content: '\e73a';
}

.iconsys-gongyi:before {
  content: '\e842';
}

.iconsys-fenxiang1:before {
  content: '\e73b';
}

.iconsys-erweima3:before {
  content: '\e843';
}

.iconsys-liulan:before {
  content: '\e73c';
}

.iconsys-erweima2:before {
  content: '\e844';
}

.iconsys-bukejian:before {
  content: '\e73d';
}

.iconsys-shalou3:before {
  content: '\e845';
}

.iconsys-wendang:before {
  content: '\e73e';
}

.iconsys-shalou2:before {
  content: '\e846';
}

.iconsys-saoma_2:before {
  content: '\e73f';
}

.iconsys-qingchu2:before {
  content: '\e847';
}

.iconsys-fenlei_2:before {
  content: '\e740';
}

.iconsys-buganxingqu:before {
  content: '\e848';
}

.iconsys-dingyue_2:before {
  content: '\e741';
}

.iconsys-bianji6:before {
  content: '\e849';
}

.iconsys-shuju:before {
  content: '\e742';
}

.iconsys-wenjian3:before {
  content: '\e84a';
}

.iconsys-ziyuan_2:before {
  content: '\e743';
}

.iconsys-fapiao2:before {
  content: '\e84b';
}

.iconsys-dingyue_3:before {
  content: '\e744';
}

.iconsys-jiayou2:before {
  content: '\e84c';
}

.iconsys-huiyuan:before {
  content: '\e745';
}

.iconsys-zhi:before {
  content: '\e84d';
}

.iconsys-tianxie:before {
  content: '\e746';
}

.iconsys-geren3:before {
  content: '\e84e';
}

.iconsys-gonggao:before {
  content: '\e747';
}

.iconsys-geren2:before {
  content: '\e84f';
}

.iconsys-wancheng_4:before {
  content: '\e748';
}

.iconsys-lajitong2:before {
  content: '\e850';
}

.iconsys-daka:before {
  content: '\e749';
}

.iconsys-shebei:before {
  content: '\e851';
}

.iconsys-wode_2:before {
  content: '\e74a';
}

.iconsys-fapiao:before {
  content: '\e852';
}

.iconsys-shaixuan_2:before {
  content: '\e74c';
}

.iconsys-jiandu:before {
  content: '\e853';
}

.iconsys-daohang:before {
  content: '\e74d';
}

.iconsys-falvsusong:before {
  content: '\e854';
}

.iconsys-shaixuan:before {
  content: '\e74e';
}

.iconsys-geren4:before {
  content: '\e855';
}

.iconsys-xiaoshou:before {
  content: '\e74f';
}

.iconsys-falvsusong2:before {
  content: '\e856';
}

.iconsys-qingchu:before {
  content: '\e750';
}

.iconsys-jubao2:before {
  content: '\e857';
}

.iconsys-rili:before {
  content: '\e751';
}

.iconsys-jubao:before {
  content: '\e858';
}

.iconsys-fanhui:before {
  content: '\e752';
}

.iconsys-huodong_1:before {
  content: '\e859';
}

.iconsys-tuandui_2:before {
  content: '\e753';
}

.iconsys-yaopin_1:before {
  content: '\e85a';
}

.iconsys-kuaidiyuan:before {
  content: '\e754';
}

.iconsys-huodong_2:before {
  content: '\e85b';
}

.iconsys-shezhi_2:before {
  content: '\e755';
}

.iconsys-jiameng_1:before {
  content: '\e85c';
}

.iconsys-jingyin:before {
  content: '\e756';
}

.iconsys-jindian:before {
  content: '\e85d';
}

.iconsys-lianjie:before {
  content: '\e757';
}

.iconsys-faxian:before {
  content: '\e85e';
}

.iconsys-pinglun_3:before {
  content: '\e758';
}

.iconsys-chongzhijilu:before {
  content: '\e85f';
}

.iconsys-gouwu:before {
  content: '\e759';
}

.iconsys-fenlei_4:before {
  content: '\e860';
}

.iconsys-naozhong1:before {
  content: '\e75a';
}

.iconsys-jiameng_2:before {
  content: '\e861';
}

.iconsys-tianjia_2:before {
  content: '\e75b';
}

.iconsys-jiameng:before {
  content: '\e862';
}

.iconsys-tixing:before {
  content: '\e75c';
}

.iconsys-jiezhen:before {
  content: '\e863';
}

.iconsys-anquan:before {
  content: '\e75d';
}

.iconsys-shang2:before {
  content: '\e864';
}

.iconsys-yiliao:before {
  content: '\e75f';
}

.iconsys-you2:before {
  content: '\e865';
}

.iconsys-yingpin:before {
  content: '\e761';
}

.iconsys-zuo2:before {
  content: '\e866';
}

.iconsys-huopinxinxi:before {
  content: '\e762';
}

.iconsys-xia2:before {
  content: '\e867';
}

.iconsys-shanchuwenjian:before {
  content: '\e763';
}

.iconsys-dianzan2:before {
  content: '\e868';
}

.iconsys-gouwuche:before {
  content: '\e764';
}

.iconsys-dianzan21:before {
  content: '\e869';
}

.iconsys-youxi:before {
  content: '\e765';
}

.iconsys-gouxuan:before {
  content: '\e86a';
}

.iconsys-bianji_5:before {
  content: '\e766';
}

.iconsys-fuwu3:before {
  content: '\e86b';
}

.iconsys-baocun:before {
  content: '\e767';
}

.iconsys-fuwu2:before {
  content: '\e86c';
}

.iconsys-tianjiawenjian1:before {
  content: '\e768';
}

.iconsys-qiehuan:before {
  content: '\e86d';
}

.iconsys-yaopin:before {
  content: '\e769';
}

.iconsys-tuandui2:before {
  content: '\e86e';
}

.iconsys-riqi2:before {
  content: '\e76a';
}

.iconsys-wenzhen:before {
  content: '\e86f';
}

.iconsys-butixing:before {
  content: '\e76b';
}

.iconsys-hongbao3:before {
  content: '\e870';
}

.iconsys-dingdanliebiao:before {
  content: '\e76c';
}

.iconsys-gongyingshang:before {
  content: '\e871';
}

.iconsys-xiangji:before {
  content: '\e76d';
}

.iconsys-fuwu4:before {
  content: '\e872';
}

.iconsys-xuexiao:before {
  content: '\e76e';
}

.iconsys-gongsijieshao:before {
  content: '\e873';
}

.iconsys-bianji_4:before {
  content: '\e76f';
}

.iconsys-tongzhiguanli:before {
  content: '\e874';
}

.iconsys-boda:before {
  content: '\e770';
}

.iconsys-xianshi:before {
  content: '\e875';
}

.iconsys-gouwudai:before {
  content: '\e771';
}

.iconsys-yincang:before {
  content: '\e876';
}

.iconsys-zhuanfa_3:before {
  content: '\e772';
}

.iconsys-tianxie1:before {
  content: '\e877';
}

.iconsys-yinle:before {
  content: '\e773';
}

.iconsys-jingli:before {
  content: '\e878';
}

.iconsys-huodaofukuan:before {
  content: '\e774';
}

.iconsys-gouwuche3:before {
  content: '\e879';
}

.iconsys-shangpin:before {
  content: '\e775';
}

.iconsys-qiehuanyuyan:before {
  content: '\e87a';
}

.iconsys-dianhua:before {
  content: '\e776';
}

.iconsys-fabu:before {
  content: '\e87b';
}

.iconsys-dangqianweizhi:before {
  content: '\e777';
}

.iconsys-yaofang:before {
  content: '\e87c';
}

.iconsys-shipin:before {
  content: '\e778';
}

.iconsys-shouye_8:before {
  content: '\e87d';
}

.iconsys-yuyin:before {
  content: '\e779';
}

.iconsys-diancifa:before {
  content: '\e87e';
}

.iconsys-wanchengdingdan:before {
  content: '\e77a';
}

.iconsys-xiazai_3:before {
  content: '\e87f';
}

.iconsys-guanbiyuyin:before {
  content: '\e77b';
}

.iconsys-jilu_2:before {
  content: '\e880';
}

.iconsys-jifen:before {
  content: '\e77c';
}

.iconsys-yaodian:before {
  content: '\e881';
}

.iconsys-wupin:before {
  content: '\e77d';
}

.iconsys-chongwu:before {
  content: '\e882';
}

.iconsys-shequ:before {
  content: '\e77e';
}

.iconsys-shangpin_2:before {
  content: '\e883';
}

.iconsys-gouwu_2:before {
  content: '\e77f';
}

.iconsys-shouye_7:before {
  content: '\e884';
}

.iconsys-guanji1:before {
  content: '\e780';
}

.iconsys-gouwuche_3:before {
  content: '\e885';
}

.iconsys-lianjie_2:before {
  content: '\e781';
}

.iconsys-fenlei_5:before {
  content: '\e886';
}

.iconsys-dayin_2:before {
  content: '\e782';
}

.iconsys-wode_4:before {
  content: '\e887';
}

.iconsys-lajitong:before {
  content: '\e783';
}

.iconsys-jiesuo1:before {
  content: '\e888';
}

.iconsys-huowu:before {
  content: '\e784';
}

.iconsys-yuechi:before {
  content: '\e889';
}

.iconsys-dayin:before {
  content: '\e785';
}

.iconsys-gouwuche_2-fill:before {
  content: '\e88a';
}

.iconsys-zhibo:before {
  content: '\e786';
}

.iconsys-shenhe:before {
  content: '\e88b';
}

.iconsys-tianjiawendang1:before {
  content: '\e787';
}

.iconsys-shenhe_2:before {
  content: '\e88c';
}

.iconsys-shanchuwendang:before {
  content: '\e788';
}

.iconsys-bendiquan:before {
  content: '\e88d';
}

.iconsys-tianjia_3:before {
  content: '\e789';
}

.iconsys-qushui:before {
  content: '\e88e';
}

.iconsys-shanchu_2:before {
  content: '\e78a';
}

.iconsys-xiaofei:before {
  content: '\e88f';
}

.iconsys-shang:before {
  content: '\e78b';
}

.iconsys-mubiao:before {
  content: '\e890';
}

.iconsys-fangda1:before {
  content: '\e78c';
}

.iconsys-chuan:before {
  content: '\e891';
}

.iconsys-suoxiao1:before {
  content: '\e78d';
}

.iconsys-wode_5:before {
  content: '\e892';
}

.iconsys-xia:before {
  content: '\e78e';
}

.iconsys-pintuan:before {
  content: '\e893';
}

.iconsys-zuo:before {
  content: '\e78f';
}

.iconsys-gouwuche_5:before {
  content: '\e894';
}

.iconsys-lianjie1:before {
  content: '\e790';
}

.iconsys-shouye_9:before {
  content: '\e895';
}

.iconsys-quanping1:before {
  content: '\e791';
}

.iconsys-dianpu_3:before {
  content: '\e896';
}

.iconsys-you:before {
  content: '\e792';
}

.iconsys-jilu1:before {
  content: '\e897';
}

.iconsys-shuaxin1:before {
  content: '\e793';
}

.iconsys-jiankang:before {
  content: '\e898';
}

.iconsys-shuaxin_2:before {
  content: '\e794';
}

.iconsys-gailan:before {
  content: '\e899';
}

.iconsys-shuaxin_3:before {
  content: '\e795';
}

.iconsys-fankui_2:before {
  content: '\e89a';
}

.iconsys-jiaoji:before {
  content: '\e796';
}

.iconsys-anquan_2:before {
  content: '\e89b';
}

.iconsys-jiantou_2:before {
  content: '\e797';
}

.iconsys-anquan_3:before {
  content: '\e89c';
}

.iconsys-zhongxinshouquan:before {
  content: '\e798';
}

.iconsys-zhibo_2:before {
  content: '\e89d';
}

.iconsys-shangchuan1:before {
  content: '\e79b';
}

.iconsys-dingbu:before {
  content: '\e89e';
}

.iconsys-xiazai:before {
  content: '\e79c';
}

.iconsys-dibu:before {
  content: '\e89f';
}

.iconsys-xiangxia:before {
  content: '\e79d';
}

.iconsys-you_2:before {
  content: '\e8a0';
}

.iconsys-zhuanfa_4:before {
  content: '\e79e';
}

.iconsys-shang_2:before {
  content: '\e8a1';
}

.iconsys-dianzan_2:before {
  content: '\e79f';
}

.iconsys-zuo_2:before {
  content: '\e8a2';
}

.iconsys-xiazai_2:before {
  content: '\e7a0';
}

.iconsys-xia_2:before {
  content: '\e8a3';
}

.iconsys-dianpu_2:before {
  content: '\e7a1';
}

.iconsys-fenlei_6:before {
  content: '\e8a4';
}

.iconsys-xiangshang:before {
  content: '\e7a2';
}

.iconsys-zhuanfa_5:before {
  content: '\e8a5';
}

.iconsys-faming-2:before {
  content: '\e7a3';
}

.iconsys-gongchang:before {
  content: '\e8a6';
}

.iconsys-Wi-Fi:before {
  content: '\e7a4';
}

.iconsys-jianzhu_5:before {
  content: '\e8a7';
}

.iconsys-miaosha:before {
  content: '\e7a5';
}

.iconsys-jianzhu_4:before {
  content: '\e8a8';
}

.iconsys-huizhang:before {
  content: '\e7a6';
}

.iconsys-jianzhu_6:before {
  content: '\e8a9';
}

.iconsys-dianshi:before {
  content: '\e7a7';
}

.iconsys-jianzhu_3:before {
  content: '\e8aa';
}

.iconsys-huodong:before {
  content: '\e7a8';
}

.iconsys-jiaotang:before {
  content: '\e8ab';
}

.iconsys-shenfenzheng:before {
  content: '\e7a9';
}

.iconsys-jianzhu_2:before {
  content: '\e8ac';
}

.iconsys-remen:before {
  content: '\e7aa';
}

.iconsys-bowuguan:before {
  content: '\e8ad';
}

.iconsys-touyingyi:before {
  content: '\e7ab';
}

.iconsys-chengshi_2:before {
  content: '\e8ae';
}

.iconsys-miaobiao:before {
  content: '\e7ac';
}

.iconsys-chengshi_3:before {
  content: '\e8af';
}

.iconsys-hongbao:before {
  content: '\e7ad';
}

.iconsys-yiyuan:before {
  content: '\e8b0';
}

.iconsys-wenzhang_2:before {
  content: '\e7ae';
}

.iconsys-jianzhu:before {
  content: '\e8b1';
}

.iconsys-miaobiao_2:before {
  content: '\e7af';
}

.iconsys-xuexiao_2:before {
  content: '\e8b2';
}

.iconsys-qianbao_2:before {
  content: '\e7b0';
}

.iconsys-chengshi:before {
  content: '\e8b3';
}

.iconsys-dingshi1:before {
  content: '\e7b1';
}

.iconsys-yaodian_2:before {
  content: '\e8b4';
}

.iconsys-fuzhi:before {
  content: '\e7b2';
}

.iconsys-jinianbei:before {
  content: '\e8b5';
}

.iconsys-lanya:before {
  content: '\e7b3';
}

.iconsys-jinianbei_2:before {
  content: '\e8b6';
}

.iconsys-caijian:before {
  content: '\e7b4';
}

.iconsys-dianti_4:before {
  content: '\e8b7';
}

.iconsys-songhuo:before {
  content: '\e7b5';
}

.iconsys-dianti_2:before {
  content: '\e8b8';
}

.iconsys-erweima_2:before {
  content: '\e7b6';
}

.iconsys-dianti_5:before {
  content: '\e8b9';
}

.iconsys-fenxiao:before {
  content: '\e7b7';
}

.iconsys-dianti_6:before {
  content: '\e8ba';
}

.iconsys-jiandao:before {
  content: '\e7b8';
}

.iconsys-dianti:before {
  content: '\e8bb';
}

.iconsys-shezhi_3:before {
  content: '\e7b9';
}

.iconsys-dianti_3:before {
  content: '\e8bc';
}

.iconsys-guanli:before {
  content: '\e7ba';
}

.iconsys-shafa:before {
  content: '\e8bd';
}

.iconsys-shouye_4:before {
  content: '\e7bb';
}

.iconsys-guizi:before {
  content: '\e8be';
}

.iconsys-shuben_2:before {
  content: '\e7bc';
}

.iconsys-biangui:before {
  content: '\e8bf';
}

.iconsys-dianhua_2:before {
  content: '\e7bd';
}

.iconsys-bingxiang:before {
  content: '\e8c0';
}

.iconsys-huiyuan_2:before {
  content: '\e7be';
}

.iconsys-shuangrenchuang:before {
  content: '\e8c1';
}

.iconsys-qifei:before {
  content: '\e7bf';
}

.iconsys-danrenchuang:before {
  content: '\e8c2';
}

.iconsys-shouye_5:before {
  content: '\e7c0';
}

.iconsys-shuangrenchuang_2:before {
  content: '\e8c3';
}

.iconsys-erweima:before {
  content: '\e7c1';
}

.iconsys-danrenchuang_2:before {
  content: '\e8c4';
}

.iconsys-daohang_2:before {
  content: '\e7c2';
}

.iconsys-beizi:before {
  content: '\e8c5';
}

.iconsys-weizhi_2:before {
  content: '\e7c3';
}

.iconsys-chuanglian:before {
  content: '\e8c6';
}

.iconsys-quanzi:before {
  content: '\e7c4';
}

.iconsys-chuanglian_2:before {
  content: '\e8c7';
}

.iconsys-qifei_2:before {
  content: '\e7c5';
}

.iconsys-chuanglian_3:before {
  content: '\e8c8';
}

.iconsys-jifen_2:before {
  content: '\e7c6';
}

.iconsys-taideng:before {
  content: '\e8c9';
}

.iconsys-feiji:before {
  content: '\e7c7';
}

.iconsys-taideng_2:before {
  content: '\e8ca';
}

.iconsys-zihangche:before {
  content: '\e7c8';
}

.iconsys-yijia:before {
  content: '\e8cb';
}

.iconsys-qiche1:before {
  content: '\e7c9';
}

.iconsys-liangyijia:before {
  content: '\e8cc';
}

.iconsys-zhaoche:before {
  content: '\e7ca';
}

.iconsys-QQ:before {
  content: '\e8cd';
}

.iconsys-gongshi:before {
  content: '\e7cb';
}

.iconsys-jisuanqi:before {
  content: '\e8cf';
}

.iconsys-lanqiu:before {
  content: '\e7cc';
}

.iconsys-jisuanqi_2:before {
  content: '\e8d0';
}

.iconsys-jiegou:before {
  content: '\e7cd';
}

.iconsys-jisuanqi_3:before {
  content: '\e8d1';
}

.iconsys-shouyi:before {
  content: '\e7ce';
}

.iconsys-jisuanqi_4:before {
  content: '\e8d2';
}

.iconsys-qiche_2:before {
  content: '\e7cf';
}

.iconsys-xinpian:before {
  content: '\e8d3';
}

.iconsys-shui:before {
  content: '\e7d0';
}

.iconsys-yanfa:before {
  content: '\e8d4';
}

.iconsys-shezhi_4:before {
  content: '\e7d1';
}

.iconsys-yanjing-fang:before {
  content: '\e7d2';
}

.iconsys-shuaka:before {
  content: '\e7d3';
}

.iconsys-shoushi:before {
  content: '\e7d4';
}

.iconsys-wenzhang:before {
  content: '\e7d5';
}

.iconsys-jiayou:before {
  content: '\e7d6';
}

.iconsys-shoubiao:before {
  content: '\e7d7';
}

.iconsys-jiqi:before {
  content: '\e7d8';
}

.iconsys-shuju_2:before {
  content: '\e7d9';
}

.iconsys-qiandai:before {
  content: '\e7da';
}

.iconsys-biaoqing:before {
  content: '\e7db';
}

.iconsys-huati:before {
  content: '\e7de';
}

.iconsys-jingji:before {
  content: '\e7df';
}

.iconsys-yanjing-yuan:before {
  content: '\e7e0';
}

.iconsys-qushi:before {
  content: '\e7e1';
}

.iconsys-shangchuan_2:before {
  content: '\e7e2';
}

.iconsys-shoudiantong:before {
  content: '\e7e3';
}

.iconsys-kafei:before {
  content: '\e7e4';
}

.iconsys-canju:before {
  content: '\e7e5';
}

.iconsys-shalou1:before {
  content: '\e7e6';
}

.iconsys-canyin:before {
  content: '\e7e7';
}

.iconsys-huojian:before {
  content: '\e7e8';
}

.iconsys-shouyinji:before {
  content: '\e7e9';
}

.iconsys-guanjun:before {
  content: '\e7ea';
}

.iconsys-piaoliuping:before {
  content: '\e7eb';
}

.iconsys-yinle_2:before {
  content: '\e7ec';
}

.iconsys-mofa:before {
  content: '\e7ed';
}

.iconsys-wangye:before {
  content: '\e7ee';
}

.iconsys-shuaxin9:before {
  content: '\e613';
}

.iconsys-refresh:before {
  content: '\e614';
}

.iconsys-a-huaban2fuben32:before {
  content: '\e615';
}

.iconsys-shuaxin12:before {
  content: '\e6b3';
}

.iconsys-diqiu-:before {
  content: '\e611';
}

.iconsys-icon_diqiu:before {
  content: '\e607';
}

.iconsys-fanyi1:before {
  content: '\e60f';
}

.iconsys-shuyi_fanyi-36:before {
  content: '\e65c';
}

.iconsys-quanpingsuoxiao:before {
  content: '\e62d';
}

.iconsys-expand:before {
  content: '\e8ce';
}

.iconsys-dingshi:before {
  content: '\e6e4';
}

.iconsys-dianliang:before {
  content: '\e6e5';
}

.iconsys-zuoduiqi:before {
  content: '\e6ba';
}

.iconsys-yiwen:before {
  content: '\e6bb';
}

.iconsys-xuanzewendang:before {
  content: '\e6bc';
}

.iconsys-youduiqi:before {
  content: '\e6bd';
}

.iconsys-xunhuan:before {
  content: '\e6be';
}

.iconsys-bianji1:before {
  content: '\e6bf';
}

.iconsys-xiugai:before {
  content: '\e6c0';
}

.iconsys-xinhao:before {
  content: '\e6c1';
}

.iconsys-xiaoxi:before {
  content: '\e6c2';
}

.iconsys-xiazai2:before {
  content: '\e6c3';
}

.iconsys-tianjiawenjian:before {
  content: '\e6c4';
}

.iconsys-tianjiawendang:before {
  content: '\e6c5';
}

.iconsys-tianjia2:before {
  content: '\e6c6';
}

.iconsys-tianjia1:before {
  content: '\e6c7';
}

.iconsys-tixing1:before {
  content: '\e6c8';
}

.iconsys-tishi:before {
  content: '\e6c9';
}

.iconsys-suoxiao:before {
  content: '\e6ca';
}

.iconsys-sousuo:before {
  content: '\e6cb';
}

.iconsys-shouye:before {
  content: '\e6cc';
}

.iconsys-shouqi:before {
  content: '\e6cd';
}

.iconsys-shijian:before {
  content: '\e6ce';
}

.iconsys-shenpi:before {
  content: '\e6cf';
}

.iconsys-shezhi2:before {
  content: '\e6d0';
}

.iconsys-shangchuan:before {
  content: '\e6d1';
}

.iconsys-shanjianwenjian:before {
  content: '\e6d2';
}

.iconsys-shanjianwendang:before {
  content: '\e6d3';
}

.iconsys-shanchu2:before {
  content: '\e6d4';
}

.iconsys-quanping:before {
  content: '\e6d5';
}

.iconsys-liebiao:before {
  content: '\e6d6';
}

.iconsys-jiesuo:before {
  content: '\e6d7';
}

.iconsys-jietu:before {
  content: '\e6d8';
}

.iconsys-jilu:before {
  content: '\e6d9';
}

.iconsys-guanbi1:before {
  content: '\e6db';
}

.iconsys-gengduo3:before {
  content: '\e6dc';
}

.iconsys-gengduo2:before {
  content: '\e6dd';
}

.iconsys-gengduo1:before {
  content: '\e6df';
}

.iconsys-fuxuan:before {
  content: '\e6e0';
}

.iconsys-fenxiang:before {
  content: '\e6e1';
}

.iconsys-fenbuduiqi:before {
  content: '\e6e2';
}

.iconsys-fangda:before {
  content: '\e6e3';
}

.iconsys-guanbi:before {
  content: '\e7dc';
}

.iconsys-sidebar:before {
  content: '\e6af';
}

.iconsys-cebian-fanhui:before {
  content: '\e703';
}

.iconsys-xuanzekuang-jiantou:before {
  content: '\e709';
}

.iconsys-pinglun:before {
  content: '\e60d';
}

.iconsys-shenglvehao:before {
  content: '\e6b1';
}

.iconsys-caidan1:before {
  content: '\e662';
}

.iconsys-xianshiqi:before {
  content: '\e6b2';
}

.iconsys-bang2:before {
  content: '\e600';
}

.iconsys-jihuagongzuo:before {
  content: '\e651';
}

.iconsys-user:before {
  content: '\e608';
}

.iconsys-zhaopian-copy:before {
  content: '\e7dd';
}

.iconsys-kongzhuangtai:before {
  content: '\e707';
}

.iconsys-tongzhi1:before {
  content: '\e64a';
}

.iconsys-bangzhu:before {
  content: '\e636';
}
