body{
  background-color: #ffffff;
}
img{
  vertical-align: middle;
}
body, p, ul{
  margin: 0;
  padding: 0;
}
input{
  outline-style: none;
  border: 0px;
}
button{
  outline-style: none;
  border: 0px;
}

li{
  list-style: none;
}
div, ul, li {
  box-sizing: border-box;
}
select{
  border: none;
  outline: none;
}
textarea{
  outline: none;
  resize: none;
}

a{
  text-decoration: none;
}
a:link {
  text-decoration: none;
  color: inherit;
}

a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}


a:focus {
  outline: 0;
  color: inherit;
  text-decoration: none;
}

/*图片等比例缩放后变模糊的问题处理*/
/*img{*/
/*  image-rendering: -moz-crisp-edges; !* Firefox *!*/
/*  image-rendering: -o-crisp-edges; !* Opera *!*/
/*  image-rendering: -webkit-optimize-contrast; !*Webkit (non-standard naming) *!*/
/*  image-rendering: crisp-edges;*/
/*  -ms-interpolation-mode: nearest-neighbor; !* IE (non-standard property) *!*/
/*}*/
