﻿/* bootstrap 风格主题色 */
:root, [data-sx-theme='light']
{
    --sx-blue: #1890ff;
    --sx-indigo: #6610f2;
    --sx-purple: #6f42c1;
    --sx-pink: #d63384;
    --sx-red: #dc3545;
    --sx-orange-red: #dc3545;
    --sx-orange: #fd7e14;
    --sx-yellow: #ffc107;
    --sx-green: #198754;
    --sx-teal: #65b85d;
    --sx-cyan: #0dcaf0;
    --sx-black: #000;
    --sx-white: #fff;
    --sx-gray: #767676;
    --sx-gray-dark: #343a40;
    --sx-gray-100: #f9f9f9;
    --sx-gray-200: #e9ecef;
    --sx-gray-300: #d8d8d8;
    --sx-gray-400: #ced4da;
    --sx-gray-500: #adb5bd;
    --sx-gray-600: #6c757d;
    --sx-gray-700: #495057;
    --sx-gray-800: #343a40;
    --sx-gray-900: #1a1a1a;
    --sx-primary: linear-gradient(270deg,#ff3d3d 0%,#ff3769 100%);
    --sx-primary-from: #ff3d3d;
    --sx-primary-to: #ff3769;
    --sx-promotion-bg-from: #ffe7ea;
    --sx-promotion-bg-to: #ffefe3;
    --sx-promotion-text: #ee384f;
    --sx-promotion-icon-from: #ff5151;
    --sx-promotion-icon-to: #f71e54;
    --sx-price-off: #8c0000;
    --sx-secondary: #767676;
    --sx-home-primary: #1a1a1a;
    --sx-home-secondary: #767676;
    --sx-success: #198754;
    --sx-info: #0dcaf0;
    --sx-warning: #ffba49;
    --sx-danger: #dc3545;
    --sx-light: #f8f9fa;
    --sx-dark: #1a1a1a;
    --sx-primary-rgb: 247,30,84;
    --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: #ee384f;
    --sx-account-text: #ea0000;
    --sx-secondary-text: #767676;
    --sx-success-text: #146c43;
    --sx-info-text: #087990;
    --sx-warning-text: #ffba49;
    --sx-danger-text: #b02a37;
    --sx-light-text: #6c757d;
    --sx-dark-text: #1a1a1a;
    --sx-primary-bg-subtle: #cfe2ff;
    --sx-secondary-bg-subtle: #f8f9fa;
    --sx-success-bg-subtle: #d1e7dd;
    --sx-info-bg-subtle: #cff4fc;
    --sx-warning-bg-subtle: #fff3cd;
    --sx-danger-bg-subtle: #f8d7da;
    --sx-light-bg-subtle: #fcfcfd;
    --sx-dark-bg-subtle: #ced4da;
    --sx-primary-border-subtle: #9ec5fe;
    --sx-secondary-border-subtle: #e9ecef;
    --sx-success-border-subtle: #a3cfbb;
    --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,.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,.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,.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: 1px;
    --sx-border-style: solid;
    --sx-border-color: #dee2e6;
    --sx-border-color-translucent: rgba(0,0,0,.175);
    --sx-border-radius: .375rem;
    --sx-border-radius-sm: .25rem;
    --sx-border-radius-lg: .5rem;
    --sx-border-radius-xl: 1rem;
    --sx-border-radius-2xl: 2rem;
    --sx-border-radius-pill: 50rem;
    --sx-box-shadow: 0 .5rem 1rem rgba(var(--sx-body-color-rgb),.15);
    --sx-box-shadow-sm: 0 .125rem .25rem rgba(var(--sx-body-color-rgb),.075);
    --sx-box-shadow-lg: 0 1rem 3rem rgba(var(--sx-body-color-rgb),.175);
    --sx-box-shadow-inset: inset 0 1px 2px rgba(var(--sx-body-color-rgb),.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: 576px;
    --sx-breakpoint-md: 768px;
    --sx-breakpoint-lg: 992px;
    --sx-breakpoint-xl: 1200px;
    --sx-breakpoint-xxl: 1400px;
}
[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,.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,.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,.15);
}
