@media all and (min-width: 10px) and (max-width: 320px) {
    html {
      font-size: 64% !important; 
    } 
}

@media all and (min-width: 321px) and (max-width: 413px) {
    html {
        font-size: 75% !important; 
    } 
}
  
@media all and (min-width: 414px) and (max-width: 768px) {
    html {
        font-size: 82.8% !important; 
    } 
}

/* html {
    -webkit-text-size-adjust: none;
    font-size:75% !important;
    height: 100%; 
} */

body{
    font-family: NeverMind,Barlow,-apple-system,"PingFang SC",BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Microsoft YaHei","微软雅黑","黑体","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",Arial,sans-serif !important;
}