/* 基础样式 */

@font-face {
  font-family: 'iconfont';
  /* project id 679200 */
  src: url('./../font/iconfont.woff') format('woff');
}

.icon {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale;
}

.img {
  display: block;
  width: 100%;
  height: auto;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.hide {
  display: none;
}

.fl {
  float: left;
}

.rl {
  float: right;
}

.over-hide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999;
}