@charset "utf-8"; /* CSS Document */
body,
html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

a,
body,
div,
h3,
li,
p,
ul,
article,
section,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  font: 16px/1.5 "方正兰亭黑简体", Helvetica, Arial, Verdana, sans-serif;
  background: #fff;
  color: #333;
  width: 100%;
  margin: 0 auto;
}

a,
a:hover,
a:visited {
  text-decoration: none;
  color: #999;
}
