@charset "utf-8";

html,body{
  /* height: 100%; */
  font-family: "微软雅黑",sans-serif;
  min-width: 1200px;
  font-size: 12px;
}
body{
  margin: auto;
}
* {
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif !important;
}
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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input  {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
.clear:after{display:block;content:'';height:0;clear:both;visibility:hidden;}
.clear{display:block;*zoom:1;}
.cb{clear:both;}

a{
	text-decoration: none;
}

/* @media screen and (min-width: 1200px) {
  html{
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  html{
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  html{
    font-size: 12px;
  }
} */
.main{
	position: relative;
	margin: 0 auto;
  box-sizing: border-box;
}
