/* 清除浏览器默认样式 */
*{margin: 0;padding: 0;}
/* 清除列表符号 */
ul,li{list-style: none;}
/* 清除b,strong的默认样式 */
b,strong{font-weight: normal}
/* 清除i,em的默认样式 */
i,em{font-style: normal;}
/* 清除a标签的默认下划线 */
a{text-decoration: none;}
/* 解决img/input基线对齐的bug */
img,input{vertical-align: middle}
/* 解决img默认向下撑开的间距 */
/* img{display: block;} */
/* 万能清除法清除浮动 */
.clear-fix::after{content:".";clear:both;height:0;width:100%;overflow:hidden;display:block;visibility:hidden;}
.clear-fix{zoom: 1;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,p,form,header,section,article,footer{margin:0;}
body,button,input,select,textarea{font:12px/1.5 tahoma,'\5FAE\8F6F\96C5\9ED1',sans-serif}
h1,h2,h3,h4,h5,h6{font-size:100%}
em,b{font-style:normal}
a{text-decoration:none} 
a:hover{text-decoration:underline}
img{border:0} 
button,input,select,textarea{font-size:100%;outline:none}
table{border-collapse:collapse;border-spacing:0}
td,th,ul,ol{padding:0}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p, img, a {
    padding: 0;
    margin: 0;
  }
  
  body {
    word-wrap: break-word;
    font-size: 12px;
    line-height: 1.5;
    -webkit-text-size-adjust: none;
  }
  
  body, button, input, select, textarea {
    font-family: "SimSun", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Helvetica Neue", "WenQuanYi Micro Hei", sans-serif;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
  }
  
  button, input, select, textarea {
    font-size: 12px;
    line-height: 1.5;
    outline: none;
  }
  
  input, textarea {
    background: none;
    border-radius: 0;
    resize: none;
    -webkit-user-select: text;
  }
  
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  
  address, b, em, i {
    font-style: normal;
  }
  
  a, a:active, a:hover, a:visited {
    text-decoration: none;
  }
  
  li, ol, ul, dl {
    list-style: none;
  }
  
  table {
    border-spacing: 0;
    border-collapse: collapse;
  }
  *{font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu }
  *{user-select: none;}