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,
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;
}
#root {
  height: 100%;
  width: 100%;
  min-width: 1260px;
  overflow: auto;
}
/* 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;
}
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 576px) {
  /* 滚动条样式 */
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eeeeee;
    border: 0;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #cccccc;
  }
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.flex-center-center {
  justify-content: center;
  align-items: center;
}
.flex-align-center {
  align-items: center;
}
.bgc-fff {
  background-color: #fff;
}
.details_page {
  height: 100%;
  background-color: #fff;
}
.pb-30 {
  padding-bottom: 30px;
}
.padding-20 {
  padding: 20px;
}
.text-align__center {
  text-align: center;
}
.main-color {
  color: #1551e4;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-table .ant-table-thead > tr > th {
  white-space: nowrap;
  font-weight: 700;
  color: #111;
}
.ant-table .ant-table-container {
  border: 1px solid #EEEEEE;
}
.ant-table .ant-table-tbody tr td {
  border-bottom: 0;
}
.ant-table .ant-table-tbody > tr:nth-child(odd):not(.ant-table-placeholder) {
  background: #f6f8fa;
}
.ant-table .ant-table-tbody > tr:nth-child(odd) > td.ant-table-cell-fix-left,
.ant-table .ant-table-tbody > tr:nth-child(odd) > td.ant-table-cell-fix-right {
  background: #f6f8fa;
}
.ant-table .ant-table-tbody > tr.ant-table-row:hover > td,
.ant-table .ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: #e3edff;
}
.ant-table .ant-table-tbody > tr.ant-table-row-selected > td,
.ant-table .ant-table-tbody > tr.ant-table-row-selected > td.ant-table-cell-fix-left,
.ant-table .ant-table-tbody > tr.ant-table-row-selected > td.ant-table-cell-fix-right {
  background: #e3edff;
}
.ant-table .ant-table-summary tr td {
  border-bottom: 0;
}
.ant-form .ant-picker {
  display: flex;
}
.ant-form.ant-form-horizontal .ant-form-item-label {
  width: 10em;
  white-space: normal;
  line-height: 16px;
  text-align: right;
}
.ant-form.ant-form-vertical .ant-form-item {
  margin-bottom: 16px;
}
.ant-form.ant-form-vertical .ant-form-item-label {
  padding: 0 0 2px;
}
.ant-message {
  display: flex;
  flex-direction: column;
  height: 99vh;
  justify-content: center;
}
.ant-message .ant-message-notice-content {
  max-width: 760px;
  max-height: 70vh;
  overflow: auto;
}
.ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-total-text {
  flex: 1;
  padding-left: 22px;
}
.ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item {
  margin: 0 4px;
  border-radius: 2px;
}
.ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item:not(.ant-pagination-item-active) {
  border: 1px solid #D9D9D9;
}
.ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item:not(.ant-pagination-item-active):hover,
.ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item-active {
  background: #1551e4;
}
.ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item:not(.ant-pagination-item-active):hover a,
.ant-table-wrapper .ant-pagination.ant-table-pagination .ant-pagination-item-active a {
  color: #fff;
}
.ant-tree-list-scrollbar-thumb,
.rc-virtual-list-scrollbar-thumb {
  background-color: #dddddd !important;
}

