html,
body {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;/*chromeã€safari*/
  -moz-osx-font-smoothing: grayscale;/*firefox*/
}
/* é‡ç½®å„æ ‡ç­¾çš„é»˜è®¤æ ·å¼ */
a,
body,
button,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
img,
input,
label,
legend,
li,
mark,
ol,
p,
section,
span,
textarea,
time,
td,
th,
ul {
  margin: 0;
  border: 0;
  padding: 0;
  font-style: normal;
  box-sizing: border-box;
  /*  è‡ªåŠ¨æ¢è¡Œ */
  word-wrap: break-word;
  /*  å¼ºåˆ¶è‹±æ–‡å•è¯æ–­è¡Œ */
  word-break: break-all;
}
 
/* åŽ»é™¤inputæ ‡ç­¾çš„é»˜è®¤æ ·å¼ */
button,
input,
textarea {
  -webkit-appearance: none;
  outline: none;
  background-color: transparent;
}
 
/* åŽ»æŽ‰æŒ‰ä¸‹çš„é˜´å½±ç›’å­ */
input,
textarea,
a {
  -webkit-tap-highlight-color: transparent;
}
/*  æ¸…é™¤aæ ‡ç­¾ä¸‹åˆ’çº¿ */
a,
a:visited {
  text-decoration: none;
}
a:focus,
a:active,
a:hover {
  outline: none;
}
 
/*  æ¸…é™¤åˆ—è¡¨å‰é¢çš„ç‚¹ */
ol,
li,
ul {
  list-style: none;
}
 
/*  æ¸…é™¤IEä¸‹å›¾ç‰‡çš„è¾¹æ¡† */
img {
  border-style: none;
  font-size: 0;
}
/* æ¸…é™¤æµ®åŠ¨ */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
