@font-face {
    font-family: GOOGLESANS;
    src: url(https://static.googleplayserver.com/store/apps/details/com.app.ai.poetry/ttf/GoogleSans-Medium.ttf);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: GOOGLESANS;
    /* font-family: 'Noto Sans SC', sans-serif; */
    /* font-family: "Open Sans"; */
    /* overflow: hidden; */
    /* font-family: "Roboto", sans-serif; */
    /* font-family: 'Ma Shan Zheng', cursive; */
}
html{
    /* font-size: 26.67vw; */
}
@media all and ( max-width:320px) {
    
}
@media all and ( min-width:321px) and (max-width:375px) {
     
}

@media all and ( min-width:376px){

}
html,body{
    height: 100%;
    display: flex;
    flex-direction: column;
}
ul,ol{
    list-style: none;
}
a{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    font-size: 16px;
    font-weight: normal;
}
i,em{
    font-style: normal;
}
b,strong{
    font-weight: normal;
}
input{
    border: 0;
    outline: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
