html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
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,
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;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  overflow: hidden;
}
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;
}
.hide {
  display: none !important;
}
.obscure {
  visibility: hidden;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
  not supported by any browser */
}

.heading {
  overflow: auto;
  background: #24c78e; /* #2c458d; */
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.windows {
  overflow: auto;
  border-color: #24c78e; /* #2c458d; */
  border-style: solid;
}

li,
ul {
  list-style: none;
  color: #b0b0b0;
}

img {
  border-style: none;
}

.terminal {
  border: 4px solid #3b3b3b;
  font-family: fangsong, monospace;
  font-variant-ligatures: none;
  font-weight: normal;
  font-size: 14px;
  color: #bbbbbb;
  background: #3b3b3b;
  border-collapse: collapse;
  line-height: normal;
  white-space: nowrap;
}

.screen {
  border: 0px solid rgb(0, 0, 0);
}

table {
  user-select: none;
  cursor: default;
}

.layui-layer-dialog,
.layui-layer-page {
  color: #7e683b !important;
}
