body,html{
    background:var(--black-01);
    color:var(--black-09);
    padding:0;
    margin:0;
    font-family:-apple-system,SF UI Text,Arial,Microsoft YaHei,Hiragino Sans GB,sans-serif;
    font-size:18px;
    line-height:1.66667
}
a{
    text-decoration:none
}
a,button{
    color:inherit;
    cursor:pointer
}
button{
    background:none;
    border:none;
    line-height:inherit
}
*{
    box-sizing:border-box
}
:root{
    --black-01:#fff;
    --black-015:#f0f0f0;
    --black-02:#ccc;
    --black-025:#afafaf;
    --black-03:#999;
    --black-035:#666;
    --black-04:#333;
    --black-09:#192634;
    --black-99:#000;
    --blue-003:#031162;
    --blue-005:#80b3e8;
    --blue-01:#1cbfe6;
    --blue-015:#56d8fa;
    --blue-02:#81e5ff;
    --blue-03:#d2f6ff;
    --blue-04:#e9f9fd;
    --yellow-01:#feef01;
    --green-01:#00cdd7;
    --small-width:1218px;
    --mobile-width:640px;
    --mini-width:320px
}
