
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    
    a {
        text-decoration: none !important;
        -webkit-tap-highlight-color: transparent;
    }
    
    li {
        font-style: none;
        list-style: none;
    }
    
    html {
        font-family: hyqh;
        font-size: 13.333333vw;
    }
    input {
        font-family: hyqh;
        background: none;
        border: none;
        outline: none;
        font-size: initial !important;
        /* -webkit-appearance: none; */
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    