/*!************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/style/global.css ***!
  \************************************************************************/
@charset "utf-8";
/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(200, 200, 200, 0);
}
body,
button,
input,
select,
textarea {
  font-size: 16px;
  font-family: Microsoft YaHei \5FAE\8F6F\96C5\9ED1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
html,
body {
  height: 100%;
}
b,
strong {
  font-weight: bold;
}

input {
  vertical-align: middle;
}
input::-ms-clear {
  display: none;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  border: 0;
}
address,
cite,
dfn,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: Microsoft YaHei \5FAE\8F6F\96C5\9ED1;
}
small {
  font-size: 12px;
}
ul,
ol {
  list-style: none;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.none {
  display: none !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}

/* add siyuanheiti*/

html,
body {
  height: 100%;
  height: 100vh;
  background: #fff;
  font-family: SourceHanSansCN \601d\6e90\9ed1\4f53;
  font-family: "Noto Sans SC";

  /* font-weight: 100; */
}


