/* 公用样式覆盖 */
html,
body {
  height: 100%;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  cursor: pointer;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
  border-radius: 4px;
  cursor: pointer;
  background: #f2f2f2;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(210, 210, 210, 0.4);
  cursor: pointer;
}

@font-face {
  font-family: 'din'; /* 自定义的字体名称; */
  src: url('../../../static/font/din.ttf') format('truetype'); /* 自定义的字体的存放路径、格式; */
}

.flex-sub {
  flex: 1;
}

.height-100P {
  height: 100%;
}

.flex-row {
  display: flex;
  align-items: center;
}

.flex-row-fluid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-row-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

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

.layui-fluid {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.container {
  padding: 0 !important;
  margin: 0 !important;
}

/* 底部 */
.footer {
  padding-bottom: 17px;
  text-align: center;
}

.layui-btn:hover {
  opacity: 1;
  color: inherit;
}

.layui-tab {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.layui-card {
  margin-bottom: 10px;
}

.layui-card,
.layui-tab .layui-card-header {
  border-radius: 0;
  border-bottom: none;
}

.layuiadmin-card-header-auto {
  margin-bottom: 0;
}

.layui-tab .layui-tab-content {
  flex: 1;
  padding: 0 !important;
  height: 100%;
  box-sizing: border-box;
}

.layui-tab-content .layui-tab-item {
  height: 100%;
}

.layui-card.card-body {
  flex: 1;
  padding: 15px;
  box-sizing: content-box;
  overflow: hidden;
}

.layui-card.card-body .layui-card-body {
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.layui-tab-brief > .layui-tab-title {
  font-weight: 500;
  padding-left: 25px;
}

.layui-tab-brief > .layui-tab-title .layui-this {
  color: #c0282f;
}
.layui-form .layui-inline .layui-form-label .layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
  border-bottom: 2px solid #c0282f;
}

/* 表单 */
.layui-card-header .layui-form .layui-inline {
  margin-bottom: 5px;
}
.layui-card-header .layui-form .layui-inline:not(:last-child) {
  margin-right: 25px;
}

.layui-card-header .layui-form.flex-row-between .layui-inline {
  margin-bottom: 0;
}

.layui-card-header .layui-form .layui-inline .layui-form-label {
  float: none;
  width: auto;
  display: inline-block;
  padding: 0;
  min-width: 80px;
}

.layui-card-header .layui-form.flex-row-between .layui-inline .layui-form-label {
  min-width: auto;
}

.layui-card-header .layui-form .layui-inline .layui-input-block {
  margin-left: 8px;
  display: inline-block;
}

.layadmin-homepage-panel {
  background: #ffffff;
}

.condition-expand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.table-opearte {
  display: inline-flex;
  flex-direction: column;
}

.table-opearte .layui-btn-sm {
  height: 24px;
  line-height: 24px;
}

.table-opearte .layui-btn-normal {
  background-color: transparent;
}

.table-opearte a:not(:first-child) {
  margin-top: 8px;
}

/* 表格 */
.layui-table-body .layui-table td,
.layui-table-body .layui-table th {
  font-size: 12px;
}
.layui-table-tool {
  border: none;
  background-color: #ffffff;
}
.layui-table-tool .layui-inline[lay-event] {
  border: none;
}
.layui-table thead tr {
  background-color: #fafafa;
}
.layui-border-box {
  border: none;
}

/* toolbar */
.layui-table-tool {
  padding-top: 5px;
  padding-bottom: 5px;
}

.layui-table-tool-temp {
  padding-right: 0;
}

.custom-tool {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

.custom-tool .layui-btn {
  line-height: 1;
}

.custom-tool > button:not(:first-child),
.custom-tool > div > button:not(:first-child) {
  margin-left: 16px;
}

.custom-tool .layui-tab-title {
  border: none;
}

.custom-tool .layui-tab-brief .layui-tab-title li {
  margin: 0;
}

.custom-tool .layui-tab-brief .layui-tab-title li.layui-this {
  color: #c0282f;
}

.layui-inline span {
  margin-left: 8px;
  font-size: 12px;
}

.layui-table-cell {
  line-height: 22px;
}

.layui-table-page {
  padding: 10px 0 0 0;
}

.layui-table-view .layui-table td {
  padding: 15px 0;
}

/* 状态 */
.level-type-menu {
  display: inline-block;
  padding-left: 10px;
  border: none;
  background-color: inherit;
  color: #999999;

}
.level-type-menu::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #17b3a3;
}

.level-type-button {
  display: inline-block;
  padding-left: 10px;
  border: none;
  background-color: inherit;
  color: #999999;

}
.level-type-button::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #909399;
}

.level-type-catalog {
  display: inline-block;
  padding-left: 10px;
  border: none;
  background-color: inherit;
  color: #999999;

}
.level-type-catalog::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #59b573;
}

.level-type-toAudit {
  display: inline-block;
  padding-left: 10px;
  border: none;
  background-color: inherit;
  color: #999999;

}
.level-type-toAudit::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #17b3a3;
}

.level-type-Auditing {
  display: inline-block;
  padding-left: 10px;
  border: none;
  background-color: inherit;
  color: #999999;
}
.level-type-Auditing::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #17b3a3;
}

.level-type-Audited {
  display: inline-block;
  padding-left: 10px;
  border: none;
  background-color: inherit;
  color: #999999;
}
.level-type-Audited::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #EC9300;
}

.level-type-danger {
  display: inline-block;
  padding-left: 10px;
  border: none;
  background-color: inherit;
  color: #999999;
}
.level-type-danger::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #C0282F;
}

.level-type-green {
  display: inline-block;
  padding-left: 10px;
  border: none;
  background-color: inherit;
  color: #999999;
}
.level-type-green::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #12BC83;
}

.layui-card-header {
  border: none;
  padding: 15px;
  height: auto;
  line-height: 1;
}

/* 树 */
.left-tree {
  height: 100%;
  overflow: hidden auto;
  background: #ffffff;
}

.dtree-layui-item-this,
.dtree-layui-item:hover {
  background-color: #fcf2f3 !important;
}

.dtree-layui-item:hover cite {
  color: #d0021b !important;
}

/* 按钮 */
.seal-file {
  position: relative;
  display: inline-block;
}
.seal-file .seal-img {
  width: 64px;
  height: 64px;
}
.seal-file .seal-text {
  position: absolute;
  top: 55%;
  left: 50%;
  font-size: 12px;
  font-weight: 600;
  color: #c0282f;
  white-space: nowrap;
  transform: scale(0.7) translate(-80%, -50%) rotate(-30deg);
}

.layui-form-onswitch,
.layui-form-checked[lay-skin='primary'] i {
  border-color: #c0282f;
  background-color: #c0282f;
}

.layui-colla-content,
.layui-colla-item {
  border-top-width: 0px;
  border-top-style: none;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em,
.layui-btn,
.layui-btn:hover {
  color: #888888;
  background-color: #fff;
  border: 1px solid #c9c9c9;
}

.layui-btn-primary,
.layui-btn-primary:hover {
  color: #ffffff;
  background: #c0282f;
  border: 1px solid #c0282f;
}

.layui-btn-second,
.layui-btn-second:hover {
  color: #ffffff;
  background: #00a8a4;
  border: 1px solid #00a8a4;
}

.layui-btn-normal,
.btn-normal,
.layui-btn-normal:hover,
.btn-normal:hover {
  color: #00a8a4;
  background: #ffffff;
  border: 1px solid #00a8a4;
}

.btn-danger,
.btn-danger:hover {
  color: #c0282f;
  background: #ffffff;
  border: 1px solid #c0282f;
}

.layui-btn-sm {
  padding: 0 12px;
}

.layui-btn {
  position: relative;
  padding: 0 12px;
}

.layui-table-page .layui-laypage-curr .layui-laypage-em,
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  color: #ffffff;
  background: #c0282f;
  border: 1px solid #c0282f;
}

.layui-btn-noborder,
.layui-btn-noborder:hover {
  border: none;
  padding: 0;
}

/* 下拉框 */
div[xm-select-skin='primary'] .xm-select-title div.xm-select-label > span {
  background-color: #c0282f;
  color: #fff;
  border: 1px solid #c0282f;
}

div[xm-select-skin='primary'] .xm-select-title div.xm-select-label > span i {
  background-color: #c0282f;
}

div[xm-select-skin='primary'] dl dd.xm-select-this:not(.xm-dis-disabled) i {
  color: #c0282f;
}

div[xm-select-skin='primary'].xm-form-selected .xm-select,
div[xm-select-skin='primary'].xm-form-selected .xm-select:hover {
  border-color: #c0282f !important;
}

div[xm-select-skin='primary'] dl dd:not(.xm-dis-disabled) i {
  border-color: #6d6d6f;
}

.layui-form-select .layui-edge {
  width: 10px;
  height: 10px;
  margin: -5px;
  right: 20px;
  border: none;
  background: url(../../../static/images/home/right.png) no-repeat center/10px;
  transform: rotate(90deg);
}

.layui-form-select.layui-form-selected .layui-edge {
  transform: rotate(270deg);
}

/* 流程相关 */
.process-search {
  margin-top: 20px;
}

.process-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.process-desc {
  font-size: 14px;
  color: #999999;
}

.ant-steps-item-icon {
  width: 32px;
  height: 32px;
  border-color: #00a8a4;
}

.ant-steps-item-process .ant-steps-item-icon {
  background: #00a8a4;
  border-color: #00a8a4;
}

.ant-steps-item-finish .ant-steps-item-icon {
  color: #00a8a4;
  border-color: #00a8a4;
}

.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-title:after {
  background-color: #00a8a4;
}

.antd-pro-pages-fingerprint-style-steps {
  margin: 40px auto 28px;
}

.ant-steps-icon .layui-icon {
  position: relative;
  right: auto;
  top: auto;
  margin: 0;
  color: #00a8a4;
}

.footer-place {
  height: 60px;
}

#description {
  text-align: center;
}
