:root {
  /*背景色*/
  --background-color: rgb(255, 255, 255);
  /*全局背景*/
  --gobal-background: rgb(247, 249, 252);
  /*通用文字颜色*/
  --text-color: rgb(7, 32, 76);
  /*nav文字颜色*/
  --text-nav-color: rgb(138, 144, 153);
  --text2-nav-color: rgb(223, 226, 230);

  /*sidebar文字默认颜色*/
  --sidebar-base-text: rgb(7, 32, 76);
  /*sidebar背景颜色*/
  --sidebar-background: rgb(247, 249, 252);
  /*sidebar文字active*/
  --sidebar-text-active: rgb(3, 66, 154);
  /*sidebar文字子集active*/
  --sidebar-text2-active: rgb(3, 66, 154);
  /*sidebar:hover*/
  --sidebar-hover-color: rgb(237, 243, 252);
  --sidebar-hover2-color: rgb(237, 243, 252);
  /*sidebar:hover-block*/
  --sidebar-block-color: rgb(112, 156, 233);
}
