/* fade */

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.28s;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

/* fade-transform */

.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s;
}

.fade-transform-enter {
  opacity: 0;
  transform: translateX(-0.208333rem);
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translateX(0.208333rem);
}

/* breadcrumb transition */

.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s;
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translateX(0.138889rem);
}

.breadcrumb-move {
  transition: all .5s;
}

.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;
}

.el-dialog {
  transform: none;
  left: 0;
  position: relative;
  margin: 0 auto;
}

.upload-container .el-upload {
  width: 100%;
}

.upload-container .el-upload .el-upload-dragger {
  width: 100%;
  height: 1.388889rem;
}

.el-dropdown-menu a {
  display: block;
}

#app .main-container {
  height: calc(100% - 0.555556rem);
  transition: margin-left 0.28s;
  margin-left: 0;
  position: relative;
}

#app .sidebar-container {
  transition: width 0.28s;
  width: 0 !important;
  background-color: #fff;
  height: calc(100% - 0.444444rem);
  position: fixed;
  font-size: 0;
  top: 0.444444rem;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden;
}

#app .sidebar-container .horizontal-collapse-transition {
  transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
}

#app .sidebar-container .scrollbar-wrapper {
  overflow-x: hidden !important;
}

#app .sidebar-container .el-scrollbar__bar.is-vertical {
  right: 0;
}

#app .sidebar-container .el-scrollbar {
  height: 100%;
}

#app .sidebar-container.has-logo .el-scrollbar {
  height: calc(100% - 0.347222rem);
}

#app .sidebar-container .is-horizontal {
  display: none;
}

#app .sidebar-container a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

#app .sidebar-container .svg-icon {
  margin-right: 0.111111rem;
}

#app .sidebar-container .el-menu {
  border: none;
  height: 100%;
  width: 100% !important;
}

#app .sidebar-container .submenu-title-noDropdown:hover,
#app .sidebar-container .el-submenu__title:hover {
  background-color: #f4f4f5 !important;
}

#app .sidebar-container .is-active > .el-submenu__title {
  color: #333333 !important;
}

#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title,
#app .sidebar-container .el-submenu .el-menu-item {
  min-width: 0 !important;
  background-color: #fff !important;
}

#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title:hover,
#app .sidebar-container .el-submenu .el-menu-item:hover {
  background-color: #f4f4f5 !important;
}

#app .hideSidebar .sidebar-container {
  width: 0 !important;
}

#app .hideSidebar .main-container {
  margin-left: 0;
}

#app .hideSidebar .submenu-title-noDropdown {
  padding: 0 !important;
  position: relative;
}

#app .hideSidebar .submenu-title-noDropdown .el-tooltip {
  padding: 0 !important;
}

#app .hideSidebar .submenu-title-noDropdown .el-tooltip .svg-icon {
  margin-left: 0.138889rem;
}

#app .hideSidebar .el-submenu {
  overflow: hidden;
}

#app .hideSidebar .el-submenu > .el-submenu__title {
  padding: 0 !important;
}

#app .hideSidebar .el-submenu > .el-submenu__title .svg-icon {
  margin-left: 0.138889rem;
}

#app .hideSidebar .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
  display: none;
}

#app .hideSidebar .el-menu--collapse .el-submenu > .el-submenu__title > span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}

#app .el-menu--collapse .el-menu .el-submenu {
  min-width: 0 !important;
}

#app .mobile .main-container {
  margin-left: 0;
}

#app .mobile .sidebar-container {
  transition: transform 0.28s;
  width: 0 !important;
}

#app .mobile.hideSidebar .sidebar-container {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translate3d(0, 0, 0);
}

#app .withoutAnimation .main-container,
#app .withoutAnimation .sidebar-container {
  transition: none;
}

.el-menu--vertical > .el-menu .svg-icon {
  margin-right: 0.111111rem;
}

.el-menu--vertical .nest-menu .el-submenu > .el-submenu__title:hover,
.el-menu--vertical .el-menu-item:hover {
  background-color: #f4f4f5 !important;
}

.el-menu--vertical > .el-menu--popup {
  max-height: 100vh;
  overflow-y: auto;
}

.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-track-piece {
  background: #d3dce6;
}

.el-menu--vertical > .el-menu--popup::-webkit-scrollbar {
  width: 0.041667rem;
}

.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-thumb {
  background: #99a9bf;
  border-radius: 0.138889rem;
}

body {
  height: 100%;
  -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;
}

label {
  font-weight: 700;
}

html {
  height: 100%;
  box-sizing: border-box;
}

#app {
  height: 100%;
}

*,
*: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;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.app-container {
  padding: 0.138889rem;
}
*,::before,::after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}.prose :where(h1,h2,h3,h4,h5,h6):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-headings);font-weight:600;line-height:1.25;}.prose :where(a):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-links);text-decoration:underline;font-weight:500;}.prose :where(a code):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-links);}.prose :where(p,ul,ol,pre):not(:where(.not-prose,.not-prose *)){margin:1em 0;line-height:1.75;}.prose :where(blockquote):not(:where(.not-prose,.not-prose *)){margin:1em 0;padding-left:1em;font-style:italic;border-left:.25em solid var(--un-prose-borders);}.prose :where(h1):not(:where(.not-prose,.not-prose *)){margin:1rem 0;font-size:2.25em;}.prose :where(h2):not(:where(.not-prose,.not-prose *)){margin:1.75em 0 .5em;font-size:1.75em;}.prose :where(h3):not(:where(.not-prose,.not-prose *)){margin:1.5em 0 .5em;font-size:1.375em;}.prose :where(h4):not(:where(.not-prose,.not-prose *)){margin:1em 0;font-size:1.125em;}.prose :where(img,video):not(:where(.not-prose,.not-prose *)){max-width:100%;}.prose :where(figure,picture):not(:where(.not-prose,.not-prose *)){margin:1em 0;}.prose :where(figcaption):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-captions);font-size:.875em;}.prose :where(code):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-code);font-size:.875em;font-weight:600;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;}.prose :where(:not(pre) > code):not(:where(.not-prose,.not-prose *))::before,.prose :where(:not(pre) > code):not(:where(.not-prose,.not-prose *))::after{content:"`";}.prose :where(pre):not(:where(.not-prose,.not-prose *)){padding:1.25rem 1.5rem;overflow-x:auto;border-radius:.375rem;}.prose :where(pre,code):not(:where(.not-prose,.not-prose *)){white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;hyphens:none;background:transparent;}.prose :where(pre code):not(:where(.not-prose,.not-prose *)){font-weight:inherit;}.prose :where(ol,ul):not(:where(.not-prose,.not-prose *)){padding-left:1.25em;}.prose :where(ol):not(:where(.not-prose,.not-prose *)){list-style-type:decimal;}.prose :where(ol[type="A"]):not(:where(.not-prose,.not-prose *)){list-style-type:upper-alpha;}.prose :where(ol[type="a"]):not(:where(.not-prose,.not-prose *)){list-style-type:lower-alpha;}.prose :where(ol[type="A" s]):not(:where(.not-prose,.not-prose *)){list-style-type:upper-alpha;}.prose :where(ol[type="a" s]):not(:where(.not-prose,.not-prose *)){list-style-type:lower-alpha;}.prose :where(ol[type="I"]):not(:where(.not-prose,.not-prose *)){list-style-type:upper-roman;}.prose :where(ol[type="i"]):not(:where(.not-prose,.not-prose *)){list-style-type:lower-roman;}.prose :where(ol[type="I" s]):not(:where(.not-prose,.not-prose *)){list-style-type:upper-roman;}.prose :where(ol[type="i" s]):not(:where(.not-prose,.not-prose *)){list-style-type:lower-roman;}.prose :where(ol[type="1"]):not(:where(.not-prose,.not-prose *)){list-style-type:decimal;}.prose :where(ul):not(:where(.not-prose,.not-prose *)){list-style-type:disc;}.prose :where(ol > li):not(:where(.not-prose,.not-prose *))::marker,.prose :where(ul > li):not(:where(.not-prose,.not-prose *))::marker,.prose :where(summary):not(:where(.not-prose,.not-prose *))::marker{color:var(--un-prose-lists);}.prose :where(hr):not(:where(.not-prose,.not-prose *)){margin:2em 0;border:1px solid var(--un-prose-hr);}.prose :where(table):not(:where(.not-prose,.not-prose *)){display:block;margin:1em 0;border-collapse:collapse;overflow-x:auto;}.prose :where(tr):not(:where(.not-prose,.not-prose *)):nth-child(2n){background:var(--un-prose-bg-soft);}.prose :where(td,th):not(:where(.not-prose,.not-prose *)){border:1px solid var(--un-prose-borders);padding:.625em 1em;}.prose :where(abbr):not(:where(.not-prose,.not-prose *)){cursor:help;}.prose :where(kbd):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-code);border:1px solid;padding:.25rem .5rem;font-size:.875em;border-radius:.25rem;}.prose :where(details):not(:where(.not-prose,.not-prose *)){margin:1em 0;padding:1.25rem 1.5rem;background:var(--un-prose-bg-soft);}.prose :where(summary):not(:where(.not-prose,.not-prose *)){cursor:pointer;font-weight:600;}.prose{color:var(--un-prose-body);max-width:65ch;}.visible{visibility:visible;}.absolute{position:absolute;}.relative{position:relative;}.m-auto{margin:auto;}.inline-block{display:inline-block;}.flex{display:flex;}.transform{transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.border{border-width:1px;}[fill-opacity~="\30 \.1"]{--un-fill-opacity:0.001;}.text-left{text-align:left;}[opacity~="\31 "]{opacity:0.01;}
@charset "UTF-8";

/* 顶部栏样式 */
.navbar {
  width: 100%;
  position: relative;
  border-bottom: 0.006944rem solid #e5e6eb;
  display: flex;
  flex-direction: column;
}
.navbar .user-info {
  padding-left: 0.236111rem;
  padding-right: 0.236111rem;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  background: #383b4c;
}
.navbar .user-info .system_content {
  display: flex;
  align-items: center;
}
.navbar .user-info .notice_content {
  display: flex;
  align-items: center;
}
.navbar .user-info .notice_content .notice {
  position: relative;
}
.navbar .user-info .notice_content .notice .micon {
  float: left;
  margin-right: 0.069444rem;
  margin-top: 0.013889rem;
  width: 0.138889rem;
  height: 0.138889rem;
  cursor: pointer;
}
.navbar .user-info .notice_content .notice .remind {
  width: 0.027778rem;
  height: 0.027778rem;
  background: #e34d59;
  border-radius: 50%;
  position: absolute;
  top: 0.020833rem;
  right: 0.069444rem;
}
.navbar .user-info .notice_content .notice .notice-content {
  width: 2.673611rem;
  height: 2.5rem;
  background: #ffffff;
  box-shadow: 0 0.027778rem 0.097222rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.041667rem 0.041667rem 0.041667rem 0.041667rem;
  position: absolute;
  top: 0.25rem;
  right: -0.347222rem;
  z-index: 9999;
  /* 滚动条整体 */
  /* 设置滚动条滑块 */
  /* 设置滚动条两端按钮 */
}
.navbar .user-info .notice_content .notice .notice-content .notice-top {
  width: 100%;
  height: 0.388889rem;
  border-bottom: 0.006944rem solid #e5e6eb;
  padding: 0.083333rem 0.111111rem;
}
.navbar .user-info .notice_content .notice .notice-content .notice-top .top-button {
  height: 0.222222rem;
  display: flex;
}
.navbar .user-info .notice_content .notice .notice-content .notice-top .top-button button {
  width: 0.416667rem;
  height: 0.222222rem;
  border-radius: 0.694444rem 0.694444rem 0.694444rem 0.694444rem;
  outline: none;
  border: none;
  font-size: 0.097222rem;
  font-family: microsoft yahei;
  margin-right: 0.111111rem;
  cursor: pointer;
}
.navbar .user-info .notice_content .notice .notice-content .notice-top .read {
  height: 0.194444rem;
  background: #f2f3f5;
  border-radius: 0.027778rem 0.027778rem 0.027778rem 0.027778rem;
  outline: none;
  border: none;
  font-size: 0.083333rem;
  font-family: microsoft yahei;
  font-weight: 400;
  color: #1d2129;
  cursor: pointer;
  position: absolute;
  right: 0.111111rem;
  top: 0.097222rem;
}
.navbar .user-info .notice_content .notice .notice-content .notice-body::-webkit-scrollbar {
  /* 滚动条的宽度 */
  width: 0.027778rem;
  height: 0.027778rem;
}
.navbar .user-info .notice_content .notice .notice-content .notice-body::-webkit-scrollbar-thumb {
  background-color: #dddfe1;
  border-radius: 0.027778rem;
}
.navbar .user-info .notice_content .notice .notice-content .notice-body::-webkit-scrollbar-button {
  display: none;
}
.navbar .user-info .notice_content .notice .notice-content .notice-body {
  width: 100%;
  height: calc(100% - 0.388889rem);
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 0.111111rem;
}
.navbar .user-info .notice_content .notice .notice-content .notice-body .body-box:hover {
  background-color: #e5e6eb;
  cursor: pointer;
}
.navbar .user-info .notice_content .notice .notice-content .notice-body .body-box {
  width: 2.451389rem;
  height: 0.5rem;
  border-bottom: 0.006944rem solid #e5e6eb;
  margin: 0 0.111111rem;
  overflow: hidden;
  position: relative;
}
.navbar .user-info .notice_content .notice .notice-content .notice-body .body-box .summary {
  width: 100%;
  height: 0.166667rem;
  margin-top: 0.083333rem;
  display: flex;
}
.navbar .user-info .notice_content .notice .notice-content .notice-body .body-box .summary img {
  width: 0.138889rem;
  height: 0.138889rem;
  margin: 0.013889rem 0;
  margin-left: 0.055556rem;
}
.navbar .user-info .notice_content .notice .notice-content .notice-body .body-box .summary .read {
  height: 0.194444rem;
  background: #ffffff;
  border-radius: 0.013889rem;
  outline: none;
  border: none;
  font-size: 0.083333rem;
  font-family: microsoft yahei;
  font-weight: 400;
  color: #1d2129;
  cursor: pointer;
  position: absolute;
  right: 0.055556rem;
  top: 0.083333rem;
}
.navbar .user-info .notice_content .notice .notice-content .notice-body .body-box .summary .summary-body {
  position: relative;
}
.navbar .user-info .notice_content .notice .notice-content .notice-body .body-box .summary .summary-body p {
  max-width: 1.631944rem;
  height: 0.166667rem;
  padding-right: 0.104167rem;
  font-size: 0.097222rem;
  font-weight: 500;
  color: #1d2129;
  line-height: 0.166667rem;
  margin: 0;
  margin-left: 0.055556rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar .user-info .notice_content .notice .notice-content .notice-body .body-box .summary .summary-body span {
  display: inline-block;
  width: 0.055556rem;
  height: 0.055556rem;
  background: #e34d59;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0.020833rem;
}
.navbar .user-info .notice_content .notice .notice-content .notice-body .body-box .summary .notice-date {
  height: 0.166667rem;
  font-size: 0.097222rem;
  font-weight: 400;
  color: #86909c;
  line-height: 0.166667rem;
  margin-left: 0.138889rem;
}
.navbar .user-info .notice_content .notice .notice-content .notice-body .body-box .complete {
  width: 2.125rem;
  height: 0.138889rem;
  font-size: 0.097222rem;
  font-weight: 400;
  color: #1d2129;
  line-height: 0.138889rem;
  margin-top: 0.041667rem;
  margin-left: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar .user-content {
  height: 0.25rem;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0 0.041667rem;
  position: relative;
  border-radius: 0.027778rem;
}
.navbar .user-content .el-user {
  width: 0.138889rem;
  height: 0.138889rem;
  border-radius: 50%;
  margin-right: 0.027778rem;
  margin-top: 0.013889rem;
}
.navbar .user-content .user-name {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.097222rem;
  color: #C8CFFF;
  line-height: 0.180556rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 0.166667rem;
  margin-top: 0.111111rem;
  cursor: default;
}
.navbar .user-content .other {
  float: right;
  margin-right: -0.083333rem;
  cursor: pointer;
}
.navbar .user-content .user-down {
  width: 0.083333rem;
  height: 0.083333rem;
  margin: 0.069444rem 0 0.069444rem 0.083333rem;
}
.navbar .user-content .user-operate {
  width: 0.861111rem;
  height: 0.555556rem;
  background: #ffffff;
  box-shadow: 0 0.027778rem 0.069444rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.027778rem 0.027778rem 0.027778rem 0.027778rem;
  position: absolute;
  top: 0.25rem;
  right: 0;
  padding-top: 0.027778rem;
  cursor: pointer;
}
.navbar .user-content .user-operate .operate-box:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar .user-content .user-operate .operate-box:last-child {
  border: none;
}
.navbar .user-content .user-operate .operate-box {
  width: 100%;
  height: 0.25rem;
  display: flex;
  border-bottom: 0.006944rem solid #e5e6eb;
}
.navbar .user-content .user-operate .operate-box img {
  width: 0.111111rem;
  height: 0.111111rem;
  margin: 0.069444rem 0.083333rem;
}
.navbar .user-content .user-operate .operate-box p {
  margin: 0;
  height: 0.25rem;
  line-height: 0.25rem;
  font-size: 0.097222rem;
  font-weight: 400;
  color: #1d2129;
}
.notice-wrapper {
  height: 0.25rem;
  background-color: #b5becd;
  display: flex;
  align-items: center;
}
.hexagon {
  height: 0.166667rem;
  width: 0.166667rem;
  float: left;
  border-radius: 0;
  cursor: pointer;
}
.system-name {
  height: 0.25rem;
  font-size: 0.111111rem;
  font-weight: bold;
  color: #d8d8d5;
  line-height: 0.263889rem;
  margin: 0;
  margin-left: 0.055556rem;
  position: relative;
}
.system-date {
  width: 1.666667rem;
  margin: 0;
  font-weight: 400;
  color: #ffffff;
  background-color: #8691a5;
  height: 100%;
  display: flex;
}
.system-date span {
  display: inline-block;
  margin-left: 0.243056rem;
  font-size: 0.111111rem;
  color: #FFFFFF;
  line-height: 0.25rem;
}
.alarm-message {
  margin-left: 0.083333rem;
  display: flex;
  align-items: center;
}
.alarm-message span {
  margin-left: 0.104167rem;
  font-size: 0.097222rem;
  line-height: 0.25rem;
}
.operate {
  height: 0.25rem;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  margin-right: 0.236111rem;
}
.operate .assetsBtn {
  font-size: 0.111111rem;
  padding: 0.022222rem 0.083333rem;
  background: #8791A5;
  color: white;
  border-radius: 0.027778rem;
  margin-right: 0.118056rem;
  cursor: pointer;
}
.operate .dropdown {
  min-width: 0.888889rem;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  position: relative;
  margin-left: 0.111111rem;
  align-items: center;
  /* 滚动条整体 */
  /* 设置滚动条滑块 */
  /* 设置滚动条两端按钮 */
}
.operate .dropdown .dropdown-link {
  height: 0.166667rem;
  width: 0.888889rem;
  background: #8791A5;
  border-radius: 0.027778rem 0.027778rem 0.027778rem 0.027778rem;
  display: flex;
  padding: 0.020833rem;
  box-sizing: border-box;
  align-items: center;
}
.operate .dropdown .dropdown-link .link-icon {
  width: 0.111111rem;
  height: 0.111111rem;
}
.operate .dropdown .dropdown-link p {
  height: 0.166667rem;
  width: 0.666667rem;
  margin: 0;
  font-size: 0.111111rem;
  font-weight: 400;
  line-height: 0.166667rem;
  margin-left: 0.111111rem;
}
.operate .dropdown .dropdown-icon {
  width: 0.166667rem;
  height: 0.194444rem;
  background: #e8f3ff;
  border-radius: 0.027778rem 0.027778rem 0.027778rem 0.027778rem;
  margin-left: 0.027778rem;
}
.operate .dropdown .dropdown-icon img {
  width: 0.111111rem;
  height: 0.111111rem;
  margin: 0.055556rem 0.027778rem;
}
.operate .dropdown .dropdown-content::-webkit-scrollbar {
  /* 滚动条的宽度 */
  width: 0.027778rem;
  height: 0.027778rem;
}
.operate .dropdown .dropdown-content::-webkit-scrollbar-thumb {
  background-color: #dddfe1;
  border-radius: 0.027778rem;
}
.operate .dropdown .dropdown-content::-webkit-scrollbar-button {
  display: none;
}
.operate .dropdown .dropdown-content {
  width: 1.770833rem;
  height: 1.277778rem;
  background: #ffffff;
  box-shadow: 0 0.027778rem 0.097222rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.041667rem 0.041667rem 0.041667rem 0.041667rem;
  position: absolute;
  z-index: 9999;
  top: 0.25rem;
  right: 0;
  padding: 0.055556rem 0;
  overflow: auto;
}
.operate .dropdown .dropdown-content .tree_name {
  margin: 0;
  font-size: 0.097222rem;
  font-weight: 400;
  color: #1c1f23;
}
.operate .staging {
  background: #383b4c;
  border-radius: 0.027778rem 0.027778rem 0.027778rem 0.027778rem;
  margin: 0;
  padding: 0.006944rem 0.041667rem;
  display: flex;
  cursor: pointer;
  border: 0 solid #373B4B;
  text-align: center;
  align-items: center;
}
.operate .staging p {
  margin: 0;
  height: 0.166667rem;
  font-weight: 400;
  font-size: 0.111111rem;
  line-height: 0.166667rem;
  margin: 0 0.111111rem;
}
.operate .partition {
  width: 0.006944rem;
  height: 0.111111rem;
  background-color: #e5e6eb;
  margin: 0.166667rem 0.111111rem 0.166667rem 0.083333rem;
}

/* tree组件样式修改 */
.operate .el-tree-node__content {
  height: 0.194444rem;
  color: #1c1f23;
}
.operate .el-tree-node__label {
  font-size: 0.097222rem !important;
}

/* 修改高亮背景色和color */
.operate .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  background: #e8f3ff;
}

/* 鼠标悬浮样式 */
.operate .el-tree-node__content:focus,
.operate .el-tree-node__content:hover {
  outline: 0 !important;
  background: #e8f3ff !important;
}

/* 改变被点击节点背景颜色，字体颜色 */
.operate .el-tree-node:focus > .el-tree-node__content {
  background: #e8f3ff !important;
}
.animation-enter-active,
.animation-leave-active {
  transition: opacity 0.3s;
}
.animation-enter,
.animation-leave-to {
  opacity: 0;
}
.faultBtn {
  font-size: 0.111111rem;
  padding: 0.022222rem 0.083333rem;
  background: #8791A5;
  color: white;
  border-radius: 0.027778rem;
  margin-left: 0.118056rem;
  cursor: pointer;
}
.sidebarLogoFade-enter-active[data-v-6494804b] {
  transition: opacity 1.5s;
}
.sidebarLogoFade-enter[data-v-6494804b],
.sidebarLogoFade-leave-to[data-v-6494804b] {
  opacity: 0;
}
.sidebar-logo-container[data-v-6494804b] {
  position: relative;
  width: 100%;
  height: 0.347222rem;
  line-height: 0.347222rem;
  background: #2b2f3a;
  text-align: center;
  overflow: hidden;
}
.sidebar-logo-container .sidebar-logo-link[data-v-6494804b] {
  height: 100%;
  width: 100%;
}
.sidebar-logo-container .sidebar-logo-link .sidebar-logo[data-v-6494804b] {
  width: 0.222222rem;
  height: 0.222222rem;
  vertical-align: middle;
  margin-right: 0.083333rem;
}
.sidebar-logo-container .sidebar-logo-link .sidebar-title[data-v-6494804b] {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-weight: 600;
  line-height: 0.347222rem;
  font-size: 0.097222rem;
  font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
  vertical-align: middle;
}
.sidebar-logo-container.collapse .sidebar-logo[data-v-6494804b] {
  margin-right: 0;
}

.sidebar[data-v-33ec43fc] {
  padding: 0.083333rem;
}
/* 鼠标悬浮时，主菜单样式 */
.el-submenu__title:focus,
.el-submenu__title:hover {
  outline: 0 !important;
  color: #165dff !important;
  background: #f2f3f5 !important;
}

/* 鼠标悬浮时，子菜单样式 */
.el-menu-item:hover {
  color: #165dff !important;
  background: #f2f3f5 !important;
}

/* 鼠标选中后菜单样式 */
.el-menu-item.is-active {
  color: #165dff !important;
  background: #f2f3f5 !important;
}

/* 改变默认高度 */
.el-submenu__title {
  height: 0.2777777778rem !important;
  line-height: 0.2777777778rem !important;
  margin-top: 0.0277777778rem !important;
  margin-bottom: 0.0277777778rem !important;
  position: relative !important;
}
.el-menu {
  border: none !important;
}
.el-menu-item {
  height: 0.2777777778rem !important;
  line-height: 0.2777777778rem !important;
  margin-top: 0.0277777778rem !important;
  margin-bottom: 0.0555555556rem !important;
  position: relative !important;
}

/* 主菜单样式缩进 */
.el-submenu__title span {
  position: absolute !important;
  left: 0.3055555556rem !important;
}

/* 子菜单样式缩进 */
.el-menu-item span {
  position: absolute !important;
  left: 0.3055555556rem !important;
}

/* 隐藏位置盒子滚动条 */
.el-scrollbar__bar.is-horizontal {
  display: none;
}
@charset "UTF-8";

/* mainApp主体内容样式文件 */
.app {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #f4f9ff;
  display: flex;
  /* 左侧导航栏 */
  /* 右侧页面展示 */
}
.app .app_sidebar {
  width: 1.527778rem;
  height: calc(100vh - 0.5rem);
  background-color: #fff;
  box-shadow: 0 0.013889rem 0.027778rem 0 rgba(0, 0, 0, 0.12);
  padding: 0.055556rem;
}
.app .app_sidebar .navbar_category .category_name {
  width: 1.416667rem;
  height: 0.222222rem;
  padding-left: 0.083333rem;
  line-height: 0.222222rem;
  font-size: 0.097222rem;
  font-weight: 400;
  color: #86909c;
}
.app .app_sidebar .navbar_category .category_item:last-child {
  margin-bottom: 0;
}
.app .app_sidebar .navbar_category .category_item:hover {
  background: #f2f3f5;
}
.app .app_sidebar .navbar_category .category_item {
  width: 1.416667rem;
  height: 0.277778rem;
  border-radius: 0.013889rem 0.013889rem 0.013889rem 0.013889rem;
  display: flex;
  cursor: pointer;
  margin-bottom: 0.055556rem;
}
.app .app_sidebar .navbar_category .category_item img {
  width: 0.111111rem;
  height: 0.111111rem;
  margin: 0.083333rem;
}
.app .app_sidebar .navbar_category .category_item p {
  margin: 0;
  font-size: 0.097222rem;
  font-weight: 400;
  color: #4e5969;
  line-height: 0.277778rem;
}
.app .app-main {
  width: calc(100% - 1.527778rem);
  height: 100%;
  background-color: #f2f4f8;
}
.isPlant {
  padding-top: 0.493056rem;
}
.plant {
  padding-top: 0.493056rem;
}
.app_sidebar::-webkit-scrollbar {
  width: 0.041667rem;
  background: #FFFFFF;
}
.app_sidebar::-webkit-scrollbar-thumb {
  background: #c4c1c1;
  border-radius: 0.069444rem;
}
.app .app_sidebar {
  overflow-y: auto;
  overflow-x: hidden;
}
.app .app_sidebar .navbar_category .category_item {
  justify-content: space-between !important;
}
.app .app_sidebar .navbar_category .category_item.childrenItem {
  padding-left: 0.277778rem;
}
.notice-bar-wrapper {
  height: 0.25rem;
  background-color: #b5becd;
}
[data-v-13877386]:export {
  menuText: #333333;
  menuActiveText: #409eff;
  subMenuActiveText: #333333;
  menuBg: #fff;
  menuHover: #f4f4f5;
  subMenuBg: #fff;
  subMenuHover: #f4f4f5;
  sideBarWidth: 0;
  previewHeight: 1.673611rem;
  roll: hidden;
}
.app-wrapper[data-v-13877386] {
  position: relative;
  height: 100%;
  width: 100%;
}
.app-wrapper[data-v-13877386]:after {
  content: "";
  display: table;
  clear: both;
}
.app-wrapper.mobile.openSidebar[data-v-13877386] {
  position: fixed;
  top: 0;
}
.drawer-bg[data-v-13877386] {
  background: #000;
  opacity: 0.3;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 999;
}
.fixed-header[data-v-13877386] {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  transition: width 0.28s;
}
.accessorys {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.accessorys .attr-wrapper {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1111;
}
.accessorys .attr-wrapper .attr-content {
  width: 20%;
  margin-top: 17%;
  margin-left: 50%;
  transform: translate(-50%, 0%);
  background: #FFFFFF;
  border-radius: 0.069444rem;
}
.accessorys .attr-wrapper .attr-content .dialog-header {
  height: 0.25rem;
  border-bottom: 0.006944rem solid #ededed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.097222rem;
  padding: 0 0.111111rem;
  font-weight: bold;
}
.accessorys .attr-wrapper .attr-content .dialog-header .s2 {
  cursor: pointer;
}
.accessorys .attr-wrapper .attr-content .dialog-body {
  width: 100%;
  padding: 0 0.111111rem 0.083333rem 0.111111rem;
  border-bottom: 0.006944rem solid #ededed;
  color: #333;
}
.accessorys .attr-wrapper .attr-content .dialog-body .label {
  font-size: 0.090278rem;
  margin: 0.083333rem 0;
}
.accessorys .attr-wrapper .attr-content .dialog-body .values {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.055556rem;
}
.accessorys .attr-wrapper .attr-content .dialog-body .value {
  font-size: 0.076389rem;
  padding: 0.041667rem 0.083333rem;
  border-radius: 0.097222rem;
  background: #f2f2f2;
  border: 0.003472rem solid #f2f2f2;
  cursor: pointer;
}
.accessorys .attr-wrapper .attr-content .dialog-body .value.on {
  border-color: #1228ff;
  background: rgba(12, 40, 255, 0.1);
  color: #1228ff;
}
.accessorys .attr-wrapper .attr-content .dialog-footer {
  width: 100%;
  padding: 0.069444rem 0.111111rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.accessorys .el-select {
  margin: 0 0 0.138889rem 0;
  width: 35%;
}
.accessorys .body-wrapper {
  width: 50%;
  height: 80%;
  background: #FFFFFF;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -37%);
  border-radius: 0.083333rem;
  overflow: hidden;
  z-index: 0;
}
.accessorys .body-wrapper .title-wrapper {
  height: 0.5rem;
  width: 100%;
  padding: 0 0.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.006944rem solid #ededed;
}
.accessorys .body-wrapper .title-wrapper span:first-child {
  font-size: 0.166667rem;
  font-weight: bold;
}
.accessorys .body-wrapper .title-wrapper span:last-child {
  cursor: pointer;
  font-size: 0.104167rem;
  font-weight: bold;
}
.accessorys .body-wrapper .content-wrapper::-webkit-scrollbar {
  display: none;
}
.accessorys .body-wrapper .content-wrapper {
  width: 100%;
  height: calc(100% - 0.5rem);
  background: #f9f9f9;
  padding: 0.111111rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.accessorys .body-wrapper .content-wrapper .tags {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accessorys .body-wrapper .content-wrapper .tags .quotation {
  font-size: 0.111111rem;
  cursor: pointer;
}
.accessorys .body-wrapper .content-wrapper .tags .quotation.on {
  font-size: 0.118056rem;
  font-weight: bold;
  color: #1228ff;
}
.accessorys .body-wrapper .content-wrapper .head {
  font-size: 0.097222rem;
  font-weight: bold;
  margin-bottom: 0.097222rem;
}
.accessorys .body-wrapper .content-wrapper .goods {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.069444rem;
  margin-bottom: 0.083333rem;
}
.accessorys .body-wrapper .content-wrapper .goods .goodsItem {
  padding: 0.111111rem;
  border-radius: 0.027778rem;
  cursor: pointer;
  background: #fff;
}
.accessorys .body-wrapper .content-wrapper .goods .goodsItem .imgContainer {
  width: 100%;
  height: 1.055556rem;
}
.accessorys .body-wrapper .content-wrapper .goods .goodsItem .imgContainer img {
  width: 100%;
  height: 100%;
}
.accessorys .body-wrapper .content-wrapper .goods .goodsItem .name {
  margin-top: 0.055556rem;
  color: #5a5a5a;
  font-size: 0.097222rem;
  line-height: 0.138889rem;
}
.accessorys .body-wrapper .content-wrapper .goods .goodsItem .price {
  display: flex;
  align-items: center;
  margin-top: 0.083333rem;
  font-size: 0.111111rem;
}
.accessorys .body-wrapper .content-wrapper .goods .goodsItem .price .img {
  width: 0.111111rem;
  height: 0.111111rem;
}
.accessorys .body-wrapper .content-wrapper .goods .goodsItem .price .span1 {
  color: #1228ff;
}
.accessorys .body-wrapper .content-wrapper .goods .goodsItem .el-skeleton__text {
  margin-top: 0.055556rem !important;
  height: 0.138889rem;
}
.accessorys .body-wrapper .content-wrapper .goods .goodsItem:hover {
  box-shadow: 0 0.020833rem 0.138889rem rgba(0, 0, 0, 0.06);
}
.accessorys .drawer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1222;
}
.accessorys .drawer .quotation_list::-webkit-scrollbar {
  display: none;
}
.accessorys .drawer .quotation_list {
  position: fixed;
  top: calc(40% + 0.3125rem);
  left: 50%;
  transform: translate(25%, -37%);
  width: 20%;
  height: calc(80% - 0.5rem);
  background: #FFFFFF;
  overflow-x: hidden;
  overflow-y: auto;
}
.accessorys .drawer .quotation_list .head {
  height: 0.361111rem;
  font-size: 0.111111rem;
  color: #1228ff;
  border-bottom: 0.006944rem solid #ececec;
  line-height: 0.361111rem;
  padding-left: 0.111111rem;
  position: sticky;
  top: -0.006944rem;
  right: 0;
  background: #FFFFFF;
  z-index: 1222;
}
.accessorys .drawer .quotation_list .head span {
  cursor: pointer;
}
.accessorys .drawer .quotation_list .heads {
  height: 0.361111rem;
  font-size: 0.111111rem;
  border-bottom: 0.006944rem solid #ececec;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0.354167rem;
  right: 0;
  background: #FFFFFF;
  z-index: 1222;
}
.accessorys .drawer .quotation_list .heads span {
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.accessorys .drawer .quotation_list .orderList {
  border-bottom: 0.006944rem solid #ececec;
  padding: 0.111111rem;
}
.accessorys .drawer .quotation_list .orderList .create-time {
  font-size: 0.097222rem;
  color: #282828;
  line-height: 0.291667rem;
}
.accessorys .drawer .quotation_list .orderList .button {
  display: flex;
  flex-direction: row-reverse;
  font-size: 0.097222rem;
}
.accessorys .drawer .quotation_list .orderList .button span {
  font-size: 0.097222rem;
  border-radius: 0.027778rem;
  background: #1228ff;
  padding: 0.055556rem 0.069444rem;
  color: #FFFFFF;
  cursor: pointer;
}
.accessorys .drawer .quotation_list .orderList .button span.disabled {
  cursor: no-drop;
  background: #ADC8FF;
}
.accessorys .drawer .quotation_list .goods-item {
  display: flex;
  position: relative;
  margin-bottom: 0.138889rem;
}
.accessorys .drawer .quotation_list .goods-item .img-box {
  width: 0.694444rem;
  position: relative;
}
.accessorys .drawer .quotation_list .goods-item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.055556rem;
}
.accessorys .drawer .quotation_list .goods-item .img-box .sold_out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 0.111111rem;
  border-radius: 0.055556rem;
}
.accessorys .drawer .quotation_list .goods-item .txtCon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.055556rem;
}
.accessorys .drawer .quotation_list .goods-item .cartInfo {
  font-size: 0.097222rem;
  color: #999;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 0.034722rem;
}
.accessorys .drawer .quotation_list .goods-item .cartInfo .num {
  font-size: 0.083333rem;
  margin-top: 0.013889rem;
}
.accessorys .drawer .quotation_list .goods-item .cartInfo .color-red {
  margin-left: 0.055556rem;
  color: #E93323;
  font-size: 0.083333rem;
}
.accessorys .drawer .quotation_list .goods-item .info-txt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0.166667rem;
  font-size: 0.097222rem;
}
.accessorys .drawer .quotation_list .goods-item .info-txt .info {
  font-size: 0.083333rem;
  color: #aaa;
  margin: 0.027778rem 0;
  cursor: pointer;
}
.accessorys .drawer .quotation_list .goods-item .info-txt .return {
  color: #E93323;
  font-size: 0.083333rem;
  margin-top: 0.020833rem;
}
.accessorys .drawer .quotation_list .goods-item .info-txt .price {
  margin-top: 0.104167rem;
  color: #e93323;
}
.accessorys .drawer .quotation_list .goods-item .info-txt .num {
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  color: #999999;
}
.accessorys .drawer .quotation_list .goods-item .cartInfos .el-input-number {
  width: 0.625rem;
}
.accessorys .drawer .quotation_list .goods-item .cartInfos .el-input__inner {
  text-align: center;
}
.accessorys .drawer .quotation_list .loadTitle {
  font-size: 0.090278rem;
  line-height: 0.222222rem;
  text-align: center;
}
@font-face {
  font-family: fa;
  src: local(-apple-system), local(BlinkMacSystemFont), local("Segoe UI"), local("PingFang SC"), local("PingFangSC-Regular"), local("Hiragino Sans GB"), local("Microsoft YaHei"), local("\5fae\8f6f\96c5\9ed1"), local("Helvetica Neue"), local("Helvetica"), local("Arial"), local("Microsoft JhengHei");
}

/* "Helvetica", "Arial", "PingFangSC-Regular", "Hiragino Sans GB", "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", "Microsoft JhengHei" */

/* -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica,Arial, sans-serif!important */
#add {
  font-size: 0.0833333333rem;
}

/* 更改 element 组件字体样式 */
.el-date-table td,
.el-date-range-picker__header,
.el-date-table th,
.el-cascader-node__label,
.el-select-dropdown__item {
  font-family: fa !important;
}
.el-message {
  font-family: microsoft yahei;
}
.el-select-dropdown__item.selected {
  font-weight: 600;
  color: #165dff;
}
.el-date-table td span:hover {
  color: #165dff;
}
.el-date-table td.current:not(.disabled) span,
.el-date-table td.end-date span,
.el-date-table td.start-date span {
  background-color: #165dff;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  color: #165dff;
}
.el-date-table td.today span {
  color: #165dff;
}
.el-cascader-node.in-active-path,
.el-cascader-node.is-active {
  color: #165dff;
  font-weight: 600;
}
.el-cascader-node {
  height: 0.2777777778rem;
  border-radius: 0.0208333333rem 0.0208333333rem 0.0208333333rem 0.0208333333rem;
  margin: 0.0555555556rem;
}
.el-cascader-node.in-active-path,
.el-cascader-node.is-active {
  height: 0.2777777778rem;
  background: #e8f3ff;
  border-radius: 0.0208333333rem 0.0208333333rem 0.0208333333rem 0.0208333333rem;
  margin: 0.0555555556rem;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #165dff;
  border-color: #165dff;
}
.el-year-table td,
.el-date-picker__header {
  font-family: microsoft yahei;
}

/* 滚动条整体 */
.el-cascader-menu::-webkit-scrollbar {
  /* 滚动条的宽度 */
  width: 0.0277777778rem;
  height: 0.0277777778rem;
}

/* 设置滚动条滑块 */
.el-cascader-menu::-webkit-scrollbar-thumb {
  background-color: #dddfe1;
}

/* 设置滚动条两端按钮 */
.el-cascader-menu::-webkit-scrollbar-button {
  display: none;
}
.svg-icon[data-v-c8a70580] {
  width: 2em;
  height: 2em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.svg-external-icon[data-v-c8a70580] {
  background-color: currentColor;
  mask-size: cover !important;
  display: inline-block;
}
