
:root {
  --fu-uc-blue: #2563eb;
  --fu-uc-blue-soft: #eff6ff;
  --fu-uc-ink: #0f172a;
  --fu-uc-muted: #64748b;
  --fu-uc-line: #e2e8f0;
  --fu-uc-page: #eef2f7;
  --sidebar-width: 180px;
  --sidebar-collapsed: 72px;
  --sidebar-bg: #0f172a;
  --sidebar-text: #cbd5e1;
  --topbar-bg: #ffffff;
  --topbar-text: #0f172a;
  --topbar-height: 60px;
  
  --nav-l-w: var(--sidebar-width);
  --windowWidth: 100vw;
  --blue: #2563eb;
  --primary: #2563eb;
  --primary-hover: #1d4ed8;
}

body.fu-uc,
body.inherit,
body[data-sidebar] {
  background: var(--fu-uc-page) !important;
  font-family: "PingFang SC", "HarmonyOS Sans", "Segoe UI", "Microsoft YaHei", sans-serif;
  color: var(--fu-uc-ink);
}

#page-topbar.fu-uc-topbar,
.fu-uc-topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1002;
  height: var(--topbar-height);
  background: var(--topbar-bg) !important;
  border-bottom: 1px solid var(--fu-uc-line);
  box-shadow: none !important;
}

.fu-uc-topbar-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 16px 0 12px;
}

.fu-uc-top-left,
.fu-uc-top-right {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.fu-uc-brand {
  display: inline-flex;
  align-items: center;
  height: var(--topbar-height);
}
.fu-uc-brand img {
  height: 32px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

.fu-uc-crumb {
  align-items: center;
  gap: 8px;
  margin-left: 8px;
  padding-left: 14px;
  border-left: 1px solid var(--fu-uc-line);
  font-size: 13px;
  color: var(--fu-uc-muted);
}
.fu-uc-crumb strong { color: var(--fu-uc-ink); font-weight: 600; }
.fu-uc-crumb i { font-size: 10px; opacity: .5; }

.fu-uc-icon-btn {
  position: relative;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #475569 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  cursor: pointer;
}
.fu-uc-icon-btn:hover {
  background: #f1f5f9;
  color: var(--fu-uc-blue) !important;
}
.fu-uc-icon-btn i { font-size: 18px; line-height: 1; }

.fu-uc-badge {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 99px;
  background: #ef4444;
  color: #fff !important;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
}

.fu-uc-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--fu-uc-blue);
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
}
.fu-uc-chip:hover { filter: brightness(1.06); color: #fff !important; }

.fu-uc-user-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--fu-uc-line);
  background: #fff;
  border-radius: 999px;
  padding: 3px 10px 3px 3px;
  cursor: pointer;
}
.fu-uc-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  overflow: hidden;
}
.fu-uc-avatar img { width: 100%; height: 100%; object-fit: cover; }
.fu-uc-avatar .fu-avatar-default { object-fit: cover; background: #e2e8f0; }
.userInformation .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #e2e8f0;
}
.userInformation .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.details-userInformation .fu-details-avatar {
  padding: 0 !important;
  overflow: hidden;
  background: #e2e8f0;
}
.details-userInformation .fu-details-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fu-uc-user-meta {
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
}
.fu-uc-user-meta strong { font-size: 13px; color: var(--fu-uc-ink); }
.fu-uc-user-meta small { font-size: 11px; color: var(--fu-uc-muted); }
.fu-uc-drop {
  border-radius: 12px !important;
  border: 1px solid var(--fu-uc-line) !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .12) !important;
  padding: 8px !important;
  min-width: 200px;
}
.fu-uc-drop .dropdown-item {
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 13px;
}

.vertical-menu.fu-uc-sidebar,
.fu-uc-sidebar {
  width: var(--sidebar-width);
  z-index: 1001;
  background: var(--sidebar-bg) !important;
  bottom: 0;
  position: fixed;
  top: var(--topbar-height);
  border-right: 0 !important;
  box-shadow: none !important;
}

.fu-uc-sidebar-head {
  padding: 16px 18px 8px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #64748b;
}

.vertical-menu .h-100 { padding: 8px 8px 28px; }

#sidebar-menu .metismenu { padding: 0; margin: 0; }
#sidebar-menu .metismenu > li { margin: 2px 0; }

#sidebar-menu .metismenu a {
  color: var(--sidebar-text) !important;
  border-radius: 10px;
  padding: 11px 10px !important;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.35;
  transition: background .15s ease, color .15s ease;
}
#sidebar-menu .metismenu a i {
  min-width: 18px;
  font-size: 15px;
  color: #94a3b8;
  text-align: center;
}
#sidebar-menu .metismenu a:hover {
  background: rgba(255,255,255,.06) !important;
  color: #fff !important;
}
#sidebar-menu .metismenu a:hover i { color: #fff; }
#sidebar-menu .metismenu a.active,
#sidebar-menu .metismenu .mm-active > a {
  background: rgba(37, 99, 235, .22) !important;
  color: #fff !important;
  font-weight: 600;
}
#sidebar-menu .metismenu a.active::before,
#sidebar-menu .metismenu .mm-active > a::before { display: none; }
#sidebar-menu .metismenu .mm-active > a i,
#sidebar-menu .metismenu a.active i { color: #93c5fd; }

#sidebar-menu .metismenu .sub-menu { padding: 2px 0 6px 8px; }
#sidebar-menu .metismenu .sub-menu a {
  padding: 8px 12px 8px 34px !important;
  font-size: 13px;
  color: #94a3b8 !important;
}
#sidebar-menu .metismenu .sub-menu a:hover,
#sidebar-menu .metismenu .sub-menu a.active {
  background: rgba(255,255,255,.05) !important;
  color: #e2e8f0 !important;
}

.vertical-menu.fu-uc-sidebar,
.fu-uc-sidebar {
  transition: width .2s ease, transform .22s ease;
  overflow: hidden;
}
body.vertical-collpsed .vertical-menu.fu-uc-sidebar,
body.vertical-collpsed .fu-uc-sidebar {
  width: var(--sidebar-collapsed) !important;
}
body.vertical-collpsed .fu-uc-sidebar-head { display: none !important; }
body.vertical-collpsed #sidebar-menu .metismenu a {
  justify-content: center;
  padding: 12px 0 !important;
  gap: 0;
}
body.vertical-collpsed #sidebar-menu .metismenu a span,
body.vertical-collpsed #sidebar-menu .metismenu .has-arrow:after {
  display: none !important;
}
body.vertical-collpsed #sidebar-menu .metismenu .sub-menu {
  display: none !important;
}
body.vertical-collpsed #sidebar-menu .metismenu a i {
  margin: 0;
  min-width: 0;
  font-size: 16px;
}

body.fu-uc:not(.auth-page) .main-content {
  margin-left: var(--sidebar-width);
  padding-top: var(--topbar-height);
  min-height: 100vh;
  background: transparent;
  transition: margin-left .2s ease;
}
body.fu-uc.vertical-collpsed:not(.auth-page) .main-content {
  margin-left: var(--sidebar-collapsed) !important;
}
body.fu-uc:not(.auth-page) .main-content .page-content {
  padding: 20px 20px 72px !important;
  margin-top: 0 !important;
}

@media (min-width: 992px) {
  body.fu-uc:not(.auth-page) .main-content .page-content {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  body.fu-uc:not(.auth-page) .main-content .page-content > .container-fluid {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.fu-uc .fu-flex-column,
  body.fu-uc .fu-flex-container,
  body.fu-uc .fu-flex-100,
  body.fu-uc .tabs_table,
  body.fu-uc .fu-tabs-card,
  body.fu-uc .table-container,
  body.fu-uc .table-responsive,
  body.fu-uc .Product-table,
  body.fu-uc .workOrderList,
  body.fu-uc .fu-content-panel,
  body.fu-uc .fu-content-layout,
  body.fu-uc .card:not(.modal-content),
  body.fu-uc .fu-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  body.fu-uc .Product-table .server-area,
  body.fu-uc .Product-table .card-body.padding0,
  body.fu-uc .tabs_table .card-body.padding0 {
    max-width: 100% !important;
    width: 100% !important;
  }
  
  body.fu-uc .fu-tabs-card,
  body.fu-uc .tabs_table > .card,
  body.fu-uc .fu-content-panel,
  body.fu-uc .workOrderList .card {
    min-height: 420px;
  }
  /* 产品列表不强制撑高，避免出现空灰块 */
  body.fu-uc .Product-table .table-container {
    min-height: 0;
  }
  body.fu-uc .fu-tabs-card > .card-body.padding0,
  body.fu-uc .tabs_table .card-body.padding0,
  body.fu-uc .fu-content-panel .table-responsive {
    min-height: 300px;
  }
  body.fu-uc .Product-table .card-body.padding0 {
    min-height: 0;
  }
  body.fu-uc .no-data {
    min-height: 240px !important;
    height: auto !important;
    padding-top: 140px !important;
    padding-bottom: 48px !important;
    box-sizing: border-box !important;
  }
  body.fu-uc table.tablelist td .no-data {
    min-height: 240px !important;
  }
}

.fu-page-ident-wrap {
  width: 100% !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
}
.breadcrumbsTitle,
.breadcrumbsTitle.fu-page-ident,
.page-title-box,
.fu-page-ident {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 8px 12px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 0 12px !important;
  padding: 10px 14px 10px 16px !important;
  background: #eef5ff !important;
  border: none !important;
  border-left: 4px solid var(--fu-uc-blue, #2563eb) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 42px;
}
.breadcrumbsTitle h4,
.breadcrumbsTitle.fu-page-ident h4,
.page-title-box h4,
.fu-page-ident h4,
.fu-container-fluid > h4.mb-0 {
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #1e293b !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  -webkit-font-smoothing: antialiased;
}
.breadcrumbsTitle .fu-row-txt,
.fu-page-ident .fu-row-txt {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 4px 8px !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}
.breadcrumbsTitle .fu-row-txt .text-dark,
.fu-page-ident .fu-row-txt .text-dark {
  font-size: 13px !important;
  color: #64748b !important;
  font-weight: 400 !important;
}
.breadcrumbsTitle .numberOfInstances,
.fu-page-ident .numberOfInstances {
  font-weight: 500 !important;
  color: #64748b !important;
  font-size: 13px !important;
}
.breadcrumbsTitle > div:last-child:not(.fu-row-txt),
.fu-page-ident > div:last-child:not(.fu-row-txt) {
  flex-shrink: 0 !important;
}
.breadcrumbsTitle .btn,
.fu-page-ident .btn {
  margin: 0 !important;
}

.btn-primary,
.layui-layer-btn .layui-layer-btn0 {
  background-color: var(--fu-uc-blue) !important;
  border-color: var(--fu-uc-blue) !important;
  border-radius: 0 !important;
}
.btn-outline-primary {
  border-radius: 0 !important;
  border-color: #bfdbfe !important;
  color: var(--fu-uc-blue) !important;
}
.btn-outline-primary:hover {
  background: var(--fu-uc-blue-soft) !important;
}

body.fu-uc,
body.inherit {
  --btn-radius: 0;
}
body.fu-uc .btn,
body.fu-uc .btn-primary,
body.fu-uc .btn-secondary,
body.fu-uc .btn-success,
body.fu-uc .btn-danger,
body.fu-uc .btn-warning,
body.fu-uc .btn-info,
body.fu-uc .btn-light,
body.fu-uc .btn-dark,
body.fu-uc .btn-outline-primary,
body.fu-uc .btn-outline-secondary,
body.fu-uc .btn-outline-success,
body.fu-uc .btn-outline-danger,
body.fu-uc .btn-outline-warning,
body.fu-uc .btn-outline-info,
body.fu-uc .btn-sm,
body.fu-uc .btn-lg,
body.fu-uc a.btn,
body.fu-uc button.btn,
body.fu-uc .fu-row-txt,
body.fu-uc .action-link,
body.fu-uc .bootstrap-select > .dropdown-toggle,
body.fu-uc .dropdown-toggle.btn-default,
body.fu-uc .dropdown-toggle.btn-light,
body.fu-uc .layui-layer-btn a,
body.fu-uc .layui-layer-btn .layui-layer-btn0,
body.fu-uc .layui-btn,
body.fu-uc .waves-effect.btn,
body.inherit .btn {
  border-radius: 0 !important;
}

.fu-sidebar, .fu-navbar { display: none !important; }
.fu-main-content, .fu-content { padding: 0; }
.fu-container { display: block; }
.fu-flex-container { gap: 14px; }
.fu-card, .bgw {
  background: #fff !important;
  border: 1px solid #e8eef5 !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .04) !important;
  padding: 18px !important;
}

body.fu-uc .bgw:has(.layui-elem-quote) {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
}
body.fu-uc .bgw .layui-elem-quote,
body.fu-uc .fu-flex-100 > .layui-elem-quote,
body.fu-uc .layui-elem-quote {
  border-radius: 10px;
}
body.fu-uc .bgw > .layui-elem-quote,
body.fu-uc .bgw > .fu-flex-100 > .bgw > .layui-elem-quote,
body.fu-uc .bgw > .fu-flex-100 > .layui-elem-quote,
body.fu-uc .fu-flex-100 > .layui-elem-quote {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  box-sizing: border-box;
}

body.fu-uc .bgw .bgw:has(> .layui-elem-quote) {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.fu-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--fu-uc-ink) !important;
  margin-bottom: 14px !important;
}
.userInformation .avatar,
.userInformation .avatar * {
  border-radius: 14px !important;
}
.NeedToBeDealtWith .number {
  font-size: 28px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
}
.NeedToBeDealtWith-name {
  color: var(--fu-uc-muted) !important;
  font-size: 13px !important;
}

.footer {
  background: transparent;
  border: 0;
  color: var(--fu-uc-muted);
}

.pls-back2top,
a.pls-back2top,
#tthetop {
  display: none !important;
}

#fuBackTopFab.fu-backtop-fab.is-solo,
button.fu-backtop-fab.is-solo {
  position: fixed !important;
  right: 14px !important;
  left: auto !important;
  top: auto !important;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px)) !important;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #e8edf3 !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #4b5563 !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, .08) !important;
  display: grid !important;
  place-items: center !important;
  z-index: 10050 !important;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity .2s ease, transform .2s ease, box-shadow .15s ease;
  padding: 0 !important;
  margin: 0 !important;
}
#fuBackTopFab.fu-backtop-fab.is-solo.is-show,
button.fu-backtop-fab.is-solo.is-show {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
}
body.fu-has-tabbar #fuBackTopFab.fu-backtop-fab.is-solo,
body.fu-has-tabbar button.fu-backtop-fab.is-solo {
  bottom: calc(56px + 12px + env(safe-area-inset-bottom, 0px)) !important;
}
body:has(.fu-viewcart-footer) #fuBackTopFab.fu-backtop-fab.is-solo,
body:has(.fu-viewcart-page) #fuBackTopFab.fu-backtop-fab.is-solo,
body:has(.fu-viewcart-footer) button.fu-backtop-fab.is-solo,
body:has(.fu-viewcart-page) button.fu-backtop-fab.is-solo {
  bottom: calc(72px + 12px + env(safe-area-inset-bottom, 0px)) !important;
}
body.fu-has-tabbar:has(.fu-viewcart-footer) #fuBackTopFab.fu-backtop-fab.is-solo,
body.fu-has-tabbar:has(.fu-viewcart-page) #fuBackTopFab.fu-backtop-fab.is-solo,
body.fu-has-tabbar:has(.fu-viewcart-footer) button.fu-backtop-fab.is-solo,
body.fu-has-tabbar:has(.fu-viewcart-page) button.fu-backtop-fab.is-solo {
  bottom: calc(56px + 72px + 12px + env(safe-area-inset-bottom, 0px)) !important;
}
#fuBackTopFab.fu-backtop-fab.is-solo svg {
  width: 18px !important;
  height: 18px !important;
  stroke: currentColor !important;
  fill: none !important;
}

.fu-uc-sidebar-mask {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, .45);
  z-index: 1000;
}

@media (max-width: 991.98px) {
  body.fu-uc:not(.auth-page) .main-content {
    margin-left: 0 !important;
    min-height: 0 !important;
  }
  body.fu-uc.vertical-collpsed:not(.auth-page) .main-content {
    margin-left: 0 !important;
  }
  .fu-uc-sidebar,
  .vertical-menu.fu-uc-sidebar {
    transform: translateX(-105%);
    top: var(--topbar-height) !important;
    bottom: 0 !important;
    height: auto !important;
    max-height: calc(100vh - var(--topbar-height)) !important;
    padding-top: 0 !important;
    z-index: 1003;
    width: min(56vw, 200px) !important;
    box-shadow: 12px 0 40px rgba(15, 23, 42, .28);
    overflow: hidden;
  }
  .fu-uc-sidebar .h-100,
  .vertical-menu.fu-uc-sidebar .h-100 {
    height: 100% !important;
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  body.sidebar-enable .fu-uc-sidebar,
  body.sidebar-enable .vertical-menu.fu-uc-sidebar {
    transform: translateX(0);
  }
  
  body.fu-uc.vertical-collpsed .fu-uc-sidebar,
  body.fu-uc.vertical-collpsed .vertical-menu.fu-uc-sidebar,
  body.sidebar-enable.vertical-collpsed .fu-uc-sidebar,
  body.sidebar-enable.vertical-collpsed .vertical-menu.fu-uc-sidebar {
    width: min(56vw, 200px) !important;
  }
  body.fu-uc.vertical-collpsed #sidebar-menu .metismenu a,
  body.sidebar-enable.vertical-collpsed #sidebar-menu .metismenu a {
    justify-content: flex-start;
    padding: 11px 14px !important;
    gap: 12px;
  }
  body.fu-uc.vertical-collpsed #sidebar-menu .metismenu a span,
  body.sidebar-enable.vertical-collpsed #sidebar-menu .metismenu a span {
    display: inline !important;
  }
  body.fu-uc.vertical-collpsed #sidebar-menu .metismenu .sub-menu,
  body.sidebar-enable.vertical-collpsed #sidebar-menu .metismenu .sub-menu {
    display: block !important;
  }
  body.fu-uc.vertical-collpsed .fu-uc-sidebar-head,
  body.sidebar-enable.vertical-collpsed .fu-uc-sidebar-head {
    display: flex !important;
  }
  body.sidebar-enable .fu-uc-sidebar-mask {
    display: block;
  }
  body.sidebar-enable { overflow: hidden; }
  .fu-uc-brand img { max-width: 110px; }
  .fu-uc-crumb { display: none !important; }
  .fu-uc-topbar-inner { padding: 0 10px; }
  .fu-uc-top-right { gap: 4px; }
  .fu-uc-user-btn { padding-right: 6px; }
  body.fu-uc:not(.auth-page) .main-content .page-content {
    padding: 14px 12px 20px !important;
  }
  .page-title-box h4,
  .breadcrumbsTitle h4,
  .fu-page-ident h4 { font-size: 15px !important; }
  .breadcrumbsTitle,
  .fu-page-ident,
  .page-title-box {
    padding: 10px 12px 10px 14px !important;
    margin-bottom: 10px !important;
  }
  .fu-card, .bgw { padding: 14px !important; border-radius: 12px !important; }
  body.fu-uc .bgw:has(.layui-elem-quote),
  body.fu-uc .bgw .bgw:has(> .layui-elem-quote) {
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
  }
}

@media (max-width: 768px){
  body.fu-has-tabbar .pls-back2top { display: none !important; }
  
  body.fu-has-tabbar {
    padding-bottom: calc(56px + env(safe-area-inset-bottom, 0)) !important;
  }
  body.fu-has-tabbar.fu-uc:not(.auth-page) .main-content .page-content {
    /* 预留底部分页完整高度，避免被版权区/底部栏视觉遮挡 */
    padding-bottom: 28px !important;
  }
  body.fu-has-tabbar .fu-copyright.footer-copyright {
    padding: 12px 0 8px !important;
    margin: 0 !important;
  }
  
  body.fu-has-tabbar .fu-uc-sidebar,
  body.fu-has-tabbar .vertical-menu.fu-uc-sidebar {
    bottom: calc(56px + env(safe-area-inset-bottom, 0)) !important;
    max-height: calc(100vh - var(--topbar-height) - 56px - env(safe-area-inset-bottom, 0)) !important;
  }
  .fu-uc-chip span { display: none; }
  .fu-uc-chip { width: 34px; height: 34px; padding: 0; justify-content: center; border-radius: 10px; }

  
  .workOrderList.fu-flex-container,
  .workOrderList {
    min-height: 0 !important;
    width: 100% !important;
    flex-direction: column !important;
  }
  .workOrderList .card {
    margin-bottom: 0 !important;
    width: 100% !important;
  }
  .workOrderList .card-body {
    padding: 12px !important;
  }
  .workOrderList .table-header {
    margin-bottom: 12px;
  }
  .workOrderList .table-header .btn {
    width: 100%;
    margin: 0 !important;
  }
  .workOrderList .table-container,
  .workOrderList .table-responsive {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 !important;
  }
  .workOrderList table.tablelist {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed !important;
    margin-bottom: 0;
  }
  .workOrderList table.tablelist colgroup col {
    width: auto !important;
  }
  
  .workOrderList table.tablelist thead th:nth-child(3),
  .workOrderList table.tablelist thead th:nth-child(5),
  .workOrderList table.tablelist thead th:nth-child(6),
  .workOrderList table.tablelist thead th:nth-child(7),
  .workOrderList table.tablelist tbody td:nth-child(3),
  .workOrderList table.tablelist tbody td:nth-child(5),
  .workOrderList table.tablelist tbody td:nth-child(6),
  .workOrderList table.tablelist tbody td:nth-child(7) {
    display: none !important;
  }
  .workOrderList table.tablelist thead th:nth-child(1),
  .workOrderList table.tablelist tbody td:nth-child(1) {
    width: 28% !important;
  }
  .workOrderList table.tablelist thead th:nth-child(2),
  .workOrderList table.tablelist tbody td:nth-child(2) {
    width: 44% !important;
  }
  .workOrderList table.tablelist thead th:nth-child(4),
  .workOrderList table.tablelist tbody td:nth-child(4) {
    width: 28% !important;
  }
  .workOrderList table.tablelist thead th,
  .workOrderList table.tablelist tbody td {
    white-space: normal !important;
    vertical-align: middle;
    padding: 10px 6px !important;
    font-size: 13px !important;
    word-break: break-word !important;
  }
  .workOrderList table.tablelist tbody td:nth-child(1) .btn {
    white-space: normal !important;
    font-size: 12px !important;
    padding: 4px 6px !important;
    line-height: 1.3 !important;
  }
  .workOrderList .workOrderTitle a {
    padding-left: 26px !important;
  }
  .workOrderList .workOrderTitle a p {
    max-width: 100% !important;
    width: 100% !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    padding-right: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
  }
  .workOrderList table.tablelist td[colspan],
  .workOrderList table.tablelist td[colspan="8"] {
    display: table-cell !important;
    width: 100% !important;
  }
  .workOrderList .no-data {
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px auto 0;
    background-size: 160px auto;
    background-position: center 24px;
    padding-top: 100px;
    height: auto;
    min-height: 130px;
  }
  .workOrderList .table-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 12px;
  }
  .workOrderList .processingStatus {
    flex-wrap: wrap;
    gap: 4px;
  }

  
  body.fu-uc:not(.auth-page) .main-content .page-content {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .tabs_table .bgw {
    padding: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
  }
  .tabs_table .layui-elem-quote {
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .tabs_table .row .col-12 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .tabs_table .row .col-12 .btn {
    margin: 0 !important;
    flex: 1 1 calc(50% - 4px);
  }

  
  .fu-tabs-card {
    box-shadow: none !important;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: visible;
  }
  .fu-tabs-card .fu-tabs {
    background: #fff !important;
    height: auto !important;
    min-height: 42px;
    padding-right: 0 !important;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
  }
  .fu-tabs-card .fu-tabs .fu-tabs-item {
    width: auto !important;
    min-width: 0 !important;
    flex: 0 0 auto;
    padding: 0 14px !important;
  }
  .fu-tabs-card .fu-tabs .fu-tabs-item.active {
    background: #fff !important;
    box-shadow: inset 0 -2px 0 var(--fu-uc-blue, #2563eb) !important;
  }
  .fu-tabs-card .fu-tabs .fu-tabs-item.active span {
    color: var(--fu-uc-blue, #2563eb) !important;
    padding-left: 22px !important;
  }
  .fu-tabs-card .tabs-dropbtn {
    display: none !important;
  }
  .tabs_table .card-body.padding0:not(.fu-tabs-card > .card-body),
  .tabs_table > .tablemsg {
    padding-left: 8px;
    padding-right: 8px;
  }
  .tabs_table .fu-tabs-card > .card-body.padding0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  
  .table-pagination,
  .tabs_table .tablemsg .table-pagination,
  .fu-content .table-pagination {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    width: auto !important;
    flex: 1 1 auto !important;
    padding: 10px 0 4px !important;
    overflow: visible !important;
  }
  .fu-table-footer,
  .table-footer {
    overflow: visible !important;
    min-height: 52px !important;
  }
  .fu-table-quantity,
  .fui-page-total {
    white-space: nowrap !important;
    flex: 0 0 auto !important;
  }
  .fui-table-pageinfo,
  .table-pageinfo {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    color: #64748b;
    font-size: 13px;
  }
  .fui-page-limit,
  .fui-table-pageinfo .mx-2 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }
  .fui-table-pageinfo .bootstrap-select,
  .table-pageinfo .bootstrap-select,
  .fui-table-pageinfo .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 64px !important;
    min-width: 64px !important;
    max-width: 72px !important;
  }
  .fui-table-pageinfo .bootstrap-select > .dropdown-toggle {
    padding: 4px 22px 4px 8px !important;
  }
  .fui-table-pageinfo .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
  }

  
  .fu-content.fu-content-layout {
    gap: 10px !important;
  }
  .fu-content-panel {
    padding: 12px !important;
  }
}

.fu-tabbar {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 10040;
  height: 56px;
  padding-bottom: env(safe-area-inset-bottom, 0);
  background: var(--tb-bg, #161616);
  border-top: 1px solid var(--tb-border, rgba(255,255,255,.08));
  align-items: stretch;
  justify-content: space-around;
  color: var(--tb-color, #9ca3af);
  box-shadow: 0 -4px 16px rgba(15, 23, 42, .06);
}
.fu-tabbar.theme-light {
  box-shadow: 0 -4px 18px rgba(15, 23, 42, .08);
}
@media (max-width: 768px){
  .fu-tabbar { display: flex; }
  body.fu-has-tabbar { padding-bottom: calc(56px + env(safe-area-inset-bottom, 0)); }
}
.fu-tabbar-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-decoration: none !important;
  color: var(--tb-color, #9ca3af) !important;
  font-size: 11px;
  min-width: 0;
}
.fu-tabbar-item i,
.fu-tabbar-item svg,
.fu-tabbar-item .fu-tabbar-svg {
  color: inherit !important;
  fill: none !important;
  stroke: currentColor;
}
.fu-tabbar-icon {
  width: 22px; height: 22px;
  display: grid; place-items: center;
  font-size: 18px;
  color: inherit !important;
}
.fu-tabbar-img { width: 22px; height: 22px; object-fit: contain; }
.fu-tabbar-text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 4px;
  color: inherit !important;
}
.fu-tabbar-item.on { color: var(--tb-active, #3b82f6) !important; }

.fu-tabbar-svg{width:20px;height:20px;display:block}

.Uicon {
  font-family: "Font Awesome 5 Pro", "FontAwesome" !important;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.search-box .position-relative {
  position: relative;
}
.search-box .search-icon,
body.inherit .search-box .search-icon,
.Product-table .search-box .search-icon,
.table-search .search-box .search-icon {
  position: absolute !important;
  left: 10px !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-size: 18px !important;
  height: auto !important;
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
}
.search-box .search-icon:before,
.search-box .search-icon.bx-search-alt:before {
  line-height: 1 !important;
  display: block;
  vertical-align: middle;
}
.search-box .form-control {
  padding-left: 36px !important;
}

.bx-search-alt:before,
.search-box .search-icon.bx-search-alt:before,
.fu-content-search .search-icon.bx-search-alt:before {
  content: "\eb2d" !important;
  font-family: "boxicons" !important;
  font-weight: normal !important;
}
.fas.fa-search.search-icon:before {
  font-family: "Font Awesome 5 Pro", "FontAwesome" !important;
  font-weight: 900 !important;
  content: "\f002" !important;
}
.Uicon:before { display: inline-block; }
.Uicon.icon-xinxinxi:before { content: "\f0e0"; }       
.Uicon.icon-shoujihao:before { content: "\f3cd"; }      
.Uicon.icon-renlianshibie:before { content: "\f2c2"; }  
.Uicon.icon-hezuo1:before { content: "\f2b5"; }         
.Uicon.icon-shezhi1:before { content: "\f013"; }        
.Uicon.icon-anquanfengxian1:before { content: "\f3ed"; }
.Uicon.icon-gerenbaoguo:before { content: "\f2bb"; }    
.Uicon.icon-mima:before { content: "\f023"; }           
.Uicon.icon-yichuliwenjian:before { content: "\f3ff"; } 
.Uicon.icon-fuzhi1:before { content: "\f0c5"; }         
.Uicon.icon-fenxiang1:before { content: "\f1e0"; }      
.Uicon.icon-sousuo1:before { content: "\f002"; }        
.Uicon.icon-jiangxu1:before { content: "\f160"; }       
.Uicon.icon-daima2:before { content: "\f121"; }         
.Uicon.icon-qiye:before { content: "\f1ad"; }           
.Uicon.icon-huankuan:before { content: "\f555"; }       
.Uicon.icon-zhangdan:before { content: "\f570"; }       
.Uicon.icon-zhutu:before { content: "\f080"; }          
.Uicon.icon-jilu1:before { content: "\f1da"; }          
.Uicon.icon-duogemoban1:before { content: "\f009"; }    
.Uicon.icon-tuichuzhanghu1:before { content: "\f234"; } 

.userInformation .binding i.Uicon {
  color: #64748b !important;
  background-color: #eef2f7;
}
.userInformation .binding i.Uicon.text-success {
  color: #fff !important;
  background-color: #10b981;
}

.fu-tabs-card .fu-tabs .fu-tabs-item.active span:after {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 900 !important;
  content: "\f058" !important; 
  font-size: 14px !important;
  left: 0 !important;
  top: 50%;
  transform: translateY(-50%);
  color: var(--fu-uc-blue, #2563eb);
}

body.fu-uc .page-item.active .page-link,
body.inherit .page-item.active .page-link {
  background-color: #fff !important;
  border: 1px solid var(--fu-uc-blue, #2563eb) !important;
  color: var(--fu-uc-blue, #2563eb) !important;
}

body.fu-uc .tabs_table .fu-tabs-card.fu-msg-panel,
body.fu-uc .tabs_table .fu-tabs-card {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  /* 圆角裁切交给内层表格区，避免底部分页被 overflow 挡住 */
  overflow: visible;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}
body.fu-uc .tabs_table .fu-tabs-card > .card-body.padding0 {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: visible;
  border-radius: 10px 10px 0 0;
}
body.fu-uc .tabs_table .fu-tabs-card > .card-body.padding0 > .table,
body.fu-uc .tabs_table .fu-tabs-card > .card-body.padding0 > table.tablelist {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
}
body.fu-uc .tabs_table .fu-tabs-card > .tablemsg {
  padding: 10px 16px 14px !important;
  margin: 0 !important;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #eef2f7;
}

/* —— 全局表格底部分页：防裁切 / 防「共 N 条」换行 —— */
body.fu-uc .fu-table-footer,
body.fu-uc .table-footer,
body.fu-uc .tabs_table .tablemsg .table-footer {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px 16px !important;
  overflow: visible !important;
  min-height: 52px !important;
  padding: 14px 16px !important;
  box-sizing: border-box !important;
  position: relative;
  z-index: 2;
}
body.fu-uc .fu-table-quantity,
body.fu-uc .fui-page-total {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  overflow: visible !important;
  line-height: 30px !important;
  font-size: 13px !important;
  color: #64748b !important;
}
body.fu-uc .table-pagination,
body.fu-uc .table-pagination-m,
body.fu-uc .fu-table-footer .table-pagination {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  /* 勿 width:100%，会在 flex 行内挤扁「共 N 条」 */
  width: auto !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  overflow: visible !important;
}
body.fu-uc .table-footer > .table-pagination {
  width: 100% !important;
}
body.fu-uc .fui-table-pageinfo,
body.fu-uc .table-pageinfo,
body.fu-uc .fu-table-footer .table-pageinfo,
body.fu-uc .table-pagination-m {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  color: #64748b !important;
  font-size: 13px !important;
  line-height: 1.4;
  overflow: visible !important;
}
body.fu-uc .fui-page-limit,
body.fu-uc .table-pageinfo .mx-2,
body.fu-uc .table-pageinfo .paging,
body.fu-uc .fui-table-pageinfo .paging {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 !important;
  white-space: nowrap !important;
  overflow: visible !important;
  line-height: 30px !important;
}
body.fu-uc .fui-page-limit-label,
body.fu-uc .fui-page-limit-unit,
body.fu-uc .fui-page-total {
  color: #64748b;
  font-size: 13px;
  white-space: nowrap !important;
}

body.fu-uc .fui-table-pageinfo .bootstrap-select,
body.fu-uc .table-pageinfo .bootstrap-select,
body.fu-uc .table-pagination-m .bootstrap-select,
body.fu-uc .fu-table-footer .bootstrap-select,
body.fu-uc .table-footer .bootstrap-select,
body.fu-uc .fui-table-pageinfo .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
body.fu-uc .table-pageinfo .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
body.fu-uc .table-pageinfo .paging .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 64px !important;
  min-width: 64px !important;
  max-width: 72px !important;
  overflow: visible !important;
}
body.fu-uc .fui-table-pageinfo .bootstrap-select > .dropdown-toggle,
body.fu-uc .table-pageinfo .bootstrap-select > .dropdown-toggle,
body.fu-uc .table-pagination-m .bootstrap-select > .dropdown-toggle,
body.fu-uc .fu-table-footer .bootstrap-select > .dropdown-toggle,
body.fu-uc .table-footer .bootstrap-select > .dropdown-toggle {
  padding: 4px 22px 4px 8px !important;
  height: 30px !important;
  min-height: 30px !important;
  font-size: 13px !important;
  line-height: 20px !important;
  border: 1px solid #c7d2fe !important;
  background: #fff !important;
  color: #334155 !important;
  box-shadow: none !important;
  overflow: visible !important;
  display: inline-flex !important;
  align-items: center !important;
}
body.fu-uc .fui-table-pageinfo .bootstrap-select .dropdown-toggle .filter-option-inner-inner,
body.fu-uc .table-pageinfo .bootstrap-select .dropdown-toggle .filter-option-inner-inner,
body.fu-uc .fu-table-footer .bootstrap-select .dropdown-toggle .filter-option-inner-inner,
body.fu-uc .table-footer .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  line-height: 20px !important;
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}
body.fu-uc .fui-table-pageinfo .bootstrap-select > .dropdown-toggle:focus,
body.fu-uc .table-pageinfo .bootstrap-select > .dropdown-toggle:focus,
body.fu-uc .fui-table-pageinfo .bootstrap-select.show > .dropdown-toggle,
body.fu-uc .table-pageinfo .bootstrap-select.show > .dropdown-toggle {
  border-color: var(--fu-uc-blue, #2563eb) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, .12) !important;
}
body.fu-uc .fui-table-pageinfo .bootstrap-select .dropdown-menu,
body.fu-uc .table-pageinfo .bootstrap-select .dropdown-menu,
body.fu-uc .table-pagination-m .bootstrap-select .dropdown-menu {
  min-width: 64px !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .1) !important;
  border-radius: 6px !important;
  padding: 4px 0 !important;
}
body.fu-uc .fui-table-pageinfo .bootstrap-select .dropdown-menu li a,
body.fu-uc .table-pageinfo .bootstrap-select .dropdown-menu li a {
  text-align: center !important;
  padding: 6px 8px !important;
  font-size: 13px !important;
}

body.fu-uc .table-pageinfo select#limitSel,
body.fu-uc .table-pageinfo select.billing-limit,
body.fu-uc .table-pageinfo select.log-limit,
body.fu-uc .table-pagination-m select#limitSel,
body.fu-uc select#limitSel:not(.selectpicker) {
  -webkit-appearance: none;
  appearance: none;
  width: 64px !important;
  min-width: 64px !important;
  height: 30px !important;
  padding: 2px 22px 2px 8px !important;
  border: 1px solid #c7d2fe !important;
  border-radius: 0 !important;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%2364748b' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") no-repeat right 8px center / 8px 6px !important;
  color: #334155 !important;
  font-size: 13px !important;
  line-height: 24px !important;
  vertical-align: middle;
  cursor: pointer;
}
body.fu-uc .table-pageinfo select#limitSel:focus,
body.fu-uc .table-pageinfo select.billing-limit:focus,
body.fu-uc .table-pageinfo select.log-limit:focus,
body.fu-uc select#limitSel:not(.selectpicker):focus {
  border-color: var(--fu-uc-blue, #2563eb) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, .12) !important;
}
body.fu-uc .pagination.pagination-sm .page-link {
  min-width: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .earnCommission .earnCommission-offers {
    flex-direction: column !important;
    gap: 12px !important;
  }
  .earnCommission .offer-item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .earnCommission .offer-item .offer-header h1,
  .earnCommission .offer-item .offer-header .title {
    writing-mode: horizontal-tb !important;
    white-space: nowrap !important;
    transform: none !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
  }
}

body.fu-uc .security-header {
  border: 0 !important;
  overflow: hidden;
}
body.fu-uc .security-header > .card-body {
  padding: 22px 24px !important;
}
body.fu-uc .security-header-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}
body.fu-uc .security-header .security-avatar {
  flex: 0 0 auto;
  width: 84px;
  height: 84px;
  box-shadow: inset 0 0 0 8px rgba(70, 119, 251, .9), inset 0 0 0 16px rgba(82, 126, 245, .55);
}
body.fu-uc .security-header .security-logo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #3b82f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 0 !important;
}
body.fu-uc .security-header .security-info {
  flex: 0 1 280px;
  min-width: 200px;
  max-width: 320px;
  padding: 14px 16px !important;
  border-radius: 10px !important;
  background: rgba(15, 40, 140, .42) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}
body.fu-uc .security-header .security-username {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px !important;
  font-size: 17px !important;
  font-weight: 700;
  line-height: 1.3;
}
body.fu-uc .security-header .security-username-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.fu-uc .security-header .security-username .badge {
  flex-shrink: 0;
  font-weight: 600;
}
body.fu-uc .security-header .security-strength-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
body.fu-uc .security-header .security-strength-label {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  white-space: nowrap;
}
body.fu-uc .security-header .security-strength-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background: rgba(255, 255, 255, .18);
  color: #fff;
}
body.fu-uc .security-header .security-strength-value.is-high {
  background: rgba(16, 185, 129, .28);
  color: #bbf7d0;
}
body.fu-uc .security-header .security-strength-value.is-mid {
  background: rgba(245, 158, 11, .28);
  color: #fde68a;
}
body.fu-uc .security-header .security-strength-value.is-low {
  background: rgba(239, 68, 68, .28);
  color: #fecaca;
}
body.fu-uc .security-header .security-strength-bar.progress {
  height: 8px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .22) !important;
  overflow: hidden;
  margin: 0;
}
body.fu-uc .security-header .security-strength-bar .progress-bar {
  border-radius: 999px;
}
body.fu-uc .security-header .security-meta {
  flex: 1 1 auto;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px 16px;
  padding-left: 4px;
}
body.fu-uc .security-header .security-meta-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  line-height: 1.5;
  font-size: 14px;
}
body.fu-uc .security-header .security-meta-item label {
  margin: 0;
  flex: 0 0 auto;
  opacity: .72;
  font-weight: 400;
}
body.fu-uc .security-header .security-meta-item span {
  min-width: 0;
  word-break: break-all;
}

@media (max-width: 991px){
  body.fu-uc .security-header-inner {
    flex-wrap: wrap;
  }
  body.fu-uc .security-header .security-info {
    flex: 1 1 220px;
    max-width: none;
  }
  body.fu-uc .security-header .security-meta {
    flex: 1 1 100%;
    padding-left: 0;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px){
  body.fu-uc .security-header > .card-body {
    padding: 16px 14px !important;
  }
  body.fu-uc .security-header-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  body.fu-uc .security-header .security-info {
    flex: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 14px !important;
  }
  body.fu-uc .security-header .security-username {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
  body.fu-uc .security-header .security-strength-label {
    font-size: 12px;
  }
  body.fu-uc .security-header .security-strength-bar.progress {
    height: 7px !important;
  }
  body.fu-uc .security-header .security-meta {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(15, 40, 140, .22);
  }
  body.fu-uc .security-header .security-meta-item {
    font-size: 13px;
    justify-content: space-between;
    gap: 12px;
  }
  body.fu-uc .security-header .security-meta-item label {
    opacity: .7;
  }
  body.fu-uc .security-header .security-meta-item span {
    text-align: right;
  }
}

body.fu-uc .btn-rounded {
  border-radius: 0 !important;
}
body.fu-uc .card {
  border: 1px solid #e8eef5 !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .04) !important;
}
body.fu-uc .card > .card-body {
  padding: 18px !important;
}
body.fu-uc .layui-elem-quote.info-theme {
  background: #eff6ff !important;
  border: 1px solid #bfdbfe !important;
  color: #1d4ed8 !important;
}
body.fu-uc .layui-elem-quote.grey-theme {
  background: #eff6ff !important;
  border: 1px solid #bfdbfe !important;
  color: #1d4ed8 !important;
}
body.fu-uc .rechargePage .form-fu-group > .layui-elem-quote {
  width: 100%;
  margin: 0;
}


/* —— 批量续费 mulitrenew：手机卡片 / 桌面表格 —— */
body.fu-uc .fu-mulitrenew .fu-mulitrenew-table table {
  table-layout: auto !important;
  min-width: 720px !important;
  width: max-content !important;
  max-width: none !important;
  white-space: nowrap;
}
body.fu-uc .fu-mulitrenew .fu-mulitrenew-table {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}
body.fu-uc .fu-mulitrenew-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.fu-uc .fu-mulitrenew-card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 14px 12px;
  background: #fff;
}
body.fu-uc .fu-mulitrenew-card-title {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
  margin-bottom: 10px;
  word-break: break-word;
}
body.fu-uc .fu-mulitrenew-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-top: 1px solid #f1f5f9;
  font-size: 13px;
  line-height: 1.45;
}
body.fu-uc .fu-mulitrenew-row:first-of-type {
  border-top: none;
  padding-top: 0;
}
body.fu-uc .fu-mulitrenew-label {
  flex: 0 0 auto;
  color: #64748b;
  min-width: 6.5em;
}
body.fu-uc .fu-mulitrenew-value {
  flex: 1 1 auto;
  text-align: right;
  color: #1e293b;
  word-break: break-all;
}
body.fu-uc .fu-mulitrenew-cycle {
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
body.fu-uc .fu-mulitrenew-cycle .fu-mulitrenew-label {
  min-width: 0;
}
body.fu-uc .fu-mulitrenew-cycle-ctl .form-control {
  width: 100% !important;
  height: 40px !important;
  font-size: 14px !important;
}
body.fu-uc .fu-mulitrenew-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
}
body.fu-uc .fu-mulitrenew-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.fu-uc .fu-mulitrenew-btns .btn {
  min-width: 110px;
}
body.fu-uc .fu-mulitrenew-total {
  font-size: 14px;
  color: #475569;
}
body.fu-uc .fu-mulitrenew-total .font-size-24 {
  font-size: 22px !important;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  body.fu-uc .fu-mulitrenew > .card-body {
    padding: 14px !important;
  }
  body.fu-uc .fu-mulitrenew-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  body.fu-uc .fu-mulitrenew-btns {
    flex-direction: column;
  }
  body.fu-uc .fu-mulitrenew-btns .btn {
    width: 100%;
    min-height: 44px;
  }
  body.fu-uc .fu-mulitrenew-total {
    text-align: right;
    padding-bottom: 4px;
  }
}


/* —— 续费弹窗：付款周期选中态清晰可辨 —— */
body.fu-uc #modalRenew .fu-renew-cycles,
body.fu-uc #modalRenew .btn-group-toggle,
body.fu-uc .modal.renew .btn-group-toggle {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}
body.fu-uc #modalRenew .btn-radio-bill,
body.fu-uc #modalRenew .btn-group-toggle > .btn,
body.fu-uc .modal.renew .btn-radio-bill {
  margin: 0 !important;
  border-radius: 8px !important;
  padding: 8px 16px !important;
  min-height: 36px;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  background: #fff !important;
  color: #334155 !important;
  border: 1px solid #cbd5e1 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}
body.fu-uc #modalRenew .btn-radio-bill:hover,
body.fu-uc #modalRenew .btn-group-toggle > .btn:hover,
body.fu-uc .modal.renew .btn-radio-bill:hover {
  background: #f8fafc !important;
  color: #2563eb !important;
  border-color: #93c5fd !important;
}
body.fu-uc #modalRenew .btn-radio-bill.active,
body.fu-uc #modalRenew .btn-group-toggle > .btn.active,
body.fu-uc #modalRenew .btn-radio-bill.active.focus,
body.fu-uc #modalRenew .btn-group-toggle > .btn.active.focus,
body.fu-uc .modal.renew .btn-radio-bill.active {
  background: #2563eb !important;
  color: #fff !important;
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, .18) !important;
  font-weight: 600 !important;
  z-index: 1;
}
body.fu-uc #modalRenew .btn-radio-bill input,
body.fu-uc .modal.renew .btn-radio-bill input {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}


/* —— 会员中心首页：资源列表手机卡片 —— */
body.fu-uc .fu-source-list-head {
  display: flex;
  justify-content: flex-end;
  margin: -4px 0 10px;
}
body.fu-uc .fu-source-list-more {
  font-size: 12px;
  color: #64748b;
  text-decoration: none;
}
body.fu-uc .fu-source-list-more:hover {
  color: #2563eb;
}
body.fu-uc .fu-source-list-table table {
  table-layout: auto !important;
  width: 100% !important;
  min-width: 640px !important;
  max-width: none !important;
}
body.fu-uc .fu-source-list-table {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}
body.fu-uc .fu-source-list-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.fu-uc .fu-source-card {
  display: block;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 14px;
  background: #fff;
  text-decoration: none !important;
  color: inherit;
  transition: border-color .15s ease, box-shadow .15s ease;
}
body.fu-uc .fu-source-card:active,
body.fu-uc .fu-source-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 4px 14px rgba(37, 99, 235, .08);
}
body.fu-uc .fu-source-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
body.fu-uc .fu-source-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #16a34a;
  font-weight: 500;
}
body.fu-uc .fu-source-status .user-center_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 !important;
}
body.fu-uc .fu-source-cost {
  font-size: 12px;
  color: #2563eb;
  font-weight: 600;
  white-space: nowrap;
}
body.fu-uc .fu-source-card-title {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
  word-break: break-word;
  margin-bottom: 10px;
}
body.fu-uc .fu-source-domain {
  color: #64748b;
  font-weight: 400;
}
body.fu-uc .fu-source-card-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
  padding-top: 8px;
  border-top: 1px solid #f1f5f9;
}
body.fu-uc .fu-source-meta-item {
  min-width: 0;
}
body.fu-uc .fu-source-meta-label {
  display: block;
  font-size: 11px;
  color: #94a3b8;
  margin-bottom: 2px;
}
body.fu-uc .fu-source-meta-value {
  display: block;
  font-size: 13px;
  color: #334155;
  word-break: break-all;
  line-height: 1.35;
}
body.fu-uc .fu-source-list-footer {
  margin-top: 12px;
  padding: 8px 0 0 !important;
  min-height: 0 !important;
}
@media (max-width: 767.98px) {
  body.fu-uc .fu-source-list-head {
    margin-bottom: 8px;
  }
  body.fu-uc .fu-source-card-meta {
    grid-template-columns: 1fr;
  }
}

/* 服务详情 · 操作日志：手机端卡片，避免四列表格挤压重叠 */
.fu-sd-log {
  width: 100%;
}
.fu-sd-log-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
  padding: 0 2px;
}
.fu-sd-log-card {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 10px;
  padding: 12px 14px;
}
.fu-sd-log-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.fu-sd-log-time {
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.4;
  flex: 1;
  min-width: 0;
}
.fu-sd-log-user {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
  color: #2563eb;
  background: #eff6ff;
  padding: 2px 8px;
  border-radius: 999px;
  line-height: 1.4;
}
.fu-sd-log-desc {
  font-size: 14px;
  color: #0f172a;
  line-height: 1.55;
  word-break: break-word;
  white-space: normal;
  margin-bottom: 8px;
}
.fu-sd-log-meta {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 12px;
  line-height: 1.45;
  padding-top: 8px;
  border-top: 1px dashed #eef2f7;
}
.fu-sd-log-meta-label {
  color: #94a3b8;
  flex-shrink: 0;
}
.fu-sd-log-meta-value {
  color: #475569;
  word-break: break-all;
}
.fu-sd-log-empty {
  text-align: center;
  color: #94a3b8;
  font-size: 13px;
  padding: 28px 12px;
}
@media (max-width: 767.98px) {
  .fu-servicedetail .cloudServer .tab-content > .active {
    padding: 12px 10px;
  }
  .fu-sd-log + .table-footer {
    margin-top: 12px;
  }
}
