@charset "utf-8";
a{text-decoration: none;}
a:hover{text-decoration: underline;}
.right{float:right;}
.left{float:left;}
i.green{color:#36cf1e;}
i.pink{color:#be2b5f;}
.none{display:none;}
html{
    /* background: #ffb843; */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
}
body{
    /* background: #f4f4f4; */
    color: #252525;
}

header>ul{
    display:inline-block;
    line-height: 29px;
    vertical-align: middle;
    font-size: 18px;
    letter-spacing: -1px;
}
header>ul>li{
    float: left;margin-right: 20px;
    color:#999;
}
header>ul>li i{
    margin-right: 3px;
}
header>ul>li.on{
    color:#EEE;
    font-weight: 600;
}
