@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  height: 100%;
  scroll-behavior: smooth;
  font: 14px/1.5 "Arial", Tahoma, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}
html[lang="ja"] {
  font-family: "Noto Sans JP", Poppins, PingFang SC, Helvetica, Arial,
    Lantinghei SC, Microsoft YaHei !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}
a {
  outline: 0 none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}
a,
i,
button,
input,
select,
textarea,
a:focus,
i:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[onclick] {
  outline: 0 none;
}
input,
button,
textarea,
select {
  line-height: 1;
  font-size: 100%;
  font-family: inherit;
  font-weight: inherit;
  outline: 0 none;
  border: 0 none;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
}

fieldset,
img {
  border: none;
  vertical-align: middle;
  outline: 0;
  -moz-outline: none;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}
iframe {
  display: block;
  width: 100%;
  border: none;
}

ol,
ul {
  list-style: none;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}
/*滚动条样式*/

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  appearance: none;
  -webkit-appearance: none;
  overflow: auto;
}

/* ::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement, 默认导航的顶部和尾部  */

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #b8b8b8;
  min-height: 25px;
  min-width: 8px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}
.dark::-webkit-scrollbar-thumb {
  background-color: #999;
}
.dark::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #f7f7f7;
  border: 1px solid #efefef;
}

::-webkit-scrollbar-track-piece {
  background-color: #f0f0f0;
  border-radius: 2px;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
