*{
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
body:before{
content:"";
display:table;
}
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
a{
  text-decoration: none;
}
/*声明 WebFont*/
/*@font-face {*/
  /*font-family: 'PingFangSC-Regular';*/
  /*src: url('../../font/PingFang-SC-Regular.eot');*/
  /*src:*/
          /*url('../../font/PingFang-SC-Regular.eot?#iefix') format('embedded-opentype'),*/
          /*url('../../font/PingFang-SC-Regular.woff') format('woff'),*/
          /*url('../../font/PingFang-SC-Regular.ttf') format('truetype');*/
  /*font-weight: normal;*/
  /*font-style: normal;*/
/*}*/
/*@font-face {*/
  /*font-family: 'PingFangSC-Semibold';*/
  /*src: url('../../font/PingFang-SC-Semibold.eot');*/
  /*src:*/
          /*url('../../font/PingFang-SC-Semibold.eot?#iefix') format('embedded-opentype'),*/
          /*url('../../font/PingFang-SC-Semibold.woff') format('woff'),*/
          /*url('../../font/PingFang-SC-Semibold.ttf') format('truetype');*/
  /*font-weight: normal;*/
  /*font-style: normal;*/
/*}*/

@font-face {
  /*font-family: "PingFangSC-Semibold";*/
  /*src: url('../../font/fang.TTF');*/
}

/*使用指定字体*/
.test {
  font-family: 'pinghei';
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow-y: scroll;
}
:root {
  overflow-y: auto;
 overflow-x: hidden;
}
:root body {
width:100%;
  position: absolute;
}
body {
  font-size: 12px;
  color: #000;
  font-family:"Microsoft YaHei", Helvetica Neue,Helvetica,Arial,sans-serif;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul:after,ul:before {
  content: '';
  clear: both;
  display: block;
}
.clear {
  clear: both;
}
.pull-right{
  float: right;
}
.pull-left{
  float: left;
}
.inbk {
  display: inline-block;
}
.hide{
  display: none;
}
.show{
  display: block;
}
.center {
  text-align: center;
}
.left{
  text-align: left;
}
.right{
  text-align: right;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.container:after{
  content:"";
  display:block;
  clear:both;
}
@media screen and (max-width: 1200px){
  :root body{
    width: 1200px;
  }
}