html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
table,
th,
td,
form,
legend,
input,
button,
textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  white-space: normal;
  word-break: break-all;
}

html {
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}

input {
  background: none;
  outline: none;
  border: none;
}

input:focus {
  border: none;
}

body {
  font: normal 14px/1.5 "Microsoft Yahei";
  background: #fff;
}

li {
  list-style: none;
}

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

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

div:focus {
  outline: none;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

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