@charset "UTF-8";
/* CSS Document */
body, h1, h3, h2, h4, h5, h6, p, dl, dd, ul, li, ol, td, form, input, fieldset, legend {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  text-decoration: none;
  font-size: 12px;
  color: #333; }

body {
  font-size: 16px;
  font-family: "微软雅黑";
  color: #212326;
  background: #ffffff; }

* {
  box-sizing: border-box; }

img {
  display: block;
  border: none; }

a, input {
  outline: none; }

em, i {
  font-style: normal; }

b, strong, h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.clear:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

table {
  border-collapse: collapse; }

.border0 {
  border: none; }

.fl {
  float: left; }

.fr {
  float: right; }

::-webkit-scrollbar-thumb {
  width: 6px;
  background: #d9e0ee;
  border-radius: 4px; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

/*# sourceMappingURL=reset.css.map */
