*{
    padding: 0;
    margin: 0;
}
a{
    display: block;
    text-decoration: none;
}
ul,li,ol{
    list-style: none;
}
body,img,button{
    border: none;
}
input{
    display: block;
    vertical-align: middle;
    line-height: normal;
}
.clearfix:after{
    content: ".";
    display:block;
    clear: both;
    line-height: 0;
    overflow: hidden;
    font-size:0;
}
body,html{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    width: 6.4rem;
    overflow-x: hidden;
}
a:focus,input:focus,p:focus,div:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    /*-webkit-user-modify:read-write-plaintext-only;*/
}
