﻿blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
  vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
em,
optgroup,
th,
var {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
q:after,
q:before {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
legend {
  color: #000;
}
button,
input,
optgroup,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}
a {
  text-decoration: none;
  color: #676767;
}
a:hover {
  color: #3ccde4;
}
@font-face {
  font-family: iconfont;
  src: url(../fonts/iconfont.eot);
  src: url(../fonts/iconfont.eot) format("embedded-opentype"),
    url(../fonts/iconfont.woff) format("woff"),
    url(../fonts/iconfont.ttf) format("truetype"),
    url(../fonts/iconfont.svg#iconfont) format("svg");
}
.font {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #676767;
  background: #f2f2f2;
}
::-webkit-scrollbar {
  width: 8px;
  background-color: #3ccde4;
}
::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: #aeaeae;
}
::-webkit-scrollbar-track-piece {
  width: 8px;
  background-color: #f8f8f8;
}
::-webkit-scrollbar-thumb:hover {
  width: 8px;
  background-color: #3ccde4;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
