:root {
  --vmx-primary: #006EFF;
  --vmx-primary-hover: #005fdf;
  --vmx-text: #323437;
  --vmx-text-muted: #999;
  --vmx-text-secondary: #888;
  --vmx-border: #cbcbcb;
  --vmx-placeholder: #ccc;
  --vmx-danger: #ff4d4f;
  --vmx-success: #28a745;
  --vmx-warning: #faad14;
  --vmx-info: #722ed1;
  --vmx-radius: 6px;
  --vmx-radius-card: 10px;
  --vmx-control-height: 32px;
  --vmx-font-size: 14px;
  --vmx-font-size-sm: 13px;
  --vmx-font-size-xs: 12px;
  --vmx-line-height: 1.5;
  --vmx-bg-soft: #eef4ff;
  --vmx-bg-page: #f5f6f8;
  --vmx-bg-hover: #f5f8fc;
  --vmx-border-soft: #eef2f7;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-size: 14px;
  line-height: 1.5;
  color: #323437;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.text-muted {
  color: var(--vmx-text-muted);
}
.text-secondary {
  color: var(--vmx-text-secondary);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
.w100 {
  width: 100%;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}
.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
  box-sizing: border-box;
}
.row::before,
.row::after {
  content: '';
  display: table;
}
.row::after {
  clear: both;
}
.row::before,
.row::after {
  content: '';
  display: table;
}
.row::after {
  clear: both;
}
[class*='col-'] {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 7.5px;
  padding-right: 7.5px;
  box-sizing: border-box;
}
.col-xs-1 {
  width: 8.33333333%;
  float: left;
}
.col-xs-2 {
  width: 16.66666667%;
  float: left;
}
.col-xs-3 {
  width: 25%;
  float: left;
}
.col-xs-4 {
  width: 33.33333333%;
  float: left;
}
.col-xs-5 {
  width: 41.66666667%;
  float: left;
}
.col-xs-6 {
  width: 50%;
  float: left;
}
.col-xs-7 {
  width: 58.33333333%;
  float: left;
}
.col-xs-8 {
  width: 66.66666667%;
  float: left;
}
.col-xs-9 {
  width: 75%;
  float: left;
}
.col-xs-10 {
  width: 83.33333333%;
  float: left;
}
.col-xs-11 {
  width: 91.66666667%;
  float: left;
}
.col-xs-12 {
  width: 100%;
  float: left;
}
@media (min-width: 992px) {
  .col-md-1 {
    width: 8.33333333%;
    float: left;
  }
  .col-md-2 {
    width: 16.66666667%;
    float: left;
  }
  .col-md-3 {
    width: 25%;
    float: left;
  }
  .col-md-4 {
    width: 33.33333333%;
    float: left;
  }
  .col-md-5 {
    width: 41.66666667%;
    float: left;
  }
  .col-md-6 {
    width: 50%;
    float: left;
  }
  .col-md-7 {
    width: 58.33333333%;
    float: left;
  }
  .col-md-8 {
    width: 66.66666667%;
    float: left;
  }
  .col-md-9 {
    width: 75%;
    float: left;
  }
  .col-md-10 {
    width: 83.33333333%;
    float: left;
  }
  .col-md-11 {
    width: 91.66666667%;
    float: left;
  }
  .col-md-12 {
    width: 100%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33333333%;
    float: left;
  }
  .col-lg-2 {
    width: 16.66666667%;
    float: left;
  }
  .col-lg-3 {
    width: 25%;
    float: left;
  }
  .col-lg-4 {
    width: 33.33333333%;
    float: left;
  }
  .col-lg-5 {
    width: 41.66666667%;
    float: left;
  }
  .col-lg-6 {
    width: 50%;
    float: left;
  }
  .col-lg-7 {
    width: 58.33333333%;
    float: left;
  }
  .col-lg-8 {
    width: 66.66666667%;
    float: left;
  }
  .col-lg-9 {
    width: 75%;
    float: left;
  }
  .col-lg-10 {
    width: 83.33333333%;
    float: left;
  }
  .col-lg-11 {
    width: 91.66666667%;
    float: left;
  }
  .col-lg-12 {
    width: 100%;
    float: left;
  }
}
table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-responsive {
  width: 100%;
  overflow: auto;
}
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background: none;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: '/\00a0';
}
.breadcrumb > .active {
  color: #999;
}
.form-group {
  margin-bottom: 15px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 6px;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
.v-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  min-height: 18px;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  border-radius: 3px;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
  box-sizing: border-box;
}
.v-status-p {
  background-color: #006EFF;
  background-image: linear-gradient(135deg, #006EFF, #2866b8);
  color: #fff;
}
.v-status-s {
  background-color: #52c41a;
  background-image: linear-gradient(135deg, #52c41a, #389e0d);
  color: #fff;
}
.v-status-d {
  background-color: #ff4d4f;
  background-image: linear-gradient(135deg, #ff4d4f, #cf1322);
  color: #fff;
}
.v-status-w {
  background-color: #faad14;
  background-image: linear-gradient(135deg, #faad14, #d48806);
  color: #fff;
}
.v-status-i {
  background-color: #722ed1;
  background-image: linear-gradient(135deg, #722ed1, #531dab);
  color: #fff;
}
.v-status-e {
  background-color: #f5222d;
  background-image: linear-gradient(135deg, #f5222d, #a8071a);
  color: #fff;
}
.v-status-n {
  background-color: #8c8c8c;
  background-image: linear-gradient(135deg, #8c8c8c, #595959);
  color: #fff;
}
.v-status-o {
  background-color: #ff7a45;
  background-image: linear-gradient(135deg, #ff7a45, #d4380d);
  color: #fff;
}
.v-status-c {
  background-color: #13c2c2;
  background-image: linear-gradient(135deg, #13c2c2, #08979c);
  color: #fff;
}
.v-status-t {
  background-color: #36cfc9;
  background-image: linear-gradient(135deg, #36cfc9, #08979c);
  color: #fff;
}
.v-status-b {
  background-color: #434343;
  background-image: linear-gradient(135deg, #434343, #262626);
  color: #fff;
}
.v-status-m {
  background-color: #eb2f96;
  background-image: linear-gradient(135deg, #eb2f96, #c41d7f);
  color: #fff;
}
.v-status-u {
  background-color: #597ef7;
  background-image: linear-gradient(135deg, #597ef7, #2f54eb);
  color: #fff;
}
.v-status-g {
  background-color: #a0d911;
  background-image: linear-gradient(135deg, #a0d911, #7cb305);
  color: #fff;
}
.v-status-r {
  background-color: #ff7875;
  background-image: linear-gradient(135deg, #ff7875, #ff4d4f);
  color: #fff;
}
.v-status-lp {
  background: #e6f4ff;
  color: #0958d9;
  border: 1px solid #91caff;
}
.v-status-ls {
  background: #f6ffed;
  color: #389e0d;
  border: 1px solid #b7eb8f;
}
.v-status-lw {
  background: #fffbe6;
  color: #d48806;
  border: 1px solid #ffe58f;
}
.v-status-ld {
  background: #fff2f0;
  color: #cf1322;
  border: 1px solid #ffccc7;
}
.v-status-li {
  background: #f9f0ff;
  color: #531dab;
  border: 1px solid #d3adf7;
}
.v-status-ln {
  background: #fafafa;
  color: #595959;
  border: 1px solid #d9d9d9;
}
.vmx-form {
  width: 100%;
  box-sizing: border-box;
}
.vmx-input-line {
  width: 100%;
  margin-bottom: 16px;
  box-sizing: border-box;
}
.vmx-input-line::before,
.vmx-input-line::after {
  content: '';
  display: table;
}
.vmx-input-line::after {
  clear: both;
}
.vmx-input-line::before,
.vmx-input-line::after {
  content: '';
  display: table;
}
.vmx-input-line::after {
  clear: both;
}
.vmx-input-line .inputname {
  text-align: left;
  font-weight: 500;
  padding: 0;
  width: 100%;
  margin-bottom: 6px;
  min-height: 0;
  line-height: 1.4;
  font-size: 13px;
  overflow: hidden;
}
.vmx-input-line .inputname .vmx-zha {
  float: right;
  color: #006EFF;
  cursor: pointer;
}
.vmx-input-line .inputname .vmx-zha:hover {
  color: #005fdf;
}
.vmx-input-line .inputarea {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.vmx-input-line .inputarea > input,
.vmx-input-line .inputarea > textarea,
.vmx-input-line .inputarea > select.vmx-select,
.vmx-input-line .inputarea > .vmx-input,
.vmx-input-line .inputarea > .vmx-select,
.vmx-input-line .inputarea > .vmx-textarea {
  width: 100%;
  display: block;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.vmx-input-line .inputarea .select2-container {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  margin: 0 !important;
  box-sizing: border-box;
}
.vmx-input-line .inputarea .desc {
  font-size: 12px;
  color: #ccc;
  margin-top: 4px;
}
.vmx-input-line .required {
  color: #ff4d4f;
}
.vmx-input {
  width: 100%;
  max-width: 100%;
  border: 1px solid #cbcbcb;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
  color: #323437;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  vertical-align: middle;
  display: block;
  height: 32px;
  min-height: 32px;
  line-height: 32px;
  cursor: text;
}
.vmx-input:hover {
  border-color: #006EFF;
  outline: none;
}
.vmx-input:focus {
  border-color: #006EFF;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 255, 0.25);
}
.vmx-input:disabled,
.vmx-input[readonly] {
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.8;
}
.vmx-textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #cbcbcb;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
  color: #323437;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 32px;
  vertical-align: middle;
  height: 150px;
  line-height: 1.5;
  padding-top: 10px;
  resize: vertical;
  cursor: text;
}
.vmx-textarea:hover {
  border-color: #006EFF;
  outline: none;
}
.vmx-textarea:focus {
  border-color: #006EFF;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 255, 0.25);
}
.vmx-textarea:disabled,
.vmx-textarea[readonly] {
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.8;
}
select.vmx-select,
.vmx-select {
  width: 100%;
  max-width: 100%;
  border: 1px solid #cbcbcb;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
  color: #323437;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  vertical-align: middle;
  display: block;
  height: 32px;
  min-height: 32px;
  line-height: 32px;
  padding: 0 28px 0 8px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23999' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
}
select.vmx-select:hover,
.vmx-select:hover {
  border-color: #006EFF;
  outline: none;
}
select.vmx-select:focus,
.vmx-select:focus {
  border-color: #006EFF;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 255, 0.25);
}
select.vmx-select:disabled,
.vmx-select:disabled,
select.vmx-select[readonly],
.vmx-select[readonly] {
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.8;
}
select.vmx-select:hover,
.vmx-select:hover {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23006EFF' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
select.vmx-select:focus,
.vmx-select:focus {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23006EFF' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
select.vmx-select::-ms-expand,
.vmx-select::-ms-expand {
  display: none;
}
select.vmx-select.select2-hidden-accessible,
.vmx-select.select2-hidden-accessible {
  background-image: none;
  padding-right: 8px;
}
select.vmx-select.vmx-select-in-table,
.vmx-select.vmx-select-in-table {
  height: 28px;
  min-height: 28px;
  line-height: 28px;
  margin: 0;
  padding: 0 24px 0 8px;
  font-size: 13px;
}
.vmx-test.vmx-error,
.vmx-input.vmx-error,
.vmx-textarea.vmx-error,
.vmx-select.vmx-error {
  border-color: #ff4d4f !important;
  background: rgba(255, 0, 0, 0.05);
}
.vmx-upload {
  cursor: pointer;
}
.input-fd-btn {
  position: absolute;
  right: 3px;
  height: 22px;
  padding: 0 5px;
  background: #eee;
  color: #000;
  line-height: 22px;
  top: 10px;
  border-radius: 6px;
  z-index: 1;
}
.input-fd-btn:hover {
  background: #1622d4;
  text-decoration: none;
  color: #fff;
}
.fitem-coverlist {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.fitem-coverlist .cover-item {
  width: 120px;
  height: 120px;
  overflow: hidden;
  text-align: center;
  position: relative;
  background-color: #eee;
  border-radius: 10px;
  flex: 0 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.fitem-coverlist .cover-item::before {
  content: "x";
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: #ff4d4f;
  color: #fff;
  border-radius: 50%;
  top: 0;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  z-index: 1;
}
.fitem-coverlist .cover-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fitem-coverlist--single,
.fitem-coverlist--multiple {
  margin-top: 0;
}
.vmx-upload-single__picker,
.vmx-upload-multiple__picker {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 120px;
  height: 120px;
  border: 1px dashed #d9d9d9;
  border-radius: 10px;
  cursor: pointer;
  color: #999;
  font-size: 12px;
  transition: border-color 0.2s, color 0.2s;
  user-select: none;
  box-sizing: border-box;
  flex-shrink: 0;
}
.vmx-upload-single__picker i,
.vmx-upload-multiple__picker i {
  font-size: 28px;
}
.vmx-upload-single__picker small,
.vmx-upload-multiple__picker small {
  font-size: 11px;
  opacity: 0.8;
}
.vmx-upload-single__picker:hover,
.vmx-upload-multiple__picker:hover,
.vmx-upload-single__picker:focus,
.vmx-upload-multiple__picker:focus {
  border-color: #006EFF;
  color: #006EFF;
  outline: none;
}
.vmx-upload-single__picker.is-hidden,
.vmx-upload-multiple__picker.is-hidden {
  display: none;
}
.admin-nav-power-panel {
  padding: 16px 18px 8px;
}
.admin-nav-power__tip {
  margin: 0 0 10px;
  color: #999;
  font-size: 12px;
  line-height: 1.6;
}
.admin-nav-power__toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef2f7;
}
.admin-nav-power__action {
  padding: 0;
  border: none;
  background: none;
  color: #006EFF;
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
  font-family: inherit;
}
.admin-nav-power__action:hover {
  color: #005fdf;
  text-decoration: underline;
}
.admin-nav-power__sep {
  color: #d9d9d9;
  font-size: 12px;
  line-height: 1;
  user-select: none;
}
.admin-nav-power__list {
  overflow: visible;
}
.admin-nav-power__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  margin-bottom: 4px;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
}
.admin-nav-power__item:hover {
  background: rgba(0, 110, 255, 0.06);
}
.admin-nav-power__item input {
  margin: 0;
}
.admin-nav-power__item--parent {
  font-weight: 600;
  color: #323437;
}
.admin-nav-power__item--child {
  margin-left: 22px;
  color: #888;
}
.select2-container,
.select2-container--default {
  z-index: 100;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  vertical-align: middle;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single {
  height: 32px !important;
  min-height: 32px !important;
  border: 1px solid #cbcbcb !important;
  border-radius: 6px !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23999' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 8px center !important;
  background-size: 12px !important;
  box-sizing: border-box !important;
  outline: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 10px !important;
  padding-right: 28px !important;
  line-height: 32px !important;
  font-size: 14px !important;
  color: #323437 !important;
}
.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important;
}
.select2-container .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #ccc !important;
}
.select2-container:hover .select2-selection--single,
.select2-container--default:hover .select2-selection--single {
  border-color: #006EFF !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23006EFF' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}
.select2-container.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #006EFF !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 255, 0.25) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23006EFF' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}
.select2-container.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #f5f5f5 !important;
  cursor: not-allowed !important;
  opacity: 0.8 !important;
}
.vmx-form .select2-container,
.vmx-form .select2-container--default,
.vmx-input-line .inputarea .select2-container,
.vmx-input-line .inputarea .select2-container--default {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  vertical-align: middle;
}
.vmx-form .select2-container .select2-selection--single,
.vmx-form .select2-container--default .select2-selection--single,
.vmx-input-line .inputarea .select2-container .select2-selection--single,
.vmx-input-line .inputarea .select2-container--default .select2-selection--single {
  height: 32px !important;
  min-height: 32px !important;
  border: 1px solid #cbcbcb !important;
  border-radius: 6px !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23999' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 8px center !important;
  background-size: 12px !important;
  box-sizing: border-box !important;
  outline: none !important;
}
.vmx-form .select2-container .select2-selection--single .select2-selection__rendered,
.vmx-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.vmx-input-line .inputarea .select2-container .select2-selection--single .select2-selection__rendered,
.vmx-input-line .inputarea .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 10px !important;
  padding-right: 28px !important;
  line-height: 32px !important;
  font-size: 14px !important;
  color: #323437 !important;
}
.vmx-form .select2-container .select2-selection--single .select2-selection__arrow,
.vmx-form .select2-container--default .select2-selection--single .select2-selection__arrow,
.vmx-input-line .inputarea .select2-container .select2-selection--single .select2-selection__arrow,
.vmx-input-line .inputarea .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important;
}
.vmx-form .select2-container .select2-selection--single .select2-selection__placeholder,
.vmx-form .select2-container--default .select2-selection--single .select2-selection__placeholder,
.vmx-input-line .inputarea .select2-container .select2-selection--single .select2-selection__placeholder,
.vmx-input-line .inputarea .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #ccc !important;
}
.vmx-form .select2-container:hover .select2-selection--single,
.vmx-form .select2-container--default:hover .select2-selection--single,
.vmx-input-line .inputarea .select2-container:hover .select2-selection--single,
.vmx-input-line .inputarea .select2-container--default:hover .select2-selection--single {
  border-color: #006EFF !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23006EFF' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}
.vmx-form .select2-container.select2-container--open .select2-selection--single,
.vmx-form .select2-container--default.select2-container--open .select2-selection--single,
.vmx-input-line .inputarea .select2-container.select2-container--open .select2-selection--single,
.vmx-input-line .inputarea .select2-container--default.select2-container--open .select2-selection--single,
.vmx-form .select2-container.select2-container--focus .select2-selection--single,
.vmx-form .select2-container--default.select2-container--focus .select2-selection--single,
.vmx-input-line .inputarea .select2-container.select2-container--focus .select2-selection--single,
.vmx-input-line .inputarea .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #006EFF !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 255, 0.25) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23006EFF' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}
.vmx-form .select2-container.select2-container--disabled .select2-selection--single,
.vmx-form .select2-container--default.select2-container--disabled .select2-selection--single,
.vmx-input-line .inputarea .select2-container.select2-container--disabled .select2-selection--single,
.vmx-input-line .inputarea .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #f5f5f5 !important;
  cursor: not-allowed !important;
  opacity: 0.8 !important;
}
.select2-container--default .select2-dropdown {
  border: 1px solid #cbcbcb !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 12px rgba(28, 31, 35, 0.1) !important;
  overflow: hidden;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #cbcbcb !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  color: #323437 !important;
  padding: 4px 8px !important;
  outline: none !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #006EFF !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 255, 0.25) !important;
}
.select2-container--default .select2-results__option {
  font-size: 13px !important;
  color: #323437 !important;
  padding: 6px 8px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--vmx-bg-soft) !important;
  color: #006EFF !important;
}
.select2-container--default .select2-results__option--selected {
  background-color: #f5f5f5 !important;
  color: #323437 !important;
}
.select2-container--open .select2-dropdown {
  left: 0;
  z-index: 900;
}
.vmx-select.vmx-error + .select2-container--default .select2-selection--single {
  border-color: #ff4d4f !important;
  background-color: rgba(255, 0, 0, 0.05) !important;
}
.vmx-select-container {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  height: 32px !important;
  min-height: 32px !important;
  border: 1px solid #cbcbcb !important;
  border-radius: 6px !important;
  padding: 0 28px 0 0 !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23999' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 8px center !important;
  background-size: 12px !important;
  box-sizing: border-box !important;
  font-family: inherit !important;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-image 0.15s ease;
}
.vmx-select-container:hover {
  border-color: #006EFF !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23006EFF' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}
.vmx-select-container:focus-within,
.vmx-select-container.active {
  border-color: #006EFF !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 255, 0.25) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23006EFF' d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}
.vmx-select-input-wrapper {
  width: 100% !important;
  min-height: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  gap: 0 !important;
}
.vmx-select-input {
  height: 32px !important;
  min-height: 32px !important;
  line-height: 32px !important;
  font-size: 14px !important;
  color: #323437 !important;
  padding: 0 10px !important;
  font-family: inherit !important;
  cursor: pointer;
}
.vmx-select-arrow {
  display: none !important;
}
.vmx-select-dropdown {
  border: 1px solid #cbcbcb !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 12px rgba(28, 31, 35, 0.1) !important;
  margin-top: 4px !important;
}
.vmx-select-option {
  padding: 6px 8px !important;
  font-size: 13px !important;
  color: #323437 !important;
}
.vmx-select-option:hover {
  background-color: var(--vmx-bg-hover) !important;
}
.vmx-select-option.selected {
  background-color: var(--vmx-bg-soft) !important;
  color: #006EFF !important;
}
.vmx-select-group {
  padding: 6px 8px !important;
  font-size: 12px !important;
  color: var(--vmx-text-muted) !important;
  background-color: #f9fafb !important;
}
.vmx-select-tag {
  background-color: var(--vmx-bg-soft) !important;
  color: #006EFF !important;
  font-size: 12px !important;
  height: 22px !important;
}
.vmx-select-empty {
  font-size: 13px !important;
  color: var(--vmx-text-muted) !important;
}
.vmx-input-line .inputarea .vmx-select-container,
.vmx-form .vmx-select-container {
  width: 100% !important;
  max-width: 100% !important;
}
.screen .screenitem .vmx-select-container {
  display: inline-block !important;
  vertical-align: middle;
  width: 180px !important;
  max-width: 180px !important;
  margin: 0 !important;
  flex: 0 0 180px;
}
.vmx-btn {
  display: inline-block;
  padding: 0 15px;
  border-radius: 6px;
  min-height: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #323437;
  cursor: pointer;
  outline: 0;
  user-select: none;
  border: none;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
}
.vmx-btn.vmc {
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 6px;
}
.vmx-btn.btn-w {
  background: #fff;
  border: solid 1px #e1e3e4;
}
.vmx-btn.btn-w:hover {
  color: #323437;
  border-color: #006EFF;
}
.vmx-btn.btn-s {
  background: #28a745;
  border: solid 1px #28a745;
  color: #fff;
}
.vmx-btn.btn-s:hover {
  color: #fff;
  background: #2cb44a;
}
.vmx-btn.btn-r {
  background: #ff4d4f;
  border: solid 1px #ff4d4f;
  color: #fff;
}
.vmx-btn.btn-r:hover {
  color: #fff;
  background: #ef0528;
}
.vmx-btn.btn-p {
  background: #006EFF;
  border: solid 1px #006EFF;
  color: #fff;
}
.vmx-btn.btn-p:hover {
  color: #fff;
  background: #005fdf;
}
.vmx-btn.btn-link {
  background: transparent;
  border: none;
  color: #006EFF;
  padding: 0 8px;
}
.vmx-btn.btn-link:hover {
  color: #005fdf;
  text-decoration: underline;
}
.vmx-btn.btn-disabled {
  background: #ccc;
  cursor: not-allowed;
  border: none;
  color: #fff;
  pointer-events: none;
}
.vmx-btn.btn-sm {
  min-height: 22px;
  height: 22px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 1.4;
}
.vmx-btn.btn-long {
  width: 100%;
}
.vmx-btn.btn-loading {
  cursor: not-allowed;
  padding: 0 10px 0 25px;
  position: relative;
  pointer-events: none;
}
.vmx-btn.btn-loading::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: vmx-spin 1s linear infinite;
}
@keyframes vmx-spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
.vmc {
  display: inline-block;
  color: var(--vmx-primary);
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.4;
  padding: 2px 6px;
  border-radius: 3px;
  background: none;
  border: none;
}
.vmc:hover {
  color: var(--vmx-primary-hover);
  background: rgba(0, 110, 255, 0.08);
  text-decoration: none;
}
.vmc + .vmc {
  margin-left: 4px;
}
.vmc.vmx-btn {
  padding: 0 15px;
  font-size: 14px;
  min-height: 32px;
  height: 32px;
  border-radius: 6px;
}
.vmx-table,
.vmx-auto-table {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(28, 31, 35, 0.04), 0 4px 16px rgba(28, 31, 35, 0.06);
  overflow: hidden;
}
.vmx-table .goods-list-head,
.vmx-auto-table .goods-list-head,
.vmx-table .news-list-head,
.vmx-auto-table .news-list-head {
  padding: 16px 24px 0;
}
.vmx-table .goods-list-body,
.vmx-auto-table .goods-list-body,
.vmx-table .news-list-body,
.vmx-auto-table .news-list-body {
  padding-bottom: 16px;
}
.vmx-table .goods-list-body .vmx-empty,
.vmx-auto-table .goods-list-body .vmx-empty,
.vmx-table .news-list-body .vmx-empty,
.vmx-auto-table .news-list-body .vmx-empty,
.vmx-table .goods-list-body .no-data-container,
.vmx-auto-table .goods-list-body .no-data-container,
.vmx-table .news-list-body .no-data-container,
.vmx-auto-table .news-list-body .no-data-container {
  padding: 16px 24px;
}
.vmx-table .vmx-pagination,
.vmx-auto-table .vmx-pagination,
.vmx-table #pageinfo,
.vmx-auto-table #pageinfo {
  padding: 12px 24px;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #eee;
}
.vmx-table .skeleton-screen,
.vmx-auto-table .skeleton-screen {
  padding: 16px 24px;
}
.vmx-table .table-responsive,
.vmx-auto-table .table-responsive {
  width: 100%;
  float: none;
  overflow-x: auto;
}
.vmx-table .table,
.vmx-auto-table .table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
  background: #fff;
  table-layout: auto;
}
.vmx-table .table > thead > tr > th,
.vmx-auto-table .table > thead > tr > th {
  background: #f9fafb;
  padding: 12px 16px;
  text-align: left;
  color: #374151;
  font-weight: 600;
  white-space: nowrap;
  border-top: none;
  border-bottom: 2px solid #e5e7eb;
  vertical-align: middle;
}
.vmx-table .table > tbody > tr > td,
.vmx-auto-table .table > tbody > tr > td {
  padding: 12px 16px;
  border-top: 1px solid #eee;
  vertical-align: middle;
  color: #323437;
  word-break: break-word;
  white-space: normal;
}
.vmx-table .table > tbody > tr > td a,
.vmx-auto-table .table > tbody > tr > td a {
  color: #006EFF;
}
.vmx-table .table > tbody > tr:nth-child(even),
.vmx-auto-table .table > tbody > tr:nth-child(even) {
  background-color: #f8f8f8;
}
.vmx-table .table > tbody > tr,
.vmx-auto-table .table > tbody > tr {
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.vmx-table .table > tbody > tr:hover,
.vmx-auto-table .table > tbody > tr:hover {
  background-color: rgba(0, 110, 255, 0.05);
}
.vmx-table .table td.op,
.vmx-auto-table .table td.op {
  white-space: nowrap;
  padding-top: 8px;
  padding-bottom: 8px;
}
.vmx-table .table td.op a,
.vmx-auto-table .table td.op a {
  display: inline;
  padding: 0;
  margin: 0;
  line-height: inherit;
  vertical-align: baseline;
  border-radius: 0;
}
.vmx-table .table td.op a:hover,
.vmx-auto-table .table td.op a:hover {
  background: none;
  text-decoration: underline;
}
.vmx-table .table td.op a + a,
.vmx-auto-table .table td.op a + a {
  margin-left: 8px;
}
.vmx-table .table td.op .vmc,
.vmx-auto-table .table td.op .vmc {
  padding: 0;
  line-height: inherit;
  border-radius: 0;
}
.vmx-table .table td.op .vmc:hover,
.vmx-auto-table .table td.op .vmc:hover {
  background: none;
  text-decoration: underline;
}
.vmx-table .table td.op .vmc + a,
.vmx-auto-table .table td.op .vmc + a,
.vmx-table .table td.op .vmc + .vmc,
.vmx-auto-table .table td.op .vmc + .vmc {
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .vmx-table .table > tbody > tr:hover,
  .vmx-auto-table .table > tbody > tr:hover {
    position: relative;
    z-index: 1;
  }
  .vmx-table .table > tbody > tr:hover > td,
  .vmx-auto-table .table > tbody > tr:hover > td {
    border-top: 1px solid #006EFF;
    border-bottom: 1px solid #006EFF;
  }
  .vmx-table .table > tbody > tr:hover > td:first-child,
  .vmx-auto-table .table > tbody > tr:hover > td:first-child {
    border-left: 1px solid #006EFF;
  }
  .vmx-table .table > tbody > tr:hover > td:last-child,
  .vmx-auto-table .table > tbody > tr:hover > td:last-child {
    border-right: 1px solid #006EFF;
  }
}
.tablex {
  width: 100%;
  border-collapse: collapse;
}
.tablex tr {
  transition: background-color 0.3s ease;
}
.tablex tr:nth-child(even) {
  background-color: #f8f8f8;
}
.tablex th {
  background-color: #f2f2f2;
  padding: 10px;
  text-align: left;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  white-space: nowrap;
}
.tablex td {
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.tablex td a {
  color: #006EFF;
}
@media screen and (max-device-width: 480px) {
  .tablex td,
  .tablex th {
    padding: 5px;
  }
}
.table {
  margin-bottom: 0;
}
.table > thead > tr > th {
  border-bottom: solid 1px #eee;
}
.table-card td {
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
.table td a,
.table th a {
  color: #006EFF;
}
.context-menu {
  position: fixed;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 4px 0;
  list-style-type: none;
  z-index: 700;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.05);
  min-width: 200px;
}
.context-menu li {
  padding: 0;
}
.context-menu li:hover {
  background-color: #f2f2f2;
}
.context-menu li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.context-menu a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.5;
  transition: background-color 0.2s ease;
}
.context-menu a:hover {
  background-color: #f2f2f2;
}
.mobile-sheet-mask {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 700;
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}
.mobile-sheet-mask.is-open {
  opacity: 1;
  pointer-events: auto;
}
.mobile-table-sheet,
.mobile-table-detail {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 701;
  background: #fff;
  border-radius: 14px 14px 0 0;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1);
  padding-bottom: env(safe-area-inset-bottom, 0);
  box-sizing: border-box;
  max-height: 80vh;
  overflow: hidden;
  will-change: transform;
}
.mobile-table-sheet.is-open,
.mobile-table-detail.is-open {
  transform: translate3d(0, 0, 0);
}
.mobile-table-sheet__handle {
  width: 40px;
  height: 4px;
  margin: 10px auto 8px;
  border-radius: 999px;
  background: #ddd;
}
.mobile-table-sheet__list {
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
  max-height: 50vh;
  overflow-y: auto;
}
.mobile-table-sheet__item {
  border-bottom: 1px solid #f0f2f5;
}
.mobile-table-sheet__item a {
  display: block;
  padding: 14px 20px;
  font-size: 15px;
  color: #1a1d21;
  text-decoration: none;
  text-align: center;
}
.mobile-table-sheet__item:active {
  background: #f5f8fc;
}
.mobile-table-sheet__item--detail a {
  color: var(--vmx-primary);
  font-weight: 500;
}
.mobile-table-sheet__cancel,
.mobile-table-detail .mobile-table-sheet__cancel {
  display: block;
  width: 100%;
  border: none;
  border-top: 8px solid #f5f6f8;
  background: #fff;
  padding: 14px 20px;
  font-size: 15px;
  color: #666;
  cursor: pointer;
  box-sizing: border-box;
}
.mobile-table-detail__title {
  padding: 0 20px 12px;
  font-size: 16px;
  font-weight: 600;
  color: #1a1d21;
  text-align: center;
}
.mobile-table-detail__fields {
  max-height: 55vh;
  overflow-y: auto;
  padding: 0 20px 12px;
}
.mobile-table-detail__row {
  padding: 10px 0;
  border-bottom: 1px solid #f0f2f5;
}
.mobile-table-detail__row:last-child {
  border-bottom: none;
}
.mobile-table-detail__label {
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
}
.mobile-table-detail__value {
  font-size: 14px;
  color: #1a1d21;
  line-height: 1.5;
  word-break: break-word;
}
.mobile-table-detail__empty {
  padding: 24px 0;
  text-align: center;
  color: #999;
  font-size: 14px;
}
@media screen and (max-width: 880px) {
  .vmx-table .table td.op,
  .vmx-auto-table .table td.op,
  .table-right-menu tbody td.op,
  .vmx-table .table thead th.op,
  .vmx-auto-table .table thead th.op,
  .table-right-menu thead th.op,
  .table-right-menu thead th:last-child {
    display: none !important;
  }
}
.vmx-table .table td.op a,
.vmx-auto-table .table td.op a {
  display: inline;
  padding: 0;
  margin: 0;
  line-height: inherit;
  vertical-align: baseline;
}
.vmx-pagination,
#pageinfo {
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
  clear: both;
}
.vmx-pagination::before,
#pageinfo::before,
.vmx-pagination::after,
#pageinfo::after {
  content: '';
  display: table;
}
.vmx-pagination::after,
#pageinfo::after {
  clear: both;
}
.vmx-pagination::before,
#pageinfo::before,
.vmx-pagination::after,
#pageinfo::after {
  content: '';
  display: table;
}
.vmx-pagination::after,
#pageinfo::after {
  clear: both;
}
.vmx-pagination > .page-info,
#pageinfo > .page-info,
.vmx-pagination > a,
#pageinfo > a {
  padding: 0 10px;
  border: solid 1px #ccc;
  border-right: 0;
  min-width: 25px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  float: left;
  box-sizing: border-box;
  white-space: nowrap;
}
.vmx-pagination > a,
#pageinfo > a {
  color: #000;
}
.vmx-pagination > a:hover,
#pageinfo > a:hover {
  background: #eee;
}
.vmx-pagination > a.active,
#pageinfo > a.active {
  background: #006EFF;
  color: #fff;
  border-color: #006EFF;
}
.vmx-pagination > a.active:hover,
#pageinfo > a.active:hover {
  background: #0061e0;
}
.vmx-pagination > a.disabled,
#pageinfo > a.disabled,
.vmx-pagination > a.disabled:hover,
#pageinfo > a.disabled:hover {
  color: #bbb;
  background: #f5f5f5;
  pointer-events: none;
  cursor: not-allowed;
}
.vmx-pagination > .page-info,
#pageinfo > .page-info {
  color: #888;
  font-size: 13px;
  cursor: default;
}
.vmx-pagination > .page-info:hover,
#pageinfo > .page-info:hover {
  background: #fff;
}
.vmx-pagination > :first-child,
#pageinfo > :first-child {
  border-radius: 6px 0 0 6px;
}
.vmx-pagination > :last-child,
#pageinfo > :last-child {
  border-right: solid 1px #ccc;
  border-radius: 0 6px 6px 0;
}
.vmx-pagination .page-dropdown,
#pageinfo .page-dropdown {
  float: left;
}
.vmx-pagination .page-dropdown select,
#pageinfo .page-dropdown select {
  height: 32px;
  line-height: 32px;
  border: solid 1px #ccc;
  border-right: 0;
  border-radius: 0;
  padding: 0 8px;
  min-width: 52px;
  background: #fff;
  color: #000;
  font-size: 13px;
  vertical-align: top;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
}
.vmx-pagination .page-dropdown select:hover,
#pageinfo .page-dropdown select:hover,
.vmx-pagination .page-dropdown select:focus,
#pageinfo .page-dropdown select:focus {
  background: #eee;
}
.vmx-pagination--vue,
#pageinfo--vue {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.vmx-pagination--vue > .page-info,
#pageinfo--vue > .page-info,
.vmx-pagination--vue > a,
#pageinfo--vue > a {
  float: none;
  border-right: solid 1px #ccc;
  border-radius: 6px;
}
.vmx-pagination--vue > a.disabled,
#pageinfo--vue > a.disabled {
  color: #bbb;
  background: #f5f5f5;
  pointer-events: none;
  cursor: not-allowed;
}
.vmx-pagination--vue > .page-info,
#pageinfo--vue > .page-info {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 6px;
  color: #888;
  font-size: 13px;
  white-space: nowrap;
}
.screen {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 8px;
}
.screen.searchbox {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.vmx-list-toolbar .screen.searchbox {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.screen > script {
  display: none;
}
.screen .screenitem {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin: 0 8px 10px 0;
  font-size: 14px;
  box-sizing: border-box;
  white-space: nowrap;
  flex: 0 1 auto;
  max-width: 100%;
}
.screen .screenitem:not(.screenitem--actions) {
  min-width: 0;
}
.screen .screenitem .search_label {
  display: inline-block;
  vertical-align: middle;
  min-width: 56px;
  max-width: 96px;
  font-weight: 500;
  font-size: 13px;
  color: #4b5563;
  line-height: 32px;
  text-align: right;
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}
.screen .screenitem .vmx-input,
.screen .screenitem select.vmx-select,
.screen .screenitem .vmx-select {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  max-width: 100%;
  margin: 0;
  height: 32px;
  min-height: 32px;
  line-height: 32px;
}
.screen .screenitem .select2-container {
  display: inline-block !important;
  vertical-align: middle;
  width: 180px !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.screen .screenitem--actions {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-right: 0;
  flex: 0 0 auto;
}
.screen .screenitem--actions .vmx-btn + .vmx-btn {
  margin-left: 8px;
}
.screen .searchbtn {
  display: inline-block;
  vertical-align: middle;
}
.vmx-zz,
.mobile-vmx-zz {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 400;
}
.vmx-empty {
  padding: 40px 24px;
  text-align: center;
  color: var(--vmx-text-muted);
  font-size: 14px;
  line-height: 1.5;
}
.vmx-empty > i {
  display: block;
  margin: 0 auto 8px;
  font-size: 28px;
  line-height: 1;
  opacity: 0.55;
}
.vmx-empty > p {
  margin: 0;
}
.no-data-container {
  padding: 40px 24px;
  text-align: center;
  box-sizing: border-box;
}
.no-data-box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--vmx-text-muted);
  font-size: 14px;
  line-height: 1.5;
}
.no-data-box i {
  font-size: 28px;
  line-height: 1;
  opacity: 0.55;
}
.no-data-box p {
  margin: 0;
}
.vmx-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  margin-right: 16px;
  margin-bottom: 8px;
}
.vmx-switch input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.vmx-switch__slider {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  background: #d9d9d9;
  border-radius: 11px;
  transition: background 0.2s;
}
.vmx-switch__slider::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}
input:checked + .vmx-switch__slider {
  background: var(--vmx-primary);
}
input:checked + .vmx-switch__slider::before {
  transform: translateX(18px);
}
input:disabled + .vmx-switch__slider {
  opacity: 0.45;
  cursor: not-allowed;
}
input:disabled ~ .vmx-switch__label {
  color: var(--vmx-text-muted);
  cursor: not-allowed;
}
.vmx-switch__label {
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.vmx-switch--sm .vmx-switch__slider {
  width: 32px;
  height: 18px;
  border-radius: 9px;
}
.vmx-switch--sm .vmx-switch__slider::before {
  width: 14px;
  height: 14px;
}
.vmx-switch--sm input:checked + .vmx-switch__slider::before {
  transform: translateX(14px);
}
.vmx-switch--sm .vmx-switch__label {
  font-size: 13px;
}
.vmx-docs {
  width: 100%;
  box-sizing: border-box;
}
.vmx-docs__nav {
  position: sticky;
  top: 0;
  z-index: 200;
  margin: 0 0 12px;
  padding: 12px 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  box-sizing: border-box;
}
.vmx-docs__nav.is-stuck {
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
  border-color: #cbd5e1;
}
.vmx-docs__nav.is-fixed {
  margin-bottom: 0;
}
.vmx-docs__nav-ph {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
}
.vmx-docs__nav-title {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.vmx-docs__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.vmx-docs__nav-item {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.3;
  color: #334155;
  background: #fff;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.vmx-docs__nav-item:hover {
  background: #eef2f7;
  color: #0f172a;
  border-color: #cbd5e1;
  text-decoration: none;
}
.vmx-docs__nav-item.is-active {
  background: var(--vmx-primary, #006EFF);
  border-color: var(--vmx-primary, #006EFF);
  color: #fff;
}
.vmx-docs__section {
  margin-bottom: 0;
}
.vmx-docs__section[id] {
  scroll-margin-top: 96px;
}
.vmx-docs__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #111827;
  margin-bottom: 12px;
}
.vmx-docs__content {
  width: 100%;
  box-sizing: border-box;
}
.vmx-docs__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 10px;
  margin-bottom: 12px;
  clear: both;
}
.vmx-docs__label {
  display: block;
  font-size: 12px;
  color: var(--vmx-text-muted);
  margin-bottom: 8px;
}
.vmx-docs__code {
  display: inline-block;
  padding: 2px 6px;
  background: #f5f5f5;
  border-radius: 3px;
  font-size: 12px;
  color: #666;
  font-family: monospace;
}
.vmx-docs__swatch {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 16px;
  vertical-align: middle;
}
.vmx-docs__swatch::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  margin-right: 8px;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.vmx-docs__swatch--primary::before {
  background-color: #006EFF;
}
.vmx-docs__swatch--muted::before {
  background-color: #999;
}
.vmx-docs__swatch--danger::before {
  background-color: #ff4d4f;
}
.vmx-docs__swatch--success::before {
  background-color: #28a745;
}
.vmx-docs__swatch--warning::before {
  background-color: #faad14;
}
.vmx-docs__swatch--info::before {
  background-color: #722ed1;
}
.vmx-layer-form {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 20px 24px 24px;
  float: none;
  box-sizing: border-box;
}
.vmx-layer-form .vmx-form {
  width: 100%;
}
.vmx-layer-form .vmx-btn.mt20 {
  margin-top: 8px;
}
.layui-layer-shade {
  background-color: rgba(15, 23, 42, 0.38) !important;
}
.layui-layer {
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(28, 31, 35, 0.04), 0 8px 24px rgba(28, 31, 35, 0.12);
  border: 1px solid #eef2f7;
  overflow: hidden;
  font-family: inherit;
  color: #323437;
}
.layui-layer-title {
  height: 48px;
  line-height: 48px;
  padding: 0 52px 0 20px;
  font-size: 15px;
  font-weight: 600;
  color: #323437;
  background: #fff;
  border-bottom: 1px solid #eef2f7;
  border-radius: 10px 10px 0 0;
}
.layui-layer-setwin {
  right: 14px;
  top: 12px;
}
.layui-layer-setwin a {
  width: 28px;
  height: 28px;
  margin-left: 0;
  border-radius: 6px;
  transition: background-color 0.15s ease;
}
.layui-layer-setwin a:hover {
  opacity: 1;
  background-color: var(--vmx-bg-hover);
}
.layui-layer-setwin .layui-layer-close1 {
  background: none;
}
.layui-layer-setwin .layui-layer-close1::before {
  content: '\F62A';
  font-family: 'bootstrap-icons';
  font-size: 16px;
  color: #888;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
.layui-layer-setwin .layui-layer-close1:hover::before {
  color: #323437;
}
.layui-layer-content {
  color: #323437;
  font-size: 14px;
}
.layui-layer-dialog {
  min-width: 320px;
}
.layui-layer-dialog .layui-layer-content {
  padding: 20px 24px;
  line-height: 1.6;
}
.layui-layer-dialog .layui-layer-padding {
  padding: 20px 24px 20px 60px;
}
.layui-layer-page .layui-layer-content,
.layui-layer-iframe .layui-layer-content {
  background: #fff;
}
.layui-layer-page .layui-layer-btn,
.layui-layer-iframe .layui-layer-btn {
  padding-top: 16px;
}
.layui-layer-btn {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 16px 20px 18px;
  border-top: 1px solid #eef2f7;
  background: #fff;
  text-align: right;
  pointer-events: auto;
}
.layui-layer-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: none;
  min-width: 72px;
  height: 32px;
  line-height: 1;
  margin: 0;
  padding: 0 15px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  font-family: inherit;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.layui-layer-btn a:hover {
  opacity: 1;
  text-decoration: none;
}
.layui-layer-btn a:active {
  opacity: 1;
}
.layui-layer-btn .layui-layer-btn1,
.layui-layer-btn a:not(.layui-layer-btn0) {
  background: #fff;
  border: 1px solid #e1e3e4;
  color: #323437;
}
.layui-layer-btn .layui-layer-btn1:hover,
.layui-layer-btn a:not(.layui-layer-btn0):hover {
  border-color: #006EFF;
  color: #323437;
}
.layui-layer-btn .layui-layer-btn0 {
  border: 1px solid #006EFF;
  background: #006EFF;
  color: #fff;
}
.layui-layer-btn .layui-layer-btn0:hover {
  background: #005fdf;
  border-color: #005fdf;
  color: #fff;
}
.layui-layer-prompt .layui-layer-content {
  padding: 20px 24px 12px;
}
.layui-layer-prompt .layui-layer-input {
  width: 100%;
  max-width: 100%;
  height: 32px;
  min-height: 32px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  color: #323437;
  font-size: 14px;
  line-height: 32px;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.layui-layer-prompt .layui-layer-input:hover {
  border-color: #006EFF;
}
.layui-layer-prompt .layui-layer-input:focus {
  border-color: #006EFF;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 255, 0.25);
}
.layui-layer-prompt textarea.layui-layer-input {
  width: 100%;
  min-height: 100px;
  line-height: 1.5;
  padding: 8px;
  resize: vertical;
}
.layui-layer-prompt .layui-layer-btn {
  padding-top: 12px;
}
.layui-layer-msg {
  min-width: auto;
  border: 1px solid #eef2f7;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(28, 31, 35, 0.1);
}
.layui-layer-msg .layui-layer-content {
  padding: 10px 16px;
  font-size: 13px;
  color: #323437;
}
.layui-layer-hui {
  min-width: auto;
  border-radius: 6px;
  background-color: rgba(28, 31, 35, 0.88);
  border: none;
  box-shadow: 0 4px 12px rgba(28, 31, 35, 0.16);
  color: #fff;
}
.layui-layer-hui .layui-layer-content {
  padding: 10px 18px;
  font-size: 13px;
  color: #fff;
  background: transparent;
}
.layui-layer-tips .layui-layer-content {
  border-radius: 6px;
  background-color: rgba(28, 31, 35, 0.92);
  box-shadow: 0 4px 12px rgba(28, 31, 35, 0.14);
  font-size: 12px;
  line-height: 1.5;
  padding: 8px 12px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .layui-layer-title {
    height: 44px;
    line-height: 44px;
    padding-left: 16px;
    font-size: 14px;
  }
  .layui-layer-setwin {
    top: 10px;
    right: 10px;
  }
  .layui-layer-dialog .layui-layer-content {
    padding: 16px;
  }
  .layui-layer-btn {
    padding: 14px 16px 16px;
    gap: 8px;
  }
  .layui-layer-btn a {
    min-width: 64px;
    height: 32px;
    font-size: 13px;
  }
}
.vmx-toast-host {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 800;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: min(92vw, 420px);
  pointer-events: none;
  transform: translateX(-50%);
}
.vmx-toast {
  min-width: 120px;
  max-width: min(92vw, 420px);
  padding: 10px 18px;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  word-break: break-word;
  box-shadow: 0 6px 20px rgba(28, 31, 35, 0.16);
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.vmx-toast.is-show {
  opacity: 1;
  transform: translateY(0);
}
.vmx-toast.is-hide {
  opacity: 0;
  transform: translateY(-6px);
}
.vmx-toast--ok {
  background: #28a745;
}
.vmx-toast--fail {
  background: #ff4d4f;
}
.vmx-zha-panel {
  padding-bottom: 30px;
}
.vmx-zha-panel a {
  float: left;
  margin-right: 5px;
  font-size: 14px;
  background: #eee;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  cursor: pointer;
}
.vmx-zha-panel .active,
.vmx-zha-panel .vmx-zha-item-click.active {
  background: #005fdf;
  color: #fff;
}
#nprogress .bar {
  background: #06a7ff;
}
.skeleton-screen {
  width: 100%;
  overflow: hidden;
  padding: 15px;
  box-sizing: border-box;
}
.skeleton-table {
  width: 100%;
}
.skeleton-header,
.skeleton-row {
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  margin-bottom: 12px;
  box-sizing: border-box;
}
.skeleton-header:last-child,
.skeleton-row:last-child {
  margin-bottom: 0;
}
.skeleton-cell {
  flex: 1 1 0;
  min-width: 0;
  height: 24px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  border-radius: 4px;
  animation: skeleton-loading 1.5s infinite;
}
.skeleton-header .skeleton-cell {
  height: 32px;
  background-color: #e8e8e8;
}
@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
html {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
body {
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #323437;
  background: #f5f6f8;
  background-size: cover;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.center {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}
.leftNav {
  width: 220px;
  left: 0;
  top: 0;
  height: 100%;
  position: fixed;
  z-index: 300;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-right: 1px solid #e8eaed;
  box-shadow: none;
  box-sizing: border-box;
  transition: transform 0.15s ease;
}
.leftNav-brand {
  flex-shrink: 0;
  padding: 20px 16px 18px;
  border-bottom: 1px solid #f0f2f5;
}
.leftNav-brand .brand-logo {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leftNav-menu {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px 8px;
}
.leftNav-menu::-webkit-scrollbar {
  width: 4px;
}
.leftNav-menu::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.leftNav-footer {
  flex-shrink: 0;
  padding: 12px;
  border-top: 1px solid #f0f2f5;
  background: #fafbfc;
}
.leftNav-footer .user-card {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.leftNav-footer .user-card .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vmx-primary), #4d9fff);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  flex-shrink: 0;
}
.leftNav-footer .user-card .user-meta {
  min-width: 0;
  flex: 1;
}
.leftNav-footer .user-card .user-meta .name {
  font-size: 13px;
  font-weight: 600;
  color: #1a1d21;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leftNav-footer .user-card .user-meta .tel {
  font-size: 12px;
  color: #555;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.leftNav-footer .user-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.leftNav-footer .user-actions .vmc {
  font-size: 12px;
  padding: 4px 8px;
}
.leftNav-footer .user-actions .logout-btn {
  font-size: 12px;
  color: #444;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 4px;
  transition: color 0.2s, background 0.2s;
}
.leftNav-footer .user-actions .logout-btn i {
  font-size: 13px;
}
.leftNav-footer .user-actions .logout-btn:hover {
  color: var(--vmx-danger);
  background: rgba(255, 77, 79, 0.08);
  text-decoration: none;
}
.nav-group {
  margin-bottom: 2px;
}
.nav-item {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  margin-bottom: 2px;
  border-radius: 6px;
  font-size: 14px;
  color: #1a1d21;
  box-sizing: border-box;
  position: relative;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.nav-item > i:first-child {
  width: 20px;
  font-size: 16px;
  color: #333;
  margin-right: 10px;
  flex-shrink: 0;
  text-align: center;
  transition: color 0.2s;
}
.nav-item .nav-label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
}
.nav-item .nav-arrow {
  font-size: 11px;
  color: #666;
  margin-left: 4px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.nav-item:hover {
  text-decoration: none;
  background: var(--vmx-bg-hover);
  color: var(--vmx-primary);
}
.nav-item:hover > i:first-child {
  color: var(--vmx-primary);
}
.nav-item.active {
  background: var(--vmx-bg-soft);
  color: var(--vmx-primary);
  font-weight: 500;
}
.nav-item.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 18px;
  background: var(--vmx-primary);
  border-radius: 0 2px 2px 0;
}
.nav-item.active > i:first-child {
  color: var(--vmx-primary);
}
.nav-son {
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 0.25s ease, padding 0.25s ease;
}
.nav-son .nav-child {
  min-height: 36px;
  padding-left: 42px;
  font-size: 13px;
  color: #333;
}
.nav-son .nav-child::before {
  display: none;
}
.nav-son .nav-child.active {
  color: var(--vmx-primary);
  font-weight: 500;
  background: rgba(0, 110, 255, 0.06);
}
.nav-son .nav-child.active::after {
  content: '';
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--vmx-primary);
}
.nav-group.is-open > .nav-son {
  max-height: 720px;
  padding: 2px 0 4px;
}
.nav-group.is-open > .nav-parent .nav-arrow {
  transform: rotate(90deg);
}
.bigtitle {
  overflow: hidden;
  font-size: 16px;
  width: 100%;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 16px 24px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--vmx-border-soft, #eef2f7);
  box-shadow: none;
  box-sizing: border-box;
  color: #1a1d21;
}
.bigtitle::before,
.bigtitle::after {
  content: '';
  display: table;
}
.bigtitle::after {
  clear: both;
}
.bigtitle::before,
.bigtitle::after {
  content: '';
  display: table;
}
.bigtitle::after {
  clear: both;
}
.bigtitle .tt {
  float: left;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
}
.bigtitle .mininavs {
  float: right;
  padding: 0;
}
.bigtitle .mininavs .breadcrumb {
  font-size: 13px;
  background: none;
  padding: 0;
  margin-bottom: 0;
}
.bigtitle .mininavs ol {
  margin: 0;
  padding: 0;
  border-radius: 0;
  text-align: right;
}
.bigtitle .mininavs li {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.35;
}
.bigtitle .mininavs li a {
  color: var(--vmx-text-muted);
}
.bigtitle .mininavs li a:hover {
  color: var(--vmx-primary);
}
.card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(28, 31, 35, 0.04), 0 4px 16px rgba(28, 31, 35, 0.06);
  box-sizing: border-box;
  width: 100%;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  position: relative;
}
.card .card-body {
  padding: 16px 24px;
  width: 100%;
  box-sizing: border-box;
  display: flow-root;
}
.card .card-body .card-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #222;
}
.content {
  width: calc(100% - 220px);
  margin-left: 220px;
  margin-right: 0;
  height: 100vh;
  background: #f5f6f8;
  border-radius: 0;
  overflow-x: clip;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 16px 20px 20px;
}
.content > .center {
  box-sizing: border-box;
}
.content #vmxapp {
  width: 100%;
  box-sizing: border-box;
}
.content #vmxapp::before,
.content #vmxapp::after {
  content: '';
  display: table;
}
.content #vmxapp::after {
  clear: both;
}
.content #vmxapp::before,
.content #vmxapp::after {
  content: '';
  display: table;
}
.content #vmxapp::after {
  clear: both;
}
.content #vmxapp > .col-xs-12,
.content #vmxapp > .col-md-12,
.content #vmxapp > .col-lg-12 {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.content #vmxapp > .row,
.content #vmxapp > .vmx-edit-page {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  box-sizing: border-box;
}
.content #vmxapp > .row > [class*='col-'],
.content #vmxapp > .vmx-edit-page > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.content #vmxapp > .row > .col-md-9,
.content #vmxapp > .vmx-edit-page > .col-md-9 {
  padding-right: 16px;
}
.content #vmxapp > .row > .col-md-3,
.content #vmxapp > .vmx-edit-page > .col-md-3 {
  padding-left: 0;
}
.content #vmxapp > .row > .col-md-12,
.content #vmxapp > .vmx-edit-page > .col-md-12 {
  display: block;
  float: none;
  clear: both;
  width: 100%;
}
.content #vmxapp > .row > .col-md-12.mt15,
.content #vmxapp > .vmx-edit-page > .col-md-12.mt15,
.content #vmxapp > .row > .col-md-9.mt15,
.content #vmxapp > .vmx-edit-page > .col-md-9.mt15,
.content #vmxapp > .row > .col-md-3.mt15,
.content #vmxapp > .vmx-edit-page > .col-md-3.mt15 {
  margin-top: 16px;
}
.content #vmxapp .vmx-edit-page__main {
  box-sizing: border-box;
}
.content #vmxapp .vmx-edit-page__side {
  box-sizing: border-box;
  position: sticky;
  top: 16px;
}
.content #vmxapp .vmx-edit-page__main .card-body {
  box-sizing: border-box;
  padding: 12px;
}
.content #vmxapp .vmx-edit-page__side .card-body {
  box-sizing: border-box;
  padding: 16px 24px;
}
.content #vmxapp .vmx-edit-page > .col-md-12 .card-body {
  padding: 16px 24px;
}
.content #vmxapp .vmx-edit-page > .col-md-12 .card-body .card-title {
  margin-bottom: 10px;
}
.content #vmxapp .vmx-edit-side__form .fitem {
  margin-bottom: 20px;
}
.content #vmxapp .vmx-edit-side__form .fitem:last-child {
  margin-bottom: 0;
}
.content #vmxapp .vmx-edit-side__form .fitem label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--vmx-text-secondary);
  line-height: 1.4;
}
.content #vmxapp .vmx-edit-side__form .upload-single-box .fitem-coverlist--single {
  margin-top: 0;
  margin-bottom: 0;
}
.content #vmxapp .vmx-edit-side__footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--vmx-border-soft, #eef2f7);
}
.content #vmxapp .vmx-edit-side__footer .vmx-btn {
  width: 100%;
  min-height: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border-radius: 6px;
}
.content #vmxapp .vmx-edit-page__loading {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--vmx-text-secondary);
  font-size: 14px;
}
.content #vmxapp .vmx-edit-page__loading-inner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(28, 31, 35, 0.04), 0 4px 16px rgba(28, 31, 35, 0.06);
}
.content #vmxapp .vmx-edit-page__loading-inner i {
  font-size: 18px;
  color: var(--vmx-primary);
}
.content #vmxapp > .col-xs-12.mt15 {
  margin-top: 0;
}
.content #vmxapp > .vmx-table,
.content #vmxapp > .vmx-auto-table,
.content #vmxapp > .vmx-list-page {
  display: block;
  float: none;
  clear: both;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 16px;
  width: 100%;
  box-sizing: border-box;
}
.content #vmxapp > :last-child {
  margin-bottom: 0;
}
.content #vmxapp > .vmx-list-page .mt15 {
  margin-top: 0;
}
.vmx-table .vmx-pagination,
.vmx-auto-table .vmx-pagination,
.vmx-table #pageinfo,
.vmx-auto-table #pageinfo {
  padding: 12px 24px;
}
.vmx-list-page {
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(28, 31, 35, 0.04), 0 4px 16px rgba(28, 31, 35, 0.06);
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}
.vmx-list-page__section {
  padding: 16px 24px;
  border-bottom: 1px solid var(--vmx-border-soft, #eef2f7);
  box-sizing: border-box;
}
.vmx-list-page__section:last-child {
  border-bottom: none;
}
.vmx-list-page__actions .buttonslist .vmx-btn {
  margin: 0 10px 0 0;
}
.vmx-list-page__search .screen.searchbox {
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.vmx-list-page__stats {
  font-size: 13px;
  line-height: 20px;
  color: var(--vmx-text-secondary);
  background: #f9fafb;
}
.vmx-list-page__stats .v-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}
.vmx-list-page__body {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}
.vmx-list-page__body.vmx-table {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.vmx-list-page__body .skeleton-screen,
.vmx-list-page__body .no-data-container,
.vmx-list-page__body .vmx-empty {
  padding: 40px 24px;
}
.vmx-list-page__body .goods-list-body,
.vmx-list-page__body .news-list-body {
  position: relative;
  min-height: 240px;
}
.vmx-list-page__body .vmx-pagination,
.vmx-list-page__body #pageinfo {
  padding: 12px 24px;
  border-top: 1px solid var(--vmx-border-soft, #eef2f7);
}
[v-cloak] {
  display: none !important;
}
.goods-manage,
.news-manage {
  display: flex;
  gap: 16px;
  min-height: 0;
  align-items: stretch;
}
.goods-manage__side,
.news-manage__side {
  width: 280px;
  flex-shrink: 0;
}
.goods-manage__main,
.news-manage__main {
  flex: 1;
  min-width: 0;
}
.goods-tree-card,
.news-tree-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(28, 31, 35, 0.04), 0 4px 16px rgba(28, 31, 35, 0.06);
  box-sizing: border-box;
  height: 100%;
}
.goods-tree-card .card-body,
.news-tree-card .card-body {
  padding: 12px 0 8px;
}
.goods-tree-toolbar,
.news-tree-toolbar {
  padding: 0 12px 10px;
  border-bottom: 1px solid #eef2f7;
  margin-bottom: 8px;
}
.goods-tree-toolbar .vmx-btn,
.news-tree-toolbar .vmx-btn {
  width: 100%;
}
.goods-tree-all,
.news-tree-all {
  padding: 8px 16px;
  cursor: pointer;
  color: #333;
  border-left: 3px solid transparent;
}
.goods-tree-all.active,
.news-tree-all.active,
.goods-tree-node.active > .goods-tree-node__row,
.news-tree-node.active > .news-tree-node__row {
  background: var(--vmx-bg-soft);
  border-left-color: var(--vmx-primary);
  color: var(--vmx-primary);
}
.goods-tree-node__row,
.news-tree-node__row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px 7px 8px;
  cursor: pointer;
  border-left: 3px solid transparent;
  user-select: none;
}
.goods-tree-node__row:hover,
.news-tree-node__row:hover {
  background: var(--vmx-bg-hover);
}
.goods-tree-node__toggle,
.news-tree-node__toggle {
  width: 18px;
  text-align: center;
  color: var(--vmx-text-secondary);
  flex-shrink: 0;
}
.goods-tree-node__toggle.placeholder,
.news-tree-node__toggle.placeholder {
  visibility: hidden;
}
.goods-tree-node__name,
.news-tree-node__name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods-tree-children,
.news-tree-children {
  margin-left: 12px;
}
.goods-context-menu,
.news-context-menu {
  position: fixed;
  z-index: 1200;
  min-width: 140px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 6px 0;
}
.goods-context-menu a,
.news-context-menu a {
  display: block;
  padding: 8px 14px;
  color: #333;
  text-decoration: none;
}
.goods-context-menu a:hover,
.news-context-menu a:hover {
  background: var(--vmx-bg-hover);
  color: var(--vmx-primary);
}
.goods-list-loading,
.news-list-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: var(--vmx-text-secondary);
  background: rgba(255, 255, 255, 0.85);
  z-index: 2;
}
.goods-list-loading__icon,
.news-list-loading__icon {
  width: 28px;
  height: 28px;
  border: 2px solid #dbeafe;
  border-top-color: var(--vmx-primary);
  border-radius: 50%;
  animation: manage-list-spin 0.8s linear infinite;
}
@keyframes manage-list-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 991px) {
  .goods-manage,
  .news-manage {
    flex-direction: column;
  }
  .goods-manage__side,
  .news-manage__side {
    width: 100%;
  }
}
.banner-cover-thumb {
  display: block;
  width: 100px;
  height: 56px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
}
.mobile-menu {
  display: none;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .content .screen .screenitem .vmx-input,
  .vmx-list-page__search .screen .screenitem .vmx-input,
  .content .screen .screenitem select.vmx-select,
  .vmx-list-page__search .screen .screenitem select.vmx-select,
  .content .screen .screenitem .vmx-select,
  .vmx-list-page__search .screen .screenitem .vmx-select,
  .content .screen .screenitem .select2-container,
  .vmx-list-page__search .screen .screenitem .select2-container {
    width: 160px !important;
    max-width: 160px !important;
  }
  .content .screen .screenitem .search_label,
  .vmx-list-page__search .screen .screenitem .search_label {
    min-width: 48px;
    max-width: 72px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 12px;
    left: 12px;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #e8eaed;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    z-index: 501;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
  }
  .mobile-menu i {
    font-size: 20px;
    color: #333;
    line-height: 1;
  }
  .mobile-menu:active {
    background: #f5f6f8;
  }
  body {
    width: 100%;
    overflow-x: hidden;
    background: #f5f6f8;
    background-size: cover;
  }
  .leftNav {
    left: 0;
    transform: translateX(-100%);
    height: 100%;
    width: 280px;
    max-width: 85%;
    z-index: 500;
  }
  body.mobile-nav-open .leftNav {
    transform: translateX(0);
  }
  body.mobile-nav-open .mobile-menu {
    left: auto;
    right: 12px;
  }
  .mobile-vmx-zz {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    z-index: 400;
  }
  body.mobile-nav-open .mobile-vmx-zz {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .content {
    width: 100%;
    margin: 0;
    height: 100vh;
    padding: 0;
    border-radius: 0;
    overflow-x: clip;
    overflow-y: auto;
  }
  .bigtitle,
  .card,
  .vmx-list-page,
  .vmx-table,
  .vmx-auto-table {
    border-radius: 0;
    box-shadow: none;
    border-left: none;
    border-right: none;
  }
  .bigtitle {
    padding: 12px 16px 12px 56px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid var(--vmx-border-soft, #eef2f7);
    margin-bottom: 0;
  }
  .bigtitle .tt {
    line-height: 36px;
    min-height: 36px;
    float: none;
    width: 100%;
  }
  .bigtitle .mininavs {
    float: none;
    width: 100%;
    margin-top: 8px;
  }
  .bigtitle .mininavs ol {
    text-align: left;
  }
  .goods-manage,
  .news-manage {
    gap: 0;
  }
  .leftNav-brand .brand-logo {
    font-size: 16px;
  }
  .center {
    width: 100%;
  }
  .content .screen,
  .vmx-list-page__search .screen {
    font-size: 14px;
    padding: 0;
  }
  .content .screen.searchbox,
  .vmx-list-page__search .screen.searchbox {
    padding: 0;
  }
  .content .screen .screenitem,
  .vmx-list-page__search .screen .screenitem {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0 0 12px 0;
    white-space: normal;
  }
  .content .screen .screenitem .search_label,
  .vmx-list-page__search .screen .screenitem .search_label {
    display: block;
    width: 100%;
    max-width: none;
    text-align: left;
    margin: 0 0 6px 0;
    line-height: 1.4;
    font-size: 13px;
    color: #333;
  }
  .content .screen .screenitem .vmx-input,
  .vmx-list-page__search .screen .screenitem .vmx-input,
  .content .screen .screenitem select.vmx-select,
  .vmx-list-page__search .screen .screenitem select.vmx-select,
  .content .screen .screenitem .vmx-select,
  .vmx-list-page__search .screen .screenitem .vmx-select,
  .content .screen .screenitem .vmx-select-container,
  .vmx-list-page__search .screen .screenitem .vmx-select-container,
  .content .screen .screenitem .select2-container,
  .vmx-list-page__search .screen .screenitem .select2-container {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
  }
  .content .screen .screenitem--actions,
  .vmx-list-page__search .screen .screenitem--actions {
    display: flex;
    gap: 10px;
    width: 100%;
    margin: 4px 0 0;
    text-align: left;
  }
  .content .screen .screenitem--actions .vmx-btn,
  .vmx-list-page__search .screen .screenitem--actions .vmx-btn {
    flex: 1;
    margin: 0;
  }
}
html.login-html {
  overflow-y: auto;
  height: auto;
}
body.login-page {
  overflow-y: auto;
  height: auto;
  min-height: 100vh;
  background: #f5f6f8;
}
.login-page__wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  box-sizing: border-box;
}
.login-card {
  display: flex;
  width: 100%;
  max-width: 860px;
  min-height: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(28, 31, 35, 0.04), 0 4px 16px rgba(28, 31, 35, 0.06);
  box-sizing: border-box;
  overflow: hidden;
}
.login-card__aside {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  padding: 36px 36px 28px;
  background: #fff;
  border-right: 1px solid #eceef2;
  box-sizing: border-box;
}
.login-card__intro {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  max-width: none;
}
.login-card__brand {
  margin: 0 0 12px;
}
.login-card__brand .brand-logo {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #1a1f2c;
  line-height: 1.35;
  letter-spacing: 0;
  word-break: break-word;
}
.login-card__logo {
  display: none;
}
.login-card__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #8b93a1;
}
.login-card__support {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #a0a7b4;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0;
  text-decoration: none;
}
.login-card__support:hover {
  color: var(--vmx-primary);
  text-decoration: none;
}
.login-card__support-logo {
  display: block;
  height: 16px;
  width: auto;
  max-width: 88px;
  object-fit: contain;
  flex-shrink: 0;
}
.login-card__support-mark {
  display: none;
}
.login-card__support-text {
  color: inherit;
  white-space: nowrap;
}
.login-card__main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 36px 44px 28px;
  background: #f5f6f8;
  box-sizing: border-box;
  min-width: 0;
}
.login-card__body {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
.login-card__head {
  position: relative;
  margin: 0 0 22px;
  padding-right: 36px;
}
.login-card__title {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  color: #1a1f2c;
  line-height: 1.3;
  letter-spacing: 0;
}
.login-card__hint {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #9aa3af;
}
.login-card__footer {
  margin-top: 28px;
  text-align: center;
  font-size: 12px;
  line-height: 1.75;
  color: #a0a7b4;
}
.login-card__footer p {
  margin: 0;
}
.login-card__footer a {
  color: #a0a7b4;
}
.login-card__footer a:hover {
  color: var(--vmx-primary);
}
.login-card__footer img {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  margin-right: 4px;
}
.login-form .vmx-input-line {
  margin-bottom: 14px;
}
.login-form .vmx-input-line .inputname {
  margin-bottom: 6px;
  font-size: 13px;
  color: #5c6570;
}
.login-form .vmx-input-line .vmx-input {
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
}
.login-form__submit {
  margin-top: 6px;
  height: 40px;
  min-height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .login-page__wrap {
    padding: 0;
    align-items: stretch;
  }
  .login-card {
    flex-direction: column;
    min-height: 100vh;
    max-width: none;
    border-radius: 0;
    box-shadow: none;
  }
  .login-card__aside {
    flex: 0 0 auto;
    gap: 16px;
    border-right: none;
    border-bottom: 1px solid #eceef2;
    padding: 24px 24px 16px;
  }
  .login-card__brand {
    margin-bottom: 8px;
  }
  .login-card__brand .brand-logo {
    font-size: 18px;
  }
  .login-card__main {
    flex: 1;
    padding: 28px 24px 24px;
  }
  .login-card__body {
    max-width: none;
  }
  .login-card__footer {
    margin-top: auto;
    padding-top: 24px;
  }
}
.vmx-global-loading {
  position: fixed;
  inset: 0;
  z-index: 99990;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  background: rgba(255, 255, 255, 0.72);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.vmx-global-loading.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.vmx-global-loading__icon {
  width: 32px;
  height: 32px;
  border: 2px solid #dbeafe;
  border-top-color: var(--vmx-primary, #006eff);
  border-radius: 50%;
  animation: vmx-global-spin 0.75s linear infinite;
}
.vmx-global-loading__text {
  font-size: 13px;
  color: var(--vmx-text-secondary, #6b7280);
  line-height: 1.4;
}
.vmx-global-loading--inline {
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: inherit;
}
@keyframes vmx-global-spin {
  to {
    transform: rotate(360deg);
  }
}
.goods-list-loading__icon,
.news-list-loading__icon {
  animation-name: vmx-global-spin;
}
@media screen and (max-width: 880px) {
  .vmx-table .table-responsive,
  .vmx-auto-table .table-responsive,
  .vmx-list-page .table-responsive,
  .content .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }
  .vmx-table .table,
  .vmx-auto-table .table,
  .vmx-list-page .table,
  .content .table-responsive > .table {
    width: max-content;
    min-width: 100%;
    table-layout: auto !important;
  }
  .vmx-table .table > thead > tr > th,
  .vmx-auto-table .table > thead > tr > th,
  .vmx-list-page .table > thead > tr > th,
  .content .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .vmx-table .table > tbody > tr > td,
  .vmx-auto-table .table > tbody > tr > td,
  .vmx-list-page .table > tbody > tr > td,
  .content .table-responsive > .table > tbody > tr > td {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
  }
  .vmx-table .table > tbody > tr > td:first-child,
  .vmx-auto-table .table > tbody > tr > td:first-child,
  .content .table-responsive > .table > tbody > tr > td:first-child {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
  }
  .vmx-table .table > tbody > tr > td.op,
  .vmx-auto-table .table > tbody > tr > td.op {
    max-width: none;
  }
  .vmx-table .table > tbody > tr,
  .vmx-auto-table .table > tbody > tr,
  .table-right-menu > tbody > tr {
    -webkit-tap-highlight-color: rgba(0, 110, 255, 0.08);
    cursor: pointer;
  }
}
.mobile-table-detail {
  display: flex;
  flex-direction: column;
}
.mobile-table-detail__fields {
  flex: 1 1 auto;
  min-height: 0;
}
.mobile-table-detail__actions {
  flex-shrink: 0;
  border-top: 8px solid #f5f6f8;
  padding: 4px 0 0;
  max-height: 36vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-table-detail__hint {
  padding: 0 20px 8px;
  font-size: 12px;
  color: #9aa3af;
  text-align: center;
}
.mobile-table-detail__actions .mobile-table-sheet__item {
  border-bottom: 1px solid #f0f2f5;
}
.mobile-table-detail__actions .mobile-table-sheet__item:last-child {
  border-bottom: none;
}
.mobile-table-detail__actions .mobile-table-sheet__item a,
.mobile-table-detail__actions .mobile-table-sheet__item button {
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  padding: 14px 20px;
  font-size: 15px;
  color: #1a1d21;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}
.mobile-table-detail__actions .mobile-table-sheet__item a:active,
.mobile-table-detail__actions .mobile-table-sheet__item button:active {
  background: #f5f8fc;
}
.mobile-table-detail__actions .mobile-table-sheet__item--danger a,
.mobile-table-detail__actions .mobile-table-sheet__item--danger button {
  color: #dc2626;
}
.mobile-table-detail .mobile-table-sheet__cancel {
  border-top: 8px solid #f5f6f8;
}
/* ---- from view/adm/cert.php ---- */
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #eef1f6;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #1f2937;
}
.cert-page {
  min-height: 100vh;
  padding: 24px 16px 40px;
}
.cert-page-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.cert-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 16px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}
.cert-toolbar-info h1 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 600;
}
.cert-toolbar-info p {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
}
.cert-toolbar-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cert-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.cert-btn-primary {
  background: #005FDF;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 95, 223, 0.25);
}
.cert-btn-primary:hover {
  background: #0050bd;
}
.cert-btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.cert-preview-wrap {
  display: flex;
  justify-content: center;
  overflow: auto;
  padding: 20px;
  background: #dfe5ee;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.05);
}
.cert-canvas {
  position: relative;
  background: #fff;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.18);
  overflow: hidden;
  flex-shrink: 0;
}
.cert-canvas.is-invalid::after {
  content: '作废';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-24deg);
  font-size: 120px;
  font-weight: 700;
  color: rgba(220, 38, 38, 0.18);
  letter-spacing: 12px;
  pointer-events: none;
  z-index: 5;
}
.cert-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  user-select: none;
}
.cert-el {
  position: absolute;
  z-index: 1;
  margin: 0;
  padding: 2px 4px;
  box-sizing: border-box;
  line-height: 1.3;
  transform-origin: top left;
  user-select: none;
}
.cert-el.is-seal {
  padding: 0;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  white-space: normal;
}
.cert-el.is-seal-image .cert-seal-box {
  border: none;
  box-shadow: none;
  background: transparent;
  opacity: 1;
}
.cert-seal-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
}
.cert-el.is-qrcode {
  padding: 0;
  background: transparent;
}
.cert-seal-box {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  opacity: 0.82;
}
.cert-seal-ring {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid currentColor;
  box-shadow: inset 0 0 0 2px currentColor;
  background: rgba(192, 57, 43, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.cert-seal-top {
  position: absolute;
  top: 14%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
}
.cert-seal-star {
  font-size: 1.4em;
  line-height: 1;
}
.cert-seal-bottom {
  position: absolute;
  bottom: 14%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.cert-qrcode-box {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #222;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cert-qrcode-box img,
.cert-qrcode-box canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.cert-status-tag {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
}
.cert-status-tag.is-valid {
  background: #d1fae5;
  color: #065f46;
}
.cert-status-tag.is-invalid {
  background: #fee2e2;
  color: #991b1b;
}
@media (max-width: 768px) {
  .cert-toolbar {
    padding: 14px;
  }
  .cert-toolbar-info h1 {
    font-size: 18px;
  }
  .cert-preview-wrap {
    padding: 12px;
  }
}
/* ---- from view/adm/data/index.php ---- */
.dash-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.dash-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px 24px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #eef2f7;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.dash-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 110, 255, 0.12);
}
.dash-card::after {
  content: '';
  position: absolute;
  right: -20px;
  top: -20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}
.dash-card.is-record::after {
  background: #006EFF;
}
.dash-card.is-active::after {
  background: #8b5cf6;
}
.dash-card.is-table::after {
  background: #6366f1;
}
.dash-card.is-tpl::after {
  background: #0891b2;
}
.dash-card.is-seal::after {
  background: #d97706;
}
.dash-card.is-user::after {
  background: #10b981;
}
.dash-card.is-query::after {
  background: #e11d48;
}
.dash-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
.dash-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}
.dash-card.is-record .dash-card-icon {
  background: linear-gradient(135deg, #006EFF, #4cc9f0);
}
.dash-card.is-active .dash-card-icon {
  background: linear-gradient(135deg, #7c3aed, #a78bfa);
}
.dash-card.is-table .dash-card-icon {
  background: linear-gradient(135deg, #4f46e5, #818cf8);
}
.dash-card.is-tpl .dash-card-icon {
  background: linear-gradient(135deg, #0891b2, #22d3ee);
}
.dash-card.is-seal .dash-card-icon {
  background: linear-gradient(135deg, #d97706, #fbbf24);
}
.dash-card.is-user .dash-card-icon {
  background: linear-gradient(135deg, #059669, #34d399);
}
.dash-card.is-query .dash-card-icon {
  background: linear-gradient(135deg, #e11d48, #fb7185);
}
.dash-card-link {
  position: relative;
  z-index: 3;
  font-size: 13px;
  color: #006EFF;
  text-decoration: none;
  padding: 4px 0;
}
.dash-card-link:hover {
  text-decoration: underline;
  color: #0056cc;
}
.dash-card-num {
  position: relative;
  z-index: 1;
  font-size: 38px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1;
  margin-bottom: 8px;
}
.dash-card-num em {
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  color: #64748b;
  margin-left: 4px;
}
.dash-card-label {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 12px;
}
.dash-card-sub {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #94a3b8;
  padding-top: 12px;
  border-top: 1px solid #f1f5f9;
}
.dash-card-sub strong {
  color: #475569;
  font-weight: 600;
}
.dash-intro {
  background: linear-gradient(135deg, #006EFF 0%, #4cc9f0 100%);
  border-radius: 14px;
  padding: 28px 32px;
  color: #fff;
  margin-bottom: 24px;
  box-shadow: 0 8px 24px rgba(0, 110, 255, 0.25);
}
.dash-intro h2 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
}
.dash-intro p {
  margin: 0;
  font-size: 14px;
  opacity: 0.88;
}
.dash-intro-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.dash-intro-tag {
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 13px;
}
.dash-intro-tag.is-pending {
  background: rgba(255, 255, 255, 0.95);
  color: #c2410c;
  font-weight: 700;
}
.dash-easy-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  padding: 14px 28px;
  min-height: 48px;
  border-radius: 10px;
  border: 2px solid #fff;
  background: #fff;
  color: #006EFF;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.22);
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  cursor: pointer;
}
.dash-easy-cta .bi {
  font-size: 20px;
  line-height: 1;
}
.dash-easy-cta.is-pending {
  border-color: #fff7ed;
  background: #fff7ed;
  color: #c2410c;
  box-shadow: 0 6px 18px rgba(194, 65, 12, 0.28);
}
.dash-easy-cta.is-pending:hover,
.dash-easy-cta.is-pending:focus {
  background: #ffedd5;
  color: #9a3412;
}
.dash-easy-cta:hover,
.dash-easy-cta:focus {
  background: #f0f7ff;
  color: #0056cc;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.28);
}
.dash-easy-cta:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.2);
}
.dash-easy-cta-hint {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
}
@media (max-width: 560px) {
  .dash-easy-cta {
    width: 100%;
    box-sizing: border-box;
  }
}
.approve-page {
  padding-bottom: 24px;
}
.approve-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  padding: 22px 24px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ea580c 0%, #f59e0b 100%);
  color: #fff;
  box-shadow: 0 8px 24px rgba(234, 88, 12, 0.22);
}
.approve-intro-main h2 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
}
.approve-intro-main p {
  margin: 0;
  font-size: 14px;
  opacity: 0.92;
  max-width: 640px;
}
.approve-intro-stat {
  flex-shrink: 0;
  text-align: center;
  min-width: 96px;
  padding: 10px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
}
.approve-intro-num {
  display: block;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
}
.approve-intro-label {
  font-size: 12px;
  opacity: 0.9;
}
.approve-pending-num {
  color: #c2410c;
  font-size: 16px;
}
@media (max-width: 720px) {
  .approve-intro {
    flex-direction: column;
    align-items: flex-start;
  }
}
.dash-panel {
  margin-top: 22px;
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.dash-panel-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #f1f5f9;
}
.dash-panel-hd h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
}
.dash-panel-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.dash-panel-table th,
.dash-panel-table td {
  padding: 12px 20px;
  text-align: left;
  border-bottom: 1px solid #f8fafc;
}
.dash-panel-table th {
  background: #f8fafc;
  color: #64748b;
  font-weight: 600;
}
.dash-panel-table tr:last-child td {
  border-bottom: none;
}
.dash-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
}
.dash-tag.is-teacher {
  background: #eff6ff;
  color: #2563eb;
}
.dash-tag.is-student {
  background: #ecfdf5;
  color: #059669;
}
.dash-empty {
  padding: 36px 20px;
  text-align: center;
  color: #94a3b8;
  font-size: 14px;
}
.dash-rank-list {
  padding: 8px 0 4px;
}
.dash-rank-act {
  padding: 18px 20px 16px;
  border-bottom: 1px solid #f1f5f9;
}
.dash-rank-act:last-child {
  border-bottom: none;
}
.dash-rank-act-hd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.dash-rank-act-title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.45;
}
.dash-rank-act-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  color: #94a3b8;
}
.dash-rank-act-meta strong {
  color: #475569;
}
.dash-rank-rows {
  display: grid;
  gap: 10px;
}
.dash-rank-row {
  display: grid;
  grid-template-columns: 88px 1fr 72px 52px;
  gap: 10px;
  align-items: center;
  font-size: 13px;
}
.dash-rank-label {
  font-weight: 600;
  color: #334155;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dash-rank-bar-wrap {
  height: 10px;
  background: #f1f5f9;
  border-radius: 999px;
  overflow: hidden;
}
.dash-rank-bar {
  height: 100%;
  border-radius: 999px;
  min-width: 2px;
  transition: width 0.3s ease;
}
.dash-rank-bar.is-gold {
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
}
.dash-rank-bar.is-silver {
  background: linear-gradient(90deg, #64748b, #94a3b8);
}
.dash-rank-bar.is-bronze {
  background: linear-gradient(90deg, #d97706, #f59e0b);
}
.dash-rank-bar.is-blue {
  background: linear-gradient(90deg, #2563eb, #60a5fa);
}
.dash-rank-bar.is-gray {
  background: #cbd5e1;
}
.dash-rank-count {
  text-align: right;
  color: #475569;
  font-weight: 600;
}
.dash-rank-pct {
  text-align: right;
  color: #006EFF;
  font-weight: 700;
}
.dash-rank-empty {
  padding: 10px 12px;
  background: #f8fafc;
  border-radius: 8px;
  font-size: 13px;
  color: #94a3b8;
}
@media (max-width: 720px) {
  .dash-rank-row {
    grid-template-columns: 72px 1fr 56px 44px;
    gap: 8px;
    font-size: 12px;
  }
}
/* ---- from view/adm/load/active/cert-preview-page.php ---- */
.cert-preview-page {
  min-height: 100vh;
  padding: 24px 16px 40px;
  background: #eef1f6;
  color: #1f2937;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  box-sizing: border-box;
}
.cert-preview-page *,
.cert-preview-page *::before,
.cert-preview-page *::after {
  box-sizing: border-box;
}
.cert-preview-page-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.cert-preview-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 16px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}
.cert-preview-toolbar h1 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 600;
}
.cert-preview-toolbar p {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
}
.cert-preview-tag {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: #eff6ff;
  color: #1d4ed8;
  vertical-align: middle;
}
/* iframe 嵌入：占满视口，整证等比缩入，不出现大块空白工具条 */
html.cert-preview-embed-html,
html.cert-preview-embed-html body.cert-preview-embed {
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #e8eef5;
}
body.cert-preview-embed {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background: #e8eef5;
}
.cert-preview-page.is-embed {
  min-height: 0;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.cert-preview-page.is-embed .cert-preview-page-inner {
  max-width: none;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.cert-preview-page.is-embed .act-cert-preview {
  flex: 1;
  min-height: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
/* ---- from view/adm/load/active/cert-preview.php ---- */
.act-cert-preview {
  background: #dfe5ee;
  border-radius: 8px;
  padding: 12px;
  overflow: auto;
}
.act-cert-preview.is-compact {
  overflow: hidden;
  padding: 8px;
}
.act-cert-preview-tip {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 10px;
  text-align: center;
}
.act-cert-preview-stage {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
}
.act-cert-preview.is-compact .act-cert-preview-stage {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.act-cert-preview-canvas-wrap {
  position: relative;
  flex-shrink: 0;
}
.act-cert-preview-canvas {
  position: relative;
  background: #fff;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
  overflow: hidden;
  transform-origin: top center;
}
.act-cert-preview-canvas .cert-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
.act-cert-preview-canvas .cert-el {
  position: absolute;
  z-index: 1;
  margin: 0;
  padding: 2px 4px;
  box-sizing: border-box;
  line-height: 1.3;
  transform-origin: top left;
  /* white-space / width 由内联样式控制，与编辑器一致，禁止这里写死 nowrap */
}
.act-cert-preview-canvas .cert-el.is-seal {
  padding: 0;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  white-space: normal;
}
.act-cert-preview-canvas .cert-seal-box {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  opacity: 0.82;
}
.act-cert-preview-canvas .cert-seal-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.act-cert-preview-canvas .cert-seal-ring {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid currentColor;
  box-shadow: inset 0 0 0 2px currentColor;
  background: rgba(192, 57, 43, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.act-cert-preview-canvas .cert-seal-top {
  position: absolute;
  top: 14%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.act-cert-preview-canvas .cert-seal-star {
  font-size: 1.4em;
  line-height: 1;
}
.act-cert-preview-canvas .cert-seal-bottom {
  position: absolute;
  bottom: 14%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.act-cert-preview-canvas .cert-el.is-qrcode {
  padding: 0;
  background: transparent;
}
.act-cert-preview-canvas .cert-qrcode-box {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #222;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.act-cert-preview-canvas .cert-qrcode-box img,
.act-cert-preview-canvas .cert-qrcode-box canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
/* ---- from view/adm/load/active/data.php ---- */
.act-data {
  padding: 16px 20px 20px;
  background: #f8fafc;
  min-height: 100%;
  box-sizing: border-box;
}
.act-data-hd {
  margin-bottom: 16px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.act-data-hd-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.act-data-hd-main {
  flex: 1;
  min-width: 0;
}
.act-data-actions {
  flex-shrink: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
.act-data-hd h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
}
.act-data-meta {
  font-size: 13px;
  color: #64748b;
  line-height: 1.8;
}
.act-data-meta strong {
  color: #334155;
}
.act-data-table-wrap {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}
.act-data-table-wrap .table {
  margin: 0;
}
.act-data-table-wrap .vmx-empty {
  padding: 40px 20px;
}
.act-data-empty {
  padding: 40px 20px;
  text-align: center;
  color: #94a3b8;
  font-size: 14px;
}
.act-data-foot {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #64748b;
}
.act-data-pages {
  display: flex;
  gap: 8px;
}
.act-data-approve-btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}
/* ---- from view/adm/load/active/form.php ---- */
.act-form {
  padding: 16px 18px 20px;
  box-sizing: border-box;
  max-height: 78vh;
  overflow-y: auto;
  width: 100%;
}
.act-form::after,
.act-form #actForm::after {
  content: '';
  display: block;
  clear: both;
}
.act-form-hd {
  margin-bottom: 14px;
}
.act-form-hd h4 {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 600;
  color: #1e293b;
}
.act-form-hd p {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
}
.act-form #actForm {
  width: 100%;
}
.act-form .vmx-input-line {
  float: none;
  clear: both;
  width: 100%;
  display: block;
  margin-bottom: 14px;
}
.act-form .vmx-input-line .inputname {
  float: none;
  width: 100%;
  height: auto;
  line-height: 1.5;
  font-size: 13px;
  color: #475569;
  margin-bottom: 6px;
}
.act-form .vmx-input-line .inputarea {
  float: none;
  width: 100%;
}
.act-form .inputname .required {
  color: #ef4444;
  margin-right: 2px;
}
.act-form .vmx-input {
  width: 100%;
  box-sizing: border-box;
}
.act-form .desc {
  margin-top: 6px;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.6;
}
.act-form-tpl-box {
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
}
.act-form-tpl-line {
  display: none;
}
.act-form-tpl-line.is-show {
  display: block;
}
.act-form-tpl-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.act-form-tpl-hd span {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  white-space: nowrap;
  flex-shrink: 0;
}
.act-form-tpl-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
  min-height: 60px;
}
.act-form-tpl-empty {
  grid-column: 1 / -1;
  padding: 24px 12px;
  text-align: center;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.7;
}
.act-form-tpl-item {
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.act-form-tpl-item:hover {
  border-color: #93c5fd;
}
.act-form-tpl-item.is-selected {
  border-color: #005FDF;
  box-shadow: 0 0 0 2px rgba(0, 95, 223, 0.15);
}
.act-form-tpl-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #fff;
  display: block;
}
.act-form-tpl-name {
  padding: 6px 8px;
  font-size: 12px;
  color: #475569;
  border-top: 1px solid #f1f5f9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.act-form-create {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #cbd5e1;
}
.act-form-create-hd {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 8px;
}
.act-form-create-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.act-form-create-row .vmx-input {
  flex: 1;
  min-width: 160px;
}
.act-form-actions {
  display: flex;
  gap: 8px;
  margin-top: 6px;
  clear: both;
  width: 100%;
}
.act-form-bg-picker {
  padding: 16px;
  max-height: 420px;
  overflow-y: auto;
}
.act-form-bg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
}
.act-form-bg-item {
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #f8fafc;
}
.act-form-bg-item:hover {
  border-color: #005FDF;
}
.act-form-bg-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  display: block;
}
/* ---- from view/adm/load/active/import.php ---- */
.act-import {
  padding: 20px;
  background: #f7f8fb;
  min-height: 100%;
  box-sizing: border-box;
}
.act-import[v-cloak] {
  display: none;
}
.act-import--simple {
  background: #fff;
}
.act-import-simple-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.act-import-simple-hd strong {
  font-size: 16px;
  color: #1a1a2e;
  font-weight: 600;
}
.act-import-tpl-link {
  font-size: 13px;
  color: #005FDF;
  white-space: nowrap;
}
.act-import-tpl-link:hover {
  text-decoration: underline;
}
.act-import-pick {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 88px;
  border: 2px dashed #cbd5e1;
  border-radius: 10px;
  background: #fafbfc;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #334155;
  transition: 0.15s;
}
.act-import-pick i {
  font-size: 22px;
  color: #005FDF;
}
.act-import-pick:hover,
.act-import-pick.is-dragover {
  border-color: #005FDF;
  background: #f0f7ff;
}
.act-import-file-input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}
.act-import-preview {
  margin-top: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
}
.act-import-preview-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: #f8fafc;
  border-bottom: 1px solid #eef0f4;
  font-size: 14px;
  color: #475569;
}
.act-import-table-wrap {
  overflow: auto;
  max-height: 420px;
  padding: 0 0 4px;
}
.act-import-table {
  font-size: 13px;
  min-width: 600px;
  margin: 0;
}
.act-import-table th {
  background: #f8fafc;
  white-space: nowrap;
}
.act-import-result {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.7;
}
.act-import-result.is-success {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}
.act-import-result.is-error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
  white-space: pre-wrap;
}
/* ---- from view/adm/load/task/form.php ---- */
.task-form {
  padding: 16px 18px 20px;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}
.task-form::after,
.task-form #taskForm::after {
  content: '';
  display: block;
  clear: both;
}
.task-form #taskForm {
  width: 100%;
}
.task-form-hd {
  margin-bottom: 14px;
}
.task-form-hd h4 {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 600;
  color: #1e293b;
}
.task-form-hd p {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
}
.task-form .vmx-input-line {
  float: none;
  clear: both;
  width: 100%;
  display: block;
  margin-bottom: 14px;
}
.task-form .vmx-input-line .inputname {
  float: none;
  width: 100%;
  height: auto;
  line-height: 1.5;
  font-size: 13px;
  color: #475569;
  margin-bottom: 6px;
}
.task-form .vmx-input-line .inputarea {
  float: none;
  width: 100%;
}
.task-form .inputname .required {
  color: #ef4444;
  margin-right: 2px;
}
.task-form .vmx-input {
  width: 100%;
  box-sizing: border-box;
}
.task-form-actions {
  display: flex;
  gap: 8px;
  margin-top: 6px;
  clear: both;
  width: 100%;
}
.task-seal-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
}
.task-seal-empty {
  padding: 10px 12px;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  color: #94a3b8;
  font-size: 13px;
}
.task-seal-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}
.task-seal-ord {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background: #e2e8f0;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.task-seal-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.task-seal-main strong {
  font-size: 13px;
  color: #0f172a;
}
.task-seal-ops {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex-shrink: 0;
  align-items: center;
}
.task-seal-add {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.task-seal-add .vmx-input {
  flex: 1;
  min-width: 180px;
}
.task-seal-panel {
  margin-bottom: 0;
}
.task-seal-line .inputname {
  padding-top: 14px;
}
/* ---- from view/adm/load/user/import.php ---- */
.user-import {
  padding: 16px;
  box-sizing: border-box;
}
.user-import[v-cloak] {
  display: none;
}
.user-import-header {
  margin-bottom: 14px;
}
.user-import-header h4 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a2e;
}
.user-import-header p {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
}
.user-import-tips {
  margin-bottom: 14px;
  padding: 12px 14px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 8px;
  font-size: 12px;
  color: #92400e;
  line-height: 1.7;
}
.user-import-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.user-import-upload {
  border: 2px dashed #c7d2fe;
  border-radius: 10px;
  padding: 24px 16px;
  text-align: center;
  background: #f8faff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.user-import-upload:hover,
.user-import-upload.is-dragover {
  border-color: #005FDF;
  background: #eef3ff;
}
.user-import-upload-title {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 4px;
}
.user-import-upload-desc {
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 10px;
}
.user-import-file-name {
  margin-top: 10px;
  padding: 8px 12px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 6px;
  font-size: 12px;
  color: #065f46;
  word-break: break-all;
}
.user-import-table {
  width: 100%;
  margin-top: 12px;
  font-size: 12px;
}
.user-import-table th {
  background: #f3f4f6;
  white-space: nowrap;
}
.user-import-result {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.6;
  white-space: pre-line;
}
.user-import-result.is-success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}
.user-import-result.is-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}
.user-import-actions .vmx-btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}
.user-import-file-input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}
/* ---- from view/adm/load/zstpl/add.php ---- */
.zstpl-add {
  padding: 16px 18px 20px;
  box-sizing: border-box;
}
.zstpl-add-hd {
  margin-bottom: 16px;
}
.zstpl-add-hd h4 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
}
.zstpl-add-hd p {
  margin: 0;
  font-size: 13px;
  color: #64748b;
}
.zstpl-add-step-label {
  margin-bottom: 12px;
  font-size: 12px;
  color: #94a3b8;
  letter-spacing: 0.02em;
}
.zstpl-add-choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.zstpl-add-choice {
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px 14px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  text-align: left;
}
.zstpl-add-choice:hover:not(.is-disabled) {
  border-color: #93c5fd;
  background: #f8fbff;
}
.zstpl-add-choice.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  background: #f8fafc;
}
.zstpl-add-choice-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.zstpl-add-choice-icon.blank {
  background: #eff6ff;
  color: #2563eb;
}
.zstpl-add-choice-icon.copy {
  background: #f0fdf4;
  color: #16a34a;
}
.zstpl-add-choice-title {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 6px;
}
.zstpl-add-choice-desc {
  font-size: 12px;
  color: #64748b;
  line-height: 1.65;
}
.zstpl-add-panel {
  display: none;
}
.zstpl-add-panel.is-active {
  display: block;
}
.zstpl-add-mode-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
}
.zstpl-add-mode-tag.blank {
  background: #eff6ff;
  color: #1d4ed8;
}
.zstpl-add-mode-tag.copy {
  background: #f0fdf4;
  color: #15803d;
}
.zstpl-add .vmx-input-line {
  margin-bottom: 14px;
}
.zstpl-add .inputname {
  font-size: 13px;
  color: #475569;
  margin-bottom: 6px;
}
.zstpl-add .inputname .required {
  color: #ef4444;
  margin-right: 2px;
}
.zstpl-add .desc {
  margin-top: 6px;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.6;
}
.zstpl-add .vmx-input {
  width: 100%;
  box-sizing: border-box;
}
.zstpl-add-actions {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}
.zstpl-add-empty-tip {
  margin-top: 12px;
  padding: 10px 12px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 8px;
  font-size: 12px;
  color: #92400e;
  line-height: 1.6;
}
.zstpl-bg-pick {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.zstpl-bg-preview {
  width: 120px;
  height: 90px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
  overflow: hidden;
  display: none;
  flex-shrink: 0;
}
.zstpl-bg-preview.is-show {
  display: block;
}
.zstpl-bg-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.zstpl-bg-picker {
  padding: 16px;
  max-height: 420px;
  overflow-y: auto;
}
.zstpl-bg-empty {
  padding: 48px 20px;
  text-align: center;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.8;
}
.zstpl-bg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
}
.zstpl-bg-item {
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #f8fafc;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.zstpl-bg-item:hover {
  border-color: #005FDF;
  box-shadow: 0 4px 12px rgba(0, 95, 223, 0.15);
}
.zstpl-bg-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  display: block;
}
@media (max-width: 520px) {
  .zstpl-add-choices {
    grid-template-columns: 1fr;
  }
}
/* ---- from view/adm/man/active.php ---- */
.act-breadcrumb {
  margin-bottom: 12px;
  font-size: 13px;
  color: #64748b;
}
.act-breadcrumb a {
  color: #006EFF;
  text-decoration: none;
}
.act-breadcrumb a:hover {
  text-decoration: underline;
}
.act-breadcrumb strong {
  color: #1e293b;
}
.act-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
.act-list-task {
  color: var(--vmx-text-secondary, #64748b);
}
.act-list-task a {
  color: #006EFF;
  text-decoration: none;
}
.act-list-task a:hover {
  text-decoration: underline;
}
/* ---- from view/adm/man/gz.php ---- */
.gz-seal-thumb {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fafafa;
  cursor: pointer;
}
.gz-seal-preview-box {
  text-align: center;
  padding: 12px;
}
.gz-seal-preview-box img {
  max-width: 100%;
  max-height: 360px;
}
/* ---- from view/adm/man/table.php ---- */
.man-table-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  box-sizing: border-box;
}
.vmx-list-page__body > .man-table-list + .vmx-pagination,
.vmx-list-page__body > #pageinfo {
  padding: 12px 16px;
  box-sizing: border-box;
}
/* 分页页码信息：与 #pageinfo a 浮动条对齐 */
.vmx-pagination > .page-info,
#pageinfo > .page-info {
  display: inline-block;
  float: left;
  box-sizing: border-box;
  min-width: 25px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border: solid 1px #ccc;
  border-left: 0;
  background: #fff;
  color: #64748b;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
}
.vmx-pagination > a.page-info,
#pageinfo > a.page-info {
  cursor: default;
  color: #64748b;
}
.vmx-pagination > a.page-info:hover,
#pageinfo > a.page-info:hover {
  background: #fff;
}
.man-table-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #eef2f7;
}
.man-table-card-hd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  background: #fafbfc;
  border-bottom: 1px solid #eef2f7;
}
.man-table-card-title {
  flex: 1;
  min-width: 0;
}
.man-table-card-title h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
}
.man-table-card-meta {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 10px;
}
.man-table-card-meta span + span::before {
  content: '·';
  margin: 0 6px;
  color: #cbd5e1;
}
.man-field-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.man-field-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  background: #f1f5f9;
  color: #475569;
}
.man-field-empty {
  color: #cbd5e1;
  font-size: 12px;
}
.man-table-card-actions {
  flex-shrink: 0;
  white-space: nowrap;
}
.man-table-card-actions .op a + a {
  margin-left: 4px;
}
.man-tpl-section {
  padding: 12px 18px 16px;
}
.man-tpl-section-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.man-tpl-section-hd span {
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}
.man-tpl-list {
  border: 1px solid #eef2f7;
  border-radius: 8px;
  overflow: hidden;
}
.man-tpl-list table {
  margin: 0;
}
.man-tpl-list .table > tbody > tr > td {
  vertical-align: middle;
}
.man-tpl-empty {
  padding: 24px;
  text-align: center;
  color: #94a3b8;
  font-size: 13px;
  background: #fafbfc;
}
.man-tpl-thumb {
  width: 72px;
  height: 48px;
  object-fit: cover;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background: #f8fafc;
  cursor: pointer;
}
.man-tpl-ops-th {
  width: 260px;
  min-width: 260px;
}
.man-tpl-list .table > tbody > tr > td.op {
  width: 260px;
  min-width: 260px;
  white-space: nowrap;
}
.man-tpl-ops {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 10px;
  line-height: 1.4;
  white-space: nowrap;
}
.man-tpl-ops a {
  display: inline;
  white-space: nowrap;
}
.man-tpl-preview-box {
  text-align: center;
  padding: 12px;
}
.man-tpl-preview-box img {
  max-width: 100%;
  max-height: 480px;
}
.man-type-teacher {
  display: inline-block;
  padding: 1px 8px;
  border-radius: 4px;
  font-size: 12px;
  background: #e8f0fe;
  color: #005FDF;
}
.man-type-student {
  display: inline-block;
  padding: 1px 8px;
  border-radius: 4px;
  font-size: 12px;
  background: #d1fae5;
  color: #059669;
}
/* ---- from view/adm/man/tableedit.php ---- */
.fedit-page {
  padding: 0;
}
.fedit-wrap {
  display: flex;
  gap: 16px;
  min-height: calc(100vh - 200px);
  padding-bottom: 20px;
}
.fedit-panel {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.fedit-panel-hd {
  padding: 12px 16px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  background: #fafafa;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fedit-left {
  flex: 0 0 360px;
  width: 360px;
  max-width: 34%;
  min-width: 300px;
}
.fedit-right {
  flex: 1;
  min-width: 0;
}
.fedit-meta {
  padding: 14px 16px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
  color: #666;
  line-height: 1.8;
}
.fedit-meta strong {
  color: #333;
}
.fedit-tip {
  margin: 0 16px 12px;
  padding: 10px 12px;
  background: #f0f7ff;
  border: 1px solid #bfdbfe;
  border-radius: 6px;
  font-size: 13px;
  color: #1e40af;
  line-height: 1.6;
}
.fedit-field-list {
  padding: 12px 16px;
}
.fedit-field-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  margin-bottom: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  cursor: grab;
}
.fedit-field-item:active {
  cursor: grabbing;
}
.fedit-field-item.is-dragging {
  opacity: 0.5;
}
.fedit-field-item .drag-handle {
  color: #94a3b8;
  flex-shrink: 0;
}
.fedit-field-item select,
.fedit-field-item input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 13px;
}
.fedit-field-item .field-sort {
  width: 36px;
  text-align: center;
  color: #94a3b8;
  flex-shrink: 0;
}
.fedit-field-item .field-name {
  flex: 1;
  min-width: 0;
}
.fedit-field-item .field-type {
  width: 110px;
  flex-shrink: 0;
}
.fedit-field-item .field-del {
  color: #dc2626;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 13px;
}
.fedit-field-item.is-fixed {
  background: #eff6ff;
  border-color: #bfdbfe;
  cursor: default;
}
.fedit-field-item.is-fixed .field-name {
  background: #f1f5f9;
  color: #334155;
  cursor: not-allowed;
}
.fedit-field-item.is-fixed .field-type {
  pointer-events: none;
  opacity: 0.85;
}
.fedit-field-item.is-fixed .drag-handle,
.fedit-field-item.is-fixed .field-del {
  visibility: hidden;
}
.fedit-field-badge {
  flex-shrink: 0;
  font-size: 11px;
  color: #2563eb;
  background: #dbeafe;
  padding: 2px 6px;
  border-radius: 4px;
}
.fedit-toolbar {
  padding: 12px 16px;
  border-top: 1px solid #eee;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.fedit-preview {
  padding: 16px;
}
.fedit-preview-tip {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 12px;
  line-height: 1.6;
}
.fedit-excel-preview {
  overflow-x: auto;
  border: 1px solid #d1d5db;
  border-radius: 6px;
}
.fedit-excel-preview table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 100%;
}
.fedit-excel-preview th {
  background: #217346;
  color: #fff;
  padding: 10px 14px;
  white-space: nowrap;
  border: 1px solid #1a5c38;
  font-weight: 500;
}
.fedit-excel-preview td {
  padding: 10px 14px;
  border: 1px solid #e5e7eb;
  color: #9ca3af;
  white-space: nowrap;
  background: #fafafa;
}
.fedit-type-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  background: #e8f0fe;
  color: #005FDF;
}
.fedit-type-tag.is-student {
  background: #d1fae5;
  color: #059669;
}
.fedit-empty {
  text-align: center;
  padding: 40px 20px;
  color: #94a3b8;
  font-size: 14px;
}
.fedit-locked-banner {
  margin: 0 16px 12px;
  padding: 12px 14px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 6px;
  font-size: 13px;
  color: #9a3412;
  line-height: 1.7;
}
.fedit-locked-banner strong {
  color: #c2410c;
}
.fedit-wrap.is-locked .fedit-toolbar .vmx-btn:not(#btn-download-tpl) {
  display: none;
}
.fedit-wrap.is-locked .fedit-field-item {
  cursor: default;
}
.fedit-wrap.is-locked .fedit-field-item .field-name,
.fedit-wrap.is-locked .fedit-field-item .field-type {
  pointer-events: none;
  opacity: 0.85;
}
.fedit-wrap.is-locked .fedit-field-item .field-del,
.fedit-wrap.is-locked .fedit-field-item .drag-handle {
  visibility: hidden;
}
@media (max-width: 992px) {
  .fedit-wrap {
    flex-direction: column;
  }
  .fedit-left {
    width: 100%;
    max-width: none;
    flex: none;
  }
}
/* ---- from view/adm/man/zsedit.php ---- */
.zsedit-wrap {
  display: flex;
  gap: 16px;
  min-height: calc(100vh - 180px);
  padding: 0 0 20px;
}
.zsedit-panel {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.zsedit-panel-hd {
  padding: 12px 16px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  background: #fafafa;
  font-size: 14px;
}
.zsedit-fields {
  width: 220px;
  flex-shrink: 0;
}
.zsedit-fields-bd {
  padding: 12px;
  max-height: calc(100vh - 260px);
  overflow-y: auto;
}
.zsedit-field-item {
  padding: 8px 12px;
  margin-bottom: 8px;
  background: #f5f7fa;
  border: 1px dashed #c0c4cc;
  border-radius: 6px;
  cursor: grab;
  font-size: 13px;
  user-select: none;
  transition: all 0.2s;
}
.zsedit-field-item:hover {
  background: #e8f0fe;
  border-color: #005FDF;
  color: #005FDF;
}
.zsedit-field-item:active {
  cursor: grabbing;
}
.zsedit-field-item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.zsedit-field-item small {
  display: block;
  color: #999;
  font-size: 11px;
  margin-top: 2px;
}
.zsedit-add-text {
  width: 100%;
  margin-top: 4px;
}
.zsedit-fields-divider {
  font-size: 12px;
  color: #999;
  margin: 14px 0 8px;
  padding-top: 12px;
  border-top: 1px solid #eee;
}
.zsedit-field-item.is-seal-item {
  background: #fff8f8;
  border-color: #e8a0a0;
  border-style: solid;
}
.zsedit-field-item.is-seal-item:hover {
  background: #ffecec;
  border-color: #c0392b;
  color: #c0392b;
}
.zsedit-seal-preview {
  width: 52px;
  height: 52px;
  margin-top: 8px;
  border-radius: 50%;
  border: 2px solid rgba(192, 57, 43, 0.85);
  box-shadow: inset 0 0 0 1px rgba(192, 57, 43, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: #c0392b;
  font-weight: bold;
  opacity: 0.8;
  background: rgba(192, 57, 43, 0.05);
}
.zsedit-field-item.is-qrcode-item {
  background: #f8fbff;
  border-color: #a0c4e8;
  border-style: solid;
}
.zsedit-field-item.is-qrcode-item:hover {
  background: #ecf4ff;
  border-color: #005FDF;
  color: #005FDF;
}
.zsedit-qrcode-preview {
  width: 52px;
  height: 52px;
  margin-top: 8px;
  border: 2px solid #333;
  background: #fff;
  padding: 4px;
  box-sizing: border-box;
}
.zsedit-qrcode-preview svg,
.zsedit-qrcode-box svg {
  width: 100%;
  height: 100%;
  display: block;
}
.zsedit-el.is-qrcode {
  padding: 0;
  border: none;
  background: transparent;
  overflow: visible;
}
.zsedit-el.is-qrcode:hover,
.zsedit-el.is-qrcode.active {
  border: none;
  background: transparent;
  box-shadow: none;
}
.zsedit-el.is-qrcode.active .zsedit-qrcode-box {
  outline: 2px dashed #005FDF;
  outline-offset: 3px;
}
.zsedit-qrcode-box {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #222;
  box-sizing: border-box;
  pointer-events: none;
}
.zsedit-canvas-wrap {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.zsedit-toolbar {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.zsedit-toolbar .tpl-name {
  font-weight: 600;
  font-size: 15px;
}
.zsedit-toolbar .size-info {
  color: #888;
  font-size: 12px;
}
.zsedit-canvas-area {
  flex: 1;
  padding: 20px;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #eef1f5;
  position: relative;
  min-height: 420px;
}
.zsedit-canvas-loading {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(238, 241, 245, 0.92);
  z-index: 10;
  gap: 14px;
}
.zsedit-canvas-loading .spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #d0d7e2;
  border-top-color: #005FDF;
  border-radius: 50%;
  animation: zsedit-spin 0.8s linear infinite;
}
.zsedit-canvas-loading .tip {
  font-size: 14px;
  color: #666;
}
.zsedit-canvas-loading .sub {
  font-size: 12px;
  color: #999;
}
@keyframes zsedit-spin {
  to {
    transform: rotate(360deg);
  }
}
.zsedit-canvas {
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  background: #fff;
  flex-shrink: 0;
  overflow: visible;
}
.zsedit-canvas-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zsedit-canvas.is-palette-drag .zsedit-el {
  pointer-events: none;
}
.zsedit-canvas img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.zsedit-canvas.is-loading {
  min-width: 320px;
  min-height: 240px;
}
.zsedit-canvas.drag-over {
  outline: 2px dashed #005FDF;
  outline-offset: 4px;
}
.zsedit-el {
  /* 盒模型/字距与 cert-render.css .vmx-cert-el 保持一致，避免编修预览两套样 */
  position: absolute;
  z-index: 1;
  cursor: move;
  white-space: nowrap;
  line-height: 1.3;
  letter-spacing: normal;
  word-spacing: normal;
  padding: 2px 4px;
  border: 1px solid transparent;
  border-radius: 2px;
  box-sizing: border-box;
  transform-origin: top left;
  user-select: none;
  margin: 0;
}
/* 首行缩进两字；超长换行续行顶格 */
.zsedit-el.is-indent2 {
  text-indent: 2em;
}
.zsedit-el:hover {
  border-color: rgba(0, 95, 223, 0.4);
  background: rgba(0, 95, 223, 0.05);
}
.zsedit-el.active {
  border-color: #005FDF;
  background: rgba(0, 95, 223, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 95, 223, 0.3);
}
.zsedit-el.is-field {
  color: inherit;
}
.zsedit-el.is-field::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  width: 8px;
  height: 8px;
  background: #005FDF;
  border-radius: 50%;
}
.zsedit-el.is-seal {
  padding: 0;
  border: none;
  background: transparent;
  white-space: normal;
  overflow: visible;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.zsedit-el.is-seal:hover {
  border: none;
  background: transparent;
}
.zsedit-el.is-seal.active {
  border: none;
  background: transparent;
  box-shadow: none;
}
.zsedit-el.is-seal.active .zsedit-seal-box {
  outline: 2px dashed #005FDF;
  outline-offset: 3px;
}
.zsedit-seal-box {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  opacity: 0.82;
  pointer-events: none;
}
.zsedit-seal-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
}
.zsedit-seal-ring {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid currentColor;
  box-shadow: inset 0 0 0 2px currentColor;
  background: rgba(192, 57, 43, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.zsedit-seal-top {
  position: absolute;
  top: 14%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
}
.zsedit-seal-star {
  font-size: 1.4em;
  line-height: 1;
  margin: 0;
}
.zsedit-seal-bottom {
  position: absolute;
  bottom: 14%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.zsedit-el-resize {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background: #005FDF;
  border: 1px solid #fff;
  border-radius: 2px;
  cursor: nwse-resize;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.zsedit-props {
  width: 240px;
  flex-shrink: 0;
}
.zsedit-props-bd {
  padding: 16px;
}
.zsedit-props-bd .form-group {
  margin-bottom: 14px;
}
.zsedit-props-bd label {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}
.zsedit-props-bd input[type="number"],
.zsedit-props-bd input[type="text"],
.zsedit-props-bd input[type="color"],
.zsedit-props-bd select {
  width: 100%;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 13px;
}
.zsedit-props-empty {
  padding: 40px 16px;
  text-align: center;
  color: #aaa;
  font-size: 13px;
}
.zsedit-el-list {
  margin-top: 16px;
  border-top: 1px solid #eee;
  padding-top: 12px;
}
.zsedit-el-list-item {
  padding: 6px 8px;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zsedit-el-list-item:hover,
.zsedit-el-list-item.active {
  background: #e8f0fe;
}
.zsedit-ctx-menu {
  position: fixed;
  z-index: 9100;
  min-width: 120px;
  padding: 4px 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}
.zsedit-ctx-item {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 8px 14px;
  font-size: 13px;
  color: #334155;
  cursor: pointer;
  line-height: 1.4;
}
.zsedit-ctx-item:hover {
  background: #f1f5f9;
}
.zsedit-ctx-item.is-danger {
  color: #dc2626;
}
.zsedit-ctx-item.is-danger:hover {
  background: #fef2f2;
}
.zsedit-bg-picker {
  padding: 16px;
  max-height: 420px;
  overflow-y: auto;
}
.zsedit-bg-empty {
  padding: 48px 20px;
  text-align: center;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.8;
}
.zsedit-bg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
}
.zsedit-bg-item {
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #f8fafc;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.zsedit-bg-item:hover {
  border-color: #005FDF;
  box-shadow: 0 4px 12px rgba(0, 95, 223, 0.15);
}
.zsedit-bg-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  display: block;
}
/* ---- from view/adm/man/zsimg.php ---- */
.zsimg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  padding: 16px;
  box-sizing: border-box;
}
.zsimg-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.zsimg-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}
.zsimg-card-thumb {
  aspect-ratio: 4 / 3;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.zsimg-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.zsimg-card-ft {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-top: 1px solid #f1f5f9;
  font-size: 12px;
  color: #64748b;
}
.zsimg-card-ft .op a + a {
  margin-left: 6px;
}
.zsimg-preview-box {
  text-align: center;
  padding: 12px;
  background: #f8fafc;
}
.zsimg-preview-box img {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
}
/* ---- login brand: 项目名垂直居中，技术支持贴底 ---- */
.login-card__aside {
  justify-content: flex-start;
}
.login-card__intro {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-card__brand .brand-logo {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.login-card__support {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding-top: 24px;
  flex-shrink: 0;
  font-size: 13px;
  color: var(--vmx-text-secondary, #6b7280);
  line-height: 1.4;
}
.login-card__support--text {
  display: block;
}
.login-card__logo {
  display: block;
  max-width: 72px;
  max-height: 36px;
  width: auto;
  height: auto;
  margin: 0;
  flex-shrink: 0;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .login-card__intro {
    flex: 0 0 auto;
    justify-content: flex-start;
  }
  .login-card__brand .brand-logo {
    font-size: 20px;
  }
  .login-card__support {
    margin-top: 20px;
    padding-top: 0;
  }
  .login-card__logo {
    max-width: 64px;
    max-height: 32px;
  }
}
/* ===== 证书占位符 / 精简导入 ===== */
.zsedit-ph-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.zsedit-ph-chip {
  border: 1px dashed #93c5fd;
  background: #eff6ff;
  color: #1d4ed8;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 12px;
  cursor: pointer;
  line-height: 1.6;
}
.zsedit-ph-chip:hover {
  background: #dbeafe;
}
.zsedit-check-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: normal;
  font-size: 13px;
  cursor: pointer;
}
.zsedit-check-label input {
  margin: 0;
}
.zsedit-prop-hint {
  margin-top: 6px;
  font-size: 12px;
  color: #6b7280;
  line-height: 1.45;
  word-break: break-all;
}
.easy-field-wide {
  grid-column: 1 / -1;
}
.easy-body-input {
  min-height: 88px;
  resize: vertical;
  font-family: inherit;
}
.easy-steps {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 20px;
  padding: 4px 0 16px;
  border-bottom: 1px solid #f1f5f9;
}
.easy-step {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.easy-step.is-on {
  color: #1d4ed8;
}
.easy-step.is-on .easy-step-num {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}
.easy-step.is-done {
  color: #059669;
}
.easy-step.is-done .easy-step-num {
  background: #059669;
  color: #fff;
  border-color: #059669;
}
.easy-step-num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background: #fff;
}
.easy-step-line {
  flex: 1;
  height: 2px;
  margin: 0 10px;
  background: #e2e8f0;
  min-width: 24px;
}
.easy-step-line.is-on {
  background: #93c5fd;
}
.easy-step-lead {
  margin: 0 0 14px;
  font-size: 13px;
  color: #64748b;
  line-height: 1.55;
}
.easy-ai-wrap {
  margin-bottom: 14px;
}
.easy-ai-toggle {
  margin-bottom: 0;
}
.easy-ai-box {
  padding: 12px 14px;
  border: 1px dashed #93c5fd;
  background: #f8fbff;
  border-radius: 10px;
  margin-bottom: 0;
}
.easy-ai-box-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.easy-ai-box-hd strong {
  font-size: 13px;
  color: #1e3a8a;
}
.easy-ai-close {
  border: 0;
  background: transparent;
  color: #64748b;
  font-size: 12px;
  cursor: pointer;
  padding: 0;
}
.easy-ai-close:hover {
  color: #1d4ed8;
}
.easy-ai-ops {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.easy-ph-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}
.easy-field-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.easy-field-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #f8fafc;
  font-size: 13px;
  color: #0f172a;
  cursor: pointer;
  user-select: none;
}
.easy-field-chip input {
  margin: 0;
}
.easy-field-chip small {
  color: #64748b;
  margin-left: 2px;
}
.easy-field-add-row {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}
.easy-field-add-row .vmx-input {
  flex: 1;
  min-width: 160px;
}
.easy-ph-label {
  font-size: 12px;
  color: #64748b;
}
.easy-ph-chip {
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
  border-radius: 999px;
  padding: 2px 10px;
  font-size: 12px;
  cursor: pointer;
  line-height: 1.7;
}
.easy-ph-chip:hover {
  background: #dbeafe;
}
.easy-live-preview {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 8px;
  font-size: 12px;
  color: #64748b;
  cursor: pointer;
  font-weight: normal;
}
.easy-live-preview input {
  margin: 0;
}
.easy-apply-body {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.45;
  cursor: pointer;
}
.easy-apply-body input {
  margin-top: 2px;
  flex-shrink: 0;
}
.easy-body-preview {
  margin-top: 8px;
  padding: 8px 10px;
  background: #f8fafc;
  border-radius: 8px;
  font-size: 13px;
  color: #334155;
  line-height: 1.55;
}
.easy-body-preview strong {
  color: #64748b;
  font-weight: 600;
}
.easy-body-preview-text {
  white-space: pre-wrap;
}
.easy-type-date {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 12px;
  color: #475569;
  font-weight: 600;
}
.easy-type-date .vmx-input {
  width: 150px;
  font-weight: normal;
}
.easy-steps-wrap {
  flex-wrap: wrap;
  row-gap: 10px;
}
.easy-draft-tip {
  margin-top: 8px;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 12px;
}
.easy-submit-confirm {
  line-height: 1.7;
  font-size: 13px;
  color: #334155;
}
.easy-submit-confirm p {
  margin: 0 0 8px;
}
.easy-submit-confirm strong {
  color: #0f172a;
}
.easy-submit-confirm-tip {
  color: #64748b;
  font-size: 12px;
}
.easy-import-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.easy-import-focus {
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}
.easy-import-focus-hd {
  display: none;
}
.easy-section {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-top: 0;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.easy-section-hd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 14px;
  background: #f8fafc;
  border-bottom: 1px solid #eef2f7;
}
.easy-section-num {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.easy-section-title {
  flex: 1;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.easy-section-title strong {
  font-size: 14px;
  color: #0f172a;
  font-weight: 700;
}
.easy-section-title em {
  font-style: normal;
  font-size: 12px;
  color: #64748b;
}
.easy-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: auto;
}
.easy-section-bd {
  padding: 14px;
}
.easy-section-bd-preview {
  padding: 0;
  background: #e8eef5;
}
.easy-person-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 14px 0;
  max-height: 120px;
  overflow: auto;
  background: #fff;
  border-bottom: 1px solid #eef2f7;
}
.easy-person-tag {
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
  border-radius: 999px;
  padding: 3px 12px;
  font-size: 12px;
  cursor: pointer;
  line-height: 1.7;
}
.easy-person-tag:hover {
  background: #dbeafe;
}
.easy-person-tag.is-on {
  border-color: #2563eb;
  background: #2563eb;
  color: #fff;
}
.easy-person-tags-tip {
  margin: 0;
  padding: 6px 14px 10px;
  font-size: 12px;
  color: #64748b;
  background: #fff;
  border-bottom: 1px solid #eef2f7;
}
.easy-section .easy-ai-wrap {
  margin-bottom: 12px;
}
.easy-section .easy-type-ops.is-focus {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.easy-section .easy-file-meta,
.easy-section .easy-tip {
  margin-top: 8px;
}
.easy-type-ops.is-focus {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.easy-confirm-box {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 14px;
  background: #f8fafc;
}
.easy-confirm-row {
  display: flex;
  gap: 12px;
  padding: 6px 0;
  font-size: 13px;
}
.easy-confirm-row span {
  width: 72px;
  color: #64748b;
  flex-shrink: 0;
}
.easy-confirm-row strong {
  color: #0f172a;
  font-weight: 600;
}
.easy-confirm-type {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding: 10px 0;
  border-top: 1px dashed #e2e8f0;
  font-size: 13px;
  color: #334155;
}
.easy-confirm-type strong {
  color: #1d4ed8;
}
.easy-confirm-type .is-warn {
  color: #dc2626;
}
.easy-preview-block {
  margin-top: 16px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.easy-preview-hd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 12px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}
.easy-preview-hd strong {
  font-size: 13px;
  color: #0f172a;
}
.easy-preview-hd span {
  font-size: 12px;
  color: #64748b;
  margin-right: auto;
}
.easy-preview-stage {
  background: #e8eef5;
}
.easy-preview-stage.is-layout-edit {
  min-height: 560px;
}
.easy-preview-frame {
  display: block;
  width: 100%;
  height: 640px;
  height: min(70vh, 720px);
  min-height: 420px;
  border: 0;
  background: #e8eef5;
}
.easy-preview-frame.is-layout-edit {
  height: 720px;
  height: min(78vh, 820px);
  min-height: 520px;
}
.easy-layout-edit-hint {
  font-size: 12px;
  color: #9a3412;
  line-height: 1.4;
  margin-right: 4px;
}
@media (max-width: 760px) {
  .easy-steps {
    flex-wrap: wrap;
    gap: 8px;
  }
  .easy-step-line {
    display: none;
  }
}
/* ===== 证书编辑器增强（对齐本地证书生成） ===== */
.zsedit-canvas-hint {
  margin-top: 4px;
  font-size: 12px;
  color: #6b7280;
  font-weight: normal;
  line-height: 1.4;
}
.zsedit-font-tip {
  margin: 0 0 10px;
  padding: 8px 12px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.5;
}
.zsedit-guides {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.zsedit-guides.show {
  opacity: 1;
  visibility: visible;
}
.zsedit-guide {
  position: absolute;
  pointer-events: none;
}
.zsedit-guide.is-v {
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1px dashed rgba(37, 99, 235, 0.55);
  transform: translateX(-0.5px);
}
.zsedit-guide.is-h {
  left: 0;
  right: 0;
  height: 0;
  border-top: 1px dashed rgba(37, 99, 235, 0.55);
  transform: translateY(-0.5px);
}
.zsedit-guide.active {
  border-color: #ef4444;
  border-width: 2px;
}
.zsedit-el.is-wrap {
  white-space: pre-wrap;
  word-break: break-word;
}
.zsedit-el-resize.is-east {
  right: -5px;
  top: 50%;
  bottom: auto;
  left: auto;
  margin-top: -5px;
  cursor: ew-resize;
}
.zsedit-el-resize.is-se {
  right: -5px;
  bottom: -5px;
  cursor: nwse-resize;
}
.zsedit-textarea {
  width: 100%;
  min-height: 72px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 6px 8px;
  font-size: 13px;
  resize: vertical;
  line-height: 1.45;
}
.zsedit-prop-hint {
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
  background: #f8fafc;
  border-radius: 6px;
  padding: 8px 10px;
}
.zsedit-props {
  width: 260px;
}
/* ===== 我的发证活动 ===== */
.myissue-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.myissue-hd-ops {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.myissue-search {
  display: flex;
  align-items: center;
  gap: 6px;
}
.myissue-search .vmx-input {
  width: 200px;
}
/* ===== 简易发证 / 发证方案 ===== */
.easy-page,
.scheme-page {
  padding: 0 0 32px;
}
.easy-hero a {
  color: #2563eb;
  margin-left: 4px;
}
.easy-hero {
  margin-bottom: 18px;
}
.easy-hero h2 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}
.easy-hero p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}
.easy-alert {
  padding: 14px 16px;
  border-radius: 10px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.6;
}
.easy-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
}
.easy-card-hd {
  padding: 14px 18px;
  font-weight: 650;
  font-size: 15px;
  border-bottom: 1px solid #f1f5f9;
  background: #f8fafc;
  color: #0f172a;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  justify-content: space-between;
}
.easy-card-hd-main {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.easy-card-hd-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
}
.easy-stash-hint {
  font-size: 12px;
  font-weight: 500;
  color: #047857;
}
.easy-card-hd-sub {
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
}
.easy-card-bd {
  padding: 18px;
}
.easy-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}
.easy-field-span {
  grid-column: 1 / -1;
}
.easy-seal-panel {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.easy-seal-panel-hd {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 14px;
  background: #f8fafc;
  border-bottom: 1px solid #eef2f7;
}
.easy-seal-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.easy-seal-panel-top strong {
  font-size: 14px;
  color: #0f172a;
  font-weight: 650;
  line-height: 1.3;
}
.easy-seal-panel-top strong em {
  color: #dc2626;
  font-style: normal;
  margin-right: 2px;
}
.easy-seal-panel-hint {
  font-style: normal;
  font-size: 12px;
  color: #64748b;
  line-height: 1.45;
  display: block;
}
.easy-seal-panel-actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.easy-seal-panel-bd {
  padding: 14px;
}
.easy-seal-empty {
  padding: 16px 12px;
  text-align: center;
  color: #94a3b8;
  font-size: 13px;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  margin-bottom: 8px;
}
.easy-seal-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
}
.easy-seal-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
}
.easy-seal-ord {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background: #e2e8f0;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.easy-seal-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.easy-seal-main strong {
  font-size: 13px;
  color: #0f172a;
  line-height: 1.3;
}
.easy-seal-main-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.easy-seal-main-row .vmx-input {
  flex: 1;
  min-width: 0;
  height: 34px;
  box-sizing: border-box;
}
.easy-seal-ops {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  flex-shrink: 0;
  align-items: center;
}
.easy-seal-ops .vmx-btn {
  height: 34px;
  box-sizing: border-box;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}
.easy-seal-override {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #334155;
  margin-bottom: 10px;
  cursor: pointer;
}
.easy-seal-picker {
  padding: 14px 16px 12px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.easy-seal-pick-grid {
  flex: 1;
  overflow: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
}
.easy-seal-pick-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.easy-seal-pick-item:hover {
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
.easy-seal-pick-item img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.easy-seal-pick-name {
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.3;
}
.easy-seal-pick-sub {
  font-size: 12px;
  color: #64748b;
  line-height: 1.3;
}
.easy-seal-pick-empty {
  grid-column: 1 / -1;
  padding: 28px 12px;
  text-align: center;
  color: #94a3b8;
  font-size: 13px;
}
.easy-seal-pick-foot {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding-top: 12px;
  margin-top: 10px;
  border-top: 1px solid #eef2f7;
}
.easy-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}
.easy-label {
  font-size: 13px;
  color: #475569;
  font-weight: 600;
}
.easy-label em {
  color: #dc2626;
  font-style: normal;
  margin-right: 2px;
}
.easy-label-opt {
  font-weight: 400;
  color: #64748b;
  margin-left: 4px;
}
.easy-form-grid-compact {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.easy-field-hint {
  font-size: 12px;
  color: #059669;
  line-height: 1.4;
}
.easy-issuer-lines {
  font-style: normal;
  white-space: pre-line;
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
}
.easy-types-title {
  font-size: 14px;
  font-weight: 650;
  color: #0f172a;
  margin-bottom: 10px;
}
.easy-batch-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.easy-batch-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
}
.easy-batch-main {
  flex: 1;
  min-width: 0;
}
.easy-batch-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.easy-batch-meta {
  margin-top: 6px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.45;
}
.easy-batch-ord {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.easy-batch-type {
  flex-shrink: 0;
  font-size: 12px;
  color: #64748b;
  background: #f1f5f9;
  padding: 2px 8px;
  border-radius: 999px;
}
.easy-batch-label {
  flex: 1;
  min-width: 180px;
}
.easy-batch-empty {
  padding: 20px;
  text-align: center;
  color: #94a3b8;
  font-size: 13px;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  margin-bottom: 16px;
}
.easy-batch-add-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}
.easy-batch-add-card {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px;
  background: #fafbfc;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.easy-batch-add-card-hd strong {
  display: block;
  font-size: 14px;
  color: #0f172a;
  margin-bottom: 4px;
}
.easy-batch-add-cols {
  display: block;
  font-size: 12px;
  color: #64748b;
  line-height: 1.45;
}
.easy-batch-add-btn {
  align-self: flex-start;
}
.easy-batch-copy-last {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
  padding: 10px 12px;
  background: #f8fafc;
  border-radius: 8px;
  border: 1px dashed #cbd5e1;
}
.easy-copy-prev {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
  padding: 10px 12px;
  background: #eff6ff;
  border-radius: 8px;
  border: 1px solid #bfdbfe;
}
.easy-copy-prev-hint {
  font-size: 12px;
  color: #64748b;
}
.easy-batch-add {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}
.easy-batch-add-label {
  font-size: 13px;
  color: #64748b;
}
.easy-confirm-sub {
  font-size: 12px;
  color: #64748b;
  margin-right: 8px;
}
.easy-types {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.easy-type {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 14px;
  background: #fff;
  transition: border-color 0.15s, background 0.15s;
}
.easy-type.is-on {
  border-color: #93c5fd;
  background: #f8fbff;
}
.easy-type-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  cursor: pointer;
}
.easy-type-check input {
  margin-top: 3px;
}
.easy-type-check strong {
  display: block;
  font-size: 14px;
  color: #0f172a;
}
.easy-type-check small {
  display: block;
  margin-top: 2px;
  color: #64748b;
  font-size: 12px;
}
.easy-type-ops {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #e2e8f0;
}
.easy-upload-btn {
  margin: 0;
  cursor: pointer;
}
.easy-file-meta {
  font-size: 13px;
  color: #059669;
}
.easy-file-meta.is-warn {
  color: #d97706;
}
.easy-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.easy-tip {
  font-size: 13px;
  color: #94a3b8;
}
.easy-result {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  white-space: pre-wrap;
  line-height: 1.5;
}
.easy-result.is-ok {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}
.easy-result.is-err {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}
.easy-task {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}
.easy-task-hd {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: #f8fafc;
  border-bottom: 1px solid #f1f5f9;
  font-size: 14px;
}
.easy-task-hd-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.easy-task-hd span {
  color: #94a3b8;
  font-size: 12px;
  white-space: nowrap;
}
.myissue-zip-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #005FDF !important;
  text-decoration: none;
  white-space: nowrap;
}
.myissue-zip-btn:hover {
  text-decoration: underline;
}
.myissue-zip-btn.is-busy {
  opacity: 0.55;
  pointer-events: none;
}
.myissue-dl-pick {
  padding: 8px 16px 16px;
}
.myissue-dl-pick-lead {
  margin: 0 0 14px;
  font-size: 14px;
  color: #334155;
  line-height: 1.5;
}
.myissue-dl-opt {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  margin: 0 0 10px;
  padding: 14px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
.myissue-dl-opt:hover {
  border-color: #93c5fd;
  background: #f8fbff;
  box-shadow: 0 4px 12px rgba(0, 95, 223, 0.08);
}
.myissue-dl-opt > i {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 8px;
  background: #eff6ff;
  color: #005FDF;
  font-size: 15px;
}
.myissue-dl-opt span {
  display: block;
  min-width: 0;
}
.myissue-dl-opt strong {
  display: block;
  font-size: 14px;
  color: #0f172a;
  font-weight: 650;
  margin-bottom: 4px;
}
.myissue-dl-opt em {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: #64748b;
  line-height: 1.45;
}
.myissue-dl-pick-tip {
  margin: 6px 0 0;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.5;
}
.easy-task-del,
.easy-active-del {
  color: #b91c1c !important;
}
.easy-active-clear {
  color: #b45309 !important;
}
.easy-del-disabled {
  color: #cbd5e1;
  font-size: 12px;
}
.act-data-ops a {
  margin-right: 10px;
}
.act-data-ops a:last-child {
  margin-right: 0;
}
.act-data-del {
  color: #b91c1c;
}
.act-data-void {
  color: #b45309;
}
.act-data-del-disabled {
  color: #cbd5e1;
}
.easy-actives {
  padding: 8px 10px;
}
.easy-active {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 8px;
  border-bottom: 1px solid #f1f5f9;
}
.easy-active:last-child {
  border-bottom: 0;
}
.easy-active-type {
  display: inline-block;
  font-weight: 650;
  color: #0f172a;
  margin-right: 10px;
}
.easy-active-stats {
  color: #64748b;
  font-size: 12px;
}
.easy-active-ops a {
  margin-left: 10px;
  font-size: 13px;
}
.easy-active-empty {
  padding: 12px;
  color: #94a3b8;
  font-size: 13px;
}
.scheme-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.scheme-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
}
.scheme-item-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: #f8fafc;
  border-bottom: 1px solid #f1f5f9;
}
.scheme-badge {
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 999px;
  font-weight: 600;
}
.scheme-badge.is-ok {
  background: #ecfdf5;
  color: #047857;
}
.scheme-badge.is-warn {
  background: #fff7ed;
  color: #c2410c;
}
.scheme-item-bd {
  padding: 16px 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}
.scheme-enabled {
  grid-column: 1 / -1;
}
.scheme-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 13px;
  color: #475569;
}
.scheme-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.scheme-link {
  font-size: 13px;
  color: #2563eb;
}
.scheme-current {
  grid-column: 1 / -1;
  font-size: 12px;
  color: #94a3b8;
}
@media screen and (max-width: 900px) {
  .easy-form-grid,
  .scheme-item-bd {
    grid-template-columns: 1fr;
  }
  .easy-active {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* ===== 证书编码管理 ===== */
.certcode-page {
  padding: 0 0 32px;
}
.certcode-lead {
  margin: 0 0 14px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}
.certcode-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 14px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 0;
}
.certcode-tab {
  display: inline-block;
  padding: 10px 16px;
  font-size: 14px;
  color: #64748b;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.certcode-tab:hover {
  color: #0f172a;
}
.certcode-tab.is-on {
  color: #0f172a;
  font-weight: 600;
  border-bottom-color: #2563eb;
}
.certcode-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}
.certcode-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}
.certcode-subtabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.certcode-subtab {
  display: inline-block;
  padding: 5px 12px;
  font-size: 13px;
  color: #64748b;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  text-decoration: none;
}
.certcode-subtab.is-on {
  color: #1d4ed8;
  background: #eff6ff;
  border-color: #bfdbfe;
  font-weight: 600;
}
.certcode-page .vmx-table {
  margin: 0;
  padding: 0;
}
.certcode-page .table {
  margin: 0;
}
.certcode-page .table th,
.certcode-page .table td {
  vertical-align: middle;
  padding: 10px 12px;
  font-size: 13px;
}
.certcode-page .table thead th {
  background: #f8fafc;
  color: #475569;
  font-weight: 600;
  white-space: nowrap;
}
.certcode-inp {
  width: 100%;
  min-width: 0;
  height: 32px;
  padding: 4px 8px;
  font-size: 13px;
}
.certcode-inp--num {
  width: 72px;
  max-width: 100%;
}
.certcode-check {
  text-align: center;
}
.certcode-page .op a {
  margin-right: 10px;
  color: #2563eb;
  cursor: pointer;
}
.certcode-page .op a.is-danger {
  color: #dc2626;
}
.certcode-page .op a:hover {
  text-decoration: underline;
}
.certcode-empty {
  text-align: center;
  color: #94a3b8;
  padding: 28px 12px !important;
}
.certcode-hint {
  margin: 10px 14px 14px;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.5;
}
.certcode-page code {
  font-size: 12px;
  background: #f1f5f9;
  padding: 2px 6px;
  border-radius: 4px;
  color: #334155;
}
/* ── from vmx 7ccc0e7：手机表格 / 分类树触屏入口（框架增量，勿整文件覆盖） ── */
@media (max-width: 880px) {
  .vmx-table .table > tbody > tr.is-row-tap > td,
  .vmx-auto-table .table > tbody > tr.is-row-tap > td,
  .table-right-menu > tbody > tr.is-row-tap > td {
    background: rgba(0, 110, 255, 0.06);
  }
}
.mobile-table-detail__value a {
  color: var(--vmx-primary);
  word-break: break-all;
}
.mobile-table-detail__value img.vmx-table-thumb,
.mobile-table-detail__value .imgview img {
  max-width: 120px;
  max-height: 80px;
  border-radius: 4px;
  vertical-align: middle;
}
.mobile-table-detail__value .vmx-table-html {
  max-height: 160px;
  overflow: auto;
}
.goods-tree-node__more,
.news-tree-node__more {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: 4px;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: var(--vmx-text-secondary, #888);
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.goods-tree-node__more i,
.news-tree-node__more i {
  font-size: 16px;
  line-height: 1;
}
.goods-tree-node__more:hover,
.news-tree-node__more:hover,
.goods-tree-node__more:focus,
.news-tree-node__more:focus {
  opacity: 1;
  background: var(--vmx-bg-hover, #f5f6f8);
  color: var(--vmx-primary);
  outline: none;
}
.goods-tree-node__more:active,
.news-tree-node__more:active {
  background: var(--vmx-bg-soft, #eef0f3);
}
.goods-tree-node__row:hover .goods-tree-node__more,
.news-tree-node__row:hover .news-tree-node__more {
  opacity: 1;
}
@media (max-width: 991px) {
  .goods-tree-node__more,
  .news-tree-node__more {
    opacity: 0.85;
  }
}
/* ---- 听评课后台 ---- */
.obs-qr-banner {
  margin-bottom: 16px;
  padding: 16px;
  background: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 10px;
}
/* 听评课阅卷：跟 vmx-list-page__section 的 16/24 边距走，勿再套 __body(padding:0) */
.obs-mark {
  box-sizing: border-box;
}
.obs-mark-empty {
  max-width: 520px;
  margin: 28px auto 12px;
  padding: 28px 24px;
  text-align: center;
  background: #f8fafc;
  border: 1px dashed #dbe3ef;
  border-radius: 12px;
}
.obs-mark-empty__title {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.4;
}
.obs-mark-empty__desc {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: #64748b;
}
.obs-mark-empty__ops {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}
.obs-mark__hd {
  margin-bottom: 14px;
}
.obs-mark__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1c2330;
  line-height: 1.4;
}
.obs-mark__sub {
  margin: 6px 0 0;
  font-size: 13px;
  color: #6b7785;
  line-height: 1.5;
}
.obs-mark__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.obs-mark__tab {
  border: 1px solid #d9e1ec;
  background: #fff;
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #3d4a5c;
  cursor: pointer;
  font-family: inherit;
}
.obs-mark__tab em {
  margin-left: 6px;
  font-style: normal;
  font-weight: 500;
  color: #2563eb;
}
.obs-mark__tab em.is-todo {
  color: #d97706;
}
.obs-mark__tab.is-active {
  background: #eff6ff;
  border-color: #93c5fd;
  color: #1d4ed8;
}
.obs-mark__teacher {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  margin: 0 0 16px;
  padding: 12px 14px;
  background: #f8fafc;
  border-radius: 10px;
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
}
.obs-mark__teacher-main {
  min-width: 0;
  flex: 1;
}
.obs-mark__teacher-ops {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.obs-mark__ai-tip {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin: 0 0 14px;
  padding: 10px 12px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  font-size: 13px;
  color: #1e3a8a;
  line-height: 1.5;
}
.obs-mark__ai-tip strong {
  flex: 0 0 auto;
}
.obs-mark__ai-tip span {
  flex: 1 1 200px;
  color: #334155;
}
.obs-mark__ai-tip em {
  font-style: normal;
  font-weight: 700;
  color: #1d4ed8;
}
.obs-mark__ai-box {
  margin: 0 0 14px;
  padding: 12px 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}
.obs-mark__ai-box-hd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #334155;
}
.obs-mark__ai-box-hd strong {
  font-size: 14px;
  color: #0f172a;
}
.obs-mark__ai-status {
  color: #2563eb;
}
.obs-mark__ai-box-hd em {
  margin-left: auto;
  font-style: normal;
  font-weight: 700;
  color: #1d4ed8;
}
.obs-mark__ai-text {
  display: block;
  width: 100%;
  box-sizing: border-box;
  min-height: 110px;
  padding: 10px 12px;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  background: #fff;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.6;
  font-family: inherit;
  resize: vertical;
}
.obs-mark__ai-text[readonly] {
  background: #f1f5f9;
  color: #334155;
}
.obs-mark__progress {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 8px;
  border-radius: 6px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
}
.obs-mark__sec {
  border: 1px solid #e8ecf1;
  border-radius: 10px;
  padding: 16px;
  margin: 0 0 12px;
  background: #fafbfc;
  box-sizing: border-box;
}
.obs-mark__sec:last-of-type {
  margin-bottom: 0;
}
.obs-mark__sec-hd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}
.obs-mark__sec-title {
  flex: 1;
  min-width: 0;
  font-size: 15px;
  font-weight: 700;
  color: #1c2330;
  line-height: 1.4;
}
.obs-mark__sec-score {
  flex-shrink: 0;
  font-size: 13px;
  color: #64748b;
  white-space: nowrap;
}
.obs-mark__sec-score strong {
  color: #1d4ed8;
  font-size: 16px;
  margin: 0 2px;
}
.obs-mark__sec-score em {
  font-style: normal;
  color: #94a3b8;
}
.obs-mark__leaf {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 8px;
}
.obs-mark__leaf:last-child {
  margin-bottom: 0;
}
.obs-mark__leaf-title {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}
.obs-mark__leaf-hint {
  margin-top: 4px;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.5;
}
.obs-mark__leaf-ans {
  margin-top: 8px;
  font-size: 14px;
  color: #1e293b;
  line-height: 1.65;
  white-space: pre-wrap;
  word-break: break-word;
}
.obs-mark__score-ctrl {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eef2f7;
}
.obs-mark__score-label {
  flex-shrink: 0;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
}
.obs-mark__score-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1;
  min-width: 0;
}
.obs-mark__score-tag {
  min-width: 36px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid #d9e1ec;
  border-radius: 8px;
  background: #fff;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  line-height: 30px;
  text-align: center;
}
.obs-mark__score-tag:hover {
  border-color: #93c5fd;
  color: #1d4ed8;
}
.obs-mark__score-tag.active {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}
.obs-mark__grade-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.obs-mark__grade-btn {
  min-width: 64px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid #d9e1ec;
  border-radius: 8px;
  background: #fff;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}
.obs-mark__grade-btn.active {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}
.obs-mark__ft {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
  padding-top: 4px;
}
.obs-qr-panel {
  text-align: center;
  max-width: 380px;
  margin: 0 auto;
}
.obs-qr-panel__canvas-wrap {
  display: flex;
  justify-content: center;
}
.obs-qr-panel__canvas {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #eef1f5;
  border-radius: 8px;
  background: #fff;
}
.obs-qr-panel__hint {
  margin-top: 10px;
  font-size: 13px;
  color: #6b7785;
}
.obs-qr-panel__url {
  margin-top: 6px;
  font-size: 12px;
  color: #8a96a3;
  word-break: break-all;
}
.obs-qr-panel__ops {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.obs-sum-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.obs-sum-toolbar .vmx-btn {
  text-decoration: none;
}
.obs-sum-sheet {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 20px 22px 28px;
}
.obs-sum-sheet-title {
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: 0.04em;
}
.obs-sum-sheet-sub {
  margin: 6px 0 18px;
  text-align: center;
  font-size: 13px;
  color: #64748b;
}
.obs-sum-h2 {
  margin: 22px 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  padding-left: 8px;
  border-left: 3px solid #2563eb;
}
.obs-sum-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  color: #1e293b;
}
.obs-sum-table th,
.obs-sum-table td {
  border: 1px solid #cbd5e1;
  padding: 10px 12px;
  vertical-align: top;
  word-break: break-word;
}
.obs-sum-table--meta th {
  width: 110px;
  background: #f1f5f9;
  font-weight: 600;
  text-align: center;
  color: #334155;
}
.obs-sum-table--list thead th,
.obs-sum-table--detail thead th {
  background: #eef2ff;
  text-align: center;
  font-weight: 600;
  color: #1e3a8a;
}
.obs-sum-th-sub {
  font-weight: 400;
  color: #64748b;
  font-size: 12px;
}
.obs-sum-table .is-center {
  text-align: center;
}
.obs-sum-table .is-score {
  font-weight: 600;
  color: #1d4ed8;
}
.obs-sum-table .is-muted {
  color: #94a3b8;
}
.obs-sum-table .is-text {
  text-align: left;
  white-space: pre-wrap;
  word-break: break-word;
  vertical-align: top;
  min-width: 140px;
  max-width: 280px;
  line-height: 1.55;
  color: #334155;
}
.obs-sum-table--texts td.is-text {
  font-size: 13px;
}
.obs-sum-table tr.is-section td {
  background: #f8fafc;
}
.obs-sum-leaf-name {
  font-weight: 600;
  color: #0f172a;
}
.obs-sum-leaf-q {
  margin-top: 4px;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.45;
  font-weight: 400;
}
.obs-sum-teacher {
  margin-top: 16px;
  padding-top: 4px;
}
.obs-sum-teacher-hd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
  padding: 10px 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}
.obs-sum-teacher-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.obs-sum-teacher-meta {
  font-size: 13px;
  color: #64748b;
}
.obs-sum-teacher .obs-sum-table--detail {
  border-radius: 0 0 8px 8px;
}
.obs-sum-ai {
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 24px !important;
  /* 覆盖 .vmx-list-page__body { padding:0 } */
}
.obs-sum-ai__card {
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(37, 99, 235, 0.06);
  overflow: hidden;
}
.obs-sum-ai__hd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding: 12px 20px;
  border-bottom: 1px solid #e8eef9;
  background: linear-gradient(180deg, #f8fbff 0%, #f1f6ff 100%);
}
.obs-sum-ai__hd strong {
  font-size: 15px;
  color: #1e3a8a;
}
.obs-sum-ai__tip {
  font-size: 12px;
  color: #64748b;
}
.obs-sum-ai__out {
  min-height: 120px;
  padding: 20px 24px 24px;
  line-height: 1.75;
  color: #1e293b;
  font-size: 14px;
  white-space: pre-wrap;
  box-sizing: border-box;
}
.obs-sum-ai__out:empty::before {
  content: '点击「AI分析」后，此处将流式输出…';
  color: #94a3b8;
}
.obs-sum-ai__out.vmx-ai-md {
  white-space: normal;
}
.obs-sum-ai__out.vmx-ai-md > *:first-child {
  margin-top: 0;
}
.obs-sum-ai__out.vmx-ai-md > *:last-child {
  margin-bottom: 0;
}
.obs-sum-ai__out.vmx-ai-md h1,
.obs-sum-ai__out.vmx-ai-md h2,
.obs-sum-ai__out.vmx-ai-md h3,
.obs-sum-ai__out.vmx-ai-md h4,
.obs-sum-ai__out.vmx-ai-md strong {
  color: #0f172a;
}
.obs-sum-ai__out.vmx-ai-md h1,
.obs-sum-ai__out.vmx-ai-md h2,
.obs-sum-ai__out.vmx-ai-md h3 {
  margin: 1.1em 0 0.5em;
  font-size: 1.05em;
  line-height: 1.4;
}
.obs-sum-ai__out.vmx-ai-md p {
  margin: 0.55em 0;
}
.obs-sum-ai__out.vmx-ai-md ul,
.obs-sum-ai__out.vmx-ai-md ol {
  margin: 0.5em 0;
  padding: 0 0 0 1.6em;
}
.obs-sum-ai__out.vmx-ai-md li {
  margin: 0.28em 0;
  padding-left: 0.15em;
}
.obs-sum-ai__out.vmx-ai-md li + li {
  margin-top: 0.35em;
}
.obs-sum-print-only {
  display: none;
}
@media print {
  body.obs-sum-printing * {
    visibility: hidden !important;
  }
  body.obs-sum-printing #obsSumPrintArea,
  body.obs-sum-printing #obsSumPrintArea * {
    visibility: visible !important;
  }
  body.obs-sum-printing #obsSumPrintArea {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
  }
  .no-print,
  .obs-sum-screen-only {
    display: none !important;
  }
  .obs-sum-print-only {
    display: block !important;
  }
  .obs-sum-sheet {
    border: none;
    padding: 0;
    border-radius: 0;
  }
  .obs-sum-sheet-sub {
    display: none;
  }
  .obs-sum-teacher {
    page-break-inside: avoid;
    break-inside: avoid;
    margin-top: 14px;
  }
  .obs-sum-teacher-hd {
    border: 1px solid #333;
    background: #f3f4f6 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .obs-sum-table {
    width: 100% !important;
    table-layout: fixed;
    font-size: 12px;
  }
  .obs-sum-table th,
  .obs-sum-table td {
    border-color: #333;
    word-break: break-word;
  }
  .obs-sum-table .is-text {
    min-width: 0;
    max-width: none;
    white-space: pre-wrap;
  }
  .obs-sum-table--list th {
    font-size: 11px;
  }
  .table-responsive {
    overflow: visible !important;
  }
}
.obs-admin-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.obs-admin-search {
  display: flex;
  gap: 8px;
  flex: 1;
  min-width: 220px;
}
.obs-admin-search input {
  flex: 1;
  min-width: 160px;
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.obs-admin-tip {
  font-size: 13px;
  color: #64748b;
}
.obs-admin-sub {
  margin-top: 4px;
  font-size: 12px;
  color: #94a3b8;
}
.obs-admin-table {
  width: 100%;
  table-layout: auto;
  /* 操作列按内容收窄，避免被表格剩余宽度拉开导致表头错位观感 */
}
.obs-admin-table > thead > tr > th.obs-nowrap,
.obs-admin-table > tbody > tr > td.obs-nowrap,
.obs-admin-table > thead > tr > th.op,
.obs-admin-table > tbody > tr > td.op {
  white-space: nowrap;
}
.obs-admin-table > thead > tr > th.op,
.obs-admin-table > tbody > tr > td.op {
  width: 1%;
  white-space: nowrap;
  text-align: left;
}
.obs-admin-tree {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.obs-admin-sec {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
}
.obs-admin-row-form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px 12px;
  align-items: end;
  padding: 12px 0;
  border-bottom: 1px solid #f1f5f9;
}
.obs-admin-row-form.is-leaf {
  grid-template-columns: 1fr;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 3px solid #dbeafe;
}
.obs-admin-row-form label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  color: #64748b;
}
.obs-admin-row-form input,
.obs-admin-row-form textarea {
  padding: 8px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  color: #0f172a;
  font-family: inherit;
}
.obs-admin-row-hd {
  grid-column: 1 / -1;
  font-size: 12px;
  font-weight: 600;
  color: #2563eb;
}
.obs-admin-row-form .vmx-btn {
  justify-self: start;
}
@media (max-width: 768px) {
  .obs-admin-row-form {
    grid-template-columns: 1fr;
  }
}
/* 听评课指标编辑页 */
.obs-edit-hd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.obs-edit-hd__main {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  min-width: 0;
}
.obs-edit-hd__title h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
}
.obs-edit-hd__title p {
  margin: 4px 0 0;
  font-size: 13px;
  color: #64748b;
}
.obs-edit-tip {
  margin-bottom: 16px;
  padding: 12px 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 13px;
  color: #475569;
  line-height: 1.55;
}
.obs-edit-tip strong {
  color: #0f172a;
}
.obs-edit-tree {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.obs-edit-sec {
  position: relative;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 18px 18px 14px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}
.obs-edit-sec__badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
}
.obs-edit-sec__form {
  padding-bottom: 14px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
}
.obs-edit-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-bottom: 12px;
}
.obs-edit-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 140px;
  font-size: 12px;
  color: #64748b;
}
.obs-edit-field.is-grow {
  flex: 1 1 220px;
}
.obs-edit-field.is-score {
  width: 100px;
  flex: 0 0 100px;
}
.obs-edit-field input,
.obs-edit-field textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  color: #0f172a;
  font-family: inherit;
  box-sizing: border-box;
  background: #fff;
}
.obs-edit-field textarea {
  resize: vertical;
  min-height: 72px;
  line-height: 1.5;
}
.obs-edit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.obs-edit-actions--out {
  margin: 0 0 12px;
}
.obs-edit-del-disabled {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 8px;
  border: 1px dashed #cbd5e1;
  background: #f8fafc;
  color: #94a3b8;
  font-size: 13px;
  cursor: not-allowed;
  user-select: none;
}
.obs-edit-leaves {
  background: #f8fafc;
  border-radius: 12px;
  padding: 12px;
}
.obs-edit-leaves__hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.obs-edit-leaves__hd strong {
  font-size: 14px;
  color: #0f172a;
}
.obs-edit-leaves__count {
  margin-left: 8px;
  font-size: 12px;
  color: #94a3b8;
}
.obs-edit-leaves__empty {
  padding: 16px;
  text-align: center;
  font-size: 13px;
  color: #94a3b8;
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
}
.obs-edit-leaf {
  display: flex;
  gap: 12px;
  padding: 12px;
  margin-top: 8px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.obs-edit-leaf__num {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  margin-top: 22px;
  border-radius: 50%;
  background: #e2e8f0;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.obs-edit-leaf__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.obs-edit-leaf__body .vmx-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.obs-edit-leaf__body .obs-edit-actions--out {
  margin: 0;
}
@media (max-width: 768px) {
  .obs-edit-field.is-score {
    width: 100%;
    flex: 1 1 100%;
  }
  .obs-edit-leaf {
    flex-direction: column;
    gap: 8px;
  }
  .obs-edit-leaf__num {
    margin-top: 0;
  }
}
