/*// 字体图标*/
@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon/icomoon.eot');
  src: url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
  url('../fonts/icomoon/icomoon.woff') format('woff'),
  url('../fonts/icomoon/icomoon.ttf') format('truetype'),
  url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ad {
  position: relative;
  display: inline-block;
  font: normal normal normal 16px/1 Icomoon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/*// 三道杠*/
.ad-lines:before {
  content: '\e600';
}
/*// 魔杖*/
.ad-wand:before {
  content: '\e010';
}
/*// 信号塔*/
.ad-radio-tower:before {
  content: '\f030';
}
/*// 宝石*/
.ad-ruby:before {
  content: '\f047';
}
/*// 全屏*/
.ad-screen-full:before {
  content: '\f066';
}
/*// 房子*/
.ad-home:before {
  content: '\e021';
}
/*// 图片*/
.ad-image:before {
  content: '\e90d';
}
/*// 照像机*/
.ad-camera:before {
  content: '\e90f';
}
/*// 视频*/
.ad-play:before {
  content: '\e912';
}
/*// 均衡器*/
.ad-equalizer:before {
  content: '\e992';
}
/*// 头戴式耳机*/
.ad-headphones:before {
  content: '\e910';
}
/*// 信*/
.ad-message:before {
  content: '\e945';
}
/*// 信封*/
.ad-mail:before {
  content: '\f0e0';
}
/*// 男人*/
.ad-man:before {
  content: '\e055';
}
/*// 女人*/
.ad-woman:before {
  content: '\e056';
}
/*// 用户*/
.ad-user:before {
  content: '\e972';
}
/*// 铃铛*/
.ad-ring:before {
  content: '\f0f3';
}
/*// 齿轮*/
.ad-gear:before {
  content: '\e994';
}
/*// 向右菜单*/
.ad-increase:before {
  content: '\ea7b';
}
/*// 向左菜单*/
.ad-decrease:before {
  content: '\ea7c';
}
/*// 用户组*/
.ad-users:before {
  content: '\e973';
}
/*// 电源*/
.ad-poweroff:before {
  content: '\f011';
}
/*// 对号*/
.ad-check:before {
  content: '\e207';
}
/*// x号*/
.ad-close:before {
  content: '\e208';
}
/*// 进入*/
.ad-into:before {
  content: '\e161';
}
/*// 回收站*/
.ad-trash:before {
  content: '\f014';
}
/*// 减号*/
.ad-minus:before {
  content: '\f068';
}
/*// 加号*/
.ad-plus:before {
  content: '\ea0a';
}
/*// 刷新*/
.ad-refresh:before {
  content: '\e030';
}
/*// 同步*/
.ad-sync:before {
  content: '\e082';
}
/*// 扩张*/
.ad-enlarge:before {
  content: '\e98b';
}
/*// 收缩*/
.ad-shrink:before {
  content: '\e98c';
}
/*// 编辑*/
.ad-edit:before {
  content: '\e151';
}
/*// 滴管*/
.ad-buret:before {
  content: '\e091';
}
/*// os x finder*/
.ad-finder:before {
  content: '\eabf';
}
/*// os x finder*/
.ad-download:before {
  content: '\e960';
}
/*// os x finder*/
.ad-upload:before {
  content: '\e961';
}
/*// os x finder*/
.ad-info:before {
  content: '\f129';
}
/*// os x finder*/
.ad-exclamation:before {
  content: '\f12a';
}

.antui-icon.spin:before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}

@keyframes loadingCircle {
  0% {
    transform-origin: 50% 50%;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: 50% 50%;
    transform: rotate(360deg);
  }
}
