* {
  margin: 0;
  padding: 0;
}
html, body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-family: "Reggae One", cursive;
}
.loader, .loader:before, .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loadAnimation 1.8s infinite ease-in-out;
  animation: loadAnimation 1.8s infinite ease-in-out;
}
.loader {
  color: #406eeb;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before, .loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes loadAnimation {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes loadAnimation {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}/* windicss layer base */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
}
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
::moz-focus-inner {
  border-style: none;
  padding: 0;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
a {
  color: inherit;
  text-decoration: inherit;
}
body {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}
b {
  font-weight: bolder;
}
button, textarea, input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
}
button {
  text-transform: none;
  background-color: transparent;
  background-image: none;
}
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
}
button, [role="button"] {
  cursor: pointer;
}
code, pre {
  font-size: 1em;
  font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
html {
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  line-height: 1.5;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
h1, h2, hr, p, blockquote, h3, pre, h5, h4 {
  margin: 0;
}
h1, h2, h3, h5, h4 {
  font-size: inherit;
  font-weight: inherit;
}
img {
  border-style: solid;
  max-width: 100%;
  height: auto;
}
input::placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::webkit-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
img, svg, audio, iframe {
  display: block;
  vertical-align: middle;
}
textarea {
  resize: vertical;
}
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
textarea::webkit-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
textarea::-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* windicss layer components */

/* windicss layer utilities */
.container {
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
.bg-light-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 253, 253, var(--tw-bg-opacity));
}
.border {
  border-width: 1px;
}
.box-content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
[display~="flex"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.hidden {
  display: none;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
[align~="center"] {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
.m-61\.2 {
  margin: 15.3rem;
}
.m-15\.7 {
  margin: 3.925rem;
}
.m-588\.1-120c-3\.9-3\.9-10\.4-3\.9-14\.3 {
  margin: 3.575rem;
}
.m-372\.736 {
  margin: 93.184rem;
}
.m-191\.488 {
  margin: 47.872rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-3 {
  padding: 0.75rem;
}
[placeholder~="$t("]::-webkit-input-placeholder {
  color: var(--t);
}
[placeholder~="$t("]::-moz-placeholder {
  color: var(--t);
}
[placeholder~="$t("]:-ms-input-placeholder {
  color: var(--t);
}
[placeholder~="$t("]::-ms-input-placeholder {
  color: var(--t);
}
[placeholder~="$t("]::placeholder {
  color: var(--t);
}
.tab {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
.tab\.name {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
.tab\.label {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
.\.tab {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.resize {
  resize: both;
}
[shadow~="hover"] {
  
  --tw-shadow: var(--tw-shadow-colored);
}
[fill~="none"] {
  fill: none;
}
.text-right {
  text-align: right;
}
.content-x {
  content: "x";
}
[content~="props.noticeItem.title"] {
  content: "props.noticeItem.title";
}
[content~="props.noticeItem.description"] {
  content: "props.noticeItem.description";
}
[content~="左侧菜单模式"] {
  content: "左侧菜单模式";
}
[content~="顶部菜单模式"] {
  content: "顶部菜单模式";
}
[content~="$t("] {
  content: var(--t);
}
[content~="auto.device_product_children_subPage_productModel_tableComponent_EventTable_I05744"] {
  content: "auto.device_product_children_subPage_productModel_tableComponent_EventTable_I05744";
}
[content~=")"] {
  content: ")";
}
.visible {
  visibility: visible;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/5 {
  width: 40%;
}
.w-1\/5 {
  width: 20%;
}
.w-20 {
  width: 5rem;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-1\/1 {
  width: 100%;
}
.w-25 {
  width: 6.25rem;
}
.w-1\/7 {
  width: 14.285714%;
}
.w-3\/7 {
  width: 42.857143%;
}
.w-1\/9 {
  width: 11.111111%;
}
.w-1\/8 {
  width: 12.5%;
}
.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-translate-z: 0;
  --tw-rotate: 0;
  --tw-rotate-x: 0;
  --tw-rotate-y: 0;
  --tw-rotate-z: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scale-z: 1;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
  -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
}
[transform~="transform"] {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-translate-z: 0;
  --tw-rotate: 0;
  --tw-rotate-x: 0;
  --tw-rotate-y: 0;
  --tw-rotate-z: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scale-z: 1;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
  -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
}
.\<transition {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, filter, backdrop-filter;
  -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-box-shadow, transform, -webkit-transform, filter, backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.ease {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.animate\.css {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur {
  --tw-blur: blur(8px);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
}.el-dropdown-menu {
  padding: 2px 0 !important;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0s;
}
.fade-enter, .fade-leave-active {
  opacity: 0;
}
.fade-transform-enter-from {
  opacity: 0;
}
.fade-transform-leave-to {
  opacity: 0;
}
.breadcrumb-enter-from, .breadcrumb-leave-active {
  opacity: 0;
}
.breadcrumb-leave-active {
  position: absolute;
}
.el-breadcrumb__inner, .el-breadcrumb__inner a {
  font-weight: 400 !important;
}
.el-upload input[type=file] {
  display: none !important;
}
.el-upload__input {
  display: none;
}
.upload-container .el-upload {
  width: 100%;
}
.upload-container .el-upload .el-upload-dragger {
  width: 100%;
  height: 200px;
}
.el-range-separator {
  box-sizing: content-box;
}
.is-dark {
  z-index: 99999 !important;
}
.el-button--primary {
  --el-button-bg-color: var(--el-color-primary) !important;
  --el-button-border-color: var(--el-color-primary) !important;
  --el-button-hover-bg-color: var(--el-color-primary-light-2) !important;
  --el-button-hover-border-color: var(--el-color-primary-light-2) !important;
  --el-button-active-bg-color: var(--el-color-primary-active) !important;
  --el-button-active-border-color: var(--el-color-primary-active) !important;
}
#nprogress .bar {
  background-color: var(--el-color-primary) !important;
}
#nprogress .peg {
  box-shadow: 0 0 10px var(--el-color-primary), 0 0 5px var(--el-color-primary) !important;
}
#nprogress .spinner-icon {
  border-top-color: var(--el-color-primary);
  border-left-color: var(--el-color-primary);
}
@media screen and (min-width: 150px) and (max-width: 420px) {
  body[layout=vertical] .app-main-nofixed-header {
    overflow-y: hidden;
  }
}
@media screen and (min-width: 420px) {
  body[layout=vertical] .app-main-nofixed-header {
    overflow: hidden;
  }
}
body[layout=vertical] .main-container {
  height: 100vh;
  min-height: 100%;
  transition: margin-left 0.28s;
  margin-left: 210px;
  position: relative;
  background: #f0f2f5;
}
@media screen and (min-width: 150px) and (max-width: 420px) {
  body[layout=vertical] .main-container .app-main .el-scrollbar__view:first-child {
    overflow-y: hidden;
  }
}
body[layout=vertical] .fixed-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  width: calc(100% - 210px);
  transition: width 0.28s;
}
body[layout=vertical] .main-hidden {
  margin-left: 0 !important;
}
body[layout=vertical] .main-hidden .fixed-header {
  width: 100% !important;
}
body[layout=vertical] .main-hidden .fixed-header + .app-main {
  padding-top: 37px !important;
}
body[layout=vertical] .el-popper.is-light {
  border: none !important;
}
body[layout=vertical] .sidebar-container {
  transition: width 0.28s;
  width: 210px !important;
  background: #001529;
  height: 100%;
  position: fixed;
  font-size: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden;
  box-shadow: 0 0 1px #888;
}
body[layout=vertical] .sidebar-container .scrollbar-wrapper {
  overflow-x: hidden !important;
}
body[layout=vertical] .sidebar-container .horizontal-collapse-transition {
  transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
}
body[layout=vertical] .sidebar-container .el-scrollbar__bar.is-vertical {
  right: 0;
}
body[layout=vertical] .sidebar-container .el-scrollbar {
  height: 100%;
}
body[layout=vertical] .sidebar-container.has-logo .el-scrollbar {
  height: calc(100% - 50px);
}
body[layout=vertical] .sidebar-container .is-horizontal {
  display: none;
}
body[layout=vertical] .sidebar-container a {
  display: inline-block;
  display: flex;
  padding-left: 10px;
  flex-wrap: wrap;
  width: 100%;
}
body[layout=vertical] .sidebar-container .el-menu {
  border: none;
  height: 100%;
  background-color: transparent !important;
}
body[layout=vertical] .sidebar-container .el-menu-item, body[layout=vertical] .sidebar-container .el-sub-menu__title {
  height: 50px;
  color: #eee;
  padding: 0 20px 0 40px;
}
body[layout=vertical] .sidebar-container .el-menu-item div, body[layout=vertical] .sidebar-container .el-menu-item span, body[layout=vertical] .sidebar-container .el-sub-menu__title div, body[layout=vertical] .sidebar-container .el-sub-menu__title span {
  height: 50px;
  line-height: 50px;
}
body[layout=vertical] .sidebar-container .submenu-title-noDropdown:hover, body[layout=vertical] .sidebar-container .el-sub-menu__title:hover {
  background-color: transparent;
}
body[layout=vertical] .sidebar-container .is-active > .el-sub-menu__title, body[layout=vertical] .sidebar-container .is-active.submenu-title-noDropdown {
  color: #fff !important;
}
body[layout=vertical] .sidebar-container .is-active > .el-sub-menu__title i, body[layout=vertical] .sidebar-container .is-active.submenu-title-noDropdown i {
  color: #fff !important;
}
body[layout=vertical] .sidebar-container .is-active {
  transition: color 0.3s;
  color: #fff !important;
}
body[layout=vertical] .sidebar-container .el-menu .el-menu--inline .el-sub-menu__title, body[layout=vertical] .sidebar-container .el-sub-menu .el-menu-item {
  font-size: 12px;
  min-width: 210px !important;
}
body[layout=vertical] .horizontal-header {
  display: flex;
  justify-content: space-around;
  background: #001529;
  width: 100%;
  height: 48px;
  align-items: center;
}
body[layout=vertical] .horizontal-header .horizontal-header-left {
  display: flex;
  height: 100%;
  width: auto;
  min-width: 200px;
  align-items: center;
  padding-left: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}
body[layout=vertical] .horizontal-header .horizontal-header-left i {
  font-size: 30px;
  color: #1890ff;
  margin-right: 4px;
}
body[layout=vertical] .horizontal-header .horizontal-header-left h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: all 0.5s;
}
body[layout=vertical] .horizontal-header .horizontal-header-menu {
  height: 100%;
  min-width: 0;
  flex: 1;
  align-items: center;
}
body[layout=vertical] .horizontal-header .horizontal-header-right {
  display: flex;
  min-width: 280px;
  align-items: center;
  color: #fff;
  justify-content: flex-end;
}
body[layout=vertical] .horizontal-header .horizontal-header-right .dropdown-badge {
  height: 48px;
  color: #fff;
}
body[layout=vertical] .horizontal-header .horizontal-header-right .screen-full {
  cursor: pointer;
}
body[layout=vertical] .horizontal-header .horizontal-header-right .globalization {
  height: 48px;
  width: 40px;
  padding: 11px;
  cursor: pointer;
  color: #fff;
}
body[layout=vertical] .horizontal-header .horizontal-header-right .el-dropdown-link {
  width: 100px;
  height: 48px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  color: #fff;
}
body[layout=vertical] .horizontal-header .horizontal-header-right .el-dropdown-link p {
  font-size: 14px;
}
body[layout=vertical] .horizontal-header .horizontal-header-right .el-dropdown-link img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
body[layout=vertical] .horizontal-header .horizontal-header-right .el-icon-setting {
  height: 48px;
  width: 40px;
  padding: 12px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
body[layout=vertical] .horizontal-header .el-menu {
  border: none;
  height: 100%;
  background-color: transparent;
  width: 100% !important;
}
body[layout=vertical] .horizontal-header .el-menu-item, body[layout=vertical] .horizontal-header .el-sub-menu__title {
  color: #eee;
}
body[layout=vertical] .horizontal-header .submenu-title-noDropdown, body[layout=vertical] .horizontal-header .el-sub-menu__title {
  height: 48px;
  line-height: 48px;
  background: #001529;
}
body[layout=vertical] .horizontal-header .submenu-title-noDropdown svg, body[layout=vertical] .horizontal-header .el-sub-menu__title svg {
  position: static !important;
}
body[layout=vertical] .horizontal-header .is-active > .el-sub-menu__title, body[layout=vertical] .horizontal-header .is-active.submenu-title-noDropdown {
  color: #fff !important;
  border-bottom-color: #409eff;
}
body[layout=vertical] .horizontal-header .is-active > .el-sub-menu__title i, body[layout=vertical] .horizontal-header .is-active.submenu-title-noDropdown i {
  color: #fff !important;
}
body[layout=vertical] .horizontal-header .is-active {
  transition: color 0.3s;
  color: #fff !important;
  border-bottom-color: #409eff;
}
body[layout=vertical] .el-menu--vertical .el-menu--popup .el-menu-item span {
  font-size: 12px;
  margin-left: 10px;
}
body[layout=vertical] .el-menu--vertical .el-menu--popup .el-sub-menu__title {
  color: #eee;
}
body[layout=vertical] .el-menu--vertical .el-menu--popup .el-sub-menu__title span {
  margin-left: 10px;
}
body[layout=vertical] .el-menu--vertical > .el-menu i {
  margin-right: 20px;
}
body[layout=vertical] .el-menu--vertical .is-active > .el-sub-menu__title, body[layout=vertical] .el-menu--vertical .is-active.submenu-title-noDropdown {
  color: #fff !important;
}
body[layout=vertical] .el-menu--vertical .is-active > .el-sub-menu__title i, body[layout=vertical] .el-menu--vertical .is-active.submenu-title-noDropdown i {
  color: #fff !important;
}
body[layout=vertical] .el-menu--vertical .el-menu .el-sub-menu__title {
  font-size: 12px;
  min-width: 210px !important;
}
body[layout=vertical] .el-menu--vertical .el-menu-item, body[layout=vertical] .el-menu--vertical .el-sub-menu__title {
  height: 50px;
  line-height: 50px;
  color: #eee;
}
body[layout=vertical] .el-menu--vertical .is-active {
  transition: color 0.3s;
  color: #fff !important;
}
body[layout=vertical] .el-menu--vertical .el-menu-item i, body[layout=vertical] .el-menu--vertical .el-sub-menu i {
  width: 20px;
  text-align: center;
  font-size: 16px;
}
body[layout=vertical] .el-menu--vertical .el-menu-item i.fa, body[layout=vertical] .el-menu--vertical .el-sub-menu i.fa {
  margin-right: 5px;
  font-size: 16px;
}
body[layout=vertical] .el-menu--horizontal > .el-sub-menu .el-sub-menu__icon-arrow {
  position: static !important;
  margin-top: 0;
}
body[layout=vertical] .el-menu--horizontal .el-menu--popup .el-menu-item {
  color: #eee;
}
body[layout=vertical] .el-menu--horizontal .el-menu--popup .el-menu-item span {
  font-size: 12px;
  margin-left: 10px;
}
body[layout=vertical] .el-menu--horizontal .el-menu--popup .el-sub-menu__title {
  color: #eee;
}
body[layout=vertical] .el-menu--horizontal .el-menu--popup .el-sub-menu__title span {
  margin-left: 10px;
}
body[layout=vertical] .el-menu--horizontal .router-link-exact-active > .submenu-title-noDropdown {
  height: 60px;
  border-bottom: 2px solid var(--el-menu-active-color);
}
body[layout=vertical] .el-menu--horizontal .el-menu .el-sub-menu__title {
  font-size: 12px;
  min-width: 210px !important;
}
body[layout=vertical] .el-menu--horizontal .is-active > .el-sub-menu__title, body[layout=vertical] .el-menu--horizontal .is-active.submenu-title-noDropdown {
  color: #fff !important;
}
body[layout=vertical] .el-menu--horizontal .is-active > .el-sub-menu__title i, body[layout=vertical] .el-menu--horizontal .is-active.submenu-title-noDropdown i {
  color: #fff !important;
}
body[layout=vertical] .el-menu--horizontal .el-menu-item.is-active {
  transition: color 0.3s;
  color: #fff !important;
}
body[layout=vertical] .el-scrollbar__wrap {
  overflow: auto;
  height: 100%;
}
body[layout=vertical] .el-menu--collapse .el-menu .el-sub-menu {
  min-width: 210px !important;
}
body[layout=vertical] .el-menu--collapse .is-active.outer-most.el-sub-menu > .el-sub-menu__title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  clear: both;
  transition: all 0.2s ease-in-out;
  transform: translateY(0);
}
body[layout=vertical] .el-menu--collapse .is-active.submenu-title-noDropdown.outer-most::before {
  position: absolute;
  top: 0;
  width: 3px;
  height: 100%;
  content: "";
  clear: both;
  transition: all 0.2s ease-in-out;
  transform: translateY(0);
}
body[layout=vertical] .el-menu--collapse .outer-most.el-sub-menu > .el-sub-menu__title::before, body[layout=vertical] .el-menu--collapse .submenu-title-noDropdown.outer-most::before {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 3px;
  transform: translateY(-50%);
  top: 50%;
}
body[layout=vertical] .mobile .fixed-header {
  width: 100% !important;
  transition: width 0.28s;
}
body[layout=vertical] .mobile .main-container {
  margin-left: 0 !important;
}
body[layout=vertical] .mobile .sidebar-container {
  transition: transform 0.28s;
  width: 210px;
}
body[layout=vertical] .mobile.hideSidebar .sidebar-container {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translate3d(-210px, 0, 0);
}
body[layout=vertical] .withoutAnimation .main-container, body[layout=vertical] .withoutAnimation .sidebar-container {
  transition: none;
}
body[layout=vertical] .el-menu--collapse {
  width: 54px;
}
body[layout=vertical] .hideSidebar .fixed-header {
  width: 100%;
  transition: width 0.28s;
}
body[layout=vertical] .hideSidebar .sidebar-container {
  width: 0 !important;
}
body[layout=vertical] .hideSidebar .main-container {
  margin-left: 0;
}
body[layout=vertical] .hideSidebar .submenu-title-noDropdown {
  padding: 0 !important;
  position: relative;
}
body[layout=vertical] .hideSidebar .submenu-title-noDropdown .el-tooltip {
  padding: 0 !important;
}
body[layout=vertical] .hideSidebar .el-menu--collapse .el-sub-menu > .el-sub-menu__title > span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}
body[layout=vertical] .hideSidebar .el-menu--collapse .el-menu-item [class^=el-icon] {
  right: 5px;
}
body[layout=vertical] .hideSidebar .el-menu--collapse .el-sub-menu__title [class^=el-icon] {
  right: 2px;
}
body[layout=vertical] .hideSidebar .el-menu--collapse .submenu-title-noDropdown {
  background: transparent !important;
}
@media screen and (min-width: 150px) and (max-width: 420px) {
  body[layout=horizontal] .app-main-nofixed-header {
    overflow-y: hidden;
  }
}
@media screen and (min-width: 420px) {
  body[layout=horizontal] .app-main-nofixed-header {
    overflow: hidden;
  }
}
body[layout=horizontal] .main-container {
  height: 100vh;
  min-height: 100%;
  transition: margin-left 0.28s;
  margin-left: 0;
  position: relative;
  background: #f0f2f5;
}
@media screen and (min-width: 150px) and (max-width: 420px) {
  body[layout=horizontal] .main-container .app-main .el-scrollbar__view:first-child {
    overflow-y: hidden;
  }
}
body[layout=horizontal] .fixed-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  width: calc(100% - 210px);
  transition: width 0.28s;
  width: 100%;
  transition: none !important;
}
body[layout=horizontal] .main-hidden {
  margin-left: 0 !important;
}
body[layout=horizontal] .main-hidden .fixed-header {
  width: 100% !important;
}
body[layout=horizontal] .main-hidden .fixed-header + .app-main {
  padding-top: 37px !important;
}
body[layout=horizontal] .el-popper.is-light {
  border: none !important;
}
body[layout=horizontal] .sidebar-container {
  transition: width 0.28s;
  width: 0 !important;
  background: #001529;
  height: 100%;
  position: fixed;
  font-size: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden;
  box-shadow: 0 0 1px #888;
}
body[layout=horizontal] .sidebar-container .scrollbar-wrapper {
  overflow-x: hidden !important;
}
body[layout=horizontal] .sidebar-container .horizontal-collapse-transition {
  transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
}
body[layout=horizontal] .sidebar-container .el-scrollbar__bar.is-vertical {
  right: 0;
}
body[layout=horizontal] .sidebar-container .el-scrollbar {
  height: 100%;
}
body[layout=horizontal] .sidebar-container.has-logo .el-scrollbar {
  height: calc(100% - 50px);
}
body[layout=horizontal] .sidebar-container .is-horizontal {
  display: none;
}
body[layout=horizontal] .sidebar-container a {
  display: inline-block;
  display: flex;
  padding-left: 10px;
  flex-wrap: wrap;
  width: 100%;
}
body[layout=horizontal] .sidebar-container .el-menu {
  border: none;
  height: 100%;
  background-color: transparent !important;
}
body[layout=horizontal] .sidebar-container .el-menu-item, body[layout=horizontal] .sidebar-container .el-sub-menu__title {
  height: 50px;
  color: #eee;
  padding: 0 20px 0 40px;
}
body[layout=horizontal] .sidebar-container .el-menu-item div, body[layout=horizontal] .sidebar-container .el-menu-item span, body[layout=horizontal] .sidebar-container .el-sub-menu__title div, body[layout=horizontal] .sidebar-container .el-sub-menu__title span {
  height: 50px;
  line-height: 50px;
}
body[layout=horizontal] .sidebar-container .submenu-title-noDropdown:hover, body[layout=horizontal] .sidebar-container .el-sub-menu__title:hover {
  background-color: transparent;
}
body[layout=horizontal] .sidebar-container .is-active > .el-sub-menu__title, body[layout=horizontal] .sidebar-container .is-active.submenu-title-noDropdown {
  color: #fff !important;
}
body[layout=horizontal] .sidebar-container .is-active > .el-sub-menu__title i, body[layout=horizontal] .sidebar-container .is-active.submenu-title-noDropdown i {
  color: #fff !important;
}
body[layout=horizontal] .sidebar-container .is-active {
  transition: color 0.3s;
  color: #fff !important;
}
body[layout=horizontal] .sidebar-container .el-menu .el-menu--inline .el-sub-menu__title, body[layout=horizontal] .sidebar-container .el-sub-menu .el-menu-item {
  font-size: 12px;
  min-width: 0 !important;
}
body[layout=horizontal] .horizontal-header {
  display: flex;
  justify-content: space-around;
  background: #001529;
  width: 100%;
  height: 48px;
  align-items: center;
}
body[layout=horizontal] .horizontal-header .horizontal-header-left {
  display: flex;
  height: 100%;
  width: auto;
  min-width: 200px;
  align-items: center;
  padding-left: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}
body[layout=horizontal] .horizontal-header .horizontal-header-left i {
  font-size: 30px;
  color: #1890ff;
  margin-right: 4px;
}
body[layout=horizontal] .horizontal-header .horizontal-header-left h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: all 0.5s;
}
body[layout=horizontal] .horizontal-header .horizontal-header-menu {
  height: 100%;
  min-width: 0;
  flex: 1;
  align-items: center;
}
body[layout=horizontal] .horizontal-header .horizontal-header-right {
  display: flex;
  min-width: 280px;
  align-items: center;
  color: #fff;
  justify-content: flex-end;
}
body[layout=horizontal] .horizontal-header .horizontal-header-right .dropdown-badge {
  height: 48px;
  color: #fff;
}
body[layout=horizontal] .horizontal-header .horizontal-header-right .screen-full {
  cursor: pointer;
}
body[layout=horizontal] .horizontal-header .horizontal-header-right .globalization {
  height: 48px;
  width: 40px;
  padding: 11px;
  cursor: pointer;
  color: #fff;
}
body[layout=horizontal] .horizontal-header .horizontal-header-right .el-dropdown-link {
  width: 100px;
  height: 48px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  color: #fff;
}
body[layout=horizontal] .horizontal-header .horizontal-header-right .el-dropdown-link p {
  font-size: 14px;
}
body[layout=horizontal] .horizontal-header .horizontal-header-right .el-dropdown-link img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
body[layout=horizontal] .horizontal-header .horizontal-header-right .el-icon-setting {
  height: 48px;
  width: 40px;
  padding: 12px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
body[layout=horizontal] .horizontal-header .el-menu {
  border: none;
  height: 100%;
  background-color: transparent;
  width: 100% !important;
}
body[layout=horizontal] .horizontal-header .el-menu-item, body[layout=horizontal] .horizontal-header .el-sub-menu__title {
  color: #eee;
}
body[layout=horizontal] .horizontal-header .submenu-title-noDropdown, body[layout=horizontal] .horizontal-header .el-sub-menu__title {
  height: 48px;
  line-height: 48px;
  background: #001529;
}
body[layout=horizontal] .horizontal-header .submenu-title-noDropdown svg, body[layout=horizontal] .horizontal-header .el-sub-menu__title svg {
  position: static !important;
}
body[layout=horizontal] .horizontal-header .is-active > .el-sub-menu__title, body[layout=horizontal] .horizontal-header .is-active.submenu-title-noDropdown {
  color: #fff !important;
  border-bottom-color: #409eff;
}
body[layout=horizontal] .horizontal-header .is-active > .el-sub-menu__title i, body[layout=horizontal] .horizontal-header .is-active.submenu-title-noDropdown i {
  color: #fff !important;
}
body[layout=horizontal] .horizontal-header .is-active {
  transition: color 0.3s;
  color: #fff !important;
  border-bottom-color: #409eff;
}
body[layout=horizontal] .el-menu--vertical .el-menu--popup .el-menu-item span {
  font-size: 12px;
  margin-left: 10px;
}
body[layout=horizontal] .el-menu--vertical .el-menu--popup .el-sub-menu__title {
  color: #eee;
}
body[layout=horizontal] .el-menu--vertical .el-menu--popup .el-sub-menu__title span {
  margin-left: 10px;
}
body[layout=horizontal] .el-menu--vertical > .el-menu i {
  margin-right: 20px;
}
body[layout=horizontal] .el-menu--vertical .is-active > .el-sub-menu__title, body[layout=horizontal] .el-menu--vertical .is-active.submenu-title-noDropdown {
  color: #fff !important;
}
body[layout=horizontal] .el-menu--vertical .is-active > .el-sub-menu__title i, body[layout=horizontal] .el-menu--vertical .is-active.submenu-title-noDropdown i {
  color: #fff !important;
}
body[layout=horizontal] .el-menu--vertical .el-menu .el-sub-menu__title {
  font-size: 12px;
  min-width: 0 !important;
}
body[layout=horizontal] .el-menu--vertical .el-menu-item, body[layout=horizontal] .el-menu--vertical .el-sub-menu__title {
  height: 50px;
  line-height: 50px;
  color: #eee;
}
body[layout=horizontal] .el-menu--vertical .is-active {
  transition: color 0.3s;
  color: #fff !important;
}
body[layout=horizontal] .el-menu--vertical .el-menu-item i, body[layout=horizontal] .el-menu--vertical .el-sub-menu i {
  width: 20px;
  text-align: center;
  font-size: 16px;
}
body[layout=horizontal] .el-menu--vertical .el-menu-item i.fa, body[layout=horizontal] .el-menu--vertical .el-sub-menu i.fa {
  margin-right: 5px;
  font-size: 16px;
}
body[layout=horizontal] .el-menu--horizontal > .el-sub-menu .el-sub-menu__icon-arrow {
  position: static !important;
  margin-top: 0;
}
body[layout=horizontal] .el-menu--horizontal .el-menu--popup .el-menu-item {
  color: #eee;
}
body[layout=horizontal] .el-menu--horizontal .el-menu--popup .el-menu-item span {
  font-size: 12px;
  margin-left: 10px;
}
body[layout=horizontal] .el-menu--horizontal .el-menu--popup .el-sub-menu__title {
  color: #eee;
}
body[layout=horizontal] .el-menu--horizontal .el-menu--popup .el-sub-menu__title span {
  margin-left: 10px;
}
body[layout=horizontal] .el-menu--horizontal .router-link-exact-active > .submenu-title-noDropdown {
  height: 60px;
  border-bottom: 2px solid var(--el-menu-active-color);
}
body[layout=horizontal] .el-menu--horizontal .el-menu .el-sub-menu__title {
  font-size: 12px;
  min-width: 0 !important;
}
body[layout=horizontal] .el-menu--horizontal .is-active > .el-sub-menu__title, body[layout=horizontal] .el-menu--horizontal .is-active.submenu-title-noDropdown {
  color: #fff !important;
}
body[layout=horizontal] .el-menu--horizontal .is-active > .el-sub-menu__title i, body[layout=horizontal] .el-menu--horizontal .is-active.submenu-title-noDropdown i {
  color: #fff !important;
}
body[layout=horizontal] .el-menu--horizontal .el-menu-item.is-active {
  transition: color 0.3s;
  color: #fff !important;
}
body[layout=horizontal] .el-scrollbar__wrap {
  overflow: auto;
  height: 100%;
}
body[layout=horizontal] .el-menu--collapse .el-menu .el-sub-menu {
  min-width: 0 !important;
}
body[layout=horizontal] .el-menu--collapse .is-active.outer-most.el-sub-menu > .el-sub-menu__title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  clear: both;
  transition: all 0.2s ease-in-out;
  transform: translateY(0);
}
body[layout=horizontal] .el-menu--collapse .is-active.submenu-title-noDropdown.outer-most::before {
  position: absolute;
  top: 0;
  width: 3px;
  height: 100%;
  content: "";
  clear: both;
  transition: all 0.2s ease-in-out;
  transform: translateY(0);
}
body[layout=horizontal] .el-menu--collapse .outer-most.el-sub-menu > .el-sub-menu__title::before, body[layout=horizontal] .el-menu--collapse .submenu-title-noDropdown.outer-most::before {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 3px;
  transform: translateY(-50%);
  top: 50%;
}
body[layout=horizontal] .mobile .fixed-header {
  width: 100% !important;
  transition: width 0.28s;
}
body[layout=horizontal] .mobile .main-container {
  margin-left: 0 !important;
}
body[layout=horizontal] .mobile .sidebar-container {
  transition: transform 0.28s;
  width: 0;
}
body[layout=horizontal] .mobile.hideSidebar .sidebar-container {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translate3d(0, 0, 0);
}
body[layout=horizontal] .withoutAnimation .main-container, body[layout=horizontal] .withoutAnimation .sidebar-container {
  transition: none;
}
[data-theme=dark] {
  filter: invert(0.9) hue-rotate(180deg);
}
[data-theme=dark] img, [data-theme=dark] .icon-svg, [data-theme=dark] .login-container {
  filter: invert(1) hue-rotate(180deg);
}
[data-theme=dark] .el-radio-button__original-radio:checked + .el-radio-button__inner, [data-theme=dark] .el-image-viewer__close, [data-theme=dark] .el-image-viewer__actions__inner, [data-theme=dark] .el-image-viewer__next, [data-theme=dark] .el-image-viewer__prev {
  color: #000 !important;
}
[data-theme=dark] .el-overlay {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
[data-theme=dark] .el-drawer {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.01), 0 16px 24px 2px rgba(0, 0, 0, 0.02), 0 6px 30px 5px rgba(0, 0, 0, 0.01);
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}
html {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
label {
  font-weight: 700;
}
*, *::before, *::after {
  box-sizing: inherit;
}
a:focus, a:active {
  outline: none;
}
a, a:focus, a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
div:focus {
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.hidden {
  display: none !important;
}
.html-grey {
  filter: grayscale(100%);
}
.html-weakness {
  filter: invert(80%);
}
.pc-spacing {
  margin: 10px;
}
.mobile-spacing {
  margin: 0;
}@font-face {
  font-family: "iconfont";
  src: url("data:font/woff2;base64,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") format("woff2"),
      url("data:font/woff;base64,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") format("woff"),
      url("/static/ttf/iconfont-8b731d82.ttf?t=1638023560828") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.team-icontabs::before {
  content: "\e63e";
}
.team-iconlogo::before {
  content: "\e620";
}
.team-iconxinpin::before {
  content: "\e614";
}
.team-iconxinpinrenqiwang::before {
  content: "\e615";
}
.team-iconexit-fullscreen::before {
  content: "\e62a";
}
.team-iconfullscreen::before {
  content: "\e62b";
}