/*CSS reset*/
* {margin: 0;padding: 0;}
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 {-webkit-tap-highlight-color: transparent;}
body{font-family: "PingFang SC", "Source Han Sans CN", "Hiragino Sans GB","鏂规鍏颁涵榛�", SimHei,"Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;margin: auto;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color: transparent;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
ol,ul,li {list-style: none;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;}
q:before,q:after {content: ''}
abbr,acronym {border: 0;}
a,a:link,a:visited,a:hover,a:active {text-decoration: none;}
div,div:link,div:visited,div:hover,div:active {text-decoration: none;}
b,strong{font-weight: bold;}
html {
  //height: 100%;
  //width: 100%;
  min-height: 100%;
  background-color: #f4f5f5;
  /*overflow-x: hidden;*/
  -webkit-overflow-scrolling: touch;
  -webkit-user-select:none;
  -moz-user-select:none;
  -o-user-select:none;
  user-select:none;
}
body, #app {-webkit-overflow-scrolling: touch}
i{font-style:normal;}
img{
  /*pointer-events: none;*/
  /*-webkit-user-select:none;*/
  /*-moz-user-select:none;*/
  /*-o-user-select:none;*/
  /*user-select:none;*/
}
