:root {
  --van-icon: #222;
  --theme-color: #A96263;
  --primary-color: #333;
  --sub-color: #ccc;
  --white-color: #fff;
  --label-color: #444;
  --tab-color: #7B8094;
  --tab-active-color: #32427C;
  --button-info-color: #32427C;
  --button-warning-color: #A96263;
  --empty-color: #A96263;
  --checkbox-label-color: #B2B2B2;
  --package-sub-color: #C5C5C5;
  --package-span-color: #C7C7C7;
  --address-color: #D1D1D1;
  --package-sub-title: #A9A9A9;
  --background: #FEF7EF;
  --primary-background:#354278;
  --tab-background: #a06565;
  --button-link-background: #AA6162;
  --button-background: #32427C;
  --checkbox-background: #eee;
  --button-sub-background: #9f6564;
  --button-info-background: #E2E5F0;
  --button-warning-background: #EBD8D8;
  --input-background: #FFFDF9;
  --address-background: #F7F8FF;
  --package-background: #f4e4cf;
  --package-card-background: #fbfbfb;
  --package-cover-background: #f9f9f9;
  --white-background: #fff;
  --orange-background:#FF7200;

  --color-primary-light-1: #434B5F;
  --color-primary-light-2: #1F2126;
  --color-primary-light-3: #404040;
  --color-primary-light-4: #8E939F;
  --color-primary-light-5: #1F2126;
  --color-primary-light-6: #2B60E6;
  --color-primary-light-7: #696F7F;
  --color-warning: #ED220D;
  --color-warning-light-1: #FF7A00;
}