/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img,
input {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 0.12rem;
  font-weight: normal;
}
img {
  display: block;
  border: 0 none;
}
ul,
ol {
  list-style: none;
}
input {
  border: 0 none;
  outline-style: none;
}
textarea {
  resize: none;
}
em,
i {
  font-style: normal;
}
body {
  font-size: 0.12rem;
  color: #3C3C3C;
  font-family: '微軟正黑體', sans-serif, arial, Helvetica;
  background-color: #fff;
}
a,
button {
  cursor: pointer;
}
/*正文的字体大小和颜色*/
.clearfix:after {
  content: '';
  height: 0;
  line-height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
/*针对ie低级版本的浏览器*/
a {
  color: #3C3C3C;
  text-decoration: none;
  cursor: pointer;
}
/*a:hover {
  color: #eeb111;
  text-decoration: none;
}*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'MHeiHK';
  src: url('../font/MHeiHK-Medium.OTF') format('embedded-opentype');
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
