
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-size: 100%;
  font: inherit;
  font-weight: normal;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
  display: block;
}
ol, ul, li{
  list-style: none;
}
blockquote, q{
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
  content: '';
  content: none;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block; 
  width: 100%; 
  height: auto;
}

button {
  border: 1px solid transparent; 
  outline: none; 
  background-color: transparent;
}

* {
  box-sizing: border-box;
}

:root {
  --swiper-theme-color: #1a1b20 !important;
}

/* html, body{
  background-color: #1a1b20;
} */

html, body{
  background-color: #fff;
}


#__nuxt,.page-main,.page-swiper,.slide-page,body,html {
  height: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}


.supernatural-scrollbar::-webkit-scrollbar {
    width: 0.09rem;
    height: 0.06rem;
    border-radius: 20px;
    background-color: #7c7d7f;
}

.supernatural-scrollbar::-webkit-scrollbar:hover {
    background-color: #7c7d7f;
}

.supernatural-scrollbar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border: 1px solid #575b5f;
    background-color: #575b5f;
}

/* .supernatural-scrollbar::-webkit-scrollbar-track{
  width: 1px;
  background: red;
} */

.supernatural-scrollbar::-webkit-scrollbar-thumb:hover {
    -webkit-border-radius: 20px;
    border: 1px solid #575b5f;
    background-color: #575b5f;
}

.supernatural-scrollbar::-webkit-scrollbar-thumb:active {
    -webkit-border-radius: 0.2rem;
    border: 1px solid #575b5f;
    background-color: #575b5f;
}
