body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
:root {
  --them0: #25b8a4;
  --them-bord0: 1px #25b8a4 solid;
  --h-them0: #14d6bc;
  --them1: #13c2c2;
  --them-bord1: 1px #13c2c2 solid;
  --them2: orange;
  --them-bord2: 1px orange solid;
}
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  height: 100%;
  font-size: 16px;
}
body {
  position: relative;
  background: #fff;
  height:100%;
  font-family: 'Microsoft YaHei';   
  margin: 0;
  [data-theme="1"] & {
    background: none;
  }
  [data-theme="2"] & {
    background: none;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup, sub {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input:-internal-autofill-selected {
  box-shadow: inset 0 0 0 1000px #fff !important;
}
/* 搜索按钮、输入框 */
.content input {
  height: 30px;
  width: calc(100% - 15px);
  font-size: 14px;
  color: #000;
  border: 1px #dcdcdc solid;
  padding-left: 10px;
  border-radius: 4px;
  background-color: #fff;
  background-size: 25px;
}
.hide-img>div+div {
  margin: 30px 0 !important;
}
.content input:hover {
  outline: none;
  border: 1px #40a9ff  solid;
}
.content input:focus {
  outline: none;
  border: 1px #40a9ff  solid;
}
.content button {
  padding: 2px 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  background-color: #25b8a4;
  border: 1px solid #25b8a4;
  border-radius: 5px;
  
  [data-theme="1"] & {
    background-color: #13c2c2;
    border: 1px solid #13c2c2;
  }
  [data-theme="2"] & {
    background-color: orange;
    border: 1px solid orange;
  }
}
.content button:hover {
  background-color: #14d6bc;
  
  [data-theme="1"] & {
    background-color: #13c2c2;
  }
  [data-theme="2"] & {
    background-color: orange;
  }
}
.content .gray-btn {
  color: #000;
  background: #fff;
  border: 1px gray solid;
}
/** 提示弹框 */
.ant-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 99;
}
.ant-message .message-content {
  margin: 0 auto;
  width: fit-content;
  max-width: 400px;
  margin-top: 20px;
  background: #fff;
  padding: 10px 16px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
  pointer-events: all;
}
.ant-message .message-content .icon {
  display: inline-block;
  width: 12px;
  font-size: 16px;
  padding: 0 5px;
  text-align: center;
  border-radius: 18px;
  color: #fff;
  margin-right: 5px;
}
.success {
  background: #52c41a;
}
.warning {
  background: #faad14;
}
.not-click {
  cursor: not-allowed !important;
  background: #f1f0f0 !important;
}
/*滚动条样式*/
::-webkit-scrollbar {
  width: 6px;
  height: 12px;
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(232,239,243,0.9);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
  height: 10px;
  background-color: rgb(80,199,216);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #1890ff;
  -webkit-border-radius: 6px;
}