
@font-face {
  font-family: 'fzlt';
  /* src: url('FZZYSJW.TTF'); */
  src: url('../font/fzlt.eot');
  src: url('../font/fzlt.eot?#iefix') format('embedded-opentype'),
       url('../font/fzlt.woff2') format('woff2'),
       url('../font/fzlt.woff') format('woff'),
       url('../font/fzlt.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} 
* {
   /*font-family:'fzlt', 'MicrosoftYaHei' , '微软雅黑', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif,'PingFang SC' ;*/
  font-size: 100%;
  font-style: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: #666;
  border: 0;
  outline: 0;
  color: inherit;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
/* body{
  overflow: hidden;
} */
p{margin: 0}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

a {
  text-decoration: none !important;
}

a:link {
  text-decoration: none !important;
}

a:visited {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

a:active {
  text-decoration: none !important;
}

.clear {
  clear: both;
}

img {
  display: block;
  width: 100%;
  /* vertical-align:bottom; */
}
body {
  margin: 0;
}
