@charset "UTF-8";
  /* 重置样式 */
  html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

  body{margin:0;font:16px/1 "Microsoft YaHei",Tahoma,Arial,Helvetica,sans-serif;word-break:break-all;word-wrap:break-word;}
  p,dl,dd,ol,ul{margin:0;padding:0;}
  h1,h2,h3,h4,h5,h6{margin:0;font-weight: normal;}
  ul,li,ol{list-style: none;}
  input{margin:0;padding:0;}
  table{border-spacing: 0;border-collapse: collapse;}
  td{padding:0;}
  li{list-style: none;}
  img{border:none;}
  button,input,textarea{margin:0;padding:0;background: none; border:none;font-family:inherit;vertical-align:middle;}input:focus{outline: none;}
  a{text-decoration:none;color: #333333;}
  /* .clearfix { *zoom:1} */
  .clearfix:after{width: 0;height: 0; content: "";display: block; clear: both;}
  i,em{font-style: normal;}
  b,strong{font-weight: normal;}
  .fl{ float:left;}
  .fr{ float:right;}


  *{
      -webkit-tap-highlight-color: rgba(0,0,0,0);/*CSS3去除手机浏览器按钮点击出现的高亮框*/
      -webkit-tap-highlight-color: transparent;
      -moz-tap-highlight-color: transparent;
  }



  @font-face {
    font-family: "sys";
    /* 定义字体名称 */
    font-style: normal;
    /* 字体样式（正常、斜体等） */
    font-weight: 700;
    /* 字体粗细 */
    font-display: swap;
    /* 字体加载策略 */
    /* 提供多种格式 */
    src: url("../fonts/ns.woff") format("woff"), url("../fonts/ns.ttf") format("truetype");
  }


