h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, img, body, p, input {
  border-style: none;
  border-color: inherit;
  border-width: medium;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body {
  font-size: 12px;
}

* {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

/*浮动*/
.fl {
  float: left
}

.fr {
  float: right;
}

.cf {
  clear: both;
  height: 0px;
  width: 0;
  overflow: hidden;
  display: block;
  float: none;
}

.clearfix:after,
.clearfix:before{
  content:" ";display:table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.kill_display {
  display: none !important;
}

.hidden {
  visibility: hidden;
}

a {
  text-decoration: none;
  color: #626262;
  outline: none;
}
