@font-face {
  font-family: 'mFont';
  src: url('../font/FZLBK.TTF');
}
@font-face {
  font-family: 'sFont';
  src: url('../font/HYXiYuanJ.ttf');
}
@font-face {
  font-family: 'fFont';
  src: url('../font/SourceHanSerifCN-Regular.otf');
}
body,
i,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
select,
textarea,
button,
th,
td,
a {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-style: normal;
  font-family: sFont;
  color: #333;
  text-decoration: none;
}
a,
img,
li {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
input {
  -webkit-appearance: none;
}
input,
textarea {
  outline: 0px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
img {
  pointer-events: none;
}
