﻿* {
  touch-action: pan-y;
  font-family: "Source Han Sans";
  box-sizing: border-box;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
  /* 默认有边距，都要清除 */
  margin: 0;
  padding: 0;
  /*字体设置*/
  font-size: 14px;
  color: #ccc;
  /* 去掉列表的原点 */
  list-style: none;
}
/*可选*/
html,
body {
  width: 100%;
  height: 100%;
}
html {
  font-size: 16px;
}
ul,
li {
  list-style: none;
}
input {
  outline: none;
  border: none;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
i {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
* {
  touch-action: pan-y;
  font-family: "Source Han Sans";
  box-sizing: border-box;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
  /* 默认有边距，都要清除 */
  margin: 0;
  padding: 0;
  /*字体设置*/
  font-size: 14px;
  color: #ccc;
  /* 去掉列表的原点 */
  list-style: none;
}
/*可选*/
html,
body {
  width: 100%;
  height: 100%;
}
html {
  font-size: 16px;
}
ul,
li {
  list-style: none;
}
input {
  outline: none;
  border: none;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
i {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
