@
charset "utf-8";
div,p,dl,dd,h1,h2,h3,h4,h5,h6,a,b,u,em,input,textarea,button,select,form,section,label,span,td,li,nav,footer,body,ul,i {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0,0,0,0);
word-wrap: break-word;
word-break: break-all;
padding: 0;
margin: 0
}
ul,li,ol {
list-style: none
}
a {
text-decoration: none;
color: #333
}
a,img,button {
-webkit-touch-callout: none
}
a:focus,a:active,a:hover,input,button,textarea {
outline: 0
}
table {
border-collapse: collapse
}
body,td,input,textarea,option,select,button {
font-family: "微软雅黑",helvetica,arial;
font-size: 1em;
-webkit-text-size-adjust: none
}
body,td,h3 {
font-size: .95em;
-webkit-user-select: none
}
.clearfix:after {
content: '';
display: block;
overflow: hidden;
visibility: hidden;
clear: both
}
供参考