
html, body, h1, h2, h3, h4, h5, h6, ul, li, img, p,div{
  padding: 0;
  margin: 0;
/*  font-size: 0.12rem;*/
}

html, body {
  position: relative;
  width: 100%;
}

html body a {
  text-decoration: none;
  color: #999;
}

ul, li {
  list-style: none;
}

img {
  border: 0;
}

button, input {
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}

.colorRed {
  background-color: #f33030;
  color: #fff;
}

.hidden {
  display: none;
}

.hide {
  visibility: hidden;
}