


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

body,
html {
  padding: 0;
  margin: 0;
  background-size: cover;
  font-size: 18px;
  position: relative;
  width: 100%;
  height: 100%;
}


.fl {
  float: left;
}

.fr {
  float: right;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0 !important;

}
.iconfont {
  cursor: pointer;
}
