html {
  height: 100%;
  font-size: 100px;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
  font-family: "NotoSansHans-Regular" !important;
}
@font-face {
  font-family: "NotoSansHans-Regular";
  src: url('https://resources.shuhua.com/publicFonts/NotoSansHans-Regular.otf') format('opentype');
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0.14rem;
  background: #f5f5f5;
  overflow: auto;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  padding: 0;
  margin: 0;
}
#app {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  min-height: 100%;
  background: #224682 url("../images/bg.png") no-repeat;
  background-size: 100% auto;
  padding-top: 0.85rem;
  overflow: hidden;
}
#app .header {
  width: calc(100% - 2rem);
  height: 0.7rem;
  line-height: 0.65rem;
  box-sizing: border-box;
  margin: 0 auto 0.08rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  color: #FFF;
}
#app .header .shuhua {
  width: 25%;
  font-size: 0.3rem;
  flex: none;
}
#app .header .page_title {
  width: 50%;
  font-size: 0.44rem;
  flex: none;
  text-align: center;
}
#app .header .time {
  width: 25%;
  font-size: 0.2rem;
  flex: none;
  text-align: right;
}
.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.s_elli {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[v-cloak] {
  display: none;
}
