* {
  padding: 0;
  margin: 0;
  /* transition: all 0.4s; */
}

.hide {
  display: none;
}

html, body {
  font: normal 14px/1.5 "Microsoft Yahei";
  background: #0f142e;
  color: #fff;
  position: relative;
  height: 100%;
  overflow: hidden;
  min-width: 1400px;
  min-height: 100%;
}

a {
  text-decoration: none;
}

ul,
dl {
  list-style-type: none;
}

img {
  vertical-align: top;
}

.unselect {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
