: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;
}
.fdedit {
  position: absolute;
  right: 15px;
  z-index: 200;
  top: 10px;
}
.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;
}
.vmx-theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 28px;
  min-width: 28px;
  padding: 0 8px;
  border: 1px solid #e1e3e4;
  border-radius: 6px;
  background: #fff;
  color: #555;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  box-sizing: border-box;
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
  text-decoration: none;
  flex-shrink: 0;
}
.vmx-theme-toggle i {
  font-size: 14px;
  line-height: 1;
}
.vmx-theme-toggle .vmx-theme-toggle__text {
  display: none;
}
.vmx-theme-toggle:hover {
  color: var(--vmx-primary);
  border-color: var(--vmx-primary);
  background: var(--vmx-bg-hover);
  text-decoration: none;
}
.leftNav-footer .user-actions .vmx-theme-toggle {
  margin-right: auto;
}
.login-card__head {
  position: relative;
}
.login-card__head .vmx-theme-toggle {
  position: absolute;
  top: 0;
  right: 0;
}
.bigtitle .vmx-theme-toggle--mobile {
  display: none;
  float: right;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .bigtitle .vmx-theme-toggle--mobile {
    display: inline-flex;
  }
  .leftNav-footer .vmx-theme-toggle__text {
    display: inline;
  }
}
.bigdata {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bigdata > * {
  margin-bottom: 0;
}
.bigdata-hero {
  background: linear-gradient(135deg, #4481eb 0%, #04befe 100%);
  border-radius: 8px;
  padding: 28px 20px;
  color: #fff;
  box-shadow: 0 6px 8px 0 rgba(28, 31, 35, 0.06);
}
.bigdata-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
}
.bigdata-stat {
  flex: 1 1 calc(16.666% - 10px);
  min-width: 110px;
  text-align: center;
  box-sizing: border-box;
}
.bigdata-stat span {
  display: block;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
.bigdata-stat p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
}
.bigdata-card {
  margin-bottom: 0;
}
.bigdata-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.bigdata-grid .bigdata-card {
  width: 100%;
  margin-right: 0 !important;
}
.bigdata-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 8px 0 16px;
}
.bigdata-metrics--4 .bigdata-metric {
  flex: 1 1 calc(25% - 8px);
  min-width: 120px;
}
.bigdata-metrics--2 .bigdata-metric {
  flex: 1 1 calc(50% - 5px);
  min-width: 140px;
}
.bigdata-metric {
  box-sizing: border-box;
  text-align: center;
  padding: 12px 8px;
  background: var(--vmx-bg-soft);
  border-radius: 8px;
}
.bigdata-metric span {
  display: block;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--vmx-primary);
}
.bigdata-metric p {
  margin: 6px 0 0;
  font-size: 13px;
  color: var(--vmx-text-secondary);
}
.bigdata-chart {
  width: 100%;
  min-height: 280px;
  margin-top: 4px;
}
.bigdata .card-title {
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.bigdata .vmx-empty {
  margin-top: 12px;
  padding: 32px 16px;
}
@media screen and (max-width: 1199px) {
  .bigdata-stat {
    flex: 1 1 calc(33.333% - 8px);
  }
}
@media screen and (max-width: 991px) {
  .bigdata-grid {
    grid-template-columns: 1fr;
  }
  .bigdata-metrics--4 .bigdata-metric {
    flex: 1 1 calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .bigdata {
    gap: 12px;
    overflow-x: hidden;
  }
  .bigdata-hero {
    padding: 16px 12px;
    border-radius: 0;
    box-shadow: none;
  }
  .bigdata-stats {
    gap: 12px 8px;
  }
  .bigdata-stat {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
    max-width: calc(50% - 4px);
  }
  .bigdata-stat span {
    font-size: 26px;
  }
  .bigdata-stat p {
    font-size: 12px;
    line-height: 1.35;
    word-break: break-all;
  }
  .bigdata-grid {
    gap: 12px;
  }
  .bigdata-card,
  .bigdata .card-body {
    border-radius: 0;
  }
  .bigdata .card-body {
    padding: 14px 12px;
  }
  .bigdata .card-title {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  .bigdata-metrics {
    gap: 8px;
    padding: 8px 0 12px;
  }
  .bigdata-metrics--4 .bigdata-metric,
  .bigdata-metrics--2 .bigdata-metric {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
    padding: 10px 6px;
  }
  .bigdata-metric span {
    font-size: 22px;
  }
  .bigdata-metric p {
    font-size: 12px;
  }
  .bigdata-chart {
    min-height: 220px;
    overflow: hidden;
  }
  .bigdata .vmx-empty {
    padding: 24px 12px;
  }
}
@media screen and (max-width: 575px) {
  .bigdata-stat span {
    font-size: 24px;
  }
}
@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;
  }
}
