*,
*::before,
*::after {
    box-sizing: border-box;
}
:host {
    z-index: 99;
}
html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow: hidden;
    font-family: "Inter", "Mona Sans", "Helvetica Neue", Helvetica, "Microsoft YaHei", "微软雅黑", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
    /* font-family: "Mona Sans", "Helvetica Neue", Helvetica, "Microsoft YaHei", "微软雅黑", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif; */
    font-feature-settings: 'ss01';
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-text);
    background: var(--sm-bg-EEEEEE);
    transition: color 0.5s, background-color 0.5s;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
main {
    display: block;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
section,
span,
i {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

span {
    display: inline-block;
}
.clearfix:after {
    content: '200B';
    font-size: 0;
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1
}
i {
    font-style: normal;
}
a {
    text-decoration: none
}

li {
    list-style: none;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}
.vite-error-overlay {
    z-index: 10;
}