body,
ul,
ol,
dl,
li,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
button,
div {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'HarmonyOS Sans SC', Arial !important;
    font-style: normal !important;
}

em,
i {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

a {
    text-decoration: none !important;
}


a:hover,
a:active,
a:focus {
    text-decoration: underline;
}