.common-wrap {
  display: flex;
  flex-direction: column;
  height:100vh;
  overflow-y: auto;
 
}
.common {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.hide{
  display: none!important;
}
.cssFlex{
  display: flex;
}
.cursor-pointer{
  cursor: pointer;
}

@font-face {
  font-family: 'ding';
  src: url('../font/DingTalk\ JinBuTi.ttf');
}