/* @font-face {
  font-family: Source Han Sans CN-Bold;
  src: url(../font/SourceHanSansCN-Bold.otf);
}
@font-face {
  font-family: Source Han Sans CN-Regular;
  src: url(../font/SourceHanSansCN-Regular.otf);
} */
body {
  /* font-family: Source Han Sans CN-Regular; */
  line-height: 1;
}
.bold {
  /* font-family: Source Han Sans CN-Bold; */
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  body {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 960px) {
  body {
    width: 100%;
  }
}
html{
  height: 100%;
}