


@font-face {
  font-family: OpenSans-SemiBold;
  /* !* //字体路径  */
   src: url('../webfonts/OpenSans-Semibold.ttf') format('TrueType');
}

body {
    width: 100%;
    height: 100%;
    display: flex;
    transition: all .5s ease;
    background-color: #f7f8fa !important;
    color: initial !important;
    font-family: OpenSans-SemiBold , 'Microsoft YaHei';
}
