body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0; padding:0;}
table{ border-collapse:collapse; border-spacing:0;}
fieldset,img,abbr,acronym{ border:0;}
address,caption,cite,code,dfn,em,strong,th,var{ font-style:normal; font-weight:normal;}
ol,ul,li{ list-style:none;}
caption,th{ text-align:left;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
input{ border:none;  outline:none; border-radius: 0; }
i{font-style:normal}
*{box-sizing:border-box; -webkit-box-sizing:border-box; -webkit-tap-highlight-color:rgba(255,255,255,0);
// pointer-events: none;
}
a, img {
    -webkit-touch-callout: none;
    text-decoration:none;
}
html, body {
    line-height:1;
    height: 100%;
    -webkit-user-select: none;
    -webkit-touch-callout:none;
    user-select: none;
    font-family: "microsoft yahei",Verdana,Arial,Helvetica,sans-serif;
    -webkit-font-smoothing:antialiased;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    text-rendering: optimizelegibility;
}
select{-webkit-appearance:none;}
textarea{-webkit-appearance:none; }
::-webkit-scrollbar{
    display: none; width: 0;height: 0;
}
::-webkit-scrollbar-thumb{
    background-color:transparent;
}
::-webkit-scrollbar-track{
    background-color:transparent;
}

::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

div,span{ -webkit-tap-highlight-color: rgba(255,255,255,0); }
