.uc-topbar-component {
  width: 100%;
  min-width: 0;
}

#mainLoading {
  background: rgba(255, 255, 255, 0.96);
}

#mainLoading .ddr {
  display: none !important;
  animation: none !important;
}

#mainLoading::after {
  content: "";
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background:
    conic-gradient(
      from 0deg,
      var(--uc-blue) 0deg,
      #3d7cff 70deg,
      #8fb7ff 130deg,
      #ffffff 180deg,
      #dbe7ff 220deg,
      var(--uc-blue-light) 292deg,
      var(--uc-blue) 360deg
    );
  box-shadow: 0 10px 28px rgba(22, 93, 255, 0.16);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 8px), #000 calc(100% - 7px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 8px), #000 calc(100% - 7px));
  animation: bx-loading-spin 0.82s linear infinite;
}

@keyframes bx-loading-spin {
  to {
    transform: rotate(360deg);
  }
}

.uc-sidebar {
  width: 252px;
  flex: 0 0 252px;
  overflow-y: auto;
}

.uc-nav-item,
.uc-nav-sublist a,
.uc-sidebar-card a,
.uc-topbar a,
.uc-topbar button {
  cursor: pointer;
}

.uc-nav-sublist a.active {
  color: var(--uc-blue);
  background: var(--uc-blue-soft);
}

.uc-sidebar-card .uc-sidebar-card-action {
  color: #fff;
}

.uc-sidebar .uc-sidebar-card {
  box-sizing: border-box;
  flex: 0 0 auto !important;
  align-self: stretch;
  padding: 18px !important;
}

.uc-sidebar .uc-service-card {
  height: 178px !important;
  min-height: 178px !important;
  max-height: 178px !important;
  margin-top: auto !important;
  overflow: hidden;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 !important;
}

.uc-sidebar .uc-sidebar-card-label {
  display: inline;
  flex: 0 0 auto;
  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}

.uc-sidebar .uc-sidebar-card strong {
  flex: 0 0 auto;
  margin-top: 8px !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.uc-sidebar .uc-sidebar-card p {
  flex: 0 0 auto;
  margin: 8px 0 14px !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

.uc-sidebar .uc-sidebar-card .uc-sidebar-card-action {
  width: auto !important;
  flex: 0 0 auto !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 14px !important;
  border-radius: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

.uc-topbar {
  box-sizing: border-box;
}

.uc-topbar .uc-topbar-actions {
  align-items: center;
  line-height: 1;
}

.uc-topbar .uc-global-search {
  position: relative;
  overflow: visible;
  z-index: 30;
}

.uc-topbar .uc-global-search button:disabled {
  cursor: wait;
  opacity: 0.76;
}

.uc-search-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  min-width: 100%;
  padding: 8px;
  border: 1px solid var(--uc-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(32, 33, 36, 0.12);
  z-index: 1300;
}

.uc-search-state {
  min-height: 42px;
  padding: 0 10px;
  border-radius: 9px;
  color: var(--uc-muted);
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.5;
}

.uc-global-search .uc-search-result {
  width: 100% !important;
  height: auto !important;
  min-height: 52px !important;
  padding: 9px 10px !important;
  border: none !important;
  border-radius: 9px !important;
  color: var(--uc-text) !important;
  background: transparent !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 4px !important;
  text-align: left;
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  cursor: pointer;
  box-shadow: none !important;
}

.uc-global-search .uc-search-result + .uc-search-result {
  margin-top: 4px;
}

.uc-global-search .uc-search-result span,
.uc-global-search .uc-search-result small {
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uc-global-search .uc-search-result small {
  color: var(--uc-muted);
  font-size: 12px;
  font-weight: 500;
}

.uc-global-search .uc-search-result:hover,
.uc-global-search .uc-search-result.active {
  color: var(--uc-blue) !important;
  background: var(--uc-blue-soft) !important;
  transform: none !important;
}

.uc-topbar .uc-language-menu {
  position: relative;
  flex: 0 0 auto;
  align-self: center;
  width: auto;
  height: 36px;
  max-height: 36px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.uc-topbar .uc-language-trigger {
  box-sizing: border-box;
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  margin: 0 !important;
  padding: 0 11px !important;
  border: 1px solid var(--uc-line);
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  overflow: hidden;
  vertical-align: middle;
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.uc-topbar .uc-language-trigger:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.uc-topbar .uc-language-trigger:disabled:hover {
  color: var(--uc-muted);
  border-color: var(--uc-line);
  background: #fff;
}

.uc-topbar .uc-language-icon {
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.uc-topbar .uc-language-current {
  display: block;
  max-width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px !important;
  line-height: 1 !important;
}

.uc-topbar .uc-language-caret {
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px !important;
  line-height: 1 !important;
}

.uc-topbar .uc-account-menu {
  display: flex;
  align-items: center;
}

.uc-topbar .uc-avatar.uc-account-trigger {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  flex: 0 0 38px !important;
  box-sizing: border-box;
  padding: 0 !important;
  border: none;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.uc-plain-button {
  border: none;
}

.uc-primary-btn {
  border: none;
  cursor: pointer;
}

.green-text {
  color: var(--uc-green);
}

.red-text {
  color: var(--uc-red);
}

.uc-message-button {
  position: relative;
}

.uc-message-button em,
.uc-cart-link em {
  font-style: normal;
}

.uc-message-button em {
  min-width: 16px;
  height: 16px;
  margin-left: 6px;
  padding: 0 4px;
  border-radius: 999px;
  color: #fff;
  background: var(--uc-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 16px;
}

.uc-account-dropdown,
.uc-language-dropdown {
  z-index: 1200;
}

.uc-language-dropdown[hidden] {
  display: none !important;
}

.uc-account-dropdown button,
.uc-language-dropdown button {
  font: inherit;
}

.uc-account-dropdown .danger {
  color: var(--uc-red);
}

.uc-drawer-menu {
  background: #fff;
}

.uc-drawer-menu .el-drawer__body {
  height: 100%;
  overflow: hidden;
}

.uc-sidebar-drawer {
  position: static;
  width: 100%;
  height: 100%;
  box-shadow: none;
  transform: none;
}

.template > .el-container {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  background: var(--uc-bg);
}

.template > .el-container > .el-container {
  min-width: 0;
  width: calc(100% - 252px);
  height: 100vh;
  min-height: 100vh;
  margin-left: 252px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.template > .el-container > .uc-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  align-self: auto;
  height: 100vh;
  max-height: 100vh;
}

.template > .el-container > .el-container > .uc-topbar-component {
  flex: 0 0 auto;
  position: relative;
  z-index: 40;
  background: #fff;
}

.template > .el-container > .el-container > .uc-topbar-component .uc-topbar {
  position: relative;
  top: auto;
  z-index: 40;
  margin: 0;
  padding: 0 24px;
  border-radius: 0;
  background: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.template > .el-container > .el-container > .el-main {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  padding: 24px;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--uc-bg);
}

.home-page.template {
  min-height: 100vh;
  background: var(--uc-bg);
}

.home-page .uc-main > .uc-topbar-component .uc-topbar {
  margin: -24px -24px 24px;
}

.home-page .uc-topbar .uc-global-search {
  display: flex;
}

.home-page .uc-auth-grid {
  align-self: center;
  align-content: start;
  align-items: start;
  grid-auto-rows: auto;
}

.home-page .uc-auth-item {
  align-self: start;
  height: auto;
  min-height: 72px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-page .uc-auth-item strong,
.home-page .uc-auth-item a {
  margin-top: 8px;
  line-height: 1.35;
}

.uc-extra-line {
  margin-top: 10px;
  color: var(--uc-muted);
  font-size: 12px;
  line-height: 1.6;
}

.uc-extra-line a,
.uc-extra-line button {
  border: none;
  color: var(--uc-blue);
  background: transparent;
  cursor: pointer;
}

.home-page .uc-quick-grid {
  align-items: start !important;
  grid-auto-rows: 132px !important;
}

.home-page .uc-quick-grid > a {
  align-self: start !important;
  box-sizing: border-box;
  min-height: 132px !important;
  height: 132px !important;
  max-height: 132px !important;
  padding: 18px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.home-page .uc-quick-grid > a > span {
  flex: 0 0 36px;
  width: 36px !important;
  height: 36px !important;
  margin-bottom: 12px !important;
}

.home-page .uc-quick-grid > a > strong {
  display: block !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

.home-page .uc-quick-grid > a > p {
  margin-top: 6px !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

.open-dialog {
  font-size: 16px;
}

.open-dialog .dialog-footer {
  font-size: 16px;
}

.open-dialog .dialog-footer .btn-ok,
.open-dialog .dialog-footer .btn-no {
  width: 112px;
  height: 46px;
  border-radius: 3px;
}

.open-dialog .dialog-footer .btn-ok {
  color: #fff;
  background: var(--color-primary);
}

.open-dialog .dialog-footer .btn-no {
  color: #1e2736;
  background: #e7e7e7;
}

.uc-static-product-row.is-overdue strong {
  color: var(--uc-text);
}

.uc-static-product-row.is-overdue div:first-child strong {
  color: var(--uc-blue);
}

.uc-referral-link input {
  min-width: 0;
}

.wx-code {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
}

.wx-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--uc-blue);
  box-shadow: 0 10px 24px rgba(22, 93, 255, 0.18);
  cursor: pointer;
}

.wx-img::before {
  content: "微";
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}

.wx-box .tit {
  margin-bottom: 10px;
  color: var(--uc-text);
  font-size: 13px;
}

.wx-box .img {
  width: 180px;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wx-box img {
  max-width: 180px;
  max-height: 180px;
}

@media screen and (max-width: 750px) {
  .home-page .uc-quick-grid {
    grid-auto-rows: 116px !important;
  }

  .home-page .uc-quick-grid > a {
    min-height: 116px !important;
    height: 116px !important;
    max-height: 116px !important;
    padding: 12px !important;
  }

  .home-page .uc-quick-grid > a > span {
    flex-basis: 32px;
    width: 32px !important;
    height: 32px !important;
    margin-bottom: 9px !important;
  }

  .home-page .uc-quick-grid > a > strong {
    font-size: 13px !important;
  }

  .home-page .uc-quick-grid > a > p {
    margin-top: 4px !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
  }

  .home-page .uc-auth-item {
    height: auto;
    min-height: 58px;
    padding: 10px;
    justify-content: center;
  }

  .uc-sidebar {
    width: min(82vw, 320px);
    flex-basis: auto;
  }

  .template > .el-container > .uc-sidebar {
    display: none !important;
  }

  .template > .el-container {
    width: 100% !important;
    max-width: 100vw !important;
    height: auto !important;
    min-height: 100vh !important;
    overflow: visible !important;
  }

  .template > .el-container > .el-container {
    width: 100% !important;
    max-width: 100vw !important;
    height: auto !important;
    min-height: 100vh !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  .template > .el-container > .el-container > .uc-topbar-component .uc-topbar {
    min-height: 58px !important;
    margin: 0 !important;
    padding: 10px 14px !important;
  }

  .uc-topbar-component .uc-language-menu {
    width: 38px !important;
    height: 38px !important;
    max-height: 38px !important;
  }

  .uc-topbar-component .uc-language-trigger {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
    padding: 0 !important;
    gap: 0 !important;
  }

  .uc-topbar-component .uc-language-current,
  .uc-topbar-component .uc-language-caret {
    display: none !important;
  }

  .uc-topbar .uc-avatar.uc-account-trigger {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    flex-basis: 36px !important;
    font-size: 14px !important;
  }

  .template > .el-container > .el-container > .el-main {
    margin: 0 !important;
    padding: 14px !important;
    border-radius: 0 !important;
    overflow: visible !important;
    background: var(--uc-bg) !important;
  }

  .uc-main > .uc-topbar-component .uc-topbar {
    margin: -16px -14px 16px;
  }
}

@media screen and (max-width: 420px) {
  .uc-topbar-component .uc-language-menu,
  .uc-topbar-component .uc-language-trigger {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
  }
}

body.server-page .product {
  min-height: 100vh;
  background: var(--uc-bg);
}

body.server-page .product .uc-main > .uc-topbar-component .uc-topbar {
  margin: -24px -24px 24px;
}

body.server-page .server-stat-grid {
  align-content: start !important;
  align-items: start !important;
  grid-auto-rows: 126px !important;
}

body.server-page .server-stat-grid article {
  align-self: start !important;
  box-sizing: border-box;
  height: 126px !important;
  min-height: 126px !important;
  max-height: 126px !important;
  padding: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
}

body.server-page .server-stat-grid span {
  line-height: 1.2 !important;
}

body.server-page .server-stat-grid strong {
  margin: 12px 0 8px !important;
  line-height: 1 !important;
}

body.server-page .server-stat-grid p {
  margin: 0 !important;
  line-height: 1.4 !important;
}

body.server-page .server-toolbar {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: row !important;
  gap: 18px !important;
  margin-top: 24px !important;
  min-height: 42px !important;
}

body.server-page .server-bulk-actions,
body.server-page .server-filter {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 42px !important;
  margin: 0 !important;
}

body.server-page .server-bulk-actions {
  flex: 0 0 auto !important;
  flex-wrap: nowrap !important;
}

body.server-page .server-filter {
  flex: 1 1 auto !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
}

body.server-page .server-filter label {
  flex: 0 0 auto !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin: 0 !important;
  display: block !important;
}

body.server-page .server-filter label span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

body.server-page .server-primary-action,
body.server-page .server-split-action,
body.server-page .server-secondary-action,
body.server-page .server-filter button,
body.server-page .server-filter select,
body.server-page .server-filter input {
  box-sizing: border-box !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin: 0 !important;
  line-height: 1 !important;
  vertical-align: top !important;
}

body.server-page .server-primary-action,
body.server-page .server-split-action,
body.server-page .server-secondary-action,
body.server-page .server-filter button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.server-page .server-primary-action {
  padding: 0 20px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

body.server-page .server-split-action {
  flex: 0 0 42px !important;
  width: 42px !important;
  margin-left: -10px !important;
  border-left: 1px solid rgba(255, 255, 255, 0.35) !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  outline: none !important;
}

body.server-page .server-primary-action:focus,
body.server-page .server-split-action:focus {
  outline: none !important;
}

body.server-page .server-primary-action:focus-visible,
body.server-page .server-split-action:focus-visible {
  box-shadow: 0 4px 12px rgba(22, 93, 255, 0.22), 0 0 0 3px rgba(22, 93, 255, 0.18) !important;
}

body.server-page .server-secondary-action {
  padding: 0 18px !important;
  white-space: nowrap !important;
}

body.server-page .server-filter select {
  display: block !important;
  width: 220px !important;
  padding: 0 36px 0 14px !important;
  line-height: 42px !important;
}

body.server-page .server-filter input {
  display: block !important;
  width: 260px !important;
  padding: 0 14px !important;
  line-height: 42px !important;
}

body.server-page .server-filter button {
  padding: 0 24px !important;
  white-space: nowrap !important;
}

body.server-page .server-table th {
  user-select: none;
}

body.server-page .server-id-link,
body.server-page .server-table th:nth-child(2),
body.server-page .server-table th:nth-child(10),
body.server-page .server-table th:nth-child(11) {
  cursor: pointer;
}

body.server-page .server-id-link {
  color: var(--uc-blue);
}

body.server-page .server-status.processing {
  color: #1664d9;
  background: #e8f1ff;
}

body.server-page .server-status.warning {
  color: #b76a00;
  background: #fff3df;
}

body.server-page .server-status.danger {
  color: #c92a2a;
  background: #ffe8e8;
}

body.server-page .server-bulk-actions {
  position: relative;
}

body.server-page .server-bulk-menu,
body.server-page .server-page-size-dropdown {
  position: absolute;
  z-index: 120;
  min-width: 128px;
  padding: 6px;
  border: 1px solid var(--uc-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(32, 33, 36, 0.12);
}

body.server-page .server-bulk-menu {
  left: 0 !important;
  top: 52px !important;
  width: 158px !important;
  min-width: 158px !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 8px !important;
  border-color: #e8edf5 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 18px 40px rgba(31, 40, 68, 0.14) !important;
}

body.server-page .server-page-size-menu {
  position: relative;
}

body.server-page .server-page-size-dropdown {
  left: 0;
  bottom: calc(100% + 8px);
}

body.server-page .server-bulk-menu button,
body.server-page .server-page-size-dropdown button {
  width: 100%;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  padding: 0 10px !important;
  border: none;
  border-radius: 7px;
  color: var(--uc-text);
  background: transparent;
  box-shadow: none;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

body.server-page .server-bulk-menu button {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.server-page .server-bulk-menu button + button {
  margin-top: 4px !important;
}

body.server-page .server-bulk-menu button:hover,
body.server-page .server-page-size-dropdown button:hover {
  color: var(--uc-blue);
  background: var(--uc-blue-soft);
}

body.server-page .server-pagination .is-disabled {
  pointer-events: none;
  opacity: 0.45;
}

body.server-page .server-copy-ip {
  margin-left: 6px;
  border: none;
  color: var(--uc-blue);
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

body.server-page .server-empty-state {
  min-height: 160px;
  color: var(--uc-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

body.server-page .server-hidden-component {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
}

body.server-page .server-hidden-component.batch-op-btn > .search-btn,
body.server-page .server-hidden-component.batch-op-btn > .el-dropdown,
body.server-page .server-hidden-component.traffic-warning > .search-btn,
body.server-page .server-hidden-component.traffic-warning > .tip {
  display: none !important;
}

body.server-page .server-table .com-auto-renew,
body.server-page .server-mobile-renew .com-auto-renew {
  display: inline-flex;
  align-items: center;
}

body.server-page .server-table .com-auto-renew .el-switch,
body.server-page .server-mobile-renew .com-auto-renew .el-switch {
  height: 24px;
  line-height: 24px;
}

body.server-page .server-table .com-auto-renew .el-switch__core,
body.server-page .server-mobile-renew .com-auto-renew .el-switch__core {
  width: 44px !important;
  height: 24px;
  border: none;
  background: #d5d7dc;
}

body.server-page .server-table .com-auto-renew .el-switch__core::after,
body.server-page .server-mobile-renew .com-auto-renew .el-switch__core::after {
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
}

body.server-page .server-table .com-auto-renew .el-switch.is-checked .el-switch__core::after,
body.server-page .server-mobile-renew .com-auto-renew .el-switch.is-checked .el-switch__core::after {
  margin-left: -21px;
}

body.server-page .server-table td {
  color: var(--uc-text);
}

body.server-page .server-table td:nth-child(4),
body.server-page .server-table td:nth-child(8),
body.server-page .server-table td:nth-child(9),
body.server-page .server-table td:nth-child(10),
body.server-page .server-table td:nth-child(12) {
  color: var(--uc-muted);
}

.bx-captcha-host #captcha-outer.bx-captcha-outer {
  width: 100vw !important;
  height: 100vh !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 4000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px !important;
  box-sizing: border-box !important;
  background: rgba(32, 33, 36, 0.48) !important;
  filter: none !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.bx-captcha-host .captcha-content.bx-captcha-card {
  width: min(520px, calc(100vw - 48px)) !important;
  max-width: 100% !important;
  min-height: auto !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  margin: 0 !important;
  padding: 28px !important;
  transform: none !important;
  box-sizing: border-box !important;
  border: 1px solid #dfe6f2 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 24px 60px rgba(25, 43, 77, 0.18) !important;
  color: var(--uc-text, #202124) !important;
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.bx-captcha-host .captcha-content.bx-captcha-card > div:first-child {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.bx-captcha-host .captcha-title.bx-captcha-title {
  margin: 0 !important;
  color: var(--uc-text, #202124) !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.bx-captcha-host .captcha-main.bx-captcha-main {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 150px !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 22px !important;
  padding-left: 0 !important;
  box-sizing: border-box !important;
}

.bx-captcha-host #captcha-input {
  width: 100% !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  box-sizing: border-box !important;
  border: 1px solid #dfe4ee !important;
  border-radius: 8px !important;
  outline: none !important;
  color: var(--uc-text, #202124) !important;
  background: #fff !important;
  font-size: 15px !important;
  line-height: 48px !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.bx-captcha-host #captcha-input::placeholder {
  color: #9aa0a6 !important;
}

.bx-captcha-host #captcha-input:focus {
  border-color: var(--uc-blue, var(--color-primary, #165dff)) !important;
  box-shadow: 0 0 0 3px rgba(22, 93, 255, 0.12) !important;
}

.bx-captcha-host #captcha-img {
  width: 150px !important;
  height: 48px !important;
  display: block !important;
  margin: 0 !important;
  object-fit: cover !important;
  border: 1px solid #dfe4ee !important;
  border-radius: 8px !important;
  background: #f6f8fa !important;
  cursor: pointer !important;
}

.bx-captcha-host #captcha-error-text {
  min-height: 22px !important;
  margin: 10px 0 0 !important;
  color: #d93025 !important;
  font-size: 13px !important;
  line-height: 22px !important;
}

.bx-captcha-host .captcha-footer.bx-captcha-footer {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 20px !important;
}

.bx-captcha-host #check-btn,
.bx-captcha-host #cancel-btn {
  min-width: 112px !important;
  width: auto !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  box-sizing: border-box !important;
  border-radius: 8px !important;
  border: 1px solid transparent !important;
  font-size: 14px !important;
  line-height: 42px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.bx-captcha-host #check-btn {
  color: #fff !important;
  background: var(--uc-blue, var(--color-primary, #165dff)) !important;
  box-shadow: 0 10px 20px rgba(22, 93, 255, 0.22) !important;
}

.bx-captcha-host #check-btn:hover {
  background: var(--uc-blue-light, #4080ff) !important;
}

.bx-captcha-host #cancel-btn {
  color: #3c4043 !important;
  background: #f4f6fb !important;
  border-color: #dfe4ee !important;
}

.bx-captcha-host #cancel-btn:hover {
  color: var(--uc-blue, var(--color-primary, #165dff)) !important;
  border-color: rgba(22, 93, 255, 0.28) !important;
  background: var(--uc-blue-soft, #eef3ff) !important;
}

@media screen and (max-width: 768px) {
  .uc-topbar-component .uc-topbar {
    min-height: auto !important;
    padding: 10px 14px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    column-gap: 10px !important;
    row-gap: 10px !important;
    align-items: center !important;
  }

  .uc-main > .uc-topbar-component .uc-topbar {
    margin: -16px -14px 16px !important;
  }

  .template > .el-container > .el-container > .uc-topbar-component .uc-topbar {
    margin: 0 !important;
  }

  .uc-topbar-component .uc-topbar-left {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
    gap: 10px !important;
  }

  .uc-topbar-component .uc-topbar-left > div {
    min-width: 0 !important;
  }

  .uc-topbar-component .uc-topbar-left .uc-eyebrow,
  .uc-topbar-component .uc-topbar-left h1 {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .uc-topbar-component .uc-topbar-actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
    gap: 8px !important;
    justify-self: end !important;
  }

  .uc-topbar-component .uc-global-search {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 40px !important;
  }

  .uc-topbar-component .uc-language-menu,
  .uc-topbar-component .uc-cart-link,
  .uc-topbar-component .uc-language-trigger {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    padding: 0 !important;
    gap: 0 !important;
  }

  .uc-topbar-component .uc-cart-text,
  .uc-topbar-component .uc-language-current,
  .uc-topbar-component .uc-language-caret {
    display: none !important;
  }

  body.server-page .server-toolbar {
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 14px !important;
    margin-top: 18px !important;
    overflow: visible !important;
  }

  body.server-page .server-stat-grid {
    grid-auto-rows: auto !important;
  }

  body.server-page .server-stat-grid article {
    height: auto !important;
    min-height: 112px !important;
    max-height: none !important;
    padding: 16px !important;
  }

  body.server-page .server-bulk-actions {
    width: 100% !important;
    max-width: 100% !important;
    gap: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-bottom: 2px !important;
  }

  body.server-page .server-split-action {
    margin-left: 0 !important;
  }

  body.server-page .server-secondary-action {
    margin-left: 10px !important;
  }

  body.server-page .server-filter {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-bottom: 2px !important;
  }

  body.server-page .server-filter select {
    width: 168px !important;
  }

  body.server-page .server-filter input {
    width: 220px !important;
  }

  body.server-page .server-bulk-menu {
    left: 0 !important;
    top: 52px !important;
  }

  .bx-captcha-host #captcha-outer.bx-captcha-outer {
    padding: 16px !important;
    align-items: center !important;
  }

  .bx-captcha-host .captcha-content.bx-captcha-card {
    width: min(420px, calc(100vw - 32px)) !important;
    padding: 22px !important;
  }

  .bx-captcha-host .captcha-title.bx-captcha-title {
    font-size: 22px !important;
  }

  .bx-captcha-host .captcha-main.bx-captcha-main {
    grid-template-columns: minmax(0, 1fr) 132px !important;
    gap: 10px !important;
    margin-top: 18px !important;
  }

  .bx-captcha-host #captcha-input,
  .bx-captcha-host #captcha-img {
    height: 46px !important;
  }

  .bx-captcha-host #captcha-img {
    width: 132px !important;
  }

  .bx-captcha-host #check-btn,
  .bx-captcha-host #cancel-btn {
    height: 44px !important;
  }
}

@media screen and (max-width: 420px) {
  .uc-topbar-component .uc-global-search {
    padding-left: 10px !important;
  }

  .uc-topbar-component .uc-global-search button {
    min-width: 54px !important;
    padding: 0 10px !important;
  }

  .uc-topbar-component .uc-language-menu,
  .uc-topbar-component .uc-cart-link,
  .uc-topbar-component .uc-language-trigger {
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
  }

  .bx-captcha-host .captcha-content.bx-captcha-card {
    width: calc(100vw - 24px) !important;
    padding: 20px !important;
  }

  .bx-captcha-host .captcha-main.bx-captcha-main {
    grid-template-columns: 1fr !important;
  }

  .bx-captcha-host #captcha-img {
    width: 100% !important;
  }

  .bx-captcha-host .captcha-footer.bx-captcha-footer {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  .bx-captcha-host #check-btn,
  .bx-captcha-host #cancel-btn {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 12px !important;
  }
}
