::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  }
  /* 滚動條的滑塊 */
  ::-webkit-scrollbar-thumb {
  background-color: #C1C1C1;
  border-radius: 10px;
  }
@font-face {
  font-family: "sourcehansans"; /* 這个名字可以自己定義 */
  src: url("./fonts/sourcehansans.eot"); /* IE9 Compat Modes */ /*這裡以及下面的src後面的地址填的都是自己本地的相對地址*/
  src: url("./fonts/sourcehansans.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("./fonts/sourcehansans.woff") format("woff"),
    /* Modern Browsers */ url("./fonts/sourcehansans.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("./fonts/sourcehansans.svg#YourWebFontName")
      format("svg"); /* Legacy iOS */
  font-weight: bold;
  font-style: normal;
}


:root{
  --select-background:#fdf4db ;
  --selectColor:#ED9947;
  --switchActiveColor:#FF9F41;
  --switchInActiveColor:#cecece;
  --divLightBg:#f5f5fa;
  --headHeight:60px;
  --deepColor:#9F6023;
  --sideWidth:226px;
  --fontColor:#333333;
  --fontColor1:#636363;
  --fontSize:16px;
  --smallFont:10px;
  --fontOpacity:0.8;
  --lowOpacity:0.6;
  --btnColor:#FF9F41;
  --hoverColor:#FFECD9;
  --fontFamily:'sourcehansans';
  --sideBarActiveColor:#FFF4EA;
  --sideBarItemColor:#FFFAF5;

  --fontNum1:40px;
  --fontSize1:24px;
  --fontSize2:18px;
  --fontSize3:16px;
  --fontSize4:14px;
  --fColor1:rgba(51,51,51,1);
  --fColor2:rgba(51,51,51,0.9);
  --fColor3:rgba(51,51,51,0.8);
  --fColor4:rgba(51,51,51,0.7);
  --fColor5:rgba(51,51,51,0.6);
  --tColor1:#FF9F41;
  --tColor2:#ed9947;
  --tColor3:#ffae57;
  --bColor:#e0e0e0;
}