* {
  margin: 0;
  word-break: break-all;
}
html,
body {
  width: 100%;
  height: 100%;
}
/*通用*/

html,
body {
  width: 100vw;
  font-size: 0.37333333rem;
  background: #f0f2f5;
}

body {
  font-family: 'Microsoft Yahei', sans-serif;
  font-size: 0.32rem;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
}

ul,
li,
a {
  text-decoration: none;
  list-style: none;
}

i,
em,
b,
strong {
  font-style: normal;
}

a img {
  opacity: 1;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}

/*a img:hover {opacity: 0.8;}*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
button,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans SC";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "Noto Sans SC", Arial, Helvetica, sans-serif;
}

fieldset,
img {
  border: 0;
}

img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: 'Microsoft Yahei', sans-serif;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  outline: 0;
  border: 0;
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #999;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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