/* Created on 2020/10/30 by SubwaySamurai */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  height: 100%;
  font-family: sans-serif;
  font-size: 10px;
}
body {
  margin: 0;
  height: 100%;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
[tabindex='-1']:focus {
  outline: none !important;
}
table {
  border-collapse: collapse;
}
i {
  line-height: 1;
}
button {
  border-radius: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
a {
  color: #1890ff;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:focus,
a:hover {
  color: #40a9ff;
}
a:active {
  color: #096dd9;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
/* 按钮 */
.btn {
  display: inline-block;
  padding: 0 1.5rem;
  height: 3.2rem;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border: 0.1rem solid transparent;
  border-color: #d9d9d9;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 0.2rem 0 0 rgba(0, 0, 0, 0.015);
  box-shadow: 0 0.2rem 0 0 rgba(0, 0, 0, 0.015);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:focus {
  outline: 0;
}
.btn:focus,
.btn:hover {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
}
.btn:active {
  color: #096dd9;
  background-color: #fff;
  border-color: #096dd9;
}
.btn-block {
  width: 100%;
}
.btn-primary {
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
}
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff;
}
.btn-primary:active {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
}
.btn-danger {
  color: #fff;
  background-color: #f5222d;
  border-color: #f5222d;
}
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #ff4d4f;
  border-color: #ff4d4f;
}
.btn-danger:active {
  color: #fff;
  background-color: #cf1312;
  border-color: #cf1312;
}
.btn-dashed {
  color: rgba(0, 0, 0, 0.65);
  border-style: dashed;
  border-color: #d9d9d9;
}
.btn-dashed:focus,
.btn-dashed:hover {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
}
.btn-dashed:active {
  color: #096ff9;
  background-color: #fff;
  border-color: #096dd9;
}
.btn:disabled {
  cursor: not-allowed;
}
.btn:disabled,
.btn:disabled:focus,
.btn:disabled:hover,
.btn:disabled:active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn span {
  -webkit-transition: margin-left 0.2s ease;
  transition: margin-left 0.2s ease;
}
.btn.btn-loading {
  position: relative;
  pointer-events: none;
}
.btn.btn-loading::before {
  content: " ";
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  left: -0.1rem;
  /* z-index: 1; */
  display: block;
  background-color: #fff;
  border-radius: inherit;
  opacity: 0.35;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.btn.btn-loading .btn-icon-loading + span {
  margin-left: 0.8rem;
}
.btn:not(.btn-loading) .btn-icon-loading {
  display: none;
}
.btn.btn-loading .btn-icon {
  display: none;
}
/* 分割线 */
.divider {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: #e8e8e8;
}
.divider-vertical {
  display: inline-block;
  width: 0.1rem;
  height: 0.9rem;
  margin: 0 0.8rem;
}
.divider-horizontal {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 0.1rem;
  margin: 2.4rem 0;
}
/* 表格 */
.list-wrapper.bordered {
  border: 1px solid #f0f0f0;
}
.list-wrapper table {
  width: 100%;
  border-radius: 0.4rem 0.4rem 0 0;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
}
.list-wrapper thead tr th {
  color: rgba(0, 0, 0, 0.85);
  background-color: #fafafa;
  border-bottom: 0.1rem solid #e8e8e8;
  font-weight: 500;
}
.list-wrapper tbody tr td {
  border-bottom: 0.1rem solid #e8e8e8;
  transition: all 0.2s ease;
}
.list-wrapper tbody tr:hover > td {
  background-color: #e6f7ff;
}
.list-wrapper thead tr th,
.list-wrapper tbody tr td {
  padding: 1.6rem;
  overflow-wrap: break-word;
}
/* 中尺寸 */
.list-wrapper table.middle tr th,
.list-wrapper table.middle tr td {
  padding: 12px 8px;
}
/* 小尺寸 */
.list-wrapper table.small tr th,
.list-wrapper table.small tr td {
  padding: 8px;
}
/* 页面工具栏 */
.page-content-toolbar {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.page-content-toolbar .toolbar-right {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page-content-toolbar .toolbar-title {
  flex: 1;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.page-content-toolbar .toolbar-item {
  margin-right: 0.8rem;
}
.page-content-tooolbar button i + span {
  margin-left: 0.8rem;
}
.page-content-toolbar .toolbar-item-icon {
  margin-left: 1.6rem;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.6rem;
  cursor: pointer;
}
.page-content-toolbar .toolbar-item-icon:hover {
  color: #1890ff;
}
.page-content-toolbar .toolbar-item-icon:first-child {
  margin-left: 0.8rem;
}
.page-content-list {
  padding-bottom: 16px;
}
/* Card 卡片 */
.card {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 0.2rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.card.card-bordered {
  border: 0.1rem solid #e8e8e8;
}
.card.card-hoverable {
  /* cursor: pointer; */
}
.card.card-hoverable:hover {
  border-color: rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.09);
}
.card-head {
  padding: 0 2.4rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 0.1rem solid #e8e8e8;
  border-radius: 0.2rem 0.2rem 0 0;
}
.card-head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-head-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.6rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-body {
  padding: 2.4rem;
}
/* 页面顶栏 */
.page-header {
  /* margin: -2.4rem;
    margin-bottom: 2.4rem; */
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.page-header.page-head {
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
}
.page-header.page-foot {
  border-top: 0.1rem solid #e8e8e8;
}
.page-header-container {
  padding: 1.6rem 2.4rem;
}
.page-header-heading {
  /* margin-bottom: 1.6rem; */
  width: 100%;
  overflow: hidden;
}
.page-header-back {
  float: left;
  margin-right: 8px;
  padding: 0 8px;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
  line-height: 32px;
  cursor: pointer;
}
.page-header-heading-title {
  float: left;
  display: block;
  margin-right: 1.2rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.2rem;
}
.page-header-heading-extra {
  float: right;
}
.page-header-heading-extra > *:not(:first-child) {
  margin-left: 0.8rem;
}
.page-header-content {
  /* margin-bottom: 1.6rem; */
  overflow: hidden;
}
.page-header-footer {
  /* margin-bottom: 1.6rem; */
}
.page-header-heading + .page-header-content {
  margin-top: 1.6rem;
}
.page-header-content + .page-header-footer {
  margin-top: 1.6rem;
}
/* 表单 */
.form-group {
  margin-bottom: 2.4rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
/* 表单控件标题 */
.form-label {
  display: inline-block;
  line-height: 3.2rem;
  text-align: right;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
}
.form-label label {
  color: rgba(0, 0, 0, 0.85);
}
.form-label label::after {
  content: ":";
  position: relative;
  margin: 0 0.8rem 0 0.2rem;
}
.form-label-required label::before {
  content: "*";
  margin-right: 0.4rem;
  color: #f5222d;
  font-family: SimSun, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
.form-label-required label.radio-wrapper::before,
.form-label-required label.checkbox-wrapper::before,
.form-label-required label.upload-wrapper::before {
  content: "";
}
/* 表单文字 */
.form-text {
  display: inline-block;
  padding-right: 0.8rem;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3.2rem;
}
/* 表单控件 */
.form-control {
  display: block;
  margin: 0;
  padding: 0.4rem 1.1rem;
  width: 100%;
  height: 3.2rem;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border: 0.1rem solid #d9d9d9;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color 0.2s ease;
}
.form-control:focus {
  outline: 0;
}
.form-control:focus,
.form-control:hover {
  border-color: #40a9ff;
}
.form-control:active {
  border-color: #096dd9;
}
input.form-control::-moz-placeholder {
  color: #bfbfbf;
}
input.form-control:-ms-input-placeholder {
  color: #bfbfbf;
}
input.form-control::-webkit-input-placeholder {
  color: #bfbfbf;
}
input.form-control:placeholder-shown {
  text-overflow: ellipsis;
}
input.form-control:read-only {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
input.form-control:read-only:focus,
input.form-control:read-only:hover {
  border-color: #d9d9d9;
}
input.form-control:disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
input.form-control:disabled:focus,
input.form-control:disabled:hover {
  border-color: #d9d9d9;
}
textarea.form-control {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  overflow: auto;
  resize: vertical;
  -webkit-transition: none;
  transition: none;
}
select.form-control {
  cursor: pointer;
}
select.form-control option {
  cursor: pointer;
}
select.form-control:disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
select.form-control:disabled:focus,
select.form-control:disabled:hover {
  border-color: #d9d9d9;
}
/* 表单提示 */
.has-success .form-control {
  border-color: #52c41a;
}
.has-warning .form-control {
  border-color: #faad14;
}
.has-warning .form-control {
  color: #faad14;
}
.has-warning.form-group {
  margin-bottom: 0.8rem;
}
.has-error .form-control {
  border-color: #f5222d;
}
.has-error .form-explain {
  color: #f5222d;
}
.has-error.form-group {
  margin-bottom: 0.8rem;
}
.input-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: 100%;
}
.input-group > label {
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  height: 3.2rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.4rem;
}
.input-group > label::after {
  content: ":";
  position: relative;
  margin: 0 0.8rem 0 0.2rem;
}
.input-group > .form-control {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  min-width: 0;
}
/* 单选按钮 */
.radio-group {
  display: inline-flex;
  flex-wrap: wrap;
  /* align-items: center; */
  margin: 0;
  padding: 0;
  /* height: 3.2rem; */
}
.radio-group .radio-wrapper {
  margin-right: 0.8rem;
}
.radio-wrapper {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.4rem;
  /* line-height: 1.5; */
  white-space: nowrap;
  height: 3.2rem;
  line-height: 3.2rem;
}
.radio-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  border: 0.1rem solid #d9d9d9;
  border-radius: 10rem;
  vertical-align: sub;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio-input::after {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #1890ff;
  border-radius: 0.8rem;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio-label {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  cursor: pointer;
}
.radio-input:focus {
  outline: 0;
}
.radio-wrapper:hover .radio-input,
.radio-input:focus,
.radio-input:checked {
  border-color: #1890ff;
}
.radio-input:checked::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.radio-input:disabled {
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.radio-input:disabled::after {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
.radio-input:disabled + .radio-label {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.radio-wrapper:hover .radio-input:disabled {
  border-color: #d9d9d9;
}
.radio-list {
  margin: 0;
  padding: 0;
  padding: 0.4rem 0;
  overflow: hidden;
}
.radio-list-item {
  display: block;
  margin-bottom: 1rem;
}
.radio-list .radio-list-item:last-child {
  margin-bottom: 0.2rem;
}
.radio-list-item .radio-wrapper {
  white-space: normal;
  word-break: break-all;
}
/* 多选框 */
.checkbox-group {
  display: inline-block;
}
.checkbox-group .checkbox-wrapper {
  margin-right: 0.8rem;
}
.checkbox-group .checkbox-wrapper:last-child {
  margin-right: 0;
}
.checkbox-wrapper {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.4rem;
  line-height: 1.5;
  white-space: nowrap;
}
.checkbox-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  border: 0.1rem solid #d9d9d9;
  border-radius: 0.2rem;
  border-collapse: separate;
  vertical-align: sub;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkbox-input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 0.2rem solid #fff;
  border-top: 0;
  border-left: 0;
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
  -ms-transform: rotate(45deg) scale(0) translate(-50%, -50%);
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.checkbox-label {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  cursor: pointer;
}
.checkbox-input:focus {
  outline: 0;
}
.checkbox-wrapper:hover .checkbox-input,
.checkbox-input:focus {
  border-color: #1890ff;
}
.checkbox-input:checked {
  background-color: #1890ff;
  border-color: #1890ff;
}
.checkbox-input:checked::after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
  -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkbox-input:disabled {
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.checkbox-input:disabled::after {
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.checkbox-input:disabled + .checkbox-label {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.checkbox-wrapper:hover .checkbox-input:disabled {
  border-color: #d9d9d9;
}
.checkbox-list {
  margin: 0;
  padding: 0;
  padding: 0.4rem 0;
  overflow: hidden;
}
.checkbox-list-item {
  display: block;
  margin-bottom: 1rem;
}
.checkbox-list .checkbox-list-item:last-child {
  margin-bottom: 0.2rem;
}
.checkbox-list-item .checkbox-wrapper {
  white-space: normal;
  word-break: break-all;
}
/* Form control Transfer */
.transfer {
  display: flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: 100%;
}
.transfer-list {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 0.1rem solid #d9d9d9;
  border-radius: 0.4rem;
  overflow: hidden;
}
.transfer-list .transfer-list-header {
  padding: 0.8rem 1.2rem;
  border: 0.1rem solid #e8e8e8;
  border-radius: 0.4rem 0.4rem 0 0;
}
.transfer-list .transfer-list-body {
  flex: 1;
  height: auto;
  overflow: hidden;
}
.transfer-list-header .transfer-list-header-selected {
  padding-left: 0.8rem;
}
.transfer-list-body .transfer-list-content {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: auto;
}
.transfer-list-content .transfer-list-content-item {
  padding: 0.6rem 1.2rem;
  min-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.transfer-list-content-item .transfer-list-content-item-text {
  padding-left: 0.8rem;
}
.transfer-operation {
  display: flex;
  flex-direction: column;
  margin: 0 0.8rem;
}
.transfer-operation .btn:not(:last-child) {
  margin-bottom: 0.4rem;
}
/* Result 结果页 */
.result {
  padding: 4.8rem 3.2rem;
}
.result-icon {
  margin-bottom: 2.4rem;
  text-align: center;
}
.result-icon i {
  font-size: 7.2rem;
}
.result-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
.result-subtitle {
  color: rgba(0, 0, 0, 0.45);
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}
.result-content {
  margin-top: 2.4rem;
  padding: 2.4rem 4rem;
  background-color: #fafafa;
}
.result-extra {
  margin-top: 3.2rem;
  text-align: center;
}
.result-extra button + button {
  margin-left: 0.8rem;
}
.result-success {
  color: #52c41a;
}
.result-error .result-icon i {
  color: #f5222d;
}
/* Steps 分步 */
.steps {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.steps-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.steps-item:last-child {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.steps-item:last-child .steps-item-content .steps-item-title::after {
  display: none;
}
.steps-item-icon,
.steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.steps-item-icon {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 0.8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.25);
  border-radius: 3.2rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: center;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 1.6rem;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.steps-item-title::after {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 100%;
  display: block;
  width: 9999px;
  height: 0.1rem;
  background-color: #e8e8e8;
}
.steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 1.4rem;
}
.steps-item-process .steps-item-icon {
  background-color: #1890ff;
  border-color: #1890ff;
}
.steps-item-process .steps-item-icon .steps-icon {
  color: #fff;
}
.steps-item-process .steps-item-content .steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}
.steps-item-process .steps-item-content .steps-item-title::after {
  background-color: #e8e8e8;
}
.steps-item-process .steps-item-content .steps-item-description {
  color: rgba(0, 0, 0, 0.65);
}
.steps-item-finish .steps-item-icon {
  background-color: #fff;
  border-color: #1890ff;
}
.steps-item-finish .steps-item-icon .steps-icon {
  color: #1890ff;
}
.steps-item-finish .steps-item-content .steps-item-title {
  color: rgba(0, 0, 0, 0.65);
}
.steps-item-finish .steps-item-content .steps-item-title::after {
  background-color: #1890ff;
}
.steps-item-finish .steps-item-content .steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.steps-horizontal .steps-item {
  margin-right: 1.6rem;
  white-space: nowrap;
}
/* dropdown */
.dropdown {
  position: absolute;
  z-index: 1050;
}
.dropdown .menu-list {
  margin: 0;
  padding: 4px 0;
  background: #fff;
  border-radius: 4px;
  list-style-type: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.dropdown .menu-list .menu-item {
  margin: 0;
  padding: 5px 12px;
  min-width: 160px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.dropdown .menu-list .menu-item:focus,
.dropdown .menu-list .menu-item:hover {
  background-color: #f5f5f5;
}
/* table action dropdown */
.list-wrapper .action-link-dropdown-container {
  position: relative;
}
.list-wrapper .action-link-dropdown-container .dropdown {
  top: 20px;
  right: 0;
}
/* Tag 标签 */
.tag {
  display: inline-block;
  margin: 0;
  margin-right: 0.8rem;
  padding: 0 0.7rem;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fafafa;
  border: 0.1rem solid #d9d9d9;
  border-radius: 0.4rem;
  opacity: 1;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  white-space: nowrap;
  cursor: default;
  transition: all 0.2s ease;
}
.tag:hover {
  opacity: 0.85;
}
.tag.tag-has-color {
  color: #fff;
  border-color: transparent;
}
/* 表格工具栏 */
.table-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6.4rem;
  padding: 0 2.4rem;
}
.table-toolbar-title {
  flex: 1;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.6rem;
  /* font-weight: 400; */
  font-weight: 700;
  line-height: 2.4rem;
}
.table-toolbar-option {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.table-toolbar-item {
  margin-right: 0.8rem;
}
.table-toolbar-item button i + span {
  margin-left: 0.8rem;
}
.table-toolbar-item-icon {
  margin-left: 1.6rem;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.4rem;
  cursor: pointer;
}
.table-toolbar-item-icon:first-child {
  margin-left: 0.8rem;
}
/* 表格搜索动作 */
.table-search-option {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.table-search-option-item {
  margin-right: 0.8rem;
}
.table-search-option-item:last-child {
  margin-right: 0;
}
/* Badge 徽标 */
.badge {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
.badge .badge-dot {
  position: relative;
  top: -0.1rem;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background: #d9d9d9;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}
.badge .badge-text {
  /* margin-left: 0.8rem; */
  margin-left: 0.4rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.4rem;
}
.badge.badge-large .badge-dot {
  width: 1rem;
  height: 1rem;
}
/* Tabs 标签页 */
.tabs {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.4rem;
  line-height: 1.5;
  /* overflow: hidden; */
}
.tabs-nav {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs-nav .tabs-tab {
  display: inline-block;
  margin: 0 3.2rem 0 0;
  padding: 1.2rem 1.6rem;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.tabs-nav .tabs-tab:last-child {
  margin-right: 0;
}
.tabs-nav .tabs-tab:hover {
  color: #40a9ff;
}
.tabs-nav .tabs-tab:active {
  color: #096dd9;
}
.tabs-nav .tabs-tab.tabs-tab-active {
  margin-bottom: -0.2rem;
  color: #1890ff;
  font-weight: 500;
  border-bottom: 0.2rem solid #1890ff;
}
.tabs-nav .tabs-tab.tabs-tab-disabled,
.tabs-nav .tabs-tab.tabs-tab-disabled:hover,
.tabs-nav .tabs-tab.tabs-tab-disabled:active {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.tabs-content {
  display: block;
  width: 100%;
}
.tabs-content .tabs-tabpane {
  display: block;
  width: 100%;
}
/* 开关 默认未激活 */
button.switch {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
  padding: 0 3px;
  /* width: 64px; */
  /* height: 32px; */
  min-width: 44px;
  height: 22px;
  /* color: ; */
  /* background-color: #fff; */
  /* border: 1px solid #000; */
  background-color: rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 100px;
  /* font-size: 14px;
    font-weight: 400;
    line-height: 22px; */
  cursor: pointer;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch-indicator {
  display: inline-block;
  /* width: 24px; */
  /* height: 24px; */
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
}
/* 开关 激活 */
.switch[aria-checked="true"],
.switch.active {
  justify-content: end;
  background-color: #1890ff;
}
.switch[aria-checked="true"]:hover,
.switch.active:hover,
.switch[aria-checked="true"]:focus,
.switch.active:focus {
  /* background-color: ; */
}
/* 开关 禁用 */
.switch:disabled,
.switch.disabled {
  /* background-color: ; */
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
/*  */
.child-mr-8 > *:not(:last-child) {
  margin-right: 8px !important;
}


/* message component style */
.message .ui-pnotify-container {
  padding: 10px 16px !important;
  background-color: #fff;
  color: #666;
  border-color: rgba(0, 0, 0, 0.125);
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}
.message .ui-pnotify-icon {
  display: inline-block;
  margin-right: 8px;
  font-size: 16px;
}
.message .ui-pnotify-icon .fa {
  top: 0;
}
.message .ui-pnotify-title {
  float: left;
  margin-left: 0 !important;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.success-message .ui-pnotify-icon {
  color: #52c41a;
}
.error-message .ui-pnotify-icon {
  color: #f5222d;
}
.warn-message .ui-pnotify-icon {
  color: #faad14;
}
.info-message .ui-pnotify-icon {
  color: #1890ff;
}
.loading-message .ui-pnotify-icon {
  color: #1890ff;
}

/* Created on 2020/11/19 by SubwaySamurai */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  /* 去除 left 和 right 的 margin */
  margin: 0;
}
article,
aside,
header,
footer,
main,
nav,
section {
  /* 防止在早期浏览器中不是块级元素 */
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* 清除 top 的 margin，改变 bottom 的 margin 用于排版 */
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  /* 清除 top 的 margin，改变 bottom 的 margin 用于排版 */
  margin-top: 0;
  margin-bottom: 1rem;
}
hr {
  margin: 0;
}
ul,
ol {
  list-style-type: none;
}
ul,
ol,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
  padding: 0;
}
button,
[type="button"],
[type="submit"],
[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
}
button:focus,
[type="button"]:focus,
[type="submit"]:focus,
[type="reset"]:focus {
  outline: 0;
}
/* input,
textarea {
    -webkit-appearance: none;
            appearance: none;
} */
input:focus,
textarea:focus {
  outline: 0;
}
/* select {
    -webkit-appearance: menulist;
    appearance: menulist;
} */
select:focus {
  outline: 0;
}

/* Created by SubwaySamurai on 2020/11/24 */
/* LastEdited by SubwaySamurai on 2021/01/15 */
/* box-sizing */
.box-border {
  box-sizing: border-box !important;
}
.box-content {
  box-sizing: content-box !important;
}
/* display */
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-grid {
  display: grid !important;
}
/* position */
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
/* float */
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
/* clear */
.clear-left {
  clear: left !important;
}
.clear-right {
  clear: right !important;
}
.clear-both {
  clear: both !important;
}
.clear-none {
  clear: none !important;
}
/* flex-direction */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
/* flex-wrap */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
/* justify-content */
.justify-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.justify-evenly {
  justify-content: space-evenly !important;
}
/* TODO: justify-items */
/* TODO: justify-self */
/* TODO: align-content */
/* align-items */
.items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
/* TODO: align-self */
/* min-width */
.min-w-0 {
  min-width: 0 !important;
}
/* max-width */
.max-w-100 {
  max-width: 100% !important;
}
/* width */
.w-auto {
  width: auto !important;
}
.w-0 {
  width: 0 !important;
}
.w-50 {
  width: 50% !important;
}
.w-100 {
  width: 100% !important;
}
/* min-height */
.min-h-0 {
  min-height: 0 !important;
}
/* max-height */
.max-h-100 {
  max-height: 100% !important;
}
/* height */
.h-auto {
  height: auto !important;
}
.h-0 {
  height: 0 !important;
}
.h-50 {
  height: 50% !important;
}
.h-100 {
  height: 100% !important;
}
/* margin */
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.m-2 {
  margin: 2px !important;
}
.mt-2 {
  margin-top: 2px !important;
}
.mr-2 {
  margin-right: 2px !important;
}
.mb-2 {
  margin-bottom: 2px !important;
}
.ml-2 {
  margin-left: 2px !important;
}
.m-4 {
  margin: 4px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.m-8 {
  margin: 8px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.m-12 {
  margin: 12px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mr-12 {
  margin-right: 12px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.ml-12 {
  margin-left: 12px !important;
}
.m-16 {
  margin: 16px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.m-20 {
  margin: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.m-24 {
  margin: 24px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.m-48 {
  margin: 48px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mr-48 {
  margin-right: 48px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.ml-48 {
  margin-left: 48px !important;
}
/* padding */
.p-auto {
  padding: auto !important;
}
.pt-auto {
  padding-top: auto !important;
}
.pr-auto {
  padding-right: auto !important;
}
.pb-auto {
  padding-bottom: auto !important;
}
.pl-auto {
  padding-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.p-2 {
  padding: 2 !important;
}
.pt-2 {
  padding-top: 2 !important;
}
.pr-2 {
  padding-right: 2 !important;
}
.pb-2 {
  padding-bottom: 2 !important;
}
.pl-2 {
  padding-left: 2 !important;
}
.p-4 {
  padding: 4px !important;
}
.pt-4 {
  padding-top: 4px !important;
}
.pr-4 {
  padding-right: 4px !important;
}
.pb-4 {
  padding-bottom: 4px !important;
}
.pl-4 {
  padding-left: 4px !important;
}
.p-8 {
  padding: 8px !important;
}
.pt-8 {
  padding-top: 8px !important;
}
.pr-8 {
  padding-right: 8px !important;
}
.pb-8 {
  padding-bottom: 8px !important;
}
.pl-8 {
  padding-left: 8px !important;
}
.p-12 {
  padding: 12px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pr-12 {
  padding-right: 12px !important;
}
.pb-12 {
  padding-bottom: 12px !important;
}
.pl-12 {
  padding-left: 12px !important;
}
.p-16 {
  padding: 16px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.p-20 {
  padding: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.p-24 {
  padding: 24px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pr-24 {
  padding-right: 24px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pl-24 {
  padding-left: 24px !important;
}
.p-48 {
  padding: 48px !important;
}
.pt-48 {
  padding-top: 48px !important;
}
.pr-48 {
  padding-right: 48px !important;
}
.pb-48 {
  padding-bottom: 48px !important;
}
.pl-48 {
  padding-left: 48px !important;
}
/* color */
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
/* background-color */
.bg-white {
  background-color: #fff !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-transparent {
  background-color: transparent !important;
}
/* border-width */
.border-0 {
  border-width: 0 !important;
}
.border-top-0 {
  border-top-width: 0 !important;
}
.border-right-0 {
  border-right-width: 0 !important;
}
.border-bottom-0 {
  border-bottom-width: 0 !important;
}
.border-left-0 {
  border-left-width: 0 !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-top-2 {
  border-top-width: 2px !important;
}
.border-right-2 {
  border-right-width: 2px !important;
}
.border-bottom-2 {
  border-bottom-width: 2px !important;
}
.border-left-2 {
  border-left-width: 2px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-top-4 {
  border-top-width: 4px !important;
}
.border-right-4 {
  border-right-width: 4px !important;
}
.border-bottom-4 {
  border-bottom-width: 4px !important;
}
.border-left-4 {
  border-left-width: 4px !important;
}
.border-8 {
  border-width: 8px !important;
}
.border-top-8 {
  border-top-width: 8px !important;
}
.border-right-8 {
  border-right-width: 8px !important;
}
.border-bottom-8 {
  border-bottom-width: 8px !important;
}
.border-left-8 {
  border-left-width: 8px !important;
}
.border {
  border-width: 1px !important;
}
.border-t {
  border-top-width: 1px !important;
}
.border-r {
  border-right-width: 1px !important;
}
.border-b {
  border-bottom-width: 1px !important;
}
.border-l {
  border-left-width: 1px !important;
}
/* border-color */
.border-white {
  border-color: #fff !important;
}
.border-black {
  border-color: #000 !important;
}
.border-transparent {
  border-color: transparent !important;
}
/* border-style */
.border-solid {
  border-style: solid !important;
}
.border-dashed {
  border-style: dashed !important;
}
.border-dotted {
  border-style: dotted !important;
}
.border-double {
  border-style: double !important;
}
.border-none {
  border-style: none !important;
}
/* border-radius */
.br-0 {
  border-radius: 0 !important;
}
.br-2 {
  border-radius: 2px !important;
}
.br-4 {
  border-radius: 4px !important;
}
.br-8 {
  border-radius: 8px !important;
}
.br-12 {
  border-radius: 12px !important;
}
.br-16 {
  border-radius: 16px !important;
}
.br-20 {
  border-radius: 20px !important;
}
.br-24 {
  border-radius: 24px !important;
}
.br-48 {
  border-radius: 48px !important;
}
.br-50-pct {
  border-radius: 50% !important;
}
.br-100-pct {
  border-radius: 100% !important;
}
/* font-style */
.font-italic {
  font-style: italic !important;
}
.font-normal {
  font-style: normal !important;
}
/* font-weight */
.font-thin {
  font-weight: 100 !important;
}
.font-extralight {
  font-weight: 200 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-extrabold {
  font-weight: 800 !important;
}
.font-black {
  font-weight: 900 !important;
}
/* text-align */
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
/* white-space */
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
/* object-fit */
.object-contain {
  object-fit: contain !important;
}
.object-cover {
  object-fit: cover !important;
}
.object-fill {
  object-fit: fill !important;
}
.object-none {
  object-fit: none !important;
}
/* overflow */
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
/* visibility */
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
/* top/right/bottom/left */
.top-0 {
  top: 0 !important;
}
.right-0 {
  right: 0 !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.left-0 {
  left: 0 !important;
}
/* z-index */
.z-0 {
  z-index: 0 !important;
}
.z-auto {
  z-index: auto !important;
}
/* opacity */
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
/* border-collapse */
.border-collapse {
  border-collapse: collapse !important;
}
.border-seperate {
  border-collapse: separate !important;
}
/* table-layout */
.table-auto {
  table-layout: auto !important;
}
.table-fixed {
  table-layout: fixed !important;
}
/* TODO: appearance */
/* cursor */
.cursor-none {
  cursor: none !important;
}
.cursor-auto {
  cursor: auto !important;
}
.cursor-default {
  cursor: default !important;
}
.curosr-pointer {
  cursor: pointer !important;
}
.cursor-text {
  cursor: text !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-grab {
  cursor: grab !important;
}
.cursor-grabbing {
  cursor: grabbing !important;
}
.cursor-progress {
  cursor: progress !important;
}
.cursor-zoom-in {
  cursor: zoom-in !important;
}
.cursor-zoom-out {
  cursor: zoom-out !important;
}
.cursor-help {
  cursor: help !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
/* resize */
.resize-none {
  resize: none !important;
}
.resize-x {
  resize: horizontal !important;
}
.resize-y {
  resize: vertical !important;
}
.resize-all {
  resize: both !important;
}
/* pointer-events */
.pointer-events-none {
  pointer-events: none !important;
}
.pointer-events-auto {
  pointer-events: auto !important;
}
/* user-select */
.select-none {
  user-select: none !important;
}
.select-text {
  user-select: text !important;
}
.select-auto {
  user-select: auto !important;
}
.select-all {
  user-select: all !important;
}

/* Created by SubwaySamurai on 2020/11/24 */
/* 快速构建竖直方向弹性盒的技巧 */
/* parent.row.h-100.flex-column.flex-nowrap */
/* child.col */
/* 包围盒 */
.grid {
  position: relative;
}
/* 需要兼容更多旧版本属性吗 */
.row {
  /* IE & EDGE */
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  /* WEBKIT */
  display: -webkit-box;
  display: -webkit-flex;
  box-orient: horizontal;
  box-lines: multiple;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.col {
  flex: 1 1 0%;
  max-width: 100%;
}
/* 分为 12 份 */
/* 这里的 col 也使用 flex + max-width 而不直接使用 width 的意义是，使用时可以同时使用 col 和 col-* */
.col-1 {
  /* IE & EDGE */
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  /* IE & EDGE */
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  /* IE & EDGE */
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  /* IE & EDGE */
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  /* IE & EDGE */
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  /* IE & EDGE */
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  /* IE & EDGE */
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  /* IE & EDGE */
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  /* IE & EDGE */
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  /* IE & EDGE */
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  /* IE & EDGE */
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  /* IE & EDGE */
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/* offset */
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
.offset-12 {
  margin-left: 100%;
}

/* Created on 2020/11/6 by SubwaySamurai */
#App {
  display: block;
  height: 100%;
  overflow: auto;
}
.app-main {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  background-color: #f0f2f5;
  overflow: auto;
  height: 100%;
}
.app-content {
  flex: 1;
  display: block;
  height: auto;
  overflow: visible;
}
.pages-container {
  display: block;
  height: 100%;
}
/* 工作台仪表盘布局 */
.dashboard-layout {
  margin: 24px;
}
.dashboard-layout .row {
  margin-left: -12px;
  margin-right: -12px;
}
.dashboard-layout .row > * {
  margin-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
}
/* 常规页面布局 */
.page-layout .page-content {
  margin: 24px;
}
/* 登录页面布局 */
.user-layout {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  /* background-color: #fff; */
  background-color: #f0f2f5;
}
.user-layout-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  /* background-image: url(''); */
  background-size: cover;
}
.user-layout-top-bar {
  height: 4rem;
}
.user-layout-content {
  flex: 1;
  padding: 3.2rem 0 2.4rem 0;
}
.user-layout-content-top {
  text-align: center;
}
.user-layout-content-header {
  /* height: 4.4rem;
    line-height: 4.4rem; */
  height: 6.6rem;
  line-height: 6.6rem;
}
.user-layout-logo {
  /* height: 4.4rem; */
  height: 6.6rem;
  margin-right: 1.6rem;
  vertical-align: top;
}
.user-layout-title {
  position: relative;
  top: 0.2rem;
  color: rgba(0, 0, 0, 0.85);
  /* font-size: 3.3rem; */
  font-size: 4.9rem;
  font-weight: 600;
  font-family: Avenir, helvetica neue, Arial, Helvetica, sans-serif;
}
.user-layout-content-desc {
  margin-top: 1.2rem;
  margin-bottom: 4rem;
  color: rgba(0, 0, 0, 0.45);
  font-size: 1.4rem;
}
.user-layout-content-main {
  width: 36.8rem;
  margin: 0 auto;
}
.user-layout .footer-copyright {
  color: #fff;
}

/* Created by SubwaySamurai on 2020/11/24 */
.sider {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 208px;
  height: 100%;
  background-color: #001529;
}
.sider-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  height: 48px;
  background-color: #001529;
}
.sider-content {
  flex: 1 1 0;
  height: 0;
  padding: 16px 0;
  overflow: auto;
}
.sider-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.sider-brand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
/* .brand-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    align-items: center;
    margin: 0 auto;
}
.brand-logo-img {
    width: 32px;
    height: 32px;
}
.brand-logo-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.brand-logo-name {
    margin-left: 12px;
    height: 32px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
}
.brand-name {
    margin: 0 auto;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
} */
/* 覆盖滚动条样式 */
.sider ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.sider ::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 100%, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 5px hsla(0, 0%, 100%, 0.05);
}
.sider ::-webkit-scrollbar-track {
  background: hsla(0, 0%, 100%, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 5px rgba(37, 37, 37, 0.05);
}
/* 侧边栏折叠状态 */
.sider.collapsed {
  width: 48px;
}
.sider.collapsed .brand-logo-name,
.sider.collapsed .brand-name {
  display: none;
}

/* Created on 2020/11/6 by SubwaySamurai */
.sider-menu .menu-item {
  height: 4rem;
  /* margin: 0.4rem 0; */
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  user-select: none;
  margin: 4px;
  width: calc(100% - 8px);
  border-radius: 6px;
}
.sider-menu .menu-item:not(.menu-item-submenu):hover {
  background-color: rgba(255, 255, 255, 0.37);
}
.sider-menu .menu-item.menu-item-submenu.collapsed:hover {
  background-color: rgba(255, 255, 255, 0.37);
}
/* .sider-menu .menu-item:hover {
    background-color: rgba(255, 255, 255, 0.37);
} */
.sider-menu .menu-item .menu-link {
  display: block;
  height: 100%;
  padding: 0 2.4rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 4rem;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sider-menu .menu-item.menu-item-submenu > .menu-link {
  border-radius: 6px;
}
.sider-menu .menu-item.menu-item-submenu:not(.collapsed) > .menu-link:hover {
  background-color: rgba(255, 255, 255, 0.37);
}
.sider-menu .menu-link:focus,
.sider-menu .menu-link:hover,
.sider-menu .menu-link:active {
  color: #ffffff;
}
.sider-menu .menu-item.active,
.sider-menu .menu-item.active:not(.menu-item-submenu),
.sider-menu .menu-item.menu-item-submenu .menu-item.active {
  background-color: #1890ff;
}
.sider-menu .menu-item.active .menu-link,
.sider-menu .menu-item.active .menu-link:focus,
.sider-menu .menu-item.active .menu-link:hover,
.sider-menu .menu-item.active .menu-link:active {
  color: #ffffff;
}
.sider-menu .menu-link > i {
  margin-right: 8px;
  width: 14px;
}
.sider-menu .menu-item.menu-item-submenu {
  position: relative;
  height: auto;
}
.sider-menu .submenu {
  position: relative;
  height: auto;
  background-color: #000c17;
}
.sider-menu .submenu .menu-item {
  padding-left: 24px;
}
.sider-menu .menu-item-submenu.collapsed .submenu {
  display: none;
}
.sider-menu .menu-item-submenu .submenu-collapse-indicator {
  position: absolute;
  top: 0;
  right: 24px;
  transition: transform 0.2s ease;
}
.sider-menu .menu-item-submenu.collapsed .submenu-collapse-indicator {
  transform: rotateX(-180deg);
}
/* 侧边栏折叠 */
.sider.collapsed .menu-link {
  padding: 0 16px;
}
.sider.collapsed .menu-link span {
  display: none;
}
.sider.collapsed .menu-link > i {
  width: 16px;
  font-size: 16px;
}
.sider.collapsed .submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
}
.sider.collapsed .menu-item-submenu .submenu {
  display: none;
}
.sider.collapsed .menu-item-submenu:hover .submenu {
  display: block;
}

/* Created by SubwaySamurai on 2020/11/25 */
.app-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  height: 48px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 21, 41, 0.08);
  box-shadow: 0 1px 4px 0 rgba(0, 21, 41, 0.08);
}
.app-header .header-bar {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
}
.app-header .header-bar .bar-left {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}
.app-header .header-bar .bar-right {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}
/* 顶栏触发器 */
.header-trigger {
  /* height: 100%; */
  padding: 0 16px;
  font-size: 18px;
  /* line-height: 48px; */
  cursor: pointer;
  /* -webkit-transition: color 0.3s ease;
            transition: color 0.3s ease; */
  margin: 4px;
  height: calc(100% - 8px);
  border-radius: 6px;
  line-height: 40px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-trigger:focus,
.header-trigger:hover {
  /* color: #1890ff; */
  background-color: rgba(0, 0, 0, 0.17);
}
/* 侧边栏折叠触发器 */
.sider-collapse-trigger:focus,
.sider-collapse-trigger:hover {
  color: #000;
  background-color: #f9f9fc;
}
.sider-collapse-trigger i {
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.sider-collapse-trigger.sider-collapsed i {
  transform: rotateY(180deg);
}
/* 面包屑导航 */
/* 全局搜索栏 */
/* 消息通知提示 */
/* 状态栏 */
.status-bar {
  position: relative;
  margin-right: 16px;
  height: 100%;
}
.status-bar .status-list {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  list-style-type: none;
}
.status-list .status-item {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
  padding: 0 8px;
  width: auto;
  height: 100%;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.status-list .status-item:hover {
  background: rgba(0, 0, 0, 0.025);
}
.status-item .status-title {
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.85);
}
/* 用户信息栏 */
.user {
  position: relative;
  /* margin-right: 16px; */
  /* height: 100%; */
  margin: 4px;
  height: calc(100% - 8px);
}
.user .user-info {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  /* padding: 0 24px; */
  height: 100%;
  cursor: pointer;
  padding: 0 12px;
  border-radius: 6px;
  transition: all 0.2s ease;
}
/* .user .user-info:hover {
    background-color: rgba(0,0,0,0.025);
} */
.user:hover .user-info {
  background-color: rgba(0, 0, 0, 0.17);
}
.user-info .user-info-avatar {
  margin: 20px 8px 20px 0;
}
.user-info .user-info-avatar img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.user .dropdown {
  /* top: 52px; */
  right: 0;
  top: 48px;
}
/* 语言切换按钮 */
.header-brand {
  display: block;
  /* height: 100%; */
  /* padding-left: 16px; */
  /* width: 208px; */
  /* margin: 0 auto; */
  transition: all 0.2s ease;
  margin: 3px;
  height: calc(100% - 6px);
  width: 202px;
  border-radius: 6px;
}
.header-brand:hover {
  /* background-color: rgba(0,0,0,0.025); */
  background-color: rgba(0, 0, 0, 0.17);
}
.brand-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}
.brand-logo-img {
  width: 32px;
  height: 32px;
}
.brand-logo-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand-logo-name {
  margin-left: 12px;
  height: 32px;
  /* color: #fff; */
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
}
.brand-name {
  margin: 0 auto;
  /* color: #fff; */
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
}

/* Created by KahoYeung on 2021/01/09 */
.breadcrumb {
  height: 100%;
  padding: 0 1.6rem;
}
.breadcrumb-item {
  height: 100%;
  line-height: 48px;
}
.breadcrumb-item a {
  /* color: rgba(0,0,0,.45); */
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.65);
  /* color: rgba(0, 0, 0, 0.85); */
  /* font-weight: 600; */
}
.breadcrumb-item a:focus,
.breadcrumb-item a:hover {
  color: #40a9ff;
}
.breacrumb-item a:active {
  color: #096dd9;
}
.breacrumb-item a i {
  /* font-weight: 600; */
}
.breadcrumb-item span {
  /* color: rgba(0,0,0,.45); */
  color: rgba(0, 0, 0, 0.65);
}
.breadcrumb-item i {
  margin-right: 0.4rem;
  /* font-size: 1.2rem; */
  font-size: 1.4rem;
}
.breadcrumb-item:not(:first-child) {
  padding-left: 0.4rem;
}
.breadcrumb-item:not(:first-child)::before {
  content: '/';
  margin-right: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}


/* Created by KahoYeung on 2021/01/06 */
body.modal-open {
  padding-right: 1.7rem;
  overflow: hidden;
}
.modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-container {
  position: relative;
  top: 10rem;
  display: block;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 2.4rem;
  width: 52rem;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.15);
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  background: 0;
  border: 0;
  outline: 0;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.modal-close:focus,
.modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.modal-close i {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  font-size: 1.6rem;
  line-height: 5.6rem;
  text-align: center;
}
.modal-header {
  padding: 1.6rem 2.4rem;
  background-color: #fff;
  border-bottom: 0.1rem solid #e8e8e8;
  border-radius: 0.4rem 0.4rem 0 0;
}
.modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  word-wrap: break-word;
}
.modal-body {
  padding: 2.4rem;
}
.modal-footer {
  padding: 1.6rem 2.4rem;
  background: transparent;
  border-top: 0.1rem solid #e8e8e8;
  border-radius: 0 0 0.4rem 0.4rem;
  text-align: right;
}
.modal-footer button + button {
  margin-bottom: 0;
  margin-left: 0.8rem;
}




/* Created by SubwaySamurai on 2020/11/25 */
.app-footer {
  /* padding: 24px 0; */
  margin: 48px 0 24px;
}
.copyright {
  text-align: center;
}


/* Created on 2020/11/6 by SubwaySamurai */
.page {
  display: block;
  height: 100%;
  overflow: visible;
}


.user-help-file {
  position: fixed;
  top: 4rem;
  right: 4rem;
  color: #e7e7e7;
  width: 5rem;
  line-height: 5rem;
  text-align: center;
  border-radius: 3px;
}
.user-help-file:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

/* Created by KahoYeung on 2021/09/11 */
/* 表格可排序表头 */
.table-column-sorter {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin-left: 4px; */
  padding: 0 8px;
  height: 1em;
  cursor: pointer;
  transition: background-color 200ms ease;
}
.table-column-sorter:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.table-column-sorter:active .table-column-sorter-up,
.table-column-sorter:active .table-column-sorter-down {
  color: rgba(0, 0, 0, 0.45);
  transition: color 200ms ease;
}
.table-column-sorter-up,
.table-column-sorter-down {
  position: relative;
  top: -0.25em;
  height: 0.5em;
}
.table-column-sorter-up,
.table-column-sorter-down {
  color: rgba(0, 0, 0, 0.25);
}
.table-column-sort-asc .table-column-sorter-up {
  color: #1890ff !important;
}
.table-column-sort-desc .table-column-sorter-down {
  color: #1890ff !important;
}

/* Created by KahoYeung on 2021/01/07 */
/* 表格分页 */
.pagination-wrapper {
  margin-top: 16px;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pagination-item-group {
  display: inline-block;
}
.pagination-item {
  display: inline-block;
  min-width: 3.2rem;
  height: 3.2rem;
  margin-right: 0.8rem;
  color: rgba(0, 0, 0, 0.65);
  border: 0.1rem solid #d9d9d9;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 3rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination-item:focus,
.pagination-item:hover {
  color: #1890ff;
  border-color: #1890ff;
}
.pagination-prev {
  display: inline-block;
  min-width: 3.2rem;
  height: 3.2rem;
  margin-right: 0.8rem;
  color: rgba(0, 0, 0, 0.65);
  border: 0.1rem solid #d9d9d9;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 3rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination-prev:focus,
.pagination-prev:hover {
  color: #1890ff;
  border-color: #1890ff;
}
.pagination-next {
  display: inline-block;
  min-width: 3.2rem;
  height: 3.2rem;
  margin-right: 0.8rem;
  color: rgba(0, 0, 0, 0.65);
  border: 0.1rem solid #d9d9d9;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 3rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* attention */
  margin-right: 0;
}
.pagination-next:focus,
.pagination-next:hover {
  color: #1890ff;
  border-color: #1890ff;
}
.pagination-item.active {
  color: #1890ff;
  border-color: #1890ff;
  font-weight: 500;
}
.pagination-item.active:focus,
.pagination-item.active:hover {
  color: #40a9ff;
  border-color: #40a9ff;
}
.pagination-prev.disabled,
.pagination-prev.disabled:focus,
.pagination-prev.disabled:hover,
.pagination-next.disabled,
.pagination-next.disabled:focus,
.pagination-next.disabled:hover,
.pagination-item.disabled,
.pagination-item.disabled:focus,
.pagination-item.disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.pagination-total {
  display: inline-block;
  height: 3.2rem;
  margin-right: 0.8rem;
  line-height: 3rem;
}
.pagination-options {
  display: inline-block;
  margin-left: 1.6rem;
  text-align: left;
}
.pagination-size-changer {
  display: inline-block;
  margin-right: 0.8rem;
}
.pagination-quick-jumper {
  display: inline-block;
  height: 3.2rem;
  line-height: 3.2rem;
}
.pagination-quick-jumper input {
  width: 5rem;
  height: 3.2rem;
  margin: 0 0.8rem;
  padding: 0.4rem 1.1rem;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border: 0.1rem solid #d9d9d9;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.select {
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}
.select-selection {
  height: 3.2rem;
  padding: 0 1.1rem;
  background-color: #fff;
  border: 0.1rem solid #d9d9d9;
  border-radius: 0.4rem;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.select-selection:focus,
.select-selection:hover {
  border-color: #40a9ff;
  outline: none;
}
.select-selection .selected-value {
  line-height: 3rem;
}
.select-arrow i {
  transition: transform 0.2s ease;
}
.select-dropdown {
  display: none;
  position: absolute;
  top: 3.2rem;
  left: 0;
  padding: 0.4rem 0;
  background-color: #fff;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.15);
}
.select-dropdown-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  cursor: default;
}
.select-dropdown-item {
  display: block;
  padding: 0.5rem 1.2rem;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.select-dropdown-item:hover:not(.disabled) {
  background-color: #e6f7ff;
}
.select-dropdown-item-active:not(.disabled) {
  background-color: #e6f7ff;
}
.select-dropdown-item.active {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fafafa;
  font-weight: 600;
}
.select-dropdown-item.disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.select-dropdown-item.disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.select-open .select-arrow i {
  transform: rotateX(-180deg);
}
.select-open .select-dropdown {
  display: block;
}
.pagination-quick-jumper input:focus {
  border-color: #40a9ff;
  outline: 0;
}
.pagination-quick-jumper input:hover {
  border-color: #40a9ff;
}
.pagination-quick-jumper input::-moz-placeholder {
  color: #bfbfbf;
}
.pagination-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf;
}
.pagination-quick-jumper input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.pagination-quick-jumper input:placeholder-shown {
  color: #bfbfbf;
}

/* Created by KahoYeung on 2021/09/02 */
.loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.spin-container {
  display: block;
  width: 100%;
  height: 100%;
  /* background-color: #dadada; */
  background-color: #e6f7ff;
  border: 1px solid #e6f7ff;
  clear: both;
  overflow: hidden;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.spin-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  color: #1890ff;
  font-size: 48px;
  line-height: 48px;
  transform: translate(-50%, -50%);
}
.spin-icon-wrapper i {
  display: inline-block;
  line-height: 1;
}

/* Created by KahoYeung on 2021/01/06 */
.modal-confirm .modal-container {
  width: 42rem;
}
.modal-confirm .modal-body {
  padding: 3.2rem 3.2rem 2.4rem;
}
.modal-confirm-body > i {
  float: left;
  margin-right: 1.6rem;
  color: #faad14;
  font-size: 2.8rem;
}
.modal-confirm-body .confirm-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.modal-confirm-body .confirm-content {
  margin-top: 0.8rem;
  margin-left: 4rem;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.4rem;
  font-weight: 400;
}
.modal-confirm-btns {
  margin-top: 2.4rem;
  display: flex;
  justify-content: flex-end;
}
.modal-confirm-btns button + button {
  margin-bottom: 0;
  margin-left: 0.8rem;
}

/* Created by KahoYeung on 2021/03/01 */
.descriptions {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.descriptions-title {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.descriptions-list {
  width: 100%;
  overflow: hidden;
}
.descriptions-item > span {
  display: inline-block;
}
.descriptions-item-label {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.descriptions-item-content {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.descriptions-item-label::after {
  content: "";
  position: relative;
  /* top: -0.5px; */
  margin-left: 2px;
  margin-right: 8px;
}
.descriptions-item-colon::after {
  content: ":";
}
/* size default, borderless */
.descriptions-list table {
  table-layout: fixed;
  width: 100%;
  border-radius: 4px;
}
.descriptions-list .descriptions-row > th,
.descriptions-list .descriptions-row > td {
  padding-bottom: 16px;
}
/* size middle, borderless */
.descriptions-middle .descriptions-row > th,
.descriptions-middle .descriptions-row > td {
  padding-bottom: 12px;
}
/* size small, borderless */
.descriptions-small .descriptions-row > th,
.descriptions-small .descriptions-row > td {
  padding-bottom: 8px;
}
/* bordered, size default */
.descriptions-list table.descriptions-bordered {
  table-layout: auto;
}
.descriptions-bordered {
  border: 1px solid #e8e8e8;
}
.descriptions-bordered .descriptions-row {
  border-bottom: 1px solid #e8e8e8;
}
.descriptions-bordered .descriptions-row:last-child {
  border-bottom: none;
}
.descriptions-bordered .descriptions-item-label,
.descriptions-bordered .descriptions-item-content {
  padding: 16px 24px;
  border-right: 1px solid #e8e8e8;
}
.descriptions-bordered .descriptions-item-label:last-child,
.descriptions-bordered .descriptions-item-content:last-child {
  border-right: none;
}
.descriptions-bordered .descriptions-item-label {
  background-color: #fafafa;
}
/* bordered, size middle */
.descriptions-bordered.descriptions-middle .descriptions-item-label,
.descriptions-bordered.descriptions-middle .descriptions-item-content {
  padding: 12px 24px;
}
/* bordered, szie small */
.descriptions-bordered.descriptions-small .descriptions-item-label,
.descriptions-bordered.descriptions-small .descriptions-item-content {
  padding: 8px 12px;
}






























/* Created by KahoYeung on 2021/02/24 */
.fixed-table {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.fixed-table .body-table-wrapper {
  flex: 1;
  height: 0;
  overflow: auto;
}
.fixed-table .head-table-wrapper table,
.fixed-table .body-table-wrapper table {
  table-layout: fixed;
}















/* 树形列表 TreeList */
.tree-wrapper {
  height: 100%;
  /* border: 1px solid #d9d9d9; */
  border-radius: 2px;
  overflow: auto;
}
.tree-list {
  list-style-type: none;
}
.tree-list .list-item {
  margin-top: 8px;
  margin-bottom: 8px;
}
.tree-node {
  display: flex;
}
.tree-node .sublist-collapse-trigger {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.tree-node-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.tree-node-title {
  flex: 1;
  display: inline-block;
  padding: 0 5px;
  height: 24px;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tree-node-title:hover {
  background-color: #d9d9d9;
}
.tree-node-title:active,
.tree-node.active > .tree-node-title,
.tree-node.active > .tree-node-title .tree-node-icon {
  color: #fff;
  background-color: #1890ff;
}
.tree-sublist-wrapper .tree-list {
  /* 这里的 padding-left 要看情况根据 render 函数不同进行调整 */
  padding-left: 24px;
}
/*  */
.child-mr-8 > *:not(:last-child) {
  margin-right: 8px !important;
}







/* Created by KahoYeung on 2021/09/01 */
.device-cfg-overview-text {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}



















/*# sourceMappingURL=app.51619e6.css.map*/