:root{
  --centerWidht:90%;
  --bodyBgColor:#f2f2f2; /*系统背景*/
  --headBGColor:#3b4966; /*一级菜单背景颜色*/
  --headImgBGWrite:#fff;  /*头像白色背景*/
  --footerBgColor:#f8f8f8; /*底部背景*/

  --fontColorBs:#fff;
  --fontColorXtZT:#0ebed2;
  --fontColorXtHoverZT:#0aadbf;
  --fontColorHoverXtZT:#e4fcff;
  --sideFontColorHs:#9a9a9a;
  --footerFontColor:#666;
  --fontColorJiu:#999;
  --fontColorDiu:#ddd;
  --fontColorC:#ccc;
  --fontColorThree:#333;
  --fontColorEone:#E1E1E1;
  --fontColorFeight:#F8F8F8;
  --fontColorCnine:#c9c9c9;
  --fontColorCnone:#c1c1c1;
  --fontColorEsix:#E6E6E6;
  --fontColorFone:#f1f1f1;
  --fontColorFTwo:#F2F2F2;
  --fontColorCA:#cacaca;
  --fontColorTwoSix:#262626;
  --fontColorFA:#fafafa;
  --fontColorFourF:#f4f5f5;
  --fontColorESevenE:#e7e9e8;
  --fontColorFSixNice:#f6f7f9;
  --fontColorFiveAS:#F5F7FA;
  --fontColorSixTW:#606266;
  --fontColorFiceAE:#585a5a;
  --fontColorEitFD:#8a8f8d;
  --fontColorZeroFD:#f0fdff;
  --fontColorNineSE:#e6e9f0;
  --fontColorThreeEA:#e3e4e8;
  --fontColorEFZero:#eff0f0;
  --fontColorSixDC:#DCDFE6;

  --hoverBhColor: #ebfbfc;
  --borderColorHs:#F2F2F2;
  --redMarkColor:#e5544f;
  --borderColorED:#e4e7ed;
}


body{
  font: 12px arial;

}
body,html,#app,.WH,.site-wrapper{width: 100%; height:100%;}
body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, form, fieldset, legend, button, input, textarea, th, td, header{
  margin:0; padding:0;
}
body, button, input, select, textarea{
  font-size:12px; background-repeat:repeat;
}
a, a:focus,a:hover,a:active{outline:none!important;}
em, i{font-style:normal;}
fieldset,img{border:0;}
ul, ol, li{list-style:none;}
button, input, select, textarea{ font-size:100%; outline:none;border: none;}
textarea, input, input[type=text], input[type=password] {
  font: 12px/1.5 tahoma, "Microsoft YaHei", '\5b8b\4f53', sans-serif;
}
/*去除input[type="number"]的加减箭头*/
input[type="number"]{
  -moz-appearance:textfield;-webkit-appearance:none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{
  -webkit-appearance:none !important;margin:0;
}
::-moz-placeholder { color: #c0c0c0; }
::-webkit-input-placeholder { color:#c0c0c0; }
:-ms-input-placeholder { color:#c0c0c0; }
.site-wrapper{overflow: hidden;}
.clear{clear: both}

:focus-visible {outline: none;}
