/* 橙色主题色 */
:root,
[data-sx-theme='light'] {
  --sx-blue: #1890ff;
  --sx-indigo: #6610f2;
  --sx-purple: #6f42c1;
  --sx-pink: #d63384;
  --sx-red: #c49654;
  --sx-orange-red: #e62e2e;
  --sx-orange: #ffef75;
  --sx-yellow: #fed6b3;
  --sx-green: #26b514;
  --sx-teal: #65b85d;
  --sx-cyan: #0dcaf0;
  --sx-black: #000;
  --sx-white: #fff;
  --sx-gray: #666666;
  --sx-gray-dark: #343a40;
  --sx-gray-100: #f7f8f9;
  --sx-gray-200: #f3f4f5;
  --sx-gray-300: #d8d8d8;
  --sx-gray-400: #ced4da;
  --sx-gray-500: #adb5bd;
  --sx-gray-600: #999999;
  --sx-gray-700: #495057;
  --sx-gray-800: #333333;
  --sx-gray-900: #1a1a1a;
  --sx-primary: linear-gradient(
    90deg,
    #c9811e,
    #9e6110 5%,
    #995d0f 7%,
    #9d6213,
    #aa7226 14%,
    #be8b42 18%,
    #e8bf7a 26%,
    #f9fdd9 30%,
    #f7f9d2 31%,
    #ecd999 38%,
    #e5c575 44%,
    #e3be68 57%,
    #bb8f46 67%,
    #9d6b2d 80%,
    #925e24 88%,
    #b1823e 96%,
    #d5ae5c
  );
  --sx-primary-from: #ff7826;
  --sx-primary-to: #ff7826;
  --sx-promotion-bg-from: #ffe7ea;
  --sx-promotion-bg-to: #ffefe3;
  --sx-promotion-text: #ee384f;
  --sx-promotion-icon-from: #ff7826;
  --sx-promotion-icon-to: #f71e54;
  --sx-price-off: #8c0000;
  --sx-secondary: #767676;
  --sx-home-primary: #111624;
  --sx-home-secondary: #767676;
  --sx-success: #198754;
  --sx-info: #0dcaf0;
  --sx-warning: #ffba49;
  --sx-danger: #dc3545;
  --sx-light: #f8f9fa;
  --sx-dark: #111624;
  --sx-primary-rgb: 34, 34, 35;
  --sx-secondary-rgb: 108, 117, 125;
  --sx-success-rgb: 25, 135, 84;
  --sx-info-rgb: 13, 202, 240;
  --sx-warning-rgb: 255, 193, 7;
  --sx-danger-rgb: 220, 53, 69;
  --sx-light-rgb: 248, 249, 250;
  --sx-dark-rgb: 33, 37, 41;
  --sx-bind-from: #ffe7ea;
  --sx-bind-to: #ffefe3;
  --sx-primary-text: #c49654;
  --sx-account-text: var(--sx-primary-text);
  --sx-secondary-text: #45311c;
  --sx-success-text: #146c43;
  --sx-info-text: #087990;
  --sx-warning-text: #c49654;
  --sx-danger-text: #b02a37;
  --sx-light-text: #6c757d;
  --sx-dark-text: #bebebe;
  --sx-primary-bg-subtle: #cfe2ff;
  --sx-secondary-bg-subtle: #000000;
  --sx-success-bg-subtle: #d1e7dd;
  --sx-info-bg-subtle: #cff4fc;
  --sx-warning-bg-subtle: #fff3cd;
  --sx-danger-bg-subtle: #f8d7da;
  --sx-light-bg-subtle: #383839;
  --sx-dark-bg-subtle: #222223;
  --sx-primary-border-subtle: #9ec5fe;
  --sx-secondary-border-subtle: #e9ecef;
  --sx-success-border-subtle: #eef9ec;
  --sx-info-border-subtle: #9eeaf9;
  --sx-warning-border-subtle: #ffe69c;
  --sx-danger-border-subtle: #f1aeb5;
  --sx-light-border-subtle: #e9ecef;
  --sx-dark-border-subtle: #adb5bd;
  --sx-white-rgb: 255, 255, 255;
  --sx-black-rgb: 0, 0, 0;
  --sx-body-color-rgb: 33, 37, 41;
  --sx-body-bg-rgb: 255, 255, 255;
  --sx-font-sans-serif: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  --sx-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --sx-body-font-family: var(--sx-font-sans-serif);
  --sx-body-font-size: 1rem;
  --sx-body-font-weight: 400;
  --sx-body-line-height: 1.5;
  --sx-body-color: #1a1a1a;
  --sx-emphasis-color: #000;
  --sx-emphasis-color-rgb: 0, 0, 0;
  --sx-secondary-color: rgba(33, 37, 41, 0.75);
  --sx-secondary-color-rgb: 33, 37, 41;
  --sx-secondary-bg: #e9ecef;
  --sx-secondary-bg-rgb: 233, 236, 239;
  --sx-tertiary-color: rgba(33, 37, 41, 0.5);
  --sx-tertiary-color-rgb: 33, 37, 41;
  --sx-tertiary-bg: #f8f9fa;
  --sx-tertiary-bg-rgb: 248, 249, 250;
  --sx-body-bg: #fff;
  --sx-body-bg-gray: #e9ecef;
  --sx-home-body-bg-gray: #fff;
  --sx-body-bg-rgb: 255, 255, 255;
  --sx-link-color: #0577e9;
  --sx-link-color-rgb: 13, 110, 253;
  --sx-link-decoration: underline;
  --sx-link-hover-color: #0a58ca;
  --sx-link-hover-color-rgb: 10, 88, 202;
  --sx-code-color: #d63384;
  --sx-highlight-bg: #fff3cd;
  --sx-border-width: 0.0625rem;
  --sx-border-style: solid;
  --sx-border-color: #B1823E;
  --sx-border-color-translucent: rgba(0, 0, 0, 0.175);
  --sx-border-radius: 0.375rem;
  --sx-border-radius-sm: 0.25rem;
  --sx-border-radius-lg: 0.5rem;
  --sx-border-radius-xl: 1rem;
  --sx-border-radius-2xl: 2rem;
  --sx-border-radius-pill: 50rem;
  --sx-box-shadow: 0 0.5rem 1rem rgba(var(--sx-body-color-rgb), 0.15);
  --sx-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--sx-body-color-rgb), 0.075);
  --sx-box-shadow-lg: 0 1rem 3rem rgba(var(--sx-body-color-rgb), 0.175);
  --sx-box-shadow-inset: inset 0 0.0625rem 0.125rem rgba(var(--sx-body-color-rgb), 0.075);
  --sx-emphasis-color: #000;
  --sx-form-control-bg: var(--sx-body-bg);
  --sx-form-control-disabled-bg: var(--sx-secondary-bg);
  --sx-highlight-bg: #fff3cd;
  --sx-breakpoint-xs: 0;
  --sx-breakpoint-sm: 36rem;
  --sx-breakpoint-md: 48rem;
  --sx-breakpoint-lg: 62rem;
  --sx-breakpoint-xl: 75rem;
  --sx-breakpoint-xxl: 87.5rem;
}

[data-sx-theme='dark'] {
  --sx-body-color: #adb5bd;
  --sx-body-color-rgb: 173, 181, 189;
  --sx-body-bg: #1a1a1a;
  --sx-body-bg-rgb: 33, 37, 41;
  --sx-emphasis-color: #f8f9fa;
  --sx-emphasis-color-rgb: 248, 249, 250;
  --sx-secondary-color: rgba(173, 181, 189, 0.75);
  --sx-secondary-color-rgb: 173, 181, 189;
  --sx-secondary-bg: #343a40;
  --sx-secondary-bg-rgb: 52, 58, 64;
  --sx-tertiary-color: rgba(173, 181, 189, 0.5);
  --sx-tertiary-color-rgb: 173, 181, 189;
  --sx-tertiary-bg: #2b3035;
  --sx-tertiary-bg-rgb: 43, 48, 53;
  --sx-emphasis-color: #fff;
  --sx-primary-text: #6ea8fe;
  --sx-secondary-text: #dee2e6;
  --sx-success-text: #75b798;
  --sx-info-text: #6edff6;
  --sx-warning-text: #ffda6a;
  --sx-danger-text: #ea868f;
  --sx-light-text: #f8f9fa;
  --sx-dark-text: #dee2e6;
  --sx-primary-bg-subtle: #031633;
  --sx-secondary-bg-subtle: #1a1a1a;
  --sx-success-bg-subtle: #051b11;
  --sx-info-bg-subtle: #032830;
  --sx-warning-bg-subtle: #332701;
  --sx-danger-bg-subtle: #2c0b0e;
  --sx-light-bg-subtle: #343a40;
  --sx-dark-bg-subtle: #1a1d20;
  --sx-primary-border-subtle: #084298;
  --sx-secondary-border-subtle: #495057;
  --sx-success-border-subtle: #0f5132;
  --sx-info-border-subtle: #055160;
  --sx-warning-border-subtle: #664d03;
  --sx-danger-border-subtle: #842029;
  --sx-light-border-subtle: #495057;
  --sx-dark-border-subtle: #343a40;
  --sx-heading-color: #fff;
  --sx-link-color: #6ea8fe;
  --sx-link-hover-color: #9ec5fe;
  --sx-link-color-rgb: 110, 168, 254;
  --sx-link-hover-color-rgb: 158, 197, 254;
  --sx-code-color: #e685b5;
  --sx-border-color: #495057;
  --sx-border-color-translucent: rgba(255, 255, 255, 0.15);
}
