@charset "utf-8";

/* reset 重置 样式  start */
html, body, span, div, p, a, 
h1, h2, h3, h4, h5, h6, 
form, input, img, 
ul, ol, li, dl, dt, dd, 
textarea, label, 
table, th, tr, td, 
header, section, nav, 
footer, aside, em, button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: none;
}

body {
  line-height: 1;
  /*font-family:"宋体"*/
  /*font-family: '微软雅黑';*/
  /*font-family: "楷体","楷体_GB2312";*/
  font-family: "Microsoft YaHei";
}

h1, h2, h3, h4, h5, h6{
  font-weight: 100;
}

table {
  border-collapse: collapse;
}

em, i {
  font-style: normal;
}

nav, ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #333333;
}

select{
  border: none;
  outline: none;
}

/* reset 重置 样式  end */

