* {
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  /* min-width: 1280px; */
  margin: 0;
  padding: 0;
  font-size: 12px;
}

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


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Microsoft YaHei";
}

a {
  text-decoration: unset;
}

a:hover {
  text-decoration: unset;
}

button {
  outline: none;
}

input {
  border: 1px solid #ddd;
  outline: none;
}

/* 滚动条样式修改 */
/* ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
} */

/* ::-webkit-scrollbar-thumb {
  background-color: rgba(51, 51, 51, .2);
  width: 8px;
  border-radius: 3px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #eaeaea;
  border-radius: 3px;
  background: #ededed;
} */

/* iconfont样式 */
/* .icon, .iconfont {
	font-family: "iconfont"!important;
	font-size: 18px;
	font-style: normal;
	fill: currentColor;
	font-smooth: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale
} */
.svg-icon {
  width: 16px;
  height: 16px;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
