* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
}
ul{ 
    margin:0px; 
    padding:0px; 
    list-style-type:none;
 } 
 input,textarea{
     border: none;
     outline: none;
 }


li {
    font-style: none;
    list-style: none;
    text-decoration: none;
}

html {
    font-family: hyqh;
    font-size: 13.333333vw;
}

