/* @charset "utf-8"; */
*{ font-family: "Microsoft YaHei", "SimSun", sans-serif; box-sizing: border-box; -webkit-box-sizing: border-box;}
body{
  font-family: "Microsoft YaHei", "SimSun", sans-serif; 
  font-size: 12px;
  margin: 0;
}
html{
  height:100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

p,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,button,input{margin:0px;border:0px;padding:0px;box-sizing: border-box;}
button {border: none;outline: none; background:none;}
textarea {resize: none;}
a {text-decoration: none;outline: none;}
a:hover, a:focus {text-decoration: none;}
input,select,textarea{ outline: none; padding:0;background: none;border: none; border-radius: 0;}
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}


