html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

#app {
  font-family: SourceHanSansCN-Regular,
  Helvetica,
  Arial,
  sans-serif;
  position: relative;
  height: 100%;
}
/*字体文件 */
@font-face {
    font-family: DIN-Medium;
    src: url('../fonts/DIN-Medium.otf');
}

@font-face {
    font-family: DIN-Bold;
    src: url('../fonts/DIN-Bold.otf');
}

@font-face {
    font-family: DIN-Regular;
    src: url('../fonts/DIN-Regular.otf');
}

/* 公司CDN在线思源字体 */
@font-face {
    font-family: SourceHanSansCN-Light;
    src: url('https://cdn.uino.cn/thingjscomponentlib/fonts/sourcehansanscn-light.otf');
}

@font-face {
    font-family: SourceHanSansCN-Medium;
    src: url('https://cdn.uino.cn/thingjscomponentlib/fonts/sourcehansanscn-medium.otf');
}

@font-face {
    font-family: SourceHanSansCN-Regular;
    src: url('https://cdn.uino.cn/thingjscomponentlib/fonts/sourcehansanscn-regular.otf');
}
