html,
body {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  bottom: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
  font-family: '思源黑体','阿里巴巴普惠体'!important;
}
html {
  /* font-family: 'Helvetica Neue', Helvetica, 'Hiragino Sans GB',
    'STHeitiSC-Light', 'Microsoft YaHei', Arial, sans-serif; */
   /* font-family: '黑体'; */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}
body,
html,
div,
ul,
li,
h5,
p,
img {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #08c;
}
html,div {
  box-sizing: border-box;
}
