@charset 'utf-8';
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dd,input,textarea,select{
    margin: 0px;
    padding: 0px;  
    
}
html,body{
    height: 100%;
}
body{
    font-family: '微软雅黑';
    
}
ul,ol{
    list-style: none;
    
}
a{
  text-decoration: none;
  /* 超链接颜色——根据设计稿定义 */
  color:#333;
}
img{
     /* 解决图片下间隙问题 */
     /* vertical-align: middle; */
     vertical-align: top;
     /* 清除IE中图片加超链接时的外边框 */
     border: none;
     /* width: 100%;
     height: 100%; */
    
}
/* strong,b,th{
  font-weight: normal;
}
em,i{
  font-style: normal;
} */
del{
  text-decoration: none;
}
table{
  /* 相邻边框折叠 */
  border-collapse:collapse;
} 
   
td,th{
  padding:0;
}
input,select{
    outline: none;
    resize: none;
    
}
textarea{
  /* 禁止用户重置元素大小 */
  resize:none;
} 
.clearfix:after{
    content: '';
    display: block;
    clear: both;     
}