@import './base.css';
body {
  background-color: rgba(246, 247, 249, 1) !important;
  font-size: 14px;
  color:  rgba(51, 51, 51, 1);
}
#app {
  width: 100%;
  height: 100vh;
  min-width: 960px;
  overflow: hidden;

}

