* {
    margin: 0;
    padding: 0
}
body, html {
    font-family: Helvetica, PingFangSC, Microsoft Yahei, "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
}

dl,ol,ul {
    list-style: none
}

h1 {
    font-size: 36px
}

h1,h2 {
    color: #1a3d5e;
    font-family: SFProDisplay;
    font-weight: 500
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 20px
}

h3,h4 {
    color: #1a3d5e;
    font-family: SFProDisplay;
    font-weight: 500
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h5,h6 {
    color: #1a3d5e
}

h6 {
    font-size: 12px
}

a {
    color: #37cad7
}

a:hover {
    text-decoration: none
}