.hidden {
    display: none;
}
article,
aside,
blockquote,
body,
button,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    padding-inline: 0;
    padding-block: 0;
}

ul,
ol,
li {
    list-style: none;
}

ul.h-list li{
    display: inline-block;
    height: 100%;
}

a {
    color: #333;
    font-style: normal;
    text-decoration: none;
}
div {
    display: block;
}

span {
    display: inline-block;
}
html {
    font-size: 16px;
}
body {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
    line-height: 1;
    color: #515a6e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
 :after,
 :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h4 {
    font-weight: 600
}

*::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

*::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}

*::-webkit-scrollbar-thumb {
    width: 6px;
    height: 6px;
    min-height: 24px;
    background-color: rgba(0, 0, 0, 0.08);
    background-clip: content-box;
    border-radius: 6px;
    border: 2px solid transparent;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: auto;
    display: flex;
    background-color: #eff2f5;
    min-width: 1080px;
}

m-view, m-view>m-template, .full-size {
    width: 100%;
    height: 100%;
}

.macaw-dom {
    display: none;
}