@charset "UTF-8";html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
main, span, ol, ul, pre, div {
    scrollbar-width: thin !important;
    scrollbar-color: #F4F4F4 transparent !important;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#app {
  height: 100%;
  display: flex;
  flex-direction: column;
}

@font-face {
  font-family: "PingFang SC";
  font-weight: 400;
  src: url("/assets/PingFangSC-Regular-GTOX0-9S.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "PingFang SC";
  font-weight: 500;
  src: url("/assets/PingFangSC-Medium-BUnMhY4J.otf") format("opentype");
  font-display: swap;
}
.is-electron .el-overlay {
  border-radius: 16px;
}
.is-electron .el-drawer {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.is-electron .el-image-viewer__mask {
  border-radius: 16px;
}

.el-loading-mask {
  z-index: 9;
  background-color: #ffffff !important;
}
.el-loading-mask .el-loading-spinner {
  width: 100%;
  height: 100px;
  background-image: url("/assets/loading-KEAZqX0N.webp");
  background-size: 58px 27px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 99999999;
}
.el-loading-mask .el-loading-spinner:after {
  content: "数据加载中...";
  position: absolute;
  top: 74px;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #02b96b;
}
.el-loading-mask .el-loading-spinner .circular {
  display: none;
}

body {
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
}

h1,
h2 {
  font-family: "PingFang SC", sans-serif;
  font-weight: 500;
}
.svg-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.1em;
  /* 因icon大小被设置为和字体大小一致，而span等标签的下边缘会和字体的基线对齐，故需设置一个往下的偏移比例，来纠正视觉上的未对齐效果 */
  fill: currentColor;
  /* 定义元素的颜色，currentColor是一个变量，这个变量的值就表示当前元素的color值，如果当前元素未设置color值，则从父元素继承 */
  overflow: hidden;
}
.content[data-v-b5cd1f73] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}:root {
  ---N9: #1f1f1f;
  ---N8: #666666;
  ---N7: #333333;
  ---N6: #999999;
  ---N4: #dedede;
  ---N5: #999999;
  ---N2: #f5f5f5;
  ---P6: #02b96b;
  ---P1: #e8fff1;
  ---C7: #f53f3f;
}
html,
body {
  background-color: transparent;
  width: 100%;
  height: 100%;
}
.el-message-box {
  -webkit-app-region: no-drag;
  font-family: sans-serif;
}
.q-dialog,
.dialog-noMask {
  -webkit-app-region: no-drag;
}