*{
    padding:0;
    margin:0;
}
 body{
    background-color:#f8f8f8;
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    color:#464646;
    font-family:"PingFang SC",miui,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif;
}
 ::-webkit-scrollbar{
    display:none;
}
 a{
    -webkit-tap-highlight-color:transparent;
    text-decoration:none;
}
 a:hover,a:visited,a:link,a:active{
    text-decoration:none;
}
 ul li{
    list-style:none;
}
 input{
    outline:0;
    border:0;
}


/* iphone 5*/
 @media screen and (min-width:0px) and (max-width:320px){
    html{
        font-size:12px;
    }
}

/* iphone 5*/
 @media screen and (min-width:320px) and (max-width:414px){
    html{
        font-size:14px;
    }
}

/*iphone 6 plus*/
 @media screen and (min-width:414px){
    html{
        font-size:16px;
    }
}

[v-cloak] {
 display: none;
}
 
