@charset "utf-8";
/*红色*/
:root {
    --color-text-default: #555;
	--color-border-default: #eee;
	--color-currency-7: #f60;
    --color-success-7: #00cc00;
    --color-error-1: #ffe6e8;
    --color-error-7: #e33568;
    --color-warning-7: #ffc107;
    --color-primary-0: #fff9f9;
    --color-primary-1: #ffeaea;
    --color-primary-5: #f57e7e;
    --color-primary-7: #e43737;

    --color-secondary-7: #6c757d;
/*
	--color-exceed-7:#f0f;
    --border-color: #dee2e6;
    --form-control:#fff;
    --hover-color: #0056b3;
    --active-color: #00338d;
    --disabled-color: #adb5bd;
    --focus-color: #80bdff;
    --link-color: #007bff;
    --link-hover-color: #0056b3;
    --link-active-color: #00338d;
    --link-disabled-color: #6c757d;
    --link-focus-color: #80bdff;
    --link-visited-color: #80bdff;
    --table-row-hover-color: #f8f9fa;
    --table-row-active-color: #e9ecef;
    --table-row-striped-color: #f8f9fa;
    --table-header-color: #495057;*/
}