/*黑色模式*/
:root {
  --whiteColor: white;
  --primaryColor: rgba(255, 255, 255,0.8);
  --secondColor: #5b6d78;
  --blackColor: black;
  --headColor: #313540;
  --asideColor: #313540;
  --menuHoverBg: linear-gradient(90deg, #464c5b, #464c5b);
  --menuActiveText: #60d5e7;
  --grayBg: #f2f3f8;
  --borderColor: #464c5b;
  --buttonColor:#35b8e0;
  --buttonActiveColor:#3c7bbb;
  --tableHeadColor:rgba(0, 51, 102,0.1);
  --tabActiveBg:#35b8e0;

  --tableHead:rgba(70, 76, 91, 0.6);
  /* --tableHead:rgba(86, 187, 218, 0.8); */
  --tableStripe:rgba(214, 216, 219,0.5);
  --tableCurrent: #9adbef;
  /* --tableCurrent: #a1dfe9; */
}