html,
body,
ul,
li,
span,
p,
div,
a,
form,
input,
button,
img,
h1,
h2,
h3,
h4,
h5,
h6,
header,
td,
th,
dd,
dl,
tr,
table,
footer,
main,
aside,
article,
section,
select,
option {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 100px;
}

body {
  font-size: 16px;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.clearFix::after {
  content: "";
  display: block;
  clear: both;
}

*::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  background-color: transparent;
  display: none;
}

*::-webkit-scrollbar-thumb {
  /* width: 2px;
  background-color: #c3cbdb;
  border-radius: 2px; */

  width: 3px;
  background-color: #2d8299;
  opacity: 0.48;
  border-radius: 4px;
}
