@font-face {
    font-family: 'Helvetica Neue';
    src: url('../font/hera-components.38d08435.woff') format('woff')
}
*,
html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", Tahoma, Arial;
}

ul,
li {
    list-style: none;
}

i,
em {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
}


.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.space-between {
    justify-content: space-between;
}